Skip to content

Commit 8a0c225

Browse files
committed
USB: serial: pl2303: add new ATEN device id
commit 3b6bcd3d093c698d32e93d4da57679b8fbc5e01e upstream. This adds a new ATEN device id for a new pl2303-based device. Reported-by: Peter Kuo <PeterKuo@aten.com.tw> Cc: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 31c9287 commit 8a0c225

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/usb/serial/pl2303.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ static const struct usb_device_id id_table[] = {
4949
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) },
5050
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) },
5151
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) },
52+
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_UC485) },
5253
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID2) },
5354
{ USB_DEVICE(ATEN_VENDOR_ID2, ATEN_PRODUCT_ID) },
5455
{ 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)