Module Name: src Committed By: ichiro Date: Wed Apr 25 02:42:42 UTC 2012
Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.605 -r1.606 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.606 -r1.607 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.605 src/sys/dev/usb/usbdevs.h:1.606 --- src/sys/dev/usb/usbdevs.h:1.605 Sun Apr 15 07:19:17 2012 +++ src/sys/dev/usb/usbdevs.h Wed Apr 25 02:42:42 2012 @@ -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 */ Index: src/sys/dev/usb/usbdevs_data.h diff -u src/sys/dev/usb/usbdevs_data.h:1.606 src/sys/dev/usb/usbdevs_data.h:1.607 --- src/sys/dev/usb/usbdevs_data.h:1.606 Sun Apr 15 07:19:17 2012 +++ src/sys/dev/usb/usbdevs_data.h Wed Apr 25 02:42:42 2012 @@ -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 @@ const struct usb_vendor usb_vendors[] = "AVM", }, { + USB_VENDOR_NINTENDO, + "Nintendo", + }, + { USB_VENDOR_QUICKSHOT, "Quickshot", }, @@ -2047,7 +2051,7 @@ const struct usb_vendor usb_vendors[] = "GNU Radio USRP", }, }; -const int usb_nvendors = 502; +const int usb_nvendors = 503; const struct usb_product usb_products[] = { { @@ -6235,6 +6239,18 @@ const struct usb_product usb_products[] "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 @@ const struct usb_product usb_products[] "Prestige", }, }; -const int usb_nproducts = 1697; +const int usb_nproducts = 1700;