regen
This commit is contained in:
parent
3a816c9777
commit
6fdbe5f4cb
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: usbdevs.h,v 1.283 2002/10/08 12:40:52 augustss Exp $ */
|
/* $NetBSD: usbdevs.h,v 1.284 2002/10/20 13:50:36 itojun 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.277 2002/10/08 12:40:24 augustss Exp
|
* NetBSD: usbdevs,v 1.278 2002/10/20 13:49:46 itojun Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -465,6 +465,9 @@
|
||||||
#define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */
|
#define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */
|
||||||
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
|
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
|
||||||
|
|
||||||
|
/* Asahi Optical products */
|
||||||
|
#define USB_PRODUCT_ASAHIOPTICAL_OPTIO230 0x0004 /* PENTAX Optio230 */
|
||||||
|
|
||||||
/* Asante products */
|
/* Asante products */
|
||||||
#define USB_PRODUCT_ASANTE_EA 0x1427 /* Ethernet Adapter */
|
#define USB_PRODUCT_ASANTE_EA 0x1427 /* Ethernet Adapter */
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: usbdevs_data.h,v 1.284 2002/10/08 12:40:53 augustss Exp $ */
|
/* $NetBSD: usbdevs_data.h,v 1.285 2002/10/20 13:50:37 itojun 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.277 2002/10/08 12:40:24 augustss Exp
|
* NetBSD: usbdevs,v 1.278 2002/10/20 13:49:46 itojun Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -417,6 +417,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||||
"Apple Computer",
|
"Apple Computer",
|
||||||
"Speakers",
|
"Speakers",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_ASAHIOPTICAL, USB_PRODUCT_ASAHIOPTICAL_OPTIO230,
|
||||||
|
0,
|
||||||
|
"Asahi Optical",
|
||||||
|
"PENTAX Optio230",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
USB_VENDOR_ASANTE, USB_PRODUCT_ASANTE_EA,
|
USB_VENDOR_ASANTE, USB_PRODUCT_ASANTE_EA,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in New Issue