diff options
author | Keng-Yu Lin <kengyu@canonical.com> | 2012-07-06 06:06:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-09 10:23:33 -0400 |
commit | 929578ab0339fe42bb3ceeaa2e6607189cddf70b (patch) | |
tree | 07d63529b3feddfeb5788b6f8c1d1de93e435c1d /include/linux/hid.h | |
parent | 25976a796cca22d6b0b2e9f821fa00fc4d98daa0 (diff) |
HID: Add suport for the brightness control keys on HP keyboards
The keys are found on the keyboards bundled with HP All-In-One machines
with USB VID/PID of 04ca:004d and 04f2:1061.
Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 449fa385703d..42970de1b40c 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -200,6 +200,7 @@ struct hid_item { | |||
200 | #define HID_UP_DIGITIZER 0x000d0000 | 200 | #define HID_UP_DIGITIZER 0x000d0000 |
201 | #define HID_UP_PID 0x000f0000 | 201 | #define HID_UP_PID 0x000f0000 |
202 | #define HID_UP_HPVENDOR 0xff7f0000 | 202 | #define HID_UP_HPVENDOR 0xff7f0000 |
203 | #define HID_UP_HPVENDOR2 0xff010000 | ||
203 | #define HID_UP_MSVENDOR 0xff000000 | 204 | #define HID_UP_MSVENDOR 0xff000000 |
204 | #define HID_UP_CUSTOM 0x00ff0000 | 205 | #define HID_UP_CUSTOM 0x00ff0000 |
205 | #define HID_UP_LOGIVENDOR 0xffbc0000 | 206 | #define HID_UP_LOGIVENDOR 0xffbc0000 |