usbdevs revision 1.173.2.9 1 1.173.2.9 jdolecek $NetBSD: usbdevs,v 1.173.2.9 2002/10/10 18:42:45 jdolecek Exp $
2 1.1 augustss
3 1.1 augustss /*
4 1.88 augustss * Copyright (c) 1998, 1999, 2000 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.96 augustss * by Lennart Augustsson (lennart (a] augustsson.net) 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.155 augustss *
43 1.155 augustss * Please note that these IDs do not do anything. Adding an ID here and
44 1.155 augustss * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
45 1.155 augustss * available to the source code and does not change any functionality, nor
46 1.155 augustss * does it make your device available to a specific driver.
47 1.155 augustss * It will however make the descriptive string available if a device does not
48 1.155 augustss * provide the string itself.
49 1.155 augustss *
50 1.155 augustss * After adding a vendor ID VNDR and a product ID PRDCT you will have the
51 1.155 augustss * following extra defines:
52 1.155 augustss * #define USB_VENDOR_VNDR 0x????
53 1.155 augustss * #define USB_PRODUCT_VNDR_PRDCT 0x????
54 1.155 augustss *
55 1.155 augustss * You may have to add these defines to the respective probe routines to
56 1.155 augustss * make the device recognised by the appropriate device driver.
57 1.1 augustss */
58 1.1 augustss
59 1.173.2.4 thorpej vendor AOX 0x03e8 AOX
60 1.173.2.4 thorpej vendor ATMEL 0x03eb Atmel
61 1.165 augustss vendor MITSUMI 0x03ee Mitsumi
62 1.44 augustss vendor HP 0x03f0 Hewlett Packard
63 1.173.2.4 thorpej vendor ADAPTEC 0x03f3 Adaptec
64 1.124 augustss vendor NATIONAL 0x0400 National Semiconductor
65 1.173.2.4 thorpej vendor ACERLABS 0x0402 Acer Labs
66 1.91 augustss vendor FTDI 0x0403 Future Technology Devices
67 1.1 augustss vendor NEC 0x0409 NEC
68 1.173.2.4 thorpej vendor KODAK 0x040a Eastman Kodak
69 1.173.2.4 thorpej vendor MELCO 0x0411 Melco
70 1.143 augustss vendor CREATIVE 0x041e Creative
71 1.173.2.4 thorpej vendor ADI 0x0422 ADI Systems
72 1.173.2.4 thorpej vendor CATC 0x0423 Computer Access Technology
73 1.173.2.7 jdolecek vendor SMC2 0x0424 Standard Microsystems
74 1.173.2.4 thorpej vendor GRAVIS 0x0428 Advanced Gravis Computer Tech.
75 1.69 augustss vendor SUN 0x0430 Sun Microsystems
76 1.165 augustss vendor TAUGA 0x0436 Taugagreining HF
77 1.88 augustss vendor AMD 0x0438 Advanced Micro Devices
78 1.173.2.4 thorpej vendor LEXMARK 0x043d Lexmark International
79 1.173.2.4 thorpej vendor NANAO 0x0440 NANAO
80 1.173.2.4 thorpej vendor ALPS 0x044e Alps Electric
81 1.40 augustss vendor THRUST 0x044f Thrustmaster
82 1.69 augustss vendor TI 0x0451 Texas Instruments
83 1.173.2.4 thorpej vendor ANALOGDEVICES 0x0456 Analog Devices
84 1.173.2.4 thorpej vendor KYE 0x0458 KYE Systems
85 1.112 augustss vendor DIAMOND2 0x045a Diamond (Supra)
86 1.18 augustss vendor MICROSOFT 0x045e Microsoft
87 1.45 augustss vendor PRIMAX 0x0461 Primax Electronics
88 1.173.2.4 thorpej vendor AMP 0x0464 AMP
89 1.173.2.4 thorpej vendor CHERRY 0x046a Cherry Mikroschalter
90 1.88 augustss vendor MEGATRENDS 0x046b American Megatrends
91 1.173.2.4 thorpej vendor LOGITECH 0x046d Logitech
92 1.26 augustss vendor BTC 0x046e Behavior Tech. Computer
93 1.1 augustss vendor PHILIPS 0x0471 Philips
94 1.173.2.4 thorpej vendor CONNECTIX 0x0478 Connectix
95 1.78 augustss vendor KENSINGTON 0x047d Kensington
96 1.40 augustss vendor LUCENT 0x047e Lucent
97 1.35 augustss vendor STMICRO 0x0483 STMicroelectronics
98 1.173.2.4 thorpej vendor YAMAHA 0x0499 YAMAHA
99 1.102 augustss vendor COMPAQ 0x049f Compaq Computers
100 1.173.2.6 jdolecek vendor HITACHI 0x04a4 Hitachi
101 1.173.2.4 thorpej vendor ACERP 0x04a5 Acer Peripherals
102 1.110 augustss vendor VISIONEER 0x04a7 Visioneer
103 1.173.2.4 thorpej vendor CANON 0x04a9 Canon
104 1.143 augustss vendor NIKON 0x04b0 Nikon
105 1.110 augustss vendor IBM 0x04b3 IBM Corporation
106 1.6 augustss vendor CYPRESS 0x04b4 Cypress Semiconductor
107 1.173.2.4 thorpej vendor EPSON 0x04b8 Seiko Epson
108 1.108 darrenr vendor RAINBOW 0x04b9 Rainbow Technologies
109 1.88 augustss vendor IODATA 0x04bb I/O Data
110 1.173.2.4 thorpej vendor TDK 0x04bf TDK
111 1.69 augustss vendor 3COMUSR 0x04c1 U.S. Robotics
112 1.173.2.4 thorpej vendor METHODE 0x04c2 Methode Electronics Far East
113 1.173.2.4 thorpej vendor MAXISWITCH 0x04c3 Maxi Switch
114 1.117 augustss vendor LOCKHEEDMER 0x04c4 Lockheed Martin Energy Research
115 1.173.2.4 thorpej vendor FUJITSU 0x04c5 Fujitsu
116 1.117 augustss vendor TOSHIBAAM 0x04c6 Toshiba America Electronic Components
117 1.117 augustss vendor MICROMACRO 0x04c7 Micro Macro Technologies
118 1.173.2.4 thorpej vendor KONICA 0x04c8 Konica
119 1.173.2.4 thorpej vendor LITEON 0x04ca Lite-On Technology
120 1.173.2.4 thorpej vendor FUJIPHOTO 0x04cb Fuji Photo Film
121 1.117 augustss vendor PHILIPSSEMI 0x04cc Philips Semiconductors
122 1.117 augustss vendor TATUNG 0x04cd Tatung Co. Of America
123 1.173.2.4 thorpej vendor SCANLOGIC 0x04ce ScanLogic
124 1.173.2.4 thorpej vendor MYSON 0x04cf Myson Technology
125 1.117 augustss vendor DIGI2 0x04d0 Digi International
126 1.117 augustss vendor ITTCANON 0x04d1 ITT Canon
127 1.173.2.4 thorpej vendor ALTEC 0x04d2 Altec Lansing Technologies
128 1.150 augustss vendor PANASONIC 0x04da Panasonic (Matsushita)
129 1.173.2.4 thorpej vendor IIYAMA 0x04e1 Iiyama
130 1.9 augustss vendor SHUTTLE 0x04e6 Shuttle Technology
131 1.88 augustss vendor ANNABOOKS 0x04ed Annabooks
132 1.173.2.4 thorpej vendor CHICONY 0x04f2 Chicony Electronics
133 1.173.2.4 thorpej vendor BROTHER 0x04f9 Brother Industries
134 1.45 augustss vendor DALLAS 0x04fa Dallas Semiconductor
135 1.173.2.4 thorpej vendor ACER 0x0502 Acer
136 1.173.2.4 thorpej vendor 3COM 0x0506 3Com
137 1.173.2.4 thorpej vendor AZTECH 0x0509 Aztech Systems
138 1.43 augustss vendor BELKIN 0x050d Belkin Components
139 1.173.2.4 thorpej vendor KAWATSU 0x050f Kawatsu Semiconductor
140 1.44 augustss vendor APC 0x051d American Power Conversion
141 1.173.2.4 thorpej vendor CONNECTEK 0x0522 Advanced Connectek USA
142 1.69 augustss vendor NETCHIP 0x0525 NetChip Technology
143 1.88 augustss vendor ALTRA 0x0527 ALTRA
144 1.173.2.4 thorpej vendor ATI 0x0528 ATI Technologies
145 1.88 augustss vendor AKS 0x0529 Aladdin Knowledge Systems
146 1.57 augustss vendor UNIACCESS 0x0540 Universal Access
147 1.173.2.4 thorpej vendor XIRLINK 0x0545 Xirlink
148 1.173.2.4 thorpej vendor ANCHOR 0x0547 Anchor Chips
149 1.173.2.4 thorpej vendor SONY 0x054c Sony
150 1.173.2.4 thorpej vendor VISION 0x0553 VLSI Vision
151 1.173.2.4 thorpej vendor ASAHIKASEI 0x0556 Asahi Kasei Microsystems
152 1.173.2.4 thorpej vendor ATEN 0x0557 ATEN International
153 1.173.2.4 thorpej vendor MUSTEK 0x055f Mustek Systems
154 1.173.2.4 thorpej vendor TELEX 0x0562 Telex Communications
155 1.173.2.4 thorpej vendor PERACOM 0x0565 Peracom Networks
156 1.173.2.4 thorpej vendor ALCOR2 0x0566 Alcor Micro
157 1.173.2.4 thorpej vendor WACOM 0x056a WACOM
158 1.43 augustss vendor ETEK 0x056c e-TEK Labs
159 1.1 augustss vendor EIZO 0x056d EIZO
160 1.173.2.4 thorpej vendor ELECOM 0x056e Elecom
161 1.149 abs vendor HAUPPAUGE 0x0573 Hauppauge Computer Works
162 1.88 augustss vendor BAFO 0x0576 BAFO/Quality Computer Accessories
163 1.86 augustss vendor YEDATA 0x057b Y-E Data
164 1.88 augustss vendor AVM 0x057c AVM GmbH
165 1.81 augustss vendor QUICKSHOT 0x057f Quickshot
166 1.173.2.4 thorpej vendor ROLAND 0x0582 Roland
167 1.40 augustss vendor ROCKFIRE 0x0583 Rockfire
168 1.173.2.6 jdolecek vendor RATOC 0x0584 RATOC Systems, Inc.
169 1.173.2.4 thorpej vendor ZYXEL 0x0586 ZyXEL Communication
170 1.173.2.4 thorpej vendor ALCOR 0x058f Alcor Micro
171 1.173.2.4 thorpej vendor IOMEGA 0x059b Iomega
172 1.173.2.4 thorpej vendor ATREND 0x059c A-Trend Technology
173 1.88 augustss vendor AID 0x059d Advanced Input Devices
174 1.107 augustss vendor LACIE 0x059f LaCie
175 1.40 augustss vendor OMNIVISION 0x05a9 OmniVision
176 1.43 augustss vendor INSYSTEM 0x05ab In-System Design
177 1.34 tron vendor APPLE 0x05ac Apple Computer
178 1.74 soren vendor DIGI 0x05c5 Digi International
179 1.173.2.4 thorpej vendor QTRONIX 0x05c7 Qtronix
180 1.173.2.4 thorpej vendor ELSA 0x05cc ELSA
181 1.88 augustss vendor BRAINBOXES 0x05d1 Brainboxes Limited
182 1.173.2.4 thorpej vendor ULTIMA 0x05d8 Ultima
183 1.88 augustss vendor AXIOHM 0x05d9 Axiohm Transaction Solutions
184 1.110 augustss vendor MICROTEK 0x05da Microtek
185 1.173.2.7 jdolecek vendor SUNTAC 0x05db SUN Corporation
186 1.167 augustss vendor LEXAR 0x05dc Lexar Media
187 1.114 augustss vendor SYMBOL 0x05e0 Symbol Technologies
188 1.173.2.4 thorpej vendor GENESYS 0x05e3 Genesys Logic
189 1.173.2.4 thorpej vendor FUJI 0x05e5 Fuji Electric
190 1.114 augustss vendor KEITHLEY 0x05e6 Keithley Instruments
191 1.1 augustss vendor EIZONANAO 0x05e7 EIZO Nanao
192 1.69 augustss vendor KLSI 0x05e9 Kawasaki LSI
193 1.173.2.4 thorpej vendor FFC 0x05eb FFC
194 1.173.2.4 thorpej vendor ANKO 0x05ef Anko Electronic
195 1.69 augustss vendor PIENGINEERING 0x05f3 P.I. Engineering
196 1.88 augustss vendor AOC 0x05f6 AOC International
197 1.1 augustss vendor CHIC 0x05fe Chic Technology
198 1.88 augustss vendor BARCO 0x0600 Barco Display Systems
199 1.173.2.4 thorpej vendor BRIDGE 0x0607 Bridge Information
200 1.67 tron vendor SOLIDYEAR 0x060b Solid Year
201 1.88 augustss vendor BIORAD 0x0614 Bio-Rad Laboratories
202 1.24 augustss vendor MACALLY 0x0618 Macally
203 1.173.2.4 thorpej vendor ACTLABS 0x061c Act Labs
204 1.173.2.4 thorpej vendor ALARIS 0x0620 Alaris
205 1.173.2.4 thorpej vendor APEX 0x0624 Apex
206 1.173.2.4 thorpej vendor AVISION 0x0638 Avision
207 1.100 augustss vendor TEAC 0x0644 TEAC
208 1.173.2.8 jdolecek vendor SGI 0x065e Silicon Graphics
209 1.173.2.7 jdolecek vendor SANWASUPPLY 0x0663 Sanwa Supply
210 1.173.2.4 thorpej vendor LINKSYS 0x066b Linksys
211 1.173.2.4 thorpej vendor ACERSA 0x066e Acer Semiconductor America
212 1.173.2.4 thorpej vendor SIGMATEL 0x066f Sigmatel
213 1.173.2.4 thorpej vendor AIWA 0x0677 Aiwa
214 1.173.2.4 thorpej vendor ACARD 0x0678 ACARD Technology
215 1.173.2.4 thorpej vendor PROLIFIC 0x067b Prolific Technology
216 1.173.2.7 jdolecek vendor SIEMENS 0x067c Siemens
217 1.173.2.4 thorpej vendor ADVANCELOGIC 0x0680 Avance Logic
218 1.165 augustss vendor HAGIWARA 0x0693 Hagiwara Sys-Com
219 1.173.2.6 jdolecek vendor MINOLTA 0x0686 Minolta
220 1.101 augustss vendor CTX 0x0698 Chuntex
221 1.173.2.4 thorpej vendor ASKEY 0x069a Askey Computer
222 1.173.2.4 thorpej vendor SAITEK 0x06a3 Saitek
223 1.88 augustss vendor ALCATELT 0x06b9 Alcatel Telecom
224 1.173.2.4 thorpej vendor AGFA 0x06bd AGFA-Gevaert
225 1.173.2.4 thorpej vendor ASIAMD 0x06be Asia Microelectronic Development
226 1.173.2.4 thorpej vendor BIZLINK 0x06c4 Bizlink International
227 1.156 augustss vendor KEYSPAN 0x06cd Keyspan
228 1.173.2.4 thorpej vendor AASHIMA 0x06d6 Aashima Technology
229 1.38 augustss vendor MULTITECH 0x06e0 MultiTech
230 1.173.2.4 thorpej vendor ADS 0x06e1 ADS Technologies
231 1.88 augustss vendor ALCATELM 0x06e4 Alcatel Microelectronics
232 1.72 augustss vendor SIRIUS 0x06ea Sirius Technologies
233 1.88 augustss vendor BOSTON 0x06fd Boston Acoustics
234 1.173.2.4 thorpej vendor SMC 0x0707 Standard Microsystems
235 1.173.2.4 thorpej vendor PUTERCOM 0x0708 Putercom
236 1.173.2.4 thorpej vendor MCT 0x0711 MCT
237 1.173.2.4 thorpej vendor DIGITALSTREAM 0x074e Digital Stream
238 1.88 augustss vendor AUREAL 0x0755 Aureal Semiconductor
239 1.53 augustss vendor MIDIMAN 0x0763 Midiman
240 1.173.2.4 thorpej vendor GRIFFIN 0x077d Griffin Technology
241 1.52 augustss vendor SANDISK 0x0781 SanDisk Corp
242 1.173.2.8 jdolecek vendor JENOPTIK 0x0784 Jenoptik
243 1.173.2.4 thorpej vendor BRIMAX 0x078e Brimax
244 1.173.2.4 thorpej vendor AXIS 0x0792 Axis Communications
245 1.173.2.4 thorpej vendor ABL 0x0794 ABL Electronics
246 1.173.2.4 thorpej vendor ALFADATA 0x079d Alfadata Computer
247 1.114 augustss vendor NATIONALTECH 0x07a2 National Technical Systems
248 1.173.2.4 thorpej vendor ONNTO 0x07a3 Onnto
249 1.173.2.4 thorpej vendor BE 0x07a4 Be
250 1.173.2.4 thorpej vendor ADMTEK 0x07a6 ADMtek
251 1.64 augustss vendor COREGA 0x07aa Corega
252 1.88 augustss vendor FREECOM 0x07ab Freecom
253 1.114 augustss vendor MICROTECH 0x07af Microtech
254 1.173.2.4 thorpej vendor OLYMPUS 0x07b4 Olympus
255 1.173.2.4 thorpej vendor ABOCOM 0x07b8 AboCom Systems
256 1.173.2.4 thorpej vendor KEISOKUGIKEN 0x07c1 Keisokugiken
257 1.173.2.6 jdolecek vendor ONSPEC 0x07c4 OnSpec Electronic, Inc.
258 1.88 augustss vendor APG 0x07c5 APG Cash Drawer
259 1.173.2.4 thorpej vendor BUG 0x07c8 B.U.G.
260 1.88 augustss vendor ALLIEDTELESYN 0x07c9 Allied Telesyn International
261 1.173.2.4 thorpej vendor AVERMEDIA 0x07ca AVerMedia Technologies
262 1.50 augustss vendor SIIG 0x07cc SIIG
263 1.147 ichiro vendor CASIO 0x07cf CASIO
264 1.173.2.4 thorpej vendor APTIO 0x07d2 Aptio Products
265 1.88 augustss vendor ARASAN 0x07da Arasan Chip Systems
266 1.173.2.4 thorpej vendor ALLIEDCABLE 0x07e6 Allied Cable
267 1.134 itojun vendor STSN 0x07ef STSN
268 1.173.2.4 thorpej vendor ZOOM 0x0803 Zoom Telephonics
269 1.173.2.4 thorpej vendor BROADLOGIC 0x0827 BroadLogic
270 1.173.2.4 thorpej vendor HANDSPRING 0x082d Handspring
271 1.173.2.4 thorpej vendor ACTIONSTAR 0x0835 Action Star Enterprise
272 1.173.2.4 thorpej vendor PALM 0x0830 Palm Computing
273 1.173.2.4 thorpej vendor ACCTON 0x083a Accton Technology
274 1.72 augustss vendor DIAMOND 0x0841 Diamond
275 1.173.2.4 thorpej vendor NETGEAR 0x0846 BayNETGEAR
276 1.173.2.4 thorpej vendor ACTIVEWIRE 0x0854 ActiveWire
277 1.173.2.4 thorpej vendor PORTGEAR 0x085a PortGear
278 1.125 explorer vendor METRICOM 0x0870 Metricom
279 1.173.2.4 thorpej vendor ADESSOKBTEK 0x087c ADESSO/Kbtek America
280 1.173.2.4 thorpej vendor JATON 0x087d Jaton
281 1.173.2.4 thorpej vendor APT 0x0880 APT Technologies
282 1.173.2.4 thorpej vendor BOCARESEARCH 0x0885 Boca Research
283 1.88 augustss vendor ANDREA 0x08a8 Andrea Electronics
284 1.173.2.4 thorpej vendor BURRBROWN 0x08bb Burr-Brown Japan
285 1.173.2.4 thorpej vendor 2WIRE 0x08c8 2Wire
286 1.173.2.4 thorpej vendor AIPTEK 0x08ca AIPTEK International
287 1.173.2.4 thorpej vendor SMARTBRIDGES 0x08d1 SmartBridges
288 1.173.2.4 thorpej vendor BILLIONTON 0x08dd Billionton Systems
289 1.173.2.4 thorpej vendor EXTENDED 0x08e9 Extended Systems
290 1.148 soren vendor MSYSTEMS 0x08ec M-Systems
291 1.173.2.4 thorpej vendor AUTHENTEC 0x08ff AuthenTec
292 1.173.2.7 jdolecek vendor AUDIOTECHNICA 0x0909 Audio-Technica
293 1.173.2.8 jdolecek vendor TRUMPION 0x090a Trumpion Microelectronics
294 1.173.2.4 thorpej vendor ALATION 0x0910 Alation Systems
295 1.173.2.6 jdolecek vendor CONCORDCAMERA 0x0919 Concord Camera
296 1.88 augustss vendor BIOMETRIC 0x0929 American Biometric Company
297 1.120 augustss vendor YANO 0x094f Yano
298 1.122 augustss vendor KINGSTON 0x0951 Kingston Technology
299 1.173.2.4 thorpej vendor BLUEWATER 0x0956 BlueWater Systems
300 1.173.2.4 thorpej vendor AGILENT 0x0957 Agilent Technologies
301 1.173.2.4 thorpej vendor PORTSMITH 0x095a Portsmith
302 1.88 augustss vendor ADIRONDACK 0x0976 Adirondack Wire & Cable
303 1.173.2.4 thorpej vendor BECKHOFF 0x0978 Beckhoff
304 1.173.2.6 jdolecek vendor MINDSATWORK 0x097a Minds At Work
305 1.173.2.6 jdolecek vendor INTERSIL 0x09aa Intersil
306 1.173.2.4 thorpej vendor ALTIUS 0x09b3 Altius Solutions
307 1.173.2.4 thorpej vendor ARRIS 0x09c1 Arris Interactive
308 1.173.2.4 thorpej vendor ACTIVCARD 0x09c3 ACTIVCARD
309 1.173.2.4 thorpej vendor ACTISYS 0x09c4 ACTiSYS
310 1.173.2.4 thorpej vendor AFOURTECH 0x09da A-FOUR TECH
311 1.173.2.4 thorpej vendor AIMEX 0x09dc AIMEX
312 1.173.2.4 thorpej vendor ADDONICS 0x09df Addonics Technologies
313 1.173.2.4 thorpej vendor AKAI 0x09e8 AKAI professional M.I.
314 1.88 augustss vendor ARESCOM 0x09f5 ARESCOM
315 1.88 augustss vendor BAY 0x09f9 Bay Associates
316 1.88 augustss vendor ALTERA 0x09fb Altera
317 1.111 hubertf vendor TREK 0x0a16 Trek Technology
318 1.173.2.4 thorpej vendor ASAHIOPTICAL 0x0a17 Asahi Optical
319 1.173.2.4 thorpej vendor BOCASYSTEMS 0x0a43 Boca Systems
320 1.173.2.4 thorpej vendor BROADCOM 0x0a5c Broadcom
321 1.173.2.4 thorpej vendor GREENHOUSE 0x0a6b GREENHOUSE
322 1.99 castor vendor GEOCAST 0x0a79 Geocast Network Systems
323 1.173.2.8 jdolecek vendor NEODIO 0x0aec Neodio
324 1.173.2.3 thorpej vendor TODOS 0x0b0c Todos Data System
325 1.173.2.4 thorpej vendor NEC2 0x0b62 NEC
326 1.173.2.4 thorpej vendor ATI2 0x0b6f ATI
327 1.173.2.7 jdolecek vendor KURUSUGAWA 0x0b7e Kurusugawa Electronics, Inc.
328 1.173.2.7 jdolecek vendor GREENHOUSE2 0x0bda GREENHOUSE
329 1.173.2.6 jdolecek vendor ADDONICS2 0x0bf6 Addonics Technology
330 1.159 augustss vendor AGATE 0x0c08 Agate Technologies
331 1.173.2.4 thorpej vendor DMI 0x0c0b DMI
332 1.173.2.7 jdolecek vendor EASYDISK 0x0c76 EasyDisk
333 1.173.2.7 jdolecek vendor TANGTOP 0x0d3d Tangtop
334 1.173.2.6 jdolecek vendor PEN 0x0d7d Pen Drive
335 1.48 augustss vendor MOTOROLA 0x1063 Motorola
336 1.173.2.6 jdolecek vendor CCYU 0x1065 CCYU Technology
337 1.1 augustss vendor PLX 0x10b5 PLX
338 1.173.2.4 thorpej vendor ASANTE 0x10bd Asante
339 1.173.2.4 thorpej vendor BELKIN2 0x1293 Belkin Components
340 1.173.2.4 thorpej vendor MOBILITY 0x1342 Mobility
341 1.173.2.4 thorpej vendor SHARK 0x13d2 Shark
342 1.173.2.4 thorpej vendor SILICONPORTALS 0x1527 Silicon Portals
343 1.173.2.1 lukem vendor SOHOWARE 0x15e8 SOHOware
344 1.173.2.4 thorpej vendor UMAX 0x1606 UMAX Data Systems
345 1.26 augustss vendor INSIDEOUT 0x1608 Inside Out Networks
346 1.20 augustss vendor ENTREGA 0x1645 Entrega
347 1.173.2.4 thorpej vendor ACTIONTEC 0x1668 Actiontec Electronics
348 1.173.2.4 thorpej vendor DLINK 0x2001 D-Link
349 1.173.2.9 jdolecek vendor PQI 0x3538 PQI
350 1.173.2.5 jdolecek vendor DAISY 0x3579 Daisy Technology
351 1.1 augustss vendor INTEL 0x8086 Intel
352 1.121 augustss vendor HP2 0xf003 Hewlett Packard
353 1.1 augustss
354 1.1 augustss /*
355 1.1 augustss * List of known products. Grouped by vendor.
356 1.1 augustss */
357 1.1 augustss
358 1.66 augustss /* 3Com products */
359 1.66 augustss product 3COM HOMECONN 0x009d HomeConnect USB Camera
360 1.173.2.7 jdolecek product 3COM 3CREB96 0x00a0 Bluetooth USB Adapter
361 1.69 augustss product 3COM 3C19250 0x03E8 3C19250 Ethernet adapter
362 1.66 augustss product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice Faxmodem Pro
363 1.173.2.1 lukem product 3COM 3C460 0x11f8 HomeConnect 3C460
364 1.173.2.1 lukem product 3COM 3C460B 0x4601 HomeConnect 3C460B
365 1.66 augustss
366 1.78 augustss product 3COMUSR OFFICECONN 0x0082 3Com OfficeConnect Analog Modem
367 1.78 augustss product 3COMUSR USRISDN 0x008f 3Com U.S. Robotics Pro ISDN TA
368 1.88 augustss product 3COMUSR HOMECONN 0x009d 3Com HomeConnect camera
369 1.69 augustss product 3COMUSR USR56K 0x3021 U.S.Robotics 56000 Voice Faxmodem Pro
370 1.69 augustss
371 1.146 augustss /* AboCom products */
372 1.173.2.1 lukem product ABOCOM XX1 0x110c XX1
373 1.173.2.1 lukem product ABOCOM XX2 0x200c XX2
374 1.146 augustss product ABOCOM URE450 0x4000 URE450 Ethernet Adapter
375 1.173.2.4 thorpej product ABOCOM UFE1000 0x4002 UFE1000 Fast Ethernet Adapter
376 1.173 augustss product ABOCOM DSB650TX_PNA 0x4003 1/10/100 ethernet adapter
377 1.173.2.1 lukem product ABOCOM XX4 0x4004 XX4
378 1.173.2.1 lukem product ABOCOM XX5 0x4007 XX5
379 1.173.2.1 lukem product ABOCOM XX6 0x400b XX6
380 1.173.2.1 lukem product ABOCOM XX7 0x400c XX7
381 1.173.2.1 lukem product ABOCOM XX8 0x4102 XX8
382 1.173.2.1 lukem product ABOCOM XX9 0x4104 XX9
383 1.173.2.1 lukem product ABOCOM XX10 0xabc1 XX10
384 1.173.2.1 lukem
385 1.173.2.1 lukem /* Accton products */
386 1.173.2.4 thorpej product ACCTON USB320_EC 0x1046 USB320-EC Ethernet Adapter
387 1.173.2.4 thorpej product ACCTON SS1001 0x5046 SpeedStream Ethernet Adapter
388 1.66 augustss
389 1.88 augustss /* Acer Peripherals, Inc. products */
390 1.88 augustss product ACERP ACERSCAN_C310U 0x12a6 Acerscan C310U
391 1.115 augustss product ACERP ACERSCAN_320U 0x2022 Acerscan 320U
392 1.110 augustss product ACERP ACERSCAN_640U 0x2040 Acerscan 640U
393 1.110 augustss product ACERP ACERSCAN_620U 0x2060 Acerscan 620U
394 1.88 augustss
395 1.173.2.6 jdolecek /* Actiontec products */
396 1.173.2.6 jdolecek product ACTIONTEC PRISM_25 0x0408 Prism2.5 WLAN
397 1.173.2.6 jdolecek
398 1.173.2.4 thorpej /* ACTiSYS products */
399 1.173.2.4 thorpej product ACTISYS IR2000U 0x0011 ACT-IR2000U FIR
400 1.173.2.4 thorpej
401 1.88 augustss /* ActiveWire, Inc. products */
402 1.66 augustss product ACTIVEWIRE IOBOARD 0x0100 I/O Board
403 1.66 augustss product ACTIVEWIRE IOBOARD_FW1 0x0101 I/O Board, rev. 1 firmware
404 1.66 augustss
405 1.173.2.6 jdolecek /* Addonics products */
406 1.173.2.6 jdolecek product ADDONICS2 205 0xa001 Cable 205
407 1.173.2.6 jdolecek
408 1.69 augustss /* ADMtek products */
409 1.69 augustss product ADMTEK PEGASUS 0x0986 AN986 USB Ethernet adapter
410 1.173.2.1 lukem product ADMTEK PEGASUSII 0x8511 AN8511 USB Ethernet adapter
411 1.69 augustss
412 1.66 augustss /* ADS products */
413 1.70 augustss product ADS UBS10BT 0x0008 UBS-10BT Ethernet adapter
414 1.173.2.4 thorpej product ADS UBS10BTX 0x0009 UBS-10BT Ethernet adapter
415 1.44 augustss
416 1.159 augustss /* Agate Technologies products */
417 1.159 augustss product AGATE QDRIVE 0x0378 Q-Drive
418 1.2 augustss
419 1.110 augustss /* AGFA products */
420 1.110 augustss product AGFA SNAPSCAN1212U 0x0001 SnapScan 1212U
421 1.173.2.4 thorpej product AGFA SNAPSCAN1236U 0x0002 SnapScan 1236U
422 1.110 augustss product AGFA SNAPSCANTOUCH 0x0100 SnapScan Touch
423 1.110 augustss product AGFA SNAPSCAN1212U2 0x2061 SnapScan 1212U
424 1.173.2.4 thorpej product AGFA SNAPSCANE40 0x208d SnapScan e40
425 1.173.2.4 thorpej product AGFA SNAPSCANE50 0x208f SnapScan e50
426 1.173.2.4 thorpej product AGFA SNAPSCANE20 0x2091 SnapScan e20
427 1.173.2.4 thorpej product AGFA SNAPSCANE25 0x2095 SnapScan e25
428 1.173.2.4 thorpej product AGFA SNAPSCANE26 0x2097 SnapScan e26
429 1.173.2.4 thorpej product AGFA SNAPSCANE52 0x20fd SnapScan e52
430 1.159 augustss
431 1.66 augustss /* AKS products */
432 1.66 augustss product AKS USBHASP 0x0001 USB-HASP 0.06
433 1.104 augustss
434 1.104 augustss /* Alcor Micro, Inc. products */
435 1.104 augustss product ALCOR2 KBD_HUB 0x2802 Kbd Hub
436 1.104 augustss
437 1.104 augustss product ALCOR MA_KBD_HUB 0x9213 MacAlly Kbd Hub
438 1.104 augustss product ALCOR AU9814 0x9215 AU9814 Hub
439 1.104 augustss product ALCOR SM_KBD 0x9410 MicroConnectors/StrongMan Keyboard
440 1.104 augustss product ALCOR NEC_KBD_HUB 0x9472 NEC Kbd Hub
441 1.1 augustss
442 1.66 augustss /* Altec Lansing products */
443 1.85 augustss product ALTEC ADA70 0x0070 ADA70 Speakers
444 1.69 augustss product ALTEC ASC495 0xff05 ASC495 Speakers
445 1.64 augustss
446 1.66 augustss /* American Power Conversion products */
447 1.66 augustss product APC UPSPRO500 0x0002 Back-UPS Pro 500
448 1.6 augustss
449 1.66 augustss /* Anchor products */
450 1.66 augustss product ANCHOR EZUSB 0x2131 EZUSB
451 1.105 augustss product ANCHOR EZLINK 0x2720 EZLINK
452 1.25 augustss
453 1.88 augustss /* AOX, Inc. products */
454 1.69 augustss product AOX USB101 0x0008 USB ethernet controller engine
455 1.69 augustss
456 1.116 augustss /* Apple Computer products */
457 1.126 augustss product APPLE OPTMOUSE 0x0302 Optical mouse
458 1.116 augustss product APPLE SPEAKERS 0x1101 Speakers
459 1.116 augustss
460 1.173.2.4 thorpej /* Asante products */
461 1.173.2.4 thorpej product ASANTE EA 0x1427 Ethernet Adapter
462 1.173.2.4 thorpej
463 1.66 augustss /* ATen products */
464 1.66 augustss product ATEN UC1284 0x2001 Parallel printer adapter
465 1.69 augustss product ATEN UC10T 0x2002 10Mbps ethernet adapter
466 1.106 augustss product ATEN UC232A 0x2008 Serial adapter
467 1.173.2.4 thorpej product ATEN DSB650C 0x4000 DSB-650C
468 1.173.2.4 thorpej
469 1.173.2.4 thorpej /* ATI products */
470 1.173.2.4 thorpej product ATI2 205 0xa001 USB Cable 205
471 1.44 augustss
472 1.133 augustss /* Atmel Comp. products */
473 1.133 augustss product ATMEL UHB124 0x3301 UHB124 hub
474 1.173.2.8 jdolecek product ATMEL DWL900AP 0x5601 DWL-900AP Wireless access point
475 1.151 augustss product ATMEL DWL120 0x7602 DWL-120 Wireless adapter
476 1.133 augustss
477 1.173.2.7 jdolecek /* Audio-Technica products */
478 1.173.2.7 jdolecek product AUDIOTECHNICA ATCHA4USB 0x0009 ATC-HA4USB USB headphone
479 1.173.2.7 jdolecek
480 1.110 augustss /* Avision products */
481 1.110 augustss product AVISION 1200U 0x0268 1200U scanner
482 1.110 augustss
483 1.71 augustss /* Belkin products */
484 1.71 augustss /*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/
485 1.110 augustss product BELKIN2 F5U002 0x0002 F5U002 Parallel printer adapter
486 1.173.2.6 jdolecek product BELKIN SCSI 0x0115 SCSI Adaptor
487 1.173.2.8 jdolecek product BELKIN USB2LAN 0x0121 USB to LAN Converter
488 1.71 augustss
489 1.66 augustss /* Billionton products */
490 1.66 augustss product BILLIONTON USB100 0x0986 USB100N 10/100 FastEthernet Adapter
491 1.173.2.1 lukem product BILLIONTON USBLP100 0x0987 USB100LP
492 1.173.2.1 lukem product BILLIONTON USBEL100 0x0988 USB100EL
493 1.173.2.1 lukem product BILLIONTON USBE100 0x8511 USBE100
494 1.40 augustss
495 1.173.2.8 jdolecek /* Broadcom products */
496 1.173.2.8 jdolecek product BROADCOM BCM2033 0x2000 BCM2033
497 1.173.2.8 jdolecek product BROADCOM BCM2033NF 0x2033 BCM2033 (no firmware)
498 1.173.2.8 jdolecek
499 1.66 augustss /* Brother Industries products */
500 1.69 augustss product BROTHER HL1050 0x0002 HL-1050 laser printer
501 1.1 augustss
502 1.66 augustss /* Behavior Technology Computer products */
503 1.66 augustss product BTC BTC7932 0x6782 Keyboard with mouse port
504 1.18 augustss
505 1.88 augustss /* Canon, Inc. products */
506 1.158 augustss product CANON N656U 0x2206 CANOSCAN N656U
507 1.66 augustss product CANON S10 0x3041 PowerShot S10
508 1.173.2.8 jdolecek product CANON S20 0x3043 PowerShot S20
509 1.173.2.8 jdolecek product CANON S100_US 0x3045 PowerShot S100
510 1.173.2.8 jdolecek product CANON S100_EU 0x3047 PowerShot S100
511 1.173.2.8 jdolecek product CANON G1 0x3048 PowerShot G1
512 1.173.2.8 jdolecek product CANON A20 0x304e PowerShot A20
513 1.16 augustss
514 1.66 augustss /* CATC products */
515 1.71 augustss product CATC NETMATE 0x000a Netmate ethernet adapter
516 1.71 augustss product CATC NETMATE2 0x000c Netmate2 ethernet adapter
517 1.66 augustss product CATC CHIEF 0x000d USB Chief Bus & Protocol Analyzer
518 1.66 augustss product CATC ANDROMEDA 0x1237 Andromeda hub
519 1.147 ichiro
520 1.147 ichiro /* CASIO products */
521 1.173.2.6 jdolecek product CASIO QV 0x1001 QV DigitalCamera
522 1.147 ichiro product CASIO NAMELAND 0x4001 CASIO Nameland EZ-USB
523 1.1 augustss
524 1.173.2.6 jdolecek /* CCYU Technology products */
525 1.173.2.6 jdolecek product CCYU EASYDISK 0x2136 EasyDisk Portable Device
526 1.173.2.6 jdolecek
527 1.1 augustss /* Cherry products */
528 1.1 augustss product CHERRY MY3000KBD 0x0001 My3000 keyboard
529 1.1 augustss product CHERRY MY3000HUB 0x0003 My3000 hub
530 1.1 augustss
531 1.66 augustss /* Chic Technology products */
532 1.66 augustss product CHIC MOUSE1 0x0001 mouse
533 1.78 augustss product CHIC CYPRESS 0x0003 Cypress USB Mouse
534 1.6 augustss
535 1.66 augustss /* Chicony products */
536 1.66 augustss product CHICONY KB8933 0x0001 KB-8933 keyboard
537 1.102 augustss
538 1.102 augustss /* Compaq products */
539 1.173.2.4 thorpej product COMPAQ IPAQPOCKETPC 0x0003 iPAQ PocketPC
540 1.173.2.5 jdolecek product COMPAQ A1500 0x0012 A1500
541 1.102 augustss product COMPAQ PJB100 0x504a Personal Jukebox PJB100
542 1.1 augustss
543 1.173.2.6 jdolecek /* Concord Camera products */
544 1.173.2.6 jdolecek product CONCORDCAMERA EYE_Q_3X 0x0100 Eye Q 3x
545 1.173.2.6 jdolecek
546 1.1 augustss /* Connectix products */
547 1.1 augustss product CONNECTIX QUICKCAM 0x0001 QuickCam
548 1.35 augustss
549 1.66 augustss /* Corega products */
550 1.66 augustss product COREGA ETHER_USB_T 0x0001 Ether USB-T
551 1.76 augustss product COREGA FETHER_USB_TX 0x0004 FEther USB-TX
552 1.173.2.7 jdolecek product COREGA WLAN_USB_USB_11 0x000c WirelessLAN USB-11
553 1.173.2.4 thorpej product COREGA FETHER_USB_TXS 0x000d FEther USB-TXS
554 1.101 augustss
555 1.143 augustss /* Creative products */
556 1.143 augustss product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player
557 1.143 augustss
558 1.101 augustss /* CTX products */
559 1.101 augustss product CTX EX1300 0x9999 Ex1300 hub
560 1.66 augustss
561 1.66 augustss /* Cypress Semiconductor products */
562 1.66 augustss product CYPRESS MOUSE 0x0001 mouse
563 1.66 augustss product CYPRESS THERMO 0x0002 thermometer
564 1.173.2.8 jdolecek product CYPRESS KBDHUB 0x0101 Keyboard/Hub
565 1.91 augustss product CYPRESS FMRADIO 0x1002 FM Radio
566 1.66 augustss
567 1.173.2.5 jdolecek /* Daisy Technology products */
568 1.173.2.7 jdolecek product DAISY DMC 0x6901 PhotoClip USBMediaReader
569 1.69 augustss
570 1.66 augustss /* Dallas Semiconductor products */
571 1.66 augustss product DALLAS J6502 0x4201 J-6502 speakers
572 1.173.2.4 thorpej product DALLAS USB_FOB_IBUTTON 0x2490 USB-FOB/iBUTTON
573 1.40 augustss
574 1.72 augustss /* Diamond products */
575 1.72 augustss product DIAMOND RIO500USB 0x0001 Rio 500 USB
576 1.74 soren
577 1.74 soren /* Digi International products */
578 1.74 soren product DIGI ACCELEPORT2 0x0002 AccelePort USB 2
579 1.74 soren product DIGI ACCELEPORT4 0x0004 AccelePort USB 4
580 1.74 soren product DIGI ACCELEPORT8 0x0008 AccelePort USB 8
581 1.72 augustss
582 1.173.2.4 thorpej /* Digital Stream Corp. products */
583 1.173.2.4 thorpej product DIGITALSTREAM PS2 0x0001 PS/2 Active Adapter
584 1.173.2.4 thorpej
585 1.173.2.5 jdolecek /* D-Link products */
586 1.173.2.5 jdolecek /*product DLINK DSBS25 0x0100 DSB-S25 serial adapter*/
587 1.173.2.5 jdolecek product DLINK DSB650TX4 0x200c 10/100 ethernet adapter
588 1.173.2.5 jdolecek product DLINK DSB650C 0x4000 10Mbps ethernet adapter
589 1.173.2.5 jdolecek product DLINK DSB650TX1 0x4001 10/100 ethernet adapter
590 1.173.2.5 jdolecek product DLINK DSB650TX 0x4002 10/100 ethernet adapter
591 1.173.2.5 jdolecek product DLINK DSB650TX_PNA 0x4003 1/10/100 ethernet adapter
592 1.173.2.5 jdolecek product DLINK DSB650TX3 0x400b 10/100 ethernet adapter
593 1.173.2.5 jdolecek product DLINK DSB650TX2 0x4102 10/100 ethernet adapter
594 1.173.2.5 jdolecek product DLINK DSB650 0xabc1 10/100 ethernet adapter
595 1.173.2.5 jdolecek
596 1.173.2.4 thorpej /* DMI products */
597 1.173.2.4 thorpej product DMI SA2_0 0xb001 Storage Adapter
598 1.173.2.4 thorpej
599 1.173.2.7 jdolecek /* EasyDisk products */
600 1.173.2.7 jdolecek product EASYDISK EASYDISK 0x0005 Flash Disk
601 1.173.2.7 jdolecek
602 1.66 augustss /* EIZO products */
603 1.66 augustss product EIZO HUB 0x0000 hub
604 1.66 augustss product EIZO MONITOR 0x0001 monitor
605 1.17 augustss
606 1.173.2.1 lukem /* Elecom products */
607 1.173.2.1 lukem product ELECOM MOUSE29UO 0x0002 mouse 29UO
608 1.173.2.1 lukem product ELECOM LDUSBTX0 0x200c LD-USB/TX
609 1.173.2.1 lukem product ELECOM LDUSBTX1 0x4002 LD-USB/TX
610 1.173.2.5 jdolecek product ELECOM LDUSBLTX 0x4005 LD-USBL/TX
611 1.173.2.1 lukem product ELECOM LDUSBTX2 0x400b LD-USB/TX
612 1.173.2.4 thorpej product ELECOM UCSGT 0x5003 UC-SGT serial adapter
613 1.173.2.1 lukem product ELECOM LDUSBTX3 0xabc1 LD-USB/TX
614 1.173.2.1 lukem
615 1.66 augustss /* Elsa products */
616 1.66 augustss product ELSA MODEM1 0x2265 ELSA Modem Board
617 1.173.2.1 lukem product ELSA USB2ETHERNET 0x3000 Microlink USB2Ethernet
618 1.5 mark
619 1.66 augustss /* Entrega products */
620 1.66 augustss product ENTREGA 1S 0x0001 1S serial connector
621 1.66 augustss product ENTREGA 2S 0x0002 2S serial connector
622 1.66 augustss product ENTREGA 1S25 0x0003 1S25 serial connector
623 1.66 augustss product ENTREGA 4S 0x0004 4S serial connector
624 1.69 augustss product ENTREGA E45 0x0005 E45 Ethernet adapter
625 1.66 augustss product ENTREGA CENTRONICS 0x0006 Centronics connector
626 1.173.2.4 thorpej product ENTREGA XX1 0x0008 Ethernet Adapter
627 1.66 augustss product ENTREGA 1S9 0x0093 1S9 serial connector
628 1.66 augustss product ENTREGA EZUSB 0x8000 EZ-USB
629 1.66 augustss /*product ENTREGA SERIAL 0x8001 DB25 Serial connector*/
630 1.112 augustss product ENTREGA 2U4S 0x8004 2U4S serial connector/usb hub
631 1.173.2.4 thorpej product ENTREGA XX2 0x8005 Ethernet Adapter
632 1.66 augustss /*product ENTREGA SERIAL_DB9 0x8093 DB9 Serial connector*/
633 1.57 augustss
634 1.103 augustss /* Epson products */
635 1.107 augustss product EPSON PRINTER1 0x0001 USB Printer
636 1.103 augustss product EPSON PRINTER2 0x0002 ISD USB Smart Cable for Mac
637 1.103 augustss product EPSON PRINTER3 0x0003 ISD USB Smart Cable
638 1.131 augustss product EPSON PRINTER5 0x0005 USB Printer
639 1.110 augustss product EPSON 636 0x0101 Perfection 636U / 636Photo scanner
640 1.110 augustss product EPSON 610 0x0103 Perfection 610 scanner
641 1.110 augustss product EPSON 1200 0x0104 Perfection 1200U / 1200Photo scanner
642 1.139 augustss product EPSON 1600 0x0107 Expression 1600 scanner
643 1.139 augustss product EPSON 1640 0x010a Perfection 1640SU scanner
644 1.155 augustss product EPSON 1240 0x010b Perfection 1240U / 1240Photo scanner
645 1.173.2.4 thorpej product EPSON 640U 0x010c Perfection 640U scanner
646 1.173.2.4 thorpej product EPSON 1650 0x0110 Perfection 1650 scanner
647 1.173.2.4 thorpej product EPSON GT9700F 0x0112 GT-9700F scanner
648 1.103 augustss
649 1.66 augustss /* e-TEK Labs products */
650 1.66 augustss product ETEK 1COM 0x8007 Serial port
651 1.22 augustss
652 1.103 augustss /* Extended Systems products */
653 1.103 augustss product EXTENDED XTNDACCESS 0x0100 XTNDAccess IrDA
654 1.12 augustss
655 1.66 augustss /* Gravis products */
656 1.66 augustss product GRAVIS GAMEPADPRO 0x4001 GamePad Pro
657 1.152 ichiro
658 1.152 ichiro /* GREENHOUSE products */
659 1.152 ichiro product GREENHOUSE KANA21 0x0001 CF-writer with Portable MP3 Player
660 1.173.2.7 jdolecek product GREENHOUSE2 USBKR100 0x8150 USB Ethernet Adapter GH-USB100B
661 1.116 augustss
662 1.116 augustss /* Griffin Technology */
663 1.142 ichiro product GRIFFIN IMATE 0x0405 iMate, ADB adapter
664 1.9 augustss
665 1.88 augustss /* Freecom products */
666 1.88 augustss product FREECOM DVD 0xfc01 Connector for DVD drive
667 1.88 augustss
668 1.78 augustss /* Future Technology Devices products */
669 1.173.2.7 jdolecek product FTDI SERIAL_8U100AX 0x8372 8U100AX Serial converter
670 1.173.2.7 jdolecek product FTDI SERIAL_8U232AM 0x6001 8U232AM Serial converter
671 1.118 augustss
672 1.118 augustss /* Fuji photo products */
673 1.118 augustss product FUJIPHOTO MASS0100 0x0100 Mass Storage
674 1.78 augustss
675 1.173.2.6 jdolecek /* Genesys Logic products */
676 1.173.2.8 jdolecek product GENESYS GL650 0x0604 GL650 Hub
677 1.173.2.6 jdolecek product GENESYS GL641USB 0x0700 GL641USB CompactFlash Card Reader
678 1.173.2.6 jdolecek
679 1.165 augustss /* Hagiwara products */
680 1.165 augustss product HAGIWARA FGSM 0x0002 FlashGate SmartMedia Card Reader
681 1.165 augustss product HAGIWARA FGCF 0x0003 FlashGate CompactFlash Card Reader
682 1.165 augustss product HAGIWARA FG 0x0005 FlashGate
683 1.165 augustss
684 1.88 augustss /* Handspring, Inc. */
685 1.69 augustss product HANDSPRING VISOR 0x0100 Handspring Visor
686 1.149 abs
687 1.149 abs /* Hauppauge Computer Works */
688 1.149 abs product HAUPPAUGE WINTV_USB_FM 0x4d12 WinTV USB FM
689 1.55 augustss
690 1.173.2.6 jdolecek /* Hitachi, Ltd. products */
691 1.173.2.6 jdolecek product HITACHI DZMV100A 0x0004 DVD-CAM DZ-MV100A Camcorder
692 1.173.2.6 jdolecek
693 1.66 augustss /* HP products */
694 1.163 augustss product HP 895C 0x0004 DeskJet 895C
695 1.66 augustss product HP 4100C 0x0101 Scanjet 4100C
696 1.72 augustss product HP S20 0x0102 Photosmart S20
697 1.163 augustss product HP 880C 0x0104 DeskJet 880C
698 1.78 augustss product HP 4200C 0x0105 ScanJet 4200C
699 1.164 augustss product HP CDWRITERPLUS 0x0107 CD-Writer Plus
700 1.164 augustss product HP KBDHUB 0x010c Multimedia Keyboard Hub
701 1.78 augustss product HP 6200C 0x0201 ScanJet 6200C
702 1.78 augustss product HP S20b 0x0202 PhotoSmart S20
703 1.163 augustss product HP 815C 0x0204 DeskJet 815C
704 1.78 augustss product HP 3300C 0x0205 ScanJet 3300C
705 1.164 augustss product HP CDW8200 0x0207 CD-Writer Plus 8200e
706 1.163 augustss product HP 810C 0x0304 DeskJet 810C/812C
707 1.169 augustss product HP 4300C 0x0305 Scanjet 4300C
708 1.173.2.6 jdolecek product HP CD4E 0x0307 CD-Writer+ CD-4e
709 1.164 augustss product HP G85XI 0x0311 OfficeJet G85xi
710 1.173.2.7 jdolecek product HP 1200 0x0317 LaserJet 1200
711 1.123 augustss product HP 5200C 0x0401 Scanjet 5200C
712 1.163 augustss product HP 830C 0x0404 DeskJet 830C
713 1.164 augustss product HP 3400CSE 0x0405 ScanJet 3400cse
714 1.66 augustss product HP 6300C 0x0601 Scanjet 6300C
715 1.164 augustss product HP 840C 0x0604 DeskJet 840c
716 1.173.2.7 jdolecek product HP 2200C 0x0605 ScanJet 2200C
717 1.123 augustss product HP 5300C 0x0701 Scanjet 5300C
718 1.72 augustss product HP 970CSE 0x1004 Deskjet 970Cse
719 1.173.2.6 jdolecek product HP 5400C 0x1005 Scanjet 5400C
720 1.164 augustss product HP 930C 0x1204 DeskJet 930c
721 1.173.2.5 jdolecek product HP P2000U 0x1801 Inkjet P-2000U
722 1.164 augustss product HP 640C 0x2004 DeskJet 640c
723 1.72 augustss product HP P1100 0x3102 Photosmart P1100
724 1.121 augustss
725 1.121 augustss /* HP products */
726 1.121 augustss product HP2 C500 0x6002 PhotoSmart C500
727 1.20 augustss
728 1.110 augustss /* IBM Corporation */
729 1.110 augustss product IBM USBCDROMDRIVE 0x4427 USB CD-ROM Drive
730 1.110 augustss
731 1.173.2.4 thorpej /* Iiyama products */
732 1.173.2.4 thorpej product IIYAMA HUB 0x0201 Hub
733 1.173.2.4 thorpej
734 1.66 augustss /* Inside Out Networks products */
735 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT4 0x0001 EdgePort/4 RS232
736 1.173.2.7 jdolecek product INSIDEOUT HUBPORT7 0x0002 Hubport/7
737 1.173.2.7 jdolecek product INSIDEOUT RAPIDPORT4 0x0003 Rapidport/4
738 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT4T 0x0004 Edgeport/4 RS232 for Telxon
739 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT2 0x0005 Edgeport/2 RS232
740 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT4I 0x0006 Edgeport/4 RS422
741 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT2I 0x0007 Edgeport/2 RS422/RS485
742 1.173.2.7 jdolecek product INSIDEOUT HUBPORT4 0x0008 Hubport/4
743 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT8HAND 0x0009 Hand-built Edgeport/8
744 1.173.2.7 jdolecek product INSIDEOUT MULTIMODEM 0x000A MultiTech version of RP/4
745 1.173.2.7 jdolecek product INSIDEOUT EDGEPORTPPORT 0x000B Edgeport/(4)21 Parallel port (USS720)
746 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT421 0x000C Edgeport/421 Hub+RS232+Parallel
747 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT21 0x000D Edgeport/21 RS232+Parallel
748 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT8DC 0x000E 1/2 Edgeport/8 (2 EP/4s on 1 PCB)
749 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT8 0x000F Edgeport/8
750 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT2DIN 0x0010 Edgeport/2 RS232 / Apple DIN connector
751 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT4DIN 0x0011 Edgeport/4 RS232 / Apple DIN connector
752 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT16DC 0x0012 1/2 Edgeport/16 (2 EP/8s on 1 PCB))
753 1.173.2.7 jdolecek product INSIDEOUT EDGEPORTCOMP 0x0013 Edgeport Compatible
754 1.173.2.7 jdolecek product INSIDEOUT EDGEPORT8I 0x0014 Edgeport/8 RS422
755 1.173.2.7 jdolecek product INSIDEOUT MT4X56USB 0x1403 OEM device
756 1.30 tron
757 1.66 augustss /* In-System products */
758 1.66 augustss product INSYSTEM F5U002 0x0002 Parallel printer adapter
759 1.165 augustss product INSYSTEM ATAPI 0x0031 ATAPI adapter
760 1.173.2.8 jdolecek product INSYSTEM IDEUSB2 0x0060 USB2 Storage Adapter
761 1.110 augustss product INSYSTEM ISD110 0x0200 IDE adapter ISD110
762 1.110 augustss product INSYSTEM ISD105 0x0202 IDE adapter ISD105
763 1.173.2.4 thorpej product INSYSTEM DRIVEV2 0x0301 Portable USB Harddrive V2
764 1.173.2.4 thorpej product INSYSTEM DRIVEV2_5 0x0351 Portable USB Harddrive V2
765 1.105 augustss product INSYSTEM USBCABLE 0x081a USB cable
766 1.173.2.4 thorpej product INSYSTEM ADAPTERV2 0x5701 USB Storage Adapter V2
767 1.44 augustss
768 1.66 augustss /* Intel products */
769 1.129 augustss product INTEL EASYPC_CAMERA 0x0110 Easy PC Camera
770 1.66 augustss product INTEL TESTBOARD 0x9890 82930 test board
771 1.84 uch
772 1.173.2.6 jdolecek /* Intersil products */
773 1.173.2.6 jdolecek product INTERSIL PRISM_2X 0x3642 Prism2.x WLAN
774 1.173.2.6 jdolecek
775 1.84 uch /* I/O DATA products */
776 1.173.2.7 jdolecek product IODATA USBSSMRW 0x0314 USB-SSMRW SD-card adapter
777 1.173.2.7 jdolecek product IODATA USBSDRW 0x031e USB-SDRW SD-card adapter
778 1.132 jdolecek product IODATA USBETT 0x0901 USB ETT
779 1.88 augustss product IODATA USBETTX 0x0904 USB ETTX
780 1.173.2.2 thorpej product IODATA USBETTXS 0x0913 USB ETTX
781 1.145 ichiro product IODATA USBRSAQ 0x0a03 USB serial adapter USB-RSAQ1
782 1.6 augustss
783 1.66 augustss /* Iomega products */
784 1.66 augustss product IOMEGA ZIP100 0x0001 Zip 100
785 1.93 augustss product IOMEGA ZIP250 0x0030 Zip 250
786 1.36 augustss
787 1.173.2.4 thorpej /* Jaton products */
788 1.173.2.4 thorpej product JATON EDA 0x5704 Ethernet Device Adapter
789 1.86 augustss
790 1.173.2.8 jdolecek /* Jenoptik products */
791 1.173.2.8 jdolecek product JENOPTIK JD350 0x5300 JD 350 Camera/mp3 player
792 1.173.2.8 jdolecek
793 1.36 augustss /* Kawatsu products */
794 1.36 augustss product KAWATSU MH4000P 0x0003 MiniHub 4000P
795 1.173.2.4 thorpej product KAWATSU KC180 0x0180 KC-180 IrDA
796 1.21 augustss
797 1.173.2.4 thorpej /* Kawasaki products */
798 1.88 augustss product KLSI DUH3E10BT 0x0008 10BT Ethernet adapter, in the DU-H3E
799 1.173.2.4 thorpej product KLSI DUH3E10BTN 0x0009 10BT Ethernet adapter, in the DU-H3E
800 1.173.2.4 thorpej
801 1.173.2.4 thorpej /* Keisokugiken products */
802 1.173.2.4 thorpej product KEISOKUGIKEN USBDAQ 0x0068 HKS-0200 USBDAQ
803 1.88 augustss
804 1.78 augustss /* Kensington products */
805 1.78 augustss product KENSINGTON ORBIT 0x1003 Orbit USB/PS2 trackball
806 1.78 augustss product KENSINGTON TURBOBALL 0x1005 TurboBall
807 1.173.2.4 thorpej product KENSINGTON ORBIT_MAC 0x1009 Orbit USB trackball for Mac
808 1.173.2.7 jdolecek product KENSINGTON VIDEOCAM_VGA 0x5002 VideoCAM VGA
809 1.122 augustss
810 1.156 augustss /* Keyspan products */
811 1.173.2.7 jdolecek product KEYSPAN USA28_NF 0x0101 USA-28 serial adapter (no firmware)
812 1.173.2.7 jdolecek product KEYSPAN USA28X_NF 0x0102 USA-28X serial adapter (no firmware)
813 1.173.2.7 jdolecek product KEYSPAN USA19_NF 0x0103 USA-19 serial adapter (no firmware)
814 1.173.2.7 jdolecek product KEYSPAN USA18_NF 0x0104 USA-18 serial adapter (no firmware)
815 1.173.2.7 jdolecek product KEYSPAN USA18X_NF 0x0105 USA-18X serial adapter (no firmware)
816 1.173.2.7 jdolecek product KEYSPAN USA19W_NF 0x0106 USA-19W serial adapter (no firmware)
817 1.173.2.7 jdolecek product KEYSPAN USA19 0x0107 USA-19 serial adapter
818 1.173.2.7 jdolecek product KEYSPAN USA19W 0x0108 USA-19W serial adapter
819 1.173.2.7 jdolecek product KEYSPAN USA49W_NF 0x0109 USA-49W serial adapter (no firmware)
820 1.173.2.7 jdolecek product KEYSPAN USA49W 0x010a USA-49W serial adapter
821 1.173.2.7 jdolecek product KEYSPAN USA19QI_NF 0x010b USA-19QI serial adapter (no firmware)
822 1.173.2.7 jdolecek product KEYSPAN USA19QI 0x010c USA-19QI serial adapter
823 1.173.2.7 jdolecek product KEYSPAN USA19Q_NF 0x010d USA-19Q serial adapter (no firmware)
824 1.173.2.7 jdolecek product KEYSPAN USA19Q 0x010e USA-19Q serial adapter
825 1.173.2.7 jdolecek product KEYSPAN USA28 0x010f USA-28 serial adapter
826 1.173.2.7 jdolecek product KEYSPAN USA28XXB 0x0110 USA-28X/XB serial adapter
827 1.173.2.7 jdolecek product KEYSPAN USA18 0x0111 USA-18 serial adapter
828 1.173.2.7 jdolecek product KEYSPAN USA18X 0x0112 USA-18X serial adapter
829 1.173.2.7 jdolecek product KEYSPAN USA28XB_NF 0x0113 USA-28XB serial adapter (no firmware)
830 1.173.2.7 jdolecek product KEYSPAN USA28XA_NF 0x0114 USA-28XB serial adapter (no firmware)
831 1.173.2.7 jdolecek product KEYSPAN USA28XA 0x0115 USA-28XA serial adapter
832 1.173.2.7 jdolecek product KEYSPAN USA18XA_NF 0x0116 USA-18XA serial adapter (no firmware)
833 1.173.2.7 jdolecek product KEYSPAN USA18XA 0x0117 USA-18XA serial adapter
834 1.173.2.7 jdolecek product KEYSPAN USA19QW_NF 0x0118 USA-19WQ serial adapter (no firmware)
835 1.173.2.7 jdolecek product KEYSPAN USA19QW 0x0119 USA-19WQ serial adapter
836 1.173.2.7 jdolecek product KEYSPAN UIA10 0x0201 UIA-10 remote control
837 1.173.2.7 jdolecek product KEYSPAN UIA11 0x0202 UIA-11 remote control
838 1.156 augustss
839 1.122 augustss /* Kingston products */
840 1.173.2.4 thorpej product KINGSTON XX1 0x0008 Ethernet Adapter
841 1.122 augustss product KINGSTON KNU101TX 0x000a KNU101TX USB Ethernet
842 1.78 augustss
843 1.66 augustss /* Kodak products */
844 1.78 augustss product KODAK DC220 0x0100 Digital Science DC220
845 1.66 augustss product KODAK DC260 0x0110 Digital Science DC260
846 1.72 augustss product KODAK DC265 0x0111 Digital Science DC265
847 1.75 augustss product KODAK DC290 0x0112 Digital Science DC290
848 1.66 augustss product KODAK DC240 0x0120 Digital Science DC240
849 1.66 augustss product KODAK DC280 0x0130 Digital Science DC280
850 1.44 augustss
851 1.66 augustss /* Konica Corp. Products */
852 1.66 augustss product KONICA CAMERA 0x0720 Digital Color Camera
853 1.57 augustss
854 1.66 augustss /* KYE products */
855 1.66 augustss product KYE NICHE 0x0001 Niche mouse
856 1.80 jdolecek product KYE NETSCROLL 0x0003 Genius NetScroll mouse
857 1.66 augustss product KYE FLIGHT2000 0x1004 Flight 2000 joystick
858 1.110 augustss product KYE VIVIDPRO 0x2001 ColorPage Vivid-Pro scanner
859 1.6 augustss
860 1.107 augustss /* LaCie products */
861 1.165 augustss product LACIE HD 0xa601 Hard Disk
862 1.107 augustss product LACIE CDRW 0xa602 CD R/W
863 1.167 augustss
864 1.167 augustss /* Lexar products */
865 1.167 augustss product LEXAR JUMPSHOT 0x0001 jumpSHOT CompactFlash Reader
866 1.107 augustss
867 1.66 augustss /* Lexmark products */
868 1.66 augustss product LEXMARK S2450 0x0009 Optra S 2450
869 1.68 augustss
870 1.68 augustss /* Linksys products */
871 1.165 augustss product LINKSYS MAUSB2 0x0105 Camedia MAUSB-2
872 1.173.2.1 lukem product LINKSYS USB10TX1 0x200c USB10TX
873 1.73 augustss product LINKSYS USB10T 0x2202 USB10T Ethernet
874 1.68 augustss product LINKSYS USB100TX 0x2203 USB100TX Ethernet
875 1.97 augustss product LINKSYS USB100H1 0x2204 USB100H1 Ethernet/HPNA
876 1.88 augustss product LINKSYS USB10TA 0x2206 USB10TA Ethernet
877 1.173.2.6 jdolecek product LINKSYS WUSB11 0x2211 WUSB11 Wireless USB Network Adapter
878 1.173.2.6 jdolecek product LINKSYS WUSB11_25 0x2212 WUSB11 Wireless USB Network Adapter (version 2.5)
879 1.173.2.1 lukem product LINKSYS USB10TX2 0x400b USB10TX
880 1.44 augustss
881 1.66 augustss /* Logitech products */
882 1.66 augustss product LOGITECH M2452 0x0203 M2452 keyboard
883 1.66 augustss product LOGITECH M4848 0x0301 M4848 mouse
884 1.98 soren product LOGITECH PAGESCAN 0x040f PageScan
885 1.98 soren product LOGITECH QUICKCAMWEB 0x0801 QuickCam Web
886 1.66 augustss product LOGITECH QUICKCAMPRO 0x0810 QuickCam Pro
887 1.98 soren product LOGITECH QUICKCAMEXP 0x0840 QuickCam Express
888 1.98 soren product LOGITECH QUICKCAM 0x0850 QuickCam
889 1.173.2.8 jdolecek product LOGITECH QUICKCAMPRO3k 0x08b0 QuickCam Pro 3000
890 1.78 augustss product LOGITECH N43 0xc000 N43
891 1.66 augustss product LOGITECH N48 0xc001 N48 mouse
892 1.66 augustss product LOGITECH MBA47 0xc002 M-BA47 mouse
893 1.78 augustss product LOGITECH WMMOUSE 0xc004 WingMan Gaming Mouse
894 1.133 augustss product LOGITECH BD58 0xc00c BD58 mouse
895 1.171 augustss product LOGITECH UN58A 0xc030 iFeel Mouse
896 1.173.2.7 jdolecek product LOGITECH WMFFGP 0xc293 WingMan Formula Force GP (GT-Force)
897 1.109 augustss product LOGITECH BB13 0xc401 USB-PS/2 Trackball
898 1.173.2.7 jdolecek product LOGITECH BB18 0xc404 TrackMan Wheel
899 1.78 augustss product LOGITECH WMPAD 0xc208 WingMan GamePad Extreme
900 1.78 augustss product LOGITECH WMJOY 0xc281 WingMan Force joystick
901 1.156 augustss product LOGITECH RK53 0xc501 Cordless mouse
902 1.156 augustss product LOGITECH RB6 0xc503 Cordless keyboard
903 1.173.2.4 thorpej product LOGITECH CDO 0xc504 Cordless Desktop Optical
904 1.98 soren product LOGITECH QUICKCAMPRO2 0xd001 QuickCam Pro
905 1.24 augustss
906 1.66 augustss /* Lucent products */
907 1.66 augustss product LUCENT EVALKIT 0x1001 USS-720 evaluation kit
908 1.12 augustss
909 1.66 augustss /* Macally products */
910 1.66 augustss product MACALLY MOUSE1 0x0101 mouse
911 1.94 augustss
912 1.94 augustss /* MCT Corp. */
913 1.94 augustss product MCT HUB0100 0x0100 Hub
914 1.173.2.4 thorpej product MCT DU_H3SP_USB232 0x0200 D-Link DU-H3SP USB BAY Hub
915 1.94 augustss product MCT USB232 0x0210 USB-232 Interface
916 1.154 ichiro product MCT SITECOM_USB232 0x0230 Sitecom USB-232 Products
917 1.173.2.4 thorpej product MCT ML_4500 0x0302 ML-4500
918 1.48 augustss
919 1.88 augustss /* Melco, Inc products */
920 1.135 augustss product MELCO LUATX1 0x0001 LUA-TX Ethernet
921 1.135 augustss product MELCO LUATX5 0x0005 LUA-TX Ethernet
922 1.173.2.1 lukem product MELCO LUA2TX5 0x0009 LUA2-TX Ethernet
923 1.173.2.7 jdolecek product MELCO LUAKTX 0x0012 LUA-KTX Ethernet
924 1.125 explorer
925 1.125 explorer /* Metricom products */
926 1.125 explorer product METRICOM RICOCHET_GS 0x0001 Ricochet GS
927 1.53 augustss
928 1.66 augustss /* Microsoft products */
929 1.78 augustss product MICROSOFT SIDEPREC 0x0008 SideWinder Precision Pro
930 1.66 augustss product MICROSOFT INTELLIMOUSE 0x0009 IntelliMouse
931 1.66 augustss product MICROSOFT NATURALKBD 0x000b Natural Keyboard Elite
932 1.66 augustss product MICROSOFT DDS80 0x0014 Digital Sound System 80
933 1.72 augustss product MICROSOFT SIDEWINDER 0x001a Sidewinder Precision Racing Wheel
934 1.173.2.7 jdolecek product MICROSOFT TBEXPLORER 0x0024 Trackball Explorer
935 1.78 augustss product MICROSOFT INTELLIEYE 0x0025 IntelliEye mouse
936 1.77 augustss product MICROSOFT INETPRO 0x002b Internet Keyboard Pro
937 1.153 augustss
938 1.153 augustss /* Microtech products */
939 1.165 augustss product MICROTECH SCSIDB25 0x0004 USB-SCSI-DB25
940 1.165 augustss product MICROTECH SCSIHD50 0x0005 USB-SCSI-HD50
941 1.153 augustss product MICROTECH DPCM 0x0006 USB CameraMate
942 1.165 augustss product MICROTECH FREECOM 0xfc01 Freecom USB-IDE
943 1.6 augustss
944 1.110 augustss /* Microtek products */
945 1.137 augustss product MICROTEK 336CX 0x0094 Phantom 336CX - C3 scanner
946 1.110 augustss product MICROTEK X6U 0x0099 ScanMaker X6 - X6U
947 1.137 augustss product MICROTEK C6 0x009a Phantom C6 scanner
948 1.110 augustss product MICROTEK 336CX2 0x00a0 Phantom 336CX - C3 scanner
949 1.110 augustss product MICROTEK V6USL 0x00a3 ScanMaker V6USL
950 1.110 augustss product MICROTEK V6USL2 0x80a3 ScanMaker V6USL
951 1.110 augustss product MICROTEK V6UL 0x80ac ScanMaker V6UL
952 1.110 augustss
953 1.66 augustss /* Midiman products */
954 1.66 augustss product MIDIMAN MIDISPORT2X2 0x1001 Midisport 2x2
955 1.25 augustss
956 1.173.2.6 jdolecek /* Minds At Work LLC products */
957 1.173.2.6 jdolecek product MINDSATWORK DW 0x0001 Digital Wallet
958 1.173.2.6 jdolecek
959 1.173.2.6 jdolecek /* Minolta Co., Ltd. */
960 1.173.2.6 jdolecek product MINOLTA S304 0x4007 Dimage S304
961 1.173.2.6 jdolecek product MINOLTA X 0x4009 Dimage X
962 1.173.2.6 jdolecek
963 1.165 augustss /* Mitsumi products */
964 1.165 augustss product MITSUMI CDRRW 0x0000 CD-R/RW Drive
965 1.173.2.7 jdolecek product MITSUMI MOUSE 0x6407 Mouse
966 1.173.2.6 jdolecek product MITSUMI FDD 0x6901 FDD
967 1.165 augustss
968 1.173.2.4 thorpej /* Mobility products */
969 1.173.2.4 thorpej product MOBILITY EA 0x0204 Ethernet Adapter
970 1.173.2.4 thorpej
971 1.66 augustss /* Motorola products */
972 1.69 augustss product MOTOROLA MC141555 0x1555 MC141555 hub controller
973 1.43 augustss
974 1.66 augustss /* MultiTech products */
975 1.66 augustss product MULTITECH ATLAS 0xf101 MT5634ZBA-USB modem
976 1.6 augustss
977 1.66 augustss /* Mustek products */
978 1.110 augustss product MUSTEK 1200CU 0x0001 1200 CU scanner
979 1.124 augustss product MUSTEK 600CU 0x0002 600 CU scanner
980 1.124 augustss product MUSTEK 1200USB 0x0003 1200 USB scanner
981 1.124 augustss product MUSTEK 1200UB 0x0006 1200 UB scanner
982 1.173.2.4 thorpej product MUSTEK 1200USBPLUS 0x0007 1200 USB Plus scanner
983 1.173.2.4 thorpej product MUSTEK 1200CUPLUS 0x0008 1200 CU Plus scanner
984 1.173.2.4 thorpej product MUSTEK BEARPAW1200F 0x0010 BearPaw 1200F scanner
985 1.173.2.4 thorpej product MUSTEK 600USB 0x0873 600 USB scanner
986 1.66 augustss product MUSTEK MDC800 0xa800 MDC-800 digital camera
987 1.148 soren
988 1.148 soren /* M-Systems products */
989 1.148 soren product MSYSTEMS DISKONKEY 0x0010 DiskOnKey
990 1.25 augustss
991 1.124 augustss /* National Semiconductor */
992 1.173.2.4 thorpej product NATIONAL BEARPAW1200 0x1000 BearPaw 1200
993 1.173.2.4 thorpej product NATIONAL BEARPAW2400 0x1001 BearPaw 2400
994 1.124 augustss
995 1.66 augustss /* NEC products */
996 1.66 augustss product NEC HUB 0x55aa hub
997 1.66 augustss product NEC HUB_B 0x55ab hub
998 1.1 augustss
999 1.173.2.4 thorpej /* NEC2 products */
1000 1.173.2.4 thorpej product NEC2 HUB2_0 0x0058 USB2.0 Hub Controller
1001 1.173.2.4 thorpej
1002 1.173.2.8 jdolecek /* NEODIO products */
1003 1.173.2.8 jdolecek product NEODIO ND5010 0x5010 Multi-format Flash Controller
1004 1.173.2.8 jdolecek
1005 1.69 augustss /* NetChip Technology Products */
1006 1.69 augustss product NETCHIP TURBOCONNECT 0x1080 Turbo-Connect
1007 1.173.2.6 jdolecek product NETCHIP CLIK40 0xa140 Clik! 40
1008 1.69 augustss
1009 1.69 augustss /* Netgear products */
1010 1.69 augustss product NETGEAR EA101 0x1001 Ethernet adapter
1011 1.173.2.5 jdolecek product NETGEAR EA101X 0x1002 Ethernet adapter
1012 1.173.2.9 jdolecek product NETGEAR FA101 0x1020 10/100 Ethernet
1013 1.143 augustss
1014 1.143 augustss /* Nikon products */
1015 1.143 augustss product NIKON E990 0x0102 Digital Camera E990
1016 1.173.2.4 thorpej product NIKON E880 0x0103 Digital Camera E880
1017 1.173.2.4 thorpej
1018 1.173.2.4 thorpej /* Olympus products */
1019 1.173.2.4 thorpej product OLYMPUS C1 0x0102 C-1 Digital Camera
1020 1.173.2.4 thorpej product OLYMPUS C700 0x0105 C-700 Ultra Zoom
1021 1.69 augustss
1022 1.88 augustss /* OmniVision Technologies, Inc. products */
1023 1.40 augustss product OMNIVISION OV511 0x0511 OV511 Camera
1024 1.98 soren product OMNIVISION OV511PLUS 0xa511 OV511+ Camera
1025 1.40 augustss
1026 1.173.2.6 jdolecek /* OnSpec Electronic, Inc. */
1027 1.173.2.6 jdolecek product ONSPEC MD2 0x0103 disk
1028 1.173.2.6 jdolecek product ONSPEC MDCFEB 0xa000 MDCFE-B USB CF Reader
1029 1.173.2.6 jdolecek product ONSPEC SIIGMS 0xa001 Memory Stick+CF Reader/Writer
1030 1.173.2.6 jdolecek product ONSPEC DATAFAB3 0xa003 Datafab-based Reader
1031 1.173.2.6 jdolecek product ONSPEC DATAFAB4 0xa004 Datafab-based Reader
1032 1.173.2.6 jdolecek product ONSPEC PNYCFSM 0xa005 PNY/Datafab CF+SM Reader
1033 1.173.2.6 jdolecek product ONSPEC STECHCFSM 0xa006 Simple Tech/Datafab CF+SM Reader
1034 1.173.2.6 jdolecek product ONSPEC LC1 0xa109 CF + SM Combo (LC1)
1035 1.173.2.6 jdolecek product ONSPEC MD1II 0xb006 Datafab MD1-II PC-Card Reader
1036 1.173.2.6 jdolecek
1037 1.150 augustss /* Palm Computing, Inc. product */
1038 1.83 augustss product PALM SERIAL 0x0080 USB Serial Adaptor
1039 1.173.2.4 thorpej product PALM M500 0x0001 Palm m500
1040 1.173.2.4 thorpej product PALM M505 0x0002 Palm m505
1041 1.173.2.8 jdolecek product PALM M515 0x0003 Palm m515
1042 1.173.2.6 jdolecek product PALM M125 0x0040 Palm m125
1043 1.150 augustss
1044 1.150 augustss /* Panasonic products */
1045 1.150 augustss product PANASONIC SDCAAE 0x1b00 MultiMediaCard Adapter
1046 1.173.2.6 jdolecek product PANASONIC LS120 0x0901 LS-120 Camera
1047 1.173.2.6 jdolecek
1048 1.173.2.6 jdolecek /* Pen Driver */
1049 1.173.2.6 jdolecek product PEN USBDISK 0x0d7d USB Disk
1050 1.83 augustss
1051 1.66 augustss /* Peracom products */
1052 1.66 augustss product PERACOM SERIAL1 0x0001 Serial Converter
1053 1.69 augustss product PERACOM ENET 0x0002 Ethernet adapter
1054 1.88 augustss product PERACOM ENET3 0x0003 At Home Ethernet Adapter
1055 1.69 augustss product PERACOM ENET2 0x0005 Ethernet adapter
1056 1.14 augustss
1057 1.66 augustss /* Philips products */
1058 1.66 augustss product PHILIPS DSS350 0x0101 DSS 350 Digital Speaker System
1059 1.66 augustss product PHILIPS DSS 0x0104 DSS XXX Digital Speaker System
1060 1.66 augustss product PHILIPS HUB 0x0201 hub
1061 1.173.2.7 jdolecek product PHILIPS PCA645VC 0x0302 PCA645VC PC Camera
1062 1.172 tron product PHILIPS PCA646VC 0x0303 PCA646VC PC Camera
1063 1.173.2.7 jdolecek product PHILIPS PCVC675K 0x0307 PCVC675K Vesta PC Camera
1064 1.92 augustss product PHILIPS PCVC680K 0x0308 PCVC680K Vesta Pro PC Camera
1065 1.173.2.7 jdolecek product PHILIPS PCVC690K 0x030c PCVC690K Vesta Pro Scan PC Camera
1066 1.173.2.7 jdolecek product PHILIPS PCVC730K 0x0310 PCVC730K ToUCam Fun PC Camera
1067 1.173.2.7 jdolecek product PHILIPS PCVC740K 0x0311 PCVC740K ToUCam Pro PC Camera
1068 1.173.2.7 jdolecek product PHILIPS PCVC750K 0x0312 PCVC750K ToUCam Pro Scan PC Camera
1069 1.83 augustss product PHILIPS DSS150 0x0471 DSS 150 Digital Speaker System
1070 1.173.2.4 thorpej product PHILIPS DIVAUSB 0x1801 DIVA USB mp3 player
1071 1.144 augustss
1072 1.144 augustss /* Philips Semiconductor products */
1073 1.144 augustss product PHILIPSSEMI HUB1122 0x1122 hub
1074 1.39 augustss
1075 1.39 augustss /* P.I. Engineering products */
1076 1.39 augustss product PIENGINEERING PS2USB 0x020b PS2 to Mac USB Adapter
1077 1.173.2.4 thorpej product PIENGINEERING XKEYS 0x0233 Xkeys Programmable Keyboard
1078 1.1 augustss
1079 1.66 augustss /* PLX products */
1080 1.66 augustss product PLX TESTBOARD 0x9060 test board
1081 1.24 augustss
1082 1.173.2.4 thorpej /* PortGear products */
1083 1.173.2.4 thorpej product PORTGEAR EA8 0x0008 Ethernet Adapter
1084 1.173.2.4 thorpej product PORTGEAR EA9 0x0009 Ethernet Adapter
1085 1.173.2.4 thorpej
1086 1.173.2.4 thorpej /* Portsmith products */
1087 1.173.2.4 thorpej product PORTSMITH EEA 0x3003 Express Ethernet Adapter
1088 1.173.2.9 jdolecek
1089 1.173.2.9 jdolecek /* PQI products */
1090 1.173.2.9 jdolecek product PQI TRAVELFLASH 0x0001 Travel Flash Drive
1091 1.173.2.4 thorpej
1092 1.66 augustss /* Primax products */
1093 1.124 augustss product PRIMAX G2X300 0x0300 G2-200 scanner
1094 1.110 augustss product PRIMAX G2E300 0x0301 G2E-300 scanner
1095 1.110 augustss product PRIMAX G2300 0x0302 G2-300 scanner
1096 1.110 augustss product PRIMAX G2E3002 0x0303 G2E-300 scanner
1097 1.110 augustss product PRIMAX 9600 0x0340 Colorado USB 9600 scanner
1098 1.110 augustss product PRIMAX 600U 0x0341 Colorado 600u scanner
1099 1.173.2.8 jdolecek product PRIMAX 6200 0x0345 Visioneer 6200 scanner
1100 1.110 augustss product PRIMAX 19200 0x0360 Colorado USB 19200 scanner
1101 1.110 augustss product PRIMAX 1200U 0x0361 Colorado 1200u scanner
1102 1.124 augustss product PRIMAX G600 0x0380 G2-600 scanner
1103 1.110 augustss product PRIMAX 636I 0x0381 ReadyScan 636i
1104 1.110 augustss product PRIMAX G2600 0x0382 G2-600 scanner
1105 1.110 augustss product PRIMAX G2E600 0x0383 G2E-600 scanner
1106 1.66 augustss product PRIMAX COMFORT 0x4d01 Comfort
1107 1.66 augustss product PRIMAX MOUSEINABOX 0x4d02 Mouse-in-a-Box
1108 1.79 augustss product PRIMAX PCGAUMS1 0x4d04 Sony PCGA-UMS1
1109 1.89 augustss
1110 1.89 augustss /* Prolific products */
1111 1.90 augustss product PROLIFIC PL2301 0x0000 PL2301 Host-Host interface
1112 1.90 augustss product PROLIFIC PL2302 0x0001 PL2302 Host-Host interface
1113 1.168 jhawk product PROLIFIC RSAQ2 0x04bb PL2303 Serial adapter (IODATA USB-RSAQ2)
1114 1.168 jhawk product PROLIFIC PL2303 0x2303 PL2303 Serial adapter (ATEN/IOGEAR UC232A)
1115 1.128 soren product PROLIFIC PL2305 0x2305 Parallel printer adapter
1116 1.110 augustss product PROLIFIC ATAPI4 0x2307 ATAPI-4 Bridge Controller
1117 1.160 ichiro
1118 1.160 ichiro /* Putercom products */
1119 1.160 ichiro product PUTERCOM UPA100 0x047e USB-1284 BRIDGE
1120 1.81 augustss
1121 1.108 darrenr /* Qtronix products */
1122 1.108 darrenr product QTRONIX 980N 0x2011 Scorpion-980N keyboard
1123 1.108 darrenr
1124 1.81 augustss /* Quickshot products */
1125 1.81 augustss product QUICKSHOT STRIKEPAD 0x6238 USB StrikePad
1126 1.38 augustss
1127 1.108 darrenr /* Rainbow Technologies products */
1128 1.108 darrenr product RAINBOW IKEY2000 0x1200 i-Key 2000
1129 1.108 darrenr
1130 1.140 tshiozak /* Roland products */
1131 1.173.2.8 jdolecek product ROLAND SC8850 0x0003 RolandED SC-8850 SOUND Canvas MIDI Synth.
1132 1.140 tshiozak product ROLAND UM1 0x0009 UM-1 MIDI I/F
1133 1.173.2.7 jdolecek product ROLAND UA3 0x000f EDIROL UA-3 USB audio I/F
1134 1.173.2.4 thorpej product ROLAND UM880N 0x0014 EDIROL UM-880 MIDI I/F (native)
1135 1.173.2.4 thorpej product ROLAND UM880G 0x0015 EDIROL UM-880 MIDI I/F (generic)
1136 1.173.2.8 jdolecek product ROLAND SD90 0x0016 EDIROL SD-90 STDIO Canvas MIDI Synth.
1137 1.140 tshiozak
1138 1.66 augustss /* Rockfire products */
1139 1.66 augustss product ROCKFIRE GAMEPAD 0x2033 gamepad 203USB
1140 1.173.2.5 jdolecek
1141 1.173.2.5 jdolecek /* RATOC Systems products */
1142 1.173.2.5 jdolecek product RATOC REXUSB60 0xb000 USB serial adapter REX-USB60
1143 1.52 augustss
1144 1.173.2.4 thorpej /* Saitek products */
1145 1.173.2.4 thorpej product SAITEK CYBORG_3D_GOLD 0x0006 Cyborg 3D Gold Joystick
1146 1.173.2.4 thorpej
1147 1.52 augustss /* SanDisk products */
1148 1.165 augustss product SANDISK SDDR05A 0x0001 ImageMate SDDR-05a
1149 1.165 augustss product SANDISK SDDR31 0x0002 ImageMate SDDR-31
1150 1.165 augustss product SANDISK SDDR12 0x0100 ImageMate SDDR-12
1151 1.165 augustss product SANDISK SDDR09 0x0200 ImageMate SDDR-09
1152 1.137 augustss
1153 1.173.2.7 jdolecek /* Sanwa Supply products */
1154 1.173.2.7 jdolecek product SANWASUPPLY JYDV9USB 0x9806 JY-DV9USB gamepad
1155 1.173.2.7 jdolecek
1156 1.137 augustss /* ScanLogic products */
1157 1.173.2.4 thorpej product SCANLOGIC SL11R 0x0002 SL11R-IDE
1158 1.137 augustss product SCANLOGIC 336CX 0x0300 Phantom 336CX - C3 scanner
1159 1.50 augustss
1160 1.173.2.8 jdolecek /* SGI products */
1161 1.173.2.8 jdolecek product SGI SN1_L1_SC 0x1234 SN1 L1 System Controller
1162 1.173.2.8 jdolecek
1163 1.173.2.4 thorpej /* Shark products */
1164 1.173.2.4 thorpej product SHARK PA 0x0400 Pocket Adapter
1165 1.173.2.4 thorpej
1166 1.66 augustss /* Shuttle Technology products */
1167 1.66 augustss product SHUTTLE EUSB 0x0001 E-USB Bridge
1168 1.165 augustss product SHUTTLE EUSCSI 0x0002 eUSCSI Bridge
1169 1.165 augustss product SHUTTLE SDDR09 0x0003 ImageMate SDDR09
1170 1.173.2.6 jdolecek product SHUTTLE EUSBSMCF 0x0005 eUSB SmartMedia / CompactFlash Adapter
1171 1.156 augustss product SHUTTLE ZIOMMC 0x0006 eUSB MultiMediaCard Adapter
1172 1.165 augustss product SHUTTLE HIFD 0x0007 Sony Hifd
1173 1.165 augustss product SHUTTLE EUSBATAPI 0x0009 eUSB ATA/ATAPI Adapter
1174 1.165 augustss product SHUTTLE CF 0x000a eUSB CompactFlash Adapter
1175 1.165 augustss product SHUTTLE EUSCSI_B 0x000b eUSCSI Bridge
1176 1.165 augustss product SHUTTLE EUSCSI_C 0x000c eUSCSI Bridge
1177 1.165 augustss product SHUTTLE CDRW 0x0101 CD-RW Device
1178 1.64 augustss
1179 1.173.2.7 jdolecek /* Siemens products */
1180 1.173.2.7 jdolecek product SIEMENS SPEEDSTREAM 0x1001 SpeedStream USB
1181 1.173.2.7 jdolecek
1182 1.173.2.4 thorpej /* Sigmatel products */
1183 1.173.2.4 thorpej product SIGMATEL IRDA 0x4200 IrDA
1184 1.173.2.4 thorpej
1185 1.50 augustss /* SIIG products */
1186 1.50 augustss product SIIG DIGIFILMREADER 0x0004 DigiFilm-Combo Reader
1187 1.130 augustss
1188 1.130 augustss /* Silicon Portals Inc. */
1189 1.136 augustss product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware)
1190 1.136 augustss product SILICONPORTALS YAPPHONE 0x0201 YAP Phone
1191 1.67 tron
1192 1.72 augustss /* Sirius Technologies products */
1193 1.72 augustss product SIRIUS ROADSTER 0x0001 NetComm Roadster II 56 USB
1194 1.95 augustss
1195 1.95 augustss /* SmartBridges products */
1196 1.95 augustss product SMARTBRIDGES SMARTLINK 0x0001 SmartLink USB ethernet adapter
1197 1.173.2.1 lukem product SMARTBRIDGES SMARTNIC 0x0003 smartNIC 2 PnP Adapter
1198 1.72 augustss
1199 1.69 augustss /* SMC products */
1200 1.69 augustss product SMC 2102USB 0x0100 10Mbps ethernet adapter
1201 1.69 augustss product SMC 2202USB 0x0200 10/100 ethernet adapter
1202 1.173.2.8 jdolecek product SMC 2206USB 0x0201 EZ Connect USB Ethernet Adapter
1203 1.173.2.7 jdolecek product SMC2 2020HUB 0x2020 USB Hub
1204 1.173.2.1 lukem
1205 1.173.2.1 lukem /* SOHOware products */
1206 1.173.2.1 lukem product SOHOWARE NUB100 0x9100 10/100 USB Ethernet
1207 1.69 augustss
1208 1.67 tron /* SOLID YEAR products */
1209 1.69 augustss product SOLIDYEAR KEYBOARD 0x2101 Solid Year USB keyboard
1210 1.56 augustss
1211 1.110 augustss /* SONY products */
1212 1.165 augustss product SONY DSC 0x0010 DSC cameras
1213 1.173.2.6 jdolecek product SONY NWMS7 0x0025 Memorystick NW-MS7
1214 1.173.2.4 thorpej product SONY DRIVEV2 0x002b Harddrive V2
1215 1.165 augustss product SONY MSACUS1 0x002d Memorystick MSAC-US1
1216 1.173.2.6 jdolecek product SONY HANDYCAM 0x002e Handycam
1217 1.165 augustss product SONY MSC 0x0032 MSC memory stick slot
1218 1.173.2.4 thorpej product SONY CLIE_35 0x0038 Sony Clie v3.5
1219 1.173.2.7 jdolecek product SONY PS2KEYBOARD 0x005c PlayStation2 keyboard
1220 1.173.2.7 jdolecek product SONY PS2KEYBOARDHUB 0x005d PlayStation2 keyboard hub
1221 1.173.2.7 jdolecek product SONY PS2MOUSE 0x0061 PlayStatoin2 mouse
1222 1.173.2.4 thorpej product SONY CLIE_40 0x0066 Sony Clie v4.0
1223 1.173.2.4 thorpej product SONY CLIE_40_MS 0x006d Sony Clie v4.0 Memory Stick slot
1224 1.173.2.8 jdolecek product SONY CLIE_41_MS 0x0099 Sony Clie v4.1 Memory Stick slot
1225 1.173.2.8 jdolecek product SONY CLIE_41 0x009a Sony Clie v4.1
1226 1.110 augustss
1227 1.66 augustss /* STMicroelectronics products */
1228 1.66 augustss product STMICRO COMMUNICATOR 0x7554 USB Communicator
1229 1.134 itojun
1230 1.134 itojun /* STSN products */
1231 1.134 itojun product STSN STSN0001 0x0001 Internet Access Device
1232 1.69 augustss
1233 1.173.2.7 jdolecek /* SUN Corporation products */
1234 1.173.2.7 jdolecek product SUNTAC PS64P1 0x0005 SUNTAC U-Cable type P1
1235 1.173.2.7 jdolecek product SUNTAC VS10U 0x0009 SUNTAC Slipper U
1236 1.173.2.7 jdolecek
1237 1.69 augustss /* Sun Microsystems products */
1238 1.161 augustss product SUN KEYBOARD 0x0005 Type 6 USB keyboard
1239 1.69 augustss /* XXX The above is a North American PC style keyboard possibly */
1240 1.161 augustss product SUN MOUSE 0x0100 Type 6 USB mouse
1241 1.100 augustss
1242 1.105 augustss /* Supra products */
1243 1.112 augustss product DIAMOND2 SUPRAEXPRESS56K 0x07da Supra Express 56K modem
1244 1.112 augustss product DIAMOND2 SUPRA2890 0x0b4a SupraMax 2890 56K Modem
1245 1.112 augustss product DIAMOND2 RIO600USB 0x5001 Rio 600 USB
1246 1.162 augustss product DIAMOND2 RIO800USB 0x5002 Rio 800 USB
1247 1.173.2.8 jdolecek product DIAMOND2 PSAPLAY120 0x5003 Nike psa[play 120
1248 1.165 augustss
1249 1.173.2.7 jdolecek /* Tangtop products */
1250 1.173.2.7 jdolecek product TANGTOP USBPS2 0x0001 USBPS2
1251 1.173.2.7 jdolecek
1252 1.165 augustss /* Taugagreining products */
1253 1.165 augustss product TAUGA CAMERAMATE 0x0005 CameraMate (DPCM_USB)
1254 1.105 augustss
1255 1.162 augustss /* TDK products */
1256 1.162 augustss product TDK UPA9664 0x0115 USB-PDC Adapter UPA9664
1257 1.162 augustss product TDK UCA1464 0x0116 USB-cdmaOne Adapter UCA1464
1258 1.162 augustss product TDK UHA6400 0x0117 USB-PHS Adapter UHA6400
1259 1.162 augustss product TDK UPA6400 0x0118 USB-PHS Adapter UPA6400
1260 1.162 augustss
1261 1.100 augustss /* TEAC products */
1262 1.100 augustss product TEAC FD05PUB 0x0000 FD-05PUB floppy
1263 1.66 augustss
1264 1.66 augustss /* Telex Communications products */
1265 1.66 augustss product TELEX MIC1 0x0001 Enhanced USB Microphone
1266 1.46 augustss
1267 1.66 augustss /* Texas Intel products */
1268 1.66 augustss product TI UTUSB41 0x1446 UT-USB41 hub
1269 1.138 augustss product TI TUSB2046 0x2046 TUSB2046 hub
1270 1.173.2.6 jdolecek product TI NEXII 0x5409 Nex II Digital
1271 1.64 augustss
1272 1.66 augustss /* Thrustmaster products */
1273 1.66 augustss product THRUST FUSION_PAD 0xa0a3 Fusion Digital Gamepad
1274 1.173.2.3 thorpej
1275 1.173.2.3 thorpej /* Todos Data System products */
1276 1.173.2.3 thorpej product TODOS ARGOS_MINI 0x0002 Argos Mini Smartcard Reader
1277 1.111 hubertf
1278 1.111 hubertf /* Trek Technology products */
1279 1.113 ichiro product TREK THUMBDRIVE 0x1111 ThumbDrive
1280 1.107 augustss
1281 1.173.2.8 jdolecek /* Trumpion products */
1282 1.173.2.8 jdolecek product TRUMPION XXX1100 0x1100 XXX 1100
1283 1.173.2.8 jdolecek
1284 1.173.2.4 thorpej /* Ultima products */
1285 1.173.2.4 thorpej product ULTIMA 1200UBPLUS 0x4002 1200 UB Plus scanner
1286 1.173.2.4 thorpej
1287 1.107 augustss /* UMAX products */
1288 1.110 augustss product UMAX ASTRA1236U 0x0002 Astra 1236U Scanner
1289 1.110 augustss product UMAX ASTRA1220U 0x0010 Astra 1220U Scanner
1290 1.110 augustss product UMAX ASTRA2000U 0x0030 Astra 2000U Scanner
1291 1.110 augustss product UMAX ASTRA2100U 0x0130 Astra 2100U Scanner
1292 1.110 augustss product UMAX ASTRA2200U 0x0230 Astra 2200U Scanner
1293 1.173.2.4 thorpej product UMAX ASTRA3400 0x0060 Astra 3400 Scanner
1294 1.48 augustss
1295 1.66 augustss /* Universal Access products */
1296 1.66 augustss product UNIACCESS PANACHE 0x0101 Panache Surf USB ISDN Adapter
1297 1.1 augustss
1298 1.66 augustss /* Vision products */
1299 1.98 soren product VISION VC6452V002 0x0002 CPiA Camera
1300 1.1 augustss
1301 1.110 augustss /* Visioneer products */
1302 1.124 augustss product VISIONEER 7600 0x0211 OneTouch 7600
1303 1.124 augustss product VISIONEER 5300 0x0221 OneTouch 5300
1304 1.173.2.8 jdolecek product VISIONEER 3000 0x0224 Scanport 3000
1305 1.110 augustss product VISIONEER 6100 0x0231 OneTouch 6100
1306 1.124 augustss product VISIONEER 6200 0x0311 OneTouch 6200
1307 1.124 augustss product VISIONEER 8100 0x0321 OneTouch 8100
1308 1.124 augustss product VISIONEER 8600 0x0331 OneTouch 8600
1309 1.110 augustss
1310 1.66 augustss /* Wacom products */
1311 1.66 augustss product WACOM CT0405U 0x0000 CT-0405-U Tablet
1312 1.78 augustss product WACOM GRAPHIRE 0x0010 Graphire
1313 1.78 augustss product WACOM INTUOSA5 0x0021 Intuos A5
1314 1.88 augustss
1315 1.166 augustss /* Xirlink products */
1316 1.173.2.8 jdolecek product XIRLINK IMAGING 0x800d IMAGING DEVICE
1317 1.166 augustss product XIRLINK PCCAM 0x8080 IBM PC Camera
1318 1.166 augustss
1319 1.88 augustss /* Y-E Data products */
1320 1.86 augustss product YEDATA FLASHBUSTERU 0x0000 Flashbuster-U
1321 1.1 augustss
1322 1.140 tshiozak /* Yamaha products */
1323 1.140 tshiozak product YAMAHA UX256 0x1000 UX256 MIDI I/F
1324 1.170 tshiozak product YAMAHA UX96 0x1008 UX96 MIDI I/F
1325 1.173.2.7 jdolecek product YAMAHA RPU200 0x3104 RP-U200
1326 1.173.2.6 jdolecek
1327 1.173.2.6 jdolecek /* Yano products */
1328 1.173.2.6 jdolecek product YANO U640MO 0x0101 U640MO-03
1329 1.120 augustss
1330 1.88 augustss /* Zoom Telephonics, Inc. products */
1331 1.72 augustss product ZOOM 2986L 0x9700 2986L Fax modem
1332 1.120 augustss
1333 1.120 augustss /* ZyXEL Communication Co. products */
1334 1.162 augustss product ZYXEL OMNI56K 0x1500 Omni 56K Plus
1335 1.120 augustss product ZYXEL 980N 0x2011 Scorpion-980N keyboard
1336