This commit is contained in:
Nick Hibma 2000-08-06 23:27:36 +00:00
parent 6ba97967be
commit 2a46959d8e
2 changed files with 32 additions and 9 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.27 2000/06/08 19:26:16 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.30 2000/08/06 23:26:58 n_hibma Exp
*/
/*
@ -69,8 +69,8 @@
#define USB_VENDOR_TI 0x0451 /* Texas Instruments */
#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_MICROSOFT 0x045e /* Microsoft */
#define USB_VENDOR_PRIMAX 0x0461 /* Primax Electronics */
#define USB_VENDOR_AMP 0x0464 /* AMP, Inc. */
#define USB_VENDOR_CHERRY 0x046a /* Cherry Mikroschalter GmbH */
@ -238,6 +238,7 @@
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
#define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components (second entry) */
#define USB_VENDOR_UMAX 0x1606 /* UMAX Data Systems, Inc. */
#define USB_VENDOR_INSIDEOUT 0x1608 /* Inside Out Networks */
#define USB_VENDOR_ENTREGA 0x1645 /* Entrega */
#define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics, Inc. */
@ -305,6 +306,7 @@
/* ATen products */
#define USB_PRODUCT_ATEN_UC1284 0x2001 /* Parallel printer adapter */
#define USB_PRODUCT_ATEN_UC10T 0x2002 /* 10Mbps ethernet adapter */
#define USB_PRODUCT_ATEN_UC232A 0x2008 /* Serial adapter */
/* Belkin products */
/*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/
@ -638,6 +640,9 @@
/* Thrustmaster products */
#define USB_PRODUCT_THRUST_FUSION_PAD 0xa0a3 /* Fusion Digital Gamepad */
/* UMAX products */
#define USB_PRODUCT_UMAX_ASTRA_2100U 0x0130 /* Astra 2100U Scanner */
/* Universal Access products */
#define USB_PRODUCT_UNIACCESS_PANACHE 0x0101 /* Panache Surf USB ISDN 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.27 2000/06/08 19:26:16 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.30 2000/08/06 23:26:58 n_hibma Exp
*/
/*
@ -213,6 +213,12 @@ struct usb_knowndev usb_knowndevs[] = {
"ATEN International Co. Ltd.",
"10Mbps ethernet adapter",
},
{
USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC232A,
0,
"ATEN International Co. Ltd.",
"Serial adapter",
},
{
USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002,
0,
@ -1179,6 +1185,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Thrustmaster",
"Fusion Digital Gamepad",
},
{
USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA_2100U,
0,
"UMAX Data Systems, Inc.",
"Astra 2100U Scanner",
},
{
USB_VENDOR_UNIACCESS, USB_PRODUCT_UNIACCESS_PANACHE,
0,
@ -1347,18 +1359,18 @@ struct usb_knowndev usb_knowndevs[] = {
"KYE Systems Corp.",
NULL,
},
{
USB_VENDOR_MICROSOFT, 0,
USB_KNOWNDEV_NOPROD,
"Microsoft",
NULL,
},
{
USB_VENDOR_SUPRA, 0,
USB_KNOWNDEV_NOPROD,
"Supra",
NULL,
},
{
USB_VENDOR_MICROSOFT, 0,
USB_KNOWNDEV_NOPROD,
"Microsoft",
NULL,
},
{
USB_VENDOR_PRIMAX, 0,
USB_KNOWNDEV_NOPROD,
@ -2361,6 +2373,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Belkin Components (second entry)",
NULL,
},
{
USB_VENDOR_UMAX, 0,
USB_KNOWNDEV_NOPROD,
"UMAX Data Systems, Inc.",
NULL,
},
{
USB_VENDOR_INSIDEOUT, 0,
USB_KNOWNDEV_NOPROD,