diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-07-11 12:38:36 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-07-17 15:25:40 +0200 |
commit | 6e5dd6324a4ce3438b4e8ae35e1a0fdd096a0418 (patch) | |
tree | 36d054119debd1c003ae2c050949a1d12648a730 /drivers/hid/hid-ids.h | |
parent | 7ed3f281d8f36c19ca15fe7fcc52200668a73d72 (diff) | |
download | linux-6e5dd6324a4ce3438b4e8ae35e1a0fdd096a0418.tar.gz linux-6e5dd6324a4ce3438b4e8ae35e1a0fdd096a0418.tar.bz2 linux-6e5dd6324a4ce3438b4e8ae35e1a0fdd096a0418.zip |
HID: elan: Add USB-id for HP x2 10-n000nd touchpad
Now that we query all the parameters, adding support for new hardware
is easy. This commit adds support for the touchpad found on the
HP x2 10-n000nd touchpad 2-in-1.
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 c7981ddd8776..28f96de2a84e 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_HP_X2 0x074d #define USB_DEVICE_ID_HP_X2_10_COVER 0x0755 #define USB_VENDOR_ID_ELECOM 0x056e |