Regen.
This commit is contained in:
parent
963138bceb
commit
71fc3f6ee2
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.126 2000/10/15 17:54:44 explorer Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.127 2000/10/24 14:51:51 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.125 2000/10/15 17:53:17 explorer Exp
|
||||
* NetBSD: usbdevs,v 1.126 2000/10/24 14:51:24 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -348,6 +348,7 @@
|
|||
#define USB_PRODUCT_AOX_USB101 0x0008 /* USB ethernet controller engine */
|
||||
|
||||
/* Apple Computer products */
|
||||
#define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */
|
||||
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
|
||||
|
||||
/* ATen products */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.126 2000/10/15 17:54:44 explorer Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.127 2000/10/24 14:51:51 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.125 2000/10/15 17:53:17 explorer Exp
|
||||
* NetBSD: usbdevs,v 1.126 2000/10/24 14:51:24 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -237,6 +237,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"AOX, Inc.",
|
||||
"USB ethernet controller engine",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_OPTMOUSE,
|
||||
0,
|
||||
"Apple Computer",
|
||||
"Optical mouse",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue