diff options
| author | Vojtech Pavlik <vojtech@suse.cz> | 2005-09-05 01:08:08 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-09-05 01:08:08 -0400 |
| commit | 8a409b0118c2d78f84f740f60fe03abda1fe3333 (patch) | |
| tree | cfb6e118361c275b4f114d1c843588dee9ad4793 /include/linux | |
| parent | 0aebfdac042b63d0f2625414062e138a4333181c (diff) | |
Input: HID - add more consumer usages
Extend mapping of the consumer usage page in hid-input.c to handle
more cases appearing on new USB keyboards.
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/input.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index bdc53c6cc962..227a497c0678 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
| @@ -287,6 +287,8 @@ struct input_absinfo { | |||
| 287 | #define KEY_SCROLLDOWN 178 | 287 | #define KEY_SCROLLDOWN 178 |
| 288 | #define KEY_KPLEFTPAREN 179 | 288 | #define KEY_KPLEFTPAREN 179 |
| 289 | #define KEY_KPRIGHTPAREN 180 | 289 | #define KEY_KPRIGHTPAREN 180 |
| 290 | #define KEY_NEW 181 | ||
| 291 | #define KEY_REDO 182 | ||
| 290 | 292 | ||
| 291 | #define KEY_F13 183 | 293 | #define KEY_F13 183 |
| 292 | #define KEY_F14 184 | 294 | #define KEY_F14 184 |
| @@ -333,6 +335,12 @@ struct input_absinfo { | |||
| 333 | #define KEY_KBDILLUMDOWN 229 | 335 | #define KEY_KBDILLUMDOWN 229 |
| 334 | #define KEY_KBDILLUMUP 230 | 336 | #define KEY_KBDILLUMUP 230 |
| 335 | 337 | ||
| 338 | #define KEY_SEND 231 | ||
| 339 | #define KEY_REPLY 232 | ||
| 340 | #define KEY_FORWARDMAIL 233 | ||
| 341 | #define KEY_SAVE 234 | ||
| 342 | #define KEY_DOCUMENTS 235 | ||
| 343 | |||
| 336 | #define KEY_UNKNOWN 240 | 344 | #define KEY_UNKNOWN 240 |
| 337 | 345 | ||
| 338 | #define BTN_MISC 0x100 | 346 | #define BTN_MISC 0x100 |
