diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-07-11 12:38:37 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-07-17 15:25:40 +0200 |
commit | e7ad3dc9f4a2a183f275c9a3becd0cdd5f69792e (patch) | |
tree | 5b2309fc8336def6bfb26caafa5385538eb135ae /drivers/hid/hid-ids.h | |
parent | 6e5dd6324a4ce3438b4e8ae35e1a0fdd096a0418 (diff) | |
download | linux-stable-e7ad3dc9f4a2a183f275c9a3becd0cdd5f69792e.tar.gz linux-stable-e7ad3dc9f4a2a183f275c9a3becd0cdd5f69792e.tar.bz2 linux-stable-e7ad3dc9f4a2a183f275c9a3becd0cdd5f69792e.zip |
HID: elan: Add support for touchpad on the Toshiba Click Mini L9W
The Toshiba Click Mini L9W keyboard dock has a single i2c-hid Elan device
for both the keyboard and the touchpad. Add support for the touchpad to
the hid-elan driver, rather then relying on mouse emulation.
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 28f96de2a84e..aa57e70e54db 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -369,6 +369,7 @@ #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001 0xa001 #define USB_VENDOR_ID_ELAN 0x04f3 +#define USB_DEVICE_ID_TOSHIBA_CLICK_L9W 0x0401 #define USB_DEVICE_ID_HP_X2 0x074d #define USB_DEVICE_ID_HP_X2_10_COVER 0x0755 |