usbdevs revision 1.8
11.8Saugustss$NetBSD: usbdevs,v 1.8 1998/12/02 22:49:51 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.6Saugustssvendor JAZZ		0x04fa	Jazz
581.6Saugustssvendor ATEN		0x0557	ATen
591.1Saugustssvendor EIZO		0x056d	EIZO
601.6Saugustssvendor AGILER		0x056e	Agiler
611.1Saugustssvendor BELKIN		0x05ab	Belkin
621.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
631.1Saugustssvendor CHIC		0x05fe	Chic Technology
641.1Saugustssvendor PLX		0x10b5	PLX
651.1Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
661.1Saugustssvendor INTEL		0x8086	Intel
671.1Saugustss
681.1Saugustss/*
691.1Saugustss * List of known products.  Grouped by vendor.
701.1Saugustss */
711.1Saugustss
721.1Saugustss/* NEC products */
731.1Saugustssproduct NEC HUB			0x55aa	hub
741.2Saugustss
751.2Saugustss/* Kodak products */
761.4Sveegoproduct KODAK DC260		0x0110	Digital Science DC260
771.1Saugustss
781.6Saugustss/* CATC products */
791.6Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
801.6Saugustss
811.1Saugustss/* Nanao products */
821.1Saugustssproduct NANAO HUB		0x0000	hub
831.1Saugustssproduct NANAO MONITOR		0x0001	monitor
841.1Saugustss
851.1Saugustss/* Unixtar products */
861.1Saugustssproduct UNIXTAR UTUSB41		0x1446	UT-USB41
871.1Saugustss
881.1Saugustss/* Genius products */
891.1Saugustssproduct GENIUS NICHE		0x0001	Niche mouse
901.1Saugustssproduct GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
911.1Saugustss
921.1Saugustss/* Cherry products */
931.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
941.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
951.1Saugustss
961.6Saugustss/* Behavior Technology Corporation products */
971.6Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
981.6Saugustss
991.1Saugustss/* Philips products */
1001.1Saugustssproduct PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
1011.1Saugustssproduct PHILIPS HUB		0x0201	hub
1021.1Saugustss
1031.1Saugustss/* Connectix products */
1041.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
1051.5Smark
1061.6Saugustss/* 3Com products */
1071.6Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice USB Modem
1081.6Saugustss
1091.6Saugustss/* Jazz products */
1101.6Saugustssproduct JAZZ J6502		0x4201	J-6502 speakers
1111.6Saugustss
1121.5Smark/* Cypress Semiconduuctor products */
1131.5Smarkproduct CYPRESS MOUSE		0x0001	mouse
1141.6Saugustss
1151.6Saugustss/* ATen */
1161.6Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
1171.6Saugustss
1181.6Saugustss/* Agiler products */
1191.6Saugustssproduct AGILER MOUSE29UO	0x0002	mouse 29UO
1201.1Saugustss
1211.1Saugustss/* Belkin products */
1221.1Saugustssproduct BELKIN F5U002		0x0002	Parallel printer adapter
1231.1Saugustss
1241.1Saugustss/* EIZO Nanao products */
1251.1Saugustssproduct EIZO HUB		0x0000	hub
1261.1Saugustssproduct EIZO MONITOR		0x0001	monitor
1271.1Saugustssproduct EIZONANAO HUB		0x0000	hub
1281.1Saugustssproduct EIZONANAO MONITOR	0x0001	monitor
1291.1Saugustss
1301.1Saugustss/* Chic Technology */
1311.1Saugustssproduct CHIC MOUSE1		0x0001	mouse
1321.1Saugustss
1331.1Saugustss/* PLX products */
1341.1Saugustssproduct PLX TESTBOARD		0x9060	test board
1351.1Saugustss
1361.1Saugustss/* Inside Out Networks products */
1371.1Saugustssproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4
1381.1Saugustss
1391.1Saugustss/* Intel products */
1401.1Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
141