diff options
author | Kai-Heng Feng <kai.heng.feng@canonical.com> | 2019-06-14 10:56:55 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-06-26 14:04:26 +0200 |
commit | 0a95fc733da375de0688d0f1fd3a2869a1c1d499 (patch) | |
tree | 41c1a582a7c05b9a95de7ca62a881e86478d4932 /drivers/hid/hid-ids.h | |
parent | HID: logitech-dj: Fix forwarding of very long HID++ reports (diff) | |
download | linux-0a95fc733da375de0688d0f1fd3a2869a1c1d499.tar.xz linux-0a95fc733da375de0688d0f1fd3a2869a1c1d499.zip |
HID: multitouch: Add pointstick support for ALPS Touchpad
There's a new ALPS touchpad/pointstick combo device that requires
MT_CLS_WIN_8_DUAL to make its pointsitck work as a mouse.
The device can be found on HP ZBook 17 G5.
Signed-off-by: Kai-Heng Feng <kai.heng.feng@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 1c40b436c431..134686012d75 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -83,6 +83,7 @@ #define HID_DEVICE_ID_ALPS_U1_DUAL_3BTN_PTP 0x1220 #define HID_DEVICE_ID_ALPS_U1 0x1215 #define HID_DEVICE_ID_ALPS_T4_BTNLESS 0x120C +#define HID_DEVICE_ID_ALPS_1222 0x1222 #define USB_VENDOR_ID_AMI 0x046b |