Skip to content

Commit 3b6bcd3

Browse files
committed
USB: serial: pl2303: add new ATEN device id
This adds a new ATEN device id for a new pl2303-based device. Reported-by: Peter Kuo <[email protected]> Cc: stable <[email protected]> Cc: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7496cfe commit 3b6bcd3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/usb/serial/pl2303.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ static const struct usb_device_id id_table[] = {
5252
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) },
5353
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID),
5454
.driver_info = PL2303_QUIRK_ENDPOINT_HACK },
55+
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_UC485),
56+
.driver_info = PL2303_QUIRK_ENDPOINT_HACK },
5557
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID2) },
5658
{ USB_DEVICE(ATEN_VENDOR_ID2, ATEN_PRODUCT_ID) },
5759
{ USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) },

drivers/usb/serial/pl2303.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#define ATEN_VENDOR_ID 0x0557
2828
#define ATEN_VENDOR_ID2 0x0547
2929
#define ATEN_PRODUCT_ID 0x2008
30+
#define ATEN_PRODUCT_UC485 0x2021
3031
#define ATEN_PRODUCT_ID2 0x2118
3132

3233
#define IODATA_VENDOR_ID 0x04bb

0 commit comments

Comments
 (0)