Skip to content

Commit 66dcdaf

Browse files
khfengJiri Kosina
authored andcommitted
Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
This reverts commit fcaa4a0. As noted by Masaki [1], 0x120A + trackpoint will not be used in mass production machines, so remove the ID accordingly. [1] http://www.spinics.net/lists/linux-input/msg53222.html Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 814b6d1 commit 66dcdaf

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

drivers/hid/hid-ids.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575

7676
#define USB_VENDOR_ID_ALPS_JP 0x044E
7777
#define HID_DEVICE_ID_ALPS_U1_DUAL 0x120B
78-
#define HID_DEVICE_ID_ALPS_U1_PTP_2 0x120A
7978
#define HID_DEVICE_ID_ALPS_U1_DUAL_PTP 0x121F
8079
#define HID_DEVICE_ID_ALPS_U1_DUAL_3BTN_PTP 0x1220
8180

drivers/hid/hid-multitouch.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,10 +1419,6 @@ static const struct hid_device_id mt_devices[] = {
14191419
HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
14201420
USB_VENDOR_ID_ALPS_JP,
14211421
HID_DEVICE_ID_ALPS_U1_DUAL_3BTN_PTP) },
1422-
{ .driver_data = MT_CLS_WIN_8_DUAL,
1423-
HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
1424-
USB_VENDOR_ID_ALPS_JP,
1425-
HID_DEVICE_ID_ALPS_U1_PTP_2) },
14261422

14271423
/* Lenovo X1 TAB Gen 2 */
14281424
{ .driver_data = MT_CLS_WIN_8_DUAL,

0 commit comments

Comments
 (0)