diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-10-05 23:11:13 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-10-05 23:11:13 +0000 |
| commit | 9aafd69b2f7e332b06032317bd9608611719fc75 (patch) | |
| tree | 3679c045ed3301bd7d6401caa3bb8c2168ed7285 /sys/dev/usb/usbdevs.h | |
| parent | 1931cf940abe0486ab60e2f09ce5673f5f8feccf (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a5abae5a4b88..74bb4147ad24 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 */ |
