This commit is contained in:
soren 2000-01-25 21:58:59 +00:00
parent 8b39eb4d8e
commit 27cb56c54d
2 changed files with 34 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.74 2000/01/24 08:44:33 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.75 2000/01/25 21:58:59 soren Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.73 2000/01/24 08:44:07 augustss Exp
* NetBSD: usbdevs,v 1.74 2000/01/25 21:58:45 soren Exp
*/
/*
@ -103,6 +103,7 @@
#define USB_VENDOR_OMNIVISION 0x05a9 /* OmniVision */
#define USB_VENDOR_INSYSTEM 0x05ab /* In-System Design */
#define USB_VENDOR_APPLE 0x05ac /* Apple Computer */
#define USB_VENDOR_DIGI 0x05c5 /* Digi International */
#define USB_VENDOR_QTRONIX 0x05c7 /* Qtronix Corp */
#define USB_VENDOR_ELSA 0x05cc /* ELSA Gmbh */
#define USB_VENDOR_EIZONANAO 0x05e7 /* EIZO Nanao */
@ -233,6 +234,11 @@
/* Diamond products */
#define USB_PRODUCT_DIAMOND_RIO500USB 0x0001 /* Rio 500 USB */
/* Digi International products */
#define USB_PRODUCT_DIGI_ACCELEPORT2 0x0002 /* AccelePort USB 2 */
#define USB_PRODUCT_DIGI_ACCELEPORT4 0x0004 /* AccelePort USB 4 */
#define USB_PRODUCT_DIGI_ACCELEPORT8 0x0008 /* AccelePort USB 8 */
/* EIZO products */
#define USB_PRODUCT_EIZO_HUB 0x0000 /* hub */
#define USB_PRODUCT_EIZO_MONITOR 0x0001 /* monitor */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.74 2000/01/24 08:44:34 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.75 2000/01/25 21:58:59 soren Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.73 2000/01/24 08:44:07 augustss Exp
* NetBSD: usbdevs,v 1.74 2000/01/25 21:58:45 soren Exp
*/
/*
@ -273,6 +273,24 @@ struct usb_knowndev usb_knowndevs[] = {
"Diamond",
"Rio 500 USB",
},
{
USB_VENDOR_DIGI, USB_PRODUCT_DIGI_ACCELEPORT2,
0,
"Digi International",
"AccelePort USB 2",
},
{
USB_VENDOR_DIGI, USB_PRODUCT_DIGI_ACCELEPORT4,
0,
"Digi International",
"AccelePort USB 4",
},
{
USB_VENDOR_DIGI, USB_PRODUCT_DIGI_ACCELEPORT8,
0,
"Digi International",
"AccelePort USB 8",
},
{
USB_VENDOR_EIZO, USB_PRODUCT_EIZO_HUB,
0,
@ -1143,6 +1161,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Apple Computer",
NULL,
},
{
USB_VENDOR_DIGI, 0,
USB_KNOWNDEV_NOPROD,
"Digi International",
NULL,
},
{
USB_VENDOR_QTRONIX, 0,
USB_KNOWNDEV_NOPROD,