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/cb4085a8a5d8
branches: trunk
changeset: 779000:cb4085a8a5d8
user: ichiro <ichiro%NetBSD.org@localhost>
date: Wed Apr 25 02:42:42 2012 +0000
description:
regen
diffstat:
sys/dev/usb/usbdevs.h | 12 ++++++++++--
sys/dev/usb/usbdevs_data.h | 24 ++++++++++++++++++++----
2 files changed, 30 insertions(+), 6 deletions(-)
diffs (99 lines):
diff -r 6acbb0d8a330 -r cb4085a8a5d8 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Wed Apr 25 02:41:51 2012 +0000
+++ b/sys/dev/usb/usbdevs.h Wed Apr 25 02:42:42 2012 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.605 2012/04/15 07:19:17 bsh Exp $ */
+/* $NetBSD: usbdevs.h,v 1.606 2012/04/25 02:42:42 ichiro Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.612 2012/04/15 07:17:38 bsh Exp
+ * NetBSD: usbdevs,v 1.613 2012/04/25 02:41:51 ichiro Exp
*/
/*
@@ -191,6 +191,7 @@
#define USB_VENDOR_BAFO 0x0576 /* BAFO/Quality Computer Accessories */
#define USB_VENDOR_YEDATA 0x057b /* Y-E Data */
#define USB_VENDOR_AVM 0x057c /* AVM */
+#define USB_VENDOR_NINTENDO 0x057e /* Nintendo */
#define USB_VENDOR_QUICKSHOT 0x057f /* Quickshot */
#define USB_VENDOR_ROLAND 0x0582 /* Roland */
#define USB_VENDOR_ROCKFIRE 0x0583 /* Rockfire */
@@ -2073,6 +2074,13 @@
#define USB_PRODUCT_NIKON_E880 0x0103 /* Digital Camera E880 */
#define USB_PRODUCT_NIKON_E885 0x0105 /* Digital Camera E885 */
+/* Nintendo products */
+#define USB_PRODUCT_NINTENDO_BCM2045A 0x0305 /* Broadcom BCM2045A Bluetooth Radio */
+#define USB_PRODUCT_NINTENDO_RVLCNT01 0x0306 /* Wii Remote RVL-CNT-01 (BT-HID) */
+/* product NINTENDO WIIMIC1 0x0308 Wii Party-Mic */
+/* product NINTENDO WIIMIC2 0x0309 USB Microphone for Wii */
+#define USB_PRODUCT_NINTENDO_RVLCNT01TR 0x0330 /* Wii Remote Plus RVL-CNT-01-TR (BT-HID) */
+
/* Nokia products */
#define USB_PRODUCT_NOKIA_CA42 0x0802 /* Mobile Phone adapter */
diff -r 6acbb0d8a330 -r cb4085a8a5d8 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Wed Apr 25 02:41:51 2012 +0000
+++ b/sys/dev/usb/usbdevs_data.h Wed Apr 25 02:42:42 2012 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.606 2012/04/15 07:19:17 bsh Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.607 2012/04/25 02:42:42 ichiro Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.612 2012/04/15 07:17:38 bsh Exp
+ * NetBSD: usbdevs,v 1.613 2012/04/25 02:41:51 ichiro Exp
*/
/*
@@ -543,6 +543,10 @@
"AVM",
},
{
+ USB_VENDOR_NINTENDO,
+ "Nintendo",
+ },
+ {
USB_VENDOR_QUICKSHOT,
"Quickshot",
},
@@ -2047,7 +2051,7 @@
"GNU Radio USRP",
},
};
-const int usb_nvendors = 502;
+const int usb_nvendors = 503;
const struct usb_product usb_products[] = {
{
@@ -6235,6 +6239,18 @@
"Digital Camera E885",
},
{
+ USB_VENDOR_NINTENDO, USB_PRODUCT_NINTENDO_BCM2045A,
+ "Broadcom BCM2045A Bluetooth Radio",
+ },
+ {
+ USB_VENDOR_NINTENDO, USB_PRODUCT_NINTENDO_RVLCNT01,
+ "Wii Remote RVL-CNT-01 (BT-HID)",
+ },
+ {
+ USB_VENDOR_NINTENDO, USB_PRODUCT_NINTENDO_RVLCNT01TR,
+ "Wii Remote Plus RVL-CNT-01-TR (BT-HID)",
+ },
+ {
USB_VENDOR_NOKIA, USB_PRODUCT_NOKIA_CA42,
"Mobile Phone adapter",
},
@@ -8839,4 +8855,4 @@
"Prestige",
},
};
-const int usb_nproducts = 1697;
+const int usb_nproducts = 1700;
Home |
Main Index |
Thread Index |
Old Index