diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-04 00:37:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-04 00:37:22 +0000 |
commit | fbd3f1b5dfa62ce002279f80ce0a05991f2ec67a (patch) | |
tree | 80c308c904ad6177789d92f396fd3232f3e857ce | |
parent | c01389e5ca1bbb21777e69f8bcbe905b2d09d1b4 (diff) |
new uplcom; Tomokazu Hirai
-rw-r--r-- | share/man/man4/uplcom.4 | 3 | ||||
-rw-r--r-- | sys/dev/usb/uplcom.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4 index 31f1141873f..16ee9ec9fc9 100644 --- a/share/man/man4/uplcom.4 +++ b/share/man/man4/uplcom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uplcom.4,v 1.11 2005/05/23 21:20:13 deraadt Exp $ +.\" $OpenBSD: uplcom.4,v 1.12 2005/07/04 00:37:21 deraadt Exp $ .\" $NetBSD: uplcom.4,v 1.6 2001/05/22 00:21:25 jhawk Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -57,6 +57,7 @@ driver supports the following adapters: .It HIGH-EDGE HE800 .It I/O DATA USB-RSAQ .It I/O DATA USB-RSAQ2 +.It I/O DATA USB-RSAQ3 .It IOGEAR UC-232A .It PLANEX USB-RS232 URS-03 .It Pharos USB GPS diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 8a027d15401..33b0ad6f8dd 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uplcom.c,v 1.22 2005/05/23 21:20:14 deraadt Exp $ */ +/* $OpenBSD: uplcom.c,v 1.23 2005/07/04 00:37:21 deraadt Exp $ */ /* $NetBSD: uplcom.c,v 1.29 2002/09/23 05:51:23 simonb Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -185,6 +185,8 @@ static const struct usb_devno uplcom_devs[] = { { USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_CN104 }, /* Pharos USB GPS - Microsoft version */ { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303X }, + /* IODATA USB-RSAQ3 */ + { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303X2 }, /* SOURCENEXT KeikaiDenwa 8 */ { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8 }, /* SOURCENEXT KeikaiDenwa 8 with charger */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 66d69ae2544..325aec47c94 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.156 2005/06/17 23:02:46 deraadt Exp $ +$OpenBSD: usbdevs,v 1.157 2005/07/04 00:37:21 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1533,6 +1533,7 @@ product PROLIFIC PL2305 0x2305 Parallel printer product PROLIFIC ATAPI4 0x2307 ATAPI-4 Bridge Controller product PROLIFIC PL2501 0x2501 PL2501 Host-Host interface product PROLIFIC PL2303X 0xaaa0 PL2303 Serial +product PROLIFIC PL2303X2 0xaaa2 PL2303 Serial /* Putercom products */ product PUTERCOM UPA100 0x047e USB-1284 BRIDGE |