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/4c948b8d733a
branches:  trunk
changeset: 759422:4c948b8d733a
user:      phx <phx%NetBSD.org@localhost>
date:      Wed Dec 08 21:02:12 2010 +0000

description:
regen

diffstat:

 sys/dev/usb/usbdevs.h      |  6 +++---
 sys/dev/usb/usbdevs_data.h |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 8d4322e5f15b -r 4c948b8d733a sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Wed Dec 08 20:59:58 2010 +0000
+++ b/sys/dev/usb/usbdevs.h     Wed Dec 08 21:02:12 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.562 2010/11/30 11:28:44 phx Exp $        */
+/*     $NetBSD: usbdevs.h,v 1.563 2010/12/08 21:02:12 phx Exp $        */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.569 2010/11/30 11:25:25 phx Exp
+ *     NetBSD: usbdevs,v 1.570 2010/12/08 20:59:58 phx Exp
  */
 
 /*
@@ -784,7 +784,7 @@
 #define        USB_PRODUCT_APPLE_FOUNTAIN_TP   0x030a          /* Apple Internal Trackpad (Fountain) */
 #define        USB_PRODUCT_APPLE_GEYSER1_TP    0x030b          /* Apple Internal Trackpad (Geyser) */
 #define        USB_PRODUCT_APPLE_MAGICMOUSE    0x030d          /* Magic Mouse */
-#define        USB_PRODUCT_APPLE_ADB   0x1000          /* Internal ADB device */
+#define        USB_PRODUCT_APPLE_BLUETOOTH_HIDMODE     0x1000          /* Bluetooth HCI (HID-proxy mode) */
 #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 */
diff -r 8d4322e5f15b -r 4c948b8d733a sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Wed Dec 08 20:59:58 2010 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Wed Dec 08 21:02:12 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.563 2010/11/30 11:28:44 phx Exp $   */
+/*     $NetBSD: usbdevs_data.h,v 1.564 2010/12/08 21:02:12 phx Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.569 2010/11/30 11:25:25 phx Exp
+ *     NetBSD: usbdevs,v 1.570 2010/12/08 20:59:58 phx Exp
  */
 
 /*
@@ -2615,8 +2615,8 @@
            "Magic Mouse",
        },
        {
-           USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ADB,
-           "Internal ADB device",
+           USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH_HIDMODE,
+           "Bluetooth HCI (HID-proxy mode)",
        },
        {
            USB_VENDOR_APPLE, USB_PRODUCT_APPLE_EXT_KBD_HUB,



Home | Main Index | Thread Index | Old Index