This commit is contained in:
augustss 1999-10-04 19:05:42 +00:00
parent 7a8b326ba9
commit ef0ba32b7d
2 changed files with 27 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.45 1999/09/15 13:57:26 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.46 1999/10/04 19:05:42 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.45 1999/09/15 13:57:09 augustss Exp
* NetBSD: usbdevs,v 1.46 1999/10/04 19:05:13 augustss Exp
*/
/*
@ -100,6 +100,7 @@
#define USB_VENDOR_MACALLY 0x0618 /* Macally */
#define USB_VENDOR_MULTITECH 0x06e0 /* MultiTech */
#define USB_VENDOR_ADS 0x06e1 /* ADS Technologies */
#define USB_VENDOR_ACTIVEWIRE 0x0854 /* ActiveWire Inc. */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
#define USB_VENDOR_INSIDEOUT 0x1608 /* Inside Out Networks */
#define USB_VENDOR_ENTREGA 0x1645 /* Entrega */
@ -277,6 +278,10 @@
#define USB_PRODUCT_ENTREGA_1S9 0x0093 /* 1S9 serial connector */
#define USB_PRODUCT_ENTREGA_SERIAL 0x8001 /* DB25 Serial connector */
/* ActiveWire Inc. products */
#define USB_PRODUCT_ACTIVEWIRE_IOBOARD 0x0100 /* I/O Board */
#define USB_PRODUCT_ACTIVEWIRE_IOBOARD_FW1 0x0101 /* I/O Board, rev. 1 firmware */
/* PLX products */
#define USB_PRODUCT_PLX_TESTBOARD 0x9060 /* test board */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.45 1999/09/15 13:57:27 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.46 1999/10/04 19:05:42 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.45 1999/09/15 13:57:09 augustss Exp
* NetBSD: usbdevs,v 1.46 1999/10/04 19:05:13 augustss Exp
*/
/*
@ -465,6 +465,18 @@ struct usb_knowndev usb_knowndevs[] = {
"Entrega",
"DB25 Serial connector",
},
{
USB_VENDOR_ACTIVEWIRE, USB_PRODUCT_ACTIVEWIRE_IOBOARD,
0,
"ActiveWire Inc.",
"I/O Board",
},
{
USB_VENDOR_ACTIVEWIRE, USB_PRODUCT_ACTIVEWIRE_IOBOARD_FW1,
0,
"ActiveWire Inc.",
"I/O Board, rev. 1 firmware",
},
{
USB_VENDOR_PLX, USB_PRODUCT_PLX_TESTBOARD,
0,
@ -795,6 +807,12 @@ struct usb_knowndev usb_knowndevs[] = {
"ADS Technologies",
NULL,
},
{
USB_VENDOR_ACTIVEWIRE, 0,
USB_KNOWNDEV_NOPROD,
"ActiveWire Inc.",
NULL,
},
{
USB_VENDOR_PLX, 0,
USB_KNOWNDEV_NOPROD,