diff options
author | Alexandrov Stansilav <neko@nya.ai> | 2018-01-14 02:33:49 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-02-16 13:25:04 +0100 |
commit | 9a6a4193d65b853020ef0e66cecdf9e64a863883 (patch) | |
tree | f293ccb4fd1c15e2c9ad27000618c04fc1680dad /drivers/hid/hid-ids.h | |
parent | 183b6366cf473ff0e706a6751adc082faa44843d (diff) | |
download | lwn-9a6a4193d65b853020ef0e66cecdf9e64a863883.tar.gz lwn-9a6a4193d65b853020ef0e66cecdf9e64a863883.zip |
HID: Add driver for USB ELAN Touchpad
This is driver for usb touchpad found on HP Pavilion x2 10-p0xx laptop. On this
device keyboard and touchpad connected as a single usb device with two
interfaces: keyboard, which exposes ordinary keys and second interface is
touchpad which also contains FlightMode button and audio mute led (which
physically placed on keyboard for some reason).
Initially, this touchpad works in mouse emulation mode, this driver will switch
it to touchpad mode, which can track 5 fingers and can report coordinates for
two of them.
Signed-off-by: Alexandrov Stansilav <neko@nya.ai>
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 43ddcdfbd0da..450245efdcc2 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -368,6 +368,7 @@ #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001 0xa001 #define USB_VENDOR_ID_ELAN 0x04f3 +#define USB_DEVICE_ID_HP_X2_10_COVER 0x0755 #define USB_VENDOR_ID_ELECOM 0x056e #define USB_DEVICE_ID_ELECOM_BM084 0x0061 |