This commit is contained in:
Nick Hibma 2001-04-02 13:12:15 +00:00
parent d8ee57ce7d
commit 899a73c0a6
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.51 2001/04/02 13:02:17 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.52 2001/04/02 13:11:59 n_hibma Exp
*/
/*
@ -296,6 +296,7 @@
#define USB_VENDOR_BROADCOM 0x0a5c /* Broadcom Corp. */
#define USB_VENDOR_GREENHOUSE 0x0a6b /* GREENHOUSE Co., Ltd. */
#define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */
#define USB_VENDOR_AGATE 0x0c08 /* Agate Technologies */
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
#define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components (2nd) */
@ -342,6 +343,9 @@
/* ADS products */
#define USB_PRODUCT_ADS_UBS10BT 0x0008 /* UBS-10BT Ethernet adapter */
/* Agate Technologies products */
#define USB_PRODUCT_AGATE_QDRIVE 0x0378 /* Q-Drive */
/* Agiler products */
#define USB_PRODUCT_ELECOM_MOUSE29UO 0x0002 /* mouse 29UO */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.51 2001/04/02 13:02:17 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.52 2001/04/02 13:11:59 n_hibma Exp
*/
/*
@ -147,6 +147,12 @@ struct usb_knowndev usb_knowndevs[] = {
"ADS Technologies, Inc.",
"UBS-10BT Ethernet adapter",
},
{
USB_VENDOR_AGATE, USB_PRODUCT_AGATE_QDRIVE,
0,
"Agate Technologies",
"Q-Drive",
},
{
USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_MOUSE29UO,
0,
@ -3309,6 +3315,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Geocast Network Systems",
NULL,
},
{
USB_VENDOR_AGATE, 0,
USB_KNOWNDEV_NOPROD,
"Agate Technologies",
NULL,
},
{
USB_VENDOR_MOTOROLA, 0,
USB_KNOWNDEV_NOPROD,