usbdevs revision 217200
1133094Ssimon$FreeBSD: head/sys/dev/usb/usbdevs 217200 2011-01-09 17:10:06Z gavin $
2133094Ssimon/* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */
3133094Ssimon
4160802Ssimon/*-
5133094Ssimon * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
6133094Ssimon * All rights reserved.
7133094Ssimon *
8133094Ssimon * This code is derived from software contributed to The NetBSD Foundation
9133094Ssimon * by Lennart Augustsson (lennart@augustsson.net) at
10133094Ssimon * Carlstedt Research & Technology.
11133094Ssimon *
12133094Ssimon * Redistribution and use in source and binary forms, with or without
13133094Ssimon * modification, are permitted provided that the following conditions
14133094Ssimon * are met:
15133094Ssimon * 1. Redistributions of source code must retain the above copyright
16133094Ssimon *    notice, this list of conditions and the following disclaimer.
17133094Ssimon * 2. Redistributions in binary form must reproduce the above copyright
18133094Ssimon *    notice, this list of conditions and the following disclaimer in the
19133094Ssimon *    documentation and/or other materials provided with the distribution.
20133094Ssimon *
21133094Ssimon * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
22133094Ssimon * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
23133094Ssimon * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24133094Ssimon * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
25133094Ssimon * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26133094Ssimon * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27133094Ssimon * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28133094Ssimon * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29133094Ssimon * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30133094Ssimon * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31133094Ssimon * POSSIBILITY OF SUCH DAMAGE.
32133094Ssimon */
33133094Ssimon
34133094Ssimon/*
35133094Ssimon * List of known USB vendors
36133094Ssimon *
37133094Ssimon * USB.org publishes a VID list of USB-IF member companies at
38133094Ssimon * http://www.usb.org/developers/tools
39133094Ssimon * Note that it does not show companies that have obtained a Vendor ID
40133094Ssimon * without becoming full members.
41133094Ssimon *
42133094Ssimon * Please note that these IDs do not do anything. Adding an ID here and
43166778Sbmah * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
44138845Ssimon * available to the source code and does not change any functionality, nor
45133094Ssimon * does it make your device available to a specific driver.
46133094Ssimon * It will however make the descriptive string available if a device does not
47133094Ssimon * provide the string itself.
48133094Ssimon *
49133094Ssimon * After adding a vendor ID VNDR and a product ID PRDCT you will have the
50133094Ssimon * following extra defines:
51133094Ssimon * #define USB_VENDOR_VNDR              0x????
52133094Ssimon * #define USB_PRODUCT_VNDR_PRDCT       0x????
53133094Ssimon *
54133094Ssimon * You may have to add these defines to the respective probe routines to
55133094Ssimon * make the device recognised by the appropriate device driver.
56133094Ssimon */
57133094Ssimon
58166778Sbmahvendor UNKNOWN1		0x0053	Unknown vendor
59133094Ssimonvendor UNKNOWN2		0x0105	Unknown vendor
60133094Ssimonvendor EGALAX2		0x0123	eGalax, Inc.
61133094Ssimonvendor CHIPSBANK	0x0204	Chipsbank Microelectronics Co.
62133094Ssimonvendor HUMAX		0x02ad	HUMAX
63133094Ssimonvendor LTS		0x0386	LTS
64133094Ssimonvendor BWCT		0x03da	Bernd Walter Computer Technology
65133094Ssimonvendor AOX		0x03e8	AOX
66166778Sbmahvendor THESYS		0x03e9	Thesys
67133322Shrsvendor DATABROADCAST	0x03ea	Data Broadcasting
68133094Ssimonvendor ATMEL		0x03eb	Atmel
69133094Ssimonvendor IWATSU		0x03ec	Iwatsu America
70166778Sbmahvendor MITSUMI		0x03ee	Mitsumi
71166778Sbmahvendor HP		0x03f0	Hewlett Packard
72166778Sbmahvendor GENOA		0x03f1	Genoa
73133094Ssimonvendor OAK		0x03f2	Oak
74133094Ssimonvendor ADAPTEC		0x03f3	Adaptec
75133094Ssimonvendor DIEBOLD		0x03f4	Diebold
76133094Ssimonvendor SIEMENSELECTRO	0x03f5	Siemens Electromechanical
77133094Ssimonvendor EPSONIMAGING	0x03f8	Epson Imaging
78133094Ssimonvendor KEYTRONIC	0x03f9	KeyTronic
79133094Ssimonvendor OPTI		0x03fb	OPTi
80133094Ssimonvendor ELITEGROUP	0x03fc	Elitegroup
81133094Ssimonvendor XILINX		0x03fd	Xilinx
82133094Ssimonvendor FARALLON		0x03fe	Farallon Communications
83133322Shrsvendor NATIONAL		0x0400	National Semiconductor
84133322Shrsvendor NATIONALREG	0x0401	National Registry
85133094Ssimonvendor ACERLABS		0x0402	Acer Labs
86133094Ssimonvendor FTDI		0x0403	Future Technology Devices
87133094Ssimonvendor NCR		0x0404	NCR
88133094Ssimonvendor SYNOPSYS2	0x0405	Synopsys
89133094Ssimonvendor FUJITSUICL	0x0406	Fujitsu-ICL
90133094Ssimonvendor FUJITSU2		0x0407	Fujitsu Personal Systems
91133094Ssimonvendor QUANTA		0x0408	Quanta
92133322Shrsvendor NEC		0x0409	NEC
93133322Shrsvendor KODAK		0x040a	Eastman Kodak
94133322Shrsvendor WELTREND		0x040b	Weltrend
95133322Shrsvendor VIA		0x040d	VIA
96133322Shrsvendor MCCI		0x040e	MCCI
97133322Shrsvendor MELCO		0x0411	Melco
98133322Shrsvendor LEADTEK		0x0413	Leadtek
99133322Shrsvendor WINBOND		0x0416	Winbond
100133322Shrsvendor PHOENIX		0x041a	Phoenix
101133322Shrsvendor CREATIVE		0x041e	Creative Labs
102133322Shrsvendor NOKIA		0x0421	Nokia
103133094Ssimonvendor ADI		0x0422	ADI Systems
104133094Ssimonvendor CATC		0x0423	Computer Access Technology
105240515Sgjbvendor SMC2		0x0424	Standard Microsystems
106240515Sgjbvendor MOTOROLA_HK	0x0425	Motorola HK
107133094Ssimonvendor GRAVIS		0x0428	Advanced Gravis Computer
108133094Ssimonvendor CIRRUSLOGIC	0x0429	Cirrus Logic
109133094Ssimonvendor INNOVATIVE	0x042c	Innovative Semiconductors
110133322Shrsvendor MOLEX		0x042f	Molex
111133322Shrsvendor SUN		0x0430	Sun Microsystems
112133322Shrsvendor UNISYS		0x0432	Unisys
113133322Shrsvendor TAUGA		0x0436	Taugagreining HF
114133094Ssimonvendor AMD		0x0438	Advanced Micro Devices
115133094Ssimonvendor LEXMARK		0x043d	Lexmark International
116133094Ssimonvendor LG		0x043e	LG Electronics
117133322Shrsvendor NANAO		0x0440	NANAO
118133322Shrsvendor GATEWAY		0x0443	Gateway 2000
119133322Shrsvendor NMB		0x0446	NMB
120133322Shrsvendor ALPS		0x044e	Alps Electric
121133322Shrsvendor THRUST		0x044f	Thrustmaster
122133322Shrsvendor TI		0x0451	Texas Instruments
123133094Ssimonvendor ANALOGDEVICES	0x0456	Analog Devices
124133094Ssimonvendor SIS		0x0457	Silicon Integrated Systems Corp.
125133094Ssimonvendor KYE		0x0458	KYE Systems
126133094Ssimonvendor DIAMOND2		0x045a	Diamond (Supra)
127133094Ssimonvendor RENESAS		0x045b	Renesas
128133322Shrsvendor MICROSOFT	0x045e	Microsoft
129133322Shrsvendor PRIMAX		0x0461	Primax Electronics
130133322Shrsvendor MGE		0x0463	MGE UPS Systems
131133322Shrsvendor AMP		0x0464	AMP
132133322Shrsvendor CHERRY		0x046a	Cherry Mikroschalter
133133322Shrsvendor MEGATRENDS	0x046b	American Megatrends
134133322Shrsvendor LOGITECH		0x046d	Logitech
135133322Shrsvendor BTC		0x046e	Behavior Tech. Computer
136133322Shrsvendor PHILIPS		0x0471	Philips
137133780Ssimonvendor SUN2		0x0472	Sun Microsystems (offical)
138133322Shrsvendor SANYO		0x0474	Sanyo Electric
139134770Ssimonvendor SEAGATE		0x0477	Seagate
140134770Ssimonvendor CONNECTIX	0x0478	Connectix
141134770Ssimonvendor SEMTECH		0x047a	Semtech
142133322Shrsvendor KENSINGTON	0x047d	Kensington
143133322Shrsvendor LUCENT		0x047e	Lucent
144133322Shrsvendor PLANTRONICS	0x047f	Plantronics
145133322Shrsvendor KYOCERA		0x0482	Kyocera Wireless Corp.
146133094Ssimonvendor STMICRO		0x0483	STMicroelectronics
147133094Ssimonvendor FOXCONN		0x0489	Foxconn
148133094Ssimonvendor MEIZU		0x0492	Meizu Electronics
149133094Ssimonvendor YAMAHA		0x0499	YAMAHA
150133094Ssimonvendor COMPAQ		0x049f	Compaq
151133094Ssimonvendor HITACHI		0x04a4	Hitachi
152133094Ssimonvendor ACERP		0x04a5	Acer Peripherals
153133094Ssimonvendor DAVICOM		0x04a6	Davicom
154183621Ssimonvendor VISIONEER	0x04a7	Visioneer
155133094Ssimonvendor CANON		0x04a9	Canon
156133094Ssimonvendor NIKON		0x04b0	Nikon
157134397Ssimonvendor PAN		0x04b1	Pan International
158133094Ssimonvendor IBM		0x04b3	IBM
159133322Shrsvendor CYPRESS		0x04b4	Cypress Semiconductor
160133094Ssimonvendor ROHM		0x04b5	ROHM
161133094Ssimonvendor COMPAL		0x04b7	Compal
162133094Ssimonvendor EPSON		0x04b8	Seiko Epson
163133094Ssimonvendor RAINBOW		0x04b9	Rainbow Technologies
164133094Ssimonvendor IODATA		0x04bb	I-O Data
165133094Ssimonvendor TDK		0x04bf	TDK
166133094Ssimonvendor 3COMUSR		0x04c1	U.S. Robotics
167133094Ssimonvendor METHODE		0x04c2	Methode Electronics Far East
168134397Ssimonvendor MAXISWITCH	0x04c3	Maxi Switch
169134397Ssimonvendor LOCKHEEDMER	0x04c4	Lockheed Martin Energy Research
170133094Ssimonvendor FUJITSU		0x04c5	Fujitsu
171133094Ssimonvendor TOSHIBAAM	0x04c6	Toshiba America
172133094Ssimonvendor MICROMACRO	0x04c7	Micro Macro Technologies
173133094Ssimonvendor KONICA		0x04c8	Konica
174133094Ssimonvendor LITEON		0x04ca	Lite-On Technology
175134397Ssimonvendor FUJIPHOTO	0x04cb	Fuji Photo Film
176134397Ssimonvendor PHILIPSSEMI	0x04cc	Philips Semiconductors
177133094Ssimonvendor TATUNG		0x04cd	Tatung Co. Of America
178133094Ssimonvendor SCANLOGIC	0x04ce	ScanLogic
179133094Ssimonvendor MYSON		0x04cf	Myson Technology
180134342Shrsvendor DIGI2		0x04d0	Digi
181138845Ssimonvendor ITTCANON		0x04d1	ITT Canon
182138845Ssimonvendor ALTEC		0x04d2	Altec Lansing
183133094Ssimonvendor LSI		0x04d4	LSI
184133094Ssimonvendor MENTORGRAPHICS	0x04d6	Mentor Graphics
185133094Ssimonvendor ITUNERNET	0x04d8	I-Tuner Networks
186138845Ssimonvendor HOLTEK		0x04d9	Holtek Semiconductor, Inc.
187133094Ssimonvendor PANASONIC	0x04da	Panasonic (Matsushita)
188133094Ssimonvendor HUANHSIN		0x04dc	Huan Hsin
189133094Ssimonvendor SHARP		0x04dd	Sharp
190133094Ssimonvendor IIYAMA		0x04e1	Iiyama
191133094Ssimonvendor SHUTTLE		0x04e6	Shuttle Technology
192133094Ssimonvendor ELO		0x04e7	Elo TouchSystems
193133094Ssimonvendor SAMSUNG		0x04e8	Samsung Electronics
194133094Ssimonvendor NORTHSTAR	0x04eb	Northstar
195133094Ssimonvendor TOKYOELECTRON	0x04ec	Tokyo Electron
196133094Ssimonvendor ANNABOOKS	0x04ed	Annabooks
197133094Ssimonvendor JVC		0x04f1	JVC
198133094Ssimonvendor CHICONY		0x04f2	Chicony Electronics
199133094Ssimonvendor ELAN		0x04f3	Elan
200133094Ssimonvendor NEWNEX		0x04f7	Newnex
201133094Ssimonvendor BROTHER		0x04f9	Brother Industries
202133094Ssimonvendor DALLAS		0x04fa	Dallas Semiconductor
203257814Sgjbvendor AIPTEK2		0x04fc	AIPTEK International
204138845Ssimonvendor PFU		0x04fe	PFU
205133094Ssimonvendor FUJIKURA		0x0501	Fujikura/DDK
206133094Ssimonvendor ACER		0x0502	Acer
207133094Ssimonvendor 3COM		0x0506	3Com
208133094Ssimonvendor HOSIDEN		0x0507	Hosiden Corporation
209133094Ssimonvendor AZTECH		0x0509	Aztech Systems
210133094Ssimonvendor BELKIN		0x050d	Belkin Components
211133094Ssimonvendor KAWATSU		0x050f	Kawatsu Semiconductor
212160802Ssimonvendor FCI		0x0514	FCI
213160802Ssimonvendor LONGWELL		0x0516	Longwell
214160802Ssimonvendor COMPOSITE	0x0518	Composite
215160802Ssimonvendor STAR		0x0519	Star Micronics
216160802Ssimonvendor APC		0x051d	American Power Conversion
217160802Ssimonvendor SCIATLANTA	0x051e	Scientific Atlanta
218160802Ssimonvendor TSM		0x0520	TSM
219160802Ssimonvendor CONNECTEK	0x0522	Advanced Connectek USA
220160802Ssimonvendor NETCHIP		0x0525	NetChip Technology
221133094Ssimonvendor ALTRA		0x0527	ALTRA
222160802Ssimonvendor ATI		0x0528	ATI Technologies
223133094Ssimonvendor AKS		0x0529	Aladdin Knowledge Systems
224133094Ssimonvendor TEKOM		0x052b	Tekom
225133094Ssimonvendor CANONDEV		0x052c	Canon
226133094Ssimonvendor WACOMTECH	0x0531	Wacom
227133094Ssimonvendor INVENTEC		0x0537	Inventec
228134342Shrsvendor SHYHSHIUN	0x0539	Shyh Shiun Terminals
229134342Shrsvendor PREHWERKE	0x053a	Preh Werke Gmbh & Co. KG
230134342Shrsvendor SYNOPSYS		0x053f	Synopsys
231133094Ssimonvendor UNIACCESS	0x0540	Universal Access
232134318Ssimonvendor VIEWSONIC	0x0543	ViewSonic
233134318Ssimonvendor XIRLINK		0x0545	Xirlink
234134397Ssimonvendor ANCHOR		0x0547	Anchor Chips
235134397Ssimonvendor SONY		0x054c	Sony
236133094Ssimonvendor FUJIXEROX	0x0550	Fuji Xerox
237133094Ssimonvendor VISION		0x0553	VLSI Vision
238133094Ssimonvendor ASAHIKASEI	0x0556	Asahi Kasei Microsystems
239133094Ssimonvendor ATEN		0x0557	ATEN International
240134397Ssimonvendor SAMSUNG2		0x055d	Samsung Electronics
241147767Ssimonvendor MUSTEK		0x055f	Mustek Systems
242147767Ssimonvendor TELEX		0x0562	Telex Communications
243147767Ssimonvendor CHINON		0x0564	Chinon
244134318Ssimonvendor PERACOM		0x0565	Peracom Networks
245134397Ssimonvendor ALCOR2		0x0566	Alcor Micro
246134397Ssimonvendor XYRATEX		0x0567	Xyratex
247134397Ssimonvendor WACOM		0x056a	WACOM
248134397Ssimonvendor ETEK		0x056c	e-TEK Labs
249134397Ssimonvendor EIZO		0x056d	EIZO
250134397Ssimonvendor ELECOM		0x056e	Elecom
251134397Ssimonvendor CONEXANT		0x0572	Conexant
252134318Ssimonvendor HAUPPAUGE	0x0573	Hauppauge Computer Works
253134318Ssimonvendor BAFO		0x0576	BAFO/Quality Computer Accessories
254134318Ssimonvendor YEDATA		0x057b	Y-E Data
255197747Ssimonvendor AVM		0x057c	AVM
256197747Ssimonvendor QUICKSHOT	0x057f	Quickshot
257197747Ssimonvendor ROLAND		0x0582	Roland
258197747Ssimonvendor ROCKFIRE		0x0583	Rockfire
259134318Ssimonvendor RATOC		0x0584	RATOC Systems
260133094Ssimonvendor ZYXEL		0x0586	ZyXEL Communication
261133094Ssimonvendor INFINEON		0x058b	Infineon
262133094Ssimonvendor MICREL		0x058d	Micrel
263257814Sgjbvendor ALCOR		0x058f	Alcor Micro
264133094Ssimonvendor OMRON		0x0590	OMRON
265133094Ssimonvendor ZORAN		0x0595	Zoran Microelectronics
266133094Ssimonvendor NIIGATA		0x0598	Niigata
267133094Ssimonvendor IOMEGA		0x059b	Iomega
268133094Ssimonvendor ATREND		0x059c	A-Trend Technology
269133094Ssimonvendor AID		0x059d	Advanced Input Devices
270133094Ssimonvendor LACIE		0x059f	LaCie
271133094Ssimonvendor FUJIFILM		0x05a2	Fuji Film
272133094Ssimonvendor ARC		0x05a3	ARC
273134318Ssimonvendor ORTEK		0x05a4	Ortek
274134318Ssimonvendor CISCOLINKSYS3	0x05a6	Cisco-Linksys
275133094Ssimonvendor BOSE		0x05a7	Bose
276133094Ssimonvendor OMNIVISION	0x05a9	OmniVision
277133094Ssimonvendor INSYSTEM		0x05ab	In-System Design
278133094Ssimonvendor APPLE		0x05ac	Apple Computer
279133094Ssimonvendor YCCABLE		0x05ad	Y.C. Cable
280133094Ssimonvendor DIGITALPERSONA	0x05ba	DigitalPersona
281133094Ssimonvendor 3G		0x05bc	3G Green Green Globe
282133094Ssimonvendor RAFI		0x05bd	RAFI
283133094Ssimonvendor TYCO		0x05be	Tyco
284133094Ssimonvendor KAWASAKI		0x05c1	Kawasaki
285133094Ssimonvendor DIGI		0x05c5	Digi International
286133094Ssimonvendor QUALCOMM2	0x05c6	Qualcomm
287133094Ssimonvendor QTRONIX		0x05c7	Qtronix
288134397Ssimonvendor FOXLINK		0x05c8	Foxlink
289133094Ssimonvendor RICOH		0x05ca	Ricoh
290134397Ssimonvendor ELSA		0x05cc	ELSA
291134408Ssimonvendor SCIWORX		0x05ce	sci-worx
292134408Ssimonvendor BRAINBOXES	0x05d1	Brainboxes Limited
293134408Ssimonvendor ULTIMA		0x05d8	Ultima
294134408Ssimonvendor AXIOHM		0x05d9	Axiohm Transaction Solutions
295133094Ssimonvendor MICROTEK		0x05da	Microtek
296133094Ssimonvendor SUNTAC		0x05db	SUN Corporation
297133094Ssimonvendor LEXAR		0x05dc	Lexar Media
298134408Ssimonvendor ADDTRON		0x05dd	Addtron
299134408Ssimonvendor SYMBOL		0x05e0	Symbol Technologies
300134408Ssimonvendor SYNTEK		0x05e1	Syntek
301133334Ssimonvendor GENESYS		0x05e3	Genesys Logic
302134397Ssimonvendor FUJI		0x05e5	Fuji Electric
303133334Ssimonvendor KEITHLEY		0x05e6	Keithley Instruments
304134397Ssimonvendor EIZONANAO	0x05e7	EIZO Nanao
305257814Sgjbvendor KLSI		0x05e9	Kawasaki LSI
306133780Ssimonvendor FFC		0x05eb	FFC
307133780Ssimonvendor ANKO		0x05ef	Anko Electronic
308133780Ssimonvendor PIENGINEERING	0x05f3	P.I. Engineering
309133780Ssimonvendor AOC		0x05f6	AOC International
310133780Ssimonvendor CHIC		0x05fe	Chic Technology
311133780Ssimonvendor BARCO		0x0600	Barco Display Systems
312133780Ssimonvendor BRIDGE		0x0607	Bridge Information
313134397Ssimonvendor SOLIDYEAR	0x060b	Solid Year
314134397Ssimonvendor BIORAD		0x0614	Bio-Rad Laboratories
315134397Ssimonvendor MACALLY		0x0618	Macally
316134397Ssimonvendor ACTLABS		0x061c	Act Labs
317134397Ssimonvendor ALARIS		0x0620	Alaris
318183621Ssimonvendor APEX		0x0624	Apex
319183621Ssimonvendor CREATIVE3	0x062a	Creative Labs
320183621Ssimonvendor VIVITAR		0x0636	Vivitar
321183621Ssimonvendor GUNZE		0x0637	Gunze Electronics USA
322183621Ssimonvendor AVISION		0x0638	Avision
323183621Ssimonvendor TEAC		0x0644	TEAC
324183621Ssimonvendor SGI		0x065e	Silicon Graphics
325183621Ssimonvendor SANWASUPPLY	0x0663	Sanwa Supply
326183621Ssimonvendor MEGATEC		0x0665	Megatec
327230332Sjhbvendor LINKSYS		0x066b	Linksys
328230332Sjhbvendor ACERSA		0x066e	Acer Semiconductor America
329230332Sjhbvendor SIGMATEL		0x066f	Sigmatel
330230332Sjhbvendor DRAYTEK		0x0675	DrayTek
331257814Sgjbvendor AIWA		0x0677	Aiwa
332134397Ssimonvendor ACARD		0x0678	ACARD Technology
333134397Ssimonvendor PROLIFIC		0x067b	Prolific Technology
334134397Ssimonvendor SIEMENS		0x067c	Siemens
335133094Ssimonvendor AVANCELOGIC	0x0680	Avance Logic
336133094Ssimonvendor SIEMENS2		0x0681	Siemens
337133094Ssimonvendor MINOLTA		0x0686	Minolta
338133322Shrsvendor CHPRODUCTS	0x068e	CH Products
339133094Ssimonvendor HAGIWARA		0x0693	Hagiwara Sys-Com
340133094Ssimonvendor CTX		0x0698	Chuntex
341133322Shrsvendor ASKEY		0x069a	Askey Computer
342133094Ssimonvendor SAITEK		0x06a3	Saitek
343133780Ssimonvendor ALCATELT		0x06b9	Alcatel Telecom
344133094Ssimonvendor AGFA		0x06bd	AGFA-Gevaert
345133094Ssimonvendor ASIAMD		0x06be	Asia Microelectronic Development
346133094Ssimonvendor BIZLINK		0x06c4	Bizlink International
347133094Ssimonvendor KEYSPAN		0x06cd	Keyspan / InnoSys Inc.
348133094Ssimonvendor AASHIMA		0x06d6	Aashima Technology
349133094Ssimonvendor LIEBERT		0x06da	Liebert
350133094Ssimonvendor MULTITECH	0x06e0	MultiTech
351133094Ssimonvendor ADS		0x06e1	ADS Technologies
352133094Ssimonvendor ALCATELM		0x06e4	Alcatel Microelectronics
353133094Ssimonvendor SIRIUS		0x06ea	Sirius Technologies
354133094Ssimonvendor GUILLEMOT	0x06f8	Guillemot
355133094Ssimonvendor BOSTON		0x06fd	Boston Acoustics
356133094Ssimonvendor SMC		0x0707	Standard Microsystems
357133094Ssimonvendor PUTERCOM		0x0708	Putercom
358133094Ssimonvendor MCT		0x0711	MCT
359133094Ssimonvendor IMATION		0x0718	Imation
360133094Ssimonvendor TECLAST		0x071b	Teclast
361133094Ssimonvendor SONYERICSSON	0x0731	Sony Ericsson
362133094Ssimonvendor EICON		0x0734	Eicon Networks
363133094Ssimonvendor SYNTECH		0x0745	Syntech Information
364133094Ssimonvendor DIGITALSTREAM	0x074e	Digital Stream
365133094Ssimonvendor AUREAL		0x0755	Aureal Semiconductor
366133094Ssimonvendor MIDIMAN		0x0763	Midiman
367133094Ssimonvendor CYBERPOWER	0x0764	Cyber Power Systems, Inc.
368133094Ssimonvendor SURECOM		0x0769	Surecom Technology
369133094Ssimonvendor HIDGLOBAL	0x076b	HID Global
370133094Ssimonvendor LINKSYS2		0x077b	Linksys
371133094Ssimonvendor GRIFFIN		0x077d	Griffin Technology
372133094Ssimonvendor SANDISK		0x0781	SanDisk
373133094Ssimonvendor JENOPTIK		0x0784	Jenoptik
374133094Ssimonvendor LOGITEC		0x0789	Logitec
375133094Ssimonvendor NOKIA2		0x078b	Nokia
376133094Ssimonvendor BRIMAX		0x078e	Brimax
377133094Ssimonvendor AXIS		0x0792	Axis Communications
378133094Ssimonvendor ABL		0x0794	ABL Electronics
379133094Ssimonvendor SAGEM		0x079b	Sagem
380133094Ssimonvendor SUNCOMM		0x079c	Sun Communications, Inc.
381133094Ssimonvendor ALFADATA		0x079d	Alfadata Computer
382133094Ssimonvendor NATIONALTECH	0x07a2	National Technical Systems
383133094Ssimonvendor ONNTO		0x07a3	Onnto
384133094Ssimonvendor BE		0x07a4	Be
385133094Ssimonvendor ADMTEK		0x07a6	ADMtek
386133094Ssimonvendor COREGA		0x07aa	Corega
387133094Ssimonvendor FREECOM		0x07ab	Freecom
388133094Ssimonvendor MICROTECH	0x07af	Microtech
389133094Ssimonvendor GENERALINSTMNTS	0x07b2	General Instruments (Motorola)
390133094Ssimonvendor OLYMPUS		0x07b4	Olympus
391133094Ssimonvendor ABOCOM		0x07b8	AboCom Systems
392133094Ssimonvendor KEISOKUGIKEN	0x07c1	Keisokugiken
393166778Sbmahvendor ONSPEC		0x07c4	OnSpec
394166778Sbmahvendor APG		0x07c5	APG Cash Drawer
395166778Sbmahvendor BUG		0x07c8	B.U.G.
396166778Sbmahvendor ALLIEDTELESYN	0x07c9	Allied Telesyn International
397166778Sbmahvendor AVERMEDIA	0x07ca	AVerMedia Technologies
398133094Ssimonvendor SIIG		0x07cc	SIIG
399166778Sbmahvendor CASIO		0x07cf	CASIO
400257814Sgjbvendor DLINK2		0x07d1	D-Link
401166778Sbmahvendor APTIO		0x07d2	Aptio Products
402183621Ssimonvendor ARASAN		0x07da	Arasan Chip Systems
403257814Sgjbvendor ALLIEDCABLE	0x07e6	Allied Cable
404183621Ssimonvendor STSN		0x07ef	STSN
405257814Sgjbvendor CENTURY		0x07f7	Century Corp
406183621Ssimonvendor NEWLINK		0x07ff	NEWlink
407183621Ssimonvendor ZOOM		0x0803	Zoom Telephonics
408166778Sbmahvendor PCS		0x0810	Personal Communication Systems
409133094Ssimonvendor ALPHASMART	0x081e	AlphaSmart, Inc.
410133094Ssimonvendor BROADLOGIC	0x0827	BroadLogic
411133094Ssimonvendor HANDSPRING	0x082d	Handspring
412133094Ssimonvendor PALM		0x0830	Palm Computing
413133094Ssimonvendor SOURCENEXT	0x0833	SOURCENEXT
414133094Ssimonvendor ACTIONSTAR	0x0835	Action Star Enterprise
415133094Ssimonvendor SAMSUNG_TECHWIN	0x0839	Samsung Techwin
416133094Ssimonvendor ACCTON		0x083a	Accton Technology
417133094Ssimonvendor DIAMOND		0x0841	Diamond
418133094Ssimonvendor NETGEAR		0x0846	BayNETGEAR
419133094Ssimonvendor TOPRE		0x0853	Topre Corporation
420133094Ssimonvendor ACTIVEWIRE	0x0854	ActiveWire
421133094Ssimonvendor BBELECTRONICS	0x0856	B&B Electronics
422133094Ssimonvendor PORTGEAR		0x085a	PortGear
423166778Sbmahvendor NETGEAR2		0x0864	Netgear
424166778Sbmahvendor SYSTEMTALKS	0x086e	System Talks
425166778Sbmahvendor METRICOM		0x0870	Metricom
426166778Sbmahvendor ADESSOKBTEK	0x087c	ADESSO/Kbtek America
427133094Ssimonvendor JATON		0x087d	Jaton
428133094Ssimonvendor APT		0x0880	APT Technologies
429133094Ssimonvendor BOCARESEARCH	0x0885	Boca Research
430133094Ssimonvendor ANDREA		0x08a8	Andrea Electronics
431133094Ssimonvendor BURRBROWN	0x08bb	Burr-Brown Japan
432133094Ssimonvendor 2WIRE		0x08c8	2Wire
433133094Ssimonvendor AIPTEK		0x08ca	AIPTEK International
434133094Ssimonvendor SMARTBRIDGES	0x08d1	SmartBridges
435133094Ssimonvendor FUJITSUSIEMENS	0x08d4	Fujitsu-Siemens
436133094Ssimonvendor BILLIONTON	0x08dd	Billionton Systems
437133094Ssimonvendor GEMALTO		0x08e6	Gemalto SA
438133094Ssimonvendor EXTENDED		0x08e9	Extended Systems
439160802Ssimonvendor MSYSTEMS		0x08ec	M-Systems
440133094Ssimonvendor DIGIANSWER	0x08fd	Digianswer
441133094Ssimonvendor AUTHENTEC	0x08ff	AuthenTec
442133094Ssimonvendor AUDIOTECHNICA	0x0909	Audio-Technica
443160802Ssimonvendor TRUMPION		0x090a	Trumpion Microelectronics
444133094Ssimonvendor FEIYA		0x090c	Feiya
445133094Ssimonvendor ALATION		0x0910	Alation Systems
446133094Ssimonvendor GLOBESPAN	0x0915	Globespan
447160802Ssimonvendor CONCORDCAMERA	0x0919	Concord Camera
448133094Ssimonvendor GARMIN		0x091e	Garmin International
449133094Ssimonvendor GOHUBS		0x0921	GoHubs
450133094Ssimonvendor XEROX		0x0924	Xerox
451133094Ssimonvendor BIOMETRIC	0x0929	American Biometric Company
452160802Ssimonvendor TOSHIBA		0x0930	Toshiba
453160802Ssimonvendor PLEXTOR		0x093b	Plextor
454133094Ssimonvendor INTREPIDCS	0x093c	Intrepid
455133094Ssimonvendor YANO		0x094f	Yano
456133094Ssimonvendor KINGSTON		0x0951	Kingston Technology
457133094Ssimonvendor BLUEWATER	0x0956	BlueWater Systems
458133094Ssimonvendor AGILENT		0x0957	Agilent Technologies
459133094Ssimonvendor GUDE		0x0959	Gude ADS
460160802Ssimonvendor PORTSMITH	0x095a	Portsmith
461160802Ssimonvendor ACERW		0x0967	Acer
462160802Ssimonvendor ADIRONDACK	0x0976	Adirondack Wire & Cable
463133094Ssimonvendor BECKHOFF		0x0978	Beckhoff
464133094Ssimonvendor MINDSATWORK	0x097a	Minds At Work
465133094Ssimonvendor POINTCHIPS	0x09a6	PointChips
466133094Ssimonvendor INTERSIL		0x09aa	Intersil
467133094Ssimonvendor ALTIUS		0x09b3	Altius Solutions
468133094Ssimonvendor ARRIS		0x09c1	Arris Interactive
469133094Ssimonvendor ACTIVCARD	0x09c3	ACTIVCARD
470133094Ssimonvendor ACTISYS		0x09c4	ACTiSYS
471133094Ssimonvendor NOVATEL2		0x09d7	Novatel Wireless
472133094Ssimonvendor AFOURTECH	0x09da	A-FOUR TECH
473133094Ssimonvendor AIMEX		0x09dc	AIMEX
474133094Ssimonvendor ADDONICS		0x09df	Addonics Technologies
475133094Ssimonvendor AKAI		0x09e8	AKAI professional M.I.
476133094Ssimonvendor ARESCOM		0x09f5	ARESCOM
477133094Ssimonvendor BAY		0x09f9	Bay Associates
478133094Ssimonvendor ALTERA		0x09fb	Altera
479133094Ssimonvendor CSR		0x0a12	Cambridge Silicon Radio
480133094Ssimonvendor TREK		0x0a16	Trek Technology
481133094Ssimonvendor ASAHIOPTICAL	0x0a17	Asahi Optical
482133322Shrsvendor BOCASYSTEMS	0x0a43	Boca Systems
483133094Ssimonvendor SHANTOU		0x0a46	ShanTou
484133094Ssimonvendor MEDIAGEAR	0x0a48	MediaGear
485133094Ssimonvendor BROADCOM		0x0a5c	Broadcom
486133094Ssimonvendor GREENHOUSE	0x0a6b	GREENHOUSE
487133094Ssimonvendor GEOCAST		0x0a79	Geocast Network Systems
488133094Ssimonvendor IDQUANTIQUE	0x0aba	id Quantique
489133094Ssimonvendor ZYDAS		0x0ace	Zydas Technology Corporation
490133094Ssimonvendor NEODIO		0x0aec	Neodio
491133094Ssimonvendor OPTION		0x0af0	Option N.V.
492133094Ssimonvendor ASUS		0x0b05	ASUSTeK Computer
493133094Ssimonvendor TODOS		0x0b0c	Todos Data System
494133094Ssimonvendor SIIG2		0x0b39	SIIG
495135080Ssimonvendor TEKRAM		0x0b3b	Tekram Technology
496133094Ssimonvendor HAL		0x0b41	HAL Corporation
497133094Ssimonvendor EMS		0x0b43	EMS Production
498133094Ssimonvendor NEC2		0x0b62	NEC
499133094Ssimonvendor ADLINK		0x0b63	ADLINK Technoligy, Inc.
500133094Ssimonvendor ATI2		0x0b6f	ATI
501133334Ssimonvendor ZEEVO		0x0b7a	Zeevo, Inc.
502133334Ssimonvendor KURUSUGAWA	0x0b7e	Kurusugawa Electronics, Inc.
503133334Ssimonvendor SMART		0x0b8c	Smart Technologies
504133334Ssimonvendor ASIX		0x0b95	ASIX Electronics
505133334Ssimonvendor O2MICRO		0x0b97	O2 Micro, Inc.
506134397Ssimonvendor USR		0x0baf	U.S. Robotics
507133334Ssimonvendor AMBIT		0x0bb2	Ambit Microsystems
508134397Ssimonvendor HTC		0x0bb4	HTC
509134397Ssimonvendor REALTEK		0x0bda	Realtek
510134397Ssimonvendor MEI		0x0bed	MEI
511134397Ssimonvendor ADDONICS2	0x0bf6	Addonics Technology
512134397Ssimonvendor FSC		0x0bf8	Fujitsu Siemens Computers
513134397Ssimonvendor AGATE		0x0c08	Agate Technologies
514134397Ssimonvendor DMI		0x0c0b	DMI
515134397Ssimonvendor CHICONY2		0x0c45	Chicony
516134397Ssimonvendor REINERSCT	0x0c4b	Reiner-SCT
517134397Ssimonvendor SEALEVEL		0x0c52	Sealevel System
518134397Ssimonvendor LUWEN		0x0c76	Luwen
519134397Ssimonvendor KYOCERA2		0x0c88	Kyocera Wireless Corp.
520134397Ssimonvendor ZCOM		0x0cde	Z-Com
521134397Ssimonvendor ATHEROS2		0x0cf3	Atheros Communications
522134397Ssimonvendor TANGTOP		0x0d3d	Tangtop
523134397Ssimonvendor SMC3		0x0d5c	Standard Microsystems
524134397Ssimonvendor ADDON		0x0d7d	Add-on Technology
525134397Ssimonvendor ACDC		0x0d7e	American Computer & Digital Components
526134397Ssimonvendor CMEDIA		0x0d8c	CMEDIA
527134397Ssimonvendor CONCEPTRONIC	0x0d8e	Conceptronic
528134397Ssimonvendor SKANHEX		0x0d96	Skanhex Technology, Inc.
529134397Ssimonvendor MSI		0x0db0	Micro Star International
530257814Sgjbvendor ELCON		0x0db7	ELCON Systemtechnik
531134397Ssimonvendor NETAC		0x0dd8	Netac
532134397Ssimonvendor SITECOMEU	0x0df6	Sitecom Europe
533134397Ssimonvendor MOBILEACTION	0x0df7	Mobile Action
534vendor AMIGO		0x0e0b	Amigo Technology
535vendor SPEEDDRAGON	0x0e55	Speed Dragon Multimedia
536vendor HAWKING		0x0e66	Hawking
537vendor FOSSIL		0x0e67	Fossil, Inc
538vendor GMATE		0x0e7e	G.Mate, Inc
539vendor OTI		0x0ea0	Ours Technology
540vendor YISO		0x0eab	Yiso Wireless Co.
541vendor PILOTECH		0x0eaf	Pilotech
542vendor NOVATECH		0x0eb0	NovaTech
543vendor ITEGNO		0x0eba	iTegno
544vendor WINMAXGROUP	0x0ed1	WinMaxGroup
545vendor TOD		0x0ede	TOD
546vendor EGALAX		0x0eef	eGalax, Inc.
547vendor AIRPRIME		0x0f3d	AirPrime, Inc.
548vendor MICROTUNE	0x0f4d	Microtune
549vendor VTECH		0x0f88	VTech
550vendor FALCOM		0x0f94	Falcom Wireless Communications GmbH
551vendor RIM		0x0fca	Research In Motion
552vendor DYNASTREAM	0x0fcf	Dynastream Innovations
553vendor QUALCOMM		0x1004	Qualcomm
554vendor APACER		0x1005	Apacer
555vendor MOTOROLA4	0x100d	Motorola
556vendor AIRPLUS		0x1011  Airplus
557vendor DESKNOTE		0x1019	Desknote
558vendor GIGABYTE		0x1044	GIGABYTE
559vendor WESTERN		0x1058	Western Digital
560vendor MOTOROLA		0x1063	Motorola
561vendor CCYU		0x1065	CCYU Technology
562vendor CURITEL		0x106c	Curitel Communications Inc
563vendor SILABS2		0x10a6	SILABS2
564vendor USI		0x10ab	USI
565vendor PLX		0x10b5	PLX
566vendor ASANTE		0x10bd	Asante
567vendor SILABS		0x10c4	Silicon Labs
568vendor SILABS3		0x10c5	Silicon Labs
569vendor SILABS4		0x10ce	Silicon Labs
570vendor ACTIONS		0x10d6  Actions
571vendor ANALOG		0x1110	Analog Devices
572vendor TENX		0x1130	Ten X Technology, Inc.
573vendor ISSC		0x1131	Integrated System Solution Corp.
574vendor JRC		0x1145	Japan Radio Company
575vendor SPHAIRON		0x114b	Sphairon Access Systems GmbH
576vendor DELORME		0x1163	DeLorme
577vendor SERVERWORKS	0x1166	ServerWorks
578vendor DLINK3		0x1186	Dlink
579vendor ACERCM		0x1189	Acer Communications & Multimedia
580vendor SIERRA		0x1199	Sierra Wireless
581vendor SANWA		0x11ad	Sanwa Electric Instrument Co., Ltd.
582vendor TOPFIELD		0x11db	Topfield Co., Ltd
583vendor SIEMENS3		0x11f5	Siemens
584vendor NETINDEX		0x11f6	NetIndex
585vendor ALCATEL		0x11f7	Alcatel
586vendor UNKNOWN3		0x1233	Unknown vendor
587vendor TSUNAMI		0x1241	Tsunami
588vendor PHEENET		0x124a	Pheenet
589vendor TARGUS		0x1267	Targus
590vendor TWINMOS		0x126f	TwinMOS
591vendor TENDA		0x1286	Tenda
592vendor CREATIVE2	0x1292	Creative Labs
593vendor BELKIN2		0x1293	Belkin Components
594vendor CYBERTAN		0x129b	CyberTAN Technology
595vendor HUAWEI		0x12d1	Huawei Technologies
596vendor ARANEUS		0x12d8	Araneus Information Systems
597vendor TAPWAVE		0x12ef	Tapwave
598vendor AINCOMM		0x12fd	Aincomm
599vendor MOBILITY		0x1342	Mobility
600vendor DICKSMITH	0x1371	Dick Smith Electronics
601vendor NETGEAR3		0x1385	Netgear
602vendor BALTECH		0x13ad	Baltech
603vendor CISCOLINKSYS	0x13b1	Cisco-Linksys
604vendor SHARK		0x13d2	Shark
605vendor AZUREWAVE	0x13d3	AsureWave
606vendor EMTEC		0x13fe	Emtec
607vendor NOVATEL		0x1410	Novatel Wireless
608vendor MERLIN		0x1416	Merlin
609vendor WISTRONNEWEB	0x1435	Wistron NeWeb
610vendor RADIOSHACK	0x1453	Radio Shack
611vendor HUAWEI3COM	0x1472	Huawei-3Com
612vendor ABOCOM2		0x1482	AboCom Systems
613vendor SILICOM		0x1485	Silicom
614vendor RALINK		0x148f	Ralink Technology
615vendor IMAGINATION	0x149a	Imagination Technologies
616vendor CONCEPTRONIC2	0x14b2	Conceptronic
617vendor SUPERTOP		0x14cd	Super Top
618vendor PLANEX3		0x14ea	Planex Communications
619vendor SILICONPORTALS	0x1527	Silicon Portals
620vendor UBIQUAM		0x1529	UBIQUAM Co., Ltd.
621vendor JMICRON		0x152d	JMicron
622vendor UBLOX		0x1546	U-blox
623vendor PNY		0x154b	PNY
624vendor OWEN		0x1555	Owen
625vendor OQO		0x1557	OQO
626vendor UMEDIA		0x157e	U-MEDIA Communications
627vendor FIBERLINE	0x1582	Fiberline
628vendor SPARKLAN		0x15a9	SparkLAN
629vendor AMIT2		0x15c5	AMIT
630vendor SOHOWARE		0x15e8	SOHOware
631vendor UMAX		0x1606	UMAX Data Systems
632vendor INSIDEOUT	0x1608	Inside Out Networks
633vendor AMOI		0x1614	Amoi Electronics
634vendor GOODWAY		0x1631	Good Way Technology
635vendor ENTREGA		0x1645	Entrega
636vendor ACTIONTEC	0x1668	Actiontec Electronics
637vendor CLIPSAL		0x166a	Clipsal
638vendor CISCOLINKSYS2	0x167b  Cisco-Linksys
639vendor ATHEROS		0x168c	Atheros Communications
640vendor GIGASET		0x1690	Gigaset
641vendor GLOBALSUN	0x16ab	Global Sun Technology
642vendor ANYDATA		0x16d5	AnyDATA Corporation
643vendor JABLOTRON	0x16d6	Jablotron
644vendor CMOTECH		0x16d8	C-motech
645vendor WIENERPLEINBAUS	0x16dc	WIENER Plein & Baus GmbH.
646vendor AXESSTEL		0x1726  Axesstel Co., Ltd.
647vendor LINKSYS4		0x1737	Linksys
648vendor SENAO		0x1740	Senao
649vendor ASUS2		0x1761	ASUS
650vendor SWEEX2		0x177f	Sweex
651vendor METAGEEK		0x1781	MetaGeek
652vendor WAVESENSE	0x17f4	WaveSense
653vendor VAISALA		0x1843	Vaisala
654vendor AMIT		0x18c5	AMIT
655vendor GOOGLE		0x18d1	Google
656vendor QCOM		0x18e8	Qcom
657vendor ELV		0x18ef	ELV
658vendor LINKSYS3		0x1915	Linksys
659vendor QUALCOMMINC	0x19d2	Qualcomm, Incorporated
660vendor WCH2		0x1a86	QinHeng Electronics
661vendor STELERA		0x1a8d	Stelera Wireless
662vendor MATRIXORBITAL	0x1b3d	Matrix Orbital 
663vendor OVISLINK		0x1b75	OvisLink
664vendor TCTMOBILE	0x1bbb  TCT Mobile
665vendor WAGO		0x1be3  WAGO Kontakttechnik GmbH.
666vendor TELIT		0x1bc7  Telit
667vendor LONGCHEER	0x1c9e	Longcheer Holdings, Ltd.
668vendor MPMAN		0x1cae	MpMan
669vendor DRESDENELEKTRONIK 0x1cf1 dresden elektronik
670vendor NEOTEL		0x1d09	Neotel
671vendor PEGATRON		0x1d4d	Pegatron
672vendor QISDA		0x1da5  Qisda
673vendor METAGEEK2	0x1dd5	MetaGeek
674vendor ALINK		0x1e0e  Alink
675vendor AIRTIES		0x1eda	AirTies
676vendor DLINK		0x2001	D-Link
677vendor PLANEX2		0x2019	Planex Communications
678vendor HAUPPAUGE2	0x2040	Hauppauge Computer Works
679vendor TLAYTECH		0x20b9	Tlay Tech
680vendor ENCORE		0x203d	Encore
681vendor PARA		0x20b8	PARA Industrial
682vendor ERICSSON		0x2282	Ericsson
683vendor MOTOROLA2	0x22b8	Motorola
684vendor TRIPPLITE	0x2478	Tripp-Lite
685vendor HIROSE		0x2631	Hirose Electric
686vendor NHJ		0x2770	NHJ
687vendor PLANEX		0x2c02	Planex Communications
688vendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
689vendor AEI		0x3334	AEI
690vendor HANK		0x3353	Hank Connection
691vendor PQI		0x3538	PQI
692vendor DAISY		0x3579	Daisy Technology
693vendor NI		0x3923	National Instruments
694vendor MICRONET		0x3980	Micronet Communications
695vendor IODATA2		0x40bb	I-O Data
696vendor IRIVER		0x4102	iRiver
697vendor DELL		0x413c	Dell
698vendor WCH		0x4348	QinHeng Electronics
699vendor ACEECA		0x4766	Aceeca
700vendor AVERATEC		0x50c2	Averatec
701vendor SWEEX		0x5173	Sweex
702vendor PROLIFIC2	0x5372	Prolific Technologies
703vendor ONSPEC2		0x55aa	OnSpec Electronic Inc.
704vendor ZINWELL		0x5a57	Zinwell
705vendor SITECOM		0x6189	Sitecom
706vendor ARKMICRO		0x6547	Arkmicro Technologies Inc.
707vendor 3COM2		0x6891	3Com
708vendor EDIMAX		0x7392	Edimax
709vendor INTEL		0x8086	Intel
710vendor INTEL2		0x8087	Intel
711vendor ALLWIN		0x8516	ALLWIN Tech
712vendor SITECOM2		0x9016	Sitecom
713vendor MOSCHIP		0x9710	MosChip Semiconductor
714vendor MARVELL		0x9e88	Marvell Technology Group Ltd.
715vendor 3COM3		0xa727	3Com
716vendor DATAAPEX		0xdaae	DataApex
717vendor HP2		0xf003	Hewlett Packard
718vendor USRP		0xfffe	GNU Radio USRP
719
720/*
721 * List of known products.  Grouped by vendor.
722 */
723
724/* 3Com products */
725product 3COM HOMECONN		0x009d	HomeConnect Camera
726product 3COM 3CREB96		0x00a0	Bluetooth USB Adapter
727product 3COM 3C19250		0x03e8	3C19250 Ethernet Adapter
728product 3COM 3CRSHEW696		0x0a01	3CRSHEW696 Wireless Adapter
729product 3COM 3C460		0x11f8	HomeConnect 3C460
730product 3COM USR56K		0x3021	U.S.Robotics 56000 Voice FaxModem Pro
731product 3COM 3C460B		0x4601	HomeConnect 3C460B
732product 3COM2 3CRUSB10075	0xa727	3CRUSB10075
733product 3COM3 AR5523_1		0x6893	AR5523
734product 3COM3 AR5523_2		0x6895	AR5523
735product 3COM3 AR5523_3		0x6897	AR5523
736
737product 3COMUSR OFFICECONN	0x0082	3Com OfficeConnect Analog Modem
738product 3COMUSR USRISDN		0x008f	3Com U.S. Robotics Pro ISDN TA
739product 3COMUSR HOMECONN	0x009d	3Com HomeConnect Camera
740product 3COMUSR USR56K		0x3021	U.S. Robotics 56000 Voice FaxModem Pro
741
742/* AboCom products */
743product ABOCOM XX1		0x110c	XX1
744product ABOCOM XX2		0x200c	XX2
745product ABOCOM RT2770		0x2770	RT2770
746product ABOCOM RT2870		0x2870	RT2870
747product ABOCOM RT3070		0x3070	RT3070
748product ABOCOM RT3071		0x3071	RT3071
749product ABOCOM RT3072		0x3072	RT3072
750product ABOCOM2 RT2870_1	0x3c09	RT2870
751product ABOCOM URE450		0x4000	URE450 Ethernet Adapter
752product ABOCOM UFE1000		0x4002	UFE1000 Fast Ethernet Adapter
753product ABOCOM DSB650TX_PNA	0x4003	1/10/100 Ethernet Adapter
754product ABOCOM XX4		0x4004	XX4
755product ABOCOM XX5		0x4007	XX5
756product ABOCOM XX6		0x400b	XX6
757product ABOCOM XX7		0x400c	XX7
758product ABOCOM RTL8151		0x401a	RTL8151
759product ABOCOM XX8		0x4102	XX8
760product ABOCOM XX9		0x4104	XX9
761product ABOCOM UF200		0x420a	UF200 Ethernet
762product ABOCOM WL54		0x6001	WL54
763product ABOCOM XX10		0xabc1	XX10
764product ABOCOM BWU613		0xb000	BWU613
765product ABOCOM HWU54DM		0xb21b	HWU54DM
766product ABOCOM RT2573_2		0xb21c	RT2573
767product ABOCOM RT2573_3		0xb21d	RT2573
768product ABOCOM RT2573_4		0xb21e	RT2573
769product ABOCOM WUG2700		0xb21f	WUG2700
770
771/* Accton products */
772product ACCTON USB320_EC	0x1046	USB320-EC Ethernet Adapter
773product ACCTON 2664W		0x3501	2664W
774product ACCTON 111		0x3503	T-Sinus 111 Wireless Adapter
775product ACCTON SMCWUSBG_NF	0x4505	SMCWUSB-G (no firmware)
776product ACCTON SMCWUSBG		0x4506	SMCWUSB-G
777product ACCTON SMCWUSBTG2_NF	0x4507	SMCWUSBT-G2 (no firmware)
778product ACCTON SMCWUSBTG2	0x4508	SMCWUSBT-G2
779product ACCTON PRISM_GT		0x4521	PrismGT USB 2.0 WLAN
780product ACCTON SS1001		0x5046	SpeedStream Ethernet Adapter
781product ACCTON RT2870_2		0x6618	RT2870
782product ACCTON RT3070		0x7511	RT3070
783product ACCTON RT2770		0x7512	RT2770
784product ACCTON RT2870_3		0x7522	RT2870
785product ACCTON RT2870_5		0x8522	RT2870
786product ACCTON RT3070_4		0xa512	RT3070
787product ACCTON RT2870_4		0xa618	RT2870
788product	ACCTON RT3070_1		0xa701	RT3070
789product	ACCTON RT3070_2		0xa702	RT3070
790product ACCTON RT2870_1		0xb522	RT2870
791product	ACCTON RT3070_3		0xc522	RT3070
792product	ACCTON RT3070_5		0xd522	RT3070
793product ACCTON ZD1211B		0xe501	ZD1211B
794
795/* Aceeca products */
796product ACEECA MEZ1000		0x0001	MEZ1000 RDA
797
798/* Acer Communications & Multimedia (oemd by Surecom) */
799product ACERCM EP1427X2		0x0893	EP-1427X-2 Ethernet Adapter
800
801/* Acer Labs products */
802product ACERLABS M5632		0x5632	USB 2.0 Data Link
803
804/* Acer Peripherals, Inc. products */
805product ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
806product ACERP ACERSCAN_320U	0x2022	Acerscan 320U
807product ACERP ACERSCAN_640U	0x2040	Acerscan 640U
808product ACERP ACERSCAN_620U	0x2060	Acerscan 620U
809product ACERP ACERSCAN_4300U	0x20b0	Benq 3300U/4300U
810product ACERP ACERSCAN_640BT	0x20be	Acerscan 640BT
811product ACERP ACERSCAN_1240U	0x20c0	Acerscan 1240U
812product ACERP S81		0x4027	BenQ S81 phone
813product ACERP H10		0x4068	AWL400 Wireless Adapter
814product ACERP ATAPI		0x6003	ATA/ATAPI Adapter
815product ACERP AWL300		0x9000	AWL300 Wireless Adapter
816product ACERP AWL400		0x9001	AWL400 Wireless Adapter
817
818/* Acer Warp products */
819product ACERW WARPLINK		0x0204	Warplink
820
821/* Actions products */
822product ACTIONS MP4		0x1101  Actions MP4 Player
823
824/* Actiontec, Inc. products */
825product ACTIONTEC PRISM_25	0x0408	Prism2.5 Wireless Adapter
826product ACTIONTEC PRISM_25A	0x0421	Prism2.5 Wireless Adapter A
827product ACTIONTEC FREELAN	0x6106	ROPEX FreeLan 802.11b
828product ACTIONTEC UAT1		0x7605	UAT1 Wireless Ethernet Adapter
829
830/* ACTiSYS products */
831product ACTISYS IR2000U		0x0011	ACT-IR2000U FIR
832
833/* ActiveWire, Inc. products */
834product ACTIVEWIRE IOBOARD	0x0100	I/O Board
835product ACTIVEWIRE IOBOARD_FW1	0x0101	I/O Board, rev. 1 firmware
836
837/* Adaptec products */
838product ADAPTEC AWN8020		0x0020	AWN-8020 WLAN
839
840/* Addtron products */
841product ADDTRON AWU120		0xff31	AWU-120
842
843/* ADLINK Texhnology products */
844product ADLINK ND6530		0x6530	ND-6530 USB-Serial
845
846/* ADMtek products */
847product ADMTEK PEGASUSII_4	0x07c2	AN986A Ethernet
848product ADMTEK PEGASUS		0x0986	AN986 Ethernet
849product ADMTEK PEGASUSII	0x8511	AN8511 Ethernet
850product ADMTEK PEGASUSII_2	0x8513	AN8513 Ethernet
851product ADMTEK PEGASUSII_3	0x8515	AN8515 Ethernet
852
853/* ADDON products */
854/* PNY OEMs these */
855product ADDON ATTACHE		0x1300	USB 2.0 Flash Drive
856product ADDON ATTACHE		0x1300	USB 2.0 Flash Drive
857product ADDON A256MB		0x1400	Attache 256MB USB 2.0 Flash Drive
858product ADDON DISKPRO512	0x1420	USB 2.0 Flash Drive (DANE-ELEC zMate 512MB USB flash drive)
859
860/* Addonics products */
861product ADDONICS2 CABLE_205	0xa001	Cable 205
862
863/* ADS products */
864product ADS UBS10BT		0x0008	UBS-10BT Ethernet
865product ADS UBS10BTX		0x0009	UBS-10BT Ethernet
866
867/* AEI products */
868product AEI FASTETHERNET	0x1701	Fast Ethernet
869
870/* Agate Technologies products */
871product AGATE QDRIVE		0x0378	Q-Drive
872
873/* AGFA products */
874product AGFA SNAPSCAN1212U	0x0001	SnapScan 1212U
875product AGFA SNAPSCAN1236U	0x0002	SnapScan 1236U
876product AGFA SNAPSCANTOUCH	0x0100	SnapScan Touch
877product AGFA SNAPSCAN1212U2	0x2061	SnapScan 1212U
878product AGFA SNAPSCANE40	0x208d	SnapScan e40
879product AGFA SNAPSCANE50	0x208f	SnapScan e50
880product AGFA SNAPSCANE20	0x2091	SnapScan e20
881product AGFA SNAPSCANE25	0x2095	SnapScan e25
882product AGFA SNAPSCANE26	0x2097	SnapScan e26
883product AGFA SNAPSCANE52	0x20fd	SnapScan e52
884
885/* Ain Communication Technology products */
886product AINCOMM AWU2000B	0x1001	AWU2000B Wireless Adapter
887
888/* AIPTEK products */
889product AIPTEK POCKETCAM3M	0x2011	PocketCAM 3Mega
890product AIPTEK2 PENCAM_MEGA_1_3 0x504a	PenCam Mega 1.3
891product AIPTEK2 SUNPLUS_TECH	0x0c15	Sunplus Technology Inc.
892
893/* AirPlis products */
894product AIRPLUS MCD650		0x3198	MCD650 modem
895
896/* AirPrime products */
897product AIRPRIME PC5220		0x0112	CDMA Wireless PC Card
898
899/* AirTies products */
900product AIRTIES RT3070		0x2310	RT3070
901
902/* AKS products */
903product AKS USBHASP		0x0001	USB-HASP 0.06
904
905/* Alcatel products */
906product ALCATEL OT535		0x02df	One Touch 535/735
907
908/* Alcor Micro, Inc. products */
909product ALCOR2 KBD_HUB		0x2802	Kbd Hub
910
911product ALCOR SDCR_6335		0x6335	SD/MMC Card Reader
912product ALCOR SDCR_6362		0x6362	SD/MMC Card Reader
913product ALCOR TRANSCEND		0x6387	Transcend JetFlash Drive
914product ALCOR MA_KBD_HUB	0x9213	MacAlly Kbd Hub
915product ALCOR AU9814		0x9215	AU9814 Hub
916product ALCOR UMCR_9361		0x9361	USB Multimedia Card Reader
917product ALCOR SM_KBD		0x9410	MicroConnectors/StrongMan Keyboard
918product ALCOR NEC_KBD_HUB	0x9472	NEC Kbd Hub
919product ALCOR AU9720 		0x9720	USB2 - RS-232
920product ALCOR AU6390	0x6390	AU6390 USB-IDE converter
921
922/* Alink products */
923product ALINK DWM652U5		0xce16	DWM-652
924product ALINK 3G		0x9000	3G modem
925product ALINK 3GU		0x9200	3G modem
926
927/* Altec Lansing products */
928product ALTEC ADA70		0x0070	ADA70 Speakers
929product ALTEC ASC495		0xff05	ASC495 Speakers
930
931/* Allied Telesyn International products */
932product ALLIEDTELESYN ATUSB100	0xb100	AT-USB100
933
934/* ALLWIN Tech products */
935product ALLWIN RT2070		0x2070	RT2070
936product ALLWIN RT2770		0x2770	RT2770
937product ALLWIN RT2870		0x2870	RT2870
938product ALLWIN RT3070		0x3070	RT3070
939product ALLWIN RT3071		0x3071	RT3071
940product ALLWIN RT3072		0x3072	RT3072
941product ALLWIN RT3572		0x3572	RT3572
942
943/* AlphaSmart, Inc. products */
944product ALPHASMART DANA_KB	0xdbac	AlphaSmart Dana Keyboard
945product ALPHASMART DANA_SYNC	0xdf00	AlphaSmart Dana HotSync
946
947/* Amoi products */
948product AMOI H01		0x0800	H01 3G modem
949product AMOI H01A		0x7002	H01A 3G modem
950product AMOI H02		0x0802	H02 3G modem
951
952/* American Power Conversion products */
953product APC UPS			0x0002	Uninterruptible Power Supply
954
955/* Ambit Microsystems products */
956product AMBIT WLAN		0x0302	WLAN
957product AMBIT NTL_250		0x6098	NTL 250 cable modem
958
959/* Apacer products */
960product APACER HT202		0xb113	USB 2.0 Flash Drive
961
962/* American Power Conversion products */
963product APC UPS			0x0002	Uninterruptible Power Supply
964
965/* Amigo Technology products */
966product AMIGO RT2870_1		0x9031	RT2870
967product AMIGO RT2870_2		0x9041	RT2870
968
969/* AMIT products */
970product AMIT CGWLUSB2GO		0x0002	CG-WLUSB2GO
971product AMIT CGWLUSB2GNR	0x0008	CG-WLUSB2GNR
972product AMIT RT2870_1		0x0012	RT2870
973
974/* AMIT(2) products */
975product AMIT2 RT2870		0x0008	RT2870
976
977/* Anchor products */
978product ANCHOR SERIAL		0x2008	Serial
979product ANCHOR EZUSB		0x2131	EZUSB
980product ANCHOR EZLINK		0x2720	EZLINK
981
982/* AnyData products */
983product ANYDATA ADU_620UW	0x6202	CDMA 2000 EV-DO USB Modem
984product ANYDATA ADU_E100X	0x6501	CDMA 2000 1xRTT/EV-DO USB Modem
985product ANYDATA ADU_500A	0x6502	CDMA 2000 EV-DO USB Modem
986
987/* AOX, Inc. products */
988product AOX USB101		0x0008	Ethernet
989
990/* American Power Conversion products */
991product APC UPS			0x0002	Uninterruptible Power Supply
992
993/* Apple Computer products */
994product APPLE IMAC_KBD		0x0201	USB iMac Keyboard
995product APPLE KBD		0x0202	USB Keyboard M2452
996product APPLE EXT_KBD		0x020c	Apple Extended USB Keyboard
997product APPLE KBD_TP_ANSI	0x0223	Apple Internal Keyboard/Trackpad (Wellspring/ANSI)
998product APPLE KBD_TP_ISO	0x0224	Apple Internal Keyboard/Trackpad (Wellspring/ISO)
999product APPLE KBD_TP_JIS	0x0225	Apple Internal Keyboard/Trackpad (Wellspring/JIS)
1000product APPLE KBD_TP_ANSI2	0x0230	Apple Internal Keyboard/Trackpad (Wellspring2/ANSI)
1001product APPLE KBD_TP_ISO2	0x0231	Apple Internal Keyboard/Trackpad (Wellspring2/ISO)
1002product APPLE KBD_TP_JIS2	0x0232	Apple Internal Keyboard/Trackpad (Wellspring2/JIS)
1003product APPLE MOUSE		0x0301	Mouse M4848
1004product APPLE OPTMOUSE		0x0302	Optical mouse
1005product APPLE MIGHTYMOUSE	0x0304	Mighty Mouse
1006product APPLE KBD_HUB		0x1001	Hub in Apple USB Keyboard
1007product APPLE EXT_KBD_HUB	0x1003	Hub in Apple Extended USB Keyboard
1008product APPLE SPEAKERS		0x1101	Speakers
1009product APPLE IPOD		0x1201	iPod
1010product APPLE IPOD2G		0x1202	iPod 2G
1011product APPLE IPOD3G		0x1203	iPod 3G
1012product APPLE IPOD_04		0x1204	iPod '04'
1013product APPLE IPODMINI		0x1205	iPod Mini
1014product APPLE IPOD_06		0x1206	iPod '06'
1015product APPLE IPOD_07		0x1207	iPod '07'
1016product APPLE IPOD_08		0x1208	iPod '08'
1017product APPLE IPODVIDEO		0x1209	iPod Video
1018product APPLE IPODNANO		0x120a	iPod Nano
1019product APPLE IPHONE		0x1290	iPhone
1020product APPLE IPOD_TOUCH	0x1291	iPod Touch
1021product APPLE IPHONE_3G		0x1292	iPhone 3G
1022product APPLE IPHONE_3GS	0x1294	iPhone 3GS
1023product APPLE IPHONE_4		0x1297	iPhone 4
1024product APPLE IPAD		0x129a	iPad
1025product APPLE ETHERNET		0x1402	Ethernet A1277
1026
1027/* Arkmicro Technologies */
1028product ARKMICRO ARK3116	0x0232	ARK3116 Serial
1029
1030/* Asahi Optical products */
1031product ASAHIOPTICAL OPTIO230	0x0004	Digital camera
1032product ASAHIOPTICAL OPTIO330	0x0006	Digital camera
1033
1034/* Asante products */
1035product ASANTE EA		0x1427	Ethernet
1036
1037/* ASIX Electronics products */
1038product ASIX AX88172		0x1720	10/100 Ethernet
1039product ASIX AX88178		0x1780	AX88178
1040product ASIX AX88772		0x7720	AX88772
1041product ASIX AX88772A		0x772a	AX88772A USB 2.0 10/100 Ethernet
1042
1043/* ASUS products */
1044product ASUS2 USBN11		0x0b05	USB-N11
1045product ASUS WL167G		0x1707	WL-167g Wireless Adapter
1046product ASUS WL159G		0x170c	WL-159g
1047product ASUS A9T_WIFI		0x171b	A9T wireless
1048product ASUS P5B_WIFI		0x171d	P5B wireless
1049product ASUS RT2573_1		0x1723	RT2573
1050product ASUS RT2573_2		0x1724	RT2573
1051product ASUS LCM		0x1726	LCM display
1052product ASUS RT2870_1		0x1731	RT2870
1053product ASUS RT2870_2		0x1732	RT2870
1054product ASUS RT2870_3		0x1742	RT2870
1055product ASUS RT2870_4		0x1760	RT2870
1056product ASUS RT2870_5		0x1761	RT2870
1057product	ASUS USBN13		0x1784	USB-N13
1058product	ASUS RT3070_1		0x1790	RT3070
1059product ASUS A730W		0x4202	ASUS MyPal A730W
1060product ASUS P535		0x420f	ASUS P535 PDA
1061product	ASUS GMSC		0x422f	ASUS Generic Mass Storage
1062product ASUS RT2570		0x1706	RT2500USB Wireless Adapter
1063
1064/* ATen products */
1065product ATEN UC1284		0x2001	Parallel printer
1066product ATEN UC10T		0x2002	10Mbps Ethernet
1067product ATEN UC110T		0x2007	UC-110T Ethernet
1068product ATEN UC232A		0x2008	Serial
1069product ATEN UC210T		0x2009	UC-210T Ethernet
1070product ATEN DSB650C		0x4000	DSB-650C
1071
1072/* Atheros Communications products */
1073product ATHEROS AR5523		0x0001	AR5523
1074product ATHEROS AR5523_NF	0x0002	AR5523 (no firmware)
1075product ATHEROS2 AR5523_1	0x0001	AR5523
1076product ATHEROS2 AR5523_1_NF	0x0002	AR5523 (no firmware)
1077product ATHEROS2 AR5523_2	0x0003	AR5523
1078product ATHEROS2 AR5523_2_NF	0x0004	AR5523 (no firmware)
1079product ATHEROS2 AR5523_3	0x0005	AR5523
1080product ATHEROS2 AR5523_3_NF	0x0006	AR5523 (no firmware)
1081
1082/* Atmel Comp. products */
1083product ATMEL STK541		0x2109	Zigbee Controller
1084product ATMEL UHB124		0x3301	UHB124 hub
1085product ATMEL DWL120		0x7603	DWL-120 Wireless Adapter
1086product ATMEL BW002		0x7605	BW002 Wireless Adapter
1087product ATMEL WL1130USB		0x7613	WL-1130 USB
1088product ATMEL AT76C505A		0x7614	AT76c505a Wireless Adapter
1089
1090/* AuthenTec products */
1091product AUTHENTEC AES1610	0x1600	AES1610 Fingerprint Sensor
1092
1093/* Avision products */
1094product AVISION 1200U		0x0268	1200U scanner
1095
1096/* Axesstel products */
1097product AXESSTEL DATAMODEM	0x1000  Data Modem
1098
1099/* AsureWave products */
1100product AZUREWAVE RT2870_1	0x3247	RT2870
1101product AZUREWAVE RT2870_2	0x3262	RT2870
1102product AZUREWAVE RT3070_1	0x3273	RT3070
1103product	AZUREWAVE RT3070_2	0x3284	RT3070
1104product	AZUREWAVE RT3070_3	0x3305	RT3070
1105
1106/* Baltech products */
1107product BALTECH CARDREADER	0x9999	Card reader
1108
1109/* B&B Electronics products */
1110product BBELECTRONICS USOTL4	0xAC01	RS-422/485
1111
1112/* Belkin products */
1113/*product BELKIN F5U111		0x????	F5U111 Ethernet*/
1114product BELKIN F5D6050		0x0050	F5D6050 802.11b Wireless Adapter
1115product BELKIN FBT001V		0x0081	FBT001v2 Bluetooth
1116product BELKIN FBT003V		0x0084	FBT003v2 Bluetooth
1117product BELKIN F5U103		0x0103	F5U103 Serial
1118product BELKIN F5U109		0x0109	F5U109 Serial
1119product BELKIN USB2SCSI		0x0115	USB to SCSI
1120product BELKIN F8T012		0x0121	F8T012xx1 Bluetooth USB Adapter
1121product BELKIN USB2LAN		0x0121	USB to LAN
1122product BELKIN F5U208		0x0208	F5U208 VideoBus II
1123product BELKIN F5U237		0x0237	F5U237 USB 2.0 7-Port Hub
1124product BELKIN F5U257		0x0257	F5U257 Serial
1125product BELKIN F5U409		0x0409	F5U409 Serial
1126product BELKIN F6C550AVR	0x0551	F6C550-AVR UPS
1127product BELKIN F5U120		0x1203	F5U120-PC Hub
1128product BELKIN ZD1211B		0x4050	ZD1211B
1129product BELKIN F5D5055		0x5055	F5D5055
1130product BELKIN F5D7050		0x7050	F5D7050 Wireless Adapter
1131product BELKIN F5D7051		0x7051	F5D7051 54g USB Network Adapter
1132product BELKIN F5D7050A		0x705a	F5D7050A Wireless Adapter
1133/* Also sold as 'Ativa 802.11g wireless card' */
1134product BELKIN F5D7050_V4000	0x705c	F5D7050 v4000 Wireless Adapter
1135product BELKIN F5D7050E		0x705e	F5D7050E Wireless Adapter
1136product BELKIN RT2870_1		0x8053	RT2870
1137product BELKIN RT2870_2		0x805c	RT2870
1138product BELKIN F5D8053V3	0x815c	F5D8053 v3
1139product BELKIN F5D8055		0x825a	F5D8055
1140product BELKIN F5D9050V3	0x905b	F5D9050 ver 3 Wireless Adapter
1141product BELKIN2 F5U002		0x0002	F5U002 Parallel printer
1142product BELKIN F6D4050V1	0x935a	F6D4050 v1
1143
1144/* Billionton products */
1145product BILLIONTON USB100	0x0986	USB100N 10/100 FastEthernet
1146product BILLIONTON USBLP100	0x0987	USB100LP
1147product BILLIONTON USBEL100	0x0988	USB100EL
1148product BILLIONTON USBE100	0x8511	USBE100
1149product BILLIONTON USB2AR	0x90ff	USB2AR Ethernet
1150
1151/* Broadcom products */
1152product BROADCOM BCM2033	0x2033	BCM2033 Bluetooth USB dongle
1153
1154/* Brother Industries products */
1155product BROTHER HL1050		0x0002	HL-1050 laser printer
1156product BROTHER MFC8600_9650	0x0100	MFC8600/9650 multifunction device
1157
1158/* Behavior Technology Computer products */
1159product BTC BTC6100		0x5550	6100C Keyboard
1160product BTC BTC7932		0x6782	Keyboard with mouse port
1161
1162/* Canon, Inc. products */
1163product CANON N656U		0x2206	CanoScan N656U
1164product CANON N1220U		0x2207	CanoScan N1220U
1165product CANON D660U		0x2208	CanoScan D660U
1166product CANON N676U		0x220d	CanoScan N676U
1167product CANON N1240U		0x220e	CanoScan N1240U
1168product CANON LIDE25		0x2220	CanoScan LIDE 25
1169product CANON S10		0x3041	PowerShot S10
1170product CANON S100		0x3045	PowerShot S100
1171product CANON S200		0x3065	PowerShot S200
1172product CANON REBELXT		0x30ef	Digital Rebel XT
1173
1174/* CATC products */
1175product CATC NETMATE		0x000a	Netmate Ethernet
1176product CATC NETMATE2		0x000c	Netmate2 Ethernet
1177product CATC CHIEF		0x000d	USB Chief Bus & Protocol Analyzer
1178product CATC ANDROMEDA		0x1237	Andromeda hub
1179
1180/* CASIO products */
1181product CASIO QV_DIGICAM	0x1001	QV DigiCam
1182product CASIO EXS880		0x1105	Exilim EX-S880
1183product CASIO BE300		0x2002	BE-300 PDA
1184product CASIO NAMELAND		0x4001	CASIO Nameland EZ-USB
1185
1186/* CCYU products */
1187product CCYU ED1064		0x2136	EasyDisk ED1064
1188
1189/* Century products */
1190product CENTURY EX35QUAT	0x011e	Century USB Disk Enclosure
1191product CENTURY EX35SW4_SB4	0x011f	Century USB Disk Enclosure
1192
1193/* Cherry products */
1194product CHERRY MY3000KBD	0x0001	My3000 keyboard
1195product CHERRY MY3000HUB	0x0003	My3000 hub
1196product CHERRY CYBOARD		0x0004	CyBoard Keyboard
1197
1198/* Chic Technology products */
1199product CHIC MOUSE1		0x0001	mouse
1200product CHIC CYPRESS		0x0003	Cypress USB Mouse
1201
1202/* Chicony products */
1203product CHICONY KB8933		0x0001	KB-8933 keyboard
1204product CHICONY KU0325		0x0116	KU-0325 keyboard
1205product CHICONY CNF7129		0xb071	Notebook Web Camera
1206product CHICONY2 TWINKLECAM	0x600d	TwinkleCam USB camera
1207
1208/* CH Products */
1209product CHPRODUCTS PROTHROTTLE	0x00f1	Pro Throttle
1210product CHPRODUCTS PROPEDALS	0x00f2	Pro Pedals
1211product CHPRODUCTS FIGHTERSTICK 0x00f3	Fighterstick
1212product CHPRODUCTS FLIGHTYOKE	0x00ff	Flight Sim Yoke
1213
1214/* Cisco-Linksys products */
1215product CISCOLINKSYS WUSB54AG	0x000c	WUSB54AG Wireless Adapter
1216product CISCOLINKSYS WUSB54G	0x000d	WUSB54G Wireless Adapter
1217product CISCOLINKSYS WUSB54GP	0x0011	WUSB54GP Wireless Adapter
1218product CISCOLINKSYS USB200MV2	0x0018	USB200M v2
1219product CISCOLINKSYS HU200TS	0x001a	HU200TS Wireless Adapter
1220product CISCOLINKSYS WUSB54GC	0x0020	WUSB54GC
1221product CISCOLINKSYS WUSB54GR	0x0023	WUSB54GR
1222product CISCOLINKSYS WUSBF54G	0x0024	WUSBF54G
1223product	CISCOLINKSYS2 RT3070	0x4001	RT3070
1224product	CISCOLINKSYS3 RT3070	0x0101	RT3070
1225
1226/* Clipsal products */
1227product CLIPSAL 5500PCU		0x0303	5500PCU C-Bus
1228
1229/* CMOTECH products */
1230product CMOTECH CNU510		0x5141	CDMA Technologies USB modem
1231product CMOTECH CNU550		0x5543	CDMA 2000 1xRTT/1xEVDO USB modem
1232product CMOTECH CGU628		0x6006	CGU-628
1233product CMOTECH CDMA_MODEM1	0x6280	CDMA Technologies USB modem
1234product CMOTECH DISK		0xf000	disk mode
1235
1236/* Compaq products */
1237product COMPAQ IPAQPOCKETPC	0x0003	iPAQ PocketPC
1238product COMPAQ PJB100		0x504a	Personal Jukebox PJB100
1239product COMPAQ IPAQLINUX	0x505a	iPAQ Linux
1240
1241/* Composite Corp products looks the same as "TANGTOP" */
1242product COMPOSITE USBPS2	0x0001	USB to PS2 Adaptor
1243
1244/* Conceptronic products */
1245product CONCEPTRONIC PRISM_GT	0x3762	PrismGT USB 2.0 WLAN
1246product CONCEPTRONIC C11U	0x7100	C11U
1247product CONCEPTRONIC WL210	0x7110	WL-210
1248product CONCEPTRONIC AR5523_1	0x7801	AR5523
1249product CONCEPTRONIC AR5523_1_NF	0x7802	AR5523 (no firmware)
1250product CONCEPTRONIC AR5523_2	0x7811	AR5523
1251product CONCEPTRONIC AR5523_2_NF	0x7812	AR5523 (no firmware)
1252product CONCEPTRONIC2 C54RU	0x3c02	C54RU WLAN
1253product CONCEPTRONIC2 C54RU2	0x3c22	C54RU
1254product CONCEPTRONIC2 RT3070_1	0x3c08	RT3070
1255product CONCEPTRONIC2 RT3070_2	0x3c11	RT3070
1256product CONCEPTRONIC2 VIGORN61	0x3c25	VIGORN61
1257product CONCEPTRONIC2 RT2870_1	0x3c06	RT2870
1258product CONCEPTRONIC2 RT2870_2	0x3c07	RT2870
1259product CONCEPTRONIC2 RT2870_7	0x3c09	RT2870
1260product CONCEPTRONIC2 RT2870_8	0x3c12	RT2870
1261product CONCEPTRONIC2 RT2870_3	0x3c23	RT2870
1262product CONCEPTRONIC2 RT2870_4	0x3c25	RT2870
1263product CONCEPTRONIC2 RT2870_5	0x3c27	RT2870
1264product CONCEPTRONIC2 RT2870_6	0x3c28	RT2870
1265
1266/* Connectix products */
1267product CONNECTIX QUICKCAM	0x0001	QuickCam
1268
1269/* Corega products */
1270product COREGA ETHER_USB_T	0x0001	Ether USB-T
1271product COREGA FETHER_USB_TX	0x0004	FEther USB-TX
1272product COREGA WLAN_USB_USB_11	0x000c	WirelessLAN USB-11
1273product COREGA FETHER_USB_TXS	0x000d	FEther USB-TXS
1274product COREGA WLANUSB		0x0012	Wireless LAN Stick-11
1275product COREGA FETHER_USB2_TX	0x0017	FEther USB2-TX
1276product COREGA WLUSB_11_KEY	0x001a	ULUSB-11 Key
1277product COREGA CGUSBRS232R	0x002a	CG-USBRS232R
1278product COREGA CGWLUSB2GL	0x002d	CG-WLUSB2GL
1279product COREGA CGWLUSB2GPX	0x002e	CG-WLUSB2GPX
1280product COREGA RT2870_1		0x002f	RT2870
1281product COREGA RT2870_2		0x003c	RT2870
1282product COREGA RT2870_3		0x003f	RT2870
1283product COREGA RT3070		0x0041	RT3070
1284product COREGA CGWLUSB300GNM	0x0042	CG-WLUSB300GNM
1285
1286product COREGA WLUSB_11_STICK	0x7613	WLAN USB Stick 11
1287product COREGA FETHER_USB_TXC	0x9601	FEther USB-TXC
1288
1289/* Creative products */
1290product CREATIVE NOMAD_II	0x1002	Nomad II MP3 player
1291product CREATIVE NOMAD_IIMG	0x4004	Nomad II MG
1292product CREATIVE NOMAD		0x4106	Nomad
1293product CREATIVE2 VOIP_BLASTER	0x0258	Voip Blaster
1294product CREATIVE3 OPTICAL_MOUSE	0x0001	Notebook Optical Mouse
1295
1296/* Cambridge Silicon Radio Ltd. products */
1297product CSR BT_DONGLE		0x0001	Bluetooth USB dongle
1298product CSR CSRDFU		0xffff	USB Bluetooth Device in DFU State
1299
1300/* Chipsbank Microelectronics Co., Ltd */
1301product CHIPSBANK USBMEMSTICK	0x6025	CBM2080 Flash drive controller
1302product CHIPSBANK USBMEMSTICK1	0x6026	CBM1180 Flash drive controller
1303
1304/* CTX products */
1305product CTX EX1300		0x9999	Ex1300 hub
1306
1307/* Curitel products */
1308product CURITEL HX550C		0x1101	CDMA 2000 1xRTT USB modem (HX-550C)
1309product CURITEL HX57XB		0x2101	CDMA 2000 1xRTT USB modem (HX-570/575B/PR-600)
1310product CURITEL PC5740		0x3701	Broadband Wireless modem
1311product CURITEL UM175		0x3714	EVDO modem
1312
1313/* CyberPower products */
1314product CYBERPOWER 1500CAVRLCD	0x0501	1500CAVRLCD
1315
1316/* CyberTAN Technology products */
1317product CYBERTAN TG54USB	0x1666	TG54USB
1318product CYBERTAN RT2870		0x1828	RT2870
1319
1320/* Cypress Semiconductor products */
1321product CYPRESS MOUSE		0x0001	mouse
1322product CYPRESS THERMO		0x0002	thermometer
1323product CYPRESS WISPY1A		0x0bad	MetaGeek Wi-Spy
1324product CYPRESS KBDHUB		0x0101	Keyboard/Hub
1325product CYPRESS FMRADIO		0x1002	FM Radio
1326product CYPRESS IKARILASER	0x121f	Ikari Laser SteelSeries ApS
1327
1328product CYPRESS USBRS232	0x5500	USB-RS232 Interface
1329product CYPRESS SLIM_HUB	0x6560	Slim Hub
1330product CYPRESS XX6830XX	0x6830	PATA Storage Device
1331product CYPRESS SILVERSHIELD	0xfd13	Gembird Silver Shield PM
1332
1333/* Daisy Technology products */
1334product DAISY DMC		0x6901	USB MultiMedia Reader
1335
1336/* Dallas Semiconductor products */
1337product DALLAS J6502		0x4201	J-6502 speakers
1338
1339/* DataApex products */
1340product DATAAPEX MULTICOM	0xead6	MultiCom
1341
1342/* Dell products */
1343product DELL PORT		0x0058	Port Replicator
1344product DELL AIO926		0x5115	Photo AIO Printer 926
1345product DELL BC02		0x8000	BC02 Bluetooth USB Adapter
1346product DELL PRISM_GT_1		0x8102	PrismGT USB 2.0 WLAN
1347product DELL TM350		0x8103	TrueMobile 350 Bluetooth USB Adapter
1348product DELL PRISM_GT_2		0x8104	PrismGT USB 2.0 WLAN
1349product DELL U5700		0x8114	Dell 5700 3G
1350product DELL U5500		0x8115	Dell 5500 3G
1351product DELL U5505		0x8116	Dell 5505 3G
1352product DELL U5700_2		0x8117	Dell 5700 3G
1353product DELL U5510		0x8118	Dell 5510 3G
1354product DELL U5700_3		0x8128	Dell 5700 3G
1355product DELL U5700_4		0x8129	Dell 5700 3G
1356product DELL U5720		0x8133	Dell 5720 3G
1357product DELL U5720_2		0x8134	Dell 5720 3G
1358product DELL U740		0x8135	Dell U740 CDMA
1359product DELL U5520		0x8136	Dell 5520 3G
1360product DELL U5520_2		0x8137	Dell 5520 3G
1361product DELL U5520_3		0x8138	Dell 5520 3G
1362product DELL U5730		0x8180	Dell 5730 3G
1363product DELL U5730_2		0x8181	Dell 5730 3G
1364product DELL U5730_3		0x8182	Dell 5730 3G
1365product DELL DW700		0x9500	Dell DW700 GPS
1366
1367/* Delorme Paublishing products */
1368product DELORME EARTHMATE	0x0100	Earthmate GPS
1369
1370/* Desknote products */
1371product DESKNOTE UCR_61S2B	0x0c55	UCR-61S2B
1372
1373/* Diamond products */
1374product DIAMOND RIO500USB	0x0001	Rio 500 USB
1375
1376/* Dick Smith Electronics (really C-Net) products */
1377product DICKSMITH RT2573	0x9022	RT2573
1378product DICKSMITH CWD854F	0x9032	C-Net CWD-854 rev F
1379
1380/* Digi International products */
1381product DIGI ACCELEPORT2	0x0002	AccelePort USB 2
1382product DIGI ACCELEPORT4	0x0004	AccelePort USB 4
1383product DIGI ACCELEPORT8	0x0008	AccelePort USB 8
1384
1385/* Digianswer A/S products */
1386product DIGIANSWER ZIGBEE802154	0x000a	ZigBee/802.15.4 MAC
1387
1388/* D-Link products */
1389/*product DLINK DSBS25		0x0100	DSB-S25 serial*/
1390product DLINK DUBE100		0x1a00	10/100 Ethernet
1391product DLINK DSB650TX4		0x200c	10/100 Ethernet
1392product DLINK DWL120E		0x3200	DWL-120 rev E
1393product DLINK DWL122		0x3700	DWL-122
1394product DLINK DWLG120		0x3701	DWL-G120
1395product DLINK DWL120F		0x3702	DWL-120 rev F
1396product DLINK DWLAG132		0x3a00	DWL-AG132
1397product DLINK DWLAG132_NF	0x3a01	DWL-AG132 (no firmware)
1398product DLINK DWLG132		0x3a02	DWL-G132
1399product DLINK DWLG132_NF	0x3a03	DWL-G132 (no firmware)
1400product DLINK DWLAG122		0x3a04	DWL-AG122
1401product DLINK DWLAG122_NF	0x3a05	DWL-AG122 (no firmware)
1402product DLINK DWLG122		0x3c00	DWL-G122 b1 Wireless Adapter
1403product DLINK DUBE100B1		0x3c05	DUB-E100 rev B1
1404product DLINK RT2870		0x3c09	RT2870
1405product DLINK RT3072		0x3c0a	RT3072
1406product DLINK DSB650C		0x4000	10Mbps Ethernet
1407product DLINK DSB650TX1		0x4001	10/100 Ethernet
1408product DLINK DSB650TX		0x4002	10/100 Ethernet
1409product DLINK DSB650TX_PNA	0x4003	1/10/100 Ethernet
1410product DLINK DSB650TX3		0x400b	10/100 Ethernet
1411product DLINK DSB650TX2		0x4102	10/100 Ethernet
1412product DLINK DSB650		0xabc1	10/100 Ethernet
1413product DLINK DUBH7		0xf103	DUB-H7 USB 2.0 7-Port Hub
1414product DLINK2 DWA120		0x3a0c	DWA-120
1415product DLINK2 DWA120_NF	0x3a0d	DWA-120 (no firmware)
1416product DLINK2 DWLG122C1	0x3c03	DWL-G122 c1
1417product DLINK2 WUA1340		0x3c04	WUA-1340
1418product DLINK2 DWA111		0x3c06	DWA-111
1419product DLINK2 RT2870_1		0x3c09	RT2870
1420product DLINK2 DWA110		0x3c07	DWA-110
1421product DLINK2 RT3072		0x3c0a	RT3072
1422product DLINK2 RT3072_1		0x3c0b	RT3072
1423product DLINK2 RT3070_1		0x3c0d	RT3070
1424product DLINK2 RT3070_2		0x3c0e	RT3070
1425product DLINK2 RT3070_3		0x3c0f	RT3070
1426product DLINK2 RT2870_2		0x3c11	RT2870
1427product DLINK2 DWA130		0x3c13	DWA-130
1428product DLINK2 RT3070_4		0x3c15	RT3070
1429product DLINK2 RT3070_5		0x3c16	RT3070
1430product DLINK3 DWM652		0x3e04	DWM-652
1431
1432/* DMI products */
1433product DMI CFSM_RW		0xa109	CF/SM Reader/Writer
1434product DMI DISK		0x2bcf	Generic Disk
1435
1436/* DrayTek products */
1437product DRAYTEK VIGOR550	0x0550	Vigor550
1438
1439/* dresden elektronik products */
1440product DRESDENELEKTRONIK SENSORTERMINALBOARD  0x0001 SensorTerminalBoard
1441product DRESDENELEKTRONIK WIRELESSHANDHELDTERMINAL  0x0004 Wireless Handheld Terminal
1442
1443/* Dynastream Innovations */
1444product DYNASTREAM ANTDEVBOARD	0x1003	ANT dev board
1445product DYNASTREAM ANT2USB	0x1004	ANT2USB
1446product DYNASTREAM ANTDEVBOARD2	0x1006	ANT dev board
1447
1448/* Edimax products */
1449product EDIMAX EW7318USG	0x7318	USB Wireless dongle
1450product EDIMAX RT2870_1		0x7711	RT2870
1451product EDIMAX EW7717		0x7717	EW-7717
1452product EDIMAX EW7718		0x7718	EW-7718
1453
1454/* eGalax Products */
1455product EGALAX TPANEL		0x0001	Touch Panel
1456product EGALAX TPANEL2		0x0002	Touch Panel
1457product EGALAX2 TPANEL		0x0001	Touch Panel
1458
1459/* Eicon Networks */
1460product EICON DIVA852		0x4905	Diva 852 ISDN TA
1461
1462/* EIZO products */
1463product EIZO HUB		0x0000	hub
1464product EIZO MONITOR		0x0001	monitor
1465
1466/* ELCON Systemtechnik products */
1467product ELCON PLAN		0x0002	Goldpfeil P-LAN
1468
1469/* Elecom products */
1470product ELECOM MOUSE29UO	0x0002	mouse 29UO
1471product ELECOM LDUSBTX0		0x200c	LD-USB/TX
1472product ELECOM LDUSBTX1		0x4002	LD-USB/TX
1473product ELECOM LDUSBLTX		0x4005	LD-USBL/TX
1474product ELECOM LDUSBTX2		0x400b	LD-USB/TX
1475product ELECOM LDUSB20		0x4010	LD-USB20
1476product ELECOM UCSGT		0x5003	UC-SGT
1477product ELECOM UCSGT0		0x5004	UC-SGT
1478product ELECOM LDUSBTX3		0xabc1	LD-USB/TX
1479
1480/* Elsa products */
1481product ELSA MODEM1		0x2265	ELSA Modem Board
1482product ELSA USB2ETHERNET	0x3000	Microlink USB2Ethernet
1483
1484/* ELV products */
1485product ELV USBI2C		0xe00f	USB-I2C interface
1486
1487/* EMS products */
1488product EMS DUAL_SHOOTER	0x0003	PSX gun controller converter
1489
1490/* Encore products */
1491product ENCORE RT3070_1		0x1480	RT3070
1492product ENCORE RT3070_2		0x14a1	RT3070
1493product ENCORE RT3070_3		0x14a9	RT3070
1494
1495/* Entrega products */
1496product ENTREGA 1S		0x0001	1S serial
1497product ENTREGA 2S		0x0002	2S serial
1498product ENTREGA 1S25		0x0003	1S25 serial
1499product ENTREGA 4S		0x0004	4S serial
1500product ENTREGA E45		0x0005	E45 Ethernet
1501product ENTREGA CENTRONICS	0x0006	Parallel Port
1502product ENTREGA XX1		0x0008	Ethernet
1503product ENTREGA 1S9		0x0093	1S9 serial
1504product ENTREGA EZUSB		0x8000	EZ-USB
1505/*product ENTREGA SERIAL	0x8001	DB25 Serial*/
1506product ENTREGA 2U4S		0x8004	2U4S serial/usb hub
1507product ENTREGA XX2		0x8005	Ethernet
1508/*product ENTREGA SERIAL_DB9	0x8093	DB9 Serial*/
1509
1510/* Epson products */
1511product EPSON PRINTER1		0x0001	USB Printer
1512product EPSON PRINTER2		0x0002	ISD USB Smart Cable for Mac
1513product EPSON PRINTER3		0x0003	ISD USB Smart Cable
1514product EPSON PRINTER5		0x0005	USB Printer
1515product EPSON 636		0x0101	Perfection 636U / 636Photo scanner
1516product EPSON 610		0x0103	Perfection 610 scanner
1517product EPSON 1200		0x0104	Perfection 1200U / 1200Photo scanner
1518product EPSON 1600		0x0107	Expression 1600 scanner
1519product EPSON 1640		0x010a	Perfection 1640SU scanner
1520product EPSON 1240		0x010b	Perfection 1240U / 1240Photo scanner
1521product EPSON 640U		0x010c	Perfection 640U scanner
1522product EPSON 1250		0x010f	Perfection 1250U / 1250Photo scanner
1523product EPSON 1650		0x0110	Perfection 1650 scanner
1524product EPSON GT9700F		0x0112	GT-9700F scanner
1525product EPSON GT9300UF		0x011b	GT-9300UF scanner
1526product EPSON 3200		0x011c	Perfection 3200 scanner
1527product EPSON 1260		0x011d	Perfection 1260 scanner
1528product EPSON 1660		0x011e	Perfection 1660 scanner
1529product EPSON 1670		0x011f	Perfection 1670 scanner
1530product EPSON 1270		0x0120	Perfection 1270 scanner
1531product EPSON 2480		0x0121	Perfection 2480 scanner
1532product EPSON 3590		0x0122	Perfection 3590 scanner
1533product EPSON 4990		0x012a	Perfection 4990 Photo scanner
1534product EPSON CRESSI_EDY	0x0521	Cressi Edy diving computer
1535product EPSON STYLUS_875DC	0x0601	Stylus Photo 875DC Card Reader
1536product EPSON STYLUS_895	0x0602	Stylus Photo 895 Card Reader
1537product EPSON CX5400		0x0808	CX5400 scanner
1538product EPSON 3500		0x080e	CX-3500/3600/3650 MFP
1539product EPSON RX425		0x080f	Stylus Photo RX425 scanner
1540product EPSON DX3800		0x0818	CX3700/CX3800/DX38x0 MFP scanner
1541product EPSON 4800		0x0819	CX4700/CX4800/DX48x0 MFP scanner
1542product EPSON 4200		0x0820	CX4100/CX4200/DX4200 MFP scanner
1543product EPSON 5000		0x082b  CX4900/CX5000/DX50x0 MFP scanner
1544product EPSON 6000		0x082e  CX5900/CX6000/DX60x0 MFP scanner
1545product EPSON DX4000		0x082f  DX4000 MFP scanner
1546product EPSON DX7400		0x0838	CX7300/CX7400/DX7400 MFP scanner
1547product EPSON DX8400		0x0839	CX8300/CX8400/DX8400 MFP scanner
1548product EPSON SX100		0x0841	SX100/NX100 MFP scanner
1549product EPSON NX300		0x0848	NX300 MFP scanner
1550product EPSON SX200		0x0849	SX200/SX205 MFP scanner
1551product EPSON SX400		0x084a	SX400/NX400/TX400 MFP scanner
1552
1553/* e-TEK Labs products */
1554product ETEK 1COM		0x8007	Serial
1555
1556/* Extended Systems products */
1557product EXTENDED XTNDACCESS	0x0100	XTNDAccess IrDA
1558
1559/* Falcom products */
1560product FALCOM TWIST		0x0001	USB GSM/GPRS Modem
1561
1562/* FEIYA products */
1563product FEIYA 5IN1		0x1132	5-in-1 Card Reader
1564
1565/* Fiberline */
1566product FIBERLINE WL430U	0x6003	WL-430U
1567
1568/* Fossil, Inc products */
1569product FOSSIL WRISTPDA		0x0002	Wrist PDA
1570
1571/* Foxconn products */
1572product FOXCONN TCOM_TC_300	0xe000	T-Com TC 300
1573product FOXCONN PIRELLI_DP_L10	0xe003	Pirelli DP-L10
1574
1575/* Freecom products */
1576product FREECOM DVD		0xfc01	DVD drive
1577product FREECOM HDD		0xfc05	Classic SL Hard Drive
1578
1579/* Fujitsu Siemens Computers products */
1580product FSC E5400		0x1009	PrismGT USB 2.0 WLAN
1581
1582/* Future Technology Devices products */
1583product FTDI SERIAL_8U100AX	0x8372	8U100AX Serial
1584product FTDI SERIAL_8U232AM	0x6001	8U232AM Serial
1585product FTDI SERIAL_8U232AM4	0x6004	8U232AM Serial
1586product FTDI SERIAL_2232C	0x6010	FT2232C Dual port Serial
1587product FTDI SERIAL_2232D	0x9e90	FT2232D Dual port Serial
1588product FTDI SERIAL_4232H	0x6011	FT4232H Quad port Serial
1589/* Gude Analog- und Digitalsysteme products also uses FTDI's id: */
1590product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi
1591product FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru
1592product FTDI TACTRIX_OPENPORT_13U 0xcc4a OpenPort 1.3 Universal
1593product FTDI GAMMASCOUT		0xd678	Gamma-Scout
1594product FTDI KBS		0xe6c8	Pyramid KBS USB LCD
1595product FTDI EISCOU		0xe888	Expert ISDN Control USB
1596product FTDI UOPTBR		0xe889	USB-RS232 OptoBridge
1597product FTDI EMCU2D		0xe88a	Expert mouseCLOCK USB II
1598product FTDI PCMSFU		0xe88b	Precision Clock MSF USB
1599product FTDI EMCU2H		0xe88c	Expert mouseCLOCK USB II HBG
1600product FTDI MAXSTREAM		0xee18	Maxstream PKG-U
1601product FTDI USB_UIRT		0xf850	USB-UIRT
1602product FTDI USBSERIAL		0xfa00	Matrix Orbital USB Serial
1603product FTDI MX2_3		0xfa01	Matrix Orbital MX2 or MX3
1604product FTDI MX4_5		0xfa02	Matrix Orbital MX4 or MX5
1605product FTDI LK202		0xfa03	Matrix Orbital VK/LK202 Family
1606product FTDI LK204		0xfa04	Matrix Orbital VK/LK204 Family
1607product FTDI CFA_632		0xfc08	Crystalfontz CFA-632 USB LCD
1608product FTDI CFA_634		0xfc09	Crystalfontz CFA-634 USB LCD
1609product FTDI CFA_633		0xfc0b	Crystalfontz CFA-633 USB LCD
1610product FTDI CFA_631		0xfc0c	Crystalfontz CFA-631 USB LCD
1611product FTDI CFA_635		0xfc0d	Crystalfontz CFA-635 USB LCD
1612product FTDI SEMC_DSS20		0xfc82	SEMC DSS-20 SyncStation
1613/* Commerzielle und Technische Informationssysteme GmbH products */
1614product FTDI CTI_USB_NANO_485	0xf60b	CTI USB-Nano 485
1615product FTDI CTI_USB_MINI_485	0xf608	CTI USB-Mini 485
1616
1617/* Fuji photo products */
1618product FUJIPHOTO MASS0100	0x0100	Mass Storage
1619
1620/* Fujitsu protducts */
1621product FUJITSU AH_F401U	0x105b	AH-F401U Air H device
1622
1623/* Fujitsu-Siemens protducts */
1624product FUJITSUSIEMENS SCR	0x0009	Fujitsu-Siemens SCR USB Reader
1625
1626/* Garmin products */
1627product GARMIN IQUE_3600	0x0004	iQue 3600
1628
1629/* Gemalto products */
1630product GEMALTO PROXPU		0x5501	Prox-PU/CU
1631
1632/* General Instruments (Motorola) products */
1633product GENERALINSTMNTS SB5100	0x5100	SURFboard SB5100 Cable modem
1634
1635/* Genesys Logic products */
1636product GENESYS GL620USB	0x0501	GL620USB Host-Host interface
1637product GENESYS GL650		0x0604	GL650 HUB
1638product GENESYS GL606		0x0606	USB 2.0 HUB
1639product GENESYS GL641USB	0x0700	GL641USB CompactFlash Card Reader
1640product GENESYS GL641USB2IDE_2	0x0701	GL641USB USB-IDE Bridge No 2
1641product GENESYS GL641USB2IDE	0x0702	GL641USB USB-IDE Bridge
1642product GENESYS GL641USB_2	0x0760	GL641USB 6-in-1 Card Reader
1643
1644/* GIGABYTE products */
1645product GIGABYTE GN54G		0x8001	GN-54G
1646product GIGABYTE GNBR402W	0x8002	GN-BR402W
1647product GIGABYTE GNWLBM101	0x8003	GN-WLBM101
1648product GIGABYTE GNWBKG		0x8007	GN-WBKG
1649product GIGABYTE GNWB01GS	0x8008	GN-WB01GS
1650product GIGABYTE GNWI05GS	0x800a	GN-WI05GS
1651
1652/* Gigaset products */
1653product GIGASET WLAN		0x0701	WLAN
1654product GIGASET SMCWUSBTG	0x0710	SMCWUSBT-G
1655product GIGASET SMCWUSBTG_NF	0x0711	SMCWUSBT-G (no firmware)
1656product GIGASET AR5523		0x0712	AR5523
1657product GIGASET AR5523_NF	0x0713	AR5523 (no firmware)
1658product GIGASET RT2573		0x0722	RT2573
1659product GIGASET RT3070_1	0x0740	RT3070
1660product GIGASET RT3070_2	0x0744	RT3070
1661product GIGABYTE RT2870_1	0x800b	RT2870
1662product GIGABYTE GNWB31N	0x800c	GN-WB31N
1663product GIGABYTE GNWB32L	0x800d	GN-WB32L
1664
1665/* Global Sun Technology product */
1666product GLOBALSUN AR5523_1	0x7801	AR5523
1667product GLOBALSUN AR5523_1_NF	0x7802	AR5523 (no firmware)
1668product GLOBALSUN AR5523_2	0x7811	AR5523
1669product GLOBALSUN AR5523_2_NF	0x7812	AR5523 (no firmware)
1670
1671/* Globespan products */
1672product GLOBESPAN PRISM_GT_1	0x2000	PrismGT USB 2.0 WLAN
1673product GLOBESPAN PRISM_GT_2	0x2002	PrismGT USB 2.0 WLAN
1674
1675/* G.Mate, Inc products */
1676product GMATE YP3X00		0x1001	YP3X00 PDA
1677
1678/* GoHubs products */
1679product GOHUBS GOCOM232		0x1001	GoCOM232 Serial
1680
1681/* Good Way Technology products */
1682product GOODWAY GWUSB2E		0x6200	GWUSB2E
1683product GOODWAY RT2573		0xc019	RT2573
1684
1685/* Google products */
1686product GOOGLE NEXUSONE		0x4e11	Nexus One
1687
1688/* Gravis products */
1689product GRAVIS GAMEPADPRO	0x4001	GamePad Pro
1690
1691/* GREENHOUSE products */
1692product GREENHOUSE KANA21	0x0001	CF-writer with MP3
1693
1694/* Griffin Technology */
1695product GRIFFIN IMATE		0x0405	iMate, ADB Adapter
1696
1697/* Guillemot Corporation */
1698product GUILLEMOT DALEADER	0xa300	DA Leader
1699product GUILLEMOT HWGUSB254	0xe000	HWGUSB2-54 WLAN
1700product GUILLEMOT HWGUSB254LB	0xe010	HWGUSB2-54-LB
1701product GUILLEMOT HWGUSB254V2AP	0xe020	HWGUSB2-54V2-AP
1702product GUILLEMOT HWNU300	0xe030	HWNU-300
1703
1704/* Hagiwara products */
1705product HAGIWARA FGSM		0x0002	FlashGate SmartMedia Card Reader
1706product HAGIWARA FGCF		0x0003	FlashGate CompactFlash Card Reader
1707product HAGIWARA FG		0x0005	FlashGate
1708
1709/* HAL Corporation products */
1710product HAL IMR001		0x0011	Crossam2+USB IR commander
1711
1712/* Handspring, Inc. */
1713product HANDSPRING VISOR	0x0100	Handspring Visor
1714product HANDSPRING TREO		0x0200	Handspring Treo
1715product HANDSPRING TREO600	0x0300	Handspring Treo 600
1716
1717/* Hauppauge Computer Works */
1718product HAUPPAUGE WINTV_USB_FM	0x4d12	WinTV USB FM
1719product HAUPPAUGE2 NOVAT500	0x9580	NovaT 500Stick
1720
1721/* Hawking Technologies products */
1722product HAWKING RT2870_1	0x0001	RT2870
1723product HAWKING RT2870_2	0x0003	RT2870
1724product HAWKING HWUN2		0x0009	HWUN2
1725product HAWKING RT3070		0x000b	RT3070
1726product HAWKING UF100		0x400c	10/100 USB Ethernet
1727
1728/* HID Global GmbH products */
1729product HIDGLOBAL CM2020	0x0596	Omnikey Cardman 2020
1730product HIDGLOBAL CM6020	0x1784	Omnikey Cardman 6020
1731
1732/* Hitachi, Ltd. products */
1733product HITACHI DVDCAM_DZ_MV100A	0x0004	DVD-CAM DZ-MV100A Camcorder
1734product HITACHI DVDCAM_USB	0x001e	DVDCAM USB HS Interface
1735
1736/* HP products */
1737product HP 895C			0x0004	DeskJet 895C
1738product HP 4100C		0x0101	Scanjet 4100C
1739product HP S20			0x0102	Photosmart S20
1740product HP 880C			0x0104	DeskJet 880C
1741product HP 4200C		0x0105	ScanJet 4200C
1742product HP CDWRITERPLUS		0x0107	CD-Writer Plus
1743product HP KBDHUB		0x010c	Multimedia Keyboard Hub
1744product HP G55XI		0x0111	OfficeJet G55xi
1745product HP HN210W		0x011c	HN210W 802.11b WLAN
1746product HP 49GPLUS		0x0121	49g+ graphing calculator
1747product HP 6200C		0x0201	ScanJet 6200C
1748product HP S20b			0x0202	PhotoSmart S20
1749product HP 815C			0x0204	DeskJet 815C
1750product HP 3300C		0x0205	ScanJet 3300C
1751product HP CDW8200		0x0207	CD-Writer Plus 8200e
1752product HP MMKEYB		0x020c	Multimedia keyboard
1753product HP 1220C		0x0212	DeskJet 1220C
1754product HP 810C			0x0304	DeskJet 810C/812C
1755product HP 4300C		0x0305	Scanjet 4300C
1756product HP CDW4E		0x0307	CD-Writer+ CD-4e
1757product HP G85XI		0x0311	OfficeJet G85xi
1758product HP 1200			0x0317	LaserJet 1200
1759product HP 5200C		0x0401	Scanjet 5200C
1760product HP 830C			0x0404	DeskJet 830C
1761product HP 3400CSE		0x0405	ScanJet 3400cse
1762product HP 6300C		0x0601	Scanjet 6300C
1763product HP 840C			0x0604	DeskJet 840c
1764product HP 2200C		0x0605	ScanJet 2200C
1765product HP 5300C		0x0701	Scanjet 5300C
1766product HP 4400C		0x0705	Scanjet 4400C
1767product	HP 4470C		0x0805	Scanjet 4470C
1768product HP 82x0C		0x0b01	Scanjet 82x0C
1769product HP 2300D 		0x0b17	Laserjet 2300d
1770product HP 970CSE		0x1004	Deskjet 970Cse
1771product HP 5400C		0x1005	Scanjet 5400C
1772product HP 2215			0x1016	iPAQ 22xx/Jornada 548
1773product HP 568J			0x1116	Jornada 568
1774product HP 930C			0x1204	DeskJet 930c
1775product HP P2000U		0x1801	Inkjet P-2000U
1776product HP HS2300		0x1e1d  HS2300 HSDPA (aka MC8775)
1777product HP 640C			0x2004	DeskJet 640c
1778product HP 4670V		0x3005	ScanJet 4670v
1779product HP P1100		0x3102	Photosmart P1100
1780product HP LD220		0x3524	LD220 POS Display
1781product HP OJ4215		0x3d11	OfficeJet 4215
1782product HP HN210E		0x811c	Ethernet HN210E
1783product HP2 C500		0x6002	PhotoSmart C500
1784product HP EV2200		0x1b1d  ev2200 HSDPA (aka MC5720)
1785product HP HS2300		0x1e1d  hs2300 HSDPA (aka MC8775)
1786
1787/* HTC products */
1788product HTC WINMOBILE		0x00ce	HTC USB Sync
1789product HTC PPC6700MODEM	0x00cf	PPC6700 Modem
1790product HTC SMARTPHONE		0x0a51	SmartPhone USB Sync
1791product HTC WIZARD		0x0bce	HTC Wizard USB Sync
1792product HTC LEGENDSYNC		0x0c97	HTC Legend USB Sync
1793product HTC LEGEND		0x0ff9	HTC Legend
1794product HTC LEGENDINTERNET	0x0ffe	HTC Legend Internet Sharing
1795
1796/* HUAWEI products */
1797product HUAWEI MOBILE		0x1001	Huawei Mobile
1798product HUAWEI E220		0x1003	HSDPA modem
1799product HUAWEI E220BIS		0x1004	HSDPA modem
1800product HUAWEI E1401		0x1401	3G modem
1801product HUAWEI E1402		0x1402	3G modem
1802product HUAWEI E1403		0x1403	3G modem
1803product HUAWEI E1404		0x1404	3G modem
1804product HUAWEI E1405		0x1405	3G modem
1805product HUAWEI E1406		0x1406	3G modem
1806product HUAWEI E1407		0x1407	3G modem
1807product HUAWEI E1408		0x1408	3G modem
1808product HUAWEI E1409		0x1409	3G modem
1809product HUAWEI E140A		0x140a	3G modem
1810product HUAWEI E140B		0x140b	3G modem
1811product HUAWEI E180V		0x140c	E180V
1812product HUAWEI E140D		0x140d	3G modem
1813product HUAWEI E140E		0x140e	3G modem
1814product HUAWEI E140F		0x140f	3G modem
1815product HUAWEI E1410		0x1410	3G modem
1816product HUAWEI E1411		0x1411	3G modem
1817product HUAWEI E1412		0x1412	3G modem
1818product HUAWEI E1413		0x1413	3G modem
1819product HUAWEI E1414		0x1414	3G modem
1820product HUAWEI E1415		0x1415	3G modem
1821product HUAWEI E1416		0x1416	3G modem
1822product HUAWEI E1417		0x1417	3G modem
1823product HUAWEI E1418		0x1418	3G modem
1824product HUAWEI E1419		0x1419	3G modem
1825product HUAWEI E141A		0x141a	3G modem
1826product HUAWEI E141B		0x141b	3G modem
1827product HUAWEI E141C		0x141c	3G modem
1828product HUAWEI E141D		0x141d	3G modem
1829product HUAWEI E141E		0x141e	3G modem
1830product HUAWEI E141F		0x141f	3G modem
1831product HUAWEI E1420		0x1420	3G modem
1832product HUAWEI E1421		0x1421	3G modem
1833product HUAWEI E1422		0x1422	3G modem
1834product HUAWEI E1423		0x1423	3G modem
1835product HUAWEI E1424		0x1424	3G modem
1836product HUAWEI E1425		0x1425	3G modem
1837product HUAWEI E1426		0x1426	3G modem
1838product HUAWEI E1427		0x1427	3G modem
1839product HUAWEI E1428		0x1428	3G modem
1840product HUAWEI E1429		0x1429	3G modem
1841product HUAWEI E142A		0x142a	3G modem
1842product HUAWEI E142B		0x142b	3G modem
1843product HUAWEI E142C		0x142c	3G modem
1844product HUAWEI E142D		0x142d	3G modem
1845product HUAWEI E142E		0x142e	3G modem
1846product HUAWEI E142F		0x142f	3G modem
1847product HUAWEI E1430		0x1430	3G modem
1848product HUAWEI E1431		0x1431	3G modem
1849product HUAWEI E1432		0x1432	3G modem
1850product HUAWEI E1433		0x1433	3G modem
1851product HUAWEI E1434		0x1434	3G modem
1852product HUAWEI E1435		0x1435	3G modem
1853product HUAWEI E1436		0x1436	3G modem
1854product HUAWEI E1437		0x1437	3G modem
1855product HUAWEI E1438		0x1438	3G modem
1856product HUAWEI E1439		0x1439	3G modem
1857product HUAWEI E143A		0x143a	3G modem
1858product HUAWEI E143B		0x143b	3G modem
1859product HUAWEI E143C		0x143c	3G modem
1860product HUAWEI E143D		0x143d	3G modem
1861product HUAWEI E143E		0x143e	3G modem
1862product HUAWEI E143F		0x143f	3G modem
1863product HUAWEI E1752		0x1446	3G modem
1864product HUAWEI K3765		0x1465	3G modem
1865product HUAWEI E1820		0x14ac	E1820 HSPA+ USB Slider
1866product HUAWEI K3765_INIT	0x1520	K3765 Initial
1867
1868/* HUAWEI 3com products */
1869product HUAWEI3COM WUB320G	0x0009	Aolynk WUB320g
1870
1871/* IBM Corporation */
1872product IBM USBCDROMDRIVE	0x4427	USB CD-ROM Drive
1873
1874/* Imagination Technologies products */
1875product IMAGINATION DBX1	0x2107	DBX1 DSP core
1876
1877/* Inside Out Networks products */
1878product INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 serial ports
1879
1880/* In-System products */
1881product INSYSTEM F5U002		0x0002	Parallel printer
1882product INSYSTEM ATAPI		0x0031	ATAPI Adapter
1883product INSYSTEM ISD110		0x0200	IDE Adapter ISD110
1884product INSYSTEM ISD105		0x0202	IDE Adapter ISD105
1885product INSYSTEM USBCABLE	0x081a	USB cable
1886product INSYSTEM STORAGE_V2	0x5701	USB Storage Adapter V2
1887
1888/* Intel products */
1889product INTEL EASYPC_CAMERA	0x0110	Easy PC Camera
1890product INTEL TESTBOARD		0x9890	82930 test board
1891product INTEL2 IRMH        	0x0020	Integrated Rate Matching Hub
1892
1893/* Intersil products */
1894product INTERSIL PRISM_GT	0x1000	PrismGT USB 2.0 WLAN
1895product INTERSIL PRISM_2X	0x3642	Prism2.x or Atmel WLAN
1896
1897/* Interpid Control Systems products */
1898product INTREPIDCS VALUECAN	0x0601	ValueCAN CAN bus interface
1899product INTREPIDCS NEOVI	0x0701	NeoVI Blue vehicle bus interface
1900
1901/* I/O DATA products */
1902product IODATA IU_CD2		0x0204	DVD Multi-plus unit iU-CD2
1903product IODATA DVR_UEH8		0x0206	DVD Multi-plus unit DVR-UEH8
1904product IODATA USBSSMRW		0x0314	USB-SSMRW SD-card
1905product IODATA USBSDRW		0x031e	USB-SDRW SD-card
1906product IODATA USBETT		0x0901	USB ETT
1907product IODATA USBETTX		0x0904	USB ETTX
1908product IODATA USBETTXS		0x0913	USB ETTX
1909product IODATA USBWNB11A	0x0919	USB WN-B11
1910product IODATA USBWNB11		0x0922	USB Airport WN-B11
1911product IODATA ETGUS2		0x0930	ETG-US2
1912product IODATA RT3072_1		0x0944	RT3072
1913product IODATA RT3072_2		0x0945	RT3072
1914product IODATA RT3072_3		0x0947	RT3072
1915product IODATA RT3072_4		0x0948	RT3072
1916product IODATA USBRSAQ		0x0a03	Serial USB-RSAQ1
1917product IODATA USBRSAQ5		0x0a0e  Serial USB-RSAQ5
1918product IODATA2 USB2SC		0x0a09	USB2.0-SCSI Bridge USB2-SC
1919
1920/* Iomega products */
1921product IOMEGA ZIP100		0x0001	Zip 100
1922product IOMEGA ZIP250		0x0030	Zip 250
1923
1924/* Integrated System Solution Corp. products */
1925product ISSC ISSCBTA		0x1001	Bluetooth USB Adapter
1926
1927/* iTegno products */
1928product ITEGNO WM1080A		0x1080	WM1080A GSM/GPRS modem
1929product ITEGNO WM2080A		0x2080	WM2080A CDMA modem
1930
1931/* Ituner networks products */
1932product ITUNERNET USBLCD2X20	0x0002	USB-LCD 2x20
1933product ITUNERNET USBLCD4X20	0xc001	USB-LCD 4x20
1934
1935/* Jablotron products */
1936product JABLOTRON PC60B		0x0001	PC-60B
1937
1938/* Jaton products */
1939product JATON EDA		0x5704	Ethernet
1940
1941/* JMicron products */
1942product JMICRON JM20336		0x2336	USB to SATA Bridge
1943product JMICRON JM20337		0x2338	USB to ATA/ATAPI Bridge
1944
1945/* JVC products */
1946product JVC GR_DX95		0x000a	GR-DX95
1947product JVC MP_PRX1		0x3008	MP-PRX1 Ethernet
1948
1949/* JRC products */
1950product JRC AH_J3001V_J3002V	0x0001	AirH PHONE AH-J3001V/J3002V
1951
1952/* Kawatsu products */
1953product KAWATSU MH4000P		0x0003	MiniHub 4000P
1954
1955/* Keisokugiken Corp. products */
1956product KEISOKUGIKEN USBDAQ	0x0068	HKS-0200 USBDAQ
1957
1958/* Kensington products */
1959product KENSINGTON ORBIT	0x1003	Orbit USB/PS2 trackball
1960product KENSINGTON TURBOBALL	0x1005	TurboBall
1961
1962/* Keyspan products */
1963product KEYSPAN USA28_NF	0x0101	USA-28 serial Adapter (no firmware)
1964product KEYSPAN USA28X_NF	0x0102	USA-28X serial Adapter (no firmware)
1965product KEYSPAN USA19_NF	0x0103	USA-19 serial Adapter (no firmware)
1966product KEYSPAN USA18_NF	0x0104	USA-18 serial Adapter (no firmware)
1967product KEYSPAN USA18X_NF	0x0105	USA-18X serial Adapter (no firmware)
1968product KEYSPAN USA19W_NF	0x0106	USA-19W serial Adapter (no firmware)
1969product KEYSPAN USA19		0x0107	USA-19 serial Adapter
1970product KEYSPAN USA19W		0x0108	USA-19W serial Adapter
1971product KEYSPAN USA49W_NF	0x0109	USA-49W serial Adapter (no firmware)
1972product KEYSPAN USA49W		0x010a	USA-49W serial Adapter
1973product KEYSPAN USA19QI_NF	0x010b	USA-19QI serial Adapter (no firmware)
1974product KEYSPAN USA19QI		0x010c	USA-19QI serial Adapter
1975product KEYSPAN USA19Q_NF	0x010d	USA-19Q serial Adapter (no firmware)
1976product KEYSPAN USA19Q		0x010e	USA-19Q serial Adapter
1977product KEYSPAN USA28		0x010f	USA-28 serial Adapter
1978product KEYSPAN USA28XXB	0x0110	USA-28X/XB serial Adapter
1979product KEYSPAN USA18		0x0111	USA-18 serial Adapter
1980product KEYSPAN USA18X		0x0112	USA-18X serial Adapter
1981product KEYSPAN USA28XB_NF	0x0113	USA-28XB serial Adapter (no firmware)
1982product KEYSPAN USA28XA_NF	0x0114	USA-28XB serial Adapter (no firmware)
1983product KEYSPAN USA28XA		0x0115	USA-28XA serial Adapter
1984product KEYSPAN USA18XA_NF	0x0116	USA-18XA serial Adapter (no firmware)
1985product KEYSPAN USA18XA		0x0117	USA-18XA serial Adapter
1986product KEYSPAN USA19QW_NF	0x0118	USA-19WQ serial Adapter (no firmware)
1987product KEYSPAN USA19QW		0x0119	USA-19WQ serial Adapter
1988product KEYSPAN USA19HA		0x0121	USA-19HS serial Adapter
1989product KEYSPAN UIA10		0x0201	UIA-10 remote control
1990product KEYSPAN UIA11		0x0202	UIA-11 remote control
1991
1992/* Kingston products */
1993product KINGSTON XX1		0x0008	Ethernet
1994product KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
1995
1996/* Kawasaki products */
1997product KLSI DUH3E10BT		0x0008	USB Ethernet
1998product KLSI DUH3E10BTN		0x0009	USB Ethernet
1999
2000/* Kodak products */
2001product KODAK DC220		0x0100	Digital Science DC220
2002product KODAK DC260		0x0110	Digital Science DC260
2003product KODAK DC265		0x0111	Digital Science DC265
2004product KODAK DC290		0x0112	Digital Science DC290
2005product KODAK DC240		0x0120	Digital Science DC240
2006product KODAK DC280		0x0130	Digital Science DC280
2007
2008/* Konica Corp. Products */
2009product KONICA CAMERA		0x0720	Digital Color Camera
2010
2011/* KYE products */
2012product KYE NICHE		0x0001	Niche mouse
2013product KYE NETSCROLL		0x0003	Genius NetScroll mouse
2014product KYE FLIGHT2000		0x1004	Flight 2000 joystick
2015product KYE VIVIDPRO		0x2001	ColorPage Vivid-Pro scanner
2016
2017/* Kyocera products */
2018product KYOCERA FINECAM_S3X	0x0100	Finecam S3x
2019product KYOCERA FINECAM_S4	0x0101	Finecam S4
2020product KYOCERA FINECAM_S5	0x0103	Finecam S5
2021product KYOCERA FINECAM_L3	0x0105	Finecam L3
2022product KYOCERA AHK3001V	0x0203	AH-K3001V
2023product KYOCERA2 CDMA_MSM_K	0x17da	Qualcomm Kyocera CDMA Technologies MSM
2024product KYOCERA2 KPC680		0x180a	Qualcomm Kyocera CDMA Technologies MSM
2025
2026/* LaCie products */
2027product LACIE HD		0xa601	Hard Disk
2028product LACIE CDRW		0xa602	CD R/W
2029
2030/* Leadtek products */
2031product LEADTEK 9531		0x2101	9531 GPS
2032
2033/* Lexar products */
2034product LEXAR JUMPSHOT		0x0001	jumpSHOT CompactFlash Reader
2035product LEXAR CF_READER		0xb002	USB CF Reader
2036
2037/* Lexmark products */
2038product LEXMARK S2450		0x0009	Optra S 2450
2039
2040/* Liebert products */
2041product LIEBERT POWERSURE_PXT	0xffff	PowerSure Personal XT
2042
2043/* Linksys products */
2044product LINKSYS MAUSB2		0x0105	Camedia MAUSB-2
2045product LINKSYS USB10TX1	0x200c	USB10TX
2046product LINKSYS USB10T		0x2202	USB10T Ethernet
2047product LINKSYS USB100TX	0x2203	USB100TX Ethernet
2048product LINKSYS USB100H1	0x2204	USB100H1 Ethernet/HPNA
2049product LINKSYS USB10TA		0x2206	USB10TA Ethernet
2050product LINKSYS USB10TX2	0x400b	USB10TX
2051product LINKSYS2 WUSB11		0x2219	WUSB11 Wireless Adapter
2052product LINKSYS2 USB200M	0x2226	USB 2.0 10/100 Ethernet
2053product LINKSYS3 WUSB11v28	0x2233	WUSB11 v2.8 Wireless Adapter
2054product LINKSYS4 USB1000	0x0039	USB1000
2055product LINKSYS4 WUSB100	0x0070	WUSB100
2056product LINKSYS4 WUSB600N	0x0071	WUSB600N
2057product LINKSYS4 WUSB54GCV2	0x0073	WUSB54GC v2
2058product LINKSYS4 WUSB54GCV3	0x0077	WUSB54GC v3
2059product LINKSYS4 RT3070		0x0078	RT3070
2060product LINKSYS4 WUSB600NV2	0x0079	WUSB600N v2
2061
2062/* Logitech products */
2063product LOGITECH M2452		0x0203	M2452 keyboard
2064product LOGITECH M4848		0x0301	M4848 mouse
2065product LOGITECH PAGESCAN	0x040f	PageScan
2066product LOGITECH QUICKCAMWEB	0x0801	QuickCam Web
2067product LOGITECH QUICKCAMPRO	0x0810	QuickCam Pro
2068product LOGITECH QUICKCAMEXP	0x0840	QuickCam Express
2069product LOGITECH QUICKCAM	0x0850	QuickCam
2070product LOGITECH QUICKCAMPRO3	0x0990	QuickCam Pro 9000
2071product LOGITECH N43		0xc000	N43
2072product LOGITECH N48		0xc001	N48 mouse
2073product LOGITECH MBA47		0xc002	M-BA47 mouse
2074product LOGITECH WMMOUSE	0xc004	WingMan Gaming Mouse
2075product LOGITECH BD58		0xc00c	BD58 mouse
2076product LOGITECH UN58A		0xc030	iFeel Mouse
2077product LOGITECH UN53B		0xc032	iFeel MouseMan
2078product LOGITECH WMPAD		0xc208	WingMan GamePad Extreme
2079product LOGITECH WMRPAD		0xc20a	WingMan RumblePad
2080product LOGITECH WMJOY		0xc281	WingMan Force joystick
2081product LOGITECH BB13		0xc401	USB-PS/2 Trackball
2082product LOGITECH RK53		0xc501	Cordless mouse
2083product LOGITECH RB6		0xc503	Cordless keyboard
2084product LOGITECH MX700		0xc506	Cordless optical mouse
2085product LOGITECH QUICKCAMPRO2	0xd001	QuickCam Pro
2086
2087/* Logitec Corp. products */
2088product LOGITEC LDR_H443SU2	0x0033	DVD Multi-plus unit LDR-H443SU2
2089product LOGITEC LDR_H443U2	0x00b3	DVD Multi-plus unit LDR-H443U2
2090product LOGITEC LAN_GTJU2A	0x0160	LAN-GTJ/U2A Ethernet
2091product LOGITEC RT2870_1	0x0162	RT2870
2092product LOGITEC RT2870_2	0x0163	RT2870
2093product LOGITEC RT2870_3	0x0164	RT2870
2094
2095/* Longcheer Holdings, Ltd. products */
2096product LONGCHEER WM66		0x6061	Longcheer WM66 HSDPA
2097product LONGCHEER W14		0x9603	Mobilcom W14
2098product LONGCHEER DISK		0xf000	Driver disk
2099
2100
2101/* Lucent products */
2102product LUCENT EVALKIT		0x1001	USS-720 evaluation kit
2103
2104/* Luwen products */
2105product LUWEN EASYDISK		0x0005	EasyDisc
2106
2107/* Macally products */
2108product MACALLY MOUSE1		0x0101	mouse
2109
2110/* Marvell Technology Group, Ltd. products */
2111product MARVELL SHEEVAPLUG	0x9e8f	SheevaPlug serial interface
2112  
2113/* Matrix Orbital products */
2114product MATRIXORBITAL MOUA	0x0153	Martrix Orbital MOU-Axxxx LCD displays
2115
2116/* MCT Corp. */
2117product MCT HUB0100		0x0100	Hub
2118product MCT DU_H3SP_USB232	0x0200	D-Link DU-H3SP USB BAY Hub
2119product MCT USB232		0x0210	USB-232 Interface
2120product MCT SITECOM_USB232	0x0230	Sitecom USB-232 Products
2121
2122/* Meizu Electronics */
2123product MEIZU M6_SL		0x0140	MiniPlayer M6 (SL)
2124
2125/* Melco, Inc products */
2126product MELCO LUATX1		0x0001	LUA-TX Ethernet
2127product MELCO LUATX5		0x0005	LUA-TX Ethernet
2128product MELCO LUA2TX5		0x0009	LUA2-TX Ethernet
2129product MELCO LUAKTX		0x0012	LUA-KTX Ethernet
2130product MELCO DUBPXXG		0x001c	DUB-PxxG
2131product MELCO LUAU2KTX		0x003d	LUA-U2-KTX Ethernet
2132product MELCO KG54YB		0x005e	WLI-U2-KG54-YB WLAN
2133product MELCO KG54		0x0066	WLI-U2-KG54 WLAN
2134product MELCO KG54AI		0x0067	WLI-U2-KG54-AI WLAN
2135product MELCO LUA3U2AGT		0x006e	LUA3-U2-AGT
2136product MELCO NINWIFI		0x008b	Nintendo Wi-Fi
2137product MELCO PCOPRS1		0x00b3	PC-OP-RS1 RemoteStation
2138product MELCO SG54HP		0x00d8	WLI-U2-SG54HP
2139product MELCO G54HP		0x00d9	WLI-U2-G54HP
2140product MELCO KG54L		0x00da	WLI-U2-KG54L
2141product MELCO WLIUCG300N	0x00e8	WLI-UC-G300N
2142product MELCO SG54HG		0x00f4	WLI-U2-SG54HG
2143product MELCO WLRUCG		0x0116	WLR-UC-G
2144product MELCO WLRUCGAOSS	0x0119	WLR-UC-G-AOSS
2145product MELCO WLIUCAG300N	0x012e	WLI-UC-AG300N
2146product MELCO WLIUCG		0x0137	WLI-UC-G
2147product MELCO RT2870_1		0x0148	RT2870
2148product MELCO RT2870_2		0x0150	RT2870
2149product MELCO WLIUCGN		0x015d	WLI-UC-GN
2150
2151/* Merlin products */
2152product MERLIN V620             0x1110  Merlin V620
2153
2154/* MetaGeek products */
2155product METAGEEK WISPY1B	0x083e	MetaGeek Wi-Spy
2156product METAGEEK WISPY24X	0x083f	MetaGeek Wi-Spy 2.4x
2157product METAGEEK2 WISPYDBX	0x5000	MetaGeek Wi-Spy DBx
2158
2159/* Metricom products */
2160product METRICOM RICOCHET_GS	0x0001	Ricochet GS
2161
2162/* MGE UPS Systems */
2163product MGE UPS1		0x0001	MGE UPS SYSTEMS PROTECTIONCENTER 1
2164product MGE UPS2		0xffff	MGE UPS SYSTEMS PROTECTIONCENTER 2
2165
2166/* MEI products */
2167product MEI CASHFLOW_SC		0x1100	Cashflow-SC Cash Acceptor
2168product MEI S2000		0x1101	Seies 2000 Combo Acceptor
2169
2170/* Micro Star International products */
2171product MSI BT_DONGLE		0x1967	Bluetooth USB dongle
2172product MSI RT3070_1		0x3820	RT3070
2173product MSI RT3070_2		0x3821	RT3070
2174product MSI RT3070_8		0x3822	RT3070
2175product MSI RT3070_3		0x3870	RT3070
2176product MSI RT3070_9		0x3871	RT3070
2177product MSI UB11B		0x6823	UB11B
2178product MSI RT2570		0x6861	RT2570
2179product MSI RT2570_2		0x6865	RT2570
2180product MSI RT2570_3		0x6869	RT2570
2181product MSI RT2573_1		0x6874	RT2573
2182product MSI RT2573_2		0x6877	RT2573
2183product MSI RT3070_4		0x6899	RT3070
2184product MSI RT3070_5		0x821a	RT3070
2185product MSI RT3070_10		0x822a	RT3070
2186product MSI RT3070_6		0x870a	RT3070
2187product MSI RT3070_11		0x871a	RT3070
2188product MSI RT3070_7		0x899a	RT3070
2189product MSI RT2573_3		0xa861	RT2573
2190product MSI RT2573_4		0xa874	RT2573
2191
2192/* Microsoft products */
2193product MICROSOFT SIDEPREC	0x0008	SideWinder Precision Pro
2194product MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
2195product MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
2196product MICROSOFT DDS80		0x0014	Digital Sound System 80
2197product MICROSOFT SIDEWINDER	0x001a	Sidewinder Precision Racing Wheel
2198product MICROSOFT INETPRO	0x001c	Internet Keyboard Pro
2199product MICROSOFT TBEXPLORER	0x0024	Trackball Explorer
2200product MICROSOFT INTELLIEYE	0x0025	IntelliEye mouse
2201product MICROSOFT INETPRO2	0x002b	Internet Keyboard Pro
2202product MICROSOFT INTELLIMOUSE5	0x0039	IntelliMouse 1.1 5-Button Mouse
2203product MICROSOFT WHEELMOUSE	0x0040	Wheel Mouse Optical
2204product MICROSOFT MN510		0x006e	MN510 Wireless
2205product MICROSOFT 700WX		0x0079	Palm 700WX
2206product MICROSOFT MN110		0x007a	10/100 USB NIC
2207product MICROSOFT WLINTELLIMOUSE 0x008c	Wireless Optical IntelliMouse
2208product MICROSOFT WLNOTEBOOK	0x00b9	Wireless Optical Mouse (Model 1023)
2209product MICROSOFT COMFORT3000	0x00d1	Comfort Optical Mouse 3000 (Model 1043)
2210product MICROSOFT WLNOTEBOOK3	0x00d2	Wireless Optical Mouse 3000 (Model 1049)
2211product MICROSOFT NATURAL4000	0x00db	Natural Ergonomic Keyboard 4000
2212product MICROSOFT WLNOTEBOOK2	0x00e1	Wireless Optical Mouse 3000 (Model 1056)
2213product MICROSOFT XBOX360	0x0292	XBOX 360 WLAN
2214
2215/* Microtech products */
2216product MICROTECH SCSIDB25	0x0004	USB-SCSI-DB25
2217product MICROTECH SCSIHD50	0x0005	USB-SCSI-HD50
2218product MICROTECH DPCM		0x0006	USB CameraMate
2219product MICROTECH FREECOM	0xfc01	Freecom USB-IDE
2220
2221/* Microtek products */
2222product MICROTEK 336CX		0x0094	Phantom 336CX - C3 scanner
2223product MICROTEK X6U		0x0099	ScanMaker X6 - X6U
2224product MICROTEK C6		0x009a	Phantom C6 scanner
2225product MICROTEK 336CX2		0x00a0	Phantom 336CX - C3 scanner
2226product MICROTEK V6USL		0x00a3	ScanMaker V6USL
2227product MICROTEK V6USL2		0x80a3	ScanMaker V6USL
2228product MICROTEK V6UL		0x80ac	ScanMaker V6UL
2229
2230/* Microtune, Inc. products */
2231product MICROTUNE BT_DONGLE	0x1000	Bluetooth USB dongle
2232
2233/* Midiman products */
2234product MIDIMAN MIDISPORT2X2	0x1001	Midisport 2x2
2235
2236/* MindsAtWork products */
2237product MINDSATWORK WALLET	0x0001	Digital Wallet
2238
2239/* Minolta Co., Ltd. */
2240product MINOLTA 2300		0x4001	Dimage 2300
2241product MINOLTA S304		0x4007	Dimage S304
2242product MINOLTA X		0x4009	Dimage X
2243product MINOLTA 5400		0x400e	Dimage 5400
2244product MINOLTA F300		0x4011	Dimage F300
2245product MINOLTA E223		0x4017	Dimage E223
2246
2247/* Mitsumi products */
2248product MITSUMI CDRRW		0x0000	CD-R/RW Drive
2249product MITSUMI BT_DONGLE	0x641f	Bluetooth USB dongle
2250product MITSUMI FDD		0x6901	USB FDD
2251
2252/* Mobile Action products */
2253product MOBILEACTION MA620	0x0620	MA-620 Infrared Adapter
2254
2255/* Mobility products */
2256product MOBILITY EA		0x0204	Ethernet
2257product MOBILITY EASIDOCK	0x0304	EasiDock Ethernet
2258
2259/* MosChip products */
2260product MOSCHIP MCS7703		0x7703	MCS7703 Serial Port Adapter
2261product MOSCHIP MCS7830		0x7830	MCS7830 Ethernet
2262
2263/* Motorola products */
2264product MOTOROLA MC141555	0x1555	MC141555 hub controller
2265product MOTOROLA SB4100		0x4100	SB4100 USB Cable Modem
2266product MOTOROLA2 T720C		0x2822	T720c
2267product MOTOROLA2 A41XV32X	0x2a22	A41x/V32x Mobile Phones
2268product MOTOROLA2 E398		0x4810	E398 Mobile Phone
2269product MOTOROLA2 USBLAN	0x600c	USBLAN
2270product MOTOROLA2 USBLAN2	0x6027	USBLAN
2271product MOTOROLA4 RT2770	0x9031	RT2770
2272product MOTOROLA4 RT3070	0x9032	RT3070
2273
2274/* MultiTech products */
2275product MULTITECH ATLAS		0xf101	MT5634ZBA-USB modem
2276
2277/* Mustek products */
2278product MUSTEK 1200CU		0x0001	1200 CU scanner
2279product MUSTEK 600CU		0x0002	600 CU scanner
2280product MUSTEK 1200USB		0x0003	1200 USB scanner
2281product MUSTEK 1200UB		0x0006	1200 UB scanner
2282product MUSTEK 1200USBPLUS	0x0007	1200 USB Plus scanner
2283product MUSTEK 1200CUPLUS	0x0008	1200 CU Plus scanner
2284product MUSTEK BEARPAW1200F	0x0010	BearPaw 1200F scanner
2285product MUSTEK BEARPAW2400TA	0x0218	BearPaw 2400TA scanner
2286product MUSTEK BEARPAW1200TA	0x021e	BearPaw 1200TA scanner
2287product MUSTEK 600USB		0x0873	600 USB scanner
2288product MUSTEK MDC800		0xa800	MDC-800 digital camera
2289
2290/* M-Systems products */
2291product MSYSTEMS DISKONKEY	0x0010	DiskOnKey
2292product MSYSTEMS DISKONKEY2	0x0011	DiskOnKey
2293
2294/* Myson products */
2295product MYSON HEDEN_8813	0x8813	USB-IDE
2296product MYSON HEDEN		0x8818	USB-IDE
2297product MYSON HUBREADER		0x8819	COMBO Card reader with USB HUB
2298product MYSON STARREADER	0x9920	USB flash card adapter
2299
2300/* National Semiconductor */
2301product NATIONAL BEARPAW1200	0x1000	BearPaw 1200
2302product NATIONAL BEARPAW2400	0x1001	BearPaw 2400
2303
2304/* NEC products */
2305product NEC HUB_0050		0x0050	USB 2.0 7-Port Hub
2306product NEC HUB_005A		0x005a	USB 2.0 4-Port Hub
2307product NEC HUB			0x55aa	hub
2308product NEC HUB_B		0x55ab	hub
2309
2310/* NEODIO products */
2311product NEODIO ND3260		0x3260	8-in-1 Multi-format Flash Controller
2312product NEODIO ND5010		0x5010	Multi-format Flash Controller
2313
2314/* Neotel products */
2315product NEOTEL PRIME		0x4000	Prime USB modem
2316
2317/* Netac products */
2318product NETAC CF_CARD		0x1060	USB-CF-Card
2319product NETAC ONLYDISK		0x0003	OnlyDisk
2320
2321/* NetChip Technology Products */
2322product NETCHIP TURBOCONNECT	0x1080	Turbo-Connect
2323product NETCHIP CLIK_40		0xa140	USB Clik! 40
2324product NETCHIP ETHERNETGADGET	0xa4a2	Linux Ethernet/RNDIS gadget on pxa210/25x/26x
2325
2326/* Netgear products */
2327product NETGEAR EA101		0x1001	Ethernet
2328product NETGEAR EA101X		0x1002	Ethernet
2329product NETGEAR FA101		0x1020	Ethernet 10/100, USB1.1
2330product NETGEAR FA120		0x1040	USB 2.0 Ethernet
2331product NETGEAR WG111V2_2	0x4240	PrismGT USB 2.0 WLAN
2332product NETGEAR WG111V3		0x4260	WG111v3
2333product NETGEAR WG111U		0x4300	WG111U
2334product NETGEAR WG111U_NF	0x4301	WG111U (no firmware)
2335product NETGEAR WG111V2		0x6a00	WG111V2
2336product NETGEAR2 MA101		0x4100	MA101
2337product NETGEAR2 MA101B		0x4102	MA101 Rev B
2338product NETGEAR3 WG111T		0x4250	WG111T
2339product NETGEAR3 WG111T_NF	0x4251	WG111T (no firmware)
2340product NETGEAR3 WPN111		0x5f00	WPN111
2341product NETGEAR3 WPN111_NF	0x5f01	WPN111 (no firmware)
2342product NETGEAR3 WPN111_2	0x5f02	WPN111
2343
2344/* NetIndex products */
2345product NETINDEX WS002IN	0x2001	Willcom WS002IN
2346
2347/* NEWlink */
2348product NEWLINK USB2IDEBRIDGE	0x00ff	USB 2.0 Hard Drive Enclosure
2349
2350/* Nikon products */
2351product NIKON E990		0x0102	Digital Camera E990
2352product NIKON LS40		0x4000	CoolScan LS40 ED
2353product NIKON D300		0x041a  Digital Camera D300
2354
2355/* NovaTech Products */
2356product NOVATECH NV902		0x9020	NovaTech NV-902W
2357product NOVATECH RT2573		0x9021	RT2573
2358
2359/* Nokia products */
2360product NOKIA N958GB		0x0070	Nokia N95 8GBc
2361product NOKIA2 CA42		0x1234	CA-42 cable
2362
2363/* Novatel Wireless products */
2364product NOVATEL V640		0x1100	Merlin V620
2365product NOVATEL CDMA_MODEM	0x1110	Novatel Wireless Merlin CDMA
2366product NOVATEL V620		0x1110	Merlin V620
2367product NOVATEL V740		0x1120	Merlin V740
2368product NOVATEL V720		0x1130	Merlin V720
2369product NOVATEL U740		0x1400	Merlin U740
2370product NOVATEL U740_2		0x1410	Merlin U740
2371product NOVATEL U870		0x1420	Merlin U870
2372product NOVATEL XU870		0x1430	Merlin XU870
2373product NOVATEL X950D		0x1450	Merlin X950D
2374product NOVATEL ES620		0x2100	Expedite ES620
2375product NOVATEL E725		0x2120	Expedite E725
2376product NOVATEL ES620_2		0x2130	Expedite ES620
2377product NOVATEL ES620		0x2100	ES620 CDMA
2378product NOVATEL U720		0x2110	Merlin U720
2379product NOVATEL EU730		0x2400	Expedite EU730
2380product NOVATEL EU740		0x2410	Expedite EU740
2381product NOVATEL EU870D		0x2420	Expedite EU870D
2382product NOVATEL U727		0x4100	Merlin U727 CDMA
2383product NOVATEL MC950D		0x4400	Novatel MC950D HSUPA
2384product NOVATEL ZEROCD		0x5010	Novatel ZeroCD
2385product NOVATEL ZEROCD2		0x5030	Novatel ZeroCD
2386product NOVATEL U727_2		0x5100	Merlin U727 CDMA
2387product NOVATEL U760		0x6000	Novatel U760
2388product NOVATEL MC760		0x6002	Novatel MC760
2389product NOVATEL2 FLEXPACKGPS	0x0100	NovAtel FlexPack GPS receiver
2390
2391/* Merlin products */
2392product	MERLIN V620		0x1110	Merlin V620
2393
2394/* O2Micro products */
2395product O2MICRO OZ776_HUB	0x7761	OZ776 hub
2396product O2MICRO OZ776_CCID_SC	0x7772	OZ776 CCID SC Reader
2397
2398/* Olympus products */
2399product OLYMPUS C1		0x0102	C-1 Digital Camera
2400product OLYMPUS C700		0x0105	C-700 Ultra Zoom
2401
2402/* OmniVision Technologies, Inc. products */
2403product OMNIVISION OV511	0x0511	OV511 Camera
2404product OMNIVISION OV511PLUS	0xa511	OV511+ Camera
2405
2406/* OnSpec Electronic, Inc. */
2407product ONSPEC SDS_HOTFIND_D	0x0400	SDS-infrared.com Hotfind-D Infrared Camera
2408product ONSPEC MDCFE_B_CF_READER	0xa000	MDCFE-B USB CF Reader
2409product ONSPEC CFMS_RW		0xa001	SIIG/Datafab Memory Stick+CF Reader/Writer
2410product ONSPEC READER		0xa003	Datafab-based Reader
2411product ONSPEC CFSM_READER	0xa005	PNY/Datafab CF+SM Reader
2412product ONSPEC CFSM_READER2	0xa006	Simple Tech/Datafab CF+SM Reader
2413product ONSPEC MDSM_B_READER	0xa103	MDSM-B reader
2414product ONSPEC CFSM_COMBO	0xa109	USB to CF + SM Combo (LC1)
2415product ONSPEC UCF100		0xa400	FlashLink UCF-100 CompactFlash Reader
2416product ONSPEC2 IMAGEMATE_SDDR55	0xa103	ImageMate SDDR55
2417
2418/* Option products */
2419product OPTION VODAFONEMC3G	0x5000	Vodafone Mobile Connect 3G datacard
2420product OPTION GT3G		0x6000	GlobeTrotter 3G datacard
2421product OPTION GT3GQUAD		0x6300	GlobeTrotter 3G QUAD datacard
2422product OPTION GT3GPLUS		0x6600	GlobeTrotter 3G+ datacard
2423product OPTION GTICON322	0xd033	GlobeTrotter Icon322 storage
2424product OPTION GTMAX36		0x6701	GlobeTrotter Max 3.6 Modem
2425product OPTION GTHSDPA		0x6971	GlobeTrotter HSDPA
2426product OPTION GTMAXHSUPA	0x7001	GlobeTrotter HSUPA
2427product OPTION GTMAXHSUPAE	0x6901	GlobeTrotter HSUPA PCIe
2428product OPTION GTMAX380HSUPAE	0x7211	GlobeTrotter 380HSUPA PCIe
2429product OPTION GT3G_1		0x6050	3G modem
2430product OPTION GT3G_2		0x6100	3G modem
2431product OPTION GT3G_3		0x6150	3G modem
2432product OPTION GT3G_4		0x6200	3G modem
2433product OPTION GT3G_5		0x6250	3G modem
2434product OPTION GT3G_6		0x6350	3G modem
2435product OPTION E6500		0x6500	3G modem
2436product OPTION E6501		0x6501	3G modem
2437product OPTION E6601		0x6601	3G modem
2438product OPTION E6721		0x6721	3G modem
2439product OPTION E6741		0x6741	3G modem
2440product OPTION E6761		0x6761	3G modem
2441product OPTION E6800		0x6800	3G modem
2442product OPTION E7021		0x7021	3G modem
2443product OPTION E7041		0x7041	3G modem
2444product OPTION E7061		0x7061	3G modem
2445product OPTION E7100		0x7100	3G modem
2446product OPTION GTM380		0x7201	3G modem
2447product OPTION GE40X		0x7601	Globetrotter HSUPA
2448product OPTION GSICON72		0x6911	GlobeSurfer iCON
2449product OPTION GSICONHSUPA	0x7251	Globetrotter HSUPA
2450product OPTION ICON401		0x7401	GlobeSurfer iCON 401
2451product OPTION GTHSUPA		0x7011	Globetrotter HSUPA
2452product OPTION GMT382		0x7501	Globetrotter HSUPA
2453product OPTION GE40X_1		0x7301	Globetrotter HSUPA
2454product OPTION GE40X_2		0x7361	Globetrotter HSUPA
2455product OPTION GE40X_3		0x7381	Globetrotter HSUPA
2456product OPTION ICONEDGE		0xc031	GlobeSurfer iCON EDGE
2457product OPTION MODHSXPA		0xd013	Globetrotter HSUPA
2458product OPTION ICON321		0xd031	Globetrotter HSUPA
2459product OPTION ICON505		0xd055	Globetrotter iCON 505
2460product OPTION ICON452		0x7901	Globetrotter iCON 452
2461
2462/* OvisLink product */
2463product OVISLINK RT3072		0x3072	RT3072
2464
2465/* OQO */
2466product OQO WIFI01		0x0002	model 01 WiFi interface
2467product OQO BT01		0x0003	model 01 Bluetooth interface
2468product OQO ETHER01PLUS		0x7720	model 01+ Ethernet
2469product OQO ETHER01		0x8150	model 01 Ethernet interface
2470
2471/* Ours Technology Inc. */
2472product OTI DKU5		0x6858	DKU-5 Serial
2473
2474/* Owen.ru products */
2475product OWEN AC4		0x0004	AC4 USB-RS485 converter
2476
2477/* Palm Computing, Inc. product */
2478product PALM SERIAL		0x0080	USB Serial
2479product PALM M500		0x0001	Palm m500
2480product PALM M505		0x0002	Palm m505
2481product PALM M515		0x0003	Palm m515
2482product PALM I705		0x0020	Palm i705
2483product PALM TUNGSTEN_Z		0x0031	Palm Tungsten Z
2484product PALM M125		0x0040	Palm m125
2485product PALM M130		0x0050	Palm m130
2486product PALM TUNGSTEN_T		0x0060	Palm Tungsten T
2487product PALM ZIRE31		0x0061	Palm Zire 31
2488product PALM ZIRE		0x0070	Palm Zire
2489
2490/* Panasonic products */
2491product PANASONIC LS120CAM	0x0901	LS-120 Camera
2492product PANASONIC KXL840AN	0x0d01	CD-R Drive KXL-840AN
2493product PANASONIC KXLRW32AN	0x0d09	CD-R Drive KXL-RW32AN
2494product PANASONIC KXLCB20AN	0x0d0a	CD-R Drive KXL-CB20AN
2495product PANASONIC KXLCB35AN	0x0d0e	DVD-ROM & CD-R/RW
2496product PANASONIC SDCAAE	0x1b00	MultiMediaCard
2497product PANASONIC TYTP50P6S	0x3900	TY-TP50P6-S 50in Touch Panel
2498
2499/* PARA Industrial products */
2500product PARA RT3070		0x8888	RT3070
2501
2502/* Pegatron products */
2503product PEGATRON RT2870		0x0002	RT2870
2504product PEGATRON RT3070		0x000c	RT3070
2505product PEGATRON RT3070_2	0x000e	RT3070
2506product PEGATRON RT3070_3	0x0010	RT3070
2507
2508/* Peracom products */
2509product PERACOM SERIAL1		0x0001	Serial
2510product PERACOM ENET		0x0002	Ethernet
2511product PERACOM ENET3		0x0003	At Home Ethernet
2512product PERACOM ENET2		0x0005	Ethernet
2513
2514/* Philips products */
2515product PHILIPS DSS350		0x0101	DSS 350 Digital Speaker System
2516product PHILIPS DSS		0x0104	DSS XXX Digital Speaker System
2517product PHILIPS HUB		0x0201	hub
2518product PHILIPS PCA646VC	0x0303	PCA646VC PC Camera
2519product PHILIPS PCVC680K	0x0308	PCVC680K Vesta Pro PC Camera
2520product PHILIPS DSS150		0x0471	DSS 150 Digital Speaker System
2521product PHILIPS ACE1001		0x066a	AKTAKOM ACE-1001 cable
2522product PHILIPS SPE3030CC	0x083a	USB 2.0 External Disk
2523product PHILIPS SNU5600		0x1236	SNU5600
2524product PHILIPS UM10016		0x1552	ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit
2525product PHILIPS DIVAUSB		0x1801	DIVA USB mp3 player
2526product PHILIPS RT2870		0x200f	RT2870
2527
2528/* Philips Semiconductor products */
2529product PHILIPSSEMI HUB1122	0x1122	HUB
2530
2531/* Megatec */
2532product MEGATEC UPS		0x5161	Phoenixtec protocol based UPS
2533
2534/* P.I. Engineering products */
2535product PIENGINEERING PS2USB	0x020b	PS2 to Mac USB Adapter
2536
2537/* Planex Communications products */
2538product PLANEX GW_US11H		0x14ea	GW-US11H WLAN
2539product PLANEX2 GW_US11S	0x3220	GW-US11S WLAN
2540product PLANEX2 GW_US54GXS	0x5303	GW-US54GXS WLAN
2541product PLANEX2 GWUS54HP	0xab01	GW-US54HP
2542product PLANEX2 GWUS300MINIS	0xab24	GW-US300MiniS
2543product PLANEX2	RT3070		0xab25	RT3070
2544product PLANEX2 GWUS54MINI2	0xab50	GW-US54Mini2
2545product PLANEX2 GWUS54SG	0xc002	GW-US54SG
2546product PLANEX2 GWUS54GZL	0xc007	GW-US54GZL
2547product PLANEX2 GWUS54GD	0xed01	GW-US54GD
2548product PLANEX2 GWUSMM		0xed02	GW-USMM
2549product PLANEX2 RT2870		0xed06	RT2870
2550product PLANEX2 GWUSMICRON	0xed14	GW-USMicroN
2551product PLANEX3 GWUS54GZ	0xab10	GW-US54GZ
2552product PLANEX3 GU1000T		0xab11	GU-1000T
2553product PLANEX3 GWUS54MINI	0xab13	GW-US54Mini
2554
2555/* Plextor Corp. */
2556product PLEXTOR 40_12_40U	0x0011	PlexWriter 40/12/40U
2557
2558/* PLX products */
2559product PLX TESTBOARD		0x9060	test board
2560product PLX CA42		0xac70	CA-42
2561
2562/* PNY products */
2563product PNY ATTACHE2		0x0010	USB 2.0 Flash Drive
2564
2565/* PortGear products */
2566product PORTGEAR EA8		0x0008	Ethernet
2567product PORTGEAR EA9		0x0009	Ethernet
2568
2569/* Portsmith products */
2570product PORTSMITH EEA		0x3003	Express Ethernet
2571
2572/* Primax products */
2573product PRIMAX G2X300		0x0300	G2-200 scanner
2574product PRIMAX G2E300		0x0301	G2E-300 scanner
2575product PRIMAX G2300		0x0302	G2-300 scanner
2576product PRIMAX G2E3002		0x0303	G2E-300 scanner
2577product PRIMAX 9600		0x0340	Colorado USB 9600 scanner
2578product PRIMAX 600U		0x0341	Colorado 600u scanner
2579product PRIMAX 6200		0x0345	Visioneer 6200 scanner
2580product PRIMAX 19200		0x0360	Colorado USB 19200 scanner
2581product PRIMAX 1200U		0x0361	Colorado 1200u scanner
2582product PRIMAX G600		0x0380	G2-600 scanner
2583product PRIMAX 636I		0x0381	ReadyScan 636i
2584product PRIMAX G2600		0x0382	G2-600 scanner
2585product PRIMAX G2E600		0x0383	G2E-600 scanner
2586product PRIMAX COMFORT		0x4d01	Comfort
2587product PRIMAX MOUSEINABOX	0x4d02	Mouse-in-a-Box
2588product PRIMAX PCGAUMS1		0x4d04	Sony PCGA-UMS1
2589product PRIMAX HP_RH304AA	0x4d17	HP RH304AA mouse
2590
2591/* Prolific products */
2592product PROLIFIC PL2301		0x0000	PL2301 Host-Host interface
2593product PROLIFIC PL2302		0x0001	PL2302 Host-Host interface
2594product PROLIFIC RSAQ2		0x04bb	PL2303 Serial (IODATA USB-RSAQ2)
2595product PROLIFIC ALLTRONIX_GPRS	0x0609	Alltronix ACM003U00 modem
2596product PROLIFIC ALDIGA_AL11U	0x0611	AlDiga AL-11U modem
2597product PROLIFIC MICROMAX_610U	0x0612	Micromax 610U
2598product PROLIFIC DCU11		0x1234	DCU-11 Phone Cable
2599product PROLIFIC UIC_MSR206	0x206a	UIC MSR206 Card Reader
2600product PROLIFIC PL2303		0x2303	PL2303 Serial (ATEN/IOGEAR UC232A)
2601product PROLIFIC PL2305		0x2305	Parallel printer
2602product PROLIFIC ATAPI4		0x2307	ATAPI-4 Controller
2603product PROLIFIC PL2501		0x2501	PL2501 Host-Host interface
2604product PROLIFIC PL2506		0x2506	PL2506 USB to IDE Bridge
2605product PROLIFIC HCR331		0x331a	HCR331 Hybrid Card Reader
2606product PROLIFIC PHAROS		0xaaa0	Prolific Pharos
2607product PROLIFIC RSAQ3		0xaaa2	PL2303 Serial Adapter (IODATA USB-RSAQ3)
2608product PROLIFIC2 PL2303	0x2303	PL2303 Serial Adapter
2609
2610/* Putercom products */
2611product PUTERCOM UPA100		0x047e	USB-1284 BRIDGE
2612
2613/* Qcom products */
2614product QCOM RT2573		0x6196	RT2573
2615product QCOM RT2573_2		0x6229	RT2573
2616product QCOM RT2573_3		0x6238	RT2573
2617product QCOM RT2870		0x6259	RT2870
2618
2619/* Qisda products */
2620product QISDA H21_1		0x4512	3G modem
2621product QISDA H21_2		0x4523	3G modem
2622product QISDA H20_1		0x4515	3G modem
2623product QISDA H20_2		0x4519	3G modem
2624
2625/* Qualcomm products */
2626product QUALCOMM CDMA_MSM	0x6000	CDMA Technologies MSM phone
2627product QUALCOMM2 MF330		0x6613	MF330
2628product QUALCOMM2 RWT_FCT	0x3100	RWT FCT-CDMA 2000 1xRTT modem
2629product QUALCOMM2 CDMA_MSM	0x3196	CDMA Technologies MSM modem
2630product QUALCOMM2 AC8700	0x6000	AC8700
2631product QUALCOMMINC CDMA_MSM	0x0001	CDMA Technologies MSM modem
2632product QUALCOMMINC E0002	0x0002	3G modem
2633product QUALCOMMINC E0003	0x0003	3G modem
2634product QUALCOMMINC E0004	0x0004	3G modem
2635product QUALCOMMINC E0005	0x0005	3G modem
2636product QUALCOMMINC E0006	0x0006	3G modem
2637product QUALCOMMINC E0007	0x0007	3G modem
2638product QUALCOMMINC E0008	0x0008	3G modem
2639product QUALCOMMINC E0009	0x0009	3G modem
2640product QUALCOMMINC E000A	0x000a	3G modem
2641product QUALCOMMINC E000B	0x000b	3G modem
2642product QUALCOMMINC E000C	0x000c	3G modem
2643product QUALCOMMINC E000D	0x000d	3G modem
2644product QUALCOMMINC E000E	0x000e	3G modem
2645product QUALCOMMINC E000F	0x000f	3G modem
2646product QUALCOMMINC E0010	0x0010	3G modem
2647product QUALCOMMINC E0011	0x0011	3G modem
2648product QUALCOMMINC E0012	0x0012	3G modem
2649product QUALCOMMINC E0013	0x0013	3G modem
2650product QUALCOMMINC E0014	0x0014	3G modem
2651product QUALCOMMINC MF628	0x0015	3G modem
2652product QUALCOMMINC MF633R	0x0016	ZTE WCDMA modem
2653product QUALCOMMINC E0017	0x0017	3G modem
2654product QUALCOMMINC E0018	0x0018	3G modem
2655product QUALCOMMINC E0019	0x0019	3G modem
2656product QUALCOMMINC E0020	0x0020	3G modem
2657product QUALCOMMINC E0021	0x0021	3G modem
2658product QUALCOMMINC E0022	0x0022	3G modem
2659product QUALCOMMINC E0023	0x0023	3G modem
2660product QUALCOMMINC E0024	0x0024	3G modem
2661product QUALCOMMINC E0025	0x0025	3G modem
2662product QUALCOMMINC E0026	0x0026	3G modem
2663product QUALCOMMINC E0027	0x0027	3G modem
2664product QUALCOMMINC E0028	0x0028	3G modem
2665product QUALCOMMINC E0029	0x0029	3G modem
2666product QUALCOMMINC E0030	0x0030	3G modem
2667product QUALCOMMINC MF626	0x0031	3G modem
2668product QUALCOMMINC E0032	0x0032	3G modem
2669product QUALCOMMINC E0033	0x0033	3G modem
2670product QUALCOMMINC E0037	0x0037	3G modem
2671product QUALCOMMINC E0039	0x0039	3G modem
2672product QUALCOMMINC E0042	0x0042	3G modem
2673product QUALCOMMINC E0043	0x0043	3G modem
2674product QUALCOMMINC E0048	0x0048	3G modem
2675product QUALCOMMINC E0049	0x0049	3G modem
2676product QUALCOMMINC E0051	0x0051	3G modem
2677product QUALCOMMINC E0052	0x0052	3G modem
2678product QUALCOMMINC ZTE_STOR2	0x0053	USB ZTE Storage
2679product QUALCOMMINC E0054	0x0054	3G modem
2680product QUALCOMMINC E0055	0x0055	3G modem
2681product QUALCOMMINC E0057	0x0057	3G modem
2682product QUALCOMMINC E0058	0x0058	3G modem
2683product QUALCOMMINC E0059	0x0059	3G modem
2684product QUALCOMMINC E0060	0x0060	3G modem
2685product QUALCOMMINC E0061	0x0061	3G modem
2686product QUALCOMMINC E0062	0x0062	3G modem
2687product QUALCOMMINC E0063	0x0063	3G modem
2688product QUALCOMMINC E0064	0x0064	3G modem
2689product QUALCOMMINC E0066	0x0066	3G modem
2690product QUALCOMMINC E0069	0x0069	3G modem
2691product QUALCOMMINC E0070	0x0070	3G modem
2692product QUALCOMMINC E0073	0x0073	3G modem
2693product QUALCOMMINC E0076	0x0076	3G modem
2694product QUALCOMMINC E0078	0x0078	3G modem
2695product QUALCOMMINC E0082	0x0082	3G modem
2696product QUALCOMMINC E0086	0x0086	3G modem
2697product QUALCOMMINC ZTE_STOR	0x2000	USB ZTE Storage
2698product QUALCOMMINC E2002	0x2002	3G modem
2699product QUALCOMMINC E2003	0x2003	3G modem
2700product QUALCOMMINC AC8710	0xfff1	3G modem
2701product QUALCOMMINC AC2726	0xfff5	3G modem
2702product QUALCOMMINC AC8700	0xfffe	CDMA 1xEVDO USB modem
2703
2704/* Quanta products */
2705product QUANTA RW6815_1		0x00ce	HP iPAQ rw6815
2706product QUANTA RT3070		0x0304	RT3070
2707product QUANTA Q101_STOR	0x1000	USB Q101 Storage
2708product QUANTA Q101		0xea02	HSDPA modem
2709product QUANTA Q111		0xea03	HSDPA modem
2710product QUANTA GLX		0xea04	HSDPA modem
2711product QUANTA GKE		0xea05	HSDPA modem
2712product QUANTA GLE		0xea06	HSDPA modem
2713product QUANTA RW6815R		0xf003	HP iPAQ rw6815 RNDIS
2714
2715/* Qtronix products */
2716product QTRONIX 980N		0x2011	Scorpion-980N keyboard
2717
2718/* Quickshot products */
2719product QUICKSHOT STRIKEPAD	0x6238	USB StrikePad
2720
2721/* Radio Shack */
2722product RADIOSHACK USBCABLE	0x4026	USB to Serial Cable
2723
2724/* Rainbow Technologies products */
2725product RAINBOW IKEY2000	0x1200	i-Key 2000
2726
2727/* Ralink Technology products */
2728product RALINK RT2570		0x1706	RT2500USB Wireless Adapter
2729product RALINK RT2070		0x2070	RT2070
2730product RALINK RT2570_2		0x2570	RT2500USB Wireless Adapter
2731product RALINK RT2573		0x2573	RT2501USB Wireless Adapter
2732product RALINK RT2671		0x2671	RT2601USB Wireless Adapter
2733product RALINK RT2770		0x2770	RT2770
2734product RALINK RT2870		0x2870	RT2870
2735product RALINK RT3070		0x3070	RT3070
2736product RALINK RT3071		0x3071	RT3071
2737product RALINK RT3072		0x3072	RT3072
2738product RALINK RT3370		0x3370	RT3370
2739product RALINK RT3572		0x3572	RT3572
2740product RALINK RT8070		0x8070	RT8070
2741product RALINK RT2570_3		0x9020	RT2500USB Wireless Adapter
2742product RALINK RT2573_2		0x9021	RT2501USB Wireless Adapter
2743
2744/* RATOC Systems products */
2745product RATOC REXUSB60		0xb000	USB serial adapter REX-USB60
2746product RATOC REXUSB60F		0xb020	USB serial adapter REX-USB60F
2747
2748/* ReakTek products */
2749/* Green House and CompUSA OEM this part */
2750product REALTEK USB20CRW	0x0158	USB20CRW Card Reader
2751product REALTEK USBKR100	0x8150	USBKR100 USB Ethernet
2752product REALTEK RTL8187		0x8187	RTL8187 Wireless Adapter
2753product REALTEK RTL8187B_0	0x8189	RTL8187B Wireless Adapter
2754product REALTEK RTL8187B_1	0x8197	RTL8187B Wireless Adapter
2755product REALTEK RTL8187B_2	0x8198	RTL8187B Wireless Adapter
2756
2757/* Renesas products */
2758product RENESAS RX610		0x0053	RX610 RX-Stick
2759
2760/* Ricoh products */
2761product RICOH VGPVCC2		0x1830	VGP-VCC2 Camera
2762product RICOH VGPVCC3		0x1832	VGP-VCC3 Camera
2763product RICOH VGPVCC2_2		0x1833	VGP-VCC2 Camera
2764product RICOH VGPVCC2_3		0x1834	VGP-VCC2 Camera
2765product RICOH VGPVCC7		0x183a	VGP-VCC7 Camera
2766product RICOH VGPVCC8		0x183b	VGP-VCC8 Camera
2767
2768/* Reiner-SCT products */
2769product REINERSCT CYBERJACK_ECOM	0x0100	e-com cyberJack
2770
2771/* Roland products */
2772product ROLAND UM1		0x0009	UM-1 MIDI I/F
2773product ROLAND UM880N		0x0014	EDIROL UM-880 MIDI I/F (native)
2774product ROLAND UM880G		0x0015	EDIROL UM-880 MIDI I/F (generic)
2775
2776/* Rockfire products */
2777product ROCKFIRE GAMEPAD	0x2033	gamepad 203USB
2778
2779/* RATOC Systems products */
2780product RATOC REXUSB60		0xb000	REX-USB60
2781product RATOC REXUSB60F		0xb020	REX-USB60F
2782
2783/* Sagem products */
2784product SAGEM USBSERIAL		0x0027	USB-Serial Controller
2785product SAGEM XG760A		0x004a	XG-760A
2786product SAGEM XG76NA		0x0062	XG-76NA
2787
2788/* Samsung products */
2789product SAMSUNG ML6060		0x3008	ML-6060 laser printer
2790product SAMSUNG YP_U2		0x5050	YP-U2 MP3 Player
2791product SAMSUNG YP_U4		0x5092	YP-U4 MP3 Player
2792product SAMSUNG I500		0x6601	I500 Palm USB Phone
2793product SAMSUNG I330		0x8001	I330 phone cradle
2794product SAMSUNG2 RT2870_1	0x2018	RT2870
2795
2796/* Samsung Techwin products */
2797product SAMSUNG_TECHWIN DIGIMAX_410	0x000a	Digimax 410
2798
2799/* SanDisk products */
2800product SANDISK SDDR05A		0x0001	ImageMate SDDR-05a
2801product SANDISK SDDR31		0x0002	ImageMate SDDR-31
2802product SANDISK SDDR05		0x0005	ImageMate SDDR-05
2803product SANDISK SDDR12		0x0100	ImageMate SDDR-12
2804product SANDISK SDDR09		0x0200	ImageMate SDDR-09
2805product SANDISK SDDR75		0x0810	ImageMate SDDR-75
2806product SANDISK SDCZ2_256	0x7104	Cruzer Mini 256MB
2807product SANDISK SDCZ4_128	0x7112	Cruzer Micro 128MB
2808product SANDISK SDCZ4_256	0x7113	Cruzer Micro 256MB
2809
2810/* Sanwa Electric Instrument Co., Ltd. products */
2811product SANWA KB_USB2 		0x0701	KB-USB2 multimeter cable
2812
2813/* Sanyo Electric products */
2814product SANYO SCP4900 		0x0701	Sanyo SCP-4900 USB Phone
2815
2816/* ScanLogic products */
2817product SCANLOGIC SL11R		0x0002	SL11R IDE Adapter
2818product SCANLOGIC 336CX		0x0300	Phantom 336CX - C3 scanner
2819
2820/* Senao products */
2821product SENAO RT2870_3		0x0605	RT2870
2822product SENAO RT2870_4		0x0615	RT2870
2823product SENAO NUB8301		0x2000	NUB-8301
2824product SENAO RT2870_1		0x9701	RT2870
2825product SENAO RT2870_2		0x9702	RT2870
2826product SENAO RT3070		0x9703	RT3070
2827product SENAO RT3071		0x9705	RT3071
2828product SENAO RT3072_1		0x9706	RT3072
2829product SENAO RT3072_2		0x9707	RT3072
2830product SENAO RT3072_3		0x9708	RT3072
2831product SENAO RT3072_4		0x9709	RT3072
2832product SENAO RT3072_5		0x9801	RT3072
2833
2834/* ShanTou products */
2835product SHANTOU ST268		0x0268	ST268
2836product SHANTOU DM9601		0x9601	DM 9601
2837
2838/* Shark products */
2839product SHARK PA		0x0400	Pocket Adapter
2840
2841/* Sharp products */
2842product SHARP SL5500		0x8004	Zaurus SL-5500 PDA
2843product SHARP SLA300		0x8005	Zaurus SL-A300 PDA
2844product SHARP SL5600		0x8006	Zaurus SL-5600 PDA
2845product SHARP SLC700		0x8007	Zaurus SL-C700 PDA
2846product SHARP SLC750		0x9031	Zaurus SL-C750 PDA
2847product SHARP WZERO3ES		0x9123	W-ZERO3 ES Smartphone
2848product SHARP WZERO3ADES	0x91ac	Advanced W-ZERO3 ES Smartphone
2849product SHARP WILLCOM03		0x9242	WILLCOM03
2850
2851/* Shuttle Technology products */
2852product SHUTTLE EUSB		0x0001	E-USB Bridge
2853product SHUTTLE EUSCSI		0x0002	eUSCSI Bridge
2854product SHUTTLE SDDR09		0x0003	ImageMate SDDR09
2855product SHUTTLE EUSBCFSM	0x0005	eUSB SmartMedia / CompactFlash Adapter
2856product SHUTTLE ZIOMMC		0x0006	eUSB MultiMediaCard Adapter
2857product SHUTTLE HIFD		0x0007	Sony Hifd
2858product SHUTTLE EUSBATAPI	0x0009	eUSB ATA/ATAPI Adapter
2859product SHUTTLE CF		0x000a	eUSB CompactFlash Adapter
2860product SHUTTLE EUSCSI_B	0x000b	eUSCSI Bridge
2861product SHUTTLE EUSCSI_C	0x000c	eUSCSI Bridge
2862product SHUTTLE CDRW		0x0101	CD-RW Device
2863product SHUTTLE EUSBORCA	0x0325	eUSB ORCA Quad Reader
2864
2865/* Siemens products */
2866product SIEMENS SPEEDSTREAM	0x1001	SpeedStream
2867product SIEMENS SPEEDSTREAM22	0x1022	SpeedStream 1022
2868product SIEMENS2 WLL013		0x001b	WLL013
2869product SIEMENS2 ES75		0x0034  GSM module MC35
2870product SIEMENS2 WL54G		0x3c06	54g USB Network Adapter
2871product SIEMENS3 SX1		0x0001	SX1
2872product SIEMENS3 X65		0x0003	X65
2873product SIEMENS3 X75		0x0004	X75
2874product SIEMENS3 EF81 		0x0005	EF81
2875
2876/* Sierra Wireless products */
2877product SIERRA EM5625		0x0017	EM5625
2878product SIERRA MC5720_2		0x0018	MC5720
2879product SIERRA MC5725		0x0020	MC5725
2880product SIERRA AIRCARD580	0x0112	Sierra Wireless AirCard 580
2881product SIERRA AIRCARD595	0x0019	Sierra Wireless AirCard 595
2882product SIERRA AC595U		0x0120	Sierra Wireless AirCard 595U
2883product SIERRA AC597E		0x0021	Sierra Wireless AirCard 597E
2884product SIERRA EM5725		0x0022	EM5725
2885product SIERRA C597		0x0023	Sierra Wireless Compass 597
2886product SIERRA MC5727		0x0024	MC5727
2887product SIERRA T598		0x0025	T598
2888product SIERRA T11		0x0026	T11
2889product SIERRA AC402		0x0027	AC402
2890product SIERRA MC5728		0x0028	MC5728
2891product SIERRA E0029		0x0029	E0029
2892product SIERRA AIRCARD580	0x0112	Sierra Wireless AirCard 580
2893product SIERRA AC595U		0x0120	Sierra Wireless AirCard 595U
2894product SIERRA MC5720		0x0218	MC5720 Wireless Modem
2895product SIERRA MINI5725		0x0220	Sierra Wireless miniPCI 5275
2896product SIERRA MC5727_2		0x0224	MC5727
2897product SIERRA MC8755_2		0x6802	MC8755
2898product SIERRA MC8765		0x6803	MC8765
2899product SIERRA MC8755		0x6804	MC8755
2900product SIERRA MC8765_2		0x6805	MC8765
2901product SIERRA MC8755_4		0x6808	MC8755
2902product SIERRA MC8765_3		0x6809	MC8765
2903product SIERRA AC875U		0x6812	AC875U HSDPA USB Modem
2904product SIERRA MC8755_3		0x6813	MC8755 HSDPA
2905product SIERRA MC8775_2		0x6815	MC8775
2906product SIERRA MC8775		0x6816	MC8775
2907product SIERRA AC875		0x6820	Sierra Wireless AirCard 875
2908product SIERRA AC875U_2		0x6821	AC875U
2909product SIERRA AC875E		0x6822	AC875E
2910product SIERRA MC8780		0x6832	MC8780
2911product SIERRA MC8781		0x6833	MC8781
2912product SIERRA MC8780_2		0x6834	MC8780
2913product SIERRA MC8781_2		0x6835	MC8781
2914product SIERRA MC8780_3		0x6838	MC8780
2915product SIERRA MC8781_3		0x6839	MC8781
2916product SIERRA MC8785		0x683A	MC8785
2917product SIERRA MC8785_2		0x683B	MC8785
2918product SIERRA MC8790		0x683C	MC8790
2919product SIERRA MC8791		0x683D	MC8791
2920product SIERRA MC8792		0x683E	MC8792
2921product SIERRA AC880		0x6850	Sierra Wireless AirCard 880
2922product SIERRA AC881		0x6851	Sierra Wireless AirCard 881
2923product SIERRA AC880E		0x6852	Sierra Wireless AirCard 880E
2924product SIERRA AC881E		0x6853	Sierra Wireless AirCard 881E
2925product SIERRA AC880U		0x6855	Sierra Wireless AirCard 880U
2926product SIERRA AC881U		0x6856	Sierra Wireless AirCard 881U
2927product SIERRA AC885E		0x6859	AC885E
2928product SIERRA AC885E_2		0x685A	AC885E
2929product SIERRA AC885U		0x6880	Sierra Wireless AirCard 885U
2930product SIERRA C888		0x6890	C888
2931product SIERRA C22		0x6891	C22
2932product SIERRA E6892		0x6892	E6892
2933product SIERRA E6893		0x6893	E6893
2934product SIERRA MC8700		0x68A3	MC8700
2935product SIERRA AIRCARD875	0x6820	Aircard 875 HSDPA
2936product SIERRA TRUINSTALL	0x0fff	Aircard Tru Installer
2937
2938/* Sigmatel products */
2939product SIGMATEL WBT_3052	0x4200	WBT-3052 IrDA/USB Bridge
2940product SIGMATEL I_BEAD100	0x8008	i-Bead 100 MP3 Player
2941
2942/* SIIG products */
2943/* Also: Omnidirectional Control Technology products */
2944product SIIG DIGIFILMREADER	0x0004	DigiFilm-Combo Reader
2945product SIIG WINTERREADER	0x0330	WINTERREADER Reader
2946product SIIG2 USBTOETHER	0x0109	USB TO Ethernet
2947product SIIG2 US2308		0x0421	Serial
2948
2949/* Silicom products */
2950product SILICOM U2E		0x0001	U2E
2951product SILICOM GPE		0x0002	Psion Gold Port Ethernet
2952
2953/* SI Labs */
2954product SILABS	VSTABI		0x0f91	Vstabi
2955product SILABS	ARKHAM_DS101_M	0x1101	Arkham DS101 Monitor
2956product SILABS	ARKHAM_DS101_A	0x1601	Arkham DS101 Adapter
2957product SILABS	BSM7DUSB	0x800a	BSM7-D-USB
2958product SILABS	POLOLU		0x803b	Pololu Serial
2959product SILABS	CYGNAL_DEBUG	0x8044	Cygnal Debug Adapter
2960product SILABS	SB_PARAMOUNT_ME	0x8043	Software Bisque Paramount ME
2961product SILABS	SAEL		0x8053	SA-EL USB
2962product SILABS	GSM2228		0x8054	Enfora GSM2228 USB
2963product SILABS	ARGUSISP	0x8066	Argussoft ISP
2964product SILABS	IMS_USB_RS422	0x806f	IMS USB-RS422
2965product SILABS	CRUMB128	0x807a	Crumb128 board
2966product SILABS	DEGREE		0x80ca	Degree Controls Inc
2967product SILABS	TRACIENT	0x80dd	Tracient RFID
2968product SILABS	TRAQMATE	0x80ed	Track Systems Traqmate
2969product SILABS	SUUNTO		0x80f6	Suunto Sports Instrument
2970product SILABS	ARYGON_MIFARE	0x8115	Arygon Mifare RFID reader
2971product SILABS	BURNSIDE	0x813d	Burnside Telecon Deskmobile
2972product SILABS	TAMSMASTER	0x813f	Tams Master Easy Control
2973product SILABS	WMRBATT		0x814a	WMR RIGblaster Plug&Play
2974product SILABS	WMRRIGBLASTER	0x814a	WMR RIGblaster Plug&Play
2975product SILABS	WMRRIGTALK	0x814b	WMR RIGtalk RT1
2976product SILABS	B_G_H3000	0x8156	B&G H3000 Data Cable
2977product SILABS	HELICOM		0x815e	Helicomm IP-Link 1220-DVM
2978product SILABS	AVIT_USB_TTL	0x818b	AVIT Research USB-TTL
2979product SILABS	MJS_TOSLINK	0x819f	MJS USB-TOSLINk
2980product SILABS	WAVIT		0x81a6	ThinkOptics WavIt
2981product SILABS	MSD_DASHHAWK	0x81ac	MSD DashHawk
2982product SILABS	INSYS_MODEM	0x81ad	INSYS Modem
2983product SILABS	LIPOWSKY_JTAG	0x81c8	Lipowsky Baby-JTAG
2984product SILABS	LIPOWSKY_LIN	0x81e2	Lipowsky Baby-LIN
2985product SILABS	AEROCOMM	0x81e7	Aerocomm Radio
2986product SILABS	ZEPHYR_BIO	0x81e8	Zephyr Bioharness
2987product SILABS	EMS_C1007	0x81f2	EMS C1007 HF RFID controller
2988product SILABS	LIPOWSKY_HARP	0x8218	Lipowsky HARP-1
2989product SILABS	C2_EDGE_MODEM	0x822b	Commander 2 EDGE(GSM) Modem
2990product SILABS	CYGNAL_GPS	0x826b	Cygnal Fasttrax GPS
2991product SILABS	TELEGESYS_ETRX2	0x8293	Telegesys ETRX2USB
2992product SILABS	PROCYON_AVS	0x82f9	Procyon AVS
2993product SILABS	MC35PU		0x8341	MC35pu
2994product SILABS	CYGNAL		0x8382	Cygnal
2995product SILABS	AMBER_AMB2560	0x83a8	Amber Wireless AMB2560
2996product SILABS	KYOCERA_GPS	0x8411	Kyocera GPS
2997product SILABS	BEI_VCP		0x846e	BEI USB Sensor (VCP)
2998product SILABS	BALLUFF_RFID	0x8477	Balluff RFID reader
2999product SILABS	CP2102		0xea60	SILABS USB UART
3000product SILABS	CP210X_2	0xea61	CP210x Serial
3001product SILABS	INFINITY_MIC	0xea71	Infinity GPS-MIC-1 Radio Monophone
3002product SILABS	USBSCOPE50	0xf001	USBscope50
3003product SILABS	USBWAVE12	0xf002	USBwave12
3004product SILABS	USBPULSE100	0xf003	USBpulse100
3005product SILABS	USBCOUNT50	0xf004	USBcount50
3006product SILABS2 DCU11CLONE	0xaa26	DCU-11 clone
3007product SILABS3 GPRS_MODEM	0xea61	GPRS Modem
3008product SILABS4 100EU_MODEM	0xea61	GPRS Modem 100EU
3009
3010/* Silicon Portals Inc. */
3011product SILICONPORTALS YAPPH_NF	0x0200	YAP Phone (no firmware)
3012product SILICONPORTALS YAPPHONE	0x0201	YAP Phone
3013
3014/* Sirius Technologies products */
3015product SIRIUS ROADSTER		0x0001	NetComm Roadster II 56 USB
3016
3017/* Sitecom products */
3018product SITECOM LN029		0x182d	USB 2.0 Ethernet
3019product SITECOM SERIAL		0x2068	USB to serial cable (v2)
3020product SITECOM2 WL022		0x182d	WL-022
3021
3022/* Sitecom Europe products */
3023product SITECOMEU RT2870_1	0x0017	RT2870
3024product SITECOMEU WL168V1	0x000d	WL-168 v1
3025product SITECOMEU WL168V4	0x0028	WL-168 v4
3026product SITECOMEU RT2870_2	0x002b	RT2870
3027product SITECOMEU RT2870_3	0x002c	RT2870
3028product SITECOMEU RT2870_4	0x002d	RT2870
3029product SITECOMEU RT2770	0x0039	RT2770
3030product SITECOMEU RT3070_2	0x003b	RT3070
3031product SITECOMEU RT3070_3	0x003c	RT3070
3032product SITECOMEU RT3070_4	0x003d	RT3070
3033product SITECOMEU RT3070	0x003e	RT3070
3034product SITECOMEU WL608		0x003f	WL-608
3035product SITECOMEU RT3071	0x0040	RT3071
3036product SITECOMEU RT3072_1	0x0041	RT3072
3037product SITECOMEU RT3072_2	0x0042	RT3072
3038product SITECOMEU RT3072_3	0x0047	RT3072
3039product SITECOMEU RT3072_4	0x0048	RT3072
3040product SITECOMEU RT3072_5	0x004a	RT3072
3041product SITECOMEU RT3072_6	0x004d	RT3072
3042product SITECOMEU LN028		0x061c	LN-028
3043product SITECOMEU WL113		0x9071	WL-113
3044product SITECOMEU ZD1211B	0x9075	ZD1211B
3045product SITECOMEU WL172		0x90ac	WL-172
3046product SITECOMEU WL113R2	0x9712	WL-113 rev 2
3047
3048/* Skanhex Technology products */
3049product SKANHEX MD_7425		0x410a	MD 7425 Camera
3050product SKANHEX SX_520Z		0x5200	SX 520z Camera
3051
3052/* Smart Technologies products */
3053product SMART PL2303		0x2303	Serial adapter
3054
3055/* SmartBridges products */
3056product SMARTBRIDGES SMARTLINK	0x0001	SmartLink USB Ethernet
3057product SMARTBRIDGES SMARTNIC	0x0003	smartNIC 2 PnP Ethernet
3058
3059/* SMC products */
3060product SMC 2102USB		0x0100	10Mbps Ethernet
3061product SMC 2202USB		0x0200	10/100 Ethernet
3062product SMC 2206USB		0x0201	EZ Connect USB Ethernet
3063product SMC 2862WG		0xee13	EZ Connect Wireless Adapter
3064product SMC2 2020HUB		0x2020	USB Hub
3065product SMC2 2514HUB		0x2514	USB Hub
3066product SMC3 2662WUSB		0xa002	2662W-AR Wireless
3067
3068/* SOHOware products */
3069product SOHOWARE NUB100		0x9100	10/100 USB Ethernet
3070product SOHOWARE NUB110		0x9110	10/100 USB Ethernet
3071
3072/* SOLID YEAR products */
3073product SOLIDYEAR KEYBOARD	0x2101	Solid Year USB keyboard
3074
3075/* SONY products */
3076product SONY DSC		0x0010	DSC cameras
3077product SONY MS_NW_MS7		0x0025	Memorystick NW-MS7
3078product SONY PORTABLE_HDD_V2	0x002b	Portable USB Harddrive V2
3079product SONY MSACUS1		0x002d	Memorystick MSAC-US1
3080product SONY HANDYCAM		0x002e	Handycam
3081product SONY MSC		0x0032	MSC memory stick slot
3082product SONY CLIE_35		0x0038	Sony Clie v3.5
3083product SONY MS_PEG_N760C	0x0058	PEG N760c Memorystick
3084product SONY CLIE_40		0x0066	Sony Clie v4.0
3085product SONY MS_MSC_U03		0x0069	Memorystick MSC-U03
3086product SONY CLIE_40_MS		0x006d	Sony Clie v4.0 Memory Stick slot
3087product SONY CLIE_S360		0x0095	Sony Clie s360
3088product SONY CLIE_41_MS		0x0099	Sony Clie v4.1 Memory Stick slot
3089product SONY CLIE_41		0x009a	Sony Clie v4.1
3090product SONY CLIE_NX60		0x00da	Sony Clie nx60
3091product SONY CLIE_TH55		0x0144	Sony Clie th55
3092product SONY CLIE_TJ37		0x0169	Sony Clie tj37
3093product SONY RF_RECEIVER	0x01db	Sony RF mouse/kbd Receiver VGP-WRC1
3094product SONY QN3		0x0437	Sony QN3 CMD-Jxx phone cable
3095
3096/* Sony Ericsson products */
3097product SONYERICSSON DCU10	0x0528	DCU-10 Phone Data Cable
3098product SONYERICSSON DATAPILOT	0x2003	Datapilot Phone Cable
3099
3100/* SOURCENEXT products */
3101product SOURCENEXT KEIKAI8	0x039f	KeikaiDenwa 8
3102product SOURCENEXT KEIKAI8_CHG	0x012e	KeikaiDenwa 8 with charger
3103
3104/* SparkLAN products */
3105product SPARKLAN RT2573		0x0004	RT2573
3106product SPARKLAN RT2870_1	0x0006	RT2870
3107product SPARKLAN RT3070		0x0010	RT3070
3108
3109/* Speed Dragon Multimedia products */
3110product SPEEDDRAGON MS3303H	0x110b	MS3303H Serial
3111
3112/* Sphairon Access Systems GmbH products */
3113product SPHAIRON UB801R		0x0110	UB801R
3114
3115/* Stelera Wireless products */
3116product STELERA ZEROCD		0x1000	Zerocd Installer
3117product STELERA C105		0x1002	Stelera/Bandrish C105 USB
3118product STELERA E1003		0x1003	3G modem
3119product STELERA E1004		0x1004	3G modem
3120product STELERA E1005		0x1005	3G modem
3121product STELERA E1006		0x1006	3G modem
3122product STELERA E1007		0x1007	3G modem
3123product STELERA E1008		0x1008	3G modem
3124product STELERA E1009		0x1009	3G modem
3125product STELERA E100A		0x100a	3G modem
3126product STELERA E100B		0x100b	3G modem
3127product STELERA E100C		0x100c	3G modem
3128product STELERA E100D		0x100d	3G modem
3129product STELERA E100E		0x100e	3G modem
3130product STELERA E100F		0x100f	3G modem
3131product STELERA E1010		0x1010	3G modem
3132product STELERA E1011		0x1011	3G modem
3133product STELERA E1012		0x1012	3G modem
3134
3135/* MpMan products */
3136product MPMAN MPF400_1		0x36d0	MPF400 Music Player 1Go
3137product MPMAN MPF400_2		0x25a8	MPF400 Music Player 2Go
3138
3139/* STMicroelectronics products */
3140product STMICRO BIOCPU		0x2016	Biometric Coprocessor
3141product STMICRO COMMUNICATOR	0x7554	USB Communicator
3142
3143/* STSN products */
3144product STSN STSN0001		0x0001	Internet Access Device
3145
3146/* SUN Corporation products */
3147product SUNTAC DS96L		0x0003	SUNTAC U-Cable type D2
3148product SUNTAC PS64P1		0x0005	SUNTAC U-Cable type P1
3149product SUNTAC VS10U		0x0009	SUNTAC Slipper U
3150product SUNTAC IS96U		0x000a	SUNTAC Ir-Trinity
3151product SUNTAC AS64LX		0x000b	SUNTAC U-Cable type A3
3152product SUNTAC AS144L4		0x0011	SUNTAC U-Cable type A4
3153
3154/* Sun Microsystems products */
3155product SUN KEYBOARD_TYPE_6	0x0005	Type 6 USB keyboard
3156product SUN KEYBOARD_TYPE_7	0x00a2	Type 7 USB keyboard
3157/* XXX The above is a North American PC style keyboard possibly */
3158product SUN MOUSE		0x0100	Type 6 USB mouse
3159product SUN KBD_HUB		0x100e	Kbd Hub
3160
3161/* Super Top products */
3162product	SUPERTOP IDE		0x6600	USB-IDE
3163
3164/* Syntech products */
3165product SYNTECH CPT8001C	0x0001	CPT-8001C Barcode scanner
3166product	SYNTECH CYPHERLAB100	0x1000	CipherLab USB Barcode Scanner
3167
3168/* Teclast products */
3169product TECLAST TLC300		0x3203	USB Media Player
3170
3171/* Supra products */
3172product DIAMOND2 SUPRAEXPRESS56K 0x07da	Supra Express 56K modem
3173product DIAMOND2 SUPRA2890	0x0b4a	SupraMax 2890 56K Modem
3174product DIAMOND2 RIO600USB	0x5001	Rio 600 USB
3175product DIAMOND2 RIO800USB	0x5002	Rio 800 USB
3176
3177/* Surecom Technology products */
3178product SURECOM EP9001G2A	0x11f2	EP-9001-G rev 2A
3179product SURECOM RT2570		0x11f3	RT2570
3180product SURECOM RT2573		0x31f3	RT2573
3181
3182/* Sweex products */
3183product SWEEX ZD1211		0x1809	ZD1211
3184product SWEEX2 LW153		0x0153	LW153
3185product SWEEX2 LW303		0x0302	LW303
3186product SWEEX2 LW313		0x0313	LW313
3187
3188/* System TALKS, Inc. */
3189product SYSTEMTALKS SGCX2UL	0x1920	SGC-X2UL
3190
3191/* Tapwave products */
3192product TAPWAVE ZODIAC		0x0100	Zodiac
3193
3194/* Taugagreining products */
3195product TAUGA CAMERAMATE	0x0005	CameraMate (DPCM_USB)
3196
3197/* TCTMobile products */
3198product TCTMOBILE X060S		0x0000	X060S 3G modem
3199product TCTMOBILE X080S		0xf000	X080S 3G modem
3200
3201/* TDK products */
3202product TDK UPA9664		0x0115	USB-PDC Adapter UPA9664
3203product TDK UCA1464		0x0116	USB-cdmaOne Adapter UCA1464
3204product TDK UHA6400		0x0117	USB-PHS Adapter UHA6400
3205product TDK UPA6400		0x0118	USB-PHS Adapter UPA6400
3206product TDK BT_DONGLE		0x0309	Bluetooth USB dongle
3207
3208/* TEAC products */
3209product TEAC FD05PUB		0x0000	FD-05PUB floppy
3210
3211/* Tekram Technology products */
3212product TEKRAM QUICKWLAN	0x1630	QuickWLAN
3213product TEKRAM ZD1211_1		0x5630	ZD1211
3214product TEKRAM ZD1211_2		0x6630	ZD1211
3215
3216/* Telex Communications products */
3217product TELEX MIC1		0x0001	Enhanced USB Microphone
3218
3219/* Telit products */
3220product TELIT UC864E		0x1003	UC864E 3G modem
3221product TELIT UC864G		0x1004	UC864G 3G modem
3222
3223/* Ten X Technology, Inc. */
3224product TENX UAUDIO0		0xf211	USB audio headset
3225
3226/* Texas Intel products */
3227product TI UTUSB41		0x1446	UT-USB41 hub
3228product TI TUSB2046		0x2046	TUSB2046 hub
3229
3230/* Thrustmaster products */
3231product THRUST FUSION_PAD	0xa0a3	Fusion Digital Gamepad
3232
3233/* TLayTech products */
3234product TLAYTECH TEU800		0x1682	TEU800 3G modem
3235
3236/* Topre Corporation products */
3237product TOPRE HHKB		0x0100	HHKB Professional
3238
3239/* Toshiba Corporation products */
3240product TOSHIBA POCKETPC_E740	0x0706	PocketPC e740
3241product TOSHIBA RT3070		0x0a07	RT3070
3242product TOSHIBA G450		0x0d45	G450 modem
3243product TOSHIBA HSDPA		0x1302	G450 modem
3244
3245/* Trek Technology products */
3246product TREK THUMBDRIVE		0x1111	ThumbDrive
3247product TREK MEMKEY		0x8888	IBM USB Memory Key
3248product TREK THUMBDRIVE_8MB	0x9988	ThumbDrive_8MB
3249
3250/* Tripp-Lite products */
3251product TRIPPLITE U209		0x2008	Serial
3252
3253/* Trumpion products */
3254product TRUMPION T33520		0x1001	T33520 USB Flash Card Controller
3255product TRUMPION C3310		0x1100	Comotron C3310 MP3 player
3256product TRUMPION MP3		0x1200	MP3 player
3257
3258/* TwinMOS */
3259product TWINMOS G240		0xa006	G240
3260product TWINMOS MDIV		0x1325	Memory Disk IV
3261
3262/* Ubiquam products */
3263product UBIQUAM UALL		0x3100	CDMA 1xRTT USB Modem (U-100/105/200/300/520)
3264
3265/* Ultima products */
3266product ULTIMA 1200UBPLUS	0x4002	1200 UB Plus scanner
3267
3268/* UMAX products */
3269product UMAX ASTRA1236U		0x0002	Astra 1236U Scanner
3270product UMAX ASTRA1220U		0x0010	Astra 1220U Scanner
3271product UMAX ASTRA2000U		0x0030	Astra 2000U Scanner
3272product UMAX ASTRA2100U		0x0130	Astra 2100U Scanner
3273product UMAX ASTRA2200U		0x0230	Astra 2200U Scanner
3274product UMAX ASTRA3400		0x0060	Astra 3400 Scanner
3275
3276/* U-MEDIA Communications products */
3277product UMEDIA TEW444UBEU	0x3006	TEW-444UB EU
3278product UMEDIA TEW444UBEU_NF	0x3007	TEW-444UB EU (no firmware)
3279product UMEDIA TEW429UB_A	0x300a	TEW-429UB_A
3280product UMEDIA TEW429UB		0x300b	TEW-429UB
3281product UMEDIA TEW429UBC1	0x300d	TEW-429UB C1
3282product UMEDIA RT2870_1		0x300e	RT2870
3283product UMEDIA ALL0298V2	0x3204	ALL0298 v2
3284product UMEDIA AR5523_2		0x3205	AR5523
3285product UMEDIA AR5523_2_NF	0x3206	AR5523 (no firmware)
3286
3287/* Universal Access products */
3288product UNIACCESS PANACHE	0x0101	Panache Surf USB ISDN Adapter
3289
3290/* USI products */
3291product USI MC60		0x10c5	MC60 Serial
3292
3293/* U.S. Robotics products */
3294product USR USR5422		0x0118	USR5422 WLAN
3295product USR USR5423		0x0121	USR5423 WLAN
3296
3297/* VIA Technologies products */
3298product VIA USB2IDEBRIDGE	0x6204	USB 2.0 IDE Bridge
3299
3300/* Vaisala products */
3301product VAISALA CABLE		0x0200	USB Interface cable
3302
3303/* VidzMedia products */
3304product VIDZMEDIA MONSTERTV	0x4fb1	MonsterTV P2H
3305
3306/* Vision products */
3307product VISION VC6452V002	0x0002	CPiA Camera
3308
3309/* Visioneer products */
3310product VISIONEER 7600		0x0211	OneTouch 7600
3311product VISIONEER 5300		0x0221	OneTouch 5300
3312product VISIONEER 3000		0x0224	Scanport 3000
3313product VISIONEER 6100		0x0231	OneTouch 6100
3314product VISIONEER 6200		0x0311	OneTouch 6200
3315product VISIONEER 8100		0x0321	OneTouch 8100
3316product VISIONEER 8600		0x0331	OneTouch 8600
3317
3318/* Vivitar products */
3319product VIVITAR 35XX		0x0003	Vivicam 35Xx
3320
3321/* VTech products */
3322product VTECH RT2570		0x3012	RT2570
3323product VTECH ZD1211B		0x3014	ZD1211B
3324
3325/* Wacom products */
3326product WACOM CT0405U		0x0000	CT-0405-U Tablet
3327product WACOM GRAPHIRE		0x0010	Graphire
3328product WACOM GRAPHIRE3_4X5	0x0013	Graphire 3 4x5
3329product WACOM INTUOSA5		0x0021	Intuos A5
3330product WACOM GD0912U		0x0022	Intuos 9x12 Graphics Tablet
3331
3332/* WAGO Kontakttechnik GmbH products */
3333product WAGO SERVICECABLE	0x07a6	USB Service Cable 750-923
3334
3335/* WaveSense products */
3336product WAVESENSE JAZZ		0xaaaa	Jazz blood glucose meter
3337
3338/* WCH products */
3339product WCH CH341SER		0x5523	CH341/CH340 USB-Serial Bridge
3340product WCH2 CH341SER		0x7523	CH341/CH340 USB-Serial Bridge
3341
3342/* Western Digital products */
3343product WESTERN COMBO		0x0200	Firewire USB Combo
3344product WESTERN EXTHDD		0x0400	External HDD
3345product WESTERN HUB		0x0500	USB HUB
3346product WESTERN MYBOOK		0x0901	MyBook External HDD
3347product WESTERN MYPASSWORD	0x0704	MyPassword External HDD
3348
3349/* WIENER Plein & Baus GmbH products */
3350product WIENERPLEINBAUS PL512	0x0010	PL512 PSU
3351product WIENERPLEINBAUS RCM	0x0011	RCM Remote Control
3352product WIENERPLEINBAUS MPOD	0x0012	MPOD PSU
3353product WIENERPLEINBAUS CML	0x0015	CML Data Logger
3354
3355/* Windbond Electronics */
3356product WINBOND UH104		0x5518	4-port USB Hub
3357
3358/* WinMaxGroup products */
3359product WINMAXGROUP FLASH64MC	0x6660	USB Flash Disk 64M-C
3360
3361/* Wistron NeWeb products */
3362product WISTRONNEWEB UR045G	0x0427	PrismGT USB 2.0 WLAN
3363product WISTRONNEWEB UR055G	0x0711	UR055G
3364product WISTRONNEWEB AR5523_1	0x0826	AR5523
3365product WISTRONNEWEB AR5523_1_NF	0x0827	AR5523 (no firmware)
3366product WISTRONNEWEB AR5523_2	0x082a	AR5523
3367product WISTRONNEWEB AR5523_2_NF	0x0829	AR5523 (no firmware)
3368
3369/* Xerox products */
3370product XEROX WCM15		0xffef	WorkCenter M15
3371
3372/* Xirlink products */
3373product XIRLINK PCCAM		0x8080	IBM PC Camera
3374
3375/* Xyratex products */
3376product XYRATEX PRISM_GT_1	0x2000	PrismGT USB 2.0 WLAN
3377product XYRATEX PRISM_GT_2	0x2002	PrismGT USB 2.0 WLAN
3378
3379/* Yamaha products */
3380product YAMAHA UX256		0x1000	UX256 MIDI I/F
3381product YAMAHA UX96		0x1008	UX96 MIDI I/F
3382product YAMAHA RTA54I		0x4000	NetVolante RTA54i Broadband&ISDN Router
3383product YAMAHA RTA55I		0x4004	NetVolante RTA55i Broadband VoIP Router
3384product YAMAHA RTW65B		0x4001	NetVolante RTW65b Broadband Wireless Router
3385product YAMAHA RTW65I		0x4002	NetVolante RTW65i Broadband&ISDN Wireless Router
3386
3387/* Yano products */
3388product YANO U640MO		0x0101	U640MO-03
3389product YANO FW800HD		0x05fc	METALWEAR-HDD
3390
3391/* Y.C. Cable products */
3392product YCCABLE PL2303		0x0fba	PL2303 Serial
3393
3394/* Y-E Data products */
3395product YEDATA FLASHBUSTERU	0x0000	Flashbuster-U
3396
3397/* Yiso Wireless Co. products */
3398product	YISO C893		0xc893	CDMA 2000 1xEVDO PC Card
3399
3400/* Z-Com products */
3401product ZCOM M4Y750		0x0001	M4Y-750
3402product ZCOM XI725		0x0002	XI-725/726
3403product ZCOM XI735		0x0005	XI-735
3404product ZCOM XG703A		0x0008	PrismGT USB 2.0 WLAN
3405product ZCOM ZD1211		0x0011	ZD1211
3406product ZCOM AR5523		0x0012	AR5523
3407product ZCOM AR5523_NF		0x0013	AR5523 driver (no firmware)
3408product ZCOM XM142		0x0015	XM-142
3409product ZCOM ZD1211B		0x001a	ZD1211B
3410product ZCOM RT2870_1		0x0022	RT2870
3411product ZCOM RT2870_2		0x0025	RT2870
3412
3413/* Zinwell products */
3414product ZINWELL RT2570		0x0260	RT2570
3415product ZINWELL RT2870_1	0x0280	RT2870
3416product ZINWELL RT2870_2	0x0282	RT2870
3417product ZINWELL RT3072_1	0x0283	RT3072
3418product ZINWELL RT3072_2	0x0284	RT3072
3419product ZINWELL RT3070		0x5257	RT3070
3420
3421/* Zoom Telephonics, Inc. products */
3422product ZOOM 2986L		0x9700	2986L Fax modem
3423
3424/* Zoran Microelectronics products */
3425product ZORAN EX20DSC		0x4343	Digital Camera EX-20 DSC
3426
3427/* Zydas Technology Corporation products */
3428product ZYDAS ZD1211		0x1211	ZD1211 WLAN abg
3429product ZYDAS ZD1211B		0x1215	ZD1211B
3430
3431/* ZyXEL Communication Co. products */
3432product ZYXEL OMNI56K		0x1500	Omni 56K Plus
3433product ZYXEL 980N		0x2011	Scorpion-980N keyboard
3434product ZYXEL ZYAIRG220		0x3401	ZyAIR G-220
3435product ZYXEL G200V2		0x3407	G-200 v2
3436product ZYXEL AG225H		0x3409	AG-225H
3437product ZYXEL M202		0x340a	M-202
3438product ZYXEL G220V2		0x340f	G-220 v2
3439product ZYXEL G202		0x3410	G-202
3440product ZYXEL RT2870_1		0x3416	RT2870
3441product ZYXEL RT2870_2		0x341a	RT2870
3442