diff options
| author | ichiro <ichiro@NetBSD.org> | 2012-04-25 02:41:51 +0000 |
|---|---|---|
| committer | ichiro <ichiro@NetBSD.org> | 2012-04-25 02:41:51 +0000 |
| commit | 1d49b5a0975e86c2d415b05b147a47a0010ad7d9 (patch) | |
| tree | 0ae4df42ae95e71c09ec38fb3b529dfb307ebb04 /sys/dev/usb/usbdevs | |
| parent | c7a1448bf4d2cd2af1772911942a4a87afb54c3b (diff) | |
add vendorID and some products of Nintendo Co., Ltd
from www.linux-usb.org/usb.ids and so on
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b4a5a55a1c5..9af38e22b65 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -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 HAUPPAUGE 0x0573 Hauppauge Computer Works 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 E990 0x0102 Digital Camera E990 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 |
