Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb add vendorID and some products of Nintendo Co., Ltd



details:   https://anonhg.NetBSD.org/src/rev/6acbb0d8a330
branches:  trunk
changeset: 778999:6acbb0d8a330
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Wed Apr 25 02:41:51 2012 +0000

description:
add vendorID and some products of Nintendo Co., Ltd
 from www.linux-usb.org/usb.ids and so on

diffstat:

 sys/dev/usb/usbdevs |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a8bb97ba762f -r 6acbb0d8a330 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Tue Apr 24 20:35:04 2012 +0000
+++ b/sys/dev/usb/usbdevs       Wed Apr 25 02:41:51 2012 +0000
@@ -1,4 +1,4 @@
-$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 $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -184,6 +184,7 @@
 vendor BAFO            0x0576  BAFO/Quality Computer Accessories
 vendor YEDATA          0x057b  Y-E Data
 vendor AVM             0x057c  AVM
+vendor NINTENDO                0x057e  Nintendo
 vendor QUICKSHOT       0x057f  Quickshot
 vendor ROLAND          0x0582  Roland
 vendor ROCKFIRE                0x0583  Rockfire
@@ -2066,6 +2067,13 @@
 product NIKON E880             0x0103  Digital Camera E880
 product NIKON E885             0x0105  Digital Camera E885
 
+/* Nintendo products */
+product NINTENDO BCM2045A      0x0305  Broadcom BCM2045A Bluetooth Radio
+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 */
+product NINTENDO RVLCNT01TR    0x0330  Wii Remote Plus RVL-CNT-01-TR (BT-HID)
+
 /* Nokia products */
 product NOKIA CA42             0x0802  Mobile Phone adapter
 



Home | Main Index | Thread Index | Old Index