Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb regen



details:   https://anonhg.NetBSD.org/src/rev/645629d1e18f
branches:  trunk
changeset: 781910:645629d1e18f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 06 14:38:06 2012 +0000

description:
regen

diffstat:

 sys/dev/usb/usbdevs.h      |   5 +++--
 sys/dev/usb/usbdevs_data.h |  10 +++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (57 lines):

diff -r c62f2ed43f7e -r 645629d1e18f sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sat Oct 06 14:37:41 2012 +0000
+++ b/sys/dev/usb/usbdevs.h     Sat Oct 06 14:38:06 2012 +0000
@@ -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 */
diff -r c62f2ed43f7e -r 645629d1e18f sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sat Oct 06 14:37:41 2012 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sat Oct 06 14:38:06 2012 +0000
@@ -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 @@
            "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 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1929;
+const int usb_nproducts = 1930;



Home | Main Index | Thread Index | Old Index