Skip to content

Commit f8e8c1b

Browse files
ZoltonJhengjhovold
authored andcommitted
USB: serial: pl2303: add device id for ADLINK ND-6530 GC
This adds the device id for the ADLINK ND-6530 which is a PL2303GC based device. Signed-off-by: Zolton Jheng <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 89b1a3d commit f8e8c1b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/usb/serial/pl2303.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ static const struct usb_device_id id_table[] = {
113113
{ USB_DEVICE(SONY_VENDOR_ID, SONY_QN3USB_PRODUCT_ID) },
114114
{ USB_DEVICE(SANWA_VENDOR_ID, SANWA_PRODUCT_ID) },
115115
{ USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530_PRODUCT_ID) },
116+
{ USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530GC_PRODUCT_ID) },
116117
{ USB_DEVICE(SMART_VENDOR_ID, SMART_PRODUCT_ID) },
117118
{ USB_DEVICE(AT_VENDOR_ID, AT_VTKIT3_PRODUCT_ID) },
118119
{ } /* Terminating entry */

drivers/usb/serial/pl2303.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
/* ADLINK ND-6530 RS232,RS485 and RS422 adapter */
159159
#define ADLINK_VENDOR_ID 0x0b63
160160
#define ADLINK_ND6530_PRODUCT_ID 0x6530
161+
#define ADLINK_ND6530GC_PRODUCT_ID 0x653a
161162

162163
/* SMART USB Serial Adapter */
163164
#define SMART_VENDOR_ID 0x0b8c

0 commit comments

Comments
 (0)