Regen after usbdevs rev.1.95.
This commit is contained in:
parent
879f210160
commit
4b913866d7
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.93 2002/07/10 00:43:10 joe Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.95 2002/07/30 11:02:35 sobomax Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -339,6 +339,7 @@
|
||||
#define USB_VENDOR_ATI2 0x0b6f /* ATI */
|
||||
#define USB_VENDOR_AGATE 0x0c08 /* Agate Technologies */
|
||||
#define USB_VENDOR_DMI 0x0c0b /* DMI */
|
||||
#define USB_VENDOR_LUWEN 0x0c76 /* Luwen */
|
||||
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
|
||||
#define USB_VENDOR_PLX 0x10b5 /* PLX */
|
||||
#define USB_VENDOR_ASANTE 0x10bd /* Asante */
|
||||
@ -780,6 +781,9 @@
|
||||
/* Lucent products */
|
||||
#define USB_PRODUCT_LUCENT_EVALKIT 0x1001 /* USS-720 evaluation kit */
|
||||
|
||||
/* Luwen products */
|
||||
#define USB_PRODUCT_LUWEN_EASYDISK 0x0005 /* EasyDisc */
|
||||
|
||||
/* Macally products */
|
||||
#define USB_PRODUCT_MACALLY_MOUSE1 0x0101 /* mouse */
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.93 2002/07/10 00:43:10 joe Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.95 2002/07/30 11:02:35 sobomax Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1569,6 +1569,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Lucent",
|
||||
"USS-720 evaluation kit",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_LUWEN, USB_PRODUCT_LUWEN_EASYDISK,
|
||||
0,
|
||||
"Luwen",
|
||||
"EasyDisc",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MACALLY, USB_PRODUCT_MACALLY_MOUSE1,
|
||||
0,
|
||||
@ -4203,6 +4209,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"DMI",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_LUWEN, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Luwen",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MOTOROLA, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user