aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/hid-ids.h1
-rw-r--r--drivers/hid/hid-multitouch.c4
2 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 832897d4a849..a98919199858 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -75,7 +75,6 @@
75 75
76#define USB_VENDOR_ID_ALPS_JP 0x044E 76#define USB_VENDOR_ID_ALPS_JP 0x044E
77#define HID_DEVICE_ID_ALPS_U1_DUAL 0x120B 77#define HID_DEVICE_ID_ALPS_U1_DUAL 0x120B
78#define HID_DEVICE_ID_ALPS_U1_PTP_2 0x120A
79#define HID_DEVICE_ID_ALPS_U1_DUAL_PTP 0x121F 78#define HID_DEVICE_ID_ALPS_U1_DUAL_PTP 0x121F
80#define HID_DEVICE_ID_ALPS_U1_DUAL_3BTN_PTP 0x1220 79#define HID_DEVICE_ID_ALPS_U1_DUAL_3BTN_PTP 0x1220
81 80
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index c78625dceced..9e8c4d2ba11d 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -1419,10 +1419,6 @@ static const struct hid_device_id mt_devices[] = {
1419 HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8, 1419 HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
1420 USB_VENDOR_ID_ALPS_JP, 1420 USB_VENDOR_ID_ALPS_JP,
1421 HID_DEVICE_ID_ALPS_U1_DUAL_3BTN_PTP) }, 1421 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) },
1426 1422
1427 /* Lenovo X1 TAB Gen 2 */ 1423 /* Lenovo X1 TAB Gen 2 */
1428 { .driver_data = MT_CLS_WIN_8_DUAL, 1424 { .driver_data = MT_CLS_WIN_8_DUAL,