File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ static const struct usb_device_id id_table[] = {
49
49
{ USB_DEVICE (IODATA_VENDOR_ID , IODATA_PRODUCT_ID ) },
50
50
{ USB_DEVICE (IODATA_VENDOR_ID , IODATA_PRODUCT_ID_RSAQ5 ) },
51
51
{ USB_DEVICE (ATEN_VENDOR_ID , ATEN_PRODUCT_ID ) },
52
+ { USB_DEVICE (ATEN_VENDOR_ID , ATEN_PRODUCT_ID2 ) },
52
53
{ USB_DEVICE (ATEN_VENDOR_ID2 , ATEN_PRODUCT_ID ) },
53
54
{ USB_DEVICE (ELCOM_VENDOR_ID , ELCOM_PRODUCT_ID ) },
54
55
{ USB_DEVICE (ELCOM_VENDOR_ID , ELCOM_PRODUCT_ID_UCSGT ) },
Original file line number Diff line number Diff line change 27
27
#define ATEN_VENDOR_ID 0x0557
28
28
#define ATEN_VENDOR_ID2 0x0547
29
29
#define ATEN_PRODUCT_ID 0x2008
30
+ #define ATEN_PRODUCT_ID2 0x2118
30
31
31
32
#define IODATA_VENDOR_ID 0x04bb
32
33
#define IODATA_PRODUCT_ID 0x0a03
You can’t perform that action at this time.
0 commit comments