Regen.
This commit is contained in:
parent
947778dffe
commit
f4ceb83917
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs.h,v 1.417 2005/09/10 19:24:36 cube Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.418 2005/09/11 22:53:49 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.413 2005/09/10 19:08:33 cube Exp
|
||||
* NetBSD: usbdevs,v 1.414 2005/09/11 22:53:07 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -590,6 +590,7 @@
|
||||
|
||||
/* Apple Computer products */
|
||||
#define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */
|
||||
#define USB_PRODUCT_APPLE_MIGHTYMOUSE 0x0304 /* Mighty Mouse */
|
||||
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
|
||||
|
||||
/* Asahi Optical products */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs_data.h,v 1.418 2005/09/10 19:24:36 cube Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.419 2005/09/11 22:53:49 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.413 2005/09/10 19:08:33 cube Exp
|
||||
* NetBSD: usbdevs,v 1.414 2005/09/11 22:53:07 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1905,6 +1905,10 @@ const struct usb_product usb_products[] = {
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_OPTMOUSE,
|
||||
"Optical mouse",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_MIGHTYMOUSE,
|
||||
"Mighty Mouse",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS,
|
||||
"Speakers",
|
||||
@ -5362,4 +5366,4 @@ const struct usb_product usb_products[] = {
|
||||
"Scorpion-980N keyboard",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 944;
|
||||
const int usb_nproducts = 945;
|
||||
|
Loading…
Reference in New Issue
Block a user