diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-01-20 00:14:42 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-01-20 00:14:42 +0000 |
commit | c32eb1c875cf1ba8d7aa3f2190e797ae5d445671 (patch) | |
tree | 92c9ffaebd3d36e61b0b7fe31f05e40d4c8e3869 /sys | |
parent | bf333f52b61a964fd4f800b1c07897d3189617a0 (diff) |
Add one more device which could work. Fix comment typo in usbdevs while
there.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_upgt.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 8 |
2 files changed, 8 insertions, 3 deletions
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 |