diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-15 19:02:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-15 19:02:48 -0800 |
commit | b42ccbc521f2acad48eb96b32883efe2f3e16b45 (patch) | |
tree | 85f45ef13f3c409850431a52fd5e04ff3e826e0c /include | |
parent | d659fc14cbd39fef625072819c6968044975fda7 (diff) | |
parent | 131d3a7a009d56a96cc7117b4e9d0c90c2e2a1dc (diff) | |
download | linux-stable-b42ccbc521f2acad48eb96b32883efe2f3e16b45.tar.gz linux-stable-b42ccbc521f2acad48eb96b32883efe2f3e16b45.tar.bz2 linux-stable-b42ccbc521f2acad48eb96b32883efe2f3e16b45.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
HID: don't grab devices with no input
HID: fix radio-mr800 hidquirks
HID: fix kworld fm700 radio hidquirks
HID: fix start/stop cycle in usbhid driver
HID: use single threaded work queue for hid_compat
HID: map macbook keys for "Expose" and "Dashboard"
HID: support for new unibody macbooks
HID: fix locking in hidraw_open()
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index b86fb5581ce6..5341e8251f8c 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -238,6 +238,7 @@ struct input_absinfo { #define KEY_KPEQUAL 117 #define KEY_KPPLUSMINUS 118 #define KEY_PAUSE 119 +#define KEY_SCALE 120 /* AL Compiz Scale (Expose) */ #define KEY_KPCOMMA 121 #define KEY_HANGEUL 122 @@ -322,6 +323,7 @@ struct input_absinfo { #define KEY_PAUSECD 201 #define KEY_PROG3 202 #define KEY_PROG4 203 +#define KEY_DASHBOARD 204 /* AL Dashboard */ #define KEY_SUSPEND 205 #define KEY_CLOSE 206 /* AC Close */ #define KEY_PLAY 207 |