diff options
author | takawata <takawata@FreeBSD.org> | 2010-07-13 03:49:30 +0000 |
---|---|---|
committer | takawata <takawata@FreeBSD.org> | 2010-07-13 03:49:30 +0000 |
commit | 5279da9f3b635f3f5e1246c26bec59cf99c5197a (patch) | |
tree | 92d943c900da102d49bebb30f9e433676d408732 /sys/dev/usb | |
parent | 81c2c240ef351f367d7d70ecd3f4fc62fb683a79 (diff) | |
download | FreeBSD-src-5279da9f3b635f3f5e1246c26bec59cf99c5197a.zip FreeBSD-src-5279da9f3b635f3f5e1246c26bec59cf99c5197a.tar.gz |
One more Prolific serial device ID.
Submitted by: Kouichi Hirabayashi on FreeBSD-users-jp
MFC after: 1 week.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/serial/uplcom.c | 2 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c index ae88805..c24cfa3 100644 --- a/sys/dev/usb/serial/uplcom.c +++ b/sys/dev/usb/serial/uplcom.c @@ -256,6 +256,8 @@ static const struct usb_device_id uplcom_devs[] = { UPLCOM_DEV(PROLIFIC, RSAQ2, 0, 0xFFFF, PL2303), /* I/O DATA USB-RSAQ3 */ UPLCOM_DEV(PROLIFIC, RSAQ3, 0, 0xFFFF, PL2303X), + /* I/O DATA USB-RSAQ3 */ + UPLCOM_DEV(IODATA, USBRSAQ5, 0, 0xFFFF, PL2303X), /* PLANEX USB-RS232 URS-03 */ UPLCOM_DEV(ATEN, UC232A, 0, 0xFFFF, PL2303), /* TrendNet TU-S9 */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5aeadec..bb284c8 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1807,6 +1807,7 @@ product IODATA RT3072_2 0x0945 RT3072 product IODATA RT3072_3 0x0947 RT3072 product IODATA RT3072_4 0x0948 RT3072 product IODATA USBRSAQ 0x0a03 Serial USB-RSAQ1 +product IODATA USBRSAQ5 0x0a0e Serial USB-RSAQ5 product IODATA2 USB2SC 0x0a09 USB2.0-SCSI Bridge USB2-SC /* Iomega products */ |