diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-01-29 17:57:43 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-03 11:11:53 +0100 |
commit | 3faed1aff786a007b3ea0549ac469e09f48c98f9 (patch) | |
tree | ebeb9fddb3a4bd2a2544a8ad5c9a03b3891abdcb /drivers/hid/hid-ids.h | |
parent | aac59f6a96044f423408ee17f4e8e11d904c2b80 (diff) | |
download | lwn-3faed1aff786a007b3ea0549ac469e09f48c98f9.tar.gz lwn-3faed1aff786a007b3ea0549ac469e09f48c98f9.zip |
HID: hid-microsoft: Add support for scrollwheel and special keypad keys
The Microsoft Office keyboard has a scrollwheel as well as some special keys
above the keypad which are handled through the custom MS usage page, this
commit adds support for these.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 92b40c09d917..6f1c97bfbd26 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -609,6 +609,7 @@ #define USB_VENDOR_ID_MICROSOFT 0x045e #define USB_DEVICE_ID_SIDEWINDER_GV 0x003b +#define USB_DEVICE_ID_MS_OFFICE_KB 0x0048 #define USB_DEVICE_ID_WIRELESS_OPTICAL_DESKTOP_3_0 0x009d #define USB_DEVICE_ID_MS_NE4K 0x00db #define USB_DEVICE_ID_MS_NE4K_JP 0x00dc |