usbdevs revision 1.24
11.24Saugustss$NetBSD: usbdevs,v 1.24 1999/04/03 19:01:57 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.22Saugustssvendor EPSON		0x04b8	Epson
611.6Saugustssvendor 3COM		0x04c1	3Com
621.20Saugustssvendor KONICA		0x04c8	Konica Corporation
631.9Saugustssvendor SHUTTLE		0x04e6	Shuttle Technology
641.6Saugustssvendor JAZZ		0x04fa	Jazz
651.21Saugustssvendor AKS		0x0529	Aladdin Knowledge Systems
661.24Saugustssvendor VISION		0x0533	Vision
671.6Saugustssvendor ATEN		0x0557	ATen
681.12Saugustssvendor PERACOM		0x0565	Peracom
691.1Saugustssvendor EIZO		0x056d	EIZO
701.6Saugustssvendor AGILER		0x056e	Agiler
711.1Saugustssvendor BELKIN		0x05ab	Belkin
721.14Saugustssvendor LOGITECH		0x05ac	Logitech
731.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
741.1Saugustssvendor CHIC		0x05fe	Chic Technology
751.24Saugustssvendor MACALLY		0x0618	Macally
761.10Saugustssvendor ADS		0x06e1	ADS Technologies
771.1Saugustssvendor PLX		0x10b5	PLX
781.20Saugustssvendor ENTREGA		0x1645	Entrega
791.1Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
801.1Saugustssvendor INTEL		0x8086	Intel
811.1Saugustss
821.1Saugustss/*
831.1Saugustss * List of known products.  Grouped by vendor.
841.1Saugustss */
851.1Saugustss
861.1Saugustss/* NEC products */
871.1Saugustssproduct NEC HUB			0x55aa	hub
881.14Saugustssproduct NEC HUB_B		0x55ab	hub
891.2Saugustss
901.2Saugustss/* Kodak products */
911.4Sveegoproduct KODAK DC260		0x0110	Digital Science DC260
921.1Saugustss
931.6Saugustss/* CATC products */
941.6Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
951.6Saugustss
961.1Saugustss/* Unixtar products */
971.15Saugustssproduct UNIXTAR UTUSB41		0x1446	UT-USB41 hub
981.1Saugustss
991.1Saugustss/* Genius products */
1001.1Saugustssproduct GENIUS NICHE		0x0001	Niche mouse
1011.1Saugustssproduct GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
1021.18Saugustss
1031.18Saugustss/* Microsoft products */
1041.18Saugustssproduct MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
1051.23Saugustssproduct MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
1061.16Saugustss
1071.16Saugustss/* Kensington products */
1081.16Saugustssproduct KENSINGTON MOUSEINABOX	0x4d02	Mouse-in-a-Box
1091.1Saugustss
1101.1Saugustss/* Cherry products */
1111.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
1121.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
1131.1Saugustss
1141.6Saugustss/* Behavior Technology Corporation products */
1151.6Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
1161.6Saugustss
1171.1Saugustss/* Philips products */
1181.1Saugustssproduct PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
1191.1Saugustssproduct PHILIPS HUB		0x0201	hub
1201.1Saugustss
1211.1Saugustss/* Connectix products */
1221.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
1231.17Saugustss
1241.17Saugustss/* Acer products */
1251.17Saugustssproduct ACER ACERSCAN_C310U	0x12a6	Acerscan C310U
1261.5Smark
1271.12Saugustss/* Cypress Semiconduuctor products */
1281.12Saugustssproduct CYPRESS MOUSE		0x0001	mouse
1291.22Saugustss
1301.22Saugustss/* Epson products */
1311.22Saugustssproduct EPSON PRINTER3		0x0003	printer adapter
1321.12Saugustss
1331.6Saugustss/* 3Com products */
1341.6Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice USB Modem
1351.9Saugustss
1361.20Saugustss/* Konica Corporation Products */
1371.20Saugustssproduct KONICA CAMERA		0x0720	Digital Color Camera
1381.20Saugustss
1391.9Saugustss/* Shuttle Technology products */
1401.9Saugustssproduct SHUTTLE EUSB		0x0001	E-USB Bridge
1411.6Saugustss
1421.6Saugustss/* Jazz products */
1431.6Saugustssproduct JAZZ J6502		0x4201	J-6502 speakers
1441.21Saugustss
1451.21Saugustss/* AKS products */
1461.21Saugustssproduct AKS USBHASP		0x0001	USB-HASP 0.06
1471.6Saugustss
1481.24Saugustss/* Vision products */
1491.24Saugustssproduct VISION VC6452V002	0x0002	VC6452V002 Camera
1501.24Saugustss
1511.12Saugustss/* ATen products */
1521.12Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
1531.12Saugustss
1541.12Saugustss/* Peracom products */
1551.12Saugustssproduct PERACOM SERIAL1		0x0001	Serial Converter
1561.6Saugustss
1571.12Saugustss/* EIZO products */
1581.12Saugustssproduct EIZO HUB		0x0000	hub
1591.12Saugustssproduct EIZO MONITOR		0x0001	monitor
1601.6Saugustss
1611.6Saugustss/* Agiler products */
1621.6Saugustssproduct AGILER MOUSE29UO	0x0002	mouse 29UO
1631.1Saugustss
1641.1Saugustss/* Belkin products */
1651.1Saugustssproduct BELKIN F5U002		0x0002	Parallel printer adapter
1661.14Saugustss
1671.14Saugustss/* Logitech products */
1681.14Saugustssproduct LOGITECH M2452		0x0203	M2452 keyboard
1691.14Saugustssproduct LOGITECH M4848		0x0301	M4848 mouse
1701.1Saugustss
1711.10Saugustss/* Chic Technology products */
1721.1Saugustssproduct CHIC MOUSE1		0x0001	mouse
1731.24Saugustss
1741.24Saugustss/* Macally products */
1751.24Saugustssproduct MACALLY MOUSE1		0x0101	mouse
1761.10Saugustss
1771.10Saugustss/* ADS products */
1781.11Saugustssproduct ADS ENET		0x0008	Ethernet adapter
1791.20Saugustss
1801.20Saugustss/* Entrega products */
1811.20Saugustssproduct ENTREGA CENTRONICS	0x0006	Centronics connector
1821.20Saugustssproduct ENTREGA SERIAL		0x8001	DB25 Serial connector
1831.1Saugustss
1841.1Saugustss/* PLX products */
1851.1Saugustssproduct PLX TESTBOARD		0x9060	test board
1861.1Saugustss
1871.1Saugustss/* Inside Out Networks products */
1881.15Saugustssproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 serial ports
1891.1Saugustss
1901.1Saugustss/* Intel products */
1911.1Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
192