diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2015-05-01 23:22:45 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-07 11:28:11 +0300 |
commit | 181a8b911dd26cd44dc7283d7953a2e138842767 (patch) | |
tree | 88079bf0e5eb46ae0afaa57e926e6fcb093cf985 /drivers/hid/hid-ids.h | |
parent | d92189ebbdcd0eb180317d8cd6d46c57ac9a3dc0 (diff) | |
download | linux-181a8b911dd26cd44dc7283d7953a2e138842767.tar.xz |
HID: lenovo: add support for Lenovo ThinkPad Keyboard Pro unit
This dock is used with the Thinkpad Helix 2 but suffers from an error
in the report descriptor where an usage max is 65535.
Add a report fixup for it and make the keyboard working.
Tested-by: Jonathan Oppenheim <lejono@gmail.com>
Tested-by: John Reid <owlman.lists@gmail.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@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 41f167e4d75f..1649436b9694 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -585,6 +585,7 @@ #define USB_DEVICE_ID_LENOVO_TPKBD 0x6009 #define USB_DEVICE_ID_LENOVO_CUSBKBD 0x6047 #define USB_DEVICE_ID_LENOVO_CBTKBD 0x6048 +#define USB_DEVICE_ID_LENOVO_TPPRODOCK 0x6067 #define USB_VENDOR_ID_LG 0x1fd2 #define USB_DEVICE_ID_LG_MULTITOUCH 0x0064 |