diff options
author | Bernhard Seibold <mail@bernhard-seibold.de> | 2012-02-15 13:40:43 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-08 10:44:10 +0200 |
commit | c1dcad2d32d0252e8a3023d20311b52a187ecda3 (patch) | |
tree | 2c830cb74511bcecd3d26fc357aa828cee80afbb /drivers/hid/hid-ids.h | |
parent | e39fe251e03b6df83e740e2f598c04f382b4d3c7 (diff) |
HID: Driver for Lenovo Keyboard with Trackpoint
This driver for the "Lenovo ThinkPad USB Keyboard with Trackpoint" supports
setting various device attributes, controlling mute and microphone mute
LEDs and enables use of the microphone mute key.
Signed-off-by: Bernhard Seibold <mail@bernhard-seibold.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 9373f535dfe9..c607e6f33953 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -473,6 +473,9 @@ #define USB_DEVICE_ID_LD_HYBRID 0x2090 #define USB_DEVICE_ID_LD_HEATCONTROL 0x20A0 +#define USB_VENDOR_ID_LENOVO 0x17ef +#define USB_DEVICE_ID_LENOVO_TPKBD 0x6009 + #define USB_VENDOR_ID_LG 0x1fd2 #define USB_DEVICE_ID_LG_MULTITOUCH 0x0064 |