usbdevs revision 1.21
11.21Saugustss$NetBSD: usbdevs,v 1.21 1999/01/26 22:21:55 augustss Exp $
21.1Saugustss
31.1Saugustss/*
41.1Saugustss * Copyright (c) 1998 The NetBSD Foundation, Inc.
51.1Saugustss * All rights reserved.
61.1Saugustss *
71.13Saugustss * This code is derived from software contributed to The NetBSD Foundation
81.13Saugustss * by Lennart Augustsson (augustss@carlstedt.se) at
91.13Saugustss * Carlstedt Research & Technology.
101.1Saugustss *
111.1Saugustss * Redistribution and use in source and binary forms, with or without
121.1Saugustss * modification, are permitted provided that the following conditions
131.1Saugustss * are met:
141.1Saugustss * 1. Redistributions of source code must retain the above copyright
151.1Saugustss *    notice, this list of conditions and the following disclaimer.
161.1Saugustss * 2. Redistributions in binary form must reproduce the above copyright
171.1Saugustss *    notice, this list of conditions and the following disclaimer in the
181.1Saugustss *    documentation and/or other materials provided with the distribution.
191.1Saugustss * 3. All advertising materials mentioning features or use of this software
201.1Saugustss *    must display the following acknowledgement:
211.1Saugustss *        This product includes software developed by the NetBSD
221.1Saugustss *        Foundation, Inc. and its contributors.
231.1Saugustss * 4. Neither the name of The NetBSD Foundation nor the names of its
241.1Saugustss *    contributors may be used to endorse or promote products derived
251.1Saugustss *    from this software without specific prior written permission.
261.1Saugustss *
271.1Saugustss * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
281.1Saugustss * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
291.1Saugustss * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
301.1Saugustss * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
311.1Saugustss * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
321.1Saugustss * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
331.1Saugustss * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
341.1Saugustss * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
351.1Saugustss * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
361.1Saugustss * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
371.1Saugustss * POSSIBILITY OF SUCH DAMAGE.
381.1Saugustss */
391.1Saugustss
401.1Saugustss/*
411.1Saugustss * List of known USB vendors
421.1Saugustss */
431.1Saugustss
441.1Saugustssvendor NEC		0x0409	NEC
451.3Saugustssvendor KODAK		0x040a	Eastman Kodak
461.8Saugustss/* Computer Access Technology Corporation */
471.8Saugustssvendor CATC		0x0423	CATC
481.1Saugustssvendor NANAO		0x0440	Nanao
491.1Saugustssvendor UNIXTAR		0x0451  Unixtar
501.1Saugustssvendor GENIUS		0x0458	Genius
511.18Saugustssvendor MICROSOFT	0x045e	Microsoft
521.16Saugustssvendor KENSINGTON	0x0461	Kensington
531.1Saugustssvendor CHERRY		0x046a	Cherry
541.8Saugustss/* Behavior Technology Corporation */
551.8Saugustssvendor BTC		0x046e	BTC
561.1Saugustssvendor PHILIPS		0x0471	Philips
571.1Saugustssvendor CONNECTIX	0x0478	Connectix
581.17Saugustssvendor ACER		0x04a5	Acer Peripherals
591.6Saugustssvendor CYPRESS		0x04b4	Cypress Semiconductor
601.6Saugustssvendor 3COM		0x04c1	3Com
611.20Saugustssvendor KONICA		0x04c8	Konica Corporation
621.9Saugustssvendor SHUTTLE		0x04e6	Shuttle Technology
631.6Saugustssvendor JAZZ		0x04fa	Jazz
641.21Saugustssvendor AKS		0x0529	Aladdin Knowledge Systems
651.6Saugustssvendor ATEN		0x0557	ATen
661.12Saugustssvendor PERACOM		0x0565	Peracom
671.1Saugustssvendor EIZO		0x056d	EIZO
681.6Saugustssvendor AGILER		0x056e	Agiler
691.1Saugustssvendor BELKIN		0x05ab	Belkin
701.14Saugustssvendor LOGITECH		0x05ac	Logitech
711.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
721.1Saugustssvendor CHIC		0x05fe	Chic Technology
731.10Saugustssvendor ADS		0x06e1	ADS Technologies
741.1Saugustssvendor PLX		0x10b5	PLX
751.20Saugustssvendor ENTREGA		0x1645	Entrega
761.1Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
771.1Saugustssvendor INTEL		0x8086	Intel
781.1Saugustss
791.1Saugustss/*
801.1Saugustss * List of known products.  Grouped by vendor.
811.1Saugustss */
821.1Saugustss
831.1Saugustss/* NEC products */
841.1Saugustssproduct NEC HUB			0x55aa	hub
851.14Saugustssproduct NEC HUB_B		0x55ab	hub
861.2Saugustss
871.2Saugustss/* Kodak products */
881.4Sveegoproduct KODAK DC260		0x0110	Digital Science DC260
891.1Saugustss
901.6Saugustss/* CATC products */
911.6Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
921.6Saugustss
931.1Saugustss/* Unixtar products */
941.15Saugustssproduct UNIXTAR UTUSB41		0x1446	UT-USB41 hub
951.1Saugustss
961.1Saugustss/* Genius products */
971.1Saugustssproduct GENIUS NICHE		0x0001	Niche mouse
981.1Saugustssproduct GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
991.18Saugustss
1001.18Saugustss/* Microsoft products */
1011.18Saugustssproduct MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
1021.16Saugustss
1031.16Saugustss/* Kensington products */
1041.16Saugustssproduct KENSINGTON MOUSEINABOX	0x4d02	Mouse-in-a-Box
1051.1Saugustss
1061.1Saugustss/* Cherry products */
1071.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
1081.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
1091.1Saugustss
1101.6Saugustss/* Behavior Technology Corporation products */
1111.6Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
1121.6Saugustss
1131.1Saugustss/* Philips products */
1141.1Saugustssproduct PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
1151.1Saugustssproduct PHILIPS HUB		0x0201	hub
1161.1Saugustss
1171.1Saugustss/* Connectix products */
1181.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
1191.17Saugustss
1201.17Saugustss/* Acer products */
1211.17Saugustssproduct ACER ACERSCAN_C310U	0x12a6	Acerscan C310U
1221.5Smark
1231.12Saugustss/* Cypress Semiconduuctor products */
1241.12Saugustssproduct CYPRESS MOUSE		0x0001	mouse
1251.12Saugustss
1261.6Saugustss/* 3Com products */
1271.6Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice USB Modem
1281.9Saugustss
1291.20Saugustss/* Konica Corporation Products */
1301.20Saugustssproduct KONICA CAMERA		0x0720	Digital Color Camera
1311.20Saugustss
1321.9Saugustss/* Shuttle Technology products */
1331.9Saugustssproduct SHUTTLE EUSB		0x0001	E-USB Bridge
1341.6Saugustss
1351.6Saugustss/* Jazz products */
1361.6Saugustssproduct JAZZ J6502		0x4201	J-6502 speakers
1371.21Saugustss
1381.21Saugustss/* AKS products */
1391.21Saugustssproduct AKS USBHASP		0x0001	USB-HASP 0.06
1401.6Saugustss
1411.12Saugustss/* ATen products */
1421.12Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
1431.12Saugustss
1441.12Saugustss/* Peracom products */
1451.12Saugustssproduct PERACOM SERIAL1		0x0001	Serial Converter
1461.6Saugustss
1471.12Saugustss/* EIZO products */
1481.12Saugustssproduct EIZO HUB		0x0000	hub
1491.12Saugustssproduct EIZO MONITOR		0x0001	monitor
1501.6Saugustss
1511.6Saugustss/* Agiler products */
1521.6Saugustssproduct AGILER MOUSE29UO	0x0002	mouse 29UO
1531.1Saugustss
1541.1Saugustss/* Belkin products */
1551.1Saugustssproduct BELKIN F5U002		0x0002	Parallel printer adapter
1561.14Saugustss
1571.14Saugustss/* Logitech products */
1581.14Saugustssproduct LOGITECH M2452		0x0203	M2452 keyboard
1591.14Saugustssproduct LOGITECH M4848		0x0301	M4848 mouse
1601.1Saugustss
1611.10Saugustss/* Chic Technology products */
1621.1Saugustssproduct CHIC MOUSE1		0x0001	mouse
1631.10Saugustss
1641.10Saugustss/* ADS products */
1651.11Saugustssproduct ADS ENET		0x0008	Ethernet adapter
1661.20Saugustss
1671.20Saugustss/* Entrega products */
1681.20Saugustssproduct ENTREGA CENTRONICS	0x0006	Centronics connector
1691.20Saugustssproduct ENTREGA SERIAL		0x8001	DB25 Serial connector
1701.1Saugustss
1711.1Saugustss/* PLX products */
1721.1Saugustssproduct PLX TESTBOARD		0x9060	test board
1731.1Saugustss
1741.1Saugustss/* Inside Out Networks products */
1751.15Saugustssproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 serial ports
1761.1Saugustss
1771.1Saugustss/* Intel products */
1781.1Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
179