Regen.
This commit is contained in:
parent
71938e9fcd
commit
5b6fc885e2
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.36 2000/09/06 19:28:27 wpaul Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.37 2000/10/05 23:09:48 n_hibma Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -220,6 +220,7 @@
|
||||
#define USB_VENDOR_AUTHENTEC 0x08ff /* AuthenTec, Inc. */
|
||||
#define USB_VENDOR_ALATION 0x0910 /* Alation Systems, Inc. */
|
||||
#define USB_VENDOR_BIOMETRIC 0x0929 /* American Biometric Company */
|
||||
#define USB_VENDOR_YANO 0x094f /* Yano */
|
||||
#define USB_VENDOR_BLUEWATER 0x0956 /* BlueWater Systems, Inc. */
|
||||
#define USB_VENDOR_AGILENT 0x0957 /* Agilent Technologies, Inc. */
|
||||
#define USB_VENDOR_ADIRONDACK 0x0976 /* Adirondack Wire & Cable */
|
||||
@ -408,6 +409,7 @@
|
||||
#define USB_PRODUCT_ENTREGA_1S9 0x0093 /* 1S9 serial connector */
|
||||
#define USB_PRODUCT_ENTREGA_EZUSB 0x8000 /* EZ-USB */
|
||||
/*product ENTREGA SERIAL 0x8001 DB25 Serial connector*/
|
||||
#define USB_PRODUCT_ENTREGA_2U4S 0x8004 /* 2 USB + 4 serial ports */
|
||||
/*product ENTREGA SERIAL_DB9 0x8093 DB9 Serial connector*/
|
||||
|
||||
/* e-TEK Labs products */
|
||||
@ -711,5 +713,8 @@
|
||||
/* Y-E Data products */
|
||||
#define USB_PRODUCT_YEDATA_FLASHBUSTERU 0x0000 /* Flashbuster-U */
|
||||
|
||||
/* Yano products */
|
||||
#define USB_PRODUCT_YANO_U640MO 0x0101 /* U640MO-03 */
|
||||
|
||||
/* Zoom Telephonics, Inc. products */
|
||||
#define USB_PRODUCT_ZOOM_2986L 0x9700 /* 2986L Fax modem */
|
||||
|
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.36 2000/09/06 19:28:27 wpaul Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.37 2000/10/05 23:09:48 n_hibma Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -507,6 +507,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||
"Entrega",
|
||||
"EZ-USB",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_2U4S,
|
||||
0,
|
||||
"Entrega",
|
||||
"2 USB + 4 serial ports",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM,
|
||||
0,
|
||||
@ -1455,6 +1461,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||
"Y-E Data",
|
||||
"Flashbuster-U",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_YANO, USB_PRODUCT_YANO_U640MO,
|
||||
0,
|
||||
"Yano",
|
||||
"U640MO-03",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ZOOM, USB_PRODUCT_ZOOM_2986L,
|
||||
0,
|
||||
@ -2493,6 +2505,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||
"American Biometric Company",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_YANO, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Yano",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_BLUEWATER, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
Loading…
x
Reference in New Issue
Block a user