sync to 1.140

This commit is contained in:
Warner Losh 2003-10-05 18:59:09 +00:00
parent bb0cd662ca
commit 3bb2d995f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120819
2 changed files with 16 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.138 2003/09/20 20:01:08 se Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.140 2003/10/05 18:58:37 imp Exp
*/
/*
@ -351,6 +351,7 @@
#define USB_VENDOR_AGATE 0x0c08 /* Agate Technologies */
#define USB_VENDOR_DMI 0x0c0b /* DMI */
#define USB_VENDOR_LUWEN 0x0c76 /* Luwen */
#define USB_VENDOR_SMC3 0x0d5c /* Standard Microsystems */
#define USB_VENDOR_HAWKING 0x0e66 /* Hawking Technologies */
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
@ -1107,6 +1108,7 @@
#define USB_PRODUCT_SMC_2202USB 0x0200 /* 10/100 ethernet adapter */
#define USB_PRODUCT_SMC_2206USB 0x0201 /* EZ Connect USB Ethernet Adapter */
#define USB_PRODUCT_SMC2_2020HUB 0x2020 /* USB Hub */
#define USB_PRODUCT_SMC3_2662WUSB 0xa002 /* 2662W-AR Wireless Adapter */
/* SOHOware products */
#define USB_PRODUCT_SOHOWARE_NUB100 0x9100 /* 10/100 USB Ethernet */

View file

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.138 2003/09/20 20:01:08 se Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.140 2003/10/05 18:58:37 imp Exp
*/
/*
@ -2697,6 +2697,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Standard Microsystems",
"USB Hub",
},
{
USB_VENDOR_SMC3, USB_PRODUCT_SMC3_2662WUSB,
0,
"Standard Microsystems",
"2662W-AR Wireless Adapter",
},
{
USB_VENDOR_SOHOWARE, USB_PRODUCT_SOHOWARE_NUB100,
0,
@ -4743,6 +4749,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Luwen",
NULL,
},
{
USB_VENDOR_SMC3, 0,
USB_KNOWNDEV_NOPROD,
"Standard Microsystems",
NULL,
},
{
USB_VENDOR_HAWKING, 0,
USB_KNOWNDEV_NOPROD,