This commit is contained in:
augustss 1999-01-03 23:57:11 +00:00
parent c3ddc00ec9
commit 87121c3217
2 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs.h,v 1.15 1999/01/03 11:06:31 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.16 1999/01/03 23:57:11 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -61,6 +61,7 @@
#define USB_VENDOR_BTC 0x046e /* BTC */
#define USB_VENDOR_PHILIPS 0x0471 /* Philips */
#define USB_VENDOR_CONNECTIX 0x0478 /* Connectix */
#define USB_VENDOR_ACER 0x04a5 /* Acer Peripherals */
#define USB_VENDOR_CYPRESS 0x04b4 /* Cypress Semiconductor */
#define USB_VENDOR_3COM 0x04c1 /* 3Com */
#define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */
@ -120,6 +121,9 @@
/* Connectix products */
#define USB_PRODUCT_CONNECTIX_QUICKCAM 0x0001 /* QuickCam */
/* Acer products */
#define USB_PRODUCT_ACER_ACERSCAN_C310U 0x12a6 /* Acerscan C310U */
/* Cypress Semiconduuctor products */
#define USB_PRODUCT_CYPRESS_MOUSE 0x0001 /* mouse */

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs_data.h,v 1.15 1999/01/03 11:06:31 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.16 1999/01/03 23:57:11 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -141,6 +141,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Connectix",
"QuickCam",
},
{
USB_VENDOR_ACER, USB_PRODUCT_ACER_ACERSCAN_C310U,
0,
"Acer Peripherals",
"Acerscan C310U",
},
{
USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_MOUSE,
0,
@ -321,6 +327,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Connectix",
NULL,
},
{
USB_VENDOR_ACER, 0,
USB_KNOWNDEV_NOPROD,
"Acer Peripherals",
NULL,
},
{
USB_VENDOR_CYPRESS, 0,
USB_KNOWNDEV_NOPROD,