Regen.
This commit is contained in:
parent
5bd2b33be2
commit
3c51e46294
@ -1,10 +1,10 @@
|
|||||||
/* $NetBSD: usbdevs.h,v 1.191 2001/10/17 15:44:50 ichiro Exp $ */
|
/* $NetBSD: usbdevs.h,v 1.192 2001/10/24 21:49:07 augustss Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* NetBSD: usbdevs,v 1.188 2001/10/17 15:44:22 ichiro Exp
|
* NetBSD: usbdevs,v 1.189 2001/10/24 21:48:38 augustss Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -229,6 +229,7 @@
|
|||||||
#define USB_VENDOR_SMC 0x0707 /* Standard Microsystems Corp */
|
#define USB_VENDOR_SMC 0x0707 /* Standard Microsystems Corp */
|
||||||
#define USB_VENDOR_PUTERCOM 0x0708 /* Putercom Co., Ltd. */
|
#define USB_VENDOR_PUTERCOM 0x0708 /* Putercom Co., Ltd. */
|
||||||
#define USB_VENDOR_MCT 0x0711 /* MCT Corp. */
|
#define USB_VENDOR_MCT 0x0711 /* MCT Corp. */
|
||||||
|
#define USB_VENDOR_DIGITALSTREAM 0x074e /* Digital Stream Corp. */
|
||||||
#define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */
|
#define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */
|
||||||
#define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */
|
#define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */
|
||||||
#define USB_VENDOR_GRIFFIN 0x077d /* Griffin Technology, Inc. */
|
#define USB_VENDOR_GRIFFIN 0x077d /* Griffin Technology, Inc. */
|
||||||
@ -514,6 +515,9 @@
|
|||||||
#define USB_PRODUCT_DIGI_ACCELEPORT4 0x0004 /* AccelePort USB 4 */
|
#define USB_PRODUCT_DIGI_ACCELEPORT4 0x0004 /* AccelePort USB 4 */
|
||||||
#define USB_PRODUCT_DIGI_ACCELEPORT8 0x0008 /* AccelePort USB 8 */
|
#define USB_PRODUCT_DIGI_ACCELEPORT8 0x0008 /* AccelePort USB 8 */
|
||||||
|
|
||||||
|
/* Digital Stream Corp. products */
|
||||||
|
#define USB_PRODUCT_DIGITALSTREAM_PS2 0x0001 /* PS/2 Active Adapter */
|
||||||
|
|
||||||
/* EIZO products */
|
/* EIZO products */
|
||||||
#define USB_PRODUCT_EIZO_HUB 0x0000 /* hub */
|
#define USB_PRODUCT_EIZO_HUB 0x0000 /* hub */
|
||||||
#define USB_PRODUCT_EIZO_MONITOR 0x0001 /* monitor */
|
#define USB_PRODUCT_EIZO_MONITOR 0x0001 /* monitor */
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/* $NetBSD: usbdevs_data.h,v 1.192 2001/10/17 15:44:50 ichiro Exp $ */
|
/* $NetBSD: usbdevs_data.h,v 1.193 2001/10/24 21:49:07 augustss Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* NetBSD: usbdevs,v 1.188 2001/10/17 15:44:22 ichiro Exp
|
* NetBSD: usbdevs,v 1.189 2001/10/24 21:48:38 augustss Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -657,6 +657,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||||||
"Digi International",
|
"Digi International",
|
||||||
"AccelePort USB 8",
|
"AccelePort USB 8",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_DIGITALSTREAM, USB_PRODUCT_DIGITALSTREAM_PS2,
|
||||||
|
0,
|
||||||
|
"Digital Stream Corp.",
|
||||||
|
"PS/2 Active Adapter",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
USB_VENDOR_EIZO, USB_PRODUCT_EIZO_HUB,
|
USB_VENDOR_EIZO, USB_PRODUCT_EIZO_HUB,
|
||||||
0,
|
0,
|
||||||
@ -3525,6 +3531,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||||||
"MCT Corp.",
|
"MCT Corp.",
|
||||||
NULL,
|
NULL,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_DIGITALSTREAM, 0,
|
||||||
|
USB_KNOWNDEV_NOPROD,
|
||||||
|
"Digital Stream Corp.",
|
||||||
|
NULL,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
USB_VENDOR_AUREAL, 0,
|
USB_VENDOR_AUREAL, 0,
|
||||||
USB_KNOWNDEV_NOPROD,
|
USB_KNOWNDEV_NOPROD,
|
||||||
|
Loading…
Reference in New Issue
Block a user