This commit is contained in:
augustss 2001-11-06 12:59:45 +00:00
parent 0c8d23832b
commit 80c2d1c262
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.199 2001/11/01 17:25:37 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.200 2001/11/06 12:59:45 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.196 2001/11/01 17:25:05 augustss Exp
* NetBSD: usbdevs,v 1.197 2001/11/06 12:59:17 augustss Exp
*/
/*
@ -311,6 +311,7 @@
#define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */
#define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */
#define USB_VENDOR_AGATE 0x0c08 /* Agate Technologies */
#define USB_VENDOR_DMI 0x0c0b /* DMI */
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
#define USB_VENDOR_ASANTE 0x10bd /* Asante */
@ -520,6 +521,9 @@
/* Digital Stream Corp. products */
#define USB_PRODUCT_DIGITALSTREAM_PS2 0x0001 /* PS/2 Active Adapter */
/* DMI products */
#define USB_PRODUCT_DMI_SA2_0 0xb001 /* Storage Adapter */
/* 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.200 2001/11/01 17:25:37 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.201 2001/11/06 12:59:46 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.196 2001/11/01 17:25:05 augustss Exp
* NetBSD: usbdevs,v 1.197 2001/11/06 12:59:17 augustss Exp
*/
/*
@ -663,6 +663,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Digital Stream",
"PS/2 Active Adapter",
},
{
USB_VENDOR_DMI, USB_PRODUCT_DMI_SA2_0,
0,
"DMI",
"Storage Adapter",
},
{
USB_VENDOR_EIZO, USB_PRODUCT_EIZO_HUB,
0,
@ -4047,6 +4053,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Agate Technologies",
NULL,
},
{
USB_VENDOR_DMI, 0,
USB_KNOWNDEV_NOPROD,
"DMI",
NULL,
},
{
USB_VENDOR_MOTOROLA, 0,
USB_KNOWNDEV_NOPROD,