This commit is contained in:
augustss 1999-10-19 21:16:04 +00:00
parent 172180cf42
commit afc4d36639
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.54 1999/10/15 14:42:17 augustss Exp $ */ /* $NetBSD: usbdevs.h,v 1.55 1999/10/19 21:16:04 augustss Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: usbdevs,v 1.54 1999/10/15 14:41:43 augustss Exp * NetBSD: usbdevs,v 1.55 1999/10/19 21:15:35 augustss Exp
*/ */
/* /*
@ -72,6 +72,7 @@
#define USB_VENDOR_EPSON 0x04b8 /* Seiko Epson Corp. */ #define USB_VENDOR_EPSON 0x04b8 /* Seiko Epson Corp. */
#define USB_VENDOR_3COM 0x04c1 /* U.S. Robotics */ #define USB_VENDOR_3COM 0x04c1 /* U.S. Robotics */
#define USB_VENDOR_KONICA 0x04c8 /* Konica Corp. */ #define USB_VENDOR_KONICA 0x04c8 /* Konica Corp. */
#define USB_VENDOR_ALTEC 0x04d2 /* Altec Lansing */
#define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */ #define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */
#define USB_VENDOR_CHICONY 0x04f2 /* Chicony Electronics Co., Ltd. */ #define USB_VENDOR_CHICONY 0x04f2 /* Chicony Electronics Co., Ltd. */
#define USB_VENDOR_BROTHER 0x04f9 /* Brother Industries Corp. */ #define USB_VENDOR_BROTHER 0x04f9 /* Brother Industries Corp. */
@ -194,6 +195,9 @@
/* Konica Corp. Products */ /* Konica Corp. Products */
#define USB_PRODUCT_KONICA_CAMERA 0x0720 /* Digital Color Camera */ #define USB_PRODUCT_KONICA_CAMERA 0x0720 /* Digital Color Camera */
/* Altec Lansing products */
#define USB_PRODUCT_ALTEC_ASC495 0xff05 /* ASC495 Speakers */
/* Shuttle Technology products */ /* Shuttle Technology products */
#define USB_PRODUCT_SHUTTLE_EUSB 0x0001 /* E-USB Bridge */ #define USB_PRODUCT_SHUTTLE_EUSB 0x0001 /* E-USB Bridge */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.54 1999/10/15 14:42:17 augustss Exp $ */ /* $NetBSD: usbdevs_data.h,v 1.55 1999/10/19 21:16:04 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.54 1999/10/15 14:41:43 augustss Exp * NetBSD: usbdevs,v 1.55 1999/10/19 21:15:35 augustss Exp
*/ */
/* /*
@ -249,6 +249,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Konica Corp.", "Konica Corp.",
"Digital Color Camera", "Digital Color Camera",
}, },
{
USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ASC495,
0,
"Altec Lansing",
"ASC495 Speakers",
},
{ {
USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSB, USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSB,
0, 0,
@ -699,6 +705,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Konica Corp.", "Konica Corp.",
NULL, NULL,
}, },
{
USB_VENDOR_ALTEC, 0,
USB_KNOWNDEV_NOPROD,
"Altec Lansing",
NULL,
},
{ {
USB_VENDOR_SHUTTLE, 0, USB_VENDOR_SHUTTLE, 0,
USB_KNOWNDEV_NOPROD, USB_KNOWNDEV_NOPROD,