diff options
author | Zolton Jheng <s6668c2t@gmail.com> | 2021-05-10 10:32:00 +0800 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2021-05-10 11:15:23 +0200 |
commit | f8e8c1b2f782e7391e8a1c25648ce756e2a7d481 (patch) | |
tree | 590926a0347cedda69a5a592b5876060ea5681bd /drivers/usb/serial/pl2303.c | |
parent | 89b1a3d811e6f8065d6ae8a25e7682329b4a31e2 (diff) | |
download | linux-stable-f8e8c1b2f782e7391e8a1c25648ce756e2a7d481.tar.gz linux-stable-f8e8c1b2f782e7391e8a1c25648ce756e2a7d481.tar.bz2 linux-stable-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.c')
-rw-r--r-- | drivers/usb/serial/pl2303.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index fd773d252691..940050c31482 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -113,6 +113,7 @@ static const struct usb_device_id id_table[] = { { USB_DEVICE(SONY_VENDOR_ID, SONY_QN3USB_PRODUCT_ID) }, { USB_DEVICE(SANWA_VENDOR_ID, SANWA_PRODUCT_ID) }, { USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530_PRODUCT_ID) }, + { USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530GC_PRODUCT_ID) }, { USB_DEVICE(SMART_VENDOR_ID, SMART_PRODUCT_ID) }, { USB_DEVICE(AT_VENDOR_ID, AT_VTKIT3_PRODUCT_ID) }, { } /* Terminating entry */ |