File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 385
385
#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7349 0x7349
386
386
#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_73F7 0x73f7
387
387
#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001 0xa001
388
+ #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_C002 0xc002
388
389
389
390
#define USB_VENDOR_ID_ELAN 0x04f3
390
391
#define USB_DEVICE_ID_TOSHIBA_CLICK_L9W 0x0401
Original file line number Diff line number Diff line change @@ -1922,6 +1922,9 @@ static const struct hid_device_id mt_devices[] = {
1922
1922
{ .driver_data = MT_CLS_EGALAX_SERIAL ,
1923
1923
MT_USB_DEVICE (USB_VENDOR_ID_DWAV ,
1924
1924
USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001 ) },
1925
+ { .driver_data = MT_CLS_EGALAX ,
1926
+ MT_USB_DEVICE (USB_VENDOR_ID_DWAV ,
1927
+ USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_C002 ) },
1925
1928
1926
1929
/* Elitegroup panel */
1927
1930
{ .driver_data = MT_CLS_SERIAL ,
You can’t perform that action at this time.
0 commit comments