107 lines
3.6 KiB
Plaintext
107 lines
3.6 KiB
Plaintext
|
$NetBSD: usbdevs,v 1.1 1998/07/12 19:52:00 augustss Exp $
|
||
|
|
||
|
/*
|
||
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
* Author: Lennart Augustsson <augustss@carlstedt.se>
|
||
|
* Carlstedt Research & Technology
|
||
|
*
|
||
|
* Redistribution and use in source and binary forms, with or without
|
||
|
* modification, are permitted provided that the following conditions
|
||
|
* are met:
|
||
|
* 1. Redistributions of source code must retain the above copyright
|
||
|
* notice, this list of conditions and the following disclaimer.
|
||
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||
|
* notice, this list of conditions and the following disclaimer in the
|
||
|
* documentation and/or other materials provided with the distribution.
|
||
|
* 3. All advertising materials mentioning features or use of this software
|
||
|
* must display the following acknowledgement:
|
||
|
* This product includes software developed by the NetBSD
|
||
|
* Foundation, Inc. and its contributors.
|
||
|
* 4. Neither the name of The NetBSD Foundation nor the names of its
|
||
|
* contributors may be used to endorse or promote products derived
|
||
|
* from this software without specific prior written permission.
|
||
|
*
|
||
|
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
||
|
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||
|
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
||
|
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||
|
* POSSIBILITY OF SUCH DAMAGE.
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* List of known USB vendors
|
||
|
*/
|
||
|
|
||
|
vendor NEC 0x0409 NEC
|
||
|
vendor NANAO 0x0440 Nanao
|
||
|
vendor UNIXTAR 0x0451 Unixtar
|
||
|
vendor GENIUS 0x0458 Genius
|
||
|
vendor CHERRY 0x046a Cherry
|
||
|
vendor PHILIPS 0x0471 Philips
|
||
|
vendor CONNECTIX 0x0478 Connectix
|
||
|
vendor EIZO 0x056d EIZO
|
||
|
vendor BELKIN 0x05ab Belkin
|
||
|
vendor EIZONANAO 0x05e7 EIZO Nanao
|
||
|
vendor CHIC 0x05fe Chic Technology
|
||
|
vendor PLX 0x10b5 PLX
|
||
|
vendor INSIDEOUT 0x1608 Inside Out Networks
|
||
|
vendor INTEL 0x8086 Intel
|
||
|
|
||
|
/*
|
||
|
* List of known products. Grouped by vendor.
|
||
|
*/
|
||
|
|
||
|
/* NEC products */
|
||
|
product NEC HUB 0x55aa hub
|
||
|
|
||
|
/* Nanao products */
|
||
|
product NANAO HUB 0x0000 hub
|
||
|
product NANAO MONITOR 0x0001 monitor
|
||
|
|
||
|
/* Unixtar products */
|
||
|
product UNIXTAR UTUSB41 0x1446 UT-USB41
|
||
|
|
||
|
/* Genius products */
|
||
|
product GENIUS NICHE 0x0001 Niche mouse
|
||
|
product GENIUS FLIGHT2000 0x1004 Flight 2000 joystick
|
||
|
|
||
|
/* Cherry products */
|
||
|
product CHERRY MY3000KBD 0x0001 My3000 keyboard
|
||
|
product CHERRY MY3000HUB 0x0003 My3000 hub
|
||
|
|
||
|
/* Philips products */
|
||
|
product PHILIPS DSS 0x0101 DSS 350 Digital Speaker System
|
||
|
product PHILIPS HUB 0x0201 hub
|
||
|
|
||
|
/* Connectix products */
|
||
|
product CONNECTIX QUICKCAM 0x0001 QuickCam
|
||
|
|
||
|
/* Belkin products */
|
||
|
product BELKIN F5U002 0x0002 Parallel printer adapter
|
||
|
|
||
|
/* EIZO Nanao products */
|
||
|
product EIZO HUB 0x0000 hub
|
||
|
product EIZO MONITOR 0x0001 monitor
|
||
|
product EIZONANAO HUB 0x0000 hub
|
||
|
product EIZONANAO MONITOR 0x0001 monitor
|
||
|
|
||
|
/* Chic Technology */
|
||
|
product CHIC MOUSE1 0x0001 mouse
|
||
|
|
||
|
/* PLX products */
|
||
|
product PLX TESTBOARD 0x9060 test board
|
||
|
|
||
|
/* Inside Out Networks products */
|
||
|
product INSIDEOUT EDGEPORT4 0x0001 EdgePort/4
|
||
|
|
||
|
/* Intel products */
|
||
|
product INTEL TESTBOARD 0x9890 82930 test board
|