diff options
author | Hans de Goede <hdegoede@redhat.com> | 2020-07-04 15:27:41 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-07-07 12:42:27 +0200 |
commit | bc04b37ea0ec1b8ec1306529f3f6dd0d6a5098f1 (patch) | |
tree | 1aec5809428d05f2f5d2ad24a5fa8477237dc0f5 /drivers/hid/hid-ids.h | |
parent | HID: lenovo: Rename fn_lock sysfs attr handlers to make them generic (diff) | |
download | linux-bc04b37ea0ec1b8ec1306529f3f6dd0d6a5098f1.tar.xz linux-bc04b37ea0ec1b8ec1306529f3f6dd0d6a5098f1.zip |
HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard support
Some of the function keys special functions all use the same
0x000c0001 usage code, add a mapping for these based on the usage_index;
And add support for the Speaker and Mic mute LEDs integrated into the
F1 and F4 keys.
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 874fc3791f3b..dc1a3781fe62 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -723,6 +723,7 @@ #define USB_DEVICE_ID_LENOVO_CUSBKBD 0x6047 #define USB_DEVICE_ID_LENOVO_CBTKBD 0x6048 #define USB_DEVICE_ID_LENOVO_SCROLLPOINT_OPTICAL 0x6049 +#define USB_DEVICE_ID_LENOVO_TP10UBKBD 0x6062 #define USB_DEVICE_ID_LENOVO_TPPRODOCK 0x6067 #define USB_DEVICE_ID_LENOVO_X1_COVER 0x6085 #define USB_DEVICE_ID_LENOVO_PIXART_USB_MOUSE_608D 0x608d |