usbdevs revision 1.477.2.2 1 1.477.2.2 itohy $NetBSD: usbdevs,v 1.477.2.2 2007/06/28 03:13:02 itohy Exp $
2 1.477.2.2 itohy
3 1.477.2.2 itohy /*
4 1.477.2.2 itohy * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
5 1.477.2.2 itohy * All rights reserved.
6 1.477.2.2 itohy *
7 1.477.2.2 itohy * This code is derived from software contributed to The NetBSD Foundation
8 1.477.2.2 itohy * by Lennart Augustsson (lennart (a] augustsson.net) at
9 1.477.2.2 itohy * Carlstedt Research & Technology.
10 1.477.2.2 itohy *
11 1.477.2.2 itohy * Redistribution and use in source and binary forms, with or without
12 1.477.2.2 itohy * modification, are permitted provided that the following conditions
13 1.477.2.2 itohy * are met:
14 1.477.2.2 itohy * 1. Redistributions of source code must retain the above copyright
15 1.477.2.2 itohy * notice, this list of conditions and the following disclaimer.
16 1.477.2.2 itohy * 2. Redistributions in binary form must reproduce the above copyright
17 1.477.2.2 itohy * notice, this list of conditions and the following disclaimer in the
18 1.477.2.2 itohy * documentation and/or other materials provided with the distribution.
19 1.477.2.2 itohy * 3. All advertising materials mentioning features or use of this software
20 1.477.2.2 itohy * must display the following acknowledgement:
21 1.477.2.2 itohy * This product includes software developed by the NetBSD
22 1.477.2.2 itohy * Foundation, Inc. and its contributors.
23 1.477.2.2 itohy * 4. Neither the name of The NetBSD Foundation nor the names of its
24 1.477.2.2 itohy * contributors may be used to endorse or promote products derived
25 1.477.2.2 itohy * from this software without specific prior written permission.
26 1.477.2.2 itohy *
27 1.477.2.2 itohy * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 1.477.2.2 itohy * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29 1.477.2.2 itohy * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30 1.477.2.2 itohy * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31 1.477.2.2 itohy * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 1.477.2.2 itohy * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 1.477.2.2 itohy * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 1.477.2.2 itohy * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 1.477.2.2 itohy * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 1.477.2.2 itohy * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 1.477.2.2 itohy * POSSIBILITY OF SUCH DAMAGE.
38 1.477.2.2 itohy */
39 1.477.2.2 itohy
40 1.477.2.2 itohy /*
41 1.477.2.2 itohy * List of known USB vendors
42 1.477.2.2 itohy *
43 1.477.2.2 itohy * USB.org publishes a VID list of USB-IF member companies at
44 1.477.2.2 itohy * http://www.usb.org/developers/tools
45 1.477.2.2 itohy * Note that it does not show companies that have obtained a Vendor ID
46 1.477.2.2 itohy * without becoming full members.
47 1.477.2.2 itohy *
48 1.477.2.2 itohy * Please note that these IDs do not do anything. Adding an ID here and
49 1.477.2.2 itohy * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
50 1.477.2.2 itohy * available to the source code and does not change any functionality, nor
51 1.477.2.2 itohy * does it make your device available to a specific driver.
52 1.477.2.2 itohy * It will however make the descriptive string available if a device does not
53 1.477.2.2 itohy * provide the string itself.
54 1.477.2.2 itohy *
55 1.477.2.2 itohy * After adding a vendor ID VNDR and a product ID PRDCT you will have the
56 1.477.2.2 itohy * following extra defines:
57 1.477.2.2 itohy * #define USB_VENDOR_VNDR 0x????
58 1.477.2.2 itohy * #define USB_PRODUCT_VNDR_PRDCT 0x????
59 1.477.2.2 itohy *
60 1.477.2.2 itohy * You may have to add these defines to the respective probe routines to
61 1.477.2.2 itohy * make the device recognised by the appropriate device driver.
62 1.477.2.2 itohy */
63 1.477.2.2 itohy
64 1.477.2.2 itohy vendor EGALAX2 0x0123 eGalax, Inc.
65 1.477.2.2 itohy vendor AOX 0x03e8 AOX
66 1.477.2.2 itohy vendor ATMEL 0x03eb Atmel
67 1.477.2.2 itohy vendor MITSUMI 0x03ee Mitsumi
68 1.477.2.2 itohy vendor HP 0x03f0 Hewlett Packard
69 1.477.2.2 itohy vendor ADAPTEC 0x03f3 Adaptec
70 1.477.2.2 itohy vendor NATIONAL 0x0400 National Semiconductor
71 1.477.2.2 itohy vendor ACERLABS 0x0402 Acer Labs
72 1.477.2.2 itohy vendor FTDI 0x0403 Future Technology Devices
73 1.477.2.2 itohy vendor NEC 0x0409 NEC
74 1.477.2.2 itohy vendor KODAK 0x040a Eastman Kodak
75 1.477.2.2 itohy vendor MELCO 0x0411 Melco
76 1.477.2.2 itohy vendor CREATIVE 0x041e Creative Labs
77 1.477.2.2 itohy vendor NOKIA 0x0421 Nokia
78 1.477.2.2 itohy vendor ADI 0x0422 ADI Systems
79 1.477.2.2 itohy vendor CATC 0x0423 Computer Access Technology
80 1.477.2.2 itohy vendor SMC2 0x0424 Standard Microsystems
81 1.477.2.2 itohy vendor GRAVIS 0x0428 Advanced Gravis Computer
82 1.477.2.2 itohy vendor SUN 0x0430 Sun Microsystems
83 1.477.2.2 itohy vendor TAUGA 0x0436 Taugagreining HF
84 1.477.2.2 itohy vendor AMD 0x0438 Advanced Micro Devices
85 1.477.2.2 itohy vendor LEXMARK 0x043d Lexmark International
86 1.477.2.2 itohy vendor NANAO 0x0440 NANAO
87 1.477.2.2 itohy vendor ALPS 0x044e Alps Electric
88 1.477.2.2 itohy vendor THRUST 0x044f Thrustmaster
89 1.477.2.2 itohy vendor TI 0x0451 Texas Instruments
90 1.477.2.2 itohy vendor ANALOGDEVICES 0x0456 Analog Devices
91 1.477.2.2 itohy vendor SIS 0x0457 Silicon Integrated Systems
92 1.477.2.2 itohy vendor KYE 0x0458 KYE Systems
93 1.477.2.2 itohy vendor DIAMOND2 0x045a Diamond (Supra)
94 1.477.2.2 itohy vendor MICROSOFT 0x045e Microsoft
95 1.477.2.2 itohy vendor PRIMAX 0x0461 Primax Electronics
96 1.477.2.2 itohy vendor MGE 0x0463 MGE UPS Systems
97 1.477.2.2 itohy vendor AMP 0x0464 AMP
98 1.477.2.2 itohy vendor CHERRY 0x046a Cherry Mikroschalter
99 1.477.2.2 itohy vendor MEGATRENDS 0x046b American Megatrends
100 1.477.2.2 itohy vendor LOGITECH 0x046d Logitech
101 1.477.2.2 itohy vendor BTC 0x046e Behavior Tech. Computer
102 1.477.2.2 itohy vendor PHILIPS 0x0471 Philips
103 1.477.2.2 itohy vendor SANYO 0x0474 Sanyo Electric
104 1.477.2.2 itohy vendor CONNECTIX 0x0478 Connectix
105 1.477.2.2 itohy vendor KENSINGTON 0x047d Kensington
106 1.477.2.2 itohy vendor LUCENT 0x047e Lucent
107 1.477.2.2 itohy vendor PLANTRONICS 0x047f Plantronics
108 1.477.2.2 itohy vendor KYOCERA 0x0482 Kyocera
109 1.477.2.2 itohy vendor STMICRO 0x0483 STMicroelectronics
110 1.477.2.2 itohy vendor YAMAHA 0x0499 YAMAHA
111 1.477.2.2 itohy vendor COMPAQ 0x049f Compaq
112 1.477.2.2 itohy vendor HITACHI 0x04a4 Hitachi
113 1.477.2.2 itohy vendor ACERP 0x04a5 Acer Peripherals
114 1.477.2.2 itohy vendor VISIONEER 0x04a7 Visioneer
115 1.477.2.2 itohy vendor CANON 0x04a9 Canon
116 1.477.2.2 itohy vendor NIKON 0x04b0 Nikon
117 1.477.2.2 itohy vendor IBM 0x04b3 IBM
118 1.477.2.2 itohy vendor CYPRESS 0x04b4 Cypress Semiconductor
119 1.477.2.2 itohy vendor EPSON 0x04b8 Seiko Epson
120 1.477.2.2 itohy vendor RAINBOW 0x04b9 Rainbow Technologies
121 1.477.2.2 itohy vendor IODATA 0x04bb I-O Data
122 1.477.2.2 itohy vendor TDK 0x04bf TDK
123 1.477.2.2 itohy vendor 3COMUSR 0x04c1 U.S. Robotics
124 1.477.2.2 itohy vendor METHODE 0x04c2 Methode Electronics Far East
125 1.477.2.2 itohy vendor MAXISWITCH 0x04c3 Maxi Switch
126 1.477.2.2 itohy vendor LOCKHEEDMER 0x04c4 Lockheed Martin Energy Research
127 1.477.2.2 itohy vendor FUJITSU 0x04c5 Fujitsu
128 1.477.2.2 itohy vendor TOSHIBAAM 0x04c6 Toshiba America
129 1.477.2.2 itohy vendor MICROMACRO 0x04c7 Micro Macro Technologies
130 1.477.2.2 itohy vendor KONICA 0x04c8 Konica
131 1.477.2.2 itohy vendor LITEON 0x04ca Lite-On Technology
132 1.477.2.2 itohy vendor FUJIPHOTO 0x04cb Fuji Photo Film
133 1.477.2.2 itohy vendor PHILIPSSEMI 0x04cc Philips Semiconductors
134 1.477.2.2 itohy vendor TATUNG 0x04cd Tatung Co. Of America
135 1.477.2.2 itohy vendor SCANLOGIC 0x04ce ScanLogic
136 1.477.2.2 itohy vendor MYSON 0x04cf Myson Technology
137 1.477.2.2 itohy vendor DIGI2 0x04d0 Digi
138 1.477.2.2 itohy vendor ITTCANON 0x04d1 ITT Canon
139 1.477.2.2 itohy vendor ALTEC 0x04d2 Altec Lansing
140 1.477.2.2 itohy vendor HOLTEK 0x04d9 Holtek Semiconductor
141 1.477.2.2 itohy vendor PANASONIC 0x04da Panasonic (Matsushita)
142 1.477.2.2 itohy vendor SHARP 0x04dd Sharp
143 1.477.2.2 itohy vendor IIYAMA 0x04e1 Iiyama
144 1.477.2.2 itohy vendor SHUTTLE 0x04e6 Shuttle Technology
145 1.477.2.2 itohy vendor SAMSUNG 0x04e8 Samsung Electronics
146 1.477.2.2 itohy vendor ANNABOOKS 0x04ed Annabooks
147 1.477.2.2 itohy vendor JVC 0x04f1 JVC
148 1.477.2.2 itohy vendor CHICONY 0x04f2 Chicony Electronics
149 1.477.2.2 itohy vendor BROTHER 0x04f9 Brother Industries
150 1.477.2.2 itohy vendor DALLAS 0x04fa Dallas Semiconductor
151 1.477.2.2 itohy vendor AIPTEK2 0x04fc AIPTEK International
152 1.477.2.2 itohy vendor ACER 0x0502 Acer
153 1.477.2.2 itohy vendor 3COM 0x0506 3Com
154 1.477.2.2 itohy vendor HOSIDEN 0x0507 Hosiden Corporation
155 1.477.2.2 itohy vendor AZTECH 0x0509 Aztech Systems
156 1.477.2.2 itohy vendor BELKIN 0x050d Belkin Components
157 1.477.2.2 itohy vendor KAWATSU 0x050f Kawatsu Semiconductor
158 1.477.2.2 itohy vendor COMPOSITE 0x0518 Composite
159 1.477.2.2 itohy vendor APC 0x051d American Power Conversion
160 1.477.2.2 itohy vendor CONNECTEK 0x0522 Advanced Connectek USA
161 1.477.2.2 itohy vendor NETCHIP 0x0525 NetChip Technology
162 1.477.2.2 itohy vendor ALTRA 0x0527 ALTRA
163 1.477.2.2 itohy vendor ATI 0x0528 ATI Technologies
164 1.477.2.2 itohy vendor AKS 0x0529 Aladdin Knowledge Systems
165 1.477.2.2 itohy vendor UNIACCESS 0x0540 Universal Access
166 1.477.2.2 itohy vendor VIEWSONIC 0x0543 ViewSonic
167 1.477.2.2 itohy vendor XIRLINK 0x0545 Xirlink
168 1.477.2.2 itohy vendor ANCHOR 0x0547 Anchor Chips
169 1.477.2.2 itohy vendor SONY 0x054c Sony
170 1.477.2.2 itohy vendor VISION 0x0553 VLSI Vision
171 1.477.2.2 itohy vendor ASAHIKASEI 0x0556 Asahi Kasei Microsystems
172 1.477.2.2 itohy vendor ATEN 0x0557 ATEN International
173 1.477.2.2 itohy vendor MUSTEK 0x055f Mustek Systems
174 1.477.2.2 itohy vendor TELEX 0x0562 Telex Communications
175 1.477.2.2 itohy vendor PERACOM 0x0565 Peracom Networks
176 1.477.2.2 itohy vendor ALCOR2 0x0566 Alcor Micro
177 1.477.2.2 itohy vendor WACOM 0x056a WACOM
178 1.477.2.2 itohy vendor ETEK 0x056c e-TEK Labs
179 1.477.2.2 itohy vendor EIZO 0x056d EIZO
180 1.477.2.2 itohy vendor ELECOM 0x056e Elecom
181 1.477.2.2 itohy vendor HAUPPAUGE 0x0573 Hauppauge Computer Works
182 1.477.2.2 itohy vendor BAFO 0x0576 BAFO/Quality Computer Accessories
183 1.477.2.2 itohy vendor YEDATA 0x057b Y-E Data
184 1.477.2.2 itohy vendor AVM 0x057c AVM
185 1.477.2.2 itohy vendor QUICKSHOT 0x057f Quickshot
186 1.477.2.2 itohy vendor ROLAND 0x0582 Roland
187 1.477.2.2 itohy vendor ROCKFIRE 0x0583 Rockfire
188 1.477.2.2 itohy vendor RATOC 0x0584 RATOC Systems
189 1.477.2.2 itohy vendor ZYXEL 0x0586 ZyXEL Communication
190 1.477.2.2 itohy vendor ALCOR 0x058f Alcor Micro
191 1.477.2.2 itohy vendor IOMEGA 0x059b Iomega
192 1.477.2.2 itohy vendor ATREND 0x059c A-Trend Technology
193 1.477.2.2 itohy vendor AID 0x059d Advanced Input Devices
194 1.477.2.2 itohy vendor LACIE 0x059f LaCie
195 1.477.2.2 itohy vendor OMNIVISION 0x05a9 OmniVision
196 1.477.2.2 itohy vendor INSYSTEM 0x05ab In-System Design
197 1.477.2.2 itohy vendor APPLE 0x05ac Apple Computer
198 1.477.2.2 itohy vendor DIGI 0x05c5 Digi International
199 1.477.2.2 itohy vendor QUALCOMM2 0x05c6 Qualcomm
200 1.477.2.2 itohy vendor QTRONIX 0x05c7 Qtronix
201 1.477.2.2 itohy vendor ELSA 0x05cc ELSA
202 1.477.2.2 itohy vendor BRAINBOXES 0x05d1 Brainboxes Limited
203 1.477.2.2 itohy vendor ULTIMA 0x05d8 Ultima
204 1.477.2.2 itohy vendor AXIOHM 0x05d9 Axiohm Transaction Solutions
205 1.477.2.2 itohy vendor MICROTEK 0x05da Microtek
206 1.477.2.2 itohy vendor SUNTAC 0x05db SUN Corporation
207 1.477.2.2 itohy vendor LEXAR 0x05dc Lexar Media
208 1.477.2.2 itohy vendor SYMBOL 0x05e0 Symbol Technologies
209 1.477.2.2 itohy vendor GENESYS 0x05e3 Genesys Logic
210 1.477.2.2 itohy vendor FUJI 0x05e5 Fuji Electric
211 1.477.2.2 itohy vendor KEITHLEY 0x05e6 Keithley Instruments
212 1.477.2.2 itohy vendor EIZONANAO 0x05e7 EIZO Nanao
213 1.477.2.2 itohy vendor KLSI 0x05e9 Kawasaki LSI
214 1.477.2.2 itohy vendor FFC 0x05eb FFC
215 1.477.2.2 itohy vendor ANKO 0x05ef Anko Electronic
216 1.477.2.2 itohy vendor PIENGINEERING 0x05f3 P.I. Engineering
217 1.477.2.2 itohy vendor AOC 0x05f6 AOC International
218 1.477.2.2 itohy vendor CHIC 0x05fe Chic Technology
219 1.477.2.2 itohy vendor BARCO 0x0600 Barco Display Systems
220 1.477.2.2 itohy vendor BRIDGE 0x0607 Bridge Information
221 1.477.2.2 itohy vendor SOLIDYEAR 0x060b Solid Year
222 1.477.2.2 itohy vendor BIORAD 0x0614 Bio-Rad Laboratories
223 1.477.2.2 itohy vendor MACALLY 0x0618 Macally
224 1.477.2.2 itohy vendor ACTLABS 0x061c Act Labs
225 1.477.2.2 itohy vendor ALARIS 0x0620 Alaris
226 1.477.2.2 itohy vendor APEX 0x0624 Apex
227 1.477.2.2 itohy vendor CREATIVE3 0x062a Creative Labs
228 1.477.2.2 itohy vendor VIVITAR 0x0636 Vivitar
229 1.477.2.2 itohy vendor AVISION 0x0638 Avision
230 1.477.2.2 itohy vendor TEAC 0x0644 TEAC
231 1.477.2.2 itohy vendor SGI 0x065e Silicon Graphics
232 1.477.2.2 itohy vendor SANWASUPPLY 0x0663 Sanwa Supply
233 1.477.2.2 itohy vendor LINKSYS 0x066b Linksys
234 1.477.2.2 itohy vendor ACERSA 0x066e Acer Semiconductor America
235 1.477.2.2 itohy vendor SIGMATEL 0x066f Sigmatel
236 1.477.2.2 itohy vendor DRAYTEK 0x0675 DrayTek
237 1.477.2.2 itohy vendor AIWA 0x0677 Aiwa
238 1.477.2.2 itohy vendor ACARD 0x0678 ACARD Technology
239 1.477.2.2 itohy vendor PROLIFIC 0x067b Prolific Technology
240 1.477.2.2 itohy vendor SIEMENS 0x067c Siemens
241 1.477.2.2 itohy vendor AVANCELOGIC 0x0680 Avance Logic
242 1.477.2.2 itohy vendor SIEMENS2 0x0681 Siemens
243 1.477.2.2 itohy vendor MINOLTA 0x0686 Minolta
244 1.477.2.2 itohy vendor CHPRODUCTS 0x068e CH Products
245 1.477.2.2 itohy vendor HAGIWARA 0x0693 Hagiwara Sys-Com
246 1.477.2.2 itohy vendor CTX 0x0698 Chuntex
247 1.477.2.2 itohy vendor ASKEY 0x069a Askey Computer
248 1.477.2.2 itohy vendor SAITEK 0x06a3 Saitek
249 1.477.2.2 itohy vendor ALCATELT 0x06b9 Alcatel Telecom
250 1.477.2.2 itohy vendor AGFA 0x06bd AGFA-Gevaert
251 1.477.2.2 itohy vendor ASIAMD 0x06be Asia Microelectronic Development
252 1.477.2.2 itohy vendor BIZLINK 0x06c4 Bizlink International
253 1.477.2.2 itohy vendor KEYSPAN 0x06cd Keyspan
254 1.477.2.2 itohy vendor AASHIMA 0x06d6 Aashima Technology
255 1.477.2.2 itohy vendor MULTITECH 0x06e0 MultiTech
256 1.477.2.2 itohy vendor ADS 0x06e1 ADS Technologies
257 1.477.2.2 itohy vendor ALCATELM 0x06e4 Alcatel Microelectronics
258 1.477.2.2 itohy vendor SIRIUS 0x06ea Sirius Technologies
259 1.477.2.2 itohy vendor GUILLEMOT 0x06f8 Guillemot
260 1.477.2.2 itohy vendor BOSTON 0x06fd Boston Acoustics
261 1.477.2.2 itohy vendor SMC 0x0707 Standard Microsystems
262 1.477.2.2 itohy vendor PUTERCOM 0x0708 Putercom
263 1.477.2.2 itohy vendor MCT 0x0711 MCT
264 1.477.2.2 itohy vendor IMATION 0x0718 Imation
265 1.477.2.2 itohy vendor SUSTEEN 0x0731 Susteen
266 1.477.2.2 itohy vendor EICON 0x0734 Eicon Networks
267 1.477.2.2 itohy vendor DIGITALSTREAM 0x074e Digital Stream
268 1.477.2.2 itohy vendor AUREAL 0x0755 Aureal Semiconductor
269 1.477.2.2 itohy vendor MIDIMAN 0x0763 Midiman
270 1.477.2.2 itohy vendor SURECOM 0x0769 Surecom Technology
271 1.477.2.2 itohy vendor LINKSYS2 0x077b Linksys
272 1.477.2.2 itohy vendor GRIFFIN 0x077d Griffin Technology
273 1.477.2.2 itohy vendor SANDISK 0x0781 SanDisk
274 1.477.2.2 itohy vendor JENOPTIK 0x0784 Jenoptik
275 1.477.2.2 itohy vendor LOGITEC 0x0789 Logitec
276 1.477.2.2 itohy vendor BRIMAX 0x078e Brimax
277 1.477.2.2 itohy vendor AXIS 0x0792 Axis Communications
278 1.477.2.2 itohy vendor ABL 0x0794 ABL Electronics
279 1.477.2.2 itohy vendor SAGEM 0x079b Sagem
280 1.477.2.2 itohy vendor SUNCOMM 0x079c Sun Communications, Inc.
281 1.477.2.2 itohy vendor ALFADATA 0x079d Alfadata Computer
282 1.477.2.2 itohy vendor NATIONALTECH 0x07a2 National Technical Systems
283 1.477.2.2 itohy vendor ONNTO 0x07a3 Onnto
284 1.477.2.2 itohy vendor BE 0x07a4 Be
285 1.477.2.2 itohy vendor ADMTEK 0x07a6 ADMtek
286 1.477.2.2 itohy vendor COREGA 0x07aa Corega
287 1.477.2.2 itohy vendor FREECOM 0x07ab Freecom
288 1.477.2.2 itohy vendor MICROTECH 0x07af Microtech
289 1.477.2.2 itohy vendor GENERALINSTMNTS 0x07b2 General Instruments (Motorola)
290 1.477.2.2 itohy vendor OLYMPUS 0x07b4 Olympus
291 1.477.2.2 itohy vendor ABOCOM 0x07b8 AboCom Systems
292 1.477.2.2 itohy vendor KEISOKUGIKEN 0x07c1 Keisokugiken
293 1.477.2.2 itohy vendor ONSPEC 0x07c4 OnSpec
294 1.477.2.2 itohy vendor APG 0x07c5 APG Cash Drawer
295 1.477.2.2 itohy vendor BUG 0x07c8 B.U.G.
296 1.477.2.2 itohy vendor ALLIEDTELESYN 0x07c9 Allied Telesyn International
297 1.477.2.2 itohy vendor AVERMEDIA 0x07ca AVerMedia Technologies
298 1.477.2.2 itohy vendor SIIG 0x07cc SIIG
299 1.477.2.2 itohy vendor CASIO 0x07cf CASIO
300 1.477.2.2 itohy vendor DLINK2 0x07d1 D-Link
301 1.477.2.2 itohy vendor APTIO 0x07d2 Aptio Products
302 1.477.2.2 itohy vendor ARASAN 0x07da Arasan Chip Systems
303 1.477.2.2 itohy vendor ALLIEDCABLE 0x07e6 Allied Cable
304 1.477.2.2 itohy vendor STSN 0x07ef STSN
305 1.477.2.2 itohy vendor ZOOM 0x0803 Zoom Telephonics
306 1.477.2.2 itohy vendor BROADLOGIC 0x0827 BroadLogic
307 1.477.2.2 itohy vendor HANDSPRING 0x082d Handspring
308 1.477.2.2 itohy vendor PALM 0x0830 Palm Computing
309 1.477.2.2 itohy vendor SOURCENEXT 0x0833 SOURCENEXT
310 1.477.2.2 itohy vendor ACTIONSTAR 0x0835 Action Star Enterprise
311 1.477.2.2 itohy vendor ACCTON 0x083a Accton Technology
312 1.477.2.2 itohy vendor DIAMOND 0x0841 Diamond
313 1.477.2.2 itohy vendor NETGEAR 0x0846 BayNETGEAR
314 1.477.2.2 itohy vendor ACTIVEWIRE 0x0854 ActiveWire
315 1.477.2.2 itohy vendor BBELECTRONICS 0x0856 B&B Electronics
316 1.477.2.2 itohy vendor PORTGEAR 0x085a PortGear
317 1.477.2.2 itohy vendor NETGEAR2 0x0864 Netgear
318 1.477.2.2 itohy vendor SYSTEMTALKS 0x086e System Talks
319 1.477.2.2 itohy vendor METRICOM 0x0870 Metricom
320 1.477.2.2 itohy vendor ADESSOKBTEK 0x087c ADESSO/Kbtek America
321 1.477.2.2 itohy vendor JATON 0x087d Jaton
322 1.477.2.2 itohy vendor APT 0x0880 APT Technologies
323 1.477.2.2 itohy vendor BOCARESEARCH 0x0885 Boca Research
324 1.477.2.2 itohy vendor ANDREA 0x08a8 Andrea Electronics
325 1.477.2.2 itohy vendor BURRBROWN 0x08bb Burr-Brown Japan
326 1.477.2.2 itohy vendor 2WIRE 0x08c8 2Wire
327 1.477.2.2 itohy vendor AIPTEK 0x08ca AIPTEK International
328 1.477.2.2 itohy vendor SMARTBRIDGES 0x08d1 SmartBridges
329 1.477.2.2 itohy vendor BILLIONTON 0x08dd Billionton Systems
330 1.477.2.2 itohy vendor EXTENDED 0x08e9 Extended Systems
331 1.477.2.2 itohy vendor MSYSTEMS 0x08ec M-Systems
332 1.477.2.2 itohy vendor AUTHENTEC 0x08ff AuthenTec
333 1.477.2.2 itohy vendor AUDIOTECHNICA 0x0909 Audio-Technica
334 1.477.2.2 itohy vendor TRUMPION 0x090a Trumpion Microelectronics
335 1.477.2.2 itohy vendor ALATION 0x0910 Alation Systems
336 1.477.2.2 itohy vendor CONCORDCAMERA 0x0919 Concord Camera
337 1.477.2.2 itohy vendor GOHUBS 0x0921 GoHubs
338 1.477.2.2 itohy vendor BIOMETRIC 0x0929 American Biometric Company
339 1.477.2.2 itohy vendor TOSHIBA 0x0930 Toshiba
340 1.477.2.2 itohy vendor PLEXTOR 0x093b Plextor
341 1.477.2.2 itohy vendor INTREPIDCS 0x093c Intrepid
342 1.477.2.2 itohy vendor YANO 0x094f Yano
343 1.477.2.2 itohy vendor KINGSTON 0x0951 Kingston Technology
344 1.477.2.2 itohy vendor BLUEWATER 0x0956 BlueWater Systems
345 1.477.2.2 itohy vendor AGILENT 0x0957 Agilent Technologies
346 1.477.2.2 itohy vendor PORTSMITH 0x095a Portsmith
347 1.477.2.2 itohy vendor ACERW 0x0967 Acer
348 1.477.2.2 itohy vendor ADIRONDACK 0x0976 Adirondack Wire & Cable
349 1.477.2.2 itohy vendor BECKHOFF 0x0978 Beckhoff
350 1.477.2.2 itohy vendor MINDSATWORK 0x097a Minds At Work
351 1.477.2.2 itohy vendor POINTCHIPS 0x09a6 PointChips
352 1.477.2.2 itohy vendor INTERSIL 0x09aa Intersil
353 1.477.2.2 itohy vendor ALTIUS 0x09b3 Altius Solutions
354 1.477.2.2 itohy vendor ARRIS 0x09c1 Arris Interactive
355 1.477.2.2 itohy vendor ACTIVCARD 0x09c3 ACTIVCARD
356 1.477.2.2 itohy vendor ACTISYS 0x09c4 ACTiSYS
357 1.477.2.2 itohy vendor NOVATEL 0x09d7 NovAtel
358 1.477.2.2 itohy vendor AFOURTECH 0x09da A-FOUR TECH
359 1.477.2.2 itohy vendor AIMEX 0x09dc AIMEX
360 1.477.2.2 itohy vendor ADDONICS 0x09df Addonics Technologies
361 1.477.2.2 itohy vendor AKAI 0x09e8 AKAI professional M.I.
362 1.477.2.2 itohy vendor ARESCOM 0x09f5 ARESCOM
363 1.477.2.2 itohy vendor BAY 0x09f9 Bay Associates
364 1.477.2.2 itohy vendor ALTERA 0x09fb Altera
365 1.477.2.2 itohy vendor CSR 0x0a12 Cambridge Silicon Radio
366 1.477.2.2 itohy vendor TREK 0x0a16 Trek Technology
367 1.477.2.2 itohy vendor ASAHIOPTICAL 0x0a17 Asahi Optical
368 1.477.2.2 itohy vendor BOCASYSTEMS 0x0a43 Boca Systems
369 1.477.2.2 itohy vendor MEDIAGEAR 0x0a48 MediaGear
370 1.477.2.2 itohy vendor BROADCOM 0x0a5c Broadcom
371 1.477.2.2 itohy vendor GREENHOUSE 0x0a6b GREENHOUSE
372 1.477.2.2 itohy vendor GEOCAST 0x0a79 Geocast Network Systems
373 1.477.2.2 itohy vendor ZYDAS 0x0ace Zydas Technology Corporation
374 1.477.2.2 itohy vendor NEODIO 0x0aec Neodio
375 1.477.2.2 itohy vendor OPTIONNV 0x0af0 Option N.V:
376 1.477.2.2 itohy vendor ASUSTEK 0x0b05 ASUSTeK Computer
377 1.477.2.2 itohy vendor TODOS 0x0b0c Todos Data System
378 1.477.2.2 itohy vendor SIIG2 0x0b39 SIIG
379 1.477.2.2 itohy vendor TEKRAM 0x0b3b Tekram Technology
380 1.477.2.2 itohy vendor HAL 0x0b41 HAL Corporation
381 1.477.2.2 itohy vendor EMS 0x0b43 EMS Production
382 1.477.2.2 itohy vendor NEC2 0x0b62 NEC
383 1.477.2.2 itohy vendor ATI2 0x0b6f ATI
384 1.477.2.2 itohy vendor ZEEVO 0x0b7a Zeevo, Inc.
385 1.477.2.2 itohy vendor KURUSUGAWA 0x0b7e Kurusugawa Electronics, Inc.
386 1.477.2.2 itohy vendor ASIX 0x0b95 ASIX Electronics
387 1.477.2.2 itohy vendor O2MICRO 0x0b97 O2 Micro
388 1.477.2.2 itohy vendor USR 0x0baf U.S. Robotics
389 1.477.2.2 itohy vendor AMBIT 0x0bb2 Ambit Microsystems
390 1.477.2.2 itohy vendor REALTEK 0x0bda Realtek
391 1.477.2.2 itohy vendor ADDONICS2 0x0bf6 Addonics Technology
392 1.477.2.2 itohy vendor AGATE 0x0c08 Agate Technologies
393 1.477.2.2 itohy vendor DMI 0x0c0b DMI
394 1.477.2.2 itohy vendor CHICONY2 0x0c45 Chicony Electronics
395 1.477.2.2 itohy vendor SEALEVEL 0x0c52 Sealevel System
396 1.477.2.2 itohy vendor LUWEN 0x0c76 EasyDisk
397 1.477.2.2 itohy vendor QUALCOMM_K 0x0c88 Qualcomm Kyocera
398 1.477.2.2 itohy vendor ZCOM 0x0cde Z-Com
399 1.477.2.2 itohy vendor TANGTOP 0x0d3d Tangtop
400 1.477.2.2 itohy vendor SMC3 0x0d5c Standard Microsystems
401 1.477.2.2 itohy vendor PEN 0x0d7d Pen Drive
402 1.477.2.2 itohy vendor ACDC 0x0d7e American Computer & Digital Components
403 1.477.2.2 itohy vendor CMEDIA 0x0d8c C-Media Electronics Inc.
404 1.477.2.2 itohy vendor MSI 0x0db0 Micro Star
405 1.477.2.2 itohy vendor ELCON 0x0db7 ELCON Systemtechnik
406 1.477.2.2 itohy vendor SITECOMEU 0x0df6 Sitecom Europe
407 1.477.2.2 itohy vendor HAWKING 0x0e66 Hawking
408 1.477.2.2 itohy vendor GMATE 0x0e7e G.Mate, Inc
409 1.477.2.2 itohy vendor OTI 0x0ea0 Ours Technology
410 1.477.2.2 itohy vendor PILOTECH 0x0eaf Pilotech
411 1.477.2.2 itohy vendor NOVATECH 0x0eb0 Nova Tech
412 1.477.2.2 itohy vendor EGALAX 0x0eef eGalax
413 1.477.2.2 itohy vendor TOD 0x0ede TOD
414 1.477.2.2 itohy vendor AIRPRIME 0x0f3d AirPrime, Incorporated
415 1.477.2.2 itohy vendor VTECH 0x0f88 VTech
416 1.477.2.2 itohy vendor FALCOM 0x0f94 Falcom Wireless Communications GmbH
417 1.477.2.2 itohy vendor RIM 0x0fca Research In Motion
418 1.477.2.2 itohy vendor DYNASTREAM 0x0fcf Dynastream Innovations
419 1.477.2.2 itohy vendor QUALCOMM 0x1004 Qualcomm
420 1.477.2.2 itohy vendor GIGABYTE 0x1044 GIGABYTE
421 1.477.2.2 itohy vendor MOTOROLA 0x1063 Motorola
422 1.477.2.2 itohy vendor CCYU 0x1065 CCYU Technology
423 1.477.2.2 itohy vendor SILABS2 0x10a6 SILABS2
424 1.477.2.2 itohy vendor USI 0x10ab USI
425 1.477.2.2 itohy vendor PLX 0x10b5 PLX
426 1.477.2.2 itohy vendor ASANTE 0x10bd Asante
427 1.477.2.2 itohy vendor SILABS 0x10c4 Silicon Labs
428 1.477.2.2 itohy vendor JRC 0x1145 Japan Radio Company
429 1.477.2.2 itohy vendor SPHAIRON 0x114b Sphairon Access Systems GmbH
430 1.477.2.2 itohy vendor DELORME 0x1163 DeLorme
431 1.477.2.2 itohy vendor SERVERWORKS 0x1166 ServerWorks
432 1.477.2.2 itohy vendor ACERCM 0x1189 Acer Communications & Multimedia
433 1.477.2.2 itohy vendor SIERRA 0x1199 Sierra Wireless
434 1.477.2.2 itohy vendor TOPFIELD 0x11db Topfield Co., Ltd
435 1.477.2.2 itohy vendor NETINDEX 0x11f6 NetIndex
436 1.477.2.2 itohy vendor TSUNAMI 0x1241 Tsunami
437 1.477.2.2 itohy vendor TARGUS 0x1267 Targus
438 1.477.2.2 itohy vendor TWINMOS 0x126f TwinMOS
439 1.477.2.2 itohy vendor CREATIVE2 0x1292 Creative Labs
440 1.477.2.2 itohy vendor BELKIN2 0x1293 Belkin Components
441 1.477.2.2 itohy vendor CYBERTAN 0x129b CyberTAN Technology
442 1.477.2.2 itohy vendor HUAWEI 0x12d1 Huawei Technologies
443 1.477.2.2 itohy vendor AINCOMM 0x12fd Aincomm
444 1.477.2.2 itohy vendor MOBILITY 0x1342 Mobility
445 1.477.2.2 itohy vendor DICKSMITH 0x1371 Dick Smith Electronics
446 1.477.2.2 itohy vendor BALTECH 0x13ad Baltech
447 1.477.2.2 itohy vendor CISCOLINKSYS 0x13b1 Cisco-Linksys
448 1.477.2.2 itohy vendor SHARK 0x13d2 Shark
449 1.477.2.2 itohy vendor NOVATEL2 0x1410 Novatel
450 1.477.2.2 itohy vendor WISTRONNEWEB 0x1435 Wistron NeWeb
451 1.477.2.2 itohy vendor HUAWEI3COM 0x1472 Huawei-3Com
452 1.477.2.2 itohy vendor SILICOM 0x1485 Silicom
453 1.477.2.2 itohy vendor RALINK 0x1485 Ralink Technology
454 1.477.2.2 itohy vendor RALINK_2 0x148f Ralink Technology
455 1.477.2.2 itohy vendor CONCEPTRONIC 0x14b2 Conceptronic
456 1.477.2.2 itohy vendor PLANEX3 0x14ea Planex Communications
457 1.477.2.2 itohy vendor SILICONPORTALS 0x1527 Silicon Portals
458 1.477.2.2 itohy vendor OQO 0x1557 OQO
459 1.477.2.2 itohy vendor UMEDIA 0x157e U-MEDIA Communications
460 1.477.2.2 itohy vendor FIBERLINE 0x1582 Fiberline
461 1.477.2.2 itohy vendor SOHOWARE 0x15e8 SOHOware
462 1.477.2.2 itohy vendor UMAX 0x1606 UMAX Data Systems
463 1.477.2.2 itohy vendor INSIDEOUT 0x1608 Inside Out Networks
464 1.477.2.2 itohy vendor GOODWAY 0x1631 Good Way Technology
465 1.477.2.2 itohy vendor ENTREGA 0x1645 Entrega
466 1.477.2.2 itohy vendor ACTIONTEC 0x1668 Actiontec Electronics
467 1.477.2.2 itohy vendor GIGASET 0x1690 Gigaset
468 1.477.2.2 itohy vendor ANYDATA 0x16d5 AnyDATA Inc.
469 1.477.2.2 itohy vendor JABLOTRON 0x16d6 Jablotron
470 1.477.2.2 itohy vendor LINKSYS4 0x1737 Linksys
471 1.477.2.2 itohy vendor SENAO 0x1740 Senao
472 1.477.2.2 itohy vendor AMIT 0x18c5 AMIT
473 1.477.2.2 itohy vendor QCOM 0x18e8 Qcom
474 1.477.2.2 itohy vendor LINKSYS3 0x1915 Linksys
475 1.477.2.2 itohy vendor DLINK 0x2001 D-Link
476 1.477.2.2 itohy vendor PLANEX2 0x2019 Planex Communications
477 1.477.2.2 itohy vendor ERICSSON 0x2282 Ericsson
478 1.477.2.2 itohy vendor MOTOROLA2 0x22b8 Motorola
479 1.477.2.2 itohy vendor TRIPPLITE 0x2478 Tripp-Lite
480 1.477.2.2 itohy vendor HIROSE 0x2631 Hirose Electric
481 1.477.2.2 itohy vendor NHJ 0x2770 NHJ
482 1.477.2.2 itohy vendor PLANEX 0x2c02 Planex Communications
483 1.477.2.2 itohy vendor VIDZMEDIA 0x3275 VidzMedia Pte Ltd
484 1.477.2.2 itohy vendor AEI 0x3334 AEI
485 1.477.2.2 itohy vendor HANK 0x3353 Hank Connection
486 1.477.2.2 itohy vendor PQI 0x3538 PQI
487 1.477.2.2 itohy vendor DAISY 0x3579 Daisy Technology
488 1.477.2.2 itohy vendor NI 0x3923 National Instruments
489 1.477.2.2 itohy vendor MICRONET 0x3980 Micronet Communications
490 1.477.2.2 itohy vendor IODATA2 0x40bb I-O Data
491 1.477.2.2 itohy vendor IRIVER 0x4102 iRiver
492 1.477.2.2 itohy vendor DELL 0x413c Dell
493 1.477.2.2 itohy vendor AVERATEC 0x50c2 Averatec
494 1.477.2.2 itohy vendor SWEEX 0x5173 Sweex
495 1.477.2.2 itohy vendor ONSPEC2 0x55aa OnSpec Electronic Inc.
496 1.477.2.2 itohy vendor ZINWELL 0x5a57 Zinwell
497 1.477.2.2 itohy vendor SITECOM 0x6189 Sitecom
498 1.477.2.2 itohy vendor ARKMICROCHIPS 0x6547 ArkMicroChips
499 1.477.2.2 itohy vendor 3COM2 0x6891 3Com
500 1.477.2.2 itohy vendor INTEL 0x8086 Intel
501 1.477.2.2 itohy vendor MOSCHIP 0x9710 MosChip Semiconductor
502 1.477.2.2 itohy vendor HP2 0xf003 Hewlett Packard
503 1.477.2.2 itohy vendor USRP 0xfffe GNU Radio USRP
504 1.477.2.2 itohy
505 1.477.2.2 itohy /*
506 1.477.2.2 itohy * List of known products. Grouped by vendor.
507 1.477.2.2 itohy */
508 1.477.2.2 itohy
509 1.477.2.2 itohy /* 3Com products */
510 1.477.2.2 itohy product 3COM HOMECONN 0x009d HomeConnect USB Camera
511 1.477.2.2 itohy product 3COM 3CREB96 0x00a0 Bluetooth USB Adapter
512 1.477.2.2 itohy product 3COM 3C19250 0x03e8 3C19250 Ethernet adapter
513 1.477.2.2 itohy product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice Faxmodem Pro
514 1.477.2.2 itohy product 3COM 3C460 0x11f8 HomeConnect 3C460
515 1.477.2.2 itohy product 3COM 3C460B 0x4601 HomeConnect 3C460B
516 1.477.2.2 itohy product 3COM2 3CRUSB10075 0xa727 3CRUSB10075
517 1.477.2.2 itohy
518 1.477.2.2 itohy product 3COMUSR OFFICECONN 0x0082 3Com OfficeConnect Analog Modem
519 1.477.2.2 itohy product 3COMUSR USRISDN 0x008f 3Com U.S. Robotics Pro ISDN TA
520 1.477.2.2 itohy product 3COMUSR HOMECONN 0x009d 3Com HomeConnect camera
521 1.477.2.2 itohy product 3COMUSR USR56K 0x3021 U.S.Robotics 56000 Voice Faxmodem Pro
522 1.477.2.2 itohy
523 1.477.2.2 itohy /* ACDC products */
524 1.477.2.2 itohy product ACDC HUB 0x2315 USB Pen Drive HUB
525 1.477.2.2 itohy product ACDC SECWRITE 0x2316 USB Pen Drive Secure Write
526 1.477.2.2 itohy product ACDC PEN 0x2317 USB Pen Drive with Secure Write
527 1.477.2.2 itohy
528 1.477.2.2 itohy /* AboCom products */
529 1.477.2.2 itohy product ABOCOM XX1 0x110c XX1
530 1.477.2.2 itohy product ABOCOM XX2 0x200c XX2
531 1.477.2.2 itohy product ABOCOM URE450 0x4000 URE450 Ethernet Adapter
532 1.477.2.2 itohy product ABOCOM UFE1000 0x4002 UFE1000 Fast Ethernet Adapter
533 1.477.2.2 itohy product ABOCOM DSB650TX_PNA 0x4003 1/10/100 ethernet adapter
534 1.477.2.2 itohy product ABOCOM XX4 0x4004 XX4
535 1.477.2.2 itohy product ABOCOM XX5 0x4007 XX5
536 1.477.2.2 itohy product ABOCOM XX6 0x400b XX6
537 1.477.2.2 itohy product ABOCOM XX7 0x400c XX7
538 1.477.2.2 itohy product ABOCOM LCS8138TX 0x401a LCS-8138TX
539 1.477.2.2 itohy product ABOCOM XX8 0x4102 XX8
540 1.477.2.2 itohy product ABOCOM XX9 0x4104 XX9
541 1.477.2.2 itohy product ABOCOM UFE2000 0x420a UFE2000 USB2.0 Fast Ethernet Adapter
542 1.477.2.2 itohy product ABOCOM WL54 0x6001 WL54
543 1.477.2.2 itohy product ABOCOM XX10 0xabc1 XX10
544 1.477.2.2 itohy product ABOCOM HWU54DM 0xb21b HWU54DM
545 1.477.2.2 itohy product ABOCOM RT2573_2 0xb21c RT2573
546 1.477.2.2 itohy product ABOCOM RT2573_3 0xb21d RT2573
547 1.477.2.2 itohy product ABOCOM RT2573_4 0xb21e RT2573
548 1.477.2.2 itohy product ABOCOM WUG2700 0xb21f WUG2700
549 1.477.2.2 itohy
550 1.477.2.2 itohy /* Accton products */
551 1.477.2.2 itohy product ACCTON USB320_EC 0x1046 USB320-EC Ethernet Adapter
552 1.477.2.2 itohy product ACCTON 111 0x3503 T-Sinus 111 WLAN
553 1.477.2.2 itohy product ACCTON SMCWUSBG 0x4505 SMCWUSB-G
554 1.477.2.2 itohy product ACCTON SS1001 0x5046 SpeedStream Ethernet Adapter
555 1.477.2.2 itohy product ACCTON ZD1211B 0xe501 ZD1211B
556 1.477.2.2 itohy
557 1.477.2.2 itohy /* Acer Communications & Multimedia products */
558 1.477.2.2 itohy product ACERCM EP1427X2 0x0893 EP-1427X-2 Ethernet
559 1.477.2.2 itohy
560 1.477.2.2 itohy /* Acer Labs products */
561 1.477.2.2 itohy product ACERLABS M5632 0x5632 USB 2.0 Data Link
562 1.477.2.2 itohy
563 1.477.2.2 itohy /* Acer Peripherals, Inc. products */
564 1.477.2.2 itohy product ACERP ACERSCAN_C310U 0x12a6 Acerscan C310U
565 1.477.2.2 itohy product ACERP ACERSCAN_320U 0x2022 Acerscan 320U
566 1.477.2.2 itohy product ACERP ACERSCAN_640U 0x2040 Acerscan 640U
567 1.477.2.2 itohy product ACERP ACERSCAN_620U 0x2060 Acerscan 620U
568 1.477.2.2 itohy product ACERP ATAPI 0x6003 ATA/ATAPI adapter
569 1.477.2.2 itohy product ACERP AWL300 0x9000 AWL300
570 1.477.2.2 itohy product ACERP AWL400 0x9001 AWL400
571 1.477.2.2 itohy
572 1.477.2.2 itohy /* Acer Products */
573 1.477.2.2 itohy product ACERW WARPLINK 0x0204 Warplink
574 1.477.2.2 itohy
575 1.477.2.2 itohy /* Actiontec products */
576 1.477.2.2 itohy product ACTIONTEC PRISM_25 0x0408 Prism2.5 WLAN
577 1.477.2.2 itohy product ACTIONTEC PRISM_25A 0x0421 Prism2.5 WLAN A
578 1.477.2.2 itohy product ACTIONTEC FREELAN 0x6106 ROPEX FreeLan 802.11b
579 1.477.2.2 itohy product ACTIONTEC UAT1 0x7605 UAT1 Wireless Ethernet adapter
580 1.477.2.2 itohy
581 1.477.2.2 itohy /* ACTiSYS products */
582 1.477.2.2 itohy product ACTISYS IR2000U 0x0011 ACT-IR2000U FIR
583 1.477.2.2 itohy
584 1.477.2.2 itohy /* ActiveWire, Inc. products */
585 1.477.2.2 itohy product ACTIVEWIRE IOBOARD 0x0100 I/O Board
586 1.477.2.2 itohy product ACTIVEWIRE IOBOARD_FW1 0x0101 I/O Board, rev. 1 firmware
587 1.477.2.2 itohy
588 1.477.2.2 itohy /* Adaptec products */
589 1.477.2.2 itohy product ADAPTEC AWN8020 0x0020 AWN-8020 WLAN
590 1.477.2.2 itohy
591 1.477.2.2 itohy /* Addonics products */
592 1.477.2.2 itohy product ADDONICS2 205 0xa001 Cable 205
593 1.477.2.2 itohy
594 1.477.2.2 itohy /* ADMtek products */
595 1.477.2.2 itohy product ADMTEK PEGASUSII_4 0x07c2 AN986A Ethernet
596 1.477.2.2 itohy product ADMTEK PEGASUS 0x0986 AN986 USB Ethernet
597 1.477.2.2 itohy product ADMTEK PEGASUSII 0x8511 AN8511 USB Ethernet
598 1.477.2.2 itohy product ADMTEK PEGASUSII_2 0x8513 AN8513 Ethernet
599 1.477.2.2 itohy product ADMTEK PEGASUSII_3 0x8515 ADM8515 USB 2.0 Ethernet
600 1.477.2.2 itohy
601 1.477.2.2 itohy /* ADS products */
602 1.477.2.2 itohy product ADS UBS10BT 0x0008 UBS-10BT Ethernet
603 1.477.2.2 itohy product ADS UBS10BTX 0x0009 UBS-10BT Ethernet
604 1.477.2.2 itohy
605 1.477.2.2 itohy /* AEI products */
606 1.477.2.2 itohy product AEI USBTOLAN 0x1701 AEI USB to Lan adapter
607 1.477.2.2 itohy
608 1.477.2.2 itohy /* Agate Technologies products */
609 1.477.2.2 itohy product AGATE QDRIVE 0x0378 Q-Drive
610 1.477.2.2 itohy
611 1.477.2.2 itohy /* AGFA products */
612 1.477.2.2 itohy product AGFA SNAPSCAN1212U 0x0001 SnapScan 1212U
613 1.477.2.2 itohy product AGFA SNAPSCAN1236U 0x0002 SnapScan 1236U
614 1.477.2.2 itohy product AGFA SNAPSCANTOUCH 0x0100 SnapScan Touch
615 1.477.2.2 itohy product AGFA SNAPSCAN1212U2 0x2061 SnapScan 1212U
616 1.477.2.2 itohy product AGFA SNAPSCANE40 0x208d SnapScan e40
617 1.477.2.2 itohy product AGFA SNAPSCANE50 0x208f SnapScan e50
618 1.477.2.2 itohy product AGFA SNAPSCANE20 0x2091 SnapScan e20
619 1.477.2.2 itohy product AGFA SNAPSCANE25 0x2095 SnapScan e25
620 1.477.2.2 itohy product AGFA SNAPSCANE26 0x2097 SnapScan e26
621 1.477.2.2 itohy product AGFA SNAPSCANE52 0x20fd SnapScan e52
622 1.477.2.2 itohy
623 1.477.2.2 itohy /* Aincomm products */
624 1.477.2.2 itohy product AINCOMM AWU2000B 0x1001 AWU2000B
625 1.477.2.2 itohy
626 1.477.2.2 itohy /* AIPTEK International products */
627 1.477.2.2 itohy product AIPTEK2 PENCAM_MEGA_1_3 0x504a PenCam Mega 1.3
628 1.477.2.2 itohy
629 1.477.2.2 itohy /* AirPrime products */
630 1.477.2.2 itohy product AIRPRIME PC5220 0x0112 CDMA Wireless PC Card
631 1.477.2.2 itohy
632 1.477.2.2 itohy /* AKS products */
633 1.477.2.2 itohy product AKS USBHASP 0x0001 USB-HASP 0.06
634 1.477.2.2 itohy
635 1.477.2.2 itohy /* Alcor Micro, Inc. products */
636 1.477.2.2 itohy product ALCOR2 KBD_HUB 0x2802 Kbd Hub
637 1.477.2.2 itohy
638 1.477.2.2 itohy product ALCOR MA_KBD_HUB 0x9213 MacAlly Kbd Hub
639 1.477.2.2 itohy product ALCOR AU9814 0x9215 AU9814 Hub
640 1.477.2.2 itohy product ALCOR SM_KBD 0x9410 MicroConnectors/StrongMan Keyboard
641 1.477.2.2 itohy product ALCOR NEC_KBD_HUB 0x9472 NEC Kbd Hub
642 1.477.2.2 itohy
643 1.477.2.2 itohy /* Altec Lansing products */
644 1.477.2.2 itohy product ALTEC ADA70 0x0070 ADA70 Speakers
645 1.477.2.2 itohy product ALTEC ASC495 0xff05 ASC495 Speakers
646 1.477.2.2 itohy
647 1.477.2.2 itohy /* American Power Conversion products */
648 1.477.2.2 itohy product APC UPS 0x0002 Uninterruptible Power Supply
649 1.477.2.2 itohy
650 1.477.2.2 itohy /* Ambit Microsystems products */
651 1.477.2.2 itohy product AMBIT NTL_250 0x6098 NTL 250 cable modem
652 1.477.2.2 itohy
653 1.477.2.2 itohy /* AMIT products */
654 1.477.2.2 itohy product AMIT CGWLUSB2GO 0x0002 CG-WLUSB2GO
655 1.477.2.2 itohy
656 1.477.2.2 itohy /* Anchor products */
657 1.477.2.2 itohy product ANCHOR EZUSB 0x2131 EZUSB
658 1.477.2.2 itohy product ANCHOR EZLINK 0x2720 EZLINK
659 1.477.2.2 itohy
660 1.477.2.2 itohy /* AnyDATA Inc. products */
661 1.477.2.2 itohy product ANYDATA ADU_E100H 0x6501 ADU-E100H
662 1.477.2.2 itohy
663 1.477.2.2 itohy /* AOX, Inc. products */
664 1.477.2.2 itohy product AOX USB101 0x0008 USB ethernet controller engine
665 1.477.2.2 itohy
666 1.477.2.2 itohy /* Apple Computer products */
667 1.477.2.2 itohy product APPLE EXT_KBD 0x020c Apple Extended USB Keyboard
668 1.477.2.2 itohy product APPLE OPTMOUSE 0x0302 Optical mouse
669 1.477.2.2 itohy product APPLE MIGHTYMOUSE 0x0304 Mighty Mouse
670 1.477.2.2 itohy product APPLE EXT_KBD_HUB 0x1003 Hub in Apple Extended USB Keyboard
671 1.477.2.2 itohy product APPLE SPEAKERS 0x1101 Speakers
672 1.477.2.2 itohy
673 1.477.2.2 itohy /* ArkMicroChips products */
674 1.477.2.2 itohy product ARKMICROCHIPS USBSERIAL 0x0232 USB-UART Controller
675 1.477.2.2 itohy
676 1.477.2.2 itohy /* Asahi Optical products */
677 1.477.2.2 itohy product ASAHIOPTICAL OPTIO230 0x0004 PENTAX Optio230
678 1.477.2.2 itohy product ASAHIOPTICAL OPTIO330 0x0006 Digital camera
679 1.477.2.2 itohy
680 1.477.2.2 itohy /* Asante products */
681 1.477.2.2 itohy product ASANTE EA 0x1427 Ethernet Adapter
682 1.477.2.2 itohy
683 1.477.2.2 itohy /* ASIX Electronics products */
684 1.477.2.2 itohy product ASIX AX88172 0x1720 AX88172 USB 2.0 10/100 Ethernet adapter
685 1.477.2.2 itohy product ASIX AX88178 0x1780 AX88178 USB 2.0 10/100 Ethernet adapter
686 1.477.2.2 itohy product ASIX AX88772 0x7720 AX88772 USB 2.0 10/100 Ethernet adapter
687 1.477.2.2 itohy
688 1.477.2.2 itohy /* ASUSTeK computer products */
689 1.477.2.2 itohy product ASUSTEK WL167G 0x1707 WL-167g USB2.0 WLAN Adapter
690 1.477.2.2 itohy product ASUSTEK WL159G 0x170c WL-159g
691 1.477.2.2 itohy product ASUSTEK A9T_WIFI 0x171b A9T wireless
692 1.477.2.2 itohy product ASUSTEK WL167G_2 0x1723 WL-167g USB2.0 WLAN Adapter (version 2)
693 1.477.2.2 itohy product ASUSTEK WL167G_3 0x1724 WL-167g USB2.0 WLAN Adapter (version 2)
694 1.477.2.2 itohy product ASUSTEK MYPAL_A730 0x4202 MyPal A730
695 1.477.2.2 itohy
696 1.477.2.2 itohy /* ATen products */
697 1.477.2.2 itohy product ATEN UC1284 0x2001 Parallel printer adapter
698 1.477.2.2 itohy product ATEN UC10T 0x2002 10Mbps ethernet adapter
699 1.477.2.2 itohy product ATEN UC232A 0x2008 Serial adapter
700 1.477.2.2 itohy product ATEN UC210T 0x2009 UC210T Ethernet adapter
701 1.477.2.2 itohy product ATEN DSB650C 0x4000 DSB-650C
702 1.477.2.2 itohy
703 1.477.2.2 itohy /* ATI products */
704 1.477.2.2 itohy product ATI2 205 0xa001 USB Cable 205
705 1.477.2.2 itohy
706 1.477.2.2 itohy /* Atmel Comp. products */
707 1.477.2.2 itohy product ATMEL UHB124 0x3301 UHB124 hub
708 1.477.2.2 itohy product ATMEL DWL900AP 0x5601 DWL-900AP Wireless access point
709 1.477.2.2 itohy product ATMEL DWL120 0x7602 DWL-120 Wireless adapter
710 1.477.2.2 itohy product ATMEL AT76C503A 0x7603 AT76C503A
711 1.477.2.2 itohy product ATMEL BW002 0x7605 BW002 Wireless adapter
712 1.477.2.2 itohy product ATMEL WL1130 0x7613 WL-1130
713 1.477.2.2 itohy product ATMEL AT76C505A 0x7614 AT76C505A
714 1.477.2.2 itohy
715 1.477.2.2 itohy /* Audio-Technica products */
716 1.477.2.2 itohy product AUDIOTECHNICA ATCHA4USB 0x0009 ATC-HA4USB USB headphone
717 1.477.2.2 itohy
718 1.477.2.2 itohy /* Avance Logic products */
719 1.477.2.2 itohy product AVANCELOGIC USBAUDIO 0x0100 USB Audio Speaker
720 1.477.2.2 itohy
721 1.477.2.2 itohy /* Averatec products */
722 1.477.2.2 itohy product AVERATEC USBWLAN 0x4013 WLAN
723 1.477.2.2 itohy
724 1.477.2.2 itohy /* Avision products */
725 1.477.2.2 itohy product AVISION 1200U 0x0268 1200U scanner
726 1.477.2.2 itohy
727 1.477.2.2 itohy /* Baltech products */
728 1.477.2.2 itohy product BALTECH CARDREADER 0x9999 Card reader
729 1.477.2.2 itohy
730 1.477.2.2 itohy /* B&B Electronics products */
731 1.477.2.2 itohy product BBELECTRONICS USOTL4 0xAC01 uLinks RS-422/485
732 1.477.2.2 itohy
733 1.477.2.2 itohy /* Belkin products */
734 1.477.2.2 itohy /*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/
735 1.477.2.2 itohy product BELKIN2 F5U002 0x0002 F5U002 Parallel printer adapter
736 1.477.2.2 itohy product BELKIN F5D6050 0x0050 F5D6050 802.11b Wireless adapter
737 1.477.2.2 itohy product BELKIN F5U103 0x0103 F5U103 Serial adapter
738 1.477.2.2 itohy product BELKIN F5U109 0x0109 F5U109 Serial adapter
739 1.477.2.2 itohy product BELKIN SCSI 0x0115 SCSI Adaptor
740 1.477.2.2 itohy product BELKIN USB2LAN 0x0121 USB to LAN Converter
741 1.477.2.2 itohy product BELKIN F5U208 0x0208 F5U208 VideoBus II
742 1.477.2.2 itohy product BELKIN F5U237 0x0237 F5U237 USB 2.0 7-Port Hub
743 1.477.2.2 itohy product BELKIN F5U409 0x0409 F5U409 Serial
744 1.477.2.2 itohy product BELKIN UPS 0x0980 UPS
745 1.477.2.2 itohy product BELKIN F5U120 0x1203 F5U120-PC Hub
746 1.477.2.2 itohy product BELKIN ZD1211B 0x4050 ZD1211B
747 1.477.2.2 itohy product BELKIN F5D5055 0x5055 F5D5055 Ethernet adapter
748 1.477.2.2 itohy product BELKIN F5D7050 0x7050 F5D7050 54g USB Network Adapter
749 1.477.2.2 itohy product BELKIN F5D7051 0x7051 F5D7051 54g USB Network Adapter
750 1.477.2.2 itohy product BELKIN F5D7050A 0x705a F5D705A 54g USB Network Adapter
751 1.477.2.2 itohy product BELKIN F5D7050C 0x705c F5D705C 54g USB Network Adapter
752 1.477.2.2 itohy product BELKIN F5D9050V3 0x905b F5D9050 ver 3
753 1.477.2.2 itohy
754 1.477.2.2 itohy /* Billionton products */
755 1.477.2.2 itohy product BILLIONTON USB100 0x0986 USB100N 10/100 FastEthernet Adapter
756 1.477.2.2 itohy product BILLIONTON USBLP100 0x0987 USB100LP
757 1.477.2.2 itohy product BILLIONTON USBEL100 0x0988 USB100EL
758 1.477.2.2 itohy product BILLIONTON USBE100 0x8511 USBE100
759 1.477.2.2 itohy product BILLIONTON USB2AR 0x90ff USB2AR Ethernet
760 1.477.2.2 itohy
761 1.477.2.2 itohy /* Broadcom products */
762 1.477.2.2 itohy product BROADCOM BCM2033 0x2000 BCM2033
763 1.477.2.2 itohy product BROADCOM BCM2033NF 0x2033 BCM2033 (no firmware)
764 1.477.2.2 itohy
765 1.477.2.2 itohy /* Brother Industries products */
766 1.477.2.2 itohy product BROTHER HL1050 0x0002 HL-1050 laser printer
767 1.477.2.2 itohy
768 1.477.2.2 itohy /* Behavior Technology Computer products */
769 1.477.2.2 itohy product BTC BTC7932 0x6782 Keyboard with mouse port
770 1.477.2.2 itohy
771 1.477.2.2 itohy /* Canon, Inc. products */
772 1.477.2.2 itohy product CANON N656U 0x2206 CanoScan N656U
773 1.477.2.2 itohy product CANON N1220U 0x2207 CanoScan N1220U
774 1.477.2.2 itohy product CANON N670U 0x220d CanoScan N670U
775 1.477.2.2 itohy product CANON N1240U 0x220e CanoScan N1240U
776 1.477.2.2 itohy product CANON S10 0x3041 PowerShot S10
777 1.477.2.2 itohy product CANON S20 0x3043 PowerShot S20
778 1.477.2.2 itohy product CANON S100_US 0x3045 PowerShot S100
779 1.477.2.2 itohy product CANON S100_EU 0x3047 PowerShot S100
780 1.477.2.2 itohy product CANON G1 0x3048 PowerShot G1
781 1.477.2.2 itohy product CANON A20 0x304e PowerShot A20
782 1.477.2.2 itohy product CANON S200 0x3065 PowerShot S200
783 1.477.2.2 itohy product CANON EOS300D 0x3084 EOS 300D / Digital Rebel
784 1.477.2.2 itohy product CANON SD630 0x30fe PowerShot SD630
785 1.477.2.2 itohy
786 1.477.2.2 itohy /* CASIO products */
787 1.477.2.2 itohy product CASIO QV 0x1001 QV DigitalCamera
788 1.477.2.2 itohy product CASIO BE300 0x2002 BE-300 PDA
789 1.477.2.2 itohy product CASIO NAMELAND 0x4001 CASIO Nameland EZ-USB
790 1.477.2.2 itohy
791 1.477.2.2 itohy /* CATC products */
792 1.477.2.2 itohy product CATC NETMATE 0x000a Netmate ethernet adapter
793 1.477.2.2 itohy product CATC NETMATE2 0x000c Netmate2 ethernet adapter
794 1.477.2.2 itohy product CATC CHIEF 0x000d USB Chief Bus & Protocol Analyzer
795 1.477.2.2 itohy product CATC ANDROMEDA 0x1237 Andromeda hub
796 1.477.2.2 itohy
797 1.477.2.2 itohy /* CCYU Technology products */
798 1.477.2.2 itohy product CCYU EASYDISK 0x2136 EasyDisk Portable Device
799 1.477.2.2 itohy
800 1.477.2.2 itohy /* Cherry products */
801 1.477.2.2 itohy product CHERRY MY3000KBD 0x0001 My3000 keyboard
802 1.477.2.2 itohy product CHERRY MY3000HUB 0x0003 My3000 hub
803 1.477.2.2 itohy product CHERRY CYBOARD 0x0004 CyBoard Keyboard
804 1.477.2.2 itohy
805 1.477.2.2 itohy /* Chic Technology products */
806 1.477.2.2 itohy product CHIC MOUSE1 0x0001 mouse
807 1.477.2.2 itohy product CHIC CYPRESS 0x0003 Cypress USB Mouse
808 1.477.2.2 itohy
809 1.477.2.2 itohy /* Chicony products */
810 1.477.2.2 itohy product CHICONY KB8933 0x0001 KB-8933 keyboard
811 1.477.2.2 itohy product CHICONY2 TWINKLECAM 0x600d TwinkleCam USB camera
812 1.477.2.2 itohy
813 1.477.2.2 itohy /* CH Products */
814 1.477.2.2 itohy product CHPRODUCTS PROTHROTTLE 0x00f1 Pro Throttle
815 1.477.2.2 itohy product CHPRODUCTS PROPEDALS 0x00f2 Pro Pedals
816 1.477.2.2 itohy product CHPRODUCTS FIGHTERSTICK 0x00f3 Fighterstick
817 1.477.2.2 itohy product CHPRODUCTS FLIGHTYOKE 0x00ff Flight Sim Yoke
818 1.477.2.2 itohy
819 1.477.2.2 itohy /* Cisco-Linksys products */
820 1.477.2.2 itohy product CISCOLINKSYS WUSB54G 0x000d WUSB54G Wireless-G USB Network Adapter
821 1.477.2.2 itohy product CISCOLINKSYS WUSB54GP 0x0011 WUSB54GP Wireless-G USB Network Adapter
822 1.477.2.2 itohy product CISCOLINKSYS USB200MV2 0x0018 USB200M v2
823 1.477.2.2 itohy product CISCOLINKSYS HU200TS 0x001a HU200-TS
824 1.477.2.2 itohy product CISCOLINKSYS WUSB54GC 0x0020 WUSB54GC
825 1.477.2.2 itohy product CISCOLINKSYS WUSB54GR 0x0023 WUSB54GR
826 1.477.2.2 itohy product CISCOLINKSYS WUSBF54G 0x0024 WUSBF54G
827 1.477.2.2 itohy
828 1.477.2.2 itohy /* Compaq products */
829 1.477.2.2 itohy product COMPAQ IPAQPOCKETPC 0x0003 iPAQ PocketPC
830 1.477.2.2 itohy product COMPAQ A1500 0x0012 A1500
831 1.477.2.2 itohy product COMPAQ W100 0x0033 W100
832 1.477.2.2 itohy product COMPAQ W200 0x0076 WLAN MultiPort W200
833 1.477.2.2 itohy product COMPAQ PJB100 0x504a Personal Jukebox PJB100
834 1.477.2.2 itohy product COMPAQ IPAQLINUX 0x505a iPAQ Linux
835 1.477.2.2 itohy product COMPAQ HNE200 0x8511 HNE-200 USB Ethernet adapter
836 1.477.2.2 itohy
837 1.477.2.2 itohy /* Composite Corp products looks the same as "TANGTOP" */
838 1.477.2.2 itohy product COMPOSITE USBPS2 0x0001 USB to PS2 Adaptor
839 1.477.2.2 itohy
840 1.477.2.2 itohy /* Conceptronic products */
841 1.477.2.2 itohy product CONCEPTRONIC C54RU 0x3c02 C54RU WLAN
842 1.477.2.2 itohy product CONCEPTRONIC C54RU2 0x3c22 C54RU
843 1.477.2.2 itohy
844 1.477.2.2 itohy /* Concord Camera products */
845 1.477.2.2 itohy product CONCORDCAMERA EYE_Q_3X 0x0100 Eye Q 3x
846 1.477.2.2 itohy
847 1.477.2.2 itohy /* Connectix products */
848 1.477.2.2 itohy product CONNECTIX QUICKCAM 0x0001 QuickCam
849 1.477.2.2 itohy
850 1.477.2.2 itohy /* Corega products */
851 1.477.2.2 itohy product COREGA ETHER_USB_T 0x0001 Ether USB-T
852 1.477.2.2 itohy product COREGA FETHER_USB_TX 0x0004 FEther USB-TX
853 1.477.2.2 itohy product COREGA WLAN_USB_USB_11 0x000c WirelessLAN USB-11
854 1.477.2.2 itohy product COREGA FETHER_USB_TXS 0x000d FEther USB-TXS
855 1.477.2.2 itohy product COREGA WLANUSB 0x0012 Wireless LAN USB Stick-11
856 1.477.2.2 itohy product COREGA FETHER_USB2_TX 0x0017 FEther USB2-TX
857 1.477.2.2 itohy product COREGA WLUSB_11_KEY 0x001a ULUSB-11 Key
858 1.477.2.2 itohy product COREGA FETHER_USB_TXC 0x9601 FEther USB-TXC
859 1.477.2.2 itohy
860 1.477.2.2 itohy /* Creative products */
861 1.477.2.2 itohy product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player
862 1.477.2.2 itohy product CREATIVE NOMAD_IIMG 0x4004 Nomad II MG
863 1.477.2.2 itohy product CREATIVE NOMAD 0x4106 Nomad
864 1.477.2.2 itohy
865 1.477.2.2 itohy product CREATIVE2 VOIP_BLASTER 0x0258 Voip Blaster
866 1.477.2.2 itohy
867 1.477.2.2 itohy product CREATIVE3 OPTICAL_MOUSE 0x0001 Notebook Optical Mouse
868 1.477.2.2 itohy
869 1.477.2.2 itohy /* Cambridge Silicon Radio products */
870 1.477.2.2 itohy product CSR BLUETOOTH 0x0001 Bluetooth USB Adapter
871 1.477.2.2 itohy product CSR BLUETOOTH_NF 0xffff Bluetooth USB Adapter
872 1.477.2.2 itohy
873 1.477.2.2 itohy /* CTX products */
874 1.477.2.2 itohy product CTX EX1300 0x9999 Ex1300 hub
875 1.477.2.2 itohy
876 1.477.2.2 itohy /* CyberTAN Technology products */
877 1.477.2.2 itohy product CYBERTAN TG54USB 0x1666 TG54USB
878 1.477.2.2 itohy
879 1.477.2.2 itohy /* Cypress Semiconductor products */
880 1.477.2.2 itohy product CYPRESS MOUSE 0x0001 mouse
881 1.477.2.2 itohy product CYPRESS THERMO 0x0002 thermometer
882 1.477.2.2 itohy product CYPRESS KBDHUB 0x0101 Keyboard/Hub
883 1.477.2.2 itohy product CYPRESS FMRADIO 0x1002 FM Radio
884 1.477.2.2 itohy product CYPRESS USBRS232 0x5500 USB-RS232 Interface
885 1.477.2.2 itohy product CYPRESS HUB2 0x6560 USB2 Hub
886 1.477.2.2 itohy
887 1.477.2.2 itohy /* Daisy Technology products */
888 1.477.2.2 itohy product DAISY DMC 0x6901 PhotoClip USBMediaReader
889 1.477.2.2 itohy
890 1.477.2.2 itohy /* Dallas Semiconductor products */
891 1.477.2.2 itohy product DALLAS J6502 0x4201 J-6502 speakers
892 1.477.2.2 itohy product DALLAS USB_FOB_IBUTTON 0x2490 USB-FOB/iBUTTON
893 1.477.2.2 itohy
894 1.477.2.2 itohy /* Dell products */
895 1.477.2.2 itohy product DELL PORT 0x0058 Port Replicator
896 1.477.2.2 itohy product DELL SK8125 0x2002 SK-8125 keyboard
897 1.477.2.2 itohy product DELL X3 0x4002 Axim X3 PDA
898 1.477.2.2 itohy product DELL X30 0x4003 Axim X30 PDA
899 1.477.2.2 itohy product DELL BC02 0x8000 BC02 Bluetooth USB Adapter
900 1.477.2.2 itohy product DELL TM1180 0x8100 TrueMobile 1180 WLAN
901 1.477.2.2 itohy product DELL TM350 0x8103 TrueMobile 350 Bluetooth USB Adapter
902 1.477.2.2 itohy
903 1.477.2.2 itohy /* DeLorme products */
904 1.477.2.2 itohy product DELORME EARTHMATE 0x0100 Earthmate GPS
905 1.477.2.2 itohy product DELORME EARTHMATE_LT20 0x0200 Earthmate LT-20 GPS
906 1.477.2.2 itohy
907 1.477.2.2 itohy /* Diamond products */
908 1.477.2.2 itohy product DIAMOND RIO500USB 0x0001 Rio 500 USB
909 1.477.2.2 itohy
910 1.477.2.2 itohy /* Dick Smith Electronics (really C-Net) products */
911 1.477.2.2 itohy product DICKSMITH RT2573 0x9022 RT2573
912 1.477.2.2 itohy product DICKSMITH CWD854F 0x9032 C-Net CWD-854 rev F
913 1.477.2.2 itohy
914 1.477.2.2 itohy /* Digi International products */
915 1.477.2.2 itohy product DIGI ACCELEPORT2 0x0002 AccelePort USB 2
916 1.477.2.2 itohy product DIGI ACCELEPORT4 0x0004 AccelePort USB 4
917 1.477.2.2 itohy product DIGI ACCELEPORT8 0x0008 AccelePort USB 8
918 1.477.2.2 itohy
919 1.477.2.2 itohy /* Digital Stream Corp. products */
920 1.477.2.2 itohy product DIGITALSTREAM PS2 0x0001 PS/2 Active Adapter
921 1.477.2.2 itohy
922 1.477.2.2 itohy /* D-Link products */
923 1.477.2.2 itohy /*product DLINK DSBS25 0x0100 DSB-S25 serial adapter*/
924 1.477.2.2 itohy product DLINK DUBE100 0x1a00 10/100 ethernet adapter
925 1.477.2.2 itohy product DLINK DSB650TX4 0x200c 10/100 ethernet adapter
926 1.477.2.2 itohy product DLINK DWL122 0x3700 Wireless DWL122
927 1.477.2.2 itohy product DLINK DWLG122 0x3c00 AirPlus G Wireless USB Adapter
928 1.477.2.2 itohy product DLINK2 DWLG122C1 0x3c03 DWL-G122 rev C1
929 1.477.2.2 itohy product DLINK2 WUA1340 0x3c04 WUA-1340
930 1.477.2.2 itohy product DLINK DUBE100B1 0x3c05 DUB-E100 rev B1
931 1.477.2.2 itohy product DLINK DSB650C 0x4000 10Mbps ethernet adapter
932 1.477.2.2 itohy product DLINK DSB650TX1 0x4001 10/100 ethernet adapter
933 1.477.2.2 itohy product DLINK DSB650TX 0x4002 10/100 ethernet adapter
934 1.477.2.2 itohy product DLINK DSB650TX_PNA 0x4003 1/10/100 ethernet adapter
935 1.477.2.2 itohy product DLINK DSB650TX3 0x400b 10/100 ethernet adapter
936 1.477.2.2 itohy product DLINK DSB650TX2 0x4102 10/100 ethernet adapter
937 1.477.2.2 itohy product DLINK DSB650 0xabc1 10/100 ethernet adapter
938 1.477.2.2 itohy
939 1.477.2.2 itohy /* DMI products */
940 1.477.2.2 itohy product DMI SA2_0 0xb001 Storage Adapter
941 1.477.2.2 itohy
942 1.477.2.2 itohy /* DrayTek products */
943 1.477.2.2 itohy product DRAYTEK VIGOR550 0x0550 Vigor550
944 1.477.2.2 itohy
945 1.477.2.2 itohy /* Dynastream Innovations */
946 1.477.2.2 itohy product DYNASTREAM ANTDEVBOARD 0x1003 ANT dev board
947 1.477.2.2 itohy
948 1.477.2.2 itohy /* eGalax Products */
949 1.477.2.2 itohy product EGALAX TPANEL 0x0001 Touch Panel
950 1.477.2.2 itohy product EGALAX TPANEL2 0x0002 Touch Panel
951 1.477.2.2 itohy product EGALAX2 TPANEL 0x0001 Touch Panel
952 1.477.2.2 itohy
953 1.477.2.2 itohy /* Eicon Networks */
954 1.477.2.2 itohy product EICON DIVA852 0x4905 Diva 852 ISDN TA
955 1.477.2.2 itohy
956 1.477.2.2 itohy /* EIZO products */
957 1.477.2.2 itohy product EIZO HUB 0x0000 hub
958 1.477.2.2 itohy product EIZO MONITOR 0x0001 monitor
959 1.477.2.2 itohy
960 1.477.2.2 itohy /* ELCON Systemtechnik products */
961 1.477.2.2 itohy product ELCON PLAN 0x0002 Goldpfeil P-LAN
962 1.477.2.2 itohy
963 1.477.2.2 itohy /* Elecom products */
964 1.477.2.2 itohy product ELECOM MOUSE29UO 0x0002 mouse 29UO
965 1.477.2.2 itohy product ELECOM LDUSBTX0 0x200c LD-USB/TX
966 1.477.2.2 itohy product ELECOM LDUSBTX1 0x4002 LD-USB/TX
967 1.477.2.2 itohy product ELECOM LDUSBLTX 0x4005 LD-USBL/TX
968 1.477.2.2 itohy product ELECOM LDUSBTX2 0x400b LD-USB/TX
969 1.477.2.2 itohy product ELECOM LDUSB20 0x4010 LD-USB20
970 1.477.2.2 itohy product ELECOM UCSGT 0x5003 UC-SGT serial adapter
971 1.477.2.2 itohy product ELECOM UCSGT0 0x5004 UC-SGT0 Serial
972 1.477.2.2 itohy product ELECOM LDUSBTX3 0xabc1 LD-USB/TX
973 1.477.2.2 itohy
974 1.477.2.2 itohy /* Elsa products */
975 1.477.2.2 itohy product ELSA MODEM1 0x2265 ELSA Modem Board
976 1.477.2.2 itohy product ELSA USB2ETHERNET 0x3000 Microlink USB2Ethernet
977 1.477.2.2 itohy
978 1.477.2.2 itohy /* EMS products */
979 1.477.2.2 itohy product EMS DUAL_SHOOTER 0x0003 PSX gun controller converter
980 1.477.2.2 itohy
981 1.477.2.2 itohy /* Entrega products */
982 1.477.2.2 itohy product ENTREGA 1S 0x0001 1S serial connector
983 1.477.2.2 itohy product ENTREGA 2S 0x0002 2S serial connector
984 1.477.2.2 itohy product ENTREGA 1S25 0x0003 1S25 serial connector
985 1.477.2.2 itohy product ENTREGA 4S 0x0004 4S serial connector
986 1.477.2.2 itohy product ENTREGA E45 0x0005 E45 Ethernet adapter
987 1.477.2.2 itohy product ENTREGA CENTRONICS 0x0006 Centronics connector
988 1.477.2.2 itohy product ENTREGA XX1 0x0008 Ethernet Adapter
989 1.477.2.2 itohy product ENTREGA 1S9 0x0093 1S9 serial connector
990 1.477.2.2 itohy product ENTREGA EZUSB 0x8000 EZ-USB
991 1.477.2.2 itohy /*product ENTREGA SERIAL 0x8001 DB25 Serial connector*/
992 1.477.2.2 itohy product ENTREGA 2U4S 0x8004 2U4S serial connector/usb hub
993 1.477.2.2 itohy product ENTREGA XX2 0x8005 Ethernet Adapter
994 1.477.2.2 itohy /*product ENTREGA SERIAL_DB9 0x8093 DB9 Serial connector*/
995 1.477.2.2 itohy
996 1.477.2.2 itohy /* Epson products */
997 1.477.2.2 itohy product EPSON PRINTER1 0x0001 USB Printer
998 1.477.2.2 itohy product EPSON PRINTER2 0x0002 ISD USB Smart Cable for Mac
999 1.477.2.2 itohy product EPSON PRINTER3 0x0003 ISD USB Smart Cable
1000 1.477.2.2 itohy product EPSON PRINTER5 0x0005 USB Printer
1001 1.477.2.2 itohy product EPSON 636 0x0101 Perfection 636U / 636Photo scanner
1002 1.477.2.2 itohy product EPSON 610 0x0103 Perfection 610 scanner
1003 1.477.2.2 itohy product EPSON 1200 0x0104 Perfection 1200U / 1200Photo scanner
1004 1.477.2.2 itohy product EPSON 1600 0x0107 Expression 1600 scanner
1005 1.477.2.2 itohy product EPSON 1640 0x010a Perfection 1640SU scanner
1006 1.477.2.2 itohy product EPSON 1240 0x010b Perfection 1240U / 1240Photo scanner
1007 1.477.2.2 itohy product EPSON 640U 0x010c Perfection 640U scanner
1008 1.477.2.2 itohy product EPSON 1250 0x010f Perfection 1250U / 1250Photo scanner
1009 1.477.2.2 itohy product EPSON 1650 0x0110 Perfection 1650 scanner
1010 1.477.2.2 itohy product EPSON GT9700F 0x0112 GT-9700F scanner
1011 1.477.2.2 itohy product EPSON 2400 0x011b Perfection 2400 scanner
1012 1.477.2.2 itohy product EPSON 1260 0x011d Perfection 1260 scanner
1013 1.477.2.2 itohy product EPSON 1660 0x011e Perfection 1660 scanner
1014 1.477.2.2 itohy product EPSON 1670 0x011f Perfection 1670 scanner
1015 1.477.2.2 itohy
1016 1.477.2.2 itohy /* e-TEK Labs products */
1017 1.477.2.2 itohy product ETEK 1COM 0x8007 Serial port
1018 1.477.2.2 itohy
1019 1.477.2.2 itohy /* Extended Systems products */
1020 1.477.2.2 itohy product EXTENDED XTNDACCESS 0x0100 XTNDAccess IrDA
1021 1.477.2.2 itohy
1022 1.477.2.2 itohy /* Falcom products */
1023 1.477.2.2 itohy product FALCOM TWIST 0x0001 Twist GSM/GPRS modem
1024 1.477.2.2 itohy product FALCOM SAMBA 0x0005 Samba 55/56 GSM/GPRS modem
1025 1.477.2.2 itohy
1026 1.477.2.2 itohy /* Fiberline */
1027 1.477.2.2 itohy product FIBERLINE WL430U 0x6003 WL-430U
1028 1.477.2.2 itohy
1029 1.477.2.2 itohy /* Freecom products */
1030 1.477.2.2 itohy product FREECOM DVD 0xfc01 Connector for DVD drive
1031 1.477.2.2 itohy
1032 1.477.2.2 itohy /* Future Technology Devices products */
1033 1.477.2.2 itohy product FTDI SERIAL_8U232AM 0x6001 8U232AM Serial converter
1034 1.477.2.2 itohy product FTDI SERIAL_2232C 0x6010 2232C USB FAST SERIAL ADAPTER
1035 1.477.2.2 itohy product FTDI PS2KBDMS 0x8371 PS/2 Keyboard/Mouse
1036 1.477.2.2 itohy product FTDI SERIAL_8U100AX 0x8372 8U100AX Serial converter
1037 1.477.2.2 itohy product FTDI MHAM_KW 0xeee8 KW
1038 1.477.2.2 itohy product FTDI MHAM_YS 0xeee9 YS
1039 1.477.2.2 itohy product FTDI MHAM_Y6 0xeeea Y6
1040 1.477.2.2 itohy product FTDI MHAM_Y8 0xeeeb Y8
1041 1.477.2.2 itohy product FTDI MHAM_IC 0xeeec IC
1042 1.477.2.2 itohy product FTDI MHAM_DB9 0xeeed DB9
1043 1.477.2.2 itohy product FTDI MHAM_RS232 0xeeee RS232
1044 1.477.2.2 itohy product FTDI MHAM_Y9 0xeeef Y9
1045 1.477.2.2 itohy product FTDI COASTAL_TNCX 0xf448 Coastal ChipWorks TNC-X
1046 1.477.2.2 itohy product FTDI LCD_MX200_USB 0xfa01 Matrix Orbital MX2/MX3/MX6 Series
1047 1.477.2.2 itohy product FTDI LCD_MX4_MX5_USB 0xfa02 Matrix Orbital MX4/MX5 Series LCD
1048 1.477.2.2 itohy product FTDI LCD_LK202_24_USB 0xfa03 Matrix Orbital LK/VK/PK202-24 LCD
1049 1.477.2.2 itohy product FTDI LCD_LK204_24_USB 0xfa04 Matrix Orbital LK/VK204-24 LCD
1050 1.477.2.2 itohy product FTDI LCD_CFA_632 0xfc08 Crystalfontz CFA-632 LCD
1051 1.477.2.2 itohy product FTDI LCD_CFA_634 0xfc09 Crystalfontz CFA-634 LCD
1052 1.477.2.2 itohy product FTDI LCD_CFA_633 0xfc0b Crystalfontz CFA-633 LCD
1053 1.477.2.2 itohy product FTDI LCD_CFA_631 0xfc0c Crystalfontz CFA-631 LCD
1054 1.477.2.2 itohy product FTDI LCD_CFA_635 0xfc0d Crystalfontz CFA-635 LCD
1055 1.477.2.2 itohy product FTDI SEMC_DSS20 0xfc82 SEMC DSS-20 SyncStation
1056 1.477.2.2 itohy
1057 1.477.2.2 itohy /* Fuji photo products */
1058 1.477.2.2 itohy product FUJIPHOTO MASS0100 0x0100 Mass Storage
1059 1.477.2.2 itohy
1060 1.477.2.2 itohy /* Fujitsu protducts */
1061 1.477.2.2 itohy product FUJITSU AH_F401U 0x105b AH-F401U Air H device
1062 1.477.2.2 itohy
1063 1.477.2.2 itohy /* General Instruments (Motorola) products */
1064 1.477.2.2 itohy product GENERALINSTMNTS SB5100 0x5100 SURFboard SB5100 Cable modem
1065 1.477.2.2 itohy
1066 1.477.2.2 itohy /* Genesys Logic products */
1067 1.477.2.2 itohy product GENESYS GENELINK 0x05e3 GeneLink Host-Host Bridge
1068 1.477.2.2 itohy product GENESYS GL650 0x0604 GL650 Hub
1069 1.477.2.2 itohy product GENESYS GL641USB 0x0700 GL641USB CompactFlash Card Reader
1070 1.477.2.2 itohy product GENESYS GL641USB2IDE_2 0x0701 GL641USB USB-IDE Bridge
1071 1.477.2.2 itohy product GENESYS GL641USB2IDE 0x0702 GL641USB USB-IDE Bridge
1072 1.477.2.2 itohy
1073 1.477.2.2 itohy /* GIGABYTE products */
1074 1.477.2.2 itohy product GIGABYTE GN54G 0x8001 GN-54G
1075 1.477.2.2 itohy product GIGABYTE GNBR402W 0x8002 GN-BR402W
1076 1.477.2.2 itohy product GIGABYTE GNWLBM101 0x8003 GN-WLBM101
1077 1.477.2.2 itohy product GIGABYTE GNWBKG 0x8007 GN-WBKG
1078 1.477.2.2 itohy product GIGABYTE GNWB01GS 0x8008 GN-WB01GS
1079 1.477.2.2 itohy product GIGABYTE GNWI05GS 0x800a GN-WI05GS
1080 1.477.2.2 itohy
1081 1.477.2.2 itohy /* Gigaset products */
1082 1.477.2.2 itohy product GIGASET RT2573 0x0722 RT2573
1083 1.477.2.2 itohy
1084 1.477.2.2 itohy /* G.Mate, Inc products */
1085 1.477.2.2 itohy product GMATE YP3X00 0x1001 YP3X00 PDA
1086 1.477.2.2 itohy
1087 1.477.2.2 itohy /* GoHubs products */
1088 1.477.2.2 itohy product GOHUBS GOCOM232 0x1001 GoCOM232 Serial converter
1089 1.477.2.2 itohy
1090 1.477.2.2 itohy /* Good Way Technology products */
1091 1.477.2.2 itohy product GOODWAY GWUSB2E 0x6200 GWUSB2E
1092 1.477.2.2 itohy product GOODWAY RT2573 0xc019 RT2573
1093 1.477.2.2 itohy
1094 1.477.2.2 itohy /* Gravis products */
1095 1.477.2.2 itohy product GRAVIS GAMEPADPRO 0x4001 GamePad Pro
1096 1.477.2.2 itohy
1097 1.477.2.2 itohy /* GREENHOUSE products */
1098 1.477.2.2 itohy product GREENHOUSE KANA21 0x0001 CF-writer with Portable MP3 Player
1099 1.477.2.2 itohy
1100 1.477.2.2 itohy /* Griffin Technology */
1101 1.477.2.2 itohy product GRIFFIN IMATE 0x0405 iMate, ADB adapter
1102 1.477.2.2 itohy product GRIFFIN POWERMATE 0x0410 PowerMate Assignable Controller
1103 1.477.2.2 itohy
1104 1.477.2.2 itohy /* Guillemot Corporation */
1105 1.477.2.2 itohy product GUILLEMOT DALEADER 0xa300 DA Leader
1106 1.477.2.2 itohy product GUILLEMOT HWGUSB254 0xe000 HWGUSB2-54 WLAN
1107 1.477.2.2 itohy product GUILLEMOT HWGUSB254LB 0xe010 HWGUSB2-54-LB
1108 1.477.2.2 itohy product GUILLEMOT HWGUSB254V2AP 0xe020 HWGUSB2-54V2-AP
1109 1.477.2.2 itohy
1110 1.477.2.2 itohy /* Hagiwara products */
1111 1.477.2.2 itohy product HAGIWARA FGSM 0x0002 FlashGate SmartMedia Card Reader
1112 1.477.2.2 itohy product HAGIWARA FGCF 0x0003 FlashGate CompactFlash Card Reader
1113 1.477.2.2 itohy product HAGIWARA FG 0x0005 FlashGate
1114 1.477.2.2 itohy
1115 1.477.2.2 itohy /* HAL Corporation products */
1116 1.477.2.2 itohy product HAL IMR001 0x0011 Crossam2+USB IR commander
1117 1.477.2.2 itohy
1118 1.477.2.2 itohy /* Handspring, Inc. */
1119 1.477.2.2 itohy product HANDSPRING VISOR 0x0100 Handspring Visor
1120 1.477.2.2 itohy product HANDSPRING TREO 0x0200 Handspring Treo
1121 1.477.2.2 itohy product HANDSPRING TREO600 0x0300 Handspring Treo 600
1122 1.477.2.2 itohy
1123 1.477.2.2 itohy /* Hank Connection */
1124 1.477.2.2 itohy product HANK HP5187 0x3713 HP Wireless Keyboard&Mouse
1125 1.477.2.2 itohy
1126 1.477.2.2 itohy /* Hauppauge Computer Works */
1127 1.477.2.2 itohy product HAUPPAUGE WINTV_USB_FM 0x4d12 WinTV USB FM
1128 1.477.2.2 itohy
1129 1.477.2.2 itohy /* Hawking Technologies products */
1130 1.477.2.2 itohy product HAWKING UF100 0x400c 10/100 USB Ethernet
1131 1.477.2.2 itohy
1132 1.477.2.2 itohy /* Hitachi, Ltd. products */
1133 1.477.2.2 itohy product HITACHI DZMV100A 0x0004 DVD-CAM DZ-MV100A Camcorder
1134 1.477.2.2 itohy product HITACHI DVDCAM_USB 0x001e DVDCAM USB HS Interface
1135 1.477.2.2 itohy
1136 1.477.2.2 itohy /* Holtek Semiconductor products */
1137 1.477.2.2 itohy product HOLTEK MOP35 0x0499 MOP-35
1138 1.477.2.2 itohy
1139 1.477.2.2 itohy /* Hosiden Corporation products */
1140 1.477.2.2 itohy product HOSIDEN PPP 0x0011 ParaParaParadise Controller
1141 1.477.2.2 itohy
1142 1.477.2.2 itohy /* HP products */
1143 1.477.2.2 itohy product HP 895C 0x0004 DeskJet 895C
1144 1.477.2.2 itohy product HP 4100C 0x0101 Scanjet 4100C
1145 1.477.2.2 itohy product HP S20 0x0102 Photosmart S20
1146 1.477.2.2 itohy product HP 880C 0x0104 DeskJet 880C
1147 1.477.2.2 itohy product HP 4200C 0x0105 ScanJet 4200C
1148 1.477.2.2 itohy product HP CDWRITERPLUS 0x0107 CD-Writer Plus
1149 1.477.2.2 itohy product HP KBDHUB 0x010c Multimedia Keyboard Hub
1150 1.477.2.2 itohy product HP 6200C 0x0201 ScanJet 6200C
1151 1.477.2.2 itohy product HP S20b 0x0202 PhotoSmart S20
1152 1.477.2.2 itohy product HP 815C 0x0204 DeskJet 815C
1153 1.477.2.2 itohy product HP 3300C 0x0205 ScanJet 3300C
1154 1.477.2.2 itohy product HP CDW8200 0x0207 CD-Writer Plus 8200e
1155 1.477.2.2 itohy product HP 1220C 0x0212 DeskJet 1220C
1156 1.477.2.2 itohy product HP 810C 0x0304 DeskJet 810C/812C
1157 1.477.2.2 itohy product HP 4300C 0x0305 Scanjet 4300C
1158 1.477.2.2 itohy product HP CD4E 0x0307 CD-Writer+ CD-4e
1159 1.477.2.2 itohy product HP G85XI 0x0311 OfficeJet G85xi
1160 1.477.2.2 itohy product HP 1200 0x0317 LaserJet 1200
1161 1.477.2.2 itohy product HP 5200C 0x0401 Scanjet 5200C
1162 1.477.2.2 itohy product HP 830C 0x0404 DeskJet 830C
1163 1.477.2.2 itohy product HP 3400CSE 0x0405 ScanJet 3400cse
1164 1.477.2.2 itohy product HP 885C 0x0504 DeskJet 885C
1165 1.477.2.2 itohy product HP 6300C 0x0601 Scanjet 6300C
1166 1.477.2.2 itohy product HP 840C 0x0604 DeskJet 840c
1167 1.477.2.2 itohy product HP 2200C 0x0605 ScanJet 2200C
1168 1.477.2.2 itohy product HP 5300C 0x0701 Scanjet 5300C
1169 1.477.2.2 itohy product HP 4400C 0x0705 Scanjet 4400C
1170 1.477.2.2 itohy product HP 816C 0x0804 DeskJet 816C
1171 1.477.2.2 itohy product HP 2300D 0x0b17 Laserjet 2300d
1172 1.477.2.2 itohy product HP 970CSE 0x1004 Deskjet 970Cse
1173 1.477.2.2 itohy product HP 5400C 0x1005 Scanjet 5400C
1174 1.477.2.2 itohy product HP 2215 0x1016 iPAQ 22xx/Jornada 548
1175 1.477.2.2 itohy product HP 959C 0x1104 Deskjet 959C
1176 1.477.2.2 itohy product HP 568J 0x1116 Jornada 568
1177 1.477.2.2 itohy product HP 930C 0x1204 DeskJet 930c
1178 1.477.2.2 itohy product HP P2000U 0x1801 Inkjet P-2000U
1179 1.477.2.2 itohy product HP 640C 0x2004 DeskJet 640c
1180 1.477.2.2 itohy product HP 4670V 0x3005 ScanJet 4670v
1181 1.477.2.2 itohy product HP P1100 0x3102 Photosmart P1100
1182 1.477.2.2 itohy product HP 6127 0x3504 Deskjet 6127
1183 1.477.2.2 itohy product HP HN210E 0x811c Ethernet HN210E
1184 1.477.2.2 itohy
1185 1.477.2.2 itohy /* HP products */
1186 1.477.2.2 itohy product HP2 C500 0x6002 PhotoSmart C500
1187 1.477.2.2 itohy
1188 1.477.2.2 itohy /* Huawei Technologies products */
1189 1.477.2.2 itohy product HUAWEI MOBILE 0x1001 Huawei Mobile
1190 1.477.2.2 itohy
1191 1.477.2.2 itohy /* Huawei-3Com products */
1192 1.477.2.2 itohy product HUAWEI3COM RT2573 0x0009 RT2573
1193 1.477.2.2 itohy
1194 1.477.2.2 itohy /* IBM Corporation */
1195 1.477.2.2 itohy product IBM OPTTRAVELMOUSE 0x3107 Optical
1196 1.477.2.2 itohy product IBM USBCDROMDRIVE 0x4427 USB CD-ROM Drive
1197 1.477.2.2 itohy
1198 1.477.2.2 itohy /* Iiyama products */
1199 1.477.2.2 itohy product IIYAMA HUB 0x0201 Hub
1200 1.477.2.2 itohy
1201 1.477.2.2 itohy /* Imation */
1202 1.477.2.2 itohy product IMATION FLASHGO 0xb000 Flash Go!
1203 1.477.2.2 itohy
1204 1.477.2.2 itohy /* Inside Out Networks products */
1205 1.477.2.2 itohy product INSIDEOUT EDGEPORT4 0x0001 EdgePort/4 RS232
1206 1.477.2.2 itohy product INSIDEOUT HUBPORT7 0x0002 Hubport/7
1207 1.477.2.2 itohy product INSIDEOUT RAPIDPORT4 0x0003 Rapidport/4
1208 1.477.2.2 itohy product INSIDEOUT EDGEPORT4T 0x0004 Edgeport/4 RS232 for Telxon
1209 1.477.2.2 itohy product INSIDEOUT EDGEPORT2 0x0005 Edgeport/2 RS232
1210 1.477.2.2 itohy product INSIDEOUT EDGEPORT4I 0x0006 Edgeport/4 RS422
1211 1.477.2.2 itohy product INSIDEOUT EDGEPORT2I 0x0007 Edgeport/2 RS422/RS485
1212 1.477.2.2 itohy product INSIDEOUT HUBPORT4 0x0008 Hubport/4
1213 1.477.2.2 itohy product INSIDEOUT EDGEPORT8HAND 0x0009 Hand-built Edgeport/8
1214 1.477.2.2 itohy product INSIDEOUT MULTIMODEM 0x000A MultiTech version of RP/4
1215 1.477.2.2 itohy product INSIDEOUT EDGEPORTPPORT 0x000B Edgeport/(4)21 Parallel port (USS720)
1216 1.477.2.2 itohy product INSIDEOUT EDGEPORT421 0x000C Edgeport/421 Hub+RS232+Parallel
1217 1.477.2.2 itohy product INSIDEOUT EDGEPORT21 0x000D Edgeport/21 RS232+Parallel
1218 1.477.2.2 itohy product INSIDEOUT EDGEPORT8DC 0x000E 1/2 Edgeport/8 (2 EP/4s on 1 PCB)
1219 1.477.2.2 itohy product INSIDEOUT EDGEPORT8 0x000F Edgeport/8
1220 1.477.2.2 itohy product INSIDEOUT EDGEPORT2DIN 0x0010 Edgeport/2 RS232 / Apple DIN connector
1221 1.477.2.2 itohy product INSIDEOUT EDGEPORT4DIN 0x0011 Edgeport/4 RS232 / Apple DIN connector
1222 1.477.2.2 itohy product INSIDEOUT EDGEPORT16DC 0x0012 1/2 Edgeport/16 (2 EP/8s on 1 PCB))
1223 1.477.2.2 itohy product INSIDEOUT EDGEPORTCOMP 0x0013 Edgeport Compatible
1224 1.477.2.2 itohy product INSIDEOUT EDGEPORT8I 0x0014 Edgeport/8 RS422
1225 1.477.2.2 itohy product INSIDEOUT MT4X56USB 0x1403 OEM device
1226 1.477.2.2 itohy
1227 1.477.2.2 itohy /* In-System products */
1228 1.477.2.2 itohy product INSYSTEM F5U002 0x0002 Parallel printer adapter
1229 1.477.2.2 itohy product INSYSTEM ATAPI 0x0031 ATAPI adapter
1230 1.477.2.2 itohy product INSYSTEM IDEUSB2 0x0060 USB2 Storage Adapter
1231 1.477.2.2 itohy product INSYSTEM ISD110 0x0200 IDE adapter ISD110
1232 1.477.2.2 itohy product INSYSTEM ISD105 0x0202 IDE adapter ISD105
1233 1.477.2.2 itohy product INSYSTEM DRIVEV2 0x0301 Portable USB Harddrive V2
1234 1.477.2.2 itohy product INSYSTEM DRIVEV2_5 0x0351 Portable USB Harddrive V2
1235 1.477.2.2 itohy product INSYSTEM USBCABLE 0x081a USB cable
1236 1.477.2.2 itohy product INSYSTEM ADAPTERV2 0x5701 USB Storage Adapter V2
1237 1.477.2.2 itohy
1238 1.477.2.2 itohy /* Intel products */
1239 1.477.2.2 itohy product INTEL EASYPC_CAMERA 0x0110 Easy PC Camera
1240 1.477.2.2 itohy product INTEL I2011B 0x1111 Wireless 2011B
1241 1.477.2.2 itohy product INTEL TESTBOARD 0x9890 82930 test board
1242 1.477.2.2 itohy
1243 1.477.2.2 itohy /* Intersil products */
1244 1.477.2.2 itohy product INTERSIL PRISM_2X 0x3642 Prism2.x WLAN
1245 1.477.2.2 itohy
1246 1.477.2.2 itohy /* Interpid Control Systems products */
1247 1.477.2.2 itohy product INTREPIDCS VALUECAN 0x0601 ValueCAN
1248 1.477.2.2 itohy product INTREPIDCS NEOVI 0x0701 NeoVI Blue
1249 1.477.2.2 itohy
1250 1.477.2.2 itohy /* I-O DATA products */
1251 1.477.2.2 itohy product IODATA IU_CD2 0x0204 DVD Multi-plus unit iU-CD2
1252 1.477.2.2 itohy product IODATA DVR_UEH8 0x0206 DVD Multi-plus unit DVR-UEH8
1253 1.477.2.2 itohy product IODATA USBSSMRW 0x0314 USB-SSMRW SD-card adapter
1254 1.477.2.2 itohy product IODATA USBSDRW 0x031e USB-SDRW SD-card adapter
1255 1.477.2.2 itohy product IODATA USBETT 0x0901 USB ETT
1256 1.477.2.2 itohy product IODATA USBETTX 0x0904 USB ETTX
1257 1.477.2.2 itohy product IODATA USBETTXS 0x0913 USB ETTX
1258 1.477.2.2 itohy product IODATA USBWNB11 0x0922 USB Airport WN-B11
1259 1.477.2.2 itohy product IODATA ETGUS2 0x0930 ETG-US2
1260 1.477.2.2 itohy product IODATA USBRSAQ 0x0a03 USB serial adapter USB-RSAQ1
1261 1.477.2.2 itohy product IODATA USBRSAQ5 0x0a0e USB serial adapter USB-RSAQ5
1262 1.477.2.2 itohy product IODATA2 USB2SC 0x0a09 USB2.0-SCSI Bridge USB2-SC
1263 1.477.2.2 itohy
1264 1.477.2.2 itohy /* Iomega products */
1265 1.477.2.2 itohy product IOMEGA ZIP100 0x0001 Zip 100
1266 1.477.2.2 itohy product IOMEGA ZIP250 0x0030 Zip 250
1267 1.477.2.2 itohy product IOMEGA ZIP250_2 0x0032 Zip 250
1268 1.477.2.2 itohy product IOMEGA CDRW 0x0055 CDRW 9602
1269 1.477.2.2 itohy
1270 1.477.2.2 itohy /* iRiver products */
1271 1.477.2.2 itohy product IRIVER IFP_1XX 0x1101 iFP-1xx
1272 1.477.2.2 itohy product IRIVER IFP_3XX 0x1103 iFP-3xx
1273 1.477.2.2 itohy product IRIVER IFP_5XX 0x1105 iFP-5xx
1274 1.477.2.2 itohy
1275 1.477.2.2 itohy /* Jablotron products */
1276 1.477.2.2 itohy product JABLOTRON PC60B 0x0001 PC-60B
1277 1.477.2.2 itohy
1278 1.477.2.2 itohy /* Jaton products */
1279 1.477.2.2 itohy product JATON EDA 0x5704 Ethernet Device Adapter
1280 1.477.2.2 itohy
1281 1.477.2.2 itohy /* Jenoptik products */
1282 1.477.2.2 itohy product JENOPTIK JD350 0x5300 JD 350 Camera/mp3 player
1283 1.477.2.2 itohy
1284 1.477.2.2 itohy /* JRC products */
1285 1.477.2.2 itohy product JRC AH_J3001V_J3002V 0x0001 AirH\"PHONE AH-J3001V/J3002V
1286 1.477.2.2 itohy
1287 1.477.2.2 itohy /* JVC products */
1288 1.477.2.2 itohy product JVC GR_DX95 0x000a GR-DX95
1289 1.477.2.2 itohy product JVC MP_PRX1 0x3008 MP-PRX1 Ethernet
1290 1.477.2.2 itohy product JVC MP_XP7250_WL 0x3009 MP-XP7250 Builtin WLAN
1291 1.477.2.2 itohy
1292 1.477.2.2 itohy /* Kawasaki products */
1293 1.477.2.2 itohy product KLSI DUH3E10BT 0x0008 10BT Ethernet adapter, in the DU-H3E
1294 1.477.2.2 itohy product KLSI DUH3E10BTN 0x0009 10BT Ethernet adapter, in the DU-H3E
1295 1.477.2.2 itohy
1296 1.477.2.2 itohy /* Kawatsu products */
1297 1.477.2.2 itohy product KAWATSU MH4000P 0x0003 MiniHub 4000P
1298 1.477.2.2 itohy product KAWATSU KC180 0x0180 KC-180 IrDA
1299 1.477.2.2 itohy
1300 1.477.2.2 itohy /* Keisokugiken products */
1301 1.477.2.2 itohy product KEISOKUGIKEN USBDAQ 0x0068 HKS-0200 USBDAQ
1302 1.477.2.2 itohy
1303 1.477.2.2 itohy /* Kensington products */
1304 1.477.2.2 itohy product KENSINGTON ORBIT 0x1003 Orbit USB/PS2 trackball
1305 1.477.2.2 itohy product KENSINGTON TURBOBALL 0x1005 TurboBall
1306 1.477.2.2 itohy product KENSINGTON ORBIT_MAC 0x1009 Orbit USB trackball for Mac
1307 1.477.2.2 itohy product KENSINGTON VIDEOCAM_VGA 0x5002 VideoCAM VGA
1308 1.477.2.2 itohy
1309 1.477.2.2 itohy /* Keyspan products */
1310 1.477.2.2 itohy product KEYSPAN USA28_NF 0x0101 USA-28 serial adapter (no firmware)
1311 1.477.2.2 itohy product KEYSPAN USA28X_NF 0x0102 USA-28X serial adapter (no firmware)
1312 1.477.2.2 itohy product KEYSPAN USA19_NF 0x0103 USA-19 serial adapter (no firmware)
1313 1.477.2.2 itohy product KEYSPAN USA18_NF 0x0104 USA-18 serial adapter (no firmware)
1314 1.477.2.2 itohy product KEYSPAN USA18X_NF 0x0105 USA-18X serial adapter (no firmware)
1315 1.477.2.2 itohy product KEYSPAN USA19W_NF 0x0106 USA-19W serial adapter (no firmware)
1316 1.477.2.2 itohy product KEYSPAN USA19 0x0107 USA-19 serial adapter
1317 1.477.2.2 itohy product KEYSPAN USA19W 0x0108 USA-19W serial adapter
1318 1.477.2.2 itohy product KEYSPAN USA49W_NF 0x0109 USA-49W serial adapter (no firmware)
1319 1.477.2.2 itohy product KEYSPAN USA49W 0x010a USA-49W serial adapter
1320 1.477.2.2 itohy product KEYSPAN USA19QI_NF 0x010b USA-19QI serial adapter (no firmware)
1321 1.477.2.2 itohy product KEYSPAN USA19QI 0x010c USA-19QI serial adapter
1322 1.477.2.2 itohy product KEYSPAN USA19Q_NF 0x010d USA-19Q serial adapter (no firmware)
1323 1.477.2.2 itohy product KEYSPAN USA19Q 0x010e USA-19Q serial adapter
1324 1.477.2.2 itohy product KEYSPAN USA28 0x010f USA-28 serial adapter
1325 1.477.2.2 itohy product KEYSPAN USA28XXB 0x0110 USA-28X/XB serial adapter
1326 1.477.2.2 itohy product KEYSPAN USA18 0x0111 USA-18 serial adapter
1327 1.477.2.2 itohy product KEYSPAN USA18X 0x0112 USA-18X serial adapter
1328 1.477.2.2 itohy product KEYSPAN USA28XB_NF 0x0113 USA-28XB serial adapter (no firmware)
1329 1.477.2.2 itohy product KEYSPAN USA28XA_NF 0x0114 USA-28XB serial adapter (no firmware)
1330 1.477.2.2 itohy product KEYSPAN USA28XA 0x0115 USA-28XA serial adapter
1331 1.477.2.2 itohy product KEYSPAN USA18XA_NF 0x0116 USA-18XA serial adapter (no firmware)
1332 1.477.2.2 itohy product KEYSPAN USA18XA 0x0117 USA-18XA serial adapter
1333 1.477.2.2 itohy product KEYSPAN USA19QW_NF 0x0118 USA-19QW serial adapter (no firmware)
1334 1.477.2.2 itohy product KEYSPAN USA19QW 0x0119 USA-19QW serial adapter
1335 1.477.2.2 itohy product KEYSPAN UIA10 0x0201 UIA-10 remote control
1336 1.477.2.2 itohy product KEYSPAN UIA11 0x0202 UIA-11 remote control
1337 1.477.2.2 itohy
1338 1.477.2.2 itohy /* Kingston products */
1339 1.477.2.2 itohy product KINGSTON XX1 0x0008 Ethernet Adapter
1340 1.477.2.2 itohy product KINGSTON KNU101TX 0x000a KNU101TX USB Ethernet
1341 1.477.2.2 itohy
1342 1.477.2.2 itohy /* Kodak products */
1343 1.477.2.2 itohy product KODAK DC220 0x0100 Digital Science DC220
1344 1.477.2.2 itohy product KODAK DC260 0x0110 Digital Science DC260
1345 1.477.2.2 itohy product KODAK DC265 0x0111 Digital Science DC265
1346 1.477.2.2 itohy product KODAK DC290 0x0112 Digital Science DC290
1347 1.477.2.2 itohy product KODAK DC240 0x0120 Digital Science DC240
1348 1.477.2.2 itohy product KODAK DC280 0x0130 Digital Science DC280
1349 1.477.2.2 itohy product KODAK DX4900 0x0550 EasyShare DX4900
1350 1.477.2.2 itohy
1351 1.477.2.2 itohy /* Konica Corp. Products */
1352 1.477.2.2 itohy product KONICA CAMERA 0x0720 Digital Color Camera
1353 1.477.2.2 itohy
1354 1.477.2.2 itohy /* KYE products */
1355 1.477.2.2 itohy product KYE NICHE 0x0001 Niche mouse
1356 1.477.2.2 itohy product KYE NETSCROLL 0x0003 Genius NetScroll mouse
1357 1.477.2.2 itohy product KYE G07 0x1002 MaxFire G-07 gamepad
1358 1.477.2.2 itohy product KYE FLIGHT2000 0x1004 Flight 2000 joystick
1359 1.477.2.2 itohy product KYE VIVIDPRO 0x2001 ColorPage Vivid-Pro scanner
1360 1.477.2.2 itohy
1361 1.477.2.2 itohy /* Kyocera products */
1362 1.477.2.2 itohy product KYOCERA AHK3001V 0x0203 AH-K3001V
1363 1.477.2.2 itohy
1364 1.477.2.2 itohy /* LaCie products */
1365 1.477.2.2 itohy product LACIE PKTDRV 0x0211 PocketDrive
1366 1.477.2.2 itohy product LACIE HD 0xa601 Hard Disk
1367 1.477.2.2 itohy product LACIE CDRW 0xa602 CD R/W
1368 1.477.2.2 itohy
1369 1.477.2.2 itohy /* Lexar products */
1370 1.477.2.2 itohy product LEXAR JUMPSHOT 0x0001 jumpSHOT CompactFlash Reader
1371 1.477.2.2 itohy product LEXAR 2662WAR 0xa002 2662W-AR
1372 1.477.2.2 itohy product LEXAR MCR 0xb018 Multi-Card Reader
1373 1.477.2.2 itohy
1374 1.477.2.2 itohy /* Lexmark products */
1375 1.477.2.2 itohy product LEXMARK S2450 0x0009 Optra S 2450
1376 1.477.2.2 itohy
1377 1.477.2.2 itohy /* Linksys products */
1378 1.477.2.2 itohy product LINKSYS MAUSB2 0x0105 Camedia MAUSB-2
1379 1.477.2.2 itohy product LINKSYS USB10TX1 0x200c USB10TX
1380 1.477.2.2 itohy product LINKSYS USB10T 0x2202 USB10T Ethernet
1381 1.477.2.2 itohy product LINKSYS USB100TX 0x2203 USB100TX Ethernet
1382 1.477.2.2 itohy product LINKSYS USB100H1 0x2204 USB100H1 Ethernet/HPNA
1383 1.477.2.2 itohy product LINKSYS USB10TA 0x2206 USB10TA Ethernet
1384 1.477.2.2 itohy product LINKSYS WUSB11 0x2211 WUSB11 Wireless USB Network Adapter
1385 1.477.2.2 itohy product LINKSYS WUSB11_25 0x2212 WUSB11 Wireless USB Network Adapter (version 2.5)
1386 1.477.2.2 itohy product LINKSYS WUSB12_11 0x2213 WUSB12 802.11b v1.1
1387 1.477.2.2 itohy product LINKSYS USB10TX2 0x400b USB10TX
1388 1.477.2.2 itohy product LINKSYS2 WUSB11 0x2219 WUSB11
1389 1.477.2.2 itohy product LINKSYS2 USB200M 0x2226 USB 2.0 10/100 ethernet controller
1390 1.477.2.2 itohy product LINKSYS3 WUSB11V28 0x2233 WUSB11-V28
1391 1.477.2.2 itohy product LINKSYS4 USB1000 0x0039 USB1000
1392 1.477.2.2 itohy
1393 1.477.2.2 itohy /* Logitec products */
1394 1.477.2.2 itohy product LOGITEC LDR_H443SU2 0x0033 DVD Multi-plus unit LDR-H443SU2
1395 1.477.2.2 itohy product LOGITEC LDR_H443U2 0x00b3 DVD Multi-plus unit LDR-H443U2
1396 1.477.2.2 itohy
1397 1.477.2.2 itohy /* Logitech products */
1398 1.477.2.2 itohy product LOGITECH M2452 0x0203 M2452 keyboard
1399 1.477.2.2 itohy product LOGITECH M4848 0x0301 M4848 mouse
1400 1.477.2.2 itohy product LOGITECH PAGESCAN 0x040f PageScan
1401 1.477.2.2 itohy product LOGITECH QUICKCAMWEB 0x0801 QuickCam Web
1402 1.477.2.2 itohy product LOGITECH QUICKCAMPRO 0x0810 QuickCam Pro
1403 1.477.2.2 itohy product LOGITECH QUICKCAMEXP 0x0840 QuickCam Express
1404 1.477.2.2 itohy product LOGITECH QUICKCAM 0x0850 QuickCam
1405 1.477.2.2 itohy product LOGITECH QUICKCAMEXP2 0x0870 QuickCam Express
1406 1.477.2.2 itohy product LOGITECH QUICKCAMPRO3k 0x08b0 QuickCam Pro 3000
1407 1.477.2.2 itohy product LOGITECH QUICKCAMPRONB 0x08b1 QuickCam for Notebook Pro
1408 1.477.2.2 itohy product LOGITECH QUICKCAMPRO4K 0x08b2 QuickCam Pro 4000
1409 1.477.2.2 itohy product LOGITECH N43 0xc000 N43
1410 1.477.2.2 itohy product LOGITECH N48 0xc001 N48 mouse
1411 1.477.2.2 itohy product LOGITECH MBA47 0xc002 M-BA47 mouse
1412 1.477.2.2 itohy product LOGITECH WMMOUSE 0xc004 WingMan Gaming Mouse
1413 1.477.2.2 itohy product LOGITECH BD58 0xc00c BD58 mouse
1414 1.477.2.2 itohy product LOGITECH USBPS2MOUSE 0xc00e USB-PS/2 Optical Mouse
1415 1.477.2.2 itohy product LOGITECH MUV55A 0xc016 M-UV55a
1416 1.477.2.2 itohy product LOGITECH UN58A 0xc030 iFeel Mouse
1417 1.477.2.2 itohy product LOGITECH WMPAD 0xc208 WingMan GamePad Extreme
1418 1.477.2.2 itohy product LOGITECH WMRPAD 0xc20a WingMan RumblePad
1419 1.477.2.2 itohy product LOGITECH WMJOY 0xc281 WingMan Force joystick
1420 1.477.2.2 itohy product LOGITECH WMFFGP 0xc293 WingMan Formula Force GP (GT-Force)
1421 1.477.2.2 itohy product LOGITECH BB13 0xc401 USB-PS/2 Trackball
1422 1.477.2.2 itohy product LOGITECH BB18 0xc404 TrackMan Wheel
1423 1.477.2.2 itohy product LOGITECH MARBLEMOUSE 0xc408 Marble Mouse
1424 1.477.2.2 itohy product LOGITECH RK53 0xc501 Cordless mouse
1425 1.477.2.2 itohy product LOGITECH RB6 0xc503 Cordless keyboard
1426 1.477.2.2 itohy product LOGITECH CDO 0xc504 Cordless Desktop Optical
1427 1.477.2.2 itohy product LOGITECH MX700 0xc506 Cordless optical mouse
1428 1.477.2.2 itohy product LOGITECH QUICKCAMPRO2 0xd001 QuickCam Pro
1429 1.477.2.2 itohy
1430 1.477.2.2 itohy /* Lucent products */
1431 1.477.2.2 itohy product LUCENT EVALKIT 0x1001 USS-720 evaluation kit
1432 1.477.2.2 itohy
1433 1.477.2.2 itohy /* Luwen products */
1434 1.477.2.2 itohy product LUWEN EASYDISK 0x0005 EasyDisc
1435 1.477.2.2 itohy
1436 1.477.2.2 itohy /* Macally products */
1437 1.477.2.2 itohy product MACALLY MOUSE1 0x0101 mouse
1438 1.477.2.2 itohy
1439 1.477.2.2 itohy /* MCT Corp. products */
1440 1.477.2.2 itohy product MCT HUB0100 0x0100 Hub
1441 1.477.2.2 itohy product MCT DU_H3SP_USB232 0x0200 D-Link DU-H3SP USB BAY Hub
1442 1.477.2.2 itohy product MCT USB232 0x0210 USB-232 Interface
1443 1.477.2.2 itohy product MCT SITECOM_USB232 0x0230 Sitecom USB-232 Products
1444 1.477.2.2 itohy product MCT ML_4500 0x0302 ML-4500
1445 1.477.2.2 itohy
1446 1.477.2.2 itohy /* MediaGear products */
1447 1.477.2.2 itohy product MEDIAGEAR READER9IN1 0x5003 USB2.0 9 in 1 Reader
1448 1.477.2.2 itohy
1449 1.477.2.2 itohy /* Melco, Inc products */
1450 1.477.2.2 itohy product MELCO LUATX1 0x0001 LUA-TX Ethernet
1451 1.477.2.2 itohy product MELCO LUATX5 0x0005 LUA-TX Ethernet
1452 1.477.2.2 itohy product MELCO LUA2TX5 0x0009 LUA2-TX Ethernet
1453 1.477.2.2 itohy product MELCO LUAKTX 0x0012 LUA-KTX Ethernet
1454 1.477.2.2 itohy product MELCO S11 0x0016 WLI-USB-S11
1455 1.477.2.2 itohy product MELCO MCRSM2 0x001b MCR-SM2 SmartMedia Card Reader/Writer
1456 1.477.2.2 itohy product MELCO DUBPXXG 0x001c USB-IDE Bridge: DUB-PxxG
1457 1.477.2.2 itohy product MELCO KS11G 0x0027 WLI-USB-KS11G USB-wlan
1458 1.477.2.2 itohy product MELCO LUAU2KTX 0x003d LUA-U2-KTX Ethernet
1459 1.477.2.2 itohy product MELCO KB11 0x0044 WLI-USB-KB11 WLAN
1460 1.477.2.2 itohy product MELCO KG54YB 0x005e WLI-U2-KG54-YB WLAN
1461 1.477.2.2 itohy product MELCO KG54 0x0066 WLI-U2-KG54 WLAN
1462 1.477.2.2 itohy product MELCO KG54AI 0x0067 WLI-U2-KG54-AI WLAN
1463 1.477.2.2 itohy product MELCO NINWIFI 0x008b Nintendo Wi-Fi
1464 1.477.2.2 itohy product MELCO SG54HP 0x00d8 WLI-U2-SG54HP
1465 1.477.2.2 itohy product MELCO G54HP 0x00d9 WLI-U2-G54HP
1466 1.477.2.2 itohy product MELCO KG54L 0x00da WLI-U2-KG54L
1467 1.477.2.2 itohy
1468 1.477.2.2 itohy /* Metricom products */
1469 1.477.2.2 itohy product METRICOM RICOCHET_GS 0x0001 Ricochet GS
1470 1.477.2.2 itohy
1471 1.477.2.2 itohy /* MGE UPS Systems */
1472 1.477.2.2 itohy product MGE UPS1 0x0001 MGE UPS SYSTEMS PROTECTIONCENTER 1
1473 1.477.2.2 itohy product MGE UPS2 0xffff MGE UPS SYSTEMS PROTECTIONCENTER 2
1474 1.477.2.2 itohy
1475 1.477.2.2 itohy /* Micro Star International products */
1476 1.477.2.2 itohy product MSI BLUETOOTH 0x1967 Bluetooth USB Adapter
1477 1.477.2.2 itohy product MSI MS6861 0x6861 MS-6861
1478 1.477.2.2 itohy product MSI MS6865 0x6865 MS-6865
1479 1.477.2.2 itohy product MSI MS6869 0x6869 MS-6869
1480 1.477.2.2 itohy product MSI RT2573 0x6874 RT2573
1481 1.477.2.2 itohy product MSI RT2573_2 0x6877 RT2573
1482 1.477.2.2 itohy product MSI RT2573_3 0xa861 RT2573
1483 1.477.2.2 itohy product MSI RT2573_4 0xa874 RT2573
1484 1.477.2.2 itohy
1485 1.477.2.2 itohy /* Micronet Communications products */
1486 1.477.2.2 itohy product MICRONET SP128AR 0x0003 SP128AR EtherFast
1487 1.477.2.2 itohy
1488 1.477.2.2 itohy /* Microsoft products */
1489 1.477.2.2 itohy product MICROSOFT SIDEPREC 0x0008 SideWinder Precision Pro
1490 1.477.2.2 itohy product MICROSOFT INTELLIMOUSE 0x0009 IntelliMouse
1491 1.477.2.2 itohy product MICROSOFT NATURALKBD 0x000b Natural Keyboard Elite
1492 1.477.2.2 itohy product MICROSOFT DDS80 0x0014 Digital Sound System 80
1493 1.477.2.2 itohy product MICROSOFT SIDEWINDER 0x001a Sidewinder Precision Racing Wheel
1494 1.477.2.2 itohy product MICROSOFT INETPRO 0x001c Internet Keyboard Pro
1495 1.477.2.2 itohy product MICROSOFT TBEXPLORER 0x0024 Trackball Explorer
1496 1.477.2.2 itohy product MICROSOFT INTELLIEYE 0x0025 IntelliEye mouse
1497 1.477.2.2 itohy product MICROSOFT INETPRO2 0x002b Internet Keyboard Pro
1498 1.477.2.2 itohy product MICROSOFT MN510 0x006e MN510 Wireless
1499 1.477.2.2 itohy product MICROSOFT MN110 0x007a 10/100 USB NIC
1500 1.477.2.2 itohy product MICROSOFT XBOX_MEMORY_UNIT 0x0280 Xbox Memory Unit
1501 1.477.2.2 itohy product MICROSOFT XBOX_DVD_PLAYBACK 0x0284 Xbox DVD Movie Playback Kit
1502 1.477.2.2 itohy product MICROSOFT XBOX_CONTROLLER_S10 0x0285 Xbox Controller S (1.0)
1503 1.477.2.2 itohy product MICROSOFT XBOX_CONTROLLER_HUB 0x0288 Xbox Controller Hub
1504 1.477.2.2 itohy product MICROSOFT XBOX_CONTROLLER_S12 0x0289 Xbox Controller S (1.2)
1505 1.477.2.2 itohy
1506 1.477.2.2 itohy /* Microtech products */
1507 1.477.2.2 itohy product MICROTECH SCSIDB25 0x0004 USB-SCSI-DB25
1508 1.477.2.2 itohy product MICROTECH SCSIHD50 0x0005 USB-SCSI-HD50
1509 1.477.2.2 itohy product MICROTECH DPCM 0x0006 USB CameraMate
1510 1.477.2.2 itohy product MICROTECH FREECOM 0xfc01 Freecom USB-IDE
1511 1.477.2.2 itohy
1512 1.477.2.2 itohy /* Microtek products */
1513 1.477.2.2 itohy product MICROTEK 336CX 0x0094 Phantom 336CX - C3 scanner
1514 1.477.2.2 itohy product MICROTEK X6U 0x0099 ScanMaker X6 - X6U
1515 1.477.2.2 itohy product MICROTEK C6 0x009a Phantom C6 scanner
1516 1.477.2.2 itohy product MICROTEK 336CX2 0x00a0 Phantom 336CX - C3 scanner
1517 1.477.2.2 itohy product MICROTEK V6USL 0x00a3 ScanMaker V6USL
1518 1.477.2.2 itohy product MICROTEK 6000 0x30e5 ScanMaker 6000
1519 1.477.2.2 itohy product MICROTEK V6USL2 0x80a3 ScanMaker V6USL
1520 1.477.2.2 itohy product MICROTEK V6UL 0x80ac ScanMaker V6UL
1521 1.477.2.2 itohy
1522 1.477.2.2 itohy /* Midiman products */
1523 1.477.2.2 itohy product MIDIMAN MIDISPORT2X2 0x1001 Midisport 2x2
1524 1.477.2.2 itohy product MIDIMAN MIDISPORT2X4 0x1041 Midisport 2x4
1525 1.477.2.2 itohy
1526 1.477.2.2 itohy /* Minds At Work LLC products */
1527 1.477.2.2 itohy product MINDSATWORK DW 0x0001 Digital Wallet
1528 1.477.2.2 itohy
1529 1.477.2.2 itohy /* Minolta Co., Ltd. */
1530 1.477.2.2 itohy product MINOLTA 2300 0x4001 Dimage 2300
1531 1.477.2.2 itohy product MINOLTA S304 0x4007 Dimage S304
1532 1.477.2.2 itohy product MINOLTA X 0x4009 Dimage X
1533 1.477.2.2 itohy product MINOLTA DIMAGE7I 0x400b Dimage 7i
1534 1.477.2.2 itohy product MINOLTA 5400 0x400e Dimage 5400
1535 1.477.2.2 itohy product MINOLTA DIMAGEA1 0x401a Dimage A1
1536 1.477.2.2 itohy product MINOLTA XT 0x4015 Dimage Xt
1537 1.477.2.2 itohy
1538 1.477.2.2 itohy /* Mitsumi products */
1539 1.477.2.2 itohy product MITSUMI CDRRW 0x0000 CD-R/RW Drive
1540 1.477.2.2 itohy product MITSUMI MOUSE 0x6407 Mouse
1541 1.477.2.2 itohy product MITSUMI SONY_MOUSE 0x6408 Quick Scroll Mouse
1542 1.477.2.2 itohy product MITSUMI BT_DONGLE 0x641f Bluetooth USB dongle
1543 1.477.2.2 itohy product MITSUMI FDD 0x6901 FDD
1544 1.477.2.2 itohy
1545 1.477.2.2 itohy /* Mobility products */
1546 1.477.2.2 itohy product MOBILITY EA 0x0204 Ethernet Adapter
1547 1.477.2.2 itohy product MOBILITY EASIDOCK 0x0304 EasiDock Ethernet
1548 1.477.2.2 itohy
1549 1.477.2.2 itohy /* MosChip Semiconductor */
1550 1.477.2.2 itohy product MOSCHIP MCS7780 0x7780 Fast IrDA Adapter
1551 1.477.2.2 itohy product MOSCHIP MCS7781 0x7781 Fast IrDA Adapter
1552 1.477.2.2 itohy product MOSCHIP MCS7784 0x7784 Slow IrDA Adapter
1553 1.477.2.2 itohy product MOSCHIP MCS7830 0x7830 Ethernet Adapter
1554 1.477.2.2 itohy
1555 1.477.2.2 itohy /* Motorola products */
1556 1.477.2.2 itohy product MOTOROLA MC141555 0x1555 MC141555 hub controller
1557 1.477.2.2 itohy product MOTOROLA SB4100 0x4100 SB4100 USB Cable Modem
1558 1.477.2.2 itohy product MOTOROLA2 T720C 0x2822 T720c
1559 1.477.2.2 itohy product MOTOROLA2 A920 0x4002 A920
1560 1.477.2.2 itohy product MOTOROLA2 USBLAN 0x600c USBLAN
1561 1.477.2.2 itohy product MOTOROLA2 USBLAN2 0x6027 USBLAN
1562 1.477.2.2 itohy
1563 1.477.2.2 itohy /* M-Systems products */
1564 1.477.2.2 itohy product MSYSTEMS DISKONKEY 0x0010 DiskOnKey
1565 1.477.2.2 itohy product MSYSTEMS DISKONKEY2 0x0011 DiskOnKey
1566 1.477.2.2 itohy product MSYSTEMS DISKONKEY3 0x0012 DiskOnKey
1567 1.477.2.2 itohy
1568 1.477.2.2 itohy /* MultiTech products */
1569 1.477.2.2 itohy product MULTITECH ATLAS 0xf101 MT5634ZBA-USB modem
1570 1.477.2.2 itohy
1571 1.477.2.2 itohy /* Mustek products */
1572 1.477.2.2 itohy product MUSTEK 1200CU 0x0001 1200 CU scanner
1573 1.477.2.2 itohy product MUSTEK 600CU 0x0002 600 CU scanner
1574 1.477.2.2 itohy product MUSTEK 1200USB 0x0003 1200 USB scanner
1575 1.477.2.2 itohy product MUSTEK 1200UB 0x0006 1200 UB scanner
1576 1.477.2.2 itohy product MUSTEK 1200USBPLUS 0x0007 1200 USB Plus scanner
1577 1.477.2.2 itohy product MUSTEK 1200CUPLUS 0x0008 1200 CU Plus scanner
1578 1.477.2.2 itohy product MUSTEK BEARPAW1200F 0x0010 BearPaw 1200F scanner
1579 1.477.2.2 itohy product MUSTEK BEARPAW1200TA 0x021e BearPaw 1200TA scanner
1580 1.477.2.2 itohy product MUSTEK 600USB 0x0873 600 USB scanner
1581 1.477.2.2 itohy product MUSTEK MDC800 0xa800 MDC-800 digital camera
1582 1.477.2.2 itohy product MUSTEK DV2000 0xc441 DV2000 digital camera
1583 1.477.2.2 itohy
1584 1.477.2.2 itohy /* National Instruments */
1585 1.477.2.2 itohy product NI GPIB_USB_A 0xc920 GPIB-USB-A
1586 1.477.2.2 itohy
1587 1.477.2.2 itohy /* National Semiconductor */
1588 1.477.2.2 itohy product NATIONAL BEARPAW1200 0x1000 BearPaw 1200
1589 1.477.2.2 itohy product NATIONAL BEARPAW2400 0x1001 BearPaw 2400
1590 1.477.2.2 itohy
1591 1.477.2.2 itohy /* NEC products */
1592 1.477.2.2 itohy product NEC HUB_20 0x0059 2.0 hub
1593 1.477.2.2 itohy product NEC HUB 0x55aa hub
1594 1.477.2.2 itohy product NEC HUB_B 0x55ab hub
1595 1.477.2.2 itohy product NEC PICTY760 0xbef4 Picty760
1596 1.477.2.2 itohy product NEC PICTY900 0xefbe Picty900
1597 1.477.2.2 itohy product NEC PICTY920 0xf0be Picty920
1598 1.477.2.2 itohy product NEC PICTY800 0xf1be Picty800
1599 1.477.2.2 itohy
1600 1.477.2.2 itohy /* NEC2 products */
1601 1.477.2.2 itohy product NEC2 HUB2_0 0x0058 USB2.0 Hub Controller
1602 1.477.2.2 itohy
1603 1.477.2.2 itohy /* NEODIO products */
1604 1.477.2.2 itohy product NEODIO ND3050 0x3050 6-in-1 Flash Device Controller
1605 1.477.2.2 itohy product NEODIO ND5010 0x5010 Multi-format Flash Controller
1606 1.477.2.2 itohy
1607 1.477.2.2 itohy /* NetChip Technology Products */
1608 1.477.2.2 itohy product NETCHIP TURBOCONNECT 0x1080 Turbo-Connect
1609 1.477.2.2 itohy product NETCHIP CLIK40 0xa140 Clik! 40
1610 1.477.2.2 itohy product NETCHIP ETHERNETGADGET 0xa4a2 Linux Ethernet/RNDIS gadget on pxa210/25x/26x
1611 1.477.2.2 itohy
1612 1.477.2.2 itohy /* Netgear products */
1613 1.477.2.2 itohy product NETGEAR EA101 0x1001 Ethernet adapter
1614 1.477.2.2 itohy product NETGEAR EA101X 0x1002 Ethernet adapter
1615 1.477.2.2 itohy product NETGEAR FA101 0x1020 10/100 Ethernet
1616 1.477.2.2 itohy product NETGEAR FA120 0x1040 USB 2.0 Fast Ethernet Adapter
1617 1.477.2.2 itohy product NETGEAR MA111NA 0x4110 802.11b Adapter
1618 1.477.2.2 itohy product NETGEAR XA601 0x8100 USB to PL Adapter
1619 1.477.2.2 itohy
1620 1.477.2.2 itohy product NETGEAR2 MA101 0x4100 MA101
1621 1.477.2.2 itohy product NETGEAR2 MA101B 0x4102 MA101 Rev B
1622 1.477.2.2 itohy
1623 1.477.2.2 itohy /* NetIndex products */
1624 1.477.2.2 itohy product NETINDEX WS002IN 0x2001 Willcom WS002IN (DD)
1625 1.477.2.2 itohy
1626 1.477.2.2 itohy /* NHJ product */
1627 1.477.2.2 itohy product NHJ CAM2 0x9120 Camera
1628 1.477.2.2 itohy
1629 1.477.2.2 itohy /* Nikon products */
1630 1.477.2.2 itohy product NIKON E990 0x0102 Digital Camera E990
1631 1.477.2.2 itohy product NIKON E880 0x0103 Digital Camera E880
1632 1.477.2.2 itohy product NIKON E885 0x0105 Digital Camera E885
1633 1.477.2.2 itohy
1634 1.477.2.2 itohy /* Nokia products */
1635 1.477.2.2 itohy product NOKIA CA42 0x0802 Mobile Phone adapter
1636 1.477.2.2 itohy
1637 1.477.2.2 itohy /* Nova Tech products */
1638 1.477.2.2 itohy product NOVATECH NV902W 0x9020 NV-902W
1639 1.477.2.2 itohy product NOVATECH RT2573 0x9021 RT2573
1640 1.477.2.2 itohy
1641 1.477.2.2 itohy /* NovAtel products */
1642 1.477.2.2 itohy product NOVATEL FLEXPACKGPS 0x0100 NovAtel FlexPack GPS receiver
1643 1.477.2.2 itohy product NOVATEL2 CDMA_MODEM 0x1110 Novatel Wireless Merlin CDMA
1644 1.477.2.2 itohy product NOVATEL2 MERLINU740 0x1400 Novatel Merlin U740
1645 1.477.2.2 itohy
1646 1.477.2.2 itohy /* Olympus products */
1647 1.477.2.2 itohy product OLYMPUS C1 0x0102 C-1 Digital Camera
1648 1.477.2.2 itohy product OLYMPUS C700 0x0105 C-700 Ultra Zoom
1649 1.477.2.2 itohy
1650 1.477.2.2 itohy /* OmniVision Technologies, Inc. products */
1651 1.477.2.2 itohy product OMNIVISION OV511 0x0511 OV511 Camera
1652 1.477.2.2 itohy product OMNIVISION OV511PLUS 0xa511 OV511+ Camera
1653 1.477.2.2 itohy
1654 1.477.2.2 itohy /* OnSpec Electronic, Inc. */
1655 1.477.2.2 itohy product ONSPEC MD2 0x0103 disk
1656 1.477.2.2 itohy product ONSPEC MDCFEB 0xa000 MDCFE-B USB CF Reader
1657 1.477.2.2 itohy product ONSPEC SIIGMS 0xa001 Memory Stick+CF Reader/Writer
1658 1.477.2.2 itohy product ONSPEC DATAFAB3 0xa003 Datafab-based Reader
1659 1.477.2.2 itohy product ONSPEC DATAFAB4 0xa004 Datafab-based Reader
1660 1.477.2.2 itohy product ONSPEC PNYCFSM 0xa005 PNY/Datafab CF+SM Reader
1661 1.477.2.2 itohy product ONSPEC STECHCFSM 0xa006 Simple Tech/Datafab CF+SM Reader
1662 1.477.2.2 itohy product ONSPEC LC1 0xa109 CF + SM Combo (LC1)
1663 1.477.2.2 itohy product ONSPEC UCF100 0xa400 FlashLink UCF-100 CompactFlash Reader
1664 1.477.2.2 itohy product ONSPEC MD1II 0xb006 Datafab MD1-II PC-Card Reader
1665 1.477.2.2 itohy
1666 1.477.2.2 itohy product ONSPEC2 8IN2 0xb012 8In2
1667 1.477.2.2 itohy
1668 1.477.2.2 itohy /* Option N.V. products */
1669 1.477.2.2 itohy product OPTIONNV MC3G 0x5000 Mobile Connect 3G datacard
1670 1.477.2.2 itohy product OPTIONNV QUADUMTS2 0x6000 GlobeTrotter Fusion Quad Lite UMTS/GPRS
1671 1.477.2.2 itohy product OPTIONNV QUADUMTS 0x6300 GlobeTrotter Fusion Quad Lite 3D
1672 1.477.2.2 itohy product OPTIONNV QUADPLUSUMTS 0x6600 GlobeTrotter 3G Quad Plus
1673 1.477.2.2 itohy
1674 1.477.2.2 itohy /* OQO */
1675 1.477.2.2 itohy product OQO WIFI01 0x0002 model 01 WiFi interface
1676 1.477.2.2 itohy product OQO ETHER01PLUS 0x7720 model 01+ Ethernet
1677 1.477.2.2 itohy product OQO ETHER01 0x8150 model 01 Ethernet interface
1678 1.477.2.2 itohy
1679 1.477.2.2 itohy /* Ours Technology Inc. */
1680 1.477.2.2 itohy product OTI SOLID 0x6803 Solid state disk
1681 1.477.2.2 itohy product OTI FLASHDISK 0x6828 Flash Disk 128M
1682 1.477.2.2 itohy
1683 1.477.2.2 itohy /* Palm Computing, Inc. product */
1684 1.477.2.2 itohy product PALM SERIAL 0x0080 USB Serial Adaptor
1685 1.477.2.2 itohy product PALM M500 0x0001 Palm m500
1686 1.477.2.2 itohy product PALM M505 0x0002 Palm m505
1687 1.477.2.2 itohy product PALM M515 0x0003 Palm m515
1688 1.477.2.2 itohy product PALM I705 0x0020 Palm i705
1689 1.477.2.2 itohy product PALM TUNGSTEN_Z 0x0031 Palm Tungsten Z
1690 1.477.2.2 itohy product PALM M125 0x0040 Palm m125
1691 1.477.2.2 itohy product PALM M130 0x0050 Palm m130
1692 1.477.2.2 itohy product PALM TUNGSTEN_T 0x0060 Palm Tungsten T
1693 1.477.2.2 itohy product PALM ZIRE31 0x0061 Palm Zire 31
1694 1.477.2.2 itohy product PALM ZIRE 0x0070 Palm Zire
1695 1.477.2.2 itohy
1696 1.477.2.2 itohy /* Panasonic products */
1697 1.477.2.2 itohy product PANASONIC LS120 0x0901 LS-120 Camera
1698 1.477.2.2 itohy product PANASONIC KXLRW32AN 0x0d09 CD-R Drive KXL-RW32AN
1699 1.477.2.2 itohy product PANASONIC KXLCB20AN 0x0d0a CD-R Drive KXL-CB20AN
1700 1.477.2.2 itohy product PANASONIC KXLCB35AN 0x0d0e DVD-ROM & CD-R/RW
1701 1.477.2.2 itohy product PANASONIC SDCAAE 0x1b00 MultiMediaCard Adapter
1702 1.477.2.2 itohy product PANASONIC TYTP50P6S 0x3900 TY-TP50P6-S 50in Touch Panel
1703 1.477.2.2 itohy
1704 1.477.2.2 itohy /* Pen Driver */
1705 1.477.2.2 itohy product PEN USBDISKPRO 0x0120 USB Disk Pro
1706 1.477.2.2 itohy product PEN USBREADER 0x0240 USB 6 in 1 Card Reader/Writer
1707 1.477.2.2 itohy product PEN MOBILEDRIVE 0x0280 USB 3 in 1 Card Reader/Writer
1708 1.477.2.2 itohy product PEN USBDISK 0x0d7d USB Disk
1709 1.477.2.2 itohy product PEN ATTACHE 0x1300 USB 2.0 Flash Drive
1710 1.477.2.2 itohy
1711 1.477.2.2 itohy /* Peracom products */
1712 1.477.2.2 itohy product PERACOM SERIAL1 0x0001 Serial Converter
1713 1.477.2.2 itohy product PERACOM ENET 0x0002 Ethernet adapter
1714 1.477.2.2 itohy product PERACOM ENET3 0x0003 At Home Ethernet Adapter
1715 1.477.2.2 itohy product PERACOM ENET2 0x0005 Ethernet adapter
1716 1.477.2.2 itohy
1717 1.477.2.2 itohy /* Philips products */
1718 1.477.2.2 itohy product PHILIPS DSS350 0x0101 DSS 350 Digital Speaker System
1719 1.477.2.2 itohy product PHILIPS DSS 0x0104 DSS XXX Digital Speaker System
1720 1.477.2.2 itohy product PHILIPS HUB 0x0201 hub
1721 1.477.2.2 itohy product PHILIPS PCA645VC 0x0302 PCA645VC PC Camera
1722 1.477.2.2 itohy product PHILIPS PCA646VC 0x0303 PCA646VC PC Camera
1723 1.477.2.2 itohy product PHILIPS PCVC675K 0x0307 PCVC675K Vesta PC Camera
1724 1.477.2.2 itohy product PHILIPS PCVC680K 0x0308 PCVC680K Vesta Pro PC Camera
1725 1.477.2.2 itohy product PHILIPS PCVC690K 0x030c PCVC690K Vesta Pro Scan PC Camera
1726 1.477.2.2 itohy product PHILIPS PCVC730K 0x0310 PCVC730K ToUCam Fun PC Camera
1727 1.477.2.2 itohy product PHILIPS PCVC740K 0x0311 PCVC740K ToUCam Pro PC Camera
1728 1.477.2.2 itohy product PHILIPS PCVC750K 0x0312 PCVC750K ToUCam Pro Scan PC Camera
1729 1.477.2.2 itohy product PHILIPS DSS150 0x0471 DSS 150 Digital Speaker System
1730 1.477.2.2 itohy product PHILIPS SNU5600 0x1236 SNU5600
1731 1.477.2.2 itohy product PHILIPS DIVAUSB 0x1801 DIVA USB mp3 player
1732 1.477.2.2 itohy
1733 1.477.2.2 itohy /* Philips Semiconductor products */
1734 1.477.2.2 itohy product PHILIPSSEMI HUB1122 0x1122 hub
1735 1.477.2.2 itohy
1736 1.477.2.2 itohy /* P.I. Engineering products */
1737 1.477.2.2 itohy product PIENGINEERING PS2USB 0x020b PS2 to Mac USB Adapter
1738 1.477.2.2 itohy product PIENGINEERING XKEYS58 0x0232 Xkeys Programmable Keyboard (58 Keys)
1739 1.477.2.2 itohy product PIENGINEERING XKEYS 0x0233 Xkeys Programmable Keyboard
1740 1.477.2.2 itohy
1741 1.477.2.2 itohy /* Pilotech Systems Co., Ltd products */
1742 1.477.2.2 itohy product PILOTECH CRW600 0x0001 CRW-600 6-in-1 Reader
1743 1.477.2.2 itohy
1744 1.477.2.2 itohy /* Planex Communications products */
1745 1.477.2.2 itohy product PLANEX GW_US11H 0x14ea GW-US11H WLAN
1746 1.477.2.2 itohy product PLANEX2 GW_US11S 0x3220 GW-US11S WLAN
1747 1.477.2.2 itohy product PLANEX2 GWUS54HP 0xab01 GW-US54HP
1748 1.477.2.2 itohy product PLANEX2 GWUS54MINI2 0xab50 GW-US54Mini2
1749 1.477.2.2 itohy product PLANEX2 GWUS54SG 0xc002 GW-US54SG
1750 1.477.2.2 itohy product PLANEX2 GWUS54GZL 0xc007 GW-US54GZL
1751 1.477.2.2 itohy product PLANEX2 GWUSMM 0xed02 GW-USMM
1752 1.477.2.2 itohy product PLANEX3 GWUS54GZ 0xab10 GW-US54GZ
1753 1.477.2.2 itohy product PLANEX3 GU1000T 0xab11 GU-1000T
1754 1.477.2.2 itohy product PLANEX3 GWUS54MINI 0xab13 GW-US54Mini
1755 1.477.2.2 itohy
1756 1.477.2.2 itohy /* Plantronics products */
1757 1.477.2.2 itohy product PLANTRONICS HEADSET 0x0ca1 Platronics DSP-400 Headset
1758 1.477.2.2 itohy
1759 1.477.2.2 itohy /* Plextor Corp. */
1760 1.477.2.2 itohy product PLEXTOR 40_12_40U 0x0011 PlexWriter 40/12/40U
1761 1.477.2.2 itohy
1762 1.477.2.2 itohy /* PLX products */
1763 1.477.2.2 itohy product PLX TESTBOARD 0x9060 test board
1764 1.477.2.2 itohy
1765 1.477.2.2 itohy /* PointChips */
1766 1.477.2.2 itohy product POINTCHIPS FLASH 0x8001 Flash
1767 1.477.2.2 itohy
1768 1.477.2.2 itohy /* PortGear products */
1769 1.477.2.2 itohy product PORTGEAR EA8 0x0008 Ethernet Adapter
1770 1.477.2.2 itohy product PORTGEAR EA9 0x0009 Ethernet Adapter
1771 1.477.2.2 itohy
1772 1.477.2.2 itohy /* Portsmith products */
1773 1.477.2.2 itohy product PORTSMITH EEA 0x3003 Express Ethernet Adapter
1774 1.477.2.2 itohy
1775 1.477.2.2 itohy /* PQI products */
1776 1.477.2.2 itohy product PQI TRAVELFLASH 0x0001 Travel Flash Drive
1777 1.477.2.2 itohy
1778 1.477.2.2 itohy /* Primax products */
1779 1.477.2.2 itohy product PRIMAX G2X300 0x0300 G2-200 scanner
1780 1.477.2.2 itohy product PRIMAX G2E300 0x0301 G2E-300 scanner
1781 1.477.2.2 itohy product PRIMAX G2300 0x0302 G2-300 scanner
1782 1.477.2.2 itohy product PRIMAX G2E3002 0x0303 G2E-300 scanner
1783 1.477.2.2 itohy product PRIMAX 9600 0x0340 Colorado USB 9600 scanner
1784 1.477.2.2 itohy product PRIMAX 600U 0x0341 Colorado 600u scanner
1785 1.477.2.2 itohy product PRIMAX 6200 0x0345 Visioneer 6200 scanner
1786 1.477.2.2 itohy product PRIMAX 19200 0x0360 Colorado USB 19200 scanner
1787 1.477.2.2 itohy product PRIMAX 1200U 0x0361 Colorado 1200u scanner
1788 1.477.2.2 itohy product PRIMAX G600 0x0380 G2-600 scanner
1789 1.477.2.2 itohy product PRIMAX 636I 0x0381 ReadyScan 636i
1790 1.477.2.2 itohy product PRIMAX G2600 0x0382 G2-600 scanner
1791 1.477.2.2 itohy product PRIMAX G2E600 0x0383 G2E-600 scanner
1792 1.477.2.2 itohy product PRIMAX COMFORT 0x4d01 Comfort
1793 1.477.2.2 itohy product PRIMAX MOUSEINABOX 0x4d02 Mouse-in-a-Box
1794 1.477.2.2 itohy product PRIMAX PCGAUMS1 0x4d04 Sony PCGA-UMS1
1795 1.477.2.2 itohy
1796 1.477.2.2 itohy /* Prolific products */
1797 1.477.2.2 itohy product PROLIFIC PL2301 0x0000 PL2301 Host-Host interface
1798 1.477.2.2 itohy product PROLIFIC PL2302 0x0001 PL2302 Host-Host interface
1799 1.477.2.2 itohy product PROLIFIC RSAQ2 0x04bb PL2303 Serial adapter (IODATA USB-RSAQ2)
1800 1.477.2.2 itohy product PROLIFIC PL2303 0x2303 PL2303 Serial adapter (ATEN/IOGEAR UC232A)
1801 1.477.2.2 itohy product PROLIFIC PL2305 0x2305 Parallel printer adapter
1802 1.477.2.2 itohy product PROLIFIC ATAPI4 0x2307 ATAPI-4 Bridge Controller
1803 1.477.2.2 itohy product PROLIFIC PL2501 0x2501 PL2501 Host-Host interface
1804 1.477.2.2 itohy product PROLIFIC PL2303X 0xaaa0 PL2303 Serial adapter (Pharos GPS)
1805 1.477.2.2 itohy product PROLIFIC RSAQ3 0xaaa2 PL2303 Serial adapter (IODATA USB-RSAQ3)
1806 1.477.2.2 itohy
1807 1.477.2.2 itohy /* Putercom products */
1808 1.477.2.2 itohy product PUTERCOM UPA100 0x047e USB-1284 BRIDGE
1809 1.477.2.2 itohy
1810 1.477.2.2 itohy /* Qcom products */
1811 1.477.2.2 itohy product QCOM RT2573 0x6196 RT2573
1812 1.477.2.2 itohy product QCOM RT2573_2 0x6229 RT2573
1813 1.477.2.2 itohy
1814 1.477.2.2 itohy /* Qtronix products */
1815 1.477.2.2 itohy product QTRONIX 980N 0x2011 Scorpion-980N keyboard
1816 1.477.2.2 itohy
1817 1.477.2.2 itohy /* Qualcomm products */
1818 1.477.2.2 itohy product QUALCOMM CDMA_MSM 0x6000 CDMA Technologies MSM phone
1819 1.477.2.2 itohy product QUALCOMM2 CDMA_MSM 0x3196 CDMA Technologies MSM modem
1820 1.477.2.2 itohy
1821 1.477.2.2 itohy /* Qualcomm Kyocera products */
1822 1.477.2.2 itohy product QUALCOMM_K CDMA_MSM_K 0x17da Qualcomm Kyocera CDMA Technologies MSM
1823 1.477.2.2 itohy
1824 1.477.2.2 itohy /* Quickshot products */
1825 1.477.2.2 itohy product QUICKSHOT STRIKEPAD 0x6238 USB StrikePad
1826 1.477.2.2 itohy
1827 1.477.2.2 itohy /* Rainbow Technologies products */
1828 1.477.2.2 itohy product RAINBOW IKEY2000 0x1200 i-Key 2000
1829 1.477.2.2 itohy
1830 1.477.2.2 itohy /* Ralink Technology products */
1831 1.477.2.2 itohy product RALINK RT2570 0x1706 RT2570
1832 1.477.2.2 itohy product RALINK RT2570_2 0x2570 RT2570
1833 1.477.2.2 itohy product RALINK RT2573 0x2573 RT2573
1834 1.477.2.2 itohy product RALINK RT2671 0x2671 RT2671
1835 1.477.2.2 itohy product RALINK RT2570_3 0x9020 RT2570
1836 1.477.2.2 itohy product RALINK_2 RT2570 0x2570 RT2570
1837 1.477.2.2 itohy product RALINK_2 RT2573 0x2573 RT2573
1838 1.477.2.2 itohy
1839 1.477.2.2 itohy /* RATOC Systems products */
1840 1.477.2.2 itohy product RATOC REXUSB60 0xb000 USB serial adapter REX-USB60
1841 1.477.2.2 itohy
1842 1.477.2.2 itohy /* Realtek products */
1843 1.477.2.2 itohy product REALTEK RTL8150L 0x8150 RTL8150L USB-Ethernet Bridge
1844 1.477.2.2 itohy product REALTEK RTL8151 0x8151 RTL8151 PNA
1845 1.477.2.2 itohy
1846 1.477.2.2 itohy /* Research In Motion */
1847 1.477.2.2 itohy product RIM BLACKBERRY 0x0001 BlackBerry
1848 1.477.2.2 itohy
1849 1.477.2.2 itohy /* Rockfire products */
1850 1.477.2.2 itohy product ROCKFIRE GAMEPAD 0x2033 gamepad 203USB
1851 1.477.2.2 itohy
1852 1.477.2.2 itohy /* Roland products */
1853 1.477.2.2 itohy product ROLAND UA100 0x0000 UA-100 USB Audio I/F
1854 1.477.2.2 itohy product ROLAND UM4 0x0002 UM-4 MIDI I/F
1855 1.477.2.2 itohy product ROLAND SC8850 0x0003 RolandED SC-8850 SOUND Canvas MIDI Synth.
1856 1.477.2.2 itohy product ROLAND U8 0x0004 U-8 USB Audio I/F
1857 1.477.2.2 itohy product ROLAND UM2 0x0005 UM-2 MIDI I/F
1858 1.477.2.2 itohy product ROLAND SC8820 0x0007 SoundCanvas SC-8820 MIDI Synth.
1859 1.477.2.2 itohy product ROLAND PC300 0x0008 PC-300 MIDI Keyboard
1860 1.477.2.2 itohy product ROLAND UM1 0x0009 UM-1 MIDI I/F
1861 1.477.2.2 itohy product ROLAND SK500 0x000b SoundCanvas SK-500 MIDI Keyboard
1862 1.477.2.2 itohy product ROLAND SCD70 0x000c SC-D70 MIDI Synth.
1863 1.477.2.2 itohy product ROLAND UA3 0x000f EDIROL UA-3 USB audio I/F
1864 1.477.2.2 itohy product ROLAND XV5050 0x0012 XV-5050 MIDI Synth.
1865 1.477.2.2 itohy product ROLAND UM880N 0x0014 EDIROL UM-880 MIDI I/F (native)
1866 1.477.2.2 itohy product ROLAND UM880G 0x0015 EDIROL UM-880 MIDI I/F (generic)
1867 1.477.2.2 itohy product ROLAND SD90 0x0016 EDIROL SD-90 STDIO Canvas MIDI Synth.
1868 1.477.2.2 itohy product ROLAND UA1A 0x0018 UA-1A USB Audio I/F
1869 1.477.2.2 itohy product ROLAND UM550 0x0023 UM-550 MIDI I/F
1870 1.477.2.2 itohy product ROLAND SD20 0x0027 SD-20 MIDI Synth.
1871 1.477.2.2 itohy product ROLAND SD80 0x0029 SD-80 MIDI Synth.
1872 1.477.2.2 itohy product ROLAND UA700 0x002b UA-700 USB Audio I/F
1873 1.477.2.2 itohy product ROLAND PCRA 0x0033 EDIROL PCR MIDI keyboard (advanced)
1874 1.477.2.2 itohy product ROLAND PCR 0x0034 EDIROL PCR MIDI keyboard
1875 1.477.2.2 itohy product ROLAND M1000 0x0035 M-1000 audio I/F
1876 1.477.2.2 itohy product ROLAND UA1000 0x0044 EDIROL UA-1000 USB audio I/F
1877 1.477.2.2 itohy product ROLAND UA3FXA 0x0050 EDIROL UA-3FX USB audio I/F (advanced)
1878 1.477.2.2 itohy product ROLAND UA3FX 0x0051 EDIROL UA-3FX USB audio I/F
1879 1.477.2.2 itohy product ROLAND FANTOMX 0x006d Fantom-X MIDI Synth.
1880 1.477.2.2 itohy product ROLAND UA101 0x007d EDIROL UA-101
1881 1.477.2.2 itohy product ROLAND UA101F 0x008d EDIROL UA-101 USB1
1882 1.477.2.2 itohy product ROLAND UA1EX 0x0096 EDIROL UA-1EX
1883 1.477.2.2 itohy product ROLAND UM3 0x009A EDIROL UM-3
1884 1.477.2.2 itohy
1885 1.477.2.2 itohy /* Sagem products */
1886 1.477.2.2 itohy product SAGEM XG760A 0x004a XG-760A
1887 1.477.2.2 itohy product SAGEM XG76NA 0x0062 XG-76NA
1888 1.477.2.2 itohy
1889 1.477.2.2 itohy /* Saitek products */
1890 1.477.2.2 itohy product SAITEK CYBORG_3D_GOLD 0x0006 Cyborg 3D Gold Joystick
1891 1.477.2.2 itohy
1892 1.477.2.2 itohy /* Samsung products */
1893 1.477.2.2 itohy product SAMSUNG MIGHTYDRIVE 0x1623 Mighty Drive
1894 1.477.2.2 itohy product SAMSUNG ML6060 0x3008 ML-6060 laser printer
1895 1.477.2.2 itohy
1896 1.477.2.2 itohy /* SanDisk products */
1897 1.477.2.2 itohy product SANDISK SDDR05A 0x0001 ImageMate SDDR-05a
1898 1.477.2.2 itohy product SANDISK SDDR31 0x0002 ImageMate SDDR-31
1899 1.477.2.2 itohy product SANDISK SDDR05 0x0005 ImageMate SDDR-05
1900 1.477.2.2 itohy product SANDISK SDDR12 0x0100 ImageMate SDDR-12
1901 1.477.2.2 itohy product SANDISK SDDR09 0x0200 ImageMate SDDR-09
1902 1.477.2.2 itohy product SANDISK SDDR86 0x0621 ImageMate SDDR-86
1903 1.477.2.2 itohy product SANDISK SDDR75 0x0810 ImageMate SDDR-75
1904 1.477.2.2 itohy
1905 1.477.2.2 itohy /* Sanwa Supply products */
1906 1.477.2.2 itohy product SANWASUPPLY JYDV9USB 0x9806 JY-DV9USB gamepad
1907 1.477.2.2 itohy
1908 1.477.2.2 itohy /* Sanyo Electric products */
1909 1.477.2.2 itohy product SANYO SCP4900 0x0701 Sanyo SCP-4900 USB Phone
1910 1.477.2.2 itohy
1911 1.477.2.2 itohy /* ScanLogic products */
1912 1.477.2.2 itohy product SCANLOGIC SL11R 0x0002 SL11R-IDE
1913 1.477.2.2 itohy product SCANLOGIC 336CX 0x0300 Phantom 336CX - C3 scanner
1914 1.477.2.2 itohy
1915 1.477.2.2 itohy /* Sealevel products */
1916 1.477.2.2 itohy product SEALEVEL USBSERIAL 0x2101 USB-Serial converter
1917 1.477.2.2 itohy
1918 1.477.2.2 itohy /* Senao products */
1919 1.477.2.2 itohy product SENAO NUB8301 0x2000 NUB-8301
1920 1.477.2.2 itohy
1921 1.477.2.2 itohy /* SGI products */
1922 1.477.2.2 itohy product SGI SN1_L1_SC 0x1234 SN1 L1 System Controller
1923 1.477.2.2 itohy
1924 1.477.2.2 itohy /* Shark products */
1925 1.477.2.2 itohy product SHARK PA 0x0400 Pocket Adapter
1926 1.477.2.2 itohy
1927 1.477.2.2 itohy /* Sharp products */
1928 1.477.2.2 itohy product SHARP SL5500 0x8004 SL5500
1929 1.477.2.2 itohy product SHARP A300 0x8005 A300
1930 1.477.2.2 itohy product SHARP SL5600 0x8006 SL5600
1931 1.477.2.2 itohy product SHARP C700 0x8007 C700
1932 1.477.2.2 itohy product SHARP C750 0x9031 C750
1933 1.477.2.2 itohy product SHARP WS007SH 0x9123 WS007SH
1934 1.477.2.2 itohy
1935 1.477.2.2 itohy /* Shuttle Technology products */
1936 1.477.2.2 itohy product SHUTTLE EUSB 0x0001 E-USB Bridge
1937 1.477.2.2 itohy product SHUTTLE EUSCSI 0x0002 eUSCSI Bridge
1938 1.477.2.2 itohy product SHUTTLE SDDR09 0x0003 ImageMate SDDR09
1939 1.477.2.2 itohy product SHUTTLE EUSBSMCF 0x0005 eUSB SmartMedia / CompactFlash Adapter
1940 1.477.2.2 itohy product SHUTTLE ZIOMMC 0x0006 eUSB MultiMediaCard Adapter
1941 1.477.2.2 itohy product SHUTTLE HIFD 0x0007 Sony Hifd
1942 1.477.2.2 itohy product SHUTTLE EUSBATAPI 0x0009 eUSB ATA/ATAPI Adapter
1943 1.477.2.2 itohy product SHUTTLE CF 0x000a eUSB CompactFlash Adapter
1944 1.477.2.2 itohy product SHUTTLE EUSCSI_B 0x000b eUSCSI Bridge
1945 1.477.2.2 itohy product SHUTTLE EUSCSI_C 0x000c eUSCSI Bridge
1946 1.477.2.2 itohy product SHUTTLE CDRW 0x0101 CD-RW Device
1947 1.477.2.2 itohy product SHUTTLE ORCA 0x0325 eUSB ORCA Quad Reader
1948 1.477.2.2 itohy product SHUTTLE SCM 0x1010 SCM Micro
1949 1.477.2.2 itohy
1950 1.477.2.2 itohy /* Siemens products */
1951 1.477.2.2 itohy product SIEMENS SPEEDSTREAM 0x1001 SpeedStream USB
1952 1.477.2.2 itohy product SIEMENS SPEEDSTREAM22 0x1022 SpeedStream USB 1022
1953 1.477.2.2 itohy
1954 1.477.2.2 itohy /* Siemens Info products */
1955 1.477.2.2 itohy product SIEMENS2 MC75 0x0034 Wireless Modules MC75
1956 1.477.2.2 itohy product SIEMENS2 WL54G 0x3c06 54g USB Network Adapter
1957 1.477.2.2 itohy
1958 1.477.2.2 itohy /* Sierra Wireless products */
1959 1.477.2.2 itohy product SIERRA AIRCARD580 0x0112 Sierra Wireless AirCard 580
1960 1.477.2.2 itohy
1961 1.477.2.2 itohy /* Sigmatel products */
1962 1.477.2.2 itohy product SIGMATEL SIR4116 0x4116 StIR4116 SIR
1963 1.477.2.2 itohy product SIGMATEL IRDA 0x4200 IrDA
1964 1.477.2.2 itohy product SIGMATEL FIR4210 0x4210 StIR4210 FIR
1965 1.477.2.2 itohy product SIGMATEL VFIR4220 0x4220 StIR4220 VFIR
1966 1.477.2.2 itohy product SIGMATEL I_BEAD100 0x8008 i-Bead 100 MP3 Player
1967 1.477.2.2 itohy product SIGMATEL DNSSF7X 0x8020 Datum Networks SSF-7X Multi Players
1968 1.477.2.2 itohy
1969 1.477.2.2 itohy /* SIIG products */
1970 1.477.2.2 itohy product SIIG DIGIFILMREADER 0x0004 DigiFilm-Combo Reader
1971 1.477.2.2 itohy product SIIG UISDMC2S 0x0200 MULTICARDREADER
1972 1.477.2.2 itohy product SIIG MULTICARDREADER 0x0201 MULTICARDREADER
1973 1.477.2.2 itohy
1974 1.477.2.2 itohy product SIIG2 USBTOETHER 0x0109 USB TO Ethernet
1975 1.477.2.2 itohy product SIIG2 US2308 0x0421 Serial
1976 1.477.2.2 itohy
1977 1.477.2.2 itohy /* Silicom products */
1978 1.477.2.2 itohy product SILICOM U2E 0x0001 U2E
1979 1.477.2.2 itohy product SILICOM GPE 0x0002 Psion Gold Port Ethernet
1980 1.477.2.2 itohy
1981 1.477.2.2 itohy /* Silicon Labs products */
1982 1.477.2.2 itohy product SILABS POLOLU 0x803b Pololu Serial
1983 1.477.2.2 itohy product SILABS ARGUSISP 0x8066 Argussoft ISP
1984 1.477.2.2 itohy product SILABS CRUMB128 0x807a Crumb128
1985 1.477.2.2 itohy product SILABS DEGREECONT 0x80ca Degree Controls
1986 1.477.2.2 itohy product SILABS SUNNTO 0x80f6 Suunto sports
1987 1.477.2.2 itohy product SILABS DESKTOPMOBILE 0x813d Burnside Desktop mobile
1988 1.477.2.2 itohy product SILABS IPLINK1220 0x815e IP-Link 1220
1989 1.477.2.2 itohy product SILABS LIPOWSKY_JTAG 0x81c8 Lipowsky Baby-JTAG
1990 1.477.2.2 itohy product SILABS LIPOWSKY_LIN 0x81e2 Lipowsky Baby-LIN
1991 1.477.2.2 itohy product SILABS LIPOWSKY_HARP 0x8218 Lipowsky HARP-1
1992 1.477.2.2 itohy product SILABS2 DCU11CLONE 0xaa26 DCU-11 clone
1993 1.477.2.2 itohy product SILABS CP210X_1 0xea60 CP210x Serial
1994 1.477.2.2 itohy product SILABS CP210X_2 0xea61 CP210x Serial
1995 1.477.2.2 itohy
1996 1.477.2.2 itohy /* Silicon Portals Inc. */
1997 1.477.2.2 itohy product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware)
1998 1.477.2.2 itohy product SILICONPORTALS YAPPHONE 0x0201 YAP Phone
1999 1.477.2.2 itohy
2000 1.477.2.2 itohy /* Silicon Integrated Systems products */
2001 1.477.2.2 itohy product SIS SIS_163U 0x0163 802.11g Wireless LAN Adapter
2002 1.477.2.2 itohy
2003 1.477.2.2 itohy /* Sirius Technologies products */
2004 1.477.2.2 itohy product SIRIUS ROADSTER 0x0001 NetComm Roadster II 56 USB
2005 1.477.2.2 itohy
2006 1.477.2.2 itohy /* Sitecom products */
2007 1.477.2.2 itohy product SITECOM LN029 0x182d LN029
2008 1.477.2.2 itohy product SITECOM CN104 0x2068 CN104 serial
2009 1.477.2.2 itohy
2010 1.477.2.2 itohy /* Sitecom Europe products */
2011 1.477.2.2 itohy product SITECOMEU WL113 0x9071 WL-113
2012 1.477.2.2 itohy product SITECOMEU ZD1211B 0x9075 ZD1211B
2013 1.477.2.2 itohy product SITECOMEU WL172 0x90ac WL-172
2014 1.477.2.2 itohy product SITECOMEU WL113R2 0x9712 WL-113 rev 2
2015 1.477.2.2 itohy
2016 1.477.2.2 itohy /* SmartBridges products */
2017 1.477.2.2 itohy product SMARTBRIDGES SMARTLINK 0x0001 SmartLink USB ethernet adapter
2018 1.477.2.2 itohy product SMARTBRIDGES SMARTNIC 0x0003 smartNIC 2 PnP Adapter
2019 1.477.2.2 itohy
2020 1.477.2.2 itohy /* SMC products */
2021 1.477.2.2 itohy product SMC 2102USB 0x0100 10Mbps ethernet adapter
2022 1.477.2.2 itohy product SMC 2202USB 0x0200 10/100 ethernet adapter
2023 1.477.2.2 itohy product SMC 2206USB 0x0201 EZ Connect USB Ethernet Adapter
2024 1.477.2.2 itohy product SMC 2862WG 0xee13 EZ Connect g Wireless USB Adapter
2025 1.477.2.2 itohy product SMC2 2020HUB 0x2020 USB Hub
2026 1.477.2.2 itohy product SMC3 2662WV1 0xa001 EZ Connect 11Mbps
2027 1.477.2.2 itohy product SMC3 2662WUSB 0xa002 2662W-AR Wireless Adapter
2028 1.477.2.2 itohy
2029 1.477.2.2 itohy /* SOHOware products */
2030 1.477.2.2 itohy product SOHOWARE NUB100 0x9100 10/100 USB Ethernet
2031 1.477.2.2 itohy product SOHOWARE NUB110 0x9110 NUB110 Ethernet
2032 1.477.2.2 itohy
2033 1.477.2.2 itohy /* SOLID YEAR products */
2034 1.477.2.2 itohy product SOLIDYEAR KEYBOARD 0x2101 Solid Year USB keyboard
2035 1.477.2.2 itohy
2036 1.477.2.2 itohy /* SONY products */
2037 1.477.2.2 itohy product SONY DSC 0x0010 DSC cameras
2038 1.477.2.2 itohy product SONY NWMS7 0x0025 Memorystick NW-MS7
2039 1.477.2.2 itohy product SONY DRIVEV2 0x002b Harddrive V2
2040 1.477.2.2 itohy product SONY MSACUS1 0x002d Memorystick MSAC-US1
2041 1.477.2.2 itohy product SONY HANDYCAM 0x002e Handycam
2042 1.477.2.2 itohy product SONY MSC 0x0032 MSC memory stick slot
2043 1.477.2.2 itohy product SONY CLIE_35 0x0038 Sony Clie v3.5
2044 1.477.2.2 itohy product SONY PS2KEYBOARD 0x005c PlayStation2 keyboard
2045 1.477.2.2 itohy product SONY PS2KEYBOARDHUB 0x005d PlayStation2 keyboard hub
2046 1.477.2.2 itohy product SONY PS2MOUSE 0x0061 PlayStation2 mouse
2047 1.477.2.2 itohy product SONY CLIE_40 0x0066 Sony Clie v4.0
2048 1.477.2.2 itohy product SONY MSC_U03 0x0069 MSC memory stick slot MSC-U03
2049 1.477.2.2 itohy product SONY CLIE_40_MS 0x006d Sony Clie v4.0 Memory Stick slot
2050 1.477.2.2 itohy product SONY CLIE_S360 0x0095 Sony Clie s360
2051 1.477.2.2 itohy product SONY CLIE_41_MS 0x0099 Sony Clie v4.1 Memory Stick slot
2052 1.477.2.2 itohy product SONY CLIE_41 0x009a Sony Clie v4.1
2053 1.477.2.2 itohy product SONY CLIE_NX60 0x00da Sony Clie nx60
2054 1.477.2.2 itohy product SONY PS2EYETOY4 0x0154 PlayStation2 EyeToy v154
2055 1.477.2.2 itohy product SONY PS2EYETOY5 0x0155 PlayStation2 EyeToy v155
2056 1.477.2.2 itohy product SONY CLIE_TJ25 0x0169 Sony Clie tj25
2057 1.477.2.2 itohy
2058 1.477.2.2 itohy /* SOURCENEXT products */
2059 1.477.2.2 itohy product SOURCENEXT KEIKAI8_CHG 0x012e KeikaiDenwa 8 with charger
2060 1.477.2.2 itohy product SOURCENEXT KEIKAI8 0x039f KeikaiDenwa 8
2061 1.477.2.2 itohy
2062 1.477.2.2 itohy /* Sphairon Access Systems GmbH products */
2063 1.477.2.2 itohy product SPHAIRON UB801R 0x0110 UB801R
2064 1.477.2.2 itohy
2065 1.477.2.2 itohy /* STMicroelectronics products */
2066 1.477.2.2 itohy product STMICRO COMMUNICATOR 0x7554 USB Communicator
2067 1.477.2.2 itohy
2068 1.477.2.2 itohy /* STSN products */
2069 1.477.2.2 itohy product STSN STSN0001 0x0001 Internet Access Device
2070 1.477.2.2 itohy
2071 1.477.2.2 itohy /* Sun Communications products */
2072 1.477.2.2 itohy product SUNCOMM MB_ADAPTOR 0x0003 Mobile Adaptor
2073 1.477.2.2 itohy
2074 1.477.2.2 itohy /* SUN Corporation products */
2075 1.477.2.2 itohy product SUNTAC DS96L 0x0003 SUNTAC U-Cable type D2
2076 1.477.2.2 itohy product SUNTAC PS64P1 0x0005 SUNTAC U-Cable type P1
2077 1.477.2.2 itohy product SUNTAC VS10U 0x0009 SUNTAC Slipper U
2078 1.477.2.2 itohy product SUNTAC IS96U 0x000a SUNTAC Ir-Trinity
2079 1.477.2.2 itohy product SUNTAC AS64LX 0x000b SUNTAC U-Cable type A3
2080 1.477.2.2 itohy product SUNTAC AS144L4 0x0011 U-Cable type A4
2081 1.477.2.2 itohy
2082 1.477.2.2 itohy /* Sun Microsystems products */
2083 1.477.2.2 itohy product SUN KEYBOARD_TYPE_6 0x0005 Type 6 USB keyboard
2084 1.477.2.2 itohy product SUN KEYBOARD_TYPE_7 0x00a2 Type 7 USB keyboard
2085 1.477.2.2 itohy /* XXX The above is a North American PC style keyboard possibly */
2086 1.477.2.2 itohy product SUN MOUSE 0x0100 Type 6 USB mouse
2087 1.477.2.2 itohy
2088 1.477.2.2 itohy /* Supra products */
2089 1.477.2.2 itohy product DIAMOND2 SUPRAEXPRESS56K 0x07da Supra Express 56K modem
2090 1.477.2.2 itohy product DIAMOND2 SUPRA2890 0x0b4a SupraMax 2890 56K Modem
2091 1.477.2.2 itohy product DIAMOND2 RIO600USB 0x5001 Rio 600 USB
2092 1.477.2.2 itohy product DIAMOND2 RIO800USB 0x5002 Rio 800 USB
2093 1.477.2.2 itohy product DIAMOND2 PSAPLAY120 0x5003 Nike psa[play 120
2094 1.477.2.2 itohy
2095 1.477.2.2 itohy /* Surecom Technology products */
2096 1.477.2.2 itohy product SURECOM EP9001G 0x11f3 EP-9001-g
2097 1.477.2.2 itohy product SURECOM RT2573 0x31f3 RT2573
2098 1.477.2.2 itohy
2099 1.477.2.2 itohy /* Susteen products */
2100 1.477.2.2 itohy product SUSTEEN DCU10 0x0528 USB Cable
2101 1.477.2.2 itohy
2102 1.477.2.2 itohy /* Sweex products */
2103 1.477.2.2 itohy product SWEEX ZD1211 0x1809 ZD1211
2104 1.477.2.2 itohy
2105 1.477.2.2 itohy /* System TALKS, Inc. */
2106 1.477.2.2 itohy product SYSTEMTALKS SGCX2UL 0x1920 SGC-X2UL
2107 1.477.2.2 itohy
2108 1.477.2.2 itohy /* Tangtop products */
2109 1.477.2.2 itohy product TANGTOP USBPS2 0x0001 USBPS2
2110 1.477.2.2 itohy
2111 1.477.2.2 itohy /* Targus products */
2112 1.477.2.2 itohy product TARGUS PAUM004 0x0201 PAUM004 Mouse
2113 1.477.2.2 itohy
2114 1.477.2.2 itohy /* Taugagreining products */
2115 1.477.2.2 itohy product TAUGA CAMERAMATE 0x0005 CameraMate (DPCM_USB)
2116 1.477.2.2 itohy
2117 1.477.2.2 itohy /* TDK products */
2118 1.477.2.2 itohy product TDK UPA9664 0x0115 USB-PDC Adapter UPA9664
2119 1.477.2.2 itohy product TDK UCA1464 0x0116 USB-cdmaOne Adapter UCA1464
2120 1.477.2.2 itohy product TDK UHA6400 0x0117 USB-PHS Adapter UHA6400
2121 1.477.2.2 itohy product TDK UPA6400 0x0118 USB-PHS Adapter UPA6400
2122 1.477.2.2 itohy product TDK BT_DONGLE 0x0309 Bluetooth USB dongle
2123 1.477.2.2 itohy
2124 1.477.2.2 itohy /* TEAC products */
2125 1.477.2.2 itohy product TEAC FD05PUB 0x0000 FD-05PUB floppy
2126 1.477.2.2 itohy
2127 1.477.2.2 itohy /* Tekram Technology products */
2128 1.477.2.2 itohy product TEKRAM 0193 0x1601 ALLNET 0193 WLAN
2129 1.477.2.2 itohy product TEKRAM ZYAIR_B200 0x1602 ZyXEL ZyAIR B200 WLAN
2130 1.477.2.2 itohy product TEKRAM QUICKWLAN 0x1630 QuickWLAN
2131 1.477.2.2 itohy product TEKRAM ZD1211_1 0x5630 ZD1211
2132 1.477.2.2 itohy product TEKRAM ZD1211_2 0x6630 ZD1211
2133 1.477.2.2 itohy
2134 1.477.2.2 itohy /* Telex Communications products */
2135 1.477.2.2 itohy product TELEX MIC1 0x0001 Enhanced USB Microphone
2136 1.477.2.2 itohy
2137 1.477.2.2 itohy /* Texas Intel products */
2138 1.477.2.2 itohy product TI UTUSB41 0x1446 UT-USB41 hub
2139 1.477.2.2 itohy product TI TUSB2046 0x2046 TUSB2046 hub
2140 1.477.2.2 itohy product TI NEXII 0x5409 Nex II Digital
2141 1.477.2.2 itohy
2142 1.477.2.2 itohy /* Thrustmaster products */
2143 1.477.2.2 itohy product THRUST FUSION_PAD 0xa0a3 Fusion Digital Gamepad
2144 1.477.2.2 itohy
2145 1.477.2.2 itohy /* TOD Co. Ltd products */
2146 1.477.2.2 itohy product TOD DOOGI_SLIM 0x0411 DOOGI SLIM USB Keyboard
2147 1.477.2.2 itohy
2148 1.477.2.2 itohy /* Todos Data System products */
2149 1.477.2.2 itohy product TODOS ARGOS_MINI 0x0002 Argos Mini Smartcard Reader
2150 1.477.2.2 itohy
2151 1.477.2.2 itohy /* Topfield Co. Ltd products */
2152 1.477.2.2 itohy product TOPFIELD TF5000PVR 0x1000 TF5000PVR Digital Video Recorder
2153 1.477.2.2 itohy
2154 1.477.2.2 itohy /* Toshiba Corporation products */
2155 1.477.2.2 itohy product TOSHIBA POCKETPC_E740 0x0706 PocketPC e740
2156 1.477.2.2 itohy
2157 1.477.2.2 itohy /* Trek Technology products */
2158 1.477.2.2 itohy product TREK THUMBDRIVE 0x1111 ThumbDrive
2159 1.477.2.2 itohy product TREK THUMBDRIVE_8MB 0x9988 ThumbDrive 8MB
2160 1.477.2.2 itohy
2161 1.477.2.2 itohy /* Tripp-Lite products */
2162 1.477.2.2 itohy product TRIPPLITE U209 0x2008 U209 Serial adapter
2163 1.477.2.2 itohy
2164 1.477.2.2 itohy /* Trumpion products */
2165 1.477.2.2 itohy product TRUMPION T33521 0x1003 USB/MP3 decoder
2166 1.477.2.2 itohy product TRUMPION XXX1100 0x1100 XXX 1100
2167 1.477.2.2 itohy
2168 1.477.2.2 itohy /* Tsunami products */
2169 1.477.2.2 itohy product TSUNAMI SM2000 0x1111 SM-2000
2170 1.477.2.2 itohy
2171 1.477.2.2 itohy /* TwinMOS products */
2172 1.477.2.2 itohy product TWINMOS G240 0xa006 G240
2173 1.477.2.2 itohy
2174 1.477.2.2 itohy /* Ultima products */
2175 1.477.2.2 itohy product ULTIMA 1200UBPLUS 0x4002 1200 UB Plus scanner
2176 1.477.2.2 itohy
2177 1.477.2.2 itohy /* UMAX products */
2178 1.477.2.2 itohy product UMAX ASTRA1236U 0x0002 Astra 1236U Scanner
2179 1.477.2.2 itohy product UMAX ASTRA1220U 0x0010 Astra 1220U Scanner
2180 1.477.2.2 itohy product UMAX ASTRA2000U 0x0030 Astra 2000U Scanner
2181 1.477.2.2 itohy product UMAX ASTRA3400 0x0060 Astra 3400 Scanner
2182 1.477.2.2 itohy product UMAX ASTRA2100U 0x0130 Astra 2100U Scanner
2183 1.477.2.2 itohy product UMAX ASTRA2200U 0x0230 Astra 2200U Scanner
2184 1.477.2.2 itohy
2185 1.477.2.2 itohy /* U-MEDIA Communications products */
2186 1.477.2.2 itohy product UMEDIA TEW429UB_A 0x300a TEW-429UB_A
2187 1.477.2.2 itohy product UMEDIA TEW429UB 0x300b TEW-429UB
2188 1.477.2.2 itohy product UMEDIA TEW429UBC1 0x300d TEW-429UB C1
2189 1.477.2.2 itohy product UMEDIA ALL0298V2 0x3204 ALL0298 v2
2190 1.477.2.2 itohy
2191 1.477.2.2 itohy /* Universal Access products */
2192 1.477.2.2 itohy product UNIACCESS PANACHE 0x0101 Panache Surf USB ISDN Adapter
2193 1.477.2.2 itohy
2194 1.477.2.2 itohy /* U.S. Robotics products */
2195 1.477.2.2 itohy product USR USR1120 0x00eb USR1120 WLAN
2196 1.477.2.2 itohy product USR USR5423 0x0121 USR5423 WLAN
2197 1.477.2.2 itohy
2198 1.477.2.2 itohy /* USI products */
2199 1.477.2.2 itohy product USI MC60 0x10c5 MC60 Serial
2200 1.477.2.2 itohy
2201 1.477.2.2 itohy /* GNU Radio USRP */
2202 1.477.2.2 itohy product USRP USRPv2 0x0002 USRP Revision 2
2203 1.477.2.2 itohy
2204 1.477.2.2 itohy /* VidzMedia products */
2205 1.477.2.2 itohy product VIDZMEDIA MONSTERTV 0x4fb1 MonsterTV P2H
2206 1.477.2.2 itohy
2207 1.477.2.2 itohy /* ViewSonic products */
2208 1.477.2.2 itohy product VIEWSONIC G773HUB 0x00fe G773 Monitor Hub
2209 1.477.2.2 itohy product VIEWSONIC P815HUB 0x00ff P815 Monitor Hub
2210 1.477.2.2 itohy product VIEWSONIC G773CTRL 0x4153 G773 Monitor Control
2211 1.477.2.2 itohy
2212 1.477.2.2 itohy /* Vision products */
2213 1.477.2.2 itohy product VISION VC6452V002 0x0002 CPiA Camera
2214 1.477.2.2 itohy
2215 1.477.2.2 itohy /* Visioneer products */
2216 1.477.2.2 itohy product VISIONEER 7600 0x0211 OneTouch 7600
2217 1.477.2.2 itohy product VISIONEER 5300 0x0221 OneTouch 5300
2218 1.477.2.2 itohy product VISIONEER 3000 0x0224 Scanport 3000
2219 1.477.2.2 itohy product VISIONEER 6100 0x0231 OneTouch 6100
2220 1.477.2.2 itohy product VISIONEER 6200 0x0311 OneTouch 6200
2221 1.477.2.2 itohy product VISIONEER 8100 0x0321 OneTouch 8100
2222 1.477.2.2 itohy product VISIONEER 8600 0x0331 OneTouch 8600
2223 1.477.2.2 itohy
2224 1.477.2.2 itohy /* Vivitar products */
2225 1.477.2.2 itohy product VIVITAR DSC350 0x0003 DSC350 Camera
2226 1.477.2.2 itohy
2227 1.477.2.2 itohy /* VTech products */
2228 1.477.2.2 itohy product VTECH RT2570 0x3012 RT2570
2229 1.477.2.2 itohy product VTECH ZD1211B 0x3014 ZD1211B
2230 1.477.2.2 itohy
2231 1.477.2.2 itohy /* Wacom products */
2232 1.477.2.2 itohy product WACOM CT0405U 0x0000 CT-0405-U Tablet
2233 1.477.2.2 itohy product WACOM GRAPHIRE 0x0010 Graphire
2234 1.477.2.2 itohy product WACOM GRAPHIRE3_4X5 0x0013 Graphire3 4x5
2235 1.477.2.2 itohy product WACOM GRAPHIRE3_6X8 0x0014 Graphire3 6x8
2236 1.477.2.2 itohy product WACOM GRAPHIRE4_4X5 0x0015 Graphire4 4x5
2237 1.477.2.2 itohy product WACOM INTUOSA5 0x0021 Intuos A5
2238 1.477.2.2 itohy product WACOM GD0912U 0x0022 Intuos 9x12 Graphics Tablet
2239 1.477.2.2 itohy
2240 1.477.2.2 itohy /* Wistron NeWeb products */
2241 1.477.2.2 itohy product WISTRONNEWEB UR055G 0x0711 UR055G
2242 1.477.2.2 itohy
2243 1.477.2.2 itohy /* Xirlink products */
2244 1.477.2.2 itohy product XIRLINK IMAGING 0x800d IMAGING DEVICE
2245 1.477.2.2 itohy product XIRLINK PCCAM 0x8080 IBM PC Camera
2246 1.477.2.2 itohy
2247 1.477.2.2 itohy /* Yamaha products */
2248 1.477.2.2 itohy product YAMAHA UX256 0x1000 UX256 MIDI I/F
2249 1.477.2.2 itohy product YAMAHA MU1000 0x1001 MU1000 MIDI Synth.
2250 1.477.2.2 itohy product YAMAHA MU2000 0x1002 MU2000 MIDI Synth.
2251 1.477.2.2 itohy product YAMAHA MU500 0x1003 MU500 MIDI Synth.
2252 1.477.2.2 itohy product YAMAHA UW500 0x1004 UW500 USB Audio I/F
2253 1.477.2.2 itohy product YAMAHA MOTIF6 0x1005 MOTIF6 MIDI Synth. Workstation
2254 1.477.2.2 itohy product YAMAHA MOTIF7 0x1006 MOTIF7 MIDI Synth. Workstation
2255 1.477.2.2 itohy product YAMAHA MOTIF8 0x1007 MOTIF8 MIDI Synth. Workstation
2256 1.477.2.2 itohy product YAMAHA UX96 0x1008 UX96 MIDI I/F
2257 1.477.2.2 itohy product YAMAHA UX16 0x1009 UX16 MIDI I/F
2258 1.477.2.2 itohy product YAMAHA S08 0x100e S08 MIDI Keyboard
2259 1.477.2.2 itohy product YAMAHA CLP150 0x100f CLP-150 digital piano
2260 1.477.2.2 itohy product YAMAHA CLP170 0x1010 CLP-170 digital piano
2261 1.477.2.2 itohy product YAMAHA RPU200 0x3104 RP-U200
2262 1.477.2.2 itohy product YAMAHA RTA54I 0x4000 NetVolante RTA54i Broadband&ISDN Router
2263 1.477.2.2 itohy product YAMAHA RTW65B 0x4001 NetVolante RTW65b Broadband Wireless Router
2264 1.477.2.2 itohy product YAMAHA RTW65I 0x4002 NetVolante RTW65i Broadband&ISDN Wireless Router
2265 1.477.2.2 itohy product YAMAHA RTA55I 0x4004 NetVolante RTA55i Broadband VoIP Router
2266 1.477.2.2 itohy
2267 1.477.2.2 itohy /* Yano products */
2268 1.477.2.2 itohy product YANO U640MO 0x0101 U640MO-03
2269 1.477.2.2 itohy
2270 1.477.2.2 itohy /* Y-E Data products */
2271 1.477.2.2 itohy product YEDATA FLASHBUSTERU 0x0000 Flashbuster-U
2272 1.477.2.2 itohy
2273 1.477.2.2 itohy /* Z-Com products */
2274 1.477.2.2 itohy product ZCOM 725 0x0002 725/726 Prism2.5 WLAN
2275 1.477.2.2 itohy product ZCOM ZD1211 0x0011 ZD1211
2276 1.477.2.2 itohy product ZCOM ZD1211B 0x001a ZD1211B
2277 1.477.2.2 itohy
2278 1.477.2.2 itohy /* Zeevo, Inc. products */
2279 1.477.2.2 itohy product ZEEVO BLUETOOTH 0x07d0 BT-500 Bluetooth USB Adapter
2280 1.477.2.2 itohy
2281 1.477.2.2 itohy /* Zinwell products */
2282 1.477.2.2 itohy product ZINWELL ZWXG261 0x0260 ZWX-G261
2283 1.477.2.2 itohy
2284 1.477.2.2 itohy /* Zoom Telephonics, Inc. products */
2285 1.477.2.2 itohy product ZOOM 2986L 0x9700 2986L Fax modem
2286 1.477.2.2 itohy
2287 1.477.2.2 itohy /* Zydas Technology Corporation products */
2288 1.477.2.2 itohy product ZYDAS ZD1211 0x1211 ZD1211 WLAN abg
2289 1.477.2.2 itohy product ZYDAS ZD1211B 0x1215 ZD1211B
2290 1.477.2.2 itohy
2291 1.477.2.2 itohy /* ZyXEL Communication Co. products */
2292 1.477.2.2 itohy product ZYXEL OMNI56K 0x1500 Omni 56K Plus
2293 1.477.2.2 itohy product ZYXEL 980N 0x2011 Scorpion-980N keyboard
2294 1.477.2.2 itohy product ZYXEL ZYAIRG220 0x3401 ZyAIR G-220
2295 1.477.2.2 itohy product ZYXEL AG225H 0x3409 AG-225H
2296 1.477.2.2 itohy product ZYXEL M202 0x340a M-202
2297 1.477.2.2 itohy product ZYXEL G220V2 0x340f G-220 v2
2298 1.477.2.2 itohy product ZYXEL PRESTIGE 0x401a Prestige
2299