table of contents
other versions
- jessie 3.16.56-1+deb8u1
| STRUCT KEY_ENTRY(9) | Input Subsystem | STRUCT KEY_ENTRY(9) |
NAME¶
struct_key_entry - keymap entry for use in sparse keymapSYNOPSIS¶
struct key_entry {
int type;
u32 code;
union {unnamed_union};
};
MEMBERS¶
typeType of the key entry (KE_KEY, KE_SW, KE_VSW, KE_END);
drivers are allowed to extend the list with their own private
definitions.
code
Device-specific data identifying the button/switch
{unnamed_union}
anonymous
DESCRIPTION¶
This structure defines an entry in a sparse keymap used by some input devices for which traditional table-based approach is not suitable.COPYRIGHT¶
| May 2018 | Kernel Hackers Manual 3.16 |