diff options
author | Hans de Goede <hdegoede@redhat.com> | 2020-04-28 17:22:53 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-05-06 12:40:03 +0300 |
commit | e271f6c2df78d60dd4873c790a51dba40e6dfb72 (patch) | |
tree | ed2b34c659c4041f34c657b809324c4c504a6be6 /drivers/hid/hid-ids.h | |
parent | a61f9e428bf092349fdfebeee37ddefedd3f0fd1 (diff) | |
download | linux-e271f6c2df78d60dd4873c790a51dba40e6dfb72.tar.xz |
HID: asus: Add support for multi-touch touchpad on Medion Akoya E1239T
The multi-touch touchpad found on the Medion Akoya E1239T's keyboard-dock,
uses the same custom multi-touch protocol as the Asus keyboard-docks
(same chipset vendor, Integrated Technology Express / ITE).
Add support for this using the existing multi-touch touchpad support in
the hid-asus driver.
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 1c71a1aa76b2..09eb3d8b7981 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -640,6 +640,7 @@ #define I2C_DEVICE_ID_ITE_LENOVO_LEGION_Y720 0x837a #define USB_DEVICE_ID_ITE_LENOVO_YOGA900 0x8396 #define USB_DEVICE_ID_ITE8595 0x8595 +#define USB_DEVICE_ID_ITE_MEDION_E1239T 0xce50 #define USB_VENDOR_ID_JABRA 0x0b0e #define USB_DEVICE_ID_JABRA_SPEAK_410 0x0412 |