diff options
author | Zolton Jheng <s6668c2t@gmail.com> | 2021-05-10 04:32:00 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2021-05-10 11:15:23 +0200 |
commit | f8e8c1b2f782e7391e8a1c25648ce756e2a7d481 (patch) | |
tree | 590926a0347cedda69a5a592b5876060ea5681bd /drivers/usb/serial/pl2303.h | |
parent | USB: serial: ti_usb_3410_5052: add startech.com device id (diff) | |
download | linux-f8e8c1b2f782e7391e8a1c25648ce756e2a7d481.tar.xz linux-f8e8c1b2f782e7391e8a1c25648ce756e2a7d481.zip |
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 <s6668c2t@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r-- | drivers/usb/serial/pl2303.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 0f681ddbfd28..6097ee8fccb2 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h @@ -158,6 +158,7 @@ /* ADLINK ND-6530 RS232,RS485 and RS422 adapter */ #define ADLINK_VENDOR_ID 0x0b63 #define ADLINK_ND6530_PRODUCT_ID 0x6530 +#define ADLINK_ND6530GC_PRODUCT_ID 0x653a /* SMART USB Serial Adapter */ #define SMART_VENDOR_ID 0x0b8c |