Regen.
This commit is contained in:
parent
3c9acfbb29
commit
feb8219648
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.104 2000/06/19 14:58:37 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.105 2000/07/03 01:07:25 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.103 2000/06/19 14:58:02 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.104 2000/07/03 01:07:04 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -114,6 +114,7 @@
|
|||
#define USB_VENDOR_MUSTEK 0x055f /* Mustek Systems, Inc. */
|
||||
#define USB_VENDOR_TELEX 0x0562 /* Telex Communications, Inc. */
|
||||
#define USB_VENDOR_PERACOM 0x0565 /* Peracom Networks, Inc. */
|
||||
#define USB_VENDOR_ALCOR2 0x0566 /* Alcor Micro, Inc. */
|
||||
#define USB_VENDOR_WACOM 0x056a /* WACOM Corp. Ltd. */
|
||||
#define USB_VENDOR_ETEK 0x056c /* e-TEK Labs */
|
||||
#define USB_VENDOR_EIZO 0x056d /* EIZO */
|
||||
|
@ -277,6 +278,14 @@
|
|||
/* AKS products */
|
||||
#define USB_PRODUCT_AKS_USBHASP 0x0001 /* USB-HASP 0.06 */
|
||||
|
||||
/* Alcor Micro, Inc. products */
|
||||
#define USB_PRODUCT_ALCOR2_KBD_HUB 0x2802 /* Kbd Hub */
|
||||
|
||||
#define USB_PRODUCT_ALCOR_MA_KBD_HUB 0x9213 /* MacAlly Kbd Hub */
|
||||
#define USB_PRODUCT_ALCOR_AU9814 0x9215 /* AU9814 Hub */
|
||||
#define USB_PRODUCT_ALCOR_SM_KBD 0x9410 /* MicroConnectors/StrongMan Keyboard */
|
||||
#define USB_PRODUCT_ALCOR_NEC_KBD_HUB 0x9472 /* NEC Kbd Hub */
|
||||
|
||||
/* Altec Lansing products */
|
||||
#define USB_PRODUCT_ALTEC_ADA70 0x0070 /* ADA70 Speakers */
|
||||
#define USB_PRODUCT_ALTEC_ASC495 0xff05 /* ASC495 Speakers */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.104 2000/06/19 14:58:37 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.105 2000/07/03 01:07:26 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.103 2000/06/19 14:58:02 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.104 2000/07/03 01:07:04 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -135,6 +135,36 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Aladdin Knowledge Systems",
|
||||
"USB-HASP 0.06",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALCOR2, USB_PRODUCT_ALCOR2_KBD_HUB,
|
||||
0,
|
||||
"Alcor Micro, Inc.",
|
||||
"Kbd Hub",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_MA_KBD_HUB,
|
||||
0,
|
||||
"Alcor Micro, Inc.",
|
||||
"MacAlly Kbd Hub",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_AU9814,
|
||||
0,
|
||||
"Alcor Micro, Inc.",
|
||||
"AU9814 Hub",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_SM_KBD,
|
||||
0,
|
||||
"Alcor Micro, Inc.",
|
||||
"MicroConnectors/StrongMan Keyboard",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_NEC_KBD_HUB,
|
||||
0,
|
||||
"Alcor Micro, Inc.",
|
||||
"NEC Kbd Hub",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ADA70,
|
||||
0,
|
||||
|
@ -1557,6 +1587,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Peracom Networks, Inc.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALCOR2, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Alcor Micro, Inc.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_WACOM, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue