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 (Add Apple Magic Trackpad)



details:   https://anonhg.NetBSD.org/src/rev/8f2222e82e8c
branches:  trunk
changeset: 337210:8f2222e82e8c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Apr 06 17:16:25 2015 +0000

description:
Regen (Add Apple Magic Trackpad)

diffstat:

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

diffs (62 lines):

diff -r e00ace925b71 -r 8f2222e82e8c sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon Apr 06 17:15:32 2015 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon Apr 06 17:16:25 2015 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.687 2015/04/05 09:22:13 skrll Exp $      */
+/*     $NetBSD: usbdevs.h,v 1.688 2015/04/06 17:16:25 bouyer Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.695 2015/04/05 09:18:13 skrll Exp
+ *     NetBSD: usbdevs,v 1.696 2015/04/06 17:15:32 bouyer Exp
  */
 
 /*
@@ -862,6 +862,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_MAGICTRACKPAD 0x030e          /* Magic Trackpad */
 #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 */
diff -r e00ace925b71 -r 8f2222e82e8c sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon Apr 06 17:15:32 2015 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon Apr 06 17:16:25 2015 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.688 2015/04/05 09:22:13 skrll Exp $ */
+/*     $NetBSD: usbdevs_data.h,v 1.689 2015/04/06 17:16:25 bouyer Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.695 2015/04/05 09:18:13 skrll Exp
+ *     NetBSD: usbdevs,v 1.696 2015/04/06 17:15:32 bouyer Exp
  */
 
 /*
@@ -932,6 +932,8 @@
            1539, 5889, 6199, 6219, 0,
            USB_VENDOR_APPLE, USB_PRODUCT_APPLE_MAGICMOUSE, 
            6228, 6193, 0,
+           USB_VENDOR_APPLE, USB_PRODUCT_APPLE_MAGICTRACKPAD, 
+           6228, 6199, 0,
            USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH_HIDMODE, 
            4714, 6234, 6238, 6249, 0,
            USB_VENDOR_APPLE, USB_PRODUCT_APPLE_EXT_KBD_HUB, 
@@ -5477,10 +5479,10 @@
            "mouse\0" /* 17 refs @ 6180 */
            "Mighty\0" /* 2 refs @ 6186 */
            "Mouse\0" /* 11 refs @ 6193 */
-           "Trackpad\0" /* 2 refs @ 6199 */
+           "Trackpad\0" /* 3 refs @ 6199 */
            "(Fountain)\0" /* 1 refs @ 6208 */
            "(Geyser)\0" /* 1 refs @ 6219 */
-           "Magic\0" /* 1 refs @ 6228 */
+           "Magic\0" /* 2 refs @ 6228 */
            "HCI\0" /* 1 refs @ 6234 */
            "(HID-proxy\0" /* 1 refs @ 6238 */
            "mode)\0" /* 1 refs @ 6249 */



Home | Main Index | Thread Index | Old Index