We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f95e68b + 234ba68 commit dd418fbCopy full SHA for dd418fb
drivers/hid/hid-ids.h
@@ -792,3 +792,7 @@
792
#define USB_VENDOR_ID_FOCALTECH 0x2808
793
#define USB_DEVICE_ID_FOCALTECH_TOUCH 0x81C9
794
#endif
795
+
796
+/* Silicon Integrated Systems Corp */
797
+#define USB_VENDOR_ID_SILICON 0x0457
798
+#define USB_DEVICE_ID_SILICON_TOUCH 0x1057
drivers/hid/hid-multitouch.c
@@ -1177,6 +1177,11 @@ static const struct hid_device_id mt_devices[] = {
1177
HID_USB_DEVICE(USB_VENDOR_ID_ZYTRONIC,
1178
USB_DEVICE_ID_ZYTRONIC_ZXY100) },
1179
1180
+ /* Silicon Integrated Systems Corp */
1181
+ { .driver_data = MT_CLS_DEFAULT,
1182
+ HID_USB_DEVICE(USB_VENDOR_ID_SILICON,
1183
+ USB_DEVICE_ID_SILICON_TOUCH) },
1184
1185
{ }
1186
};
1187
MODULE_DEVICE_TABLE(hid, mt_devices);
0 commit comments