Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/dev/usb regen (ticket #869)
details: https://anonhg.NetBSD.org/src/rev/51e7748a7b16
branches: netbsd-7
changeset: 799604:51e7748a7b16
user: martin <martin%NetBSD.org@localhost>
date: Sun Oct 18 09:03:22 2015 +0000
description:
regen (ticket #869)
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 91e6904d8c9c -r 51e7748a7b16 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Sun Oct 18 09:01:58 2015 +0000
+++ b/sys/dev/usb/usbdevs.h Sun Oct 18 09:03:22 2015 +0000
@@ -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 */
diff -r 91e6904d8c9c -r 51e7748a7b16 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Sun Oct 18 09:01:58 2015 +0000
+++ b/sys/dev/usb/usbdevs_data.h Sun Oct 18 09:03:22 2015 +0000
@@ -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 @@
"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 @@
"Prestige",
},
};
-const int usb_nproducts = 2009;
+const int usb_nproducts = 2010;
Home |
Main Index |
Thread Index |
Old Index