The USB ID Repository

The home of the usb.ids file

Main -> USB Devices -> Device UD:067b -> Subsystem UD:067b:aaa3

Name: PL2303x Serial Adapter

Discussion

Name: PL2303x Serial Adapter

Bus 002 Device 003: ID 067b:aaa3 Prolific Technology, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x067b Prolific Technology, Inc.
idProduct 0xaaa3
bcdDevice 3.00
iManufacturer 1 Prolific Technology Inc.
iProduct 2 USB-Serial Controller
iSerial 0
bNumConfigurations 1
*snip*

0x4A6F

2016-06-10 13:24:04

Name: 0x4A6F

Note: Working patch against linux-stable for this USB-to-Serial adapter, which is connected to a GPS and is accessible at 4800 8N1.

diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
index ae682e4..ffe0a0f 100644
--- a/drivers/usb/serial/pl2303.c
+++ b/drivers/usb/serial/pl2303.c
@@ -39,4 +39,6 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_RSAQ2) },
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_DCU11) },
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_RSAQ3) },
+ { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_GETAC),
+ .driver_info = PL2303_QUIRK_LEGACY },
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_PHAROS) },
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
index e3b7af8..a7deea1 100644
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -19,2 +19,3 @@
#define PL2303_PRODUCT_ID_RSAQ3 0xaaa2
+#define PL2303_PRODUCT_ID_GETAC 0xaaa3
#define PL2303_PRODUCT_ID_ALDIGA 0x0611

0x4A6F

2016-06-11 15:05:14

Name: PL2303x Serial Adapter

gowdy

2016-07-21 14:00:43

Discuss

Subsystems

Id Name Note

Add item