Regen.
This commit is contained in:
parent
42ecdc8c24
commit
d722f149b1
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs.h,v 1.502 2008/08/22 03:23:30 matt Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.503 2008/08/28 21:41:51 jmcneill Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.504 2008/08/22 03:22:25 matt Exp
|
||||
* NetBSD: usbdevs,v 1.505 2008/08/28 21:41:19 jmcneill Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -679,9 +679,11 @@
|
||||
#define USB_PRODUCT_APPLE_MIGHTYMOUSE 0x0304 /* Mighty Mouse */
|
||||
#define USB_PRODUCT_APPLE_EXT_KBD_HUB 0x1003 /* Hub in Apple Extended USB Keyboard */
|
||||
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
|
||||
#define USB_PRODUCT_APPLE_IPHONE 0x1290 /* iPhone */
|
||||
#define USB_PRODUCT_APPLE_IPOD_TOUCH 0x1291 /* iPod Touch */
|
||||
#define USB_PRODUCT_APPLE_IPHONE_3G 0x1292 /* iPhone 3G */
|
||||
#define USB_PRODUCT_APPLE_ETHERNET 0x1402 /* Apple USB to Ethernet */
|
||||
|
||||
|
||||
/* ArkMicroChips products */
|
||||
#define USB_PRODUCT_ARKMICROCHIPS_USBSERIAL 0x0232 /* USB-UART Controller */
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs_data.h,v 1.503 2008/08/22 03:23:30 matt Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.504 2008/08/28 21:41:51 jmcneill Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.504 2008/08/22 03:22:25 matt Exp
|
||||
* NetBSD: usbdevs,v 1.505 2008/08/28 21:41:19 jmcneill Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -2242,6 +2242,18 @@ const struct usb_product usb_products[] = {
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS,
|
||||
"Speakers",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE,
|
||||
"iPhone",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPOD_TOUCH,
|
||||
"iPod Touch",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_3G,
|
||||
"iPhone 3G",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ETHERNET,
|
||||
"Apple USB to Ethernet",
|
||||
@ -6623,4 +6635,4 @@ const struct usb_product usb_products[] = {
|
||||
"Prestige",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 1197;
|
||||
const int usb_nproducts = 1200;
|
||||
|
Loading…
Reference in New Issue
Block a user