File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ static const struct usb_device_id id_table[] = {
52
52
{ USB_DEVICE (IODATA_VENDOR_ID , IODATA_PRODUCT_ID_RSAQ5 ) },
53
53
{ USB_DEVICE (ATEN_VENDOR_ID , ATEN_PRODUCT_ID ),
54
54
.driver_info = PL2303_QUIRK_ENDPOINT_HACK },
55
+ { USB_DEVICE (ATEN_VENDOR_ID , ATEN_PRODUCT_UC485 ),
56
+ .driver_info = PL2303_QUIRK_ENDPOINT_HACK },
55
57
{ USB_DEVICE (ATEN_VENDOR_ID , ATEN_PRODUCT_ID2 ) },
56
58
{ USB_DEVICE (ATEN_VENDOR_ID2 , ATEN_PRODUCT_ID ) },
57
59
{ USB_DEVICE (ELCOM_VENDOR_ID , ELCOM_PRODUCT_ID ) },
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_UC485 0x2021
30
31
#define ATEN_PRODUCT_ID2 0x2118
31
32
32
33
#define IODATA_VENDOR_ID 0x04bb
You can’t perform that action at this time.
0 commit comments