File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 743
743
#define USB_DEVICE_ID_LENOVO_X1_COVER 0x6085
744
744
#define USB_DEVICE_ID_LENOVO_X1_TAB 0x60a3
745
745
#define USB_DEVICE_ID_LENOVO_X1_TAB3 0x60b5
746
+ #define USB_DEVICE_ID_LENOVO_X12_TAB 0x60fe
746
747
#define USB_DEVICE_ID_LENOVO_OPTICAL_USB_MOUSE_600E 0x600e
747
748
#define USB_DEVICE_ID_LENOVO_PIXART_USB_MOUSE_608D 0x608d
748
749
#define USB_DEVICE_ID_LENOVO_PIXART_USB_MOUSE_6019 0x6019
Original file line number Diff line number Diff line change @@ -1990,6 +1990,12 @@ static const struct hid_device_id mt_devices[] = {
1990
1990
USB_VENDOR_ID_LENOVO ,
1991
1991
USB_DEVICE_ID_LENOVO_X1_TAB3 ) },
1992
1992
1993
+ /* Lenovo X12 TAB Gen 1 */
1994
+ { .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT ,
1995
+ HID_DEVICE (BUS_USB , HID_GROUP_MULTITOUCH_WIN_8 ,
1996
+ USB_VENDOR_ID_LENOVO ,
1997
+ USB_DEVICE_ID_LENOVO_X12_TAB ) },
1998
+
1993
1999
/* MosArt panels */
1994
2000
{ .driver_data = MT_CLS_CONFIDENCE_MINUS_ONE ,
1995
2001
MT_USB_DEVICE (USB_VENDOR_ID_ASUS ,
You can’t perform that action at this time.
0 commit comments