diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-10-12 21:27:47 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-10-12 21:27:47 -0400 |
commit | b981d8b3f5e008ff10d993be633ad00564fc22cd (patch) | |
tree | e292dc07b22308912cf6a58354a608b9e5e8e1fd /include/linux/input.h | |
parent | b11d2127c4893a7315d1e16273bc8560049fa3ca (diff) | |
parent | 2b9e0aae1d50e880c58d46788e5e3ebd89d75d62 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/macintosh/adbhid.c
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index d09e5e8be325..125e925320fd 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -360,9 +360,16 @@ struct input_absinfo { | |||
360 | 360 | ||
361 | #define KEY_BLUETOOTH 237 | 361 | #define KEY_BLUETOOTH 237 |
362 | #define KEY_WLAN 238 | 362 | #define KEY_WLAN 238 |
363 | #define KEY_UWB 239 | ||
363 | 364 | ||
364 | #define KEY_UNKNOWN 240 | 365 | #define KEY_UNKNOWN 240 |
365 | 366 | ||
367 | #define KEY_VIDEO_NEXT 241 /* drive next video source */ | ||
368 | #define KEY_VIDEO_PREV 242 /* drive previous video source */ | ||
369 | #define KEY_BRIGHTNESS_CYCLE 243 /* brightness up, after max is min */ | ||
370 | #define KEY_BRIGHTNESS_ZERO 244 /* brightness off, use ambient */ | ||
371 | #define KEY_DISPLAY_OFF 245 /* display device to off state */ | ||
372 | |||
366 | #define BTN_MISC 0x100 | 373 | #define BTN_MISC 0x100 |
367 | #define BTN_0 0x100 | 374 | #define BTN_0 0x100 |
368 | #define BTN_1 0x101 | 375 | #define BTN_1 0x101 |
@@ -552,6 +559,8 @@ struct input_absinfo { | |||
552 | #define KEY_BRL_DOT6 0x1f6 | 559 | #define KEY_BRL_DOT6 0x1f6 |
553 | #define KEY_BRL_DOT7 0x1f7 | 560 | #define KEY_BRL_DOT7 0x1f7 |
554 | #define KEY_BRL_DOT8 0x1f8 | 561 | #define KEY_BRL_DOT8 0x1f8 |
562 | #define KEY_BRL_DOT9 0x1f9 | ||
563 | #define KEY_BRL_DOT10 0x1fa | ||
555 | 564 | ||
556 | /* We avoid low common keys in module aliases so they don't get huge. */ | 565 | /* We avoid low common keys in module aliases so they don't get huge. */ |
557 | #define KEY_MIN_INTERESTING KEY_MUTE | 566 | #define KEY_MIN_INTERESTING KEY_MUTE |