Regen.
This commit is contained in:
parent
d498b930ff
commit
186b9996e7
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.278 2002/08/26 20:25:06 uwe Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.279 2002/08/29 16:46:36 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.272 2002/08/26 20:18:56 uwe Exp
|
||||
* NetBSD: usbdevs,v 1.273 2002/08/29 16:46:15 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -567,6 +567,7 @@
|
|||
/* Cypress Semiconductor products */
|
||||
#define USB_PRODUCT_CYPRESS_MOUSE 0x0001 /* mouse */
|
||||
#define USB_PRODUCT_CYPRESS_THERMO 0x0002 /* thermometer */
|
||||
#define USB_PRODUCT_CYPRESS_KBDHUB 0x0101 /* Keyboard/Hub */
|
||||
#define USB_PRODUCT_CYPRESS_FMRADIO 0x1002 /* FM Radio */
|
||||
|
||||
/* Daisy Technology products */
|
||||
|
@ -1314,6 +1315,7 @@
|
|||
#define USB_PRODUCT_WACOM_INTUOSA5 0x0021 /* Intuos A5 */
|
||||
|
||||
/* Xirlink products */
|
||||
producs XIRLINK IMAGING 0x800d IMAGING DEVICE
|
||||
#define USB_PRODUCT_XIRLINK_PCCAM 0x8080 /* IBM PC Camera */
|
||||
|
||||
/* Y-E Data products */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.279 2002/08/26 20:25:06 uwe Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.280 2002/08/29 16:46:38 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.272 2002/08/26 20:18:56 uwe Exp
|
||||
* NetBSD: usbdevs,v 1.273 2002/08/29 16:46:15 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -741,6 +741,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Cypress Semiconductor",
|
||||
"thermometer",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_KBDHUB,
|
||||
0,
|
||||
"Cypress Semiconductor",
|
||||
"Keyboard/Hub",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_FMRADIO,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue