usbdevs revision 1.32
11.32Saugustss$NetBSD: usbdevs,v 1.32 1999/06/26 00:07:35 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.26Saugustssvendor KODAK		0x040a	Eastman Kodak co.
461.26Saugustssvendor CATC		0x0423	Computer Access Technology Corp.
471.26Saugustssvendor GRAVIS		0x0428	Advanced Gravis Computer Tech. Ltd.
481.26Saugustssvendor NANAO		0x0440	NANAO Corporation
491.29Saugustssvendor TI		0x0451  Texas Instruments
501.26Saugustssvendor GENIUS		0x0458	KYE Systems Corp.
511.18Saugustssvendor MICROSOFT	0x045e	Microsoft
521.26Saugustssvendor KENSINGTON	0x0461	Primax Electronics
531.26Saugustssvendor CHERRY		0x046a	Cherry Mikroschalter GMBH
541.26Saugustssvendor BTC		0x046e	Behavior Tech. Computer
551.1Saugustssvendor PHILIPS		0x0471	Philips
561.26Saugustssvendor CONNECTIX	0x0478	Connectix Corp.
571.26Saugustssvendor ACER		0x04a5	Acer Peripheral Inc.
581.6Saugustssvendor CYPRESS		0x04b4	Cypress Semiconductor
591.26Saugustssvendor EPSON		0x04b8	Seiko Epson Corp.
601.26Saugustssvendor 3COM		0x04c1	U.S. Robotics
611.20Saugustssvendor KONICA		0x04c8	Konica Corporation
621.9Saugustssvendor SHUTTLE		0x04e6	Shuttle Technology
631.31Saugustssvendor BROTHER		0x04f9	Brother Industries Corp.
641.26Saugustssvendor JAZZ		0x04fa	Dallas Semiconductor
651.26Saugustssvendor AKS		0x0529	Fast Security AG
661.26Saugustssvendor VISION		0x0533	Alcatel Mobile Phones
671.26Saugustssvendor ATEN		0x0557	ATEN International Co. ltd.
681.26Saugustssvendor PERACOM		0x0565	Peracom Networks, Inc.
691.26Saugustssvendor WACOM		0x056a	WACOM Co. Ltd.
701.1Saugustssvendor EIZO		0x056d	EIZO
711.26Saugustssvendor AGILER		0x056e	Elecom Co., Ltd.
721.26Saugustssvendor IOMEGA		0x059b	Iomega Corporation
731.26Saugustssvendor BELKIN		0x05ab	In-System Design
741.26Saugustssvendor LOGITECH		0x05ac	Apple Computer
751.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
761.1Saugustssvendor CHIC		0x05fe	Chic Technology
771.24Saugustssvendor MACALLY		0x0618	Macally
781.10Saugustssvendor ADS		0x06e1	ADS Technologies
791.1Saugustssvendor PLX		0x10b5	PLX
801.26Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
811.20Saugustssvendor ENTREGA		0x1645	Entrega
821.1Saugustssvendor INTEL		0x8086	Intel
831.1Saugustss
841.1Saugustss/*
851.1Saugustss * List of known products.  Grouped by vendor.
861.1Saugustss */
871.1Saugustss
881.1Saugustss/* NEC products */
891.1Saugustssproduct NEC HUB			0x55aa	hub
901.14Saugustssproduct NEC HUB_B		0x55ab	hub
911.2Saugustss
921.2Saugustss/* Kodak products */
931.4Sveegoproduct KODAK DC260		0x0110	Digital Science DC260
941.1Saugustss
951.6Saugustss/* CATC products */
961.6Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
971.6Saugustss
981.25Saugustss/* Gravis products */
991.25Saugustssproduct GRAVIS GAMEPADPRO	0x4001	GamePad Pro
1001.25Saugustss
1011.1Saugustss/* Unixtar products */
1021.29Saugustssproduct TI UTUSB41		0x1446	UT-USB41 hub
1031.1Saugustss
1041.1Saugustss/* Genius products */
1051.1Saugustssproduct GENIUS NICHE		0x0001	Niche mouse
1061.1Saugustssproduct GENIUS FLIGHT2000	0x1004	Flight 2000 joystick
1071.18Saugustss
1081.18Saugustss/* Microsoft products */
1091.18Saugustssproduct MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
1101.23Saugustssproduct MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
1111.27Saugustssproduct MICROSOFT DDS80		0x0014	Digital Sound System 80
1121.16Saugustss
1131.16Saugustss/* Kensington products */
1141.28Saugustssproduct KENSINGTON COMFORT	0x4d01	Comfort
1151.16Saugustssproduct KENSINGTON MOUSEINABOX	0x4d02	Mouse-in-a-Box
1161.1Saugustss
1171.1Saugustss/* Cherry products */
1181.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
1191.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
1201.1Saugustss
1211.6Saugustss/* Behavior Technology Corporation products */
1221.6Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
1231.6Saugustss
1241.1Saugustss/* Philips products */
1251.1Saugustssproduct PHILIPS DSS		0x0101	DSS 350 Digital Speaker System
1261.1Saugustssproduct PHILIPS HUB		0x0201	hub
1271.1Saugustss
1281.1Saugustss/* Connectix products */
1291.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
1301.17Saugustss
1311.17Saugustss/* Acer products */
1321.17Saugustssproduct ACER ACERSCAN_C310U	0x12a6	Acerscan C310U
1331.5Smark
1341.12Saugustss/* Cypress Semiconduuctor products */
1351.12Saugustssproduct CYPRESS MOUSE		0x0001	mouse
1361.22Saugustss
1371.22Saugustss/* Epson products */
1381.22Saugustssproduct EPSON PRINTER3		0x0003	printer adapter
1391.12Saugustss
1401.6Saugustss/* 3Com products */
1411.6Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice USB Modem
1421.9Saugustss
1431.20Saugustss/* Konica Corporation Products */
1441.20Saugustssproduct KONICA CAMERA		0x0720	Digital Color Camera
1451.20Saugustss
1461.9Saugustss/* Shuttle Technology products */
1471.9Saugustssproduct SHUTTLE EUSB		0x0001	E-USB Bridge
1481.30Stron
1491.30Stron/* Brother Industries products */
1501.31Saugustssproduct	BROTHER HL1050		0x0002	HL-1050 laser printer
1511.6Saugustss
1521.6Saugustss/* Jazz products */
1531.6Saugustssproduct JAZZ J6502		0x4201	J-6502 speakers
1541.21Saugustss
1551.21Saugustss/* AKS products */
1561.21Saugustssproduct AKS USBHASP		0x0001	USB-HASP 0.06
1571.6Saugustss
1581.24Saugustss/* Vision products */
1591.24Saugustssproduct VISION VC6452V002	0x0002	VC6452V002 Camera
1601.24Saugustss
1611.12Saugustss/* ATen products */
1621.12Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
1631.12Saugustss
1641.12Saugustss/* Peracom products */
1651.12Saugustssproduct PERACOM SERIAL1		0x0001	Serial Converter
1661.6Saugustss
1671.25Saugustss/* Wacom products */
1681.25Saugustssproduct WACOM CT0405U		0x0000	CT-0405-U Tablet
1691.25Saugustss
1701.12Saugustss/* EIZO products */
1711.12Saugustssproduct EIZO HUB		0x0000	hub
1721.12Saugustssproduct EIZO MONITOR		0x0001	monitor
1731.6Saugustss
1741.6Saugustss/* Agiler products */
1751.6Saugustssproduct AGILER MOUSE29UO	0x0002	mouse 29UO
1761.25Saugustss
1771.25Saugustss/* Iomega products */
1781.25Saugustssproduct IOMEGA ZIP100		0x0001	Zip 100
1791.1Saugustss
1801.1Saugustss/* Belkin products */
1811.1Saugustssproduct BELKIN F5U002		0x0002	Parallel printer adapter
1821.14Saugustss
1831.14Saugustss/* Logitech products */
1841.14Saugustssproduct LOGITECH M2452		0x0203	M2452 keyboard
1851.14Saugustssproduct LOGITECH M4848		0x0301	M4848 mouse
1861.32Saugustssproduct LOGITECH USBPS2		0xc001	USB-PS/2 mouse
1871.1Saugustss
1881.10Saugustss/* Chic Technology products */
1891.1Saugustssproduct CHIC MOUSE1		0x0001	mouse
1901.24Saugustss
1911.24Saugustss/* Macally products */
1921.24Saugustssproduct MACALLY MOUSE1		0x0101	mouse
1931.10Saugustss
1941.10Saugustss/* ADS products */
1951.11Saugustssproduct ADS ENET		0x0008	Ethernet adapter
1961.20Saugustss
1971.20Saugustss/* Entrega products */
1981.20Saugustssproduct ENTREGA CENTRONICS	0x0006	Centronics connector
1991.20Saugustssproduct ENTREGA SERIAL		0x8001	DB25 Serial connector
2001.1Saugustss
2011.1Saugustss/* PLX products */
2021.1Saugustssproduct PLX TESTBOARD		0x9060	test board
2031.1Saugustss
2041.1Saugustss/* Inside Out Networks products */
2051.15Saugustssproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 serial ports
2061.1Saugustss
2071.1Saugustss/* Intel products */
2081.1Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
209