This commit is contained in:
Nick Hibma 2000-05-25 22:29:47 +00:00
parent 1eb1a86576
commit 42f0d19d1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60935
2 changed files with 32 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.25 2000/05/09 20:43:37 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.26 2000/05/25 22:27:55 n_hibma Exp
*/
/*
@ -70,6 +70,7 @@
#define USB_VENDOR_ANALOGDEVICES 0x0456 /* Analog Devices, Inc. */
#define USB_VENDOR_KYE 0x0458 /* KYE Systems Corp. */
#define USB_VENDOR_MICROSOFT 0x045e /* Microsoft */
#define USB_VENDOR_SUPRA 0x045a /* Supra */
#define USB_VENDOR_PRIMAX 0x0461 /* Primax Electronics */
#define USB_VENDOR_AMP 0x0464 /* AMP, Inc. */
#define USB_VENDOR_CHERRY 0x046a /* Cherry Mikroschalter GmbH */
@ -230,6 +231,7 @@
#define USB_VENDOR_BROADCOM 0x0a5c /* Broadcom Corp. */
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
#define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components (second entry) */
#define USB_VENDOR_INSIDEOUT 0x1608 /* Inside Out Networks */
#define USB_VENDOR_ENTREGA 0x1645 /* Entrega */
#define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics, Inc. */
@ -296,6 +298,7 @@
/* Belkin products */
/*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/
#define USB_PRODUCT_BELKIN2_F5U002 0x0002 /* F5U002 Parallel printer adapter */
/* Billionton products */
#define USB_PRODUCT_BILLIONTON_USB100 0x0986 /* USB100N 10/100 FastEthernet Adapter */
@ -592,6 +595,9 @@
#define USB_PRODUCT_SUN_KEYBOARD 0x0005 /* Type 6 USB */
/* XXX The above is a North American PC style keyboard possibly */
/* Supra products */
#define USB_PRODUCT_SUPRA_SUPRAEXPRESS56K 0x07da /* Supra Express 56K modem */
/* Telex Communications products */
#define USB_PRODUCT_TELEX_MIC1 0x0001 /* Enhanced USB Microphone */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.25 2000/05/09 20:43:37 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.26 2000/05/25 22:27:55 n_hibma Exp
*/
/*
@ -195,6 +195,12 @@ struct usb_knowndev usb_knowndevs[] = {
"ATEN International Co. Ltd.",
"10Mbps ethernet adapter",
},
{
USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002,
0,
"Belkin Components (second entry)",
"F5U002 Parallel printer adapter",
},
{
USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100,
0,
@ -1065,6 +1071,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Sun Microsystems",
"Type 6 USB",
},
{
USB_VENDOR_SUPRA, USB_PRODUCT_SUPRA_SUPRAEXPRESS56K,
0,
"Supra",
"Supra Express 56K modem",
},
{
USB_VENDOR_TELEX, USB_PRODUCT_TELEX_MIC1,
0,
@ -1257,6 +1269,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Microsoft",
NULL,
},
{
USB_VENDOR_SUPRA, 0,
USB_KNOWNDEV_NOPROD,
"Supra",
NULL,
},
{
USB_VENDOR_PRIMAX, 0,
USB_KNOWNDEV_NOPROD,
@ -2217,6 +2235,12 @@ struct usb_knowndev usb_knowndevs[] = {
"PLX",
NULL,
},
{
USB_VENDOR_BELKIN2, 0,
USB_KNOWNDEV_NOPROD,
"Belkin Components (second entry)",
NULL,
},
{
USB_VENDOR_INSIDEOUT, 0,
USB_KNOWNDEV_NOPROD,