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 @@ -113,6 +113,7 @@ static const struct usb_device_id id_table[] = {
113
113
{ USB_DEVICE (SONY_VENDOR_ID , SONY_QN3USB_PRODUCT_ID ) },
114
114
{ USB_DEVICE (SANWA_VENDOR_ID , SANWA_PRODUCT_ID ) },
115
115
{ USB_DEVICE (ADLINK_VENDOR_ID , ADLINK_ND6530_PRODUCT_ID ) },
116
+ { USB_DEVICE (ADLINK_VENDOR_ID , ADLINK_ND6530GC_PRODUCT_ID ) },
116
117
{ USB_DEVICE (SMART_VENDOR_ID , SMART_PRODUCT_ID ) },
117
118
{ USB_DEVICE (AT_VENDOR_ID , AT_VTKIT3_PRODUCT_ID ) },
118
119
{ } /* Terminating entry */
Original file line number Diff line number Diff line change 158
158
/* ADLINK ND-6530 RS232,RS485 and RS422 adapter */
159
159
#define ADLINK_VENDOR_ID 0x0b63
160
160
#define ADLINK_ND6530_PRODUCT_ID 0x6530
161
+ #define ADLINK_ND6530GC_PRODUCT_ID 0x653a
161
162
162
163
/* SMART USB Serial Adapter */
163
164
#define SMART_VENDOR_ID 0x0b8c
You can’t perform that action at this time.
0 commit comments