usbdevs revision 1.22.4.2 1 1.22.4.2 thorpej $NetBSD: usbdevs,v 1.22.4.2 1999/07/01 23:40:23 thorpej Exp $
2 1.1 augustss
3 1.1 augustss /*
4 1.1 augustss * Copyright (c) 1998 The NetBSD Foundation, Inc.
5 1.1 augustss * All rights reserved.
6 1.1 augustss *
7 1.13 augustss * This code is derived from software contributed to The NetBSD Foundation
8 1.13 augustss * by Lennart Augustsson (augustss (a] carlstedt.se) at
9 1.13 augustss * Carlstedt Research & Technology.
10 1.1 augustss *
11 1.1 augustss * Redistribution and use in source and binary forms, with or without
12 1.1 augustss * modification, are permitted provided that the following conditions
13 1.1 augustss * are met:
14 1.1 augustss * 1. Redistributions of source code must retain the above copyright
15 1.1 augustss * notice, this list of conditions and the following disclaimer.
16 1.1 augustss * 2. Redistributions in binary form must reproduce the above copyright
17 1.1 augustss * notice, this list of conditions and the following disclaimer in the
18 1.1 augustss * documentation and/or other materials provided with the distribution.
19 1.1 augustss * 3. All advertising materials mentioning features or use of this software
20 1.1 augustss * must display the following acknowledgement:
21 1.1 augustss * This product includes software developed by the NetBSD
22 1.1 augustss * Foundation, Inc. and its contributors.
23 1.1 augustss * 4. Neither the name of The NetBSD Foundation nor the names of its
24 1.1 augustss * contributors may be used to endorse or promote products derived
25 1.1 augustss * from this software without specific prior written permission.
26 1.1 augustss *
27 1.1 augustss * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 1.1 augustss * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29 1.1 augustss * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30 1.1 augustss * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31 1.1 augustss * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 1.1 augustss * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 1.1 augustss * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 1.1 augustss * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 1.1 augustss * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 1.1 augustss * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 1.1 augustss * POSSIBILITY OF SUCH DAMAGE.
38 1.1 augustss */
39 1.1 augustss
40 1.1 augustss /*
41 1.1 augustss * List of known USB vendors
42 1.1 augustss */
43 1.1 augustss
44 1.1 augustss vendor NEC 0x0409 NEC
45 1.22.4.1 thorpej vendor KODAK 0x040a Eastman Kodak co.
46 1.22.4.1 thorpej vendor CATC 0x0423 Computer Access Technology Corp.
47 1.22.4.1 thorpej vendor GRAVIS 0x0428 Advanced Gravis Computer Tech. Ltd.
48 1.22.4.1 thorpej vendor NANAO 0x0440 NANAO Corporation
49 1.22.4.1 thorpej vendor TI 0x0451 Texas Instruments
50 1.22.4.1 thorpej vendor GENIUS 0x0458 KYE Systems Corp.
51 1.18 augustss vendor MICROSOFT 0x045e Microsoft
52 1.22.4.1 thorpej vendor KENSINGTON 0x0461 Primax Electronics
53 1.22.4.1 thorpej vendor CHERRY 0x046a Cherry Mikroschalter GMBH
54 1.22.4.2 thorpej vendor LOGITECH 0x046d Logitech Inc.
55 1.22.4.1 thorpej vendor BTC 0x046e Behavior Tech. Computer
56 1.1 augustss vendor PHILIPS 0x0471 Philips
57 1.22.4.1 thorpej vendor CONNECTIX 0x0478 Connectix Corp.
58 1.22.4.2 thorpej vendor STMICRO 0x0483 STMicroelectronics
59 1.22.4.1 thorpej vendor ACER 0x04a5 Acer Peripheral Inc.
60 1.6 augustss vendor CYPRESS 0x04b4 Cypress Semiconductor
61 1.22.4.1 thorpej vendor EPSON 0x04b8 Seiko Epson Corp.
62 1.22.4.1 thorpej vendor 3COM 0x04c1 U.S. Robotics
63 1.20 augustss vendor KONICA 0x04c8 Konica Corporation
64 1.9 augustss vendor SHUTTLE 0x04e6 Shuttle Technology
65 1.22.4.1 thorpej vendor BROTHER 0x04f9 Brother Industries Corp.
66 1.22.4.1 thorpej vendor JAZZ 0x04fa Dallas Semiconductor
67 1.22.4.1 thorpej vendor AKS 0x0529 Fast Security AG
68 1.22.4.1 thorpej vendor VISION 0x0533 Alcatel Mobile Phones
69 1.22.4.1 thorpej vendor ATEN 0x0557 ATEN International Co. ltd.
70 1.22.4.1 thorpej vendor PERACOM 0x0565 Peracom Networks, Inc.
71 1.22.4.1 thorpej vendor WACOM 0x056a WACOM Co. Ltd.
72 1.1 augustss vendor EIZO 0x056d EIZO
73 1.22.4.1 thorpej vendor AGILER 0x056e Elecom Co., Ltd.
74 1.22.4.1 thorpej vendor IOMEGA 0x059b Iomega Corporation
75 1.22.4.1 thorpej vendor BELKIN 0x05ab In-System Design
76 1.22.4.2 thorpej vendor APPLE 0x05ac Apple Computer
77 1.1 augustss vendor EIZONANAO 0x05e7 EIZO Nanao
78 1.1 augustss vendor CHIC 0x05fe Chic Technology
79 1.22.4.1 thorpej vendor MACALLY 0x0618 Macally
80 1.10 augustss vendor ADS 0x06e1 ADS Technologies
81 1.1 augustss vendor PLX 0x10b5 PLX
82 1.1 augustss vendor INSIDEOUT 0x1608 Inside Out Networks
83 1.22.4.1 thorpej vendor ENTREGA 0x1645 Entrega
84 1.1 augustss vendor INTEL 0x8086 Intel
85 1.1 augustss
86 1.1 augustss /*
87 1.1 augustss * List of known products. Grouped by vendor.
88 1.1 augustss */
89 1.1 augustss
90 1.1 augustss /* NEC products */
91 1.1 augustss product NEC HUB 0x55aa hub
92 1.14 augustss product NEC HUB_B 0x55ab hub
93 1.2 augustss
94 1.2 augustss /* Kodak products */
95 1.4 veego product KODAK DC260 0x0110 Digital Science DC260
96 1.1 augustss
97 1.6 augustss /* CATC products */
98 1.6 augustss product CATC ANDROMEDA 0x1237 Andromeda hub
99 1.6 augustss
100 1.22.4.1 thorpej /* Gravis products */
101 1.22.4.1 thorpej product GRAVIS GAMEPADPRO 0x4001 GamePad Pro
102 1.22.4.1 thorpej
103 1.1 augustss /* Unixtar products */
104 1.22.4.1 thorpej product TI UTUSB41 0x1446 UT-USB41 hub
105 1.1 augustss
106 1.1 augustss /* Genius products */
107 1.1 augustss product GENIUS NICHE 0x0001 Niche mouse
108 1.1 augustss product GENIUS FLIGHT2000 0x1004 Flight 2000 joystick
109 1.18 augustss
110 1.18 augustss /* Microsoft products */
111 1.18 augustss product MICROSOFT INTELLIMOUSE 0x0009 IntelliMouse
112 1.22.4.1 thorpej product MICROSOFT NATURALKBD 0x000b Natural Keyboard Elite
113 1.22.4.1 thorpej product MICROSOFT DDS80 0x0014 Digital Sound System 80
114 1.16 augustss
115 1.16 augustss /* Kensington products */
116 1.22.4.1 thorpej product KENSINGTON COMFORT 0x4d01 Comfort
117 1.16 augustss product KENSINGTON MOUSEINABOX 0x4d02 Mouse-in-a-Box
118 1.1 augustss
119 1.1 augustss /* Cherry products */
120 1.1 augustss product CHERRY MY3000KBD 0x0001 My3000 keyboard
121 1.1 augustss product CHERRY MY3000HUB 0x0003 My3000 hub
122 1.1 augustss
123 1.6 augustss /* Behavior Technology Corporation products */
124 1.6 augustss product BTC BTC7932 0x6782 Keyboard with mouse port
125 1.6 augustss
126 1.1 augustss /* Philips products */
127 1.1 augustss product PHILIPS DSS 0x0101 DSS 350 Digital Speaker System
128 1.1 augustss product PHILIPS HUB 0x0201 hub
129 1.1 augustss
130 1.1 augustss /* Connectix products */
131 1.1 augustss product CONNECTIX QUICKCAM 0x0001 QuickCam
132 1.17 augustss
133 1.22.4.2 thorpej /* STMicroelectronics products */
134 1.22.4.2 thorpej product STMICRO COMMUNICATOR 0x7554 USB Communicator
135 1.22.4.2 thorpej
136 1.17 augustss /* Acer products */
137 1.17 augustss product ACER ACERSCAN_C310U 0x12a6 Acerscan C310U
138 1.5 mark
139 1.12 augustss /* Cypress Semiconduuctor products */
140 1.12 augustss product CYPRESS MOUSE 0x0001 mouse
141 1.22 augustss
142 1.22 augustss /* Epson products */
143 1.22 augustss product EPSON PRINTER3 0x0003 printer adapter
144 1.12 augustss
145 1.6 augustss /* 3Com products */
146 1.6 augustss product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice USB Modem
147 1.9 augustss
148 1.20 augustss /* Konica Corporation Products */
149 1.20 augustss product KONICA CAMERA 0x0720 Digital Color Camera
150 1.20 augustss
151 1.9 augustss /* Shuttle Technology products */
152 1.9 augustss product SHUTTLE EUSB 0x0001 E-USB Bridge
153 1.6 augustss
154 1.22.4.1 thorpej /* Brother Industries products */
155 1.22.4.1 thorpej product BROTHER HL1050 0x0002 HL-1050 laser printer
156 1.22.4.1 thorpej
157 1.6 augustss /* Jazz products */
158 1.6 augustss product JAZZ J6502 0x4201 J-6502 speakers
159 1.21 augustss
160 1.21 augustss /* AKS products */
161 1.21 augustss product AKS USBHASP 0x0001 USB-HASP 0.06
162 1.6 augustss
163 1.22.4.1 thorpej /* Vision products */
164 1.22.4.1 thorpej product VISION VC6452V002 0x0002 VC6452V002 Camera
165 1.22.4.1 thorpej
166 1.12 augustss /* ATen products */
167 1.12 augustss product ATEN UC1284 0x2001 Parallel printer adapter
168 1.12 augustss
169 1.12 augustss /* Peracom products */
170 1.12 augustss product PERACOM SERIAL1 0x0001 Serial Converter
171 1.6 augustss
172 1.22.4.1 thorpej /* Wacom products */
173 1.22.4.1 thorpej product WACOM CT0405U 0x0000 CT-0405-U Tablet
174 1.22.4.1 thorpej
175 1.12 augustss /* EIZO products */
176 1.12 augustss product EIZO HUB 0x0000 hub
177 1.12 augustss product EIZO MONITOR 0x0001 monitor
178 1.6 augustss
179 1.6 augustss /* Agiler products */
180 1.6 augustss product AGILER MOUSE29UO 0x0002 mouse 29UO
181 1.1 augustss
182 1.22.4.1 thorpej /* Iomega products */
183 1.22.4.1 thorpej product IOMEGA ZIP100 0x0001 Zip 100
184 1.22.4.1 thorpej
185 1.1 augustss /* Belkin products */
186 1.1 augustss product BELKIN F5U002 0x0002 Parallel printer adapter
187 1.14 augustss
188 1.14 augustss /* Logitech products */
189 1.14 augustss product LOGITECH M2452 0x0203 M2452 keyboard
190 1.14 augustss product LOGITECH M4848 0x0301 M4848 mouse
191 1.22.4.2 thorpej product LOGITECH USBPS2 0xc001 USB-PS/2 mouse
192 1.1 augustss
193 1.10 augustss /* Chic Technology products */
194 1.1 augustss product CHIC MOUSE1 0x0001 mouse
195 1.22.4.1 thorpej
196 1.22.4.1 thorpej /* Macally products */
197 1.22.4.1 thorpej product MACALLY MOUSE1 0x0101 mouse
198 1.10 augustss
199 1.10 augustss /* ADS products */
200 1.11 augustss product ADS ENET 0x0008 Ethernet adapter
201 1.20 augustss
202 1.20 augustss /* Entrega products */
203 1.20 augustss product ENTREGA CENTRONICS 0x0006 Centronics connector
204 1.20 augustss product ENTREGA SERIAL 0x8001 DB25 Serial connector
205 1.1 augustss
206 1.1 augustss /* PLX products */
207 1.1 augustss product PLX TESTBOARD 0x9060 test board
208 1.1 augustss
209 1.1 augustss /* Inside Out Networks products */
210 1.15 augustss product INSIDEOUT EDGEPORT4 0x0001 EdgePort/4 serial ports
211 1.1 augustss
212 1.1 augustss /* Intel products */
213 1.1 augustss product INTEL TESTBOARD 0x9890 82930 test board
214