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