Module Name: src
Committed By: christos
Date: Sat Oct 6 14:38:06 UTC 2012
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.622 -r1.623 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.623 -r1.624 src/sys/dev/usb/usbdevs_data.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/usbdevs.h
diff -u src/sys/dev/usb/usbdevs.h:1.622 src/sys/dev/usb/usbdevs.h:1.623
--- src/sys/dev/usb/usbdevs.h:1.622 Sat Oct 6 08:05:58 2012
+++ src/sys/dev/usb/usbdevs.h Sat Oct 6 10:38:06 2012
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.622 2012/10/06 12:05:58 khorben Exp $ */
+/* $NetBSD: usbdevs.h,v 1.623 2012/10/06 14:38:06 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.629 2012/10/05 22:04:56 khorben Exp
+ * NetBSD: usbdevs,v 1.630 2012/10/06 14:37:41 christos Exp
*/
/*
@@ -850,6 +850,7 @@
#define USB_PRODUCT_APPLE_IPAD 0x129a /* Apple iPad */
#define USB_PRODUCT_APPLE_ETHERNET 0x1402 /* Apple USB to Ethernet */
#define USB_PRODUCT_APPLE_BLUETOOTH2 0x8205 /* Bluetooth */
+#define USB_PRODUCT_APPLE_BLUETOOTH_HOST_C 0x821f /* Bluetooth USB Host Controller */
#define USB_PRODUCT_APPLE_BLUETOOTH 0x8300 /* Bluetooth */
/* ArkMicroChips products */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.623 src/sys/dev/usb/usbdevs_data.h:1.624
--- src/sys/dev/usb/usbdevs_data.h:1.623 Sat Oct 6 08:05:58 2012
+++ src/sys/dev/usb/usbdevs_data.h Sat Oct 6 10:38:06 2012
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.623 2012/10/06 12:05:58 khorben Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.624 2012/10/06 14:38:06 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.629 2012/10/05 22:04:56 khorben Exp
+ * NetBSD: usbdevs,v 1.630 2012/10/06 14:37:41 christos Exp
*/
/*
@@ -2855,6 +2855,10 @@ const struct usb_product usb_products[]
"Bluetooth",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH_HOST_C,
+ "Bluetooth USB Host Controller",
+ },
+ {
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH,
"Bluetooth",
},
@@ -9831,4 +9835,4 @@ const struct usb_product usb_products[]
"Prestige",
},
};
-const int usb_nproducts = 1929;
+const int usb_nproducts = 1930;