Regenerate.

This commit is contained in:
Bill Paul 2000-04-14 14:44:54 +00:00
parent cd29a8ae0f
commit 92ed1e40ae
2 changed files with 18 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.21 2000/04/06 10:16:24 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.22 2000/04/14 14:43:34 wpaul Exp
*/
/*
@ -203,6 +203,7 @@
#define USB_VENDOR_BURRBROWN 0x08bb /* Burr-Brown Japan, Ltd. */
#define USB_VENDOR_2WIRE 0x08c8 /* 2Wire, Inc */
#define USB_VENDOR_AIPTEK 0x08ca /* AIPTEK International, Inc. */
#define USB_VENDOR_SMARTBRIDGES 0x08d1 /* SmartBridges Pte Ltd. */
#define USB_VENDOR_BILLIONTON 0x08dd /* Billionton Systems, Inc. */
#define USB_VENDOR_AUTHENTEC 0x08ff /* AuthenTec, Inc. */
#define USB_VENDOR_ALATION 0x0910 /* Alation Systems, Inc. */
@ -555,6 +556,9 @@
/* Sirius Technologies products */
#define USB_PRODUCT_SIRIUS_ROADSTER 0x0001 /* NetComm Roadster II 56 USB */
/* SmartBridges products */
#define USB_PRODUCT_SMARTBRIDGES_SMARTLINK 0x0001 /* SmartLink USB ethernet adapter */
/* SMC products */
#define USB_PRODUCT_SMC_2102USB 0x0100 /* 10Mbps ethernet adapter */
#define USB_PRODUCT_SMC_2202USB 0x0200 /* 10/100 ethernet adapter */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.21 2000/04/06 10:16:24 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.22 2000/04/14 14:43:34 wpaul Exp
*/
/*
@ -963,6 +963,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Sirius Technologies",
"NetComm Roadster II 56 USB",
},
{
USB_VENDOR_SMARTBRIDGES, USB_PRODUCT_SMARTBRIDGES_SMARTLINK,
0,
"SmartBridges Pte Ltd.",
"SmartLink USB ethernet adapter",
},
{
USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB,
0,
@ -1983,6 +1989,12 @@ struct usb_knowndev usb_knowndevs[] = {
"AIPTEK International, Inc.",
NULL,
},
{
USB_VENDOR_SMARTBRIDGES, 0,
USB_KNOWNDEV_NOPROD,
"SmartBridges Pte Ltd.",
NULL,
},
{
USB_VENDOR_BILLIONTON, 0,
USB_KNOWNDEV_NOPROD,