diff options
author | Shrirang Bagul <shrirang.bagul@canonical.com> | 2017-08-10 17:54:01 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-09-06 11:05:34 +0200 |
commit | fcaa4a07d2a4b541e91da7a55d8b3331f96d1865 (patch) | |
tree | 366d9ed0bec9b9b83eaba50af449a259fef01570 /drivers/hid/hid-ids.h | |
parent | 56d859e11aad4016e1cf864d65a0954d83120571 (diff) | |
download | op-kernel-dev-fcaa4a07d2a4b541e91da7a55d8b3331f96d1865.zip op-kernel-dev-fcaa4a07d2a4b541e91da7a55d8b3331f96d1865.tar.gz |
HID: multitouch: Support ALPS PTP stick with pid 0x120A
This patch adds ALPS PTP sticks with pid/device id 0x120A to the list of
devices supported by hid-multitouch.
Signed-off-by: Shrirang Bagul <shrirang.bagul@canonical.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 a989191..832897d 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -75,6 +75,7 @@ #define USB_VENDOR_ID_ALPS_JP 0x044E #define HID_DEVICE_ID_ALPS_U1_DUAL 0x120B +#define HID_DEVICE_ID_ALPS_U1_PTP_2 0x120A #define HID_DEVICE_ID_ALPS_U1_DUAL_PTP 0x121F #define HID_DEVICE_ID_ALPS_U1_DUAL_3BTN_PTP 0x1220 |