diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-08-20 18:06:30 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-08-20 18:06:30 +0200 |
commit | 5a12d86ce3a93b6442963e5f6e6511e8f470f760 (patch) | |
tree | cf455374db907523bc95ccd4027fea65ab912f68 /drivers/hid/hid-ids.h | |
parent | Merge branch 'for-4.19/cougar' into for-linus (diff) | |
parent | HID: elan: Add support for touchpad on the Toshiba Click Mini L9W (diff) | |
download | linux-5a12d86ce3a93b6442963e5f6e6511e8f470f760.tar.xz linux-5a12d86ce3a93b6442963e5f6e6511e8f470f760.zip |
Merge branch 'for-4.19/elan' into for-linus
Resolution/pressure fixes and new device support for hid-elan
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index a1ee8f643f24..79bdf0c7e351 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -369,6 +369,8 @@ #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 #define USB_VENDOR_ID_ELECOM 0x056e |