usbdevs revision 1.12
11.12Saugustss$NetBSD: usbdevs,v 1.12 1998/12/29 15:19:40 augustss Exp $
21.1Saugustss
31.1Saugustss/*
41.1Saugustss * Copyright (c) 1998 The NetBSD Foundation, Inc.
51.1Saugustss * All rights reserved.
61.1Saugustss *
71.1Saugustss * Author: Lennart Augustsson <augustss@carlstedt.se>
81.1Saugustss *         Carlstedt Research & Technology
91.1Saugustss *
101.1Saugustss * Redistribution and use in source and binary forms, with or without
111.1Saugustss * modification, are permitted provided that the following conditions
121.1Saugustss * are met:
131.1Saugustss * 1. Redistributions of source code must retain the above copyright
141.1Saugustss *    notice, this list of conditions and the following disclaimer.
151.1Saugustss * 2. Redistributions in binary form must reproduce the above copyright
161.1Saugustss *    notice, this list of conditions and the following disclaimer in the
171.1Saugustss *    documentation and/or other materials provided with the distribution.
181.1Saugustss * 3. All advertising materials mentioning features or use of this software
191.1Saugustss *    must display the following acknowledgement:
201.1Saugustss *        This product includes software developed by the NetBSD
211.1Saugustss *        Foundation, Inc. and its contributors.
221.1Saugustss * 4. Neither the name of The NetBSD Foundation nor the names of its
231.1Saugustss *    contributors may be used to endorse or promote products derived
241.1Saugustss *    from this software without specific prior written permission.
251.1Saugustss *
261.1Saugustss * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
271.1Saugustss * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
281.1Saugustss * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
291.1Saugustss * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
301.1Saugustss * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
311.1Saugustss * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
321.1Saugustss * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
331.1Saugustss * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
341.1Saugustss * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
351.1Saugustss * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
361.1Saugustss * POSSIBILITY OF SUCH DAMAGE.
371.1Saugustss */
381.1Saugustss
391.1Saugustss/*
401.1Saugustss * List of known USB vendors
411.1Saugustss */
421.1Saugustss
431.1Saugustssvendor NEC		0x0409	NEC
441.3Saugustssvendor KODAK		0x040a	Eastman Kodak
451.8Saugustss/* Computer Access Technology Corporation */
461.8Saugustssvendor CATC		0x0423	CATC
471.1Saugustssvendor NANAO		0x0440	Nanao
481.1Saugustssvendor UNIXTAR		0x0451  Unixtar
491.1Saugustssvendor GENIUS		0x0458	Genius
501.1Saugustssvendor CHERRY		0x046a	Cherry
511.8Saugustss/* Behavior Technology Corporation */
521.8Saugustssvendor BTC		0x046e	BTC
531.1Saugustssvendor PHILIPS		0x0471	Philips
541.1Saugustssvendor CONNECTIX	0x0478	Connectix
551.6Saugustssvendor CYPRESS		0x04b4	Cypress Semiconductor
561.6Saugustssvendor 3COM		0x04c1	3Com
571.9Saugustssvendor SHUTTLE		0x04e6	Shuttle Technology
581.6Saugustssvendor JAZZ		0x04fa	Jazz
591.6Saugustssvendor ATEN		0x0557	ATen
601.12Saugustssvendor PERACOM		0x0565	Peracom
611.1Saugustssvendor EIZO		0x056d	EIZO
621.6Saugustssvendor AGILER		0x056e	Agiler
631.1Saugustssvendor BELKIN		0x05ab	Belkin
641.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
651.1Saugustssvendor CHIC		0x05fe	Chic Technology
661.10Saugustssvendor ADS		0x06e1	ADS Technologies
671.1Saugustssvendor PLX		0x10b5	PLX
681.1Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
691.1Saugustssvendor INTEL		0x8086	Intel
701.1Saugustss
711.1Saugustss/*
721.1Saugustss * List of known products.  Grouped by vendor.
731.1Saugustss */
741.1Saugustss
751.1Saugustss/* NEC products */
761.1Saugustssproduct NEC HUB			0x55aa	hub
771.2Saugustss
781.2Saugustss/* Kodak products */
791.4Sveegoproduct KODAK DC260		0x0110	Digital Science DC260
801.1Saugustss
811.6Saugustss/* CATC products */
821.6Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
831.6Saugustss
841.1Saugustss/* Nanao products */
851.1Saugustssproduct NANAO HUB		0x0000	hub
861.1Saugustssproduct NANAO MONITOR		0x0001	monitor
871.1Saugustss
881.1Saugustss/* Unixtar products */
891.1Saugustssproduct UNIXTAR UTUSB41		0x1446	UT-USB41
901.1Saugustss
911.1Saugustss/* Genius products */
921.1Saugustssproduct GENIUS NICHE		0x0001	Niche mouse
931.1Saugustssproduct GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
941.1Saugustss
951.1Saugustss/* Cherry products */
961.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
971.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
981.1Saugustss
991.6Saugustss/* Behavior Technology Corporation products */
1001.6Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
1011.6Saugustss
1021.1Saugustss/* Philips products */
1031.1Saugustssproduct PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
1041.1Saugustssproduct PHILIPS HUB		0x0201	hub
1051.1Saugustss
1061.1Saugustss/* Connectix products */
1071.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
1081.5Smark
1091.12Saugustss/* Cypress Semiconduuctor products */
1101.12Saugustssproduct CYPRESS MOUSE		0x0001	mouse
1111.12Saugustss
1121.6Saugustss/* 3Com products */
1131.6Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice USB Modem
1141.9Saugustss
1151.9Saugustss/* Shuttle Technology products */
1161.9Saugustssproduct SHUTTLE EUSB		0x0001	E-USB Bridge
1171.6Saugustss
1181.6Saugustss/* Jazz products */
1191.6Saugustssproduct JAZZ J6502		0x4201	J-6502 speakers
1201.6Saugustss
1211.12Saugustss/* ATen products */
1221.12Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
1231.12Saugustss
1241.12Saugustss/* Peracom products */
1251.12Saugustssproduct PERACOM SERIAL1		0x0001	Serial Converter
1261.6Saugustss
1271.12Saugustss/* EIZO products */
1281.12Saugustssproduct EIZO HUB		0x0000	hub
1291.12Saugustssproduct EIZO MONITOR		0x0001	monitor
1301.6Saugustss
1311.6Saugustss/* Agiler products */
1321.6Saugustssproduct AGILER MOUSE29UO	0x0002	mouse 29UO
1331.1Saugustss
1341.1Saugustss/* Belkin products */
1351.1Saugustssproduct BELKIN F5U002		0x0002	Parallel printer adapter
1361.1Saugustss
1371.1Saugustss/* EIZO Nanao products */
1381.1Saugustssproduct EIZONANAO HUB		0x0000	hub
1391.1Saugustssproduct EIZONANAO MONITOR	0x0001	monitor
1401.1Saugustss
1411.10Saugustss/* Chic Technology products */
1421.1Saugustssproduct CHIC MOUSE1		0x0001	mouse
1431.10Saugustss
1441.10Saugustss/* ADS products */
1451.11Saugustssproduct ADS ENET		0x0008	Ethernet adapter
1461.1Saugustss
1471.1Saugustss/* PLX products */
1481.1Saugustssproduct PLX TESTBOARD		0x9060	test board
1491.1Saugustss
1501.1Saugustss/* Inside Out Networks products */
1511.1Saugustssproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4
1521.1Saugustss
1531.1Saugustss/* Intel products */
1541.1Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
155