Module Name: src
Committed By: martin
Date: Sun Oct 18 09:03:22 UTC 2015
Modified Files:
src/sys/dev/usb [netbsd-7]: usbdevs.h usbdevs_data.h
Log Message:
regen (ticket #869)
To generate a diff of this commit:
cvs rdiff -u -r1.672.2.3 -r1.672.2.4 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.673.2.3 -r1.673.2.4 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.672.2.3 src/sys/dev/usb/usbdevs.h:1.672.2.4
--- src/sys/dev/usb/usbdevs.h:1.672.2.3 Sat Feb 21 19:38:51 2015
+++ src/sys/dev/usb/usbdevs.h Sun Oct 18 09:03:22 2015
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.672.2.3 2015/02/21 19:38:51 martin Exp $ */
+/* $NetBSD: usbdevs.h,v 1.672.2.4 2015/10/18 09:03:22 martin Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.680.2.3 2015/02/21 19:38:02 martin Exp
+ * NetBSD: usbdevs,v 1.680.2.4 2015/10/18 09:01:58 martin Exp
*/
/*
@@ -853,6 +853,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 */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.673.2.3 src/sys/dev/usb/usbdevs_data.h:1.673.2.4
--- src/sys/dev/usb/usbdevs_data.h:1.673.2.3 Sat Feb 21 19:38:51 2015
+++ src/sys/dev/usb/usbdevs_data.h Sun Oct 18 09:03:22 2015
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.673.2.3 2015/02/21 19:38:51 martin Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.673.2.4 2015/10/18 09:03:22 martin Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.680.2.3 2015/02/21 19:38:02 martin Exp
+ * NetBSD: usbdevs,v 1.680.2.4 2015/10/18 09:01:58 martin Exp
*/
/*
@@ -2867,6 +2867,10 @@ const struct usb_product usb_products[]
"Magic Mouse",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_MAGICTRACKPAD,
+ "Magic Trackpad",
+ },
+ {
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH_HIDMODE,
"Bluetooth HCI (HID-proxy mode)",
},
@@ -10199,4 +10203,4 @@ const struct usb_product usb_products[]
"Prestige",
},
};
-const int usb_nproducts = 2009;
+const int usb_nproducts = 2010;