diff options
author | 2008-01-20 00:14:41 +0000 | |
---|---|---|
committer | 2008-01-20 00:14:41 +0000 | |
commit | 3dd872c75d5486644f7d466ce0f484e55494e9d1 (patch) | |
tree | 1141bb1b0a2e2a5dd62d0ad1d4bb02ac100807fc | |
parent | Add initial scaffold for RAID 0. No IO just yet. (diff) | |
download | wireguard-openbsd-3dd872c75d5486644f7d466ce0f484e55494e9d1.tar.xz wireguard-openbsd-3dd872c75d5486644f7d466ce0f484e55494e9d1.zip |
Add one more device which could work. Fix comment typo in usbdevs while
there.
-rw-r--r-- | share/man/man4/upgt.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/if_upgt.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/share/man/man4/upgt.4 b/share/man/man4/upgt.4 index 58c27ebc175..00bdb72a252 100644 --- a/share/man/man4/upgt.4 +++ b/share/man/man4/upgt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: upgt.4,v 1.4 2008/01/19 23:48:36 mglocker Exp $ +.\" $OpenBSD: upgt.4,v 1.5 2008/01/20 00:14:41 mglocker Exp $ .\" .\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> .\" Copyright (c) 2005-2007 @@ -48,7 +48,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 19 2008 $ +.Dd $Mdocdate: January 20 2008 $ .Os .Dt UPGT 4 .Sh NAME @@ -265,6 +265,7 @@ The following adapters should work: .It Belkin F5D7050 (version 1000) .It Cohiba Proto Board .It D-Link DWL-G120 Cohiba +.It FSC Connect2Air E-5400 USB D1700 .It Gigaset USB Adapter 54 .It Inventel UR045G .It Netgear WG111v2 diff --git a/sys/dev/usb/if_upgt.c b/sys/dev/usb/if_upgt.c index f0b3ad6096f..6ff4a2ba2bc 100644 --- a/sys/dev/usb/if_upgt.c +++ b/sys/dev/usb/if_upgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_upgt.c,v 1.20 2008/01/19 10:39:22 mglocker Exp $ */ +/* $OpenBSD: if_upgt.c,v 1.21 2008/01/20 00:14:41 mglocker Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -153,6 +153,7 @@ static const struct usb_devno upgt_devs[] = { { USB_VENDOR_CONCEPTRONIC, USB_PRODUCT_CONCEPTRONIC_PRISM_GT }, { USB_VENDOR_DELL, USB_PRODUCT_DELL_PRISM_GT_1 }, { USB_VENDOR_DELL, USB_PRODUCT_DELL_PRISM_GT_2 }, + { USB_VENDOR_FSC, USB_PRODUCT_FSC_E5400 }, { USB_VENDOR_GLOBESPAN, USB_PRODUCT_GLOBESPAN_PRISM_GT_1 }, { USB_VENDOR_GLOBESPAN, USB_PRODUCT_GLOBESPAN_PRISM_GT_2 }, { USB_VENDOR_INTERSIL, USB_PRODUCT_INTERSIL_PRISM_GT }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5d6120007e6..5ce21c2c294 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.330 2008/01/05 04:57:59 deraadt Exp $ +$OpenBSD: usbdevs,v 1.331 2008/01/20 00:14:41 mglocker Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -397,6 +397,7 @@ vendor AMBIT 0x0bb2 Ambit Microsystems vendor HTC 0x0bb4 HTC vendor REALTEK 0x0bda Realtek vendor ADDONICS2 0x0bf6 Addonics Technology +vendor FSC 0x0bf8 Fujitsu Siemens Computers vendor AGATE 0x0c08 Agate Technologies vendor DMI 0x0c0b DMI vendor MICRODIA 0x0c45 Microdia @@ -1210,9 +1211,12 @@ product FTDI SEMC_DSS20 0xfc82 SEMC DSS-20 SyncStation /* Fuji photo products */ product FUJIPHOTO MASS0100 0x0100 Mass Storage -/* Fujitsu protducts */ +/* Fujitsu products */ product FUJITSU AH_F401U 0x105b AH-F401U Air H device +/* Fujitsu Siemens Computers products */ +product FSC E5400 0x1009 PrismGT USB 2.0 WLAN + /* G.Mate */ product GMATE YP3X00 0x1001 YP3X00 PDA |