diff options
author | Masaki Ota <masaki.ota@jp.alps.com> | 2017-10-06 04:53:18 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-10-17 12:41:23 +0200 |
commit | 287b8e11972f934052f4ed0751df465a5e84b69c (patch) | |
tree | 8fb000afd1233430916856f16d32e0bd87fdc912 /drivers/hid/hid-ids.h | |
parent | HID: alps: add support for Alps T4 Touchpad device (diff) | |
download | linux-287b8e11972f934052f4ed0751df465a5e84b69c.tar.xz linux-287b8e11972f934052f4ed0751df465a5e84b69c.zip |
HID: alps: add new U1 device ID
Add new U1 device Product ID This device is used on HP Elite book x360 series.
[jkosina@suse.cz: update changelog]
Signed-off-by: Masaki Ota <masaki.ota@jp.alps.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
-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 edc9f2ae2810..f265c3362f67 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -77,6 +77,7 @@ #define HID_DEVICE_ID_ALPS_U1_DUAL 0x120B #define HID_DEVICE_ID_ALPS_U1_DUAL_PTP 0x121F #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 |