xref: /freebsd/sys/dev/usb/usbdevs (revision 0923ff82fb383a755b2402bbf2cfece4c199a86c)
102ac6454SAndrew Thompson$FreeBSD$
202ac6454SAndrew Thompson/* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */
302ac6454SAndrew Thompson
402ac6454SAndrew Thompson/*-
502ac6454SAndrew Thompson * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
602ac6454SAndrew Thompson * All rights reserved.
702ac6454SAndrew Thompson *
802ac6454SAndrew Thompson * This code is derived from software contributed to The NetBSD Foundation
902ac6454SAndrew Thompson * by Lennart Augustsson (lennart@augustsson.net) at
1002ac6454SAndrew Thompson * Carlstedt Research & Technology.
1102ac6454SAndrew Thompson *
1202ac6454SAndrew Thompson * Redistribution and use in source and binary forms, with or without
1302ac6454SAndrew Thompson * modification, are permitted provided that the following conditions
1402ac6454SAndrew Thompson * are met:
1502ac6454SAndrew Thompson * 1. Redistributions of source code must retain the above copyright
1602ac6454SAndrew Thompson *    notice, this list of conditions and the following disclaimer.
1702ac6454SAndrew Thompson * 2. Redistributions in binary form must reproduce the above copyright
1802ac6454SAndrew Thompson *    notice, this list of conditions and the following disclaimer in the
1902ac6454SAndrew Thompson *    documentation and/or other materials provided with the distribution.
2002ac6454SAndrew Thompson *
2102ac6454SAndrew Thompson * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2202ac6454SAndrew Thompson * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2302ac6454SAndrew Thompson * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2402ac6454SAndrew Thompson * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2502ac6454SAndrew Thompson * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2602ac6454SAndrew Thompson * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2702ac6454SAndrew Thompson * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2802ac6454SAndrew Thompson * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2902ac6454SAndrew Thompson * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3002ac6454SAndrew Thompson * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3102ac6454SAndrew Thompson * POSSIBILITY OF SUCH DAMAGE.
3202ac6454SAndrew Thompson */
3302ac6454SAndrew Thompson
3402ac6454SAndrew Thompson/*
3502ac6454SAndrew Thompson * List of known USB vendors
3602ac6454SAndrew Thompson *
3702ac6454SAndrew Thompson * USB.org publishes a VID list of USB-IF member companies at
3802ac6454SAndrew Thompson * http://www.usb.org/developers/tools
3902ac6454SAndrew Thompson * Note that it does not show companies that have obtained a Vendor ID
4002ac6454SAndrew Thompson * without becoming full members.
4102ac6454SAndrew Thompson *
4202ac6454SAndrew Thompson * Please note that these IDs do not do anything. Adding an ID here and
4302ac6454SAndrew Thompson * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
4402ac6454SAndrew Thompson * available to the source code and does not change any functionality, nor
4502ac6454SAndrew Thompson * does it make your device available to a specific driver.
4602ac6454SAndrew Thompson * It will however make the descriptive string available if a device does not
4702ac6454SAndrew Thompson * provide the string itself.
4802ac6454SAndrew Thompson *
4902ac6454SAndrew Thompson * After adding a vendor ID VNDR and a product ID PRDCT you will have the
5002ac6454SAndrew Thompson * following extra defines:
5102ac6454SAndrew Thompson * #define USB_VENDOR_VNDR              0x????
5202ac6454SAndrew Thompson * #define USB_PRODUCT_VNDR_PRDCT       0x????
5302ac6454SAndrew Thompson *
5402ac6454SAndrew Thompson * You may have to add these defines to the respective probe routines to
5502ac6454SAndrew Thompson * make the device recognised by the appropriate device driver.
5602ac6454SAndrew Thompson */
5702ac6454SAndrew Thompson
5802ac6454SAndrew Thompsonvendor UNKNOWN1		0x0053	Unknown vendor
5902ac6454SAndrew Thompsonvendor UNKNOWN2		0x0105	Unknown vendor
6002ac6454SAndrew Thompsonvendor EGALAX2		0x0123	eGalax, Inc.
616001d011SHans Petter Selaskyvendor CHIPSBANK	0x0204	Chipsbank Microelectronics Co.
6202ac6454SAndrew Thompsonvendor HUMAX		0x02ad	HUMAX
6310c66ed3SEitan Adlervendor QUAN		0x01e1	Quan
6402ac6454SAndrew Thompsonvendor LTS		0x0386	LTS
6502ac6454SAndrew Thompsonvendor BWCT		0x03da	Bernd Walter Computer Technology
6602ac6454SAndrew Thompsonvendor AOX		0x03e8	AOX
6702ac6454SAndrew Thompsonvendor THESYS		0x03e9	Thesys
6802ac6454SAndrew Thompsonvendor DATABROADCAST	0x03ea	Data Broadcasting
6902ac6454SAndrew Thompsonvendor ATMEL		0x03eb	Atmel
7002ac6454SAndrew Thompsonvendor IWATSU		0x03ec	Iwatsu America
7102ac6454SAndrew Thompsonvendor MITSUMI		0x03ee	Mitsumi
7202ac6454SAndrew Thompsonvendor HP		0x03f0	Hewlett Packard
7302ac6454SAndrew Thompsonvendor GENOA		0x03f1	Genoa
7402ac6454SAndrew Thompsonvendor OAK		0x03f2	Oak
7502ac6454SAndrew Thompsonvendor ADAPTEC		0x03f3	Adaptec
7602ac6454SAndrew Thompsonvendor DIEBOLD		0x03f4	Diebold
7702ac6454SAndrew Thompsonvendor SIEMENSELECTRO	0x03f5	Siemens Electromechanical
7802ac6454SAndrew Thompsonvendor EPSONIMAGING	0x03f8	Epson Imaging
7902ac6454SAndrew Thompsonvendor KEYTRONIC	0x03f9	KeyTronic
8002ac6454SAndrew Thompsonvendor OPTI		0x03fb	OPTi
8102ac6454SAndrew Thompsonvendor ELITEGROUP	0x03fc	Elitegroup
8202ac6454SAndrew Thompsonvendor XILINX		0x03fd	Xilinx
8302ac6454SAndrew Thompsonvendor FARALLON		0x03fe	Farallon Communications
8402ac6454SAndrew Thompsonvendor NATIONAL		0x0400	National Semiconductor
8502ac6454SAndrew Thompsonvendor NATIONALREG	0x0401	National Registry
8602ac6454SAndrew Thompsonvendor ACERLABS		0x0402	Acer Labs
8702ac6454SAndrew Thompsonvendor FTDI		0x0403	Future Technology Devices
8802ac6454SAndrew Thompsonvendor NCR		0x0404	NCR
8902ac6454SAndrew Thompsonvendor SYNOPSYS2	0x0405	Synopsys
9002ac6454SAndrew Thompsonvendor FUJITSUICL	0x0406	Fujitsu-ICL
9102ac6454SAndrew Thompsonvendor FUJITSU2		0x0407	Fujitsu Personal Systems
9202ac6454SAndrew Thompsonvendor QUANTA		0x0408	Quanta
9302ac6454SAndrew Thompsonvendor NEC		0x0409	NEC
9402ac6454SAndrew Thompsonvendor KODAK		0x040a	Eastman Kodak
9510c66ed3SEitan Adlervendor WELTREND		0x040b	Weltrend Semiconductor
9602ac6454SAndrew Thompsonvendor VIA		0x040d	VIA
9702ac6454SAndrew Thompsonvendor MCCI		0x040e	MCCI
9802ac6454SAndrew Thompsonvendor MELCO		0x0411	Melco
9902ac6454SAndrew Thompsonvendor LEADTEK		0x0413	Leadtek
10002ac6454SAndrew Thompsonvendor WINBOND		0x0416	Winbond
10102ac6454SAndrew Thompsonvendor PHOENIX		0x041a	Phoenix
10202ac6454SAndrew Thompsonvendor CREATIVE		0x041e	Creative Labs
10302ac6454SAndrew Thompsonvendor NOKIA		0x0421	Nokia
10402ac6454SAndrew Thompsonvendor ADI		0x0422	ADI Systems
10502ac6454SAndrew Thompsonvendor CATC		0x0423	Computer Access Technology
1063c41bcdfSIan Leporevendor SMC2		0x0424	Microchip Technology
10702ac6454SAndrew Thompsonvendor MOTOROLA_HK	0x0425	Motorola HK
10802ac6454SAndrew Thompsonvendor GRAVIS		0x0428	Advanced Gravis Computer
10902ac6454SAndrew Thompsonvendor CIRRUSLOGIC	0x0429	Cirrus Logic
11002ac6454SAndrew Thompsonvendor INNOVATIVE	0x042c	Innovative Semiconductors
11102ac6454SAndrew Thompsonvendor MOLEX		0x042f	Molex
11202ac6454SAndrew Thompsonvendor SUN		0x0430	Sun Microsystems
11302ac6454SAndrew Thompsonvendor UNISYS		0x0432	Unisys
11402ac6454SAndrew Thompsonvendor TAUGA		0x0436	Taugagreining HF
11502ac6454SAndrew Thompsonvendor AMD		0x0438	Advanced Micro Devices
11602ac6454SAndrew Thompsonvendor LEXMARK		0x043d	Lexmark International
11702ac6454SAndrew Thompsonvendor LG		0x043e	LG Electronics
11802ac6454SAndrew Thompsonvendor NANAO		0x0440	NANAO
11902ac6454SAndrew Thompsonvendor GATEWAY		0x0443	Gateway 2000
12002ac6454SAndrew Thompsonvendor NMB		0x0446	NMB
12102ac6454SAndrew Thompsonvendor ALPS		0x044e	Alps Electric
12202ac6454SAndrew Thompsonvendor THRUST		0x044f	Thrustmaster
12302ac6454SAndrew Thompsonvendor TI		0x0451	Texas Instruments
12402ac6454SAndrew Thompsonvendor ANALOGDEVICES	0x0456	Analog Devices
12502ac6454SAndrew Thompsonvendor SIS		0x0457	Silicon Integrated Systems Corp.
12602ac6454SAndrew Thompsonvendor KYE		0x0458	KYE Systems
12702ac6454SAndrew Thompsonvendor DIAMOND2		0x045a	Diamond (Supra)
12802ac6454SAndrew Thompsonvendor RENESAS		0x045b	Renesas
12902ac6454SAndrew Thompsonvendor MICROSOFT	0x045e	Microsoft
13002ac6454SAndrew Thompsonvendor PRIMAX		0x0461	Primax Electronics
13102ac6454SAndrew Thompsonvendor MGE		0x0463	MGE UPS Systems
13202ac6454SAndrew Thompsonvendor AMP		0x0464	AMP
13302ac6454SAndrew Thompsonvendor CHERRY		0x046a	Cherry Mikroschalter
13402ac6454SAndrew Thompsonvendor MEGATRENDS	0x046b	American Megatrends
13502ac6454SAndrew Thompsonvendor LOGITECH		0x046d	Logitech
13602ac6454SAndrew Thompsonvendor BTC		0x046e	Behavior Tech. Computer
13702ac6454SAndrew Thompsonvendor PHILIPS		0x0471	Philips
13820733245SPedro F. Giffunivendor SUN2		0x0472	Sun Microsystems (official)
13902ac6454SAndrew Thompsonvendor SANYO		0x0474	Sanyo Electric
14002ac6454SAndrew Thompsonvendor SEAGATE		0x0477	Seagate
14102ac6454SAndrew Thompsonvendor CONNECTIX	0x0478	Connectix
14202ac6454SAndrew Thompsonvendor SEMTECH		0x047a	Semtech
14303d9c6aaSOleksandr Tymoshenkovendor DELL2		0x047c	Dell
14402ac6454SAndrew Thompsonvendor KENSINGTON	0x047d	Kensington
14502ac6454SAndrew Thompsonvendor LUCENT		0x047e	Lucent
14602ac6454SAndrew Thompsonvendor PLANTRONICS	0x047f	Plantronics
14702ac6454SAndrew Thompsonvendor KYOCERA		0x0482	Kyocera Wireless Corp.
14802ac6454SAndrew Thompsonvendor STMICRO		0x0483	STMicroelectronics
14910c66ed3SEitan Adlervendor FOXCONN		0x0489	Foxconn / Hon Hai
15002ac6454SAndrew Thompsonvendor MEIZU		0x0492	Meizu Electronics
15102ac6454SAndrew Thompsonvendor YAMAHA		0x0499	YAMAHA
15202ac6454SAndrew Thompsonvendor COMPAQ		0x049f	Compaq
15302ac6454SAndrew Thompsonvendor HITACHI		0x04a4	Hitachi
15402ac6454SAndrew Thompsonvendor ACERP		0x04a5	Acer Peripherals
15502ac6454SAndrew Thompsonvendor DAVICOM		0x04a6	Davicom
15602ac6454SAndrew Thompsonvendor VISIONEER	0x04a7	Visioneer
15702ac6454SAndrew Thompsonvendor CANON		0x04a9	Canon
15802ac6454SAndrew Thompsonvendor NIKON		0x04b0	Nikon
15902ac6454SAndrew Thompsonvendor PAN		0x04b1	Pan International
16002ac6454SAndrew Thompsonvendor IBM		0x04b3	IBM
16102ac6454SAndrew Thompsonvendor CYPRESS		0x04b4	Cypress Semiconductor
16202ac6454SAndrew Thompsonvendor ROHM		0x04b5	ROHM
16302ac6454SAndrew Thompsonvendor COMPAL		0x04b7	Compal
16402ac6454SAndrew Thompsonvendor EPSON		0x04b8	Seiko Epson
16502ac6454SAndrew Thompsonvendor RAINBOW		0x04b9	Rainbow Technologies
16602ac6454SAndrew Thompsonvendor IODATA		0x04bb	I-O Data
16702ac6454SAndrew Thompsonvendor TDK		0x04bf	TDK
16802ac6454SAndrew Thompsonvendor 3COMUSR		0x04c1	U.S. Robotics
16902ac6454SAndrew Thompsonvendor METHODE		0x04c2	Methode Electronics Far East
17002ac6454SAndrew Thompsonvendor MAXISWITCH	0x04c3	Maxi Switch
17102ac6454SAndrew Thompsonvendor LOCKHEEDMER	0x04c4	Lockheed Martin Energy Research
17202ac6454SAndrew Thompsonvendor FUJITSU		0x04c5	Fujitsu
17302ac6454SAndrew Thompsonvendor TOSHIBAAM	0x04c6	Toshiba America
17402ac6454SAndrew Thompsonvendor MICROMACRO	0x04c7	Micro Macro Technologies
17502ac6454SAndrew Thompsonvendor KONICA		0x04c8	Konica
17602ac6454SAndrew Thompsonvendor LITEON		0x04ca	Lite-On Technology
17702ac6454SAndrew Thompsonvendor FUJIPHOTO	0x04cb	Fuji Photo Film
17802ac6454SAndrew Thompsonvendor PHILIPSSEMI	0x04cc	Philips Semiconductors
17902ac6454SAndrew Thompsonvendor TATUNG		0x04cd	Tatung Co. Of America
18002ac6454SAndrew Thompsonvendor SCANLOGIC	0x04ce	ScanLogic
18102ac6454SAndrew Thompsonvendor MYSON		0x04cf	Myson Technology
18202ac6454SAndrew Thompsonvendor DIGI2		0x04d0	Digi
18302ac6454SAndrew Thompsonvendor ITTCANON		0x04d1	ITT Canon
18402ac6454SAndrew Thompsonvendor ALTEC		0x04d2	Altec Lansing
18502ac6454SAndrew Thompsonvendor LSI		0x04d4	LSI
18602ac6454SAndrew Thompsonvendor MENTORGRAPHICS	0x04d6	Mentor Graphics
187ddf42202SJessica Clarkevendor MICROCHIP	0x04d8	Microchip Technology, Inc.
18802ac6454SAndrew Thompsonvendor HOLTEK		0x04d9	Holtek Semiconductor, Inc.
18902ac6454SAndrew Thompsonvendor PANASONIC	0x04da	Panasonic (Matsushita)
19002ac6454SAndrew Thompsonvendor HUANHSIN		0x04dc	Huan Hsin
19102ac6454SAndrew Thompsonvendor SHARP		0x04dd	Sharp
19202ac6454SAndrew Thompsonvendor IIYAMA		0x04e1	Iiyama
19302ac6454SAndrew Thompsonvendor SHUTTLE		0x04e6	Shuttle Technology
19402ac6454SAndrew Thompsonvendor ELO		0x04e7	Elo TouchSystems
19502ac6454SAndrew Thompsonvendor SAMSUNG		0x04e8	Samsung Electronics
19602ac6454SAndrew Thompsonvendor NORTHSTAR	0x04eb	Northstar
19702ac6454SAndrew Thompsonvendor TOKYOELECTRON	0x04ec	Tokyo Electron
19802ac6454SAndrew Thompsonvendor ANNABOOKS	0x04ed	Annabooks
19902ac6454SAndrew Thompsonvendor JVC		0x04f1	JVC
20002ac6454SAndrew Thompsonvendor CHICONY		0x04f2	Chicony Electronics
20110c66ed3SEitan Adlervendor ELAN		0x04f3	ELAN Microelectronics
20202ac6454SAndrew Thompsonvendor NEWNEX		0x04f7	Newnex
20302ac6454SAndrew Thompsonvendor BROTHER		0x04f9	Brother Industries
20402ac6454SAndrew Thompsonvendor DALLAS		0x04fa	Dallas Semiconductor
20502ac6454SAndrew Thompsonvendor AIPTEK2		0x04fc	AIPTEK International
20602ac6454SAndrew Thompsonvendor PFU		0x04fe	PFU
20702ac6454SAndrew Thompsonvendor FUJIKURA		0x0501	Fujikura/DDK
20802ac6454SAndrew Thompsonvendor ACER		0x0502	Acer
20902ac6454SAndrew Thompsonvendor 3COM		0x0506	3Com
21002ac6454SAndrew Thompsonvendor HOSIDEN		0x0507	Hosiden Corporation
21102ac6454SAndrew Thompsonvendor AZTECH		0x0509	Aztech Systems
21202ac6454SAndrew Thompsonvendor BELKIN		0x050d	Belkin Components
21302ac6454SAndrew Thompsonvendor KAWATSU		0x050f	Kawatsu Semiconductor
21402ac6454SAndrew Thompsonvendor FCI		0x0514	FCI
21502ac6454SAndrew Thompsonvendor LONGWELL		0x0516	Longwell
21602ac6454SAndrew Thompsonvendor COMPOSITE	0x0518	Composite
21702ac6454SAndrew Thompsonvendor STAR		0x0519	Star Micronics
21802ac6454SAndrew Thompsonvendor APC		0x051d	American Power Conversion
21902ac6454SAndrew Thompsonvendor SCIATLANTA	0x051e	Scientific Atlanta
22002ac6454SAndrew Thompsonvendor TSM		0x0520	TSM
22102ac6454SAndrew Thompsonvendor CONNECTEK	0x0522	Advanced Connectek USA
22202ac6454SAndrew Thompsonvendor NETCHIP		0x0525	NetChip Technology
22302ac6454SAndrew Thompsonvendor ALTRA		0x0527	ALTRA
22402ac6454SAndrew Thompsonvendor ATI		0x0528	ATI Technologies
22502ac6454SAndrew Thompsonvendor AKS		0x0529	Aladdin Knowledge Systems
22602ac6454SAndrew Thompsonvendor TEKOM		0x052b	Tekom
22702ac6454SAndrew Thompsonvendor CANONDEV		0x052c	Canon
22802ac6454SAndrew Thompsonvendor WACOMTECH	0x0531	Wacom
22902ac6454SAndrew Thompsonvendor INVENTEC		0x0537	Inventec
23002ac6454SAndrew Thompsonvendor SHYHSHIUN	0x0539	Shyh Shiun Terminals
23102ac6454SAndrew Thompsonvendor PREHWERKE	0x053a	Preh Werke Gmbh & Co. KG
23202ac6454SAndrew Thompsonvendor SYNOPSYS		0x053f	Synopsys
23302ac6454SAndrew Thompsonvendor UNIACCESS	0x0540	Universal Access
23402ac6454SAndrew Thompsonvendor VIEWSONIC	0x0543	ViewSonic
23502ac6454SAndrew Thompsonvendor XIRLINK		0x0545	Xirlink
23602ac6454SAndrew Thompsonvendor ANCHOR		0x0547	Anchor Chips
23702ac6454SAndrew Thompsonvendor SONY		0x054c	Sony
23802ac6454SAndrew Thompsonvendor FUJIXEROX	0x0550	Fuji Xerox
23902ac6454SAndrew Thompsonvendor VISION		0x0553	VLSI Vision
24002ac6454SAndrew Thompsonvendor ASAHIKASEI	0x0556	Asahi Kasei Microsystems
24102ac6454SAndrew Thompsonvendor ATEN		0x0557	ATEN International
24202ac6454SAndrew Thompsonvendor SAMSUNG2		0x055d	Samsung Electronics
24302ac6454SAndrew Thompsonvendor MUSTEK		0x055f	Mustek Systems
24402ac6454SAndrew Thompsonvendor TELEX		0x0562	Telex Communications
24502ac6454SAndrew Thompsonvendor CHINON		0x0564	Chinon
24602ac6454SAndrew Thompsonvendor PERACOM		0x0565	Peracom Networks
24702ac6454SAndrew Thompsonvendor ALCOR2		0x0566	Alcor Micro
24802ac6454SAndrew Thompsonvendor XYRATEX		0x0567	Xyratex
24902ac6454SAndrew Thompsonvendor WACOM		0x056a	WACOM
25002ac6454SAndrew Thompsonvendor ETEK		0x056c	e-TEK Labs
25102ac6454SAndrew Thompsonvendor EIZO		0x056d	EIZO
25202ac6454SAndrew Thompsonvendor ELECOM		0x056e	Elecom
25302ac6454SAndrew Thompsonvendor CONEXANT		0x0572	Conexant
25402ac6454SAndrew Thompsonvendor HAUPPAUGE	0x0573	Hauppauge Computer Works
25502ac6454SAndrew Thompsonvendor BAFO		0x0576	BAFO/Quality Computer Accessories
25602ac6454SAndrew Thompsonvendor YEDATA		0x057b	Y-E Data
25702ac6454SAndrew Thompsonvendor AVM		0x057c	AVM
25810c66ed3SEitan Adlervendor NINTENDO		0x057e	Nintendo
25902ac6454SAndrew Thompsonvendor QUICKSHOT	0x057f	Quickshot
26002ac6454SAndrew Thompsonvendor ROLAND		0x0582	Roland
26102ac6454SAndrew Thompsonvendor ROCKFIRE		0x0583	Rockfire
26202ac6454SAndrew Thompsonvendor RATOC		0x0584	RATOC Systems
26302ac6454SAndrew Thompsonvendor ZYXEL		0x0586	ZyXEL Communication
26402ac6454SAndrew Thompsonvendor INFINEON		0x058b	Infineon
26502ac6454SAndrew Thompsonvendor MICREL		0x058d	Micrel
26602ac6454SAndrew Thompsonvendor ALCOR		0x058f	Alcor Micro
26702ac6454SAndrew Thompsonvendor OMRON		0x0590	OMRON
26802ac6454SAndrew Thompsonvendor ZORAN		0x0595	Zoran Microelectronics
26902ac6454SAndrew Thompsonvendor NIIGATA		0x0598	Niigata
27002ac6454SAndrew Thompsonvendor IOMEGA		0x059b	Iomega
27102ac6454SAndrew Thompsonvendor ATREND		0x059c	A-Trend Technology
27202ac6454SAndrew Thompsonvendor AID		0x059d	Advanced Input Devices
27302ac6454SAndrew Thompsonvendor LACIE		0x059f	LaCie
27402ac6454SAndrew Thompsonvendor FUJIFILM		0x05a2	Fuji Film
27502ac6454SAndrew Thompsonvendor ARC		0x05a3	ARC
27602ac6454SAndrew Thompsonvendor ORTEK		0x05a4	Ortek
2773707a5e9SAndrew Thompsonvendor CISCOLINKSYS3	0x05a6	Cisco-Linksys
27802ac6454SAndrew Thompsonvendor BOSE		0x05a7	Bose
27902ac6454SAndrew Thompsonvendor OMNIVISION	0x05a9	OmniVision
28002ac6454SAndrew Thompsonvendor INSYSTEM		0x05ab	In-System Design
28102ac6454SAndrew Thompsonvendor APPLE		0x05ac	Apple Computer
28202ac6454SAndrew Thompsonvendor YCCABLE		0x05ad	Y.C. Cable
28302ac6454SAndrew Thompsonvendor DIGITALPERSONA	0x05ba	DigitalPersona
28402ac6454SAndrew Thompsonvendor 3G		0x05bc	3G Green Green Globe
28502ac6454SAndrew Thompsonvendor RAFI		0x05bd	RAFI
28602ac6454SAndrew Thompsonvendor TYCO		0x05be	Tyco
28702ac6454SAndrew Thompsonvendor KAWASAKI		0x05c1	Kawasaki
28802ac6454SAndrew Thompsonvendor DIGI		0x05c5	Digi International
28902ac6454SAndrew Thompsonvendor QUALCOMM2	0x05c6	Qualcomm
29002ac6454SAndrew Thompsonvendor QTRONIX		0x05c7	Qtronix
29102ac6454SAndrew Thompsonvendor FOXLINK		0x05c8	Foxlink
29202ac6454SAndrew Thompsonvendor RICOH		0x05ca	Ricoh
29302ac6454SAndrew Thompsonvendor ELSA		0x05cc	ELSA
29402ac6454SAndrew Thompsonvendor SCIWORX		0x05ce	sci-worx
29502ac6454SAndrew Thompsonvendor BRAINBOXES	0x05d1	Brainboxes Limited
29602ac6454SAndrew Thompsonvendor ULTIMA		0x05d8	Ultima
29702ac6454SAndrew Thompsonvendor AXIOHM		0x05d9	Axiohm Transaction Solutions
29802ac6454SAndrew Thompsonvendor MICROTEK		0x05da	Microtek
29902ac6454SAndrew Thompsonvendor SUNTAC		0x05db	SUN Corporation
30002ac6454SAndrew Thompsonvendor LEXAR		0x05dc	Lexar Media
30102ac6454SAndrew Thompsonvendor ADDTRON		0x05dd	Addtron
30202ac6454SAndrew Thompsonvendor SYMBOL		0x05e0	Symbol Technologies
30302ac6454SAndrew Thompsonvendor SYNTEK		0x05e1	Syntek
30402ac6454SAndrew Thompsonvendor GENESYS		0x05e3	Genesys Logic
30502ac6454SAndrew Thompsonvendor FUJI		0x05e5	Fuji Electric
30602ac6454SAndrew Thompsonvendor KEITHLEY		0x05e6	Keithley Instruments
30702ac6454SAndrew Thompsonvendor EIZONANAO	0x05e7	EIZO Nanao
30802ac6454SAndrew Thompsonvendor KLSI		0x05e9	Kawasaki LSI
30902ac6454SAndrew Thompsonvendor FFC		0x05eb	FFC
31002ac6454SAndrew Thompsonvendor ANKO		0x05ef	Anko Electronic
31102ac6454SAndrew Thompsonvendor PIENGINEERING	0x05f3	P.I. Engineering
31202ac6454SAndrew Thompsonvendor AOC		0x05f6	AOC International
31302ac6454SAndrew Thompsonvendor CHIC		0x05fe	Chic Technology
31402ac6454SAndrew Thompsonvendor BARCO		0x0600	Barco Display Systems
31502ac6454SAndrew Thompsonvendor BRIDGE		0x0607	Bridge Information
31610c66ed3SEitan Adlervendor SMK		0x0609	SMK
31702ac6454SAndrew Thompsonvendor SOLIDYEAR	0x060b	Solid Year
31802ac6454SAndrew Thompsonvendor BIORAD		0x0614	Bio-Rad Laboratories
31902ac6454SAndrew Thompsonvendor MACALLY		0x0618	Macally
32002ac6454SAndrew Thompsonvendor ACTLABS		0x061c	Act Labs
32102ac6454SAndrew Thompsonvendor ALARIS		0x0620	Alaris
32202ac6454SAndrew Thompsonvendor APEX		0x0624	Apex
32302ac6454SAndrew Thompsonvendor CREATIVE3	0x062a	Creative Labs
324c3369741SEd Mastevendor MICRON		0x0634	Micron Technology
32502ac6454SAndrew Thompsonvendor VIVITAR		0x0636	Vivitar
32602ac6454SAndrew Thompsonvendor GUNZE		0x0637	Gunze Electronics USA
32702ac6454SAndrew Thompsonvendor AVISION		0x0638	Avision
32802ac6454SAndrew Thompsonvendor TEAC		0x0644	TEAC
3293426950eSHans Petter Selaskyvendor ACTON		0x0647	Acton Research Corp.
330cd4c88caSGavin Atkinsonvendor OPTO		0x065a	Optoelectronics Co., Ltd
33102ac6454SAndrew Thompsonvendor SGI		0x065e	Silicon Graphics
33202ac6454SAndrew Thompsonvendor SANWASUPPLY	0x0663	Sanwa Supply
3337b360bccSAndrew Thompsonvendor MEGATEC		0x0665	Megatec
33402ac6454SAndrew Thompsonvendor LINKSYS		0x066b	Linksys
33502ac6454SAndrew Thompsonvendor ACERSA		0x066e	Acer Semiconductor America
33602ac6454SAndrew Thompsonvendor SIGMATEL		0x066f	Sigmatel
33702ac6454SAndrew Thompsonvendor DRAYTEK		0x0675	DrayTek
33802ac6454SAndrew Thompsonvendor AIWA		0x0677	Aiwa
33902ac6454SAndrew Thompsonvendor ACARD		0x0678	ACARD Technology
34002ac6454SAndrew Thompsonvendor PROLIFIC		0x067b	Prolific Technology
34102ac6454SAndrew Thompsonvendor SIEMENS		0x067c	Siemens
34202ac6454SAndrew Thompsonvendor AVANCELOGIC	0x0680	Avance Logic
34302ac6454SAndrew Thompsonvendor SIEMENS2		0x0681	Siemens
34402ac6454SAndrew Thompsonvendor MINOLTA		0x0686	Minolta
34502ac6454SAndrew Thompsonvendor CHPRODUCTS	0x068e	CH Products
34602ac6454SAndrew Thompsonvendor HAGIWARA		0x0693	Hagiwara Sys-Com
34702ac6454SAndrew Thompsonvendor CTX		0x0698	Chuntex
34802ac6454SAndrew Thompsonvendor ASKEY		0x069a	Askey Computer
34902ac6454SAndrew Thompsonvendor SAITEK		0x06a3	Saitek
35002ac6454SAndrew Thompsonvendor ALCATELT		0x06b9	Alcatel Telecom
35102ac6454SAndrew Thompsonvendor AGFA		0x06bd	AGFA-Gevaert
35202ac6454SAndrew Thompsonvendor ASIAMD		0x06be	Asia Microelectronic Development
35302ac6454SAndrew Thompsonvendor BIZLINK		0x06c4	Bizlink International
3546d8b651cSBjoern A. Zeebvendor SYNAPTICS	0x06cb  Synaptics, Inc.
35502ac6454SAndrew Thompsonvendor KEYSPAN		0x06cd	Keyspan / InnoSys Inc.
3563426950eSHans Petter Selaskyvendor CONTEC		0x06ce	Contec products
35702ac6454SAndrew Thompsonvendor AASHIMA		0x06d6	Aashima Technology
3587dddb455SGavin Atkinsonvendor LIEBERT		0x06da	Liebert
35902ac6454SAndrew Thompsonvendor MULTITECH	0x06e0	MultiTech
36002ac6454SAndrew Thompsonvendor ADS		0x06e1	ADS Technologies
36102ac6454SAndrew Thompsonvendor ALCATELM		0x06e4	Alcatel Microelectronics
36202ac6454SAndrew Thompsonvendor SIRIUS		0x06ea	Sirius Technologies
36302ac6454SAndrew Thompsonvendor GUILLEMOT	0x06f8	Guillemot
36402ac6454SAndrew Thompsonvendor BOSTON		0x06fd	Boston Acoustics
36502ac6454SAndrew Thompsonvendor SMC		0x0707	Standard Microsystems
36602ac6454SAndrew Thompsonvendor PUTERCOM		0x0708	Putercom
36702ac6454SAndrew Thompsonvendor MCT		0x0711	MCT
36802ac6454SAndrew Thompsonvendor IMATION		0x0718	Imation
36977c33ae7SAlfred Perlsteinvendor TECLAST		0x071b	Teclast
37002ac6454SAndrew Thompsonvendor SONYERICSSON	0x0731	Sony Ericsson
37102ac6454SAndrew Thompsonvendor EICON		0x0734	Eicon Networks
37210c66ed3SEitan Adlervendor MADCATZ		0x0738	Mad Catz, Inc.
37302ac6454SAndrew Thompsonvendor SYNTECH		0x0745	Syntech Information
37402ac6454SAndrew Thompsonvendor DIGITALSTREAM	0x074e	Digital Stream
37502ac6454SAndrew Thompsonvendor AUREAL		0x0755	Aureal Semiconductor
3763557aa50SHans Petter Selaskyvendor MAUDIO		0x0763	M-Audio
37702ac6454SAndrew Thompsonvendor CYBERPOWER	0x0764	Cyber Power Systems, Inc.
37802ac6454SAndrew Thompsonvendor SURECOM		0x0769	Surecom Technology
37961bb77d4SGavin Atkinsonvendor HIDGLOBAL	0x076b	HID Global
38002ac6454SAndrew Thompsonvendor LINKSYS2		0x077b	Linksys
38102ac6454SAndrew Thompsonvendor GRIFFIN		0x077d	Griffin Technology
38202ac6454SAndrew Thompsonvendor SANDISK		0x0781	SanDisk
38302ac6454SAndrew Thompsonvendor JENOPTIK		0x0784	Jenoptik
38402ac6454SAndrew Thompsonvendor LOGITEC		0x0789	Logitec
385f5113df9SGavin Atkinsonvendor NOKIA2		0x078b	Nokia
38602ac6454SAndrew Thompsonvendor BRIMAX		0x078e	Brimax
38702ac6454SAndrew Thompsonvendor AXIS		0x0792	Axis Communications
38802ac6454SAndrew Thompsonvendor ABL		0x0794	ABL Electronics
38902ac6454SAndrew Thompsonvendor SAGEM		0x079b	Sagem
39002ac6454SAndrew Thompsonvendor SUNCOMM		0x079c	Sun Communications, Inc.
39102ac6454SAndrew Thompsonvendor ALFADATA		0x079d	Alfadata Computer
39202ac6454SAndrew Thompsonvendor NATIONALTECH	0x07a2	National Technical Systems
39302ac6454SAndrew Thompsonvendor ONNTO		0x07a3	Onnto
39402ac6454SAndrew Thompsonvendor BE		0x07a4	Be
39502ac6454SAndrew Thompsonvendor ADMTEK		0x07a6	ADMtek
39602ac6454SAndrew Thompsonvendor COREGA		0x07aa	Corega
39702ac6454SAndrew Thompsonvendor FREECOM		0x07ab	Freecom
39802ac6454SAndrew Thompsonvendor MICROTECH	0x07af	Microtech
39902ac6454SAndrew Thompsonvendor GENERALINSTMNTS	0x07b2	General Instruments (Motorola)
40002ac6454SAndrew Thompsonvendor OLYMPUS		0x07b4	Olympus
40102ac6454SAndrew Thompsonvendor ABOCOM		0x07b8	AboCom Systems
40210c66ed3SEitan Adlervendor KINGSUN		0x07c0	KingSun
40302ac6454SAndrew Thompsonvendor KEISOKUGIKEN	0x07c1	Keisokugiken
40402ac6454SAndrew Thompsonvendor ONSPEC		0x07c4	OnSpec
40502ac6454SAndrew Thompsonvendor APG		0x07c5	APG Cash Drawer
40602ac6454SAndrew Thompsonvendor BUG		0x07c8	B.U.G.
40702ac6454SAndrew Thompsonvendor ALLIEDTELESYN	0x07c9	Allied Telesyn International
40802ac6454SAndrew Thompsonvendor AVERMEDIA	0x07ca	AVerMedia Technologies
40902ac6454SAndrew Thompsonvendor SIIG		0x07cc	SIIG
41002ac6454SAndrew Thompsonvendor CASIO		0x07cf	CASIO
41102ac6454SAndrew Thompsonvendor DLINK2		0x07d1	D-Link
41202ac6454SAndrew Thompsonvendor APTIO		0x07d2	Aptio Products
41302ac6454SAndrew Thompsonvendor ARASAN		0x07da	Arasan Chip Systems
41402ac6454SAndrew Thompsonvendor ALLIEDCABLE	0x07e6	Allied Cable
41502ac6454SAndrew Thompsonvendor STSN		0x07ef	STSN
41610c66ed3SEitan Adlervendor BEWAN		0x07fa	Bewan
41702ac6454SAndrew Thompsonvendor CENTURY		0x07f7	Century Corp
4186001d011SHans Petter Selaskyvendor NEWLINK		0x07ff	NEWlink
419d11d0374SGavin Atkinsonvendor MAGTEK		0x0801	Mag-Tek
42002ac6454SAndrew Thompsonvendor ZOOM		0x0803	Zoom Telephonics
42102ac6454SAndrew Thompsonvendor PCS		0x0810	Personal Communication Systems
42210c66ed3SEitan Adlervendor SYNET		0x0812	Synet Electronics
4233e4af777SAndrew Thompsonvendor ALPHASMART	0x081e	AlphaSmart, Inc.
42402ac6454SAndrew Thompsonvendor BROADLOGIC	0x0827	BroadLogic
42502ac6454SAndrew Thompsonvendor HANDSPRING	0x082d	Handspring
42602ac6454SAndrew Thompsonvendor PALM		0x0830	Palm Computing
42702ac6454SAndrew Thompsonvendor SOURCENEXT	0x0833	SOURCENEXT
42802ac6454SAndrew Thompsonvendor ACTIONSTAR	0x0835	Action Star Enterprise
42902ac6454SAndrew Thompsonvendor SAMSUNG_TECHWIN	0x0839	Samsung Techwin
43002ac6454SAndrew Thompsonvendor ACCTON		0x083a	Accton Technology
43102ac6454SAndrew Thompsonvendor DIAMOND		0x0841	Diamond
43202ac6454SAndrew Thompsonvendor NETGEAR		0x0846	BayNETGEAR
43302ac6454SAndrew Thompsonvendor TOPRE		0x0853	Topre Corporation
43402ac6454SAndrew Thompsonvendor ACTIVEWIRE	0x0854	ActiveWire
43502ac6454SAndrew Thompsonvendor BBELECTRONICS	0x0856	B&B Electronics
43602ac6454SAndrew Thompsonvendor PORTGEAR		0x085a	PortGear
43702ac6454SAndrew Thompsonvendor NETGEAR2		0x0864	Netgear
43802ac6454SAndrew Thompsonvendor SYSTEMTALKS	0x086e	System Talks
43902ac6454SAndrew Thompsonvendor METRICOM		0x0870	Metricom
44002ac6454SAndrew Thompsonvendor ADESSOKBTEK	0x087c	ADESSO/Kbtek America
44102ac6454SAndrew Thompsonvendor JATON		0x087d	Jaton
44202ac6454SAndrew Thompsonvendor APT		0x0880	APT Technologies
44302ac6454SAndrew Thompsonvendor BOCARESEARCH	0x0885	Boca Research
44402ac6454SAndrew Thompsonvendor ANDREA		0x08a8	Andrea Electronics
44502ac6454SAndrew Thompsonvendor BURRBROWN	0x08bb	Burr-Brown Japan
44602ac6454SAndrew Thompsonvendor 2WIRE		0x08c8	2Wire
44702ac6454SAndrew Thompsonvendor AIPTEK		0x08ca	AIPTEK International
44802ac6454SAndrew Thompsonvendor SMARTBRIDGES	0x08d1	SmartBridges
44961bb77d4SGavin Atkinsonvendor FUJITSUSIEMENS	0x08d4	Fujitsu-Siemens
45002ac6454SAndrew Thompsonvendor BILLIONTON	0x08dd	Billionton Systems
45146cbe200SGavin Atkinsonvendor GEMALTO		0x08e6	Gemalto SA
45202ac6454SAndrew Thompsonvendor EXTENDED		0x08e9	Extended Systems
45302ac6454SAndrew Thompsonvendor MSYSTEMS		0x08ec	M-Systems
454ce617acaSGavin Atkinsonvendor DIGIANSWER	0x08fd	Digianswer
45502ac6454SAndrew Thompsonvendor AUTHENTEC	0x08ff	AuthenTec
45602ac6454SAndrew Thompsonvendor AUDIOTECHNICA	0x0909	Audio-Technica
45702ac6454SAndrew Thompsonvendor TRUMPION		0x090a	Trumpion Microelectronics
45802ac6454SAndrew Thompsonvendor FEIYA		0x090c	Feiya
45902ac6454SAndrew Thompsonvendor ALATION		0x0910	Alation Systems
46002ac6454SAndrew Thompsonvendor GLOBESPAN	0x0915	Globespan
46102ac6454SAndrew Thompsonvendor CONCORDCAMERA	0x0919	Concord Camera
46202ac6454SAndrew Thompsonvendor GARMIN		0x091e	Garmin International
46302ac6454SAndrew Thompsonvendor GOHUBS		0x0921	GoHubs
464415bcd89SHans Petter Selaskyvendor DYMO		0x0922	DYMO
46502ac6454SAndrew Thompsonvendor XEROX		0x0924	Xerox
46602ac6454SAndrew Thompsonvendor BIOMETRIC	0x0929	American Biometric Company
46702ac6454SAndrew Thompsonvendor TOSHIBA		0x0930	Toshiba
46802ac6454SAndrew Thompsonvendor PLEXTOR		0x093b	Plextor
46902ac6454SAndrew Thompsonvendor INTREPIDCS	0x093c	Intrepid
47002ac6454SAndrew Thompsonvendor YANO		0x094f	Yano
47102ac6454SAndrew Thompsonvendor KINGSTON		0x0951	Kingston Technology
47223242e7aSMichal Melounvendor NVIDIA		0x0955	NVIDIA Corporation
47302ac6454SAndrew Thompsonvendor BLUEWATER	0x0956	BlueWater Systems
47402ac6454SAndrew Thompsonvendor AGILENT		0x0957	Agilent Technologies
47502ac6454SAndrew Thompsonvendor GUDE		0x0959	Gude ADS
47602ac6454SAndrew Thompsonvendor PORTSMITH	0x095a	Portsmith
47702ac6454SAndrew Thompsonvendor ACERW		0x0967	Acer
47802ac6454SAndrew Thompsonvendor ADIRONDACK	0x0976	Adirondack Wire & Cable
47902ac6454SAndrew Thompsonvendor BECKHOFF		0x0978	Beckhoff
48002ac6454SAndrew Thompsonvendor MINDSATWORK	0x097a	Minds At Work
48110c66ed3SEitan Adlervendor ZIPPY		0x099a	Zippy Technology Corporation
48202ac6454SAndrew Thompsonvendor POINTCHIPS	0x09a6	PointChips
48302ac6454SAndrew Thompsonvendor INTERSIL		0x09aa	Intersil
48410c66ed3SEitan Adlervendor TRIPPLITE2	0x09ae	Tripp Lite
48502ac6454SAndrew Thompsonvendor ALTIUS		0x09b3	Altius Solutions
48602ac6454SAndrew Thompsonvendor ARRIS		0x09c1	Arris Interactive
48702ac6454SAndrew Thompsonvendor ACTIVCARD	0x09c3	ACTIVCARD
48802ac6454SAndrew Thompsonvendor ACTISYS		0x09c4	ACTiSYS
48902ac6454SAndrew Thompsonvendor NOVATEL2		0x09d7	Novatel Wireless
49002ac6454SAndrew Thompsonvendor AFOURTECH	0x09da	A-FOUR TECH
49102ac6454SAndrew Thompsonvendor AIMEX		0x09dc	AIMEX
49202ac6454SAndrew Thompsonvendor ADDONICS		0x09df	Addonics Technologies
49302ac6454SAndrew Thompsonvendor AKAI		0x09e8	AKAI professional M.I.
49402ac6454SAndrew Thompsonvendor ARESCOM		0x09f5	ARESCOM
49502ac6454SAndrew Thompsonvendor BAY		0x09f9	Bay Associates
49602ac6454SAndrew Thompsonvendor ALTERA		0x09fb	Altera
49702ac6454SAndrew Thompsonvendor CSR		0x0a12	Cambridge Silicon Radio
49802ac6454SAndrew Thompsonvendor TREK		0x0a16	Trek Technology
49902ac6454SAndrew Thompsonvendor ASAHIOPTICAL	0x0a17	Asahi Optical
50002ac6454SAndrew Thompsonvendor BOCASYSTEMS	0x0a43	Boca Systems
50102ac6454SAndrew Thompsonvendor SHANTOU		0x0a46	ShanTou
50202ac6454SAndrew Thompsonvendor MEDIAGEAR	0x0a48	MediaGear
503218ae8fdSHans Petter Selaskyvendor PLOYTEC		0x0a4a	Ploytec GmbH
50402ac6454SAndrew Thompsonvendor BROADCOM		0x0a5c	Broadcom
50502ac6454SAndrew Thompsonvendor GREENHOUSE	0x0a6b	GREENHOUSE
5064944c3a8SHans Petter Selaskyvendor MEDELI		0x0a67	Medeli
50702ac6454SAndrew Thompsonvendor GEOCAST		0x0a79	Geocast Network Systems
508271e5fb0SHans Petter Selaskyvendor EGO		0x0a92	EGO systems
5093426950eSHans Petter Selaskyvendor IDQUANTIQUE	0x0aba	ID Quantique
5103426950eSHans Petter Selaskyvendor IDTECH		0x0acd	ID TECH
51102ac6454SAndrew Thompsonvendor ZYDAS		0x0ace	Zydas Technology Corporation
51202ac6454SAndrew Thompsonvendor NEODIO		0x0aec	Neodio
51315dba721SNick Hibmavendor OPTION		0x0af0	Option N.V.
51402ac6454SAndrew Thompsonvendor ASUS		0x0b05	ASUSTeK Computer
51502ac6454SAndrew Thompsonvendor TODOS		0x0b0c	Todos Data System
51602ac6454SAndrew Thompsonvendor SIIG2		0x0b39	SIIG
51702ac6454SAndrew Thompsonvendor TEKRAM		0x0b3b	Tekram Technology
51802ac6454SAndrew Thompsonvendor HAL		0x0b41	HAL Corporation
51902ac6454SAndrew Thompsonvendor EMS		0x0b43	EMS Production
52002ac6454SAndrew Thompsonvendor NEC2		0x0b62	NEC
521f5113df9SGavin Atkinsonvendor ADLINK		0x0b63	ADLINK Technoligy, Inc.
522beb535e6SEitan Adlervendor ATI2		0x0b6f	ATI Technologies
52302ac6454SAndrew Thompsonvendor ZEEVO		0x0b7a	Zeevo, Inc.
52402ac6454SAndrew Thompsonvendor KURUSUGAWA	0x0b7e	Kurusugawa Electronics, Inc.
525f5113df9SGavin Atkinsonvendor SMART		0x0b8c	Smart Technologies
52602ac6454SAndrew Thompsonvendor ASIX		0x0b95	ASIX Electronics
52702ac6454SAndrew Thompsonvendor O2MICRO		0x0b97	O2 Micro, Inc.
52802ac6454SAndrew Thompsonvendor USR		0x0baf	U.S. Robotics
52902ac6454SAndrew Thompsonvendor AMBIT		0x0bb2	Ambit Microsystems
53002ac6454SAndrew Thompsonvendor HTC		0x0bb4	HTC
53102ac6454SAndrew Thompsonvendor REALTEK		0x0bda	Realtek
53233f4aa11SHans Petter Selaskyvendor ERICSSON2	0x0bdb	Ericsson
533ce617acaSGavin Atkinsonvendor MEI		0x0bed	MEI
53402ac6454SAndrew Thompsonvendor ADDONICS2	0x0bf6	Addonics Technology
53502ac6454SAndrew Thompsonvendor FSC		0x0bf8	Fujitsu Siemens Computers
53602ac6454SAndrew Thompsonvendor AGATE		0x0c08	Agate Technologies
53702ac6454SAndrew Thompsonvendor DMI		0x0c0b	DMI
53833f4aa11SHans Petter Selaskyvendor CANYON		0x0c10	Canyon
5393426950eSHans Petter Selaskyvendor ICOM		0x0c26	Icom Inc.
5403426950eSHans Petter Selaskyvendor GNOTOMETRICS	0x0c33	GN Otometrics
5412ce0e01dSHans Petter Selaskyvendor CHICONY2		0x0c45	Chicony / Microdia / Sonix Technology Co., Ltd.
54261bb77d4SGavin Atkinsonvendor REINERSCT	0x0c4b	Reiner-SCT
54302ac6454SAndrew Thompsonvendor SEALEVEL		0x0c52	Sealevel System
5443426950eSHans Petter Selaskyvendor JETI		0x0c6c	Jeti
54502ac6454SAndrew Thompsonvendor LUWEN		0x0c76	Luwen
5463426950eSHans Petter Selaskyvendor ELEKTOR		0x0c7d	ELEKTOR Electronics
54702ac6454SAndrew Thompsonvendor KYOCERA2		0x0c88	Kyocera Wireless Corp.
54802ac6454SAndrew Thompsonvendor ZCOM		0x0cde	Z-Com
54902ac6454SAndrew Thompsonvendor ATHEROS2		0x0cf3	Atheros Communications
5503426950eSHans Petter Selaskyvendor POSIFLEX		0x0d3a	POSIFLEX
55102ac6454SAndrew Thompsonvendor TANGTOP		0x0d3d	Tangtop
5523426950eSHans Petter Selaskyvendor KOBIL		0x0d46	KOBIL
55302ac6454SAndrew Thompsonvendor SMC3		0x0d5c	Standard Microsystems
55402ac6454SAndrew Thompsonvendor ADDON		0x0d7d	Add-on Technology
55502ac6454SAndrew Thompsonvendor ACDC		0x0d7e	American Computer & Digital Components
556738e0afdSMIHIRA Sanpei Yoshirovendor CMEDIA		0x0d8c	CMEDIA
55702ac6454SAndrew Thompsonvendor CONCEPTRONIC	0x0d8e	Conceptronic
55802ac6454SAndrew Thompsonvendor SKANHEX		0x0d96	Skanhex Technology, Inc.
55903d9c6aaSOleksandr Tymoshenkovendor POWERCOM		0x0d9f	PowerCOM
56002ac6454SAndrew Thompsonvendor MSI		0x0db0	Micro Star International
56102ac6454SAndrew Thompsonvendor ELCON		0x0db7	ELCON Systemtechnik
5623426950eSHans Petter Selaskyvendor UNKNOWN4		0x0dcd	Unknown vendor
56302ac6454SAndrew Thompsonvendor NETAC		0x0dd8	Netac
56402ac6454SAndrew Thompsonvendor SITECOMEU	0x0df6	Sitecom Europe
56502ac6454SAndrew Thompsonvendor MOBILEACTION	0x0df7	Mobile Action
566069f1a80SAndrew Thompsonvendor AMIGO		0x0e0b	Amigo Technology
567284a8f6fSOleksandr Tymoshenkovendor SMART2		0x0e39	Smart Modular Technologies
56802ac6454SAndrew Thompsonvendor SPEEDDRAGON	0x0e55	Speed Dragon Multimedia
56902ac6454SAndrew Thompsonvendor HAWKING		0x0e66	Hawking
57002ac6454SAndrew Thompsonvendor FOSSIL		0x0e67	Fossil, Inc
57102ac6454SAndrew Thompsonvendor GMATE		0x0e7e	G.Mate, Inc
572a1538640SHans Petter Selaskyvendor MEDIATEK		0x0e8d	MediaTek, Inc.
57302ac6454SAndrew Thompsonvendor OTI		0x0ea0	Ours Technology
57402ac6454SAndrew Thompsonvendor YISO		0x0eab	Yiso Wireless Co.
57502ac6454SAndrew Thompsonvendor PILOTECH		0x0eaf	Pilotech
57602ac6454SAndrew Thompsonvendor NOVATECH		0x0eb0	NovaTech
57702ac6454SAndrew Thompsonvendor ITEGNO		0x0eba	iTegno
57802ac6454SAndrew Thompsonvendor WINMAXGROUP	0x0ed1	WinMaxGroup
57902ac6454SAndrew Thompsonvendor TOD		0x0ede	TOD
58002ac6454SAndrew Thompsonvendor EGALAX		0x0eef	eGalax, Inc.
58102ac6454SAndrew Thompsonvendor AIRPRIME		0x0f3d	AirPrime, Inc.
58202ac6454SAndrew Thompsonvendor MICROTUNE	0x0f4d	Microtune
58302ac6454SAndrew Thompsonvendor VTECH		0x0f88	VTech
58402ac6454SAndrew Thompsonvendor FALCOM		0x0f94	Falcom Wireless Communications GmbH
58502ac6454SAndrew Thompsonvendor RIM		0x0fca	Research In Motion
58602ac6454SAndrew Thompsonvendor DYNASTREAM	0x0fcf	Dynastream Innovations
5873426950eSHans Petter Selaskyvendor LARSENBRUSGAARD	0x0fd8	Larsen and Brusgaard
588ee0d8611SGavin Atkinsonvendor OWL		0x0fde	OWL
589733b53dfSHans Petter Selaskyvendor KONTRON		0x0fe6	Kontron AG
59010c66ed3SEitan Adlervendor DVICO		0x0fe9	DViCO
59102ac6454SAndrew Thompsonvendor QUALCOMM		0x1004	Qualcomm
5925914c5bfSAndrew Thompsonvendor APACER		0x1005	Apacer
5933707a5e9SAndrew Thompsonvendor MOTOROLA4	0x100d	Motorola
594c2c2fc4dSRui Paulovendor HP3		0x103c	Hewlett Packard
59501a8caf1SGavin Atkinsonvendor AIRPLUS		0x1011  Airplus
59602ac6454SAndrew Thompsonvendor DESKNOTE		0x1019	Desknote
597beb535e6SEitan Adlervendor AMD2		0x1022  Advanced Micro Devices
598f0d0cee0SAlexander Motinvendor NEC3		0x1033	NEC
5993426950eSHans Petter Selaskyvendor TTI		0x103e	Thurlby Thandar Instruments
60002ac6454SAndrew Thompsonvendor GIGABYTE		0x1044	GIGABYTE
60102ac6454SAndrew Thompsonvendor WESTERN		0x1058	Western Digital
60202ac6454SAndrew Thompsonvendor MOTOROLA		0x1063	Motorola
60302ac6454SAndrew Thompsonvendor CCYU		0x1065	CCYU Technology
60402ac6454SAndrew Thompsonvendor CURITEL		0x106c	Curitel Communications Inc
60502ac6454SAndrew Thompsonvendor SILABS2		0x10a6	SILABS2
60602ac6454SAndrew Thompsonvendor USI		0x10ab	USI
60750d96564SWarner Loshvendor HONEYWELL	0x10ac	Honeywell
6085a47db47SHans Petter Selaskyvendor LIEBERT2		0x10af	Liebert
60902ac6454SAndrew Thompsonvendor PLX		0x10b5	PLX
61002ac6454SAndrew Thompsonvendor ASANTE		0x10bd	Asante
61102ac6454SAndrew Thompsonvendor SILABS		0x10c4	Silicon Labs
61246cbe200SGavin Atkinsonvendor SILABS3		0x10c5	Silicon Labs
613ce617acaSGavin Atkinsonvendor SILABS4		0x10ce	Silicon Labs
6148c9d1230SXin LIvendor ACTIONS		0x10d6  Actions
61550d96564SWarner Loshvendor MOXA		0x110a	Moxa
61602ac6454SAndrew Thompsonvendor ANALOG		0x1110	Analog Devices
61702ac6454SAndrew Thompsonvendor TENX		0x1130	Ten X Technology, Inc.
61802ac6454SAndrew Thompsonvendor ISSC		0x1131	Integrated System Solution Corp.
61902ac6454SAndrew Thompsonvendor JRC		0x1145	Japan Radio Company
62002ac6454SAndrew Thompsonvendor SPHAIRON		0x114b	Sphairon Access Systems GmbH
62102ac6454SAndrew Thompsonvendor DELORME		0x1163	DeLorme
62202ac6454SAndrew Thompsonvendor SERVERWORKS	0x1166	ServerWorks
623c0e2c178SAndrew Thompsonvendor DLINK3		0x1186	Dlink
62402ac6454SAndrew Thompsonvendor ACERCM		0x1189	Acer Communications & Multimedia
62502ac6454SAndrew Thompsonvendor SIERRA		0x1199	Sierra Wireless
626f5113df9SGavin Atkinsonvendor SANWA		0x11ad	Sanwa Electric Instrument Co., Ltd.
62702ac6454SAndrew Thompsonvendor TOPFIELD		0x11db	Topfield Co., Ltd
62802ac6454SAndrew Thompsonvendor SIEMENS3		0x11f5	Siemens
629f5113df9SGavin Atkinsonvendor NETINDEX		0x11f6	NetIndex
63002ac6454SAndrew Thompsonvendor ALCATEL		0x11f7	Alcatel
6313426950eSHans Petter Selaskyvendor INTERBIOMETRICS	0x1209	Interbiometrics
63210c66ed3SEitan Adlervendor FUJITSU3		0x1221	Fujitsu Ltd.
63302ac6454SAndrew Thompsonvendor UNKNOWN3		0x1233	Unknown vendor
63402ac6454SAndrew Thompsonvendor TSUNAMI		0x1241	Tsunami
63502ac6454SAndrew Thompsonvendor PHEENET		0x124a	Pheenet
63602ac6454SAndrew Thompsonvendor TARGUS		0x1267	Targus
63702ac6454SAndrew Thompsonvendor TWINMOS		0x126f	TwinMOS
63802ac6454SAndrew Thompsonvendor TENDA		0x1286	Tenda
6393426950eSHans Petter Selaskyvendor TESTO		0x128d	Testo products
64002ac6454SAndrew Thompsonvendor CREATIVE2	0x1292	Creative Labs
64102ac6454SAndrew Thompsonvendor BELKIN2		0x1293	Belkin Components
64202ac6454SAndrew Thompsonvendor CYBERTAN		0x129b	CyberTAN Technology
64302ac6454SAndrew Thompsonvendor HUAWEI		0x12d1	Huawei Technologies
64402ac6454SAndrew Thompsonvendor ARANEUS		0x12d8	Araneus Information Systems
64502ac6454SAndrew Thompsonvendor TAPWAVE		0x12ef	Tapwave
64602ac6454SAndrew Thompsonvendor AINCOMM		0x12fd	Aincomm
64702ac6454SAndrew Thompsonvendor MOBILITY		0x1342	Mobility
64802ac6454SAndrew Thompsonvendor DICKSMITH	0x1371	Dick Smith Electronics
64902ac6454SAndrew Thompsonvendor NETGEAR3		0x1385	Netgear
65010c66ed3SEitan Adlervendor VALIDITY		0x138a	Validity Sensors, Inc.
65102ac6454SAndrew Thompsonvendor BALTECH		0x13ad	Baltech
65202ac6454SAndrew Thompsonvendor CISCOLINKSYS	0x13b1	Cisco-Linksys
65302ac6454SAndrew Thompsonvendor SHARK		0x13d2	Shark
654069f1a80SAndrew Thompsonvendor AZUREWAVE	0x13d3	AsureWave
6551984dc56SHans Petter Selaskyvendor INITIO		0x13fd	Initio Corporation
65677c33ae7SAlfred Perlsteinvendor EMTEC		0x13fe	Emtec
65702ac6454SAndrew Thompsonvendor NOVATEL		0x1410	Novatel Wireless
65810c66ed3SEitan Adlervendor OMNIVISION2	0x1415	OmniVision Technologies, Inc.
65902ac6454SAndrew Thompsonvendor MERLIN		0x1416	Merlin
660271e5fb0SHans Petter Selaskyvendor REDOCTANE	0x1430	RedOctane
66102ac6454SAndrew Thompsonvendor WISTRONNEWEB	0x1435	Wistron NeWeb
66202ac6454SAndrew Thompsonvendor RADIOSHACK	0x1453	Radio Shack
6633426950eSHans Petter Selaskyvendor FIC		0x1457	FIC / OpenMoko
66402ac6454SAndrew Thompsonvendor HUAWEI3COM	0x1472	Huawei-3Com
665069f1a80SAndrew Thompsonvendor ABOCOM2		0x1482	AboCom Systems
66602ac6454SAndrew Thompsonvendor SILICOM		0x1485	Silicom
66702ac6454SAndrew Thompsonvendor RALINK		0x148f	Ralink Technology
66802ac6454SAndrew Thompsonvendor IMAGINATION	0x149a	Imagination Technologies
6693525f1dbSHans Petter Selaskyvendor ATP		0x14af	ATP Electronics
67002ac6454SAndrew Thompsonvendor CONCEPTRONIC2	0x14b2	Conceptronic
671d3db083bSAndrew Thompsonvendor SUPERTOP		0x14cd	Super Top
67202ac6454SAndrew Thompsonvendor PLANEX3		0x14ea	Planex Communications
67302ac6454SAndrew Thompsonvendor SILICONPORTALS	0x1527	Silicon Portals
67402ac6454SAndrew Thompsonvendor UBIQUAM		0x1529	UBIQUAM Co., Ltd.
6751feda9b4SAndrew Thompsonvendor JMICRON		0x152d	JMicron
67602ac6454SAndrew Thompsonvendor UBLOX		0x1546	U-blox
67702ac6454SAndrew Thompsonvendor PNY		0x154b	PNY
678ce617acaSGavin Atkinsonvendor OWEN		0x1555	Owen
67902ac6454SAndrew Thompsonvendor OQO		0x1557	OQO
68002ac6454SAndrew Thompsonvendor UMEDIA		0x157e	U-MEDIA Communications
68102ac6454SAndrew Thompsonvendor FIBERLINE	0x1582	Fiberline
68222aa1751SIan Leporevendor FREESCALE	0x15a2  Freescale Semiconductor, Inc.
6838cb536ddSHans Petter Selaskyvendor AFATECH		0x15a4	Afatech Technologies, Inc.
68402ac6454SAndrew Thompsonvendor SPARKLAN		0x15a9	SparkLAN
6853426950eSHans Petter Selaskyvendor OLIMEX		0x15ba	Olimex
686e1f3a66fSHans Petter Selaskyvendor SOUNDGRAPH 	0x15c2	Soundgraph, Inc.
687069f1a80SAndrew Thompsonvendor AMIT2		0x15c5	AMIT
688271e5fb0SHans Petter Selaskyvendor TEXTECH		0x15ca	Textech International Ltd.
68902ac6454SAndrew Thompsonvendor SOHOWARE		0x15e8	SOHOware
69077e7601eSHans Petter Selaskyvendor ABIT		0x15eb	ABIT Corporation
69102ac6454SAndrew Thompsonvendor UMAX		0x1606	UMAX Data Systems
69202ac6454SAndrew Thompsonvendor INSIDEOUT	0x1608	Inside Out Networks
693c0e2c178SAndrew Thompsonvendor AMOI		0x1614	Amoi Electronics
69402ac6454SAndrew Thompsonvendor GOODWAY		0x1631	Good Way Technology
69502ac6454SAndrew Thompsonvendor ENTREGA		0x1645	Entrega
69602ac6454SAndrew Thompsonvendor ACTIONTEC	0x1668	Actiontec Electronics
69746cbe200SGavin Atkinsonvendor CLIPSAL		0x166a	Clipsal
698069f1a80SAndrew Thompsonvendor CISCOLINKSYS2	0x167b  Cisco-Linksys
69902ac6454SAndrew Thompsonvendor ATHEROS		0x168c	Atheros Communications
70002ac6454SAndrew Thompsonvendor GIGASET		0x1690	Gigaset
70102ac6454SAndrew Thompsonvendor GLOBALSUN	0x16ab	Global Sun Technology
70202ac6454SAndrew Thompsonvendor ANYDATA		0x16d5	AnyDATA Corporation
70302ac6454SAndrew Thompsonvendor JABLOTRON	0x16d6	Jablotron
70402ac6454SAndrew Thompsonvendor CMOTECH		0x16d8	C-motech
7058f3ce105SGavin Atkinsonvendor WIENERPLEINBAUS	0x16dc	WIENER Plein & Baus GmbH.
70602ac6454SAndrew Thompsonvendor AXESSTEL		0x1726  Axesstel Co., Ltd.
70702ac6454SAndrew Thompsonvendor LINKSYS4		0x1737	Linksys
70802ac6454SAndrew Thompsonvendor SENAO		0x1740	Senao
709069f1a80SAndrew Thompsonvendor ASUS2		0x1761	ASUS
710069f1a80SAndrew Thompsonvendor SWEEX2		0x177f	Sweex
71102ac6454SAndrew Thompsonvendor METAGEEK		0x1781	MetaGeek
71278a1f140SGavin Atkinsonvendor KAMSTRUP		0x17a8	Kamstrup A/S
71310c66ed3SEitan Adlervendor MISC		0x1781	Misc Vendors
7140867995cSHans Petter Selaskyvendor DISPLAYLINK	0x17e9	DisplayLink
7157008404dSPyun YongHyeonvendor LENOVO		0x17ef	Lenovo
716ce617acaSGavin Atkinsonvendor WAVESENSE	0x17f4	WaveSense
717ce617acaSGavin Atkinsonvendor VAISALA		0x1843	Vaisala
71810c66ed3SEitan Adlervendor E3C		0x18b4	E3C Technologies
71902ac6454SAndrew Thompsonvendor AMIT		0x18c5	AMIT
7206001d011SHans Petter Selaskyvendor GOOGLE		0x18d1	Google
72102ac6454SAndrew Thompsonvendor QCOM		0x18e8	Qcom
722ce617acaSGavin Atkinsonvendor ELV		0x18ef	ELV
72302ac6454SAndrew Thompsonvendor LINKSYS3		0x1915	Linksys
72410c66ed3SEitan Adlervendor MEINBERG		0x1938	Meinberg Funkuhren
72510c66ed3SEitan Adlervendor BECEEM		0x198f	Beceem Communications
7260642b65fSEitan Adlervendor ZTE		0x19d2	ZTE
72702ac6454SAndrew Thompsonvendor QUALCOMMINC	0x19d2	Qualcomm, Incorporated
728431088e6SHans Petter Selaskyvendor QUALCOMM3	0x19f5	Qualcomm, Inc.
72910c66ed3SEitan Adlervendor QUANTA2		0x1a32	Quanta
73010c66ed3SEitan Adlervendor TERMINUS		0x1a40	Terminus Technology
73150d96564SWarner Loshvendor ABBOTT		0x1a61	Abbott Diabetics
7323426950eSHans Petter Selaskyvendor BAYER		0x1a79	Bayer
73311f35cfaSAndrew Thompsonvendor WCH2		0x1a86	QinHeng Electronics
73402ac6454SAndrew Thompsonvendor STELERA		0x1a8d	Stelera Wireless
735ee0d8611SGavin Atkinsonvendor SEL		0x1adb	Schweitzer Engineering Laboratories
73684e1a128SHans Petter Selaskyvendor CORSAIR		0x1b1c	Corsair
737fac38b96SAndriy Gaponvendor ASM		0x1b21	ASMedia Technology
7386001d011SHans Petter Selaskyvendor MATRIXORBITAL	0x1b3d	Matrix Orbital
7393707a5e9SAndrew Thompsonvendor OVISLINK		0x1b75	OvisLink
7403426950eSHans Petter Selaskyvendor TML		0x1b91	The Mobility Lab
741c0e2c178SAndrew Thompsonvendor TCTMOBILE	0x1bbb  TCT Mobile
7423426950eSHans Petter Selaskyvendor ALTI2		0x1bc9	Alti-2 products
7437f14a4d6SGavin Atkinsonvendor SUNPLUS		0x1bcf	Sunplus Innovation Technology Inc.
7448f3ce105SGavin Atkinsonvendor WAGO		0x1be3  WAGO Kontakttechnik GmbH.
745c0e2c178SAndrew Thompsonvendor TELIT		0x1bc7  Telit
7463426950eSHans Petter Selaskyvendor IONICS		0x1c0c	Ionics PlugComputer
747627ab90bSGavin Atkinsonvendor LONGCHEER	0x1c9e	Longcheer Holdings, Ltd.
7483a67e914SAndrew Thompsonvendor MPMAN		0x1cae	MpMan
74902ac6454SAndrew Thompsonvendor DRESDENELEKTRONIK 0x1cf1 dresden elektronik
7506001d011SHans Petter Selaskyvendor NEOTEL		0x1d09	Neotel
7516bd03b20SKevin Lovendor DREAMLINK	0x1d34	Dream Link
752069f1a80SAndrew Thompsonvendor PEGATRON		0x1d4d	Pegatron
753c0e2c178SAndrew Thompsonvendor QISDA		0x1da5  Qisda
7547ab53cc4SGavin Atkinsonvendor METAGEEK2	0x1dd5	MetaGeek
755c0e2c178SAndrew Thompsonvendor ALINK		0x1e0e  Alink
756069f1a80SAndrew Thompsonvendor AIRTIES		0x1eda	AirTies
75778a1f140SGavin Atkinsonvendor FESTO		0x1e29	Festo
758ee0d8611SGavin Atkinsonvendor LAKESHORE	0x1fb9	Lake Shore Cryotronics, Inc.
75936dc69c4SHans Petter Selaskyvendor VERTEX		0x1fe7  Vertex Wireless Co., Ltd.
76002ac6454SAndrew Thompsonvendor DLINK		0x2001	D-Link
76102ac6454SAndrew Thompsonvendor PLANEX2		0x2019	Planex Communications
7624bb3183dSGavin Atkinsonvendor HAUPPAUGE2	0x2040	Hauppauge Computer Works
763c0e2c178SAndrew Thompsonvendor TLAYTECH		0x20b9	Tlay Tech
764069f1a80SAndrew Thompsonvendor ENCORE		0x203d	Encore
7653426950eSHans Petter Selaskyvendor QIHARDWARE	0x20b7	QI-hardware
766069f1a80SAndrew Thompsonvendor PARA		0x20b8	PARA Industrial
767459d19e0SBruce M Simpsonvendor SIMTEC		0x20df	Simtec Electronics
768c2c2fc4dSRui Paulovendor TRENDNET		0x20f4  TRENDnet
76910c66ed3SEitan Adlervendor RTSYSTEMS	0x2100	RT Systems
77010c66ed3SEitan Adlervendor DLINK4		0x2101	D-Link
771e84260dcSHans Petter Selaskyvendor VIALABS		0x2109	VIA Labs
77202ac6454SAndrew Thompsonvendor ERICSSON		0x2282	Ericsson
77302ac6454SAndrew Thompsonvendor MOTOROLA2	0x22b8	Motorola
7749fbf6da5SHans Petter Selaskyvendor WETELECOM	0x22de	WeTelecom
77510c66ed3SEitan Adlervendor PINNACLE		0x2304	Pinnacle Systems
77610c66ed3SEitan Adlervendor ARDUINO		0x2341	Arduino SA
77732f7d047SKevin Lovendor TPLINK		0x2357	TP-Link
778ee0d8611SGavin Atkinsonvendor WESTMOUNTAIN	0x2405	West Mountain Radio
77902ac6454SAndrew Thompsonvendor TRIPPLITE	0x2478	Tripp-Lite
78075d20a5eSHans Petter Selaskyvendor TENDA2		0x2604	Tenda
78102ac6454SAndrew Thompsonvendor HIROSE		0x2631	Hirose Electric
78202ac6454SAndrew Thompsonvendor NHJ		0x2770	NHJ
7830642eac4SKevin Lovendor THINGM		0x27b8	ThingM
7843210d766SBjoern A. Zeebvendor PERASO		0x2932	Peraso Technologies, Inc.
78502ac6454SAndrew Thompsonvendor PLANEX		0x2c02	Planex Communications
7860736ad87SHans Petter Selaskyvendor MERCUSYS		0x2c4e	Mercusys, Inc.
7877f64a990SNick Hibmavendor QUECTEL		0x2c7c	Quectel Wireless Solutions
78802ac6454SAndrew Thompsonvendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
78978a1f140SGavin Atkinsonvendor LINKINSTRUMENTS	0x3195	Link Instruments Inc.
79002ac6454SAndrew Thompsonvendor AEI		0x3334	AEI
79102ac6454SAndrew Thompsonvendor HANK		0x3353	Hank Connection
79202ac6454SAndrew Thompsonvendor PQI		0x3538	PQI
79302ac6454SAndrew Thompsonvendor DAISY		0x3579	Daisy Technology
79402ac6454SAndrew Thompsonvendor NI		0x3923	National Instruments
79502ac6454SAndrew Thompsonvendor MICRONET		0x3980	Micronet Communications
79602ac6454SAndrew Thompsonvendor IODATA2		0x40bb	I-O Data
79702ac6454SAndrew Thompsonvendor IRIVER		0x4102	iRiver
79802ac6454SAndrew Thompsonvendor DELL		0x413c	Dell
79902ac6454SAndrew Thompsonvendor WCH		0x4348	QinHeng Electronics
80002ac6454SAndrew Thompsonvendor ACEECA		0x4766	Aceeca
801c2c2fc4dSRui Paulovendor FEIXUN		0x4855	FeiXun Communication
8023426950eSHans Petter Selaskyvendor PAPOUCH		0x5050	Papouch products
80302ac6454SAndrew Thompsonvendor AVERATEC		0x50c2	Averatec
80402ac6454SAndrew Thompsonvendor SWEEX		0x5173	Sweex
805f5113df9SGavin Atkinsonvendor PROLIFIC2	0x5372	Prolific Technologies
80602ac6454SAndrew Thompsonvendor ONSPEC2		0x55aa	OnSpec Electronic Inc.
80702ac6454SAndrew Thompsonvendor ZINWELL		0x5a57	Zinwell
80810c66ed3SEitan Adlervendor INGENIC		0x601a	Ingenic Semiconductor Ltd.
80902ac6454SAndrew Thompsonvendor SITECOM		0x6189	Sitecom
81010c66ed3SEitan Adlervendor SPRINGERDESIGN	0x6400	Springer Design, Inc.
81102ac6454SAndrew Thompsonvendor ARKMICRO		0x6547	Arkmicro Technologies Inc.
81202ac6454SAndrew Thompsonvendor 3COM2		0x6891	3Com
813069f1a80SAndrew Thompsonvendor EDIMAX		0x7392	Edimax
81402ac6454SAndrew Thompsonvendor INTEL		0x8086	Intel
8157b360bccSAndrew Thompsonvendor INTEL2		0x8087	Intel
8163707a5e9SAndrew Thompsonvendor ALLWIN		0x8516	ALLWIN Tech
81702ac6454SAndrew Thompsonvendor SITECOM2		0x9016	Sitecom
81802ac6454SAndrew Thompsonvendor MOSCHIP		0x9710	MosChip Semiconductor
819c2c2fc4dSRui Paulovendor NETGEAR4		0x9846  Netgear
82030c257f8SAndrew Thompsonvendor MARVELL		0x9e88	Marvell Technology Group Ltd.
82102ac6454SAndrew Thompsonvendor 3COM3		0xa727	3Com
8224c794fa5SAdrian Chaddvendor CACE		0xcace	CACE Technologies
82310c66ed3SEitan Adlervendor COMPARE		0xcdab	Compare
824ce617acaSGavin Atkinsonvendor DATAAPEX		0xdaae	DataApex
82510c66ed3SEitan Adlervendor EVOLUTION	0xdeee	Evolution Robotics
82610c66ed3SEitan Adlervendor EMPIA		0xeb1a	eMPIA Technology
82702ac6454SAndrew Thompsonvendor HP2		0xf003	Hewlett Packard
828271e5fb0SHans Petter Selaskyvendor LOGILINK		0xfc08	LogiLink
82902ac6454SAndrew Thompsonvendor USRP		0xfffe	GNU Radio USRP
83002ac6454SAndrew Thompson
83102ac6454SAndrew Thompson/*
83202ac6454SAndrew Thompson * List of known products.  Grouped by vendor.
83302ac6454SAndrew Thompson */
83402ac6454SAndrew Thompson
83502ac6454SAndrew Thompson/* 3Com products */
83610c66ed3SEitan Adlerproduct 3COM HOMECONN		0x009d	HomeConnect USB Camera
83702ac6454SAndrew Thompsonproduct 3COM 3CREB96		0x00a0	Bluetooth USB Adapter
83802ac6454SAndrew Thompsonproduct 3COM 3C19250		0x03e8	3C19250 Ethernet Adapter
83902ac6454SAndrew Thompsonproduct 3COM 3CRSHEW696		0x0a01	3CRSHEW696 Wireless Adapter
84002ac6454SAndrew Thompsonproduct 3COM 3C460		0x11f8	HomeConnect 3C460
84102ac6454SAndrew Thompsonproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice FaxModem Pro
84202ac6454SAndrew Thompsonproduct 3COM 3C460B		0x4601	HomeConnect 3C460B
84302ac6454SAndrew Thompsonproduct 3COM2 3CRUSB10075	0xa727	3CRUSB10075
84402ac6454SAndrew Thompsonproduct 3COM3 AR5523_1		0x6893	AR5523
84502ac6454SAndrew Thompsonproduct 3COM3 AR5523_2		0x6895	AR5523
84602ac6454SAndrew Thompsonproduct 3COM3 AR5523_3		0x6897	AR5523
84702ac6454SAndrew Thompson
84802ac6454SAndrew Thompsonproduct 3COMUSR OFFICECONN	0x0082	3Com OfficeConnect Analog Modem
84902ac6454SAndrew Thompsonproduct 3COMUSR USRISDN		0x008f	3Com U.S. Robotics Pro ISDN TA
85002ac6454SAndrew Thompsonproduct 3COMUSR HOMECONN	0x009d	3Com HomeConnect Camera
85102ac6454SAndrew Thompsonproduct 3COMUSR USR56K		0x3021	U.S. Robotics 56000 Voice FaxModem Pro
85202ac6454SAndrew Thompson
85350d96564SWarner Losh/* Abbott Diabetics */
85450d96564SWarner Loshproduct ABBOTT STEREO_PLUG	0x3410	Abbott Diabetics Stereo Plug
85550d96564SWarner Loshproduct ABBOTT STRIP_PORT	0x3420	Abbott Diabetics Strip Port
85650d96564SWarner Losh
85777e7601eSHans Petter Selasky/* ABIT products */
85877e7601eSHans Petter Selaskyproduct ABIT AK_020		0x7d0e	3G modem
85977e7601eSHans Petter Selasky
86010c66ed3SEitan Adlerproduct ACDC HUB		0x2315	USB Pen Drive HUB
86110c66ed3SEitan Adlerproduct ACDC SECWRITE		0x2316	USB Pen Drive Secure Write
86210c66ed3SEitan Adlerproduct ACDC PEN		0x2317	USB Pen Drive with Secure Write
86310c66ed3SEitan Adler
86402ac6454SAndrew Thompson/* AboCom products */
86502ac6454SAndrew Thompsonproduct ABOCOM XX1		0x110c	XX1
86602ac6454SAndrew Thompsonproduct ABOCOM XX2		0x200c	XX2
867069f1a80SAndrew Thompsonproduct ABOCOM RT2770		0x2770	RT2770
868069f1a80SAndrew Thompsonproduct ABOCOM RT2870		0x2870	RT2870
869069f1a80SAndrew Thompsonproduct ABOCOM RT3070		0x3070	RT3070
870069f1a80SAndrew Thompsonproduct ABOCOM RT3071		0x3071	RT3071
871069f1a80SAndrew Thompsonproduct ABOCOM RT3072		0x3072	RT3072
872069f1a80SAndrew Thompsonproduct ABOCOM2 RT2870_1	0x3c09	RT2870
87302ac6454SAndrew Thompsonproduct ABOCOM URE450		0x4000	URE450 Ethernet Adapter
87402ac6454SAndrew Thompsonproduct ABOCOM UFE1000		0x4002	UFE1000 Fast Ethernet Adapter
87502ac6454SAndrew Thompsonproduct ABOCOM DSB650TX_PNA	0x4003	1/10/100 Ethernet Adapter
87602ac6454SAndrew Thompsonproduct ABOCOM XX4		0x4004	XX4
87702ac6454SAndrew Thompsonproduct ABOCOM XX5		0x4007	XX5
87802ac6454SAndrew Thompsonproduct ABOCOM XX6		0x400b	XX6
87902ac6454SAndrew Thompsonproduct ABOCOM XX7		0x400c	XX7
88002ac6454SAndrew Thompsonproduct ABOCOM RTL8151		0x401a	RTL8151
88102ac6454SAndrew Thompsonproduct ABOCOM XX8		0x4102	XX8
88202ac6454SAndrew Thompsonproduct ABOCOM XX9		0x4104	XX9
88302ac6454SAndrew Thompsonproduct ABOCOM UF200		0x420a	UF200 Ethernet
88402ac6454SAndrew Thompsonproduct ABOCOM WL54		0x6001	WL54
88502ac6454SAndrew Thompsonproduct ABOCOM XX10		0xabc1	XX10
88602ac6454SAndrew Thompsonproduct ABOCOM BWU613		0xb000	BWU613
88702ac6454SAndrew Thompsonproduct ABOCOM HWU54DM		0xb21b	HWU54DM
88802ac6454SAndrew Thompsonproduct ABOCOM RT2573_2		0xb21c	RT2573
88902ac6454SAndrew Thompsonproduct ABOCOM RT2573_3		0xb21d	RT2573
89002ac6454SAndrew Thompsonproduct ABOCOM RT2573_4		0xb21e	RT2573
891c2c2fc4dSRui Pauloproduct ABOCOM RTL8188CU_1	0x8188  RTL8188CU
892c2c2fc4dSRui Pauloproduct ABOCOM RTL8188CU_2	0x8189  RTL8188CU
893c2c2fc4dSRui Pauloproduct ABOCOM RTL8192CU	0x8178  RTL8192CU
894c9b6e63dSKevin Loproduct ABOCOM RTL8188EU	0x8179  RTL8188EU
89502ac6454SAndrew Thompsonproduct ABOCOM WUG2700		0xb21f	WUG2700
89602ac6454SAndrew Thompson
8973426950eSHans Petter Selasky/* Acton Research Corp. */
8983426950eSHans Petter Selaskyproduct ACTON SPECTRAPRO	0x0100	FTDI compatible adapter
8993426950eSHans Petter Selasky
90002ac6454SAndrew Thompson/* Accton products */
90102ac6454SAndrew Thompsonproduct ACCTON USB320_EC	0x1046	USB320-EC Ethernet Adapter
90202ac6454SAndrew Thompsonproduct ACCTON 2664W		0x3501	2664W
90302ac6454SAndrew Thompsonproduct ACCTON 111		0x3503	T-Sinus 111 Wireless Adapter
904e257fff4SWeongyo Jeongproduct ACCTON SMCWUSBG_NF	0x4505	SMCWUSB-G (no firmware)
905e257fff4SWeongyo Jeongproduct ACCTON SMCWUSBG		0x4506	SMCWUSB-G
906e257fff4SWeongyo Jeongproduct ACCTON SMCWUSBTG2_NF	0x4507	SMCWUSBT-G2 (no firmware)
907e257fff4SWeongyo Jeongproduct ACCTON SMCWUSBTG2	0x4508	SMCWUSBT-G2
90802ac6454SAndrew Thompsonproduct ACCTON PRISM_GT		0x4521	PrismGT USB 2.0 WLAN
90902ac6454SAndrew Thompsonproduct ACCTON SS1001		0x5046	SpeedStream Ethernet Adapter
910069f1a80SAndrew Thompsonproduct ACCTON RT2870_2		0x6618	RT2870
911069f1a80SAndrew Thompsonproduct ACCTON RT3070		0x7511	RT3070
912069f1a80SAndrew Thompsonproduct ACCTON RT2770		0x7512	RT2770
913069f1a80SAndrew Thompsonproduct ACCTON RT2870_3		0x7522	RT2870
914069f1a80SAndrew Thompsonproduct ACCTON RT2870_5		0x8522	RT2870
915069f1a80SAndrew Thompsonproduct ACCTON RT3070_4		0xa512	RT3070
916069f1a80SAndrew Thompsonproduct ACCTON RT2870_4		0xa618	RT2870
917069f1a80SAndrew Thompsonproduct	ACCTON RT3070_1		0xa701	RT3070
918069f1a80SAndrew Thompsonproduct	ACCTON RT3070_2		0xa702	RT3070
919069f1a80SAndrew Thompsonproduct ACCTON RT2870_1		0xb522	RT2870
920069f1a80SAndrew Thompsonproduct	ACCTON RT3070_3		0xc522	RT3070
9213707a5e9SAndrew Thompsonproduct	ACCTON RT3070_5		0xd522	RT3070
922a5dcb064SRui Pauloproduct ACCTON RTL8192SU        0xc512  RTL8192SU
92302ac6454SAndrew Thompsonproduct ACCTON ZD1211B		0xe501	ZD1211B
9244c794fa5SAdrian Chaddproduct ACCTON WN7512		0xf522	WN7512
92502ac6454SAndrew Thompson
92602ac6454SAndrew Thompson/* Aceeca products */
92702ac6454SAndrew Thompsonproduct ACEECA MEZ1000		0x0001	MEZ1000 RDA
92802ac6454SAndrew Thompson
92902ac6454SAndrew Thompson/* Acer Communications & Multimedia (oemd by Surecom) */
93002ac6454SAndrew Thompsonproduct ACERCM EP1427X2		0x0893	EP-1427X-2 Ethernet Adapter
93102ac6454SAndrew Thompson
93202ac6454SAndrew Thompson/* Acer Labs products */
93302ac6454SAndrew Thompsonproduct ACERLABS M5632		0x5632	USB 2.0 Data Link
93402ac6454SAndrew Thompson
93502ac6454SAndrew Thompson/* Acer Peripherals, Inc. products */
93602ac6454SAndrew Thompsonproduct ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
93702ac6454SAndrew Thompsonproduct ACERP ACERSCAN_320U	0x2022	Acerscan 320U
93802ac6454SAndrew Thompsonproduct ACERP ACERSCAN_640U	0x2040	Acerscan 640U
93902ac6454SAndrew Thompsonproduct ACERP ACERSCAN_620U	0x2060	Acerscan 620U
94002ac6454SAndrew Thompsonproduct ACERP ACERSCAN_4300U	0x20b0	Benq 3300U/4300U
94102ac6454SAndrew Thompsonproduct ACERP ACERSCAN_640BT	0x20be	Acerscan 640BT
94202ac6454SAndrew Thompsonproduct ACERP ACERSCAN_1240U	0x20c0	Acerscan 1240U
943f5113df9SGavin Atkinsonproduct ACERP S81		0x4027	BenQ S81 phone
944c0e2c178SAndrew Thompsonproduct ACERP H10		0x4068	AWL400 Wireless Adapter
94502ac6454SAndrew Thompsonproduct ACERP ATAPI		0x6003	ATA/ATAPI Adapter
94602ac6454SAndrew Thompsonproduct ACERP AWL300		0x9000	AWL300 Wireless Adapter
94702ac6454SAndrew Thompsonproduct ACERP AWL400		0x9001	AWL400 Wireless Adapter
94802ac6454SAndrew Thompson
94902ac6454SAndrew Thompson/* Acer Warp products */
95002ac6454SAndrew Thompsonproduct ACERW WARPLINK		0x0204	Warplink
95102ac6454SAndrew Thompson
9528c9d1230SXin LI/* Actions products */
9538c9d1230SXin LIproduct ACTIONS MP4		0x1101  Actions MP4 Player
9548c9d1230SXin LI
95502ac6454SAndrew Thompson/* Actiontec, Inc. products */
95602ac6454SAndrew Thompsonproduct ACTIONTEC PRISM_25	0x0408	Prism2.5 Wireless Adapter
95702ac6454SAndrew Thompsonproduct ACTIONTEC PRISM_25A	0x0421	Prism2.5 Wireless Adapter A
95802ac6454SAndrew Thompsonproduct ACTIONTEC FREELAN	0x6106	ROPEX FreeLan 802.11b
95902ac6454SAndrew Thompsonproduct ACTIONTEC UAT1		0x7605	UAT1 Wireless Ethernet Adapter
96002ac6454SAndrew Thompson
96102ac6454SAndrew Thompson/* ACTiSYS products */
96202ac6454SAndrew Thompsonproduct ACTISYS IR2000U		0x0011	ACT-IR2000U FIR
96302ac6454SAndrew Thompson
96402ac6454SAndrew Thompson/* ActiveWire, Inc. products */
96502ac6454SAndrew Thompsonproduct ACTIVEWIRE IOBOARD	0x0100	I/O Board
96602ac6454SAndrew Thompsonproduct ACTIVEWIRE IOBOARD_FW1	0x0101	I/O Board, rev. 1 firmware
96702ac6454SAndrew Thompson
96802ac6454SAndrew Thompson/* Adaptec products */
96902ac6454SAndrew Thompsonproduct ADAPTEC AWN8020		0x0020	AWN-8020 WLAN
97002ac6454SAndrew Thompson
97110c66ed3SEitan Adler/* Addonics products */
97210c66ed3SEitan Adlerproduct ADDONICS2 205		0xa001	Cable 205
97310c66ed3SEitan Adler
97402ac6454SAndrew Thompson/* Addtron products */
97502ac6454SAndrew Thompsonproduct ADDTRON AWU120		0xff31	AWU-120
97602ac6454SAndrew Thompson
977f5113df9SGavin Atkinson/* ADLINK Texhnology products */
978f5113df9SGavin Atkinsonproduct ADLINK ND6530		0x6530	ND-6530 USB-Serial
979f5113df9SGavin Atkinson
98002ac6454SAndrew Thompson/* ADMtek products */
98102ac6454SAndrew Thompsonproduct ADMTEK PEGASUSII_4	0x07c2	AN986A Ethernet
98202ac6454SAndrew Thompsonproduct ADMTEK PEGASUS		0x0986	AN986 Ethernet
98302ac6454SAndrew Thompsonproduct ADMTEK PEGASUSII	0x8511	AN8511 Ethernet
98402ac6454SAndrew Thompsonproduct ADMTEK PEGASUSII_2	0x8513	AN8513 Ethernet
98502ac6454SAndrew Thompsonproduct ADMTEK PEGASUSII_3	0x8515	AN8515 Ethernet
98602ac6454SAndrew Thompson
98702ac6454SAndrew Thompson/* ADDON products */
98802ac6454SAndrew Thompson/* PNY OEMs these */
98902ac6454SAndrew Thompsonproduct ADDON ATTACHE		0x1300	USB 2.0 Flash Drive
99002ac6454SAndrew Thompsonproduct ADDON ATTACHE		0x1300	USB 2.0 Flash Drive
99102ac6454SAndrew Thompsonproduct ADDON A256MB		0x1400	Attache 256MB USB 2.0 Flash Drive
99202ac6454SAndrew Thompsonproduct ADDON DISKPRO512	0x1420	USB 2.0 Flash Drive (DANE-ELEC zMate 512MB USB flash drive)
99302ac6454SAndrew Thompson
99402ac6454SAndrew Thompson/* Addonics products */
99502ac6454SAndrew Thompsonproduct ADDONICS2 CABLE_205	0xa001	Cable 205
99602ac6454SAndrew Thompson
99702ac6454SAndrew Thompson/* ADS products */
99802ac6454SAndrew Thompsonproduct ADS UBS10BT		0x0008	UBS-10BT Ethernet
99902ac6454SAndrew Thompsonproduct ADS UBS10BTX		0x0009	UBS-10BT Ethernet
100002ac6454SAndrew Thompson
100102ac6454SAndrew Thompson/* AEI products */
100202ac6454SAndrew Thompsonproduct AEI FASTETHERNET	0x1701	Fast Ethernet
100302ac6454SAndrew Thompson
10048cb536ddSHans Petter Selasky/* Afatech Technologies, Inc. */
10058cb536ddSHans Petter Selaskyproduct AFATECH AFATECH1336	0x1336	Flash Card Reader
10068cb536ddSHans Petter Selasky
100702ac6454SAndrew Thompson/* Agate Technologies products */
100802ac6454SAndrew Thompsonproduct AGATE QDRIVE		0x0378	Q-Drive
100902ac6454SAndrew Thompson
101002ac6454SAndrew Thompson/* AGFA products */
101102ac6454SAndrew Thompsonproduct AGFA SNAPSCAN1212U	0x0001	SnapScan 1212U
101202ac6454SAndrew Thompsonproduct AGFA SNAPSCAN1236U	0x0002	SnapScan 1236U
101302ac6454SAndrew Thompsonproduct AGFA SNAPSCANTOUCH	0x0100	SnapScan Touch
101402ac6454SAndrew Thompsonproduct AGFA SNAPSCAN1212U2	0x2061	SnapScan 1212U
101502ac6454SAndrew Thompsonproduct AGFA SNAPSCANE40	0x208d	SnapScan e40
101602ac6454SAndrew Thompsonproduct AGFA SNAPSCANE50	0x208f	SnapScan e50
101702ac6454SAndrew Thompsonproduct AGFA SNAPSCANE20	0x2091	SnapScan e20
101802ac6454SAndrew Thompsonproduct AGFA SNAPSCANE25	0x2095	SnapScan e25
101902ac6454SAndrew Thompsonproduct AGFA SNAPSCANE26	0x2097	SnapScan e26
102002ac6454SAndrew Thompsonproduct AGFA SNAPSCANE52	0x20fd	SnapScan e52
102102ac6454SAndrew Thompson
102202ac6454SAndrew Thompson/* Ain Communication Technology products */
102302ac6454SAndrew Thompsonproduct AINCOMM AWU2000B	0x1001	AWU2000B Wireless Adapter
102402ac6454SAndrew Thompson
102502ac6454SAndrew Thompson/* AIPTEK products */
102602ac6454SAndrew Thompsonproduct AIPTEK POCKETCAM3M	0x2011	PocketCAM 3Mega
102702ac6454SAndrew Thompsonproduct AIPTEK2 PENCAM_MEGA_1_3 0x504a	PenCam Mega 1.3
1028b1e4b9fcSDaniel Eischenproduct AIPTEK2 SUNPLUS_TECH	0x0c15	Sunplus Technology Inc.
102902ac6454SAndrew Thompson
1030c0e2c178SAndrew Thompson/* AirPlis products */
1031c0e2c178SAndrew Thompsonproduct AIRPLUS MCD650		0x3198	MCD650 modem
1032c0e2c178SAndrew Thompson
103302ac6454SAndrew Thompson/* AirPrime products */
103402ac6454SAndrew Thompsonproduct AIRPRIME PC5220		0x0112	CDMA Wireless PC Card
103549901133SHans Petter Selaskyproduct AIRPRIME USB308		0x68A3	USB308 HSPA+ USB Modem
10361a12569cSEitan Adlerproduct AIRPRIME AC313U		0x68aa	Sierra Wireless AirCard 313U
103702ac6454SAndrew Thompson
1038069f1a80SAndrew Thompson/* AirTies products */
1039069f1a80SAndrew Thompsonproduct AIRTIES RT3070		0x2310	RT3070
1040069f1a80SAndrew Thompson
104102ac6454SAndrew Thompson/* AKS products */
104202ac6454SAndrew Thompsonproduct AKS USBHASP		0x0001	USB-HASP 0.06
104302ac6454SAndrew Thompson
1044f5113df9SGavin Atkinson/* Alcatel products */
1045f5113df9SGavin Atkinsonproduct ALCATEL OT535		0x02df	One Touch 535/735
1046f5113df9SGavin Atkinson
104702ac6454SAndrew Thompson/* Alcor Micro, Inc. products */
104802ac6454SAndrew Thompsonproduct ALCOR2 KBD_HUB		0x2802	Kbd Hub
104902ac6454SAndrew Thompson
1050b3f52c57SHans Petter Selaskyproduct ALCOR DUMMY		0x0000	Dummy product
105177c33ae7SAlfred Perlsteinproduct ALCOR SDCR_6335		0x6335	SD/MMC Card Reader
10529f2d3fc5SAndrew Thompsonproduct ALCOR SDCR_6362		0x6362	SD/MMC Card Reader
1053b3f52c57SHans Petter Selaskyproduct ALCOR SDCR_6366		0x6366	SD/MMC Card Reader
105402ac6454SAndrew Thompsonproduct ALCOR TRANSCEND		0x6387	Transcend JetFlash Drive
105502ac6454SAndrew Thompsonproduct ALCOR MA_KBD_HUB	0x9213	MacAlly Kbd Hub
105602ac6454SAndrew Thompsonproduct ALCOR AU9814		0x9215	AU9814 Hub
105702ac6454SAndrew Thompsonproduct ALCOR UMCR_9361		0x9361	USB Multimedia Card Reader
105802ac6454SAndrew Thompsonproduct ALCOR SM_KBD		0x9410	MicroConnectors/StrongMan Keyboard
105902ac6454SAndrew Thompsonproduct ALCOR NEC_KBD_HUB	0x9472	NEC Kbd Hub
1060f5113df9SGavin Atkinsonproduct ALCOR AU9720 		0x9720	USB2 - RS-232
10613a67e914SAndrew Thompsonproduct ALCOR AU6390	0x6390	AU6390 USB-IDE converter
106202ac6454SAndrew Thompson
1063c0e2c178SAndrew Thompson/* Alink products */
1064c0e2c178SAndrew Thompsonproduct ALINK DWM652U5		0xce16	DWM-652
1065c0e2c178SAndrew Thompsonproduct ALINK 3G		0x9000	3G modem
1066ce24b3e7SKevin Loproduct ALINK SIM7600E		0x9001	LTE modem
1067c0e2c178SAndrew Thompsonproduct ALINK 3GU		0x9200	3G modem
1068c0e2c178SAndrew Thompson
106902ac6454SAndrew Thompson/* Altec Lansing products */
107002ac6454SAndrew Thompsonproduct ALTEC ADA70		0x0070	ADA70 Speakers
107102ac6454SAndrew Thompsonproduct ALTEC ASC495		0xff05	ASC495 Speakers
107202ac6454SAndrew Thompson
10733426950eSHans Petter Selasky/* Alti-2 products */
10743426950eSHans Petter Selaskyproduct ALTI2 N3		0x6001	FTDI compatible adapter
10753426950eSHans Petter Selasky
107602ac6454SAndrew Thompson/* Allied Telesyn International products */
107702ac6454SAndrew Thompsonproduct ALLIEDTELESYN ATUSB100	0xb100	AT-USB100
107802ac6454SAndrew Thompson
10793707a5e9SAndrew Thompson/* ALLWIN Tech products */
10803707a5e9SAndrew Thompsonproduct ALLWIN RT2070		0x2070	RT2070
10813707a5e9SAndrew Thompsonproduct ALLWIN RT2770		0x2770	RT2770
10823707a5e9SAndrew Thompsonproduct ALLWIN RT2870		0x2870	RT2870
10833707a5e9SAndrew Thompsonproduct ALLWIN RT3070		0x3070	RT3070
10843707a5e9SAndrew Thompsonproduct ALLWIN RT3071		0x3071	RT3071
10853707a5e9SAndrew Thompsonproduct ALLWIN RT3072		0x3072	RT3072
10863707a5e9SAndrew Thompsonproduct ALLWIN RT3572		0x3572	RT3572
10873707a5e9SAndrew Thompson
10883e4af777SAndrew Thompson/* AlphaSmart, Inc. products */
10893e4af777SAndrew Thompsonproduct ALPHASMART DANA_KB	0xdbac	AlphaSmart Dana Keyboard
10903e4af777SAndrew Thompsonproduct ALPHASMART DANA_SYNC	0xdf00	AlphaSmart Dana HotSync
10913e4af777SAndrew Thompson
1092c0e2c178SAndrew Thompson/* Amoi products */
1093c0e2c178SAndrew Thompsonproduct AMOI H01		0x0800	H01 3G modem
1094c0e2c178SAndrew Thompsonproduct AMOI H01A		0x7002	H01A 3G modem
1095c0e2c178SAndrew Thompsonproduct AMOI H02		0x0802	H02 3G modem
1096c0e2c178SAndrew Thompson
109702ac6454SAndrew Thompson/* American Power Conversion products */
109802ac6454SAndrew Thompsonproduct APC UPS			0x0002	Uninterruptible Power Supply
109902ac6454SAndrew Thompson
110002ac6454SAndrew Thompson/* Ambit Microsystems products */
110102ac6454SAndrew Thompsonproduct AMBIT WLAN		0x0302	WLAN
110202ac6454SAndrew Thompsonproduct AMBIT NTL_250		0x6098	NTL 250 cable modem
110302ac6454SAndrew Thompson
1104317a3ce2STijl Coosemans/* Apacer products */
1105317a3ce2STijl Coosemansproduct APACER HT202		0xb113	USB 2.0 Flash Drive
1106317a3ce2STijl Coosemans
1107069f1a80SAndrew Thompson/* American Power Conversion products */
1108069f1a80SAndrew Thompsonproduct APC UPS			0x0002	Uninterruptible Power Supply
1109069f1a80SAndrew Thompson
1110069f1a80SAndrew Thompson/* Amigo Technology products */
1111069f1a80SAndrew Thompsonproduct AMIGO RT2870_1		0x9031	RT2870
1112069f1a80SAndrew Thompsonproduct AMIGO RT2870_2		0x9041	RT2870
1113069f1a80SAndrew Thompson
111402ac6454SAndrew Thompson/* AMIT products */
111502ac6454SAndrew Thompsonproduct AMIT CGWLUSB2GO		0x0002	CG-WLUSB2GO
1116069f1a80SAndrew Thompsonproduct AMIT CGWLUSB2GNR	0x0008	CG-WLUSB2GNR
1117069f1a80SAndrew Thompsonproduct AMIT RT2870_1		0x0012	RT2870
1118069f1a80SAndrew Thompson
1119069f1a80SAndrew Thompson/* AMIT(2) products */
1120069f1a80SAndrew Thompsonproduct AMIT2 RT2870		0x0008	RT2870
112102ac6454SAndrew Thompson
11223426950eSHans Petter Selasky/* Analog Devices products */
11233426950eSHans Petter Selaskyproduct ANALOGDEVICES GNICE	0xf000	FTDI compatible adapter
11243426950eSHans Petter Selaskyproduct ANALOGDEVICES GNICEPLUS	0xf001	FTDI compatible adapter
11253426950eSHans Petter Selasky
112602ac6454SAndrew Thompson/* Anchor products */
1127f5113df9SGavin Atkinsonproduct ANCHOR SERIAL		0x2008	Serial
112802ac6454SAndrew Thompsonproduct ANCHOR EZUSB		0x2131	EZUSB
112902ac6454SAndrew Thompsonproduct ANCHOR EZLINK		0x2720	EZLINK
113002ac6454SAndrew Thompson
113102ac6454SAndrew Thompson/* AnyData products */
1132c0e2c178SAndrew Thompsonproduct ANYDATA ADU_620UW	0x6202	CDMA 2000 EV-DO USB Modem
113302ac6454SAndrew Thompsonproduct ANYDATA ADU_E100X	0x6501	CDMA 2000 1xRTT/EV-DO USB Modem
113402ac6454SAndrew Thompsonproduct ANYDATA ADU_500A	0x6502	CDMA 2000 EV-DO USB Modem
113502ac6454SAndrew Thompson
113602ac6454SAndrew Thompson/* AOX, Inc. products */
113702ac6454SAndrew Thompsonproduct AOX USB101		0x0008	Ethernet
113802ac6454SAndrew Thompson
113902ac6454SAndrew Thompson/* American Power Conversion products */
114002ac6454SAndrew Thompsonproduct APC UPS			0x0002	Uninterruptible Power Supply
114102ac6454SAndrew Thompson
114202ac6454SAndrew Thompson/* Apple Computer products */
11437716eb4cSMark Johnstonproduct APPLE DUMMY		0x0000	Dummy product
11444bb3183dSGavin Atkinsonproduct APPLE IMAC_KBD		0x0201	USB iMac Keyboard
11454bb3183dSGavin Atkinsonproduct APPLE KBD		0x0202	USB Keyboard M2452
114602ac6454SAndrew Thompsonproduct APPLE EXT_KBD		0x020c	Apple Extended USB Keyboard
1147eed447b5SHans Petter Selasky/* MacbookAir, aka wellspring */
1148eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING_ANSI	0x0223	Apple Internal Keyboard/Trackpad
1149eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING_ISO	0x0224	Apple Internal Keyboard/Trackpad
1150eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING_JIS	0x0225	Apple Internal Keyboard/Trackpad
1151eed447b5SHans Petter Selasky/* MacbookProPenryn, aka wellspring2 */
1152eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING2_ANSI	0x0230	Apple Internal Keyboard/Trackpad
1153eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING2_ISO	0x0231	Apple Internal Keyboard/Trackpad
1154eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING2_JIS	0x0232	Apple Internal Keyboard/Trackpad
1155eed447b5SHans Petter Selasky/* Macbook5,1 (unibody), aka wellspring3 */
1156eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING3_ANSI	0x0236	Apple Internal Keyboard/Trackpad
1157eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING3_ISO	0x0237	Apple Internal Keyboard/Trackpad
1158eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING3_JIS	0x0238	Apple Internal Keyboard/Trackpad
1159eed447b5SHans Petter Selasky/* MacbookAir3,2 (unibody), aka wellspring4 */
1160eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING4_ANSI	0x023f	Apple Internal Keyboard/Trackpad
1161eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING4_ISO	0x0240	Apple Internal Keyboard/Trackpad
1162eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING4_JIS	0x0241	Apple Internal Keyboard/Trackpad
1163eed447b5SHans Petter Selasky/* MacbookAir3,1 (unibody), aka wellspring4 */
1164eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING4A_ANSI	0x0242	Apple Internal Keyboard/Trackpad
1165eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING4A_ISO	0x0243	Apple Internal Keyboard/Trackpad
1166eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING4A_JIS	0x0244	Apple Internal Keyboard/Trackpad
1167eed447b5SHans Petter Selasky/* Macbook8 (unibody, March 2011) */
1168eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING5_ANSI	0x0245	Apple Internal Keyboard/Trackpad
1169eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING5_ISO	0x0246	Apple Internal Keyboard/Trackpad
1170eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING5_JIS	0x0247	Apple Internal Keyboard/Trackpad
1171eed447b5SHans Petter Selasky/* MacbookAir4,1 (unibody, July 2011) */
1172eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING6A_ANSI	0x0249	Apple Internal Keyboard/Trackpad
1173eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING6A_ISO	0x024a	Apple Internal Keyboard/Trackpad
1174eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING6A_JIS	0x024b	Apple Internal Keyboard/Trackpad
1175eed447b5SHans Petter Selasky/* MacbookAir4,2 (unibody, July 2011) */
1176eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING6_ANSI	0x024c	Apple Internal Keyboard/Trackpad
1177eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING6_ISO	0x024d	Apple Internal Keyboard/Trackpad
1178eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING6_JIS	0x024e	Apple Internal Keyboard/Trackpad
1179eed447b5SHans Petter Selasky/* Macbook8,2 (unibody) */
1180eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING5A_ANSI	0x0252	Apple Internal Keyboard/Trackpad
1181eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING5A_ISO	0x0253	Apple Internal Keyboard/Trackpad
1182eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING5A_JIS	0x0254	Apple Internal Keyboard/Trackpad
1183eed447b5SHans Petter Selasky/* MacbookPro10,1 (unibody, June 2012) */
1184eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING7_ANSI	0x0262	Apple Internal Keyboard/Trackpad
1185eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING7_ISO	0x0263	Apple Internal Keyboard/Trackpad
1186eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING7_JIS	0x0264	Apple Internal Keyboard/Trackpad
1187eed447b5SHans Petter Selasky/* MacbookPro10,2 (unibody, October 2012) */
1188eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING7A_ANSI	0x0259	Apple Internal Keyboard/Trackpad
1189eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING7A_ISO	0x025a	Apple Internal Keyboard/Trackpad
1190eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING7A_JIS	0x025b	Apple Internal Keyboard/Trackpad
1191eed447b5SHans Petter Selasky/* MacbookAir6,2 (unibody, June 2013) */
1192eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING8_ANSI	0x0290	Apple Internal Keyboard/Trackpad
1193eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING8_ISO	0x0291	Apple Internal Keyboard/Trackpad
1194eed447b5SHans Petter Selaskyproduct APPLE WELLSPRING8_JIS	0x0292	Apple Internal Keyboard/Trackpad
1195fcc75f06SHans Petter Selasky/* MacbookPro12,1 */
1196fcc75f06SHans Petter Selaskyproduct APPLE WELLSPRING9_ANSI	0x0272	Apple Internal Keyboard/Trackpad
1197fcc75f06SHans Petter Selaskyproduct APPLE WELLSPRING9_ISO	0x0273	Apple Internal Keyboard/Trackpad
1198fcc75f06SHans Petter Selaskyproduct APPLE WELLSPRING9_JIS	0x0274	Apple Internal Keyboard/Trackpad
11994bb3183dSGavin Atkinsonproduct APPLE MOUSE		0x0301	Mouse M4848
120002ac6454SAndrew Thompsonproduct APPLE OPTMOUSE		0x0302	Optical mouse
120102ac6454SAndrew Thompsonproduct APPLE MIGHTYMOUSE	0x0304	Mighty Mouse
12024bb3183dSGavin Atkinsonproduct APPLE KBD_HUB		0x1001	Hub in Apple USB Keyboard
120302ac6454SAndrew Thompsonproduct APPLE EXT_KBD_HUB	0x1003	Hub in Apple Extended USB Keyboard
120402ac6454SAndrew Thompsonproduct APPLE SPEAKERS		0x1101	Speakers
120502ac6454SAndrew Thompsonproduct APPLE IPOD		0x1201	iPod
120602ac6454SAndrew Thompsonproduct APPLE IPOD2G		0x1202	iPod 2G
120702ac6454SAndrew Thompsonproduct APPLE IPOD3G		0x1203	iPod 3G
120802ac6454SAndrew Thompsonproduct APPLE IPOD_04		0x1204	iPod '04'
120902ac6454SAndrew Thompsonproduct APPLE IPODMINI		0x1205	iPod Mini
121002ac6454SAndrew Thompsonproduct APPLE IPOD_06		0x1206	iPod '06'
121102ac6454SAndrew Thompsonproduct APPLE IPOD_07		0x1207	iPod '07'
121202ac6454SAndrew Thompsonproduct APPLE IPOD_08		0x1208	iPod '08'
121302ac6454SAndrew Thompsonproduct APPLE IPODVIDEO		0x1209	iPod Video
121402ac6454SAndrew Thompsonproduct APPLE IPODNANO		0x120a	iPod Nano
121502ac6454SAndrew Thompsonproduct APPLE IPHONE		0x1290	iPhone
12164bb3183dSGavin Atkinsonproduct APPLE IPOD_TOUCH	0x1291	iPod Touch
121702ac6454SAndrew Thompsonproduct APPLE IPHONE_3G		0x1292	iPhone 3G
12184bb3183dSGavin Atkinsonproduct APPLE IPHONE_3GS	0x1294	iPhone 3GS
12194bb3183dSGavin Atkinsonproduct APPLE IPHONE_4		0x1297	iPhone 4
12208753048dSEitan Adlerproduct APPLE IPHONE_4S		0x12a0	iPhone 4S
12213d6e0608SEitan Adlerproduct APPLE IPHONE_5		0x12a8  iPhone 5
12224bb3183dSGavin Atkinsonproduct APPLE IPAD		0x129a	iPad
122302ac6454SAndrew Thompsonproduct APPLE ETHERNET		0x1402	Ethernet A1277
122402ac6454SAndrew Thompson
122502ac6454SAndrew Thompson/* Arkmicro Technologies */
122602ac6454SAndrew Thompsonproduct ARKMICRO ARK3116	0x0232	ARK3116 Serial
122702ac6454SAndrew Thompson
122802ac6454SAndrew Thompson/* Asahi Optical products */
122902ac6454SAndrew Thompsonproduct ASAHIOPTICAL OPTIO230	0x0004	Digital camera
123002ac6454SAndrew Thompsonproduct ASAHIOPTICAL OPTIO330	0x0006	Digital camera
123102ac6454SAndrew Thompson
123202ac6454SAndrew Thompson/* Asante products */
123302ac6454SAndrew Thompsonproduct ASANTE EA		0x1427	Ethernet
123402ac6454SAndrew Thompson
123502ac6454SAndrew Thompson/* ASIX Electronics products */
123602ac6454SAndrew Thompsonproduct ASIX AX88172		0x1720	10/100 Ethernet
123702ac6454SAndrew Thompsonproduct ASIX AX88178		0x1780	AX88178
1238aae2e36cSMark Johnstonproduct ASIX AX88178A		0x178a	AX88178A USB 2.0 10/100/1000 Ethernet
1239aae2e36cSMark Johnstonproduct ASIX AX88179		0x1790	AX88179 USB 3.0 10/100/1000 Ethernet
124002ac6454SAndrew Thompsonproduct ASIX AX88772		0x7720	AX88772
124127148a6cSAndrew Thompsonproduct ASIX AX88772A		0x772a	AX88772A USB 2.0 10/100 Ethernet
124214ae1fa4SPyun YongHyeonproduct ASIX AX88772B		0x772b	AX88772B USB 2.0 10/100 Ethernet
12430022629fSKevin Loproduct ASIX AX88772B_1		0x7e2b	AX88772B USB 2.0 10/100 Ethernet
124402ac6454SAndrew Thompson
124502ac6454SAndrew Thompson/* ASUS products */
1246069f1a80SAndrew Thompsonproduct ASUS2 USBN11		0x0b05	USB-N11
12477e1c22c4SKevin Loproduct ASUS RT2570		0x1706	RT2500USB Wireless Adapter
124802ac6454SAndrew Thompsonproduct ASUS WL167G		0x1707	WL-167g Wireless Adapter
124902ac6454SAndrew Thompsonproduct ASUS WL159G		0x170c	WL-159g
125002ac6454SAndrew Thompsonproduct ASUS A9T_WIFI		0x171b	A9T wireless
1251f8b51ca5SWeongyo Jeongproduct ASUS P5B_WIFI		0x171d	P5B wireless
125202ac6454SAndrew Thompsonproduct ASUS RT2573_1		0x1723	RT2573
125302ac6454SAndrew Thompsonproduct ASUS RT2573_2		0x1724	RT2573
125402ac6454SAndrew Thompsonproduct ASUS LCM		0x1726	LCM display
1255069f1a80SAndrew Thompsonproduct ASUS RT2870_1		0x1731	RT2870
1256069f1a80SAndrew Thompsonproduct ASUS RT2870_2		0x1732	RT2870
1257069f1a80SAndrew Thompsonproduct ASUS RT2870_3		0x1742	RT2870
1258069f1a80SAndrew Thompsonproduct ASUS RT2870_4		0x1760	RT2870
1259069f1a80SAndrew Thompsonproduct ASUS RT2870_5		0x1761	RT2870
12603707a5e9SAndrew Thompsonproduct	ASUS USBN13		0x1784	USB-N13
1261a5dcb064SRui Pauloproduct ASUS USBN10		0x1786	USB-N10
12627e1c22c4SKevin Loproduct ASUS RT3070_1		0x1790	RT3070
12637e1c22c4SKevin Loproduct ASUS RTL8192SU		0x1791  RTL8192SU
12647e1c22c4SKevin Loproduct ASUS USB_N53		0x179d	ASUS Black Diamond Dual Band USB-N53
1265c2c2fc4dSRui Pauloproduct ASUS RTL8192CU		0x17ab	RTL8192CU
12667a7e01caSKevin Loproduct ASUS USBN66		0x17ad	USB-N66
1267ed8023f5SKevin Loproduct ASUS USBN10NANO		0x17ba	USB-N10 Nano
1268d4bcd255SKevin Loproduct ASUS USBAC51		0x17d1	USB-AC51
126907fa0846SAndriy Voskoboinykproduct ASUS USBAC56		0x17d2	USB-AC56
1270d6fd321eSDmitry Chaginproduct ASUS USBN14		0x17e8	USB-N14
1271cd6f0b47SAndreas Wetzelproduct ASUS USBN10NANOB1	0x18f0	USB-N10 Nano rev B1
1272c68e91c3SAndrew Thompsonproduct ASUS A730W		0x4202	ASUS MyPal A730W
127302ac6454SAndrew Thompsonproduct ASUS P535		0x420f	ASUS P535 PDA
127477c33ae7SAlfred Perlsteinproduct ASUS GMSC		0x422f	ASUS Generic Mass Storage
127502ac6454SAndrew Thompson
127602ac6454SAndrew Thompson/* ATen products */
127702ac6454SAndrew Thompsonproduct ATEN UC1284		0x2001	Parallel printer
127802ac6454SAndrew Thompsonproduct ATEN UC10T		0x2002	10Mbps Ethernet
127902ac6454SAndrew Thompsonproduct ATEN UC110T		0x2007	UC-110T Ethernet
128002ac6454SAndrew Thompsonproduct ATEN UC232A		0x2008	Serial
128146a5f883SEd Masteproduct ATEN UC232B		0x2022  Serial
128202ac6454SAndrew Thompsonproduct ATEN UC210T		0x2009	UC-210T Ethernet
128302ac6454SAndrew Thompsonproduct ATEN DSB650C		0x4000	DSB-650C
128402ac6454SAndrew Thompson
12853525f1dbSHans Petter Selasky/* ATP Electronics products */
12863525f1dbSHans Petter Selaskyproduct ATP EUSB		0xaf01	ATP IG eUSB SSD
12873525f1dbSHans Petter Selasky
128802ac6454SAndrew Thompson/* Atheros Communications products */
128902ac6454SAndrew Thompsonproduct ATHEROS AR5523		0x0001	AR5523
129002ac6454SAndrew Thompsonproduct ATHEROS AR5523_NF	0x0002	AR5523 (no firmware)
129102ac6454SAndrew Thompsonproduct ATHEROS2 AR5523_1	0x0001	AR5523
129202ac6454SAndrew Thompsonproduct ATHEROS2 AR5523_1_NF	0x0002	AR5523 (no firmware)
129302ac6454SAndrew Thompsonproduct ATHEROS2 AR5523_2	0x0003	AR5523
129402ac6454SAndrew Thompsonproduct ATHEROS2 AR5523_2_NF	0x0004	AR5523 (no firmware)
129502ac6454SAndrew Thompsonproduct ATHEROS2 AR5523_3	0x0005	AR5523
129602ac6454SAndrew Thompsonproduct ATHEROS2 AR5523_3_NF	0x0006	AR5523 (no firmware)
12974c794fa5SAdrian Chaddproduct ATHEROS2 TG121N		0x1001	TG121N
12984c794fa5SAdrian Chaddproduct ATHEROS2 WN821NV2	0x1002	WN821NV2
12994c794fa5SAdrian Chaddproduct ATHEROS2 3CRUSBN275	0x1010	3CRUSBN275
13004c794fa5SAdrian Chaddproduct ATHEROS2 WN612		0x1011	WN612
13014c794fa5SAdrian Chaddproduct ATHEROS2 AR9170		0x9170	AR9170
130202ac6454SAndrew Thompson
130302ac6454SAndrew Thompson/* Atmel Comp. products */
1304bbb39ba5SJoerg Wunschproduct ATMEL STK541		0x2109	Zigbee Controller
130534feb2d2SPoul-Henning Kampproduct ATMEL UHB124		0x3301	AT43301 USB 1.1 Hub
130602ac6454SAndrew Thompsonproduct ATMEL DWL120		0x7603	DWL-120 Wireless Adapter
130702ac6454SAndrew Thompsonproduct ATMEL BW002		0x7605	BW002 Wireless Adapter
130802ac6454SAndrew Thompsonproduct ATMEL WL1130USB		0x7613	WL-1130 USB
130902ac6454SAndrew Thompsonproduct ATMEL AT76C505A		0x7614	AT76c505a Wireless Adapter
131002ac6454SAndrew Thompson
13114bb3183dSGavin Atkinson/* AuthenTec products */
13124bb3183dSGavin Atkinsonproduct AUTHENTEC AES1610	0x1600	AES1610 Fingerprint Sensor
13134bb3183dSGavin Atkinson
131402ac6454SAndrew Thompson/* Avision products */
131502ac6454SAndrew Thompsonproduct AVISION 1200U		0x0268	1200U scanner
131602ac6454SAndrew Thompson
13174c794fa5SAdrian Chadd/* AVM products */
13184c794fa5SAdrian Chaddproduct AVM FRITZWLAN		0x8401	FRITZ!WLAN N
13194c794fa5SAdrian Chadd
132002ac6454SAndrew Thompson/* Axesstel products */
132102ac6454SAndrew Thompsonproduct AXESSTEL DATAMODEM	0x1000  Data Modem
132202ac6454SAndrew Thompson
1323069f1a80SAndrew Thompson/* AsureWave products */
1324069f1a80SAndrew Thompsonproduct AZUREWAVE RT2870_1	0x3247	RT2870
1325069f1a80SAndrew Thompsonproduct AZUREWAVE RT2870_2	0x3262	RT2870
1326069f1a80SAndrew Thompsonproduct AZUREWAVE RT3070_1	0x3273	RT3070
1327069f1a80SAndrew Thompsonproduct	AZUREWAVE RT3070_2	0x3284	RT3070
1328069f1a80SAndrew Thompsonproduct	AZUREWAVE RT3070_3	0x3305	RT3070
1329c2c2fc4dSRui Pauloproduct AZUREWAVE RTL8188CU	0x3357	RTL8188CU
1330c2c2fc4dSRui Pauloproduct AZUREWAVE RTL8188CE_1	0x3358  RTL8188CE
1331c2c2fc4dSRui Pauloproduct AZUREWAVE RTL8188CE_2	0x3359  RTL8188CE
1332a5dcb064SRui Pauloproduct AZUREWAVE RTL8192SU_1	0x3306	RTL8192SU
1333a5dcb064SRui Pauloproduct AZUREWAVE RTL8192SU_2	0x3309	RTL8192SU
1334a5dcb064SRui Pauloproduct AZUREWAVE RTL8192SU_3	0x3310	RTL8192SU
1335a5dcb064SRui Pauloproduct AZUREWAVE RTL8192SU_4	0x3311	RTL8192SU
1336a5dcb064SRui Pauloproduct AZUREWAVE RTL8192SU_5	0x3325	RTL8192SU
1337069f1a80SAndrew Thompson
133802ac6454SAndrew Thompson/* Baltech products */
133902ac6454SAndrew Thompsonproduct BALTECH CARDREADER	0x9999	Card reader
134002ac6454SAndrew Thompson
13413426950eSHans Petter Selasky/* Bayer products */
13423426950eSHans Petter Selaskyproduct BAYER CONTOUR_CABLE	0x6001	FTDI compatible adapter
13433426950eSHans Petter Selasky
134402ac6454SAndrew Thompson/* B&B Electronics products */
134502ac6454SAndrew Thompsonproduct BBELECTRONICS USOTL4	0xAC01	RS-422/485
13463426950eSHans Petter Selaskyproduct BBELECTRONICS 232USB9M		0xac27	FTDI compatible adapter
13473426950eSHans Petter Selaskyproduct BBELECTRONICS 485USB9F_2W	0xac25	FTDI compatible adapter
13483426950eSHans Petter Selaskyproduct BBELECTRONICS 485USB9F_4W	0xac26	FTDI compatible adapter
13493426950eSHans Petter Selaskyproduct BBELECTRONICS 485USBTB_2W	0xac33	FTDI compatible adapter
13503426950eSHans Petter Selaskyproduct BBELECTRONICS 485USBTB_4W	0xac34	FTDI compatible adapter
13513426950eSHans Petter Selaskyproduct BBELECTRONICS TTL3USB9M		0xac50	FTDI compatible adapter
13523426950eSHans Petter Selaskyproduct BBELECTRONICS TTL5USB9M		0xac49	FTDI compatible adapter
13533426950eSHans Petter Selaskyproduct BBELECTRONICS USO9ML2		0xac03	FTDI compatible adapter
13543426950eSHans Petter Selaskyproduct BBELECTRONICS USO9ML2DR		0xac17	FTDI compatible adapter
13553426950eSHans Petter Selaskyproduct BBELECTRONICS USO9ML2DR_2	0xac16	FTDI compatible adapter
13563426950eSHans Petter Selaskyproduct BBELECTRONICS USOPTL4		0xac11	FTDI compatible adapter
13573426950eSHans Petter Selaskyproduct BBELECTRONICS USOPTL4DR		0xac19	FTDI compatible adapter
13583426950eSHans Petter Selaskyproduct BBELECTRONICS USOPTL4DR2	0xac18	FTDI compatible adapter
13593426950eSHans Petter Selaskyproduct BBELECTRONICS USPTL4		0xac12	FTDI compatible adapter
13603426950eSHans Petter Selaskyproduct BBELECTRONICS USTL4		0xac02	FTDI compatible adapter
13613426950eSHans Petter Selaskyproduct BBELECTRONICS ZZ_PROG1_USB	0xba02	FTDI compatible adapter
136202ac6454SAndrew Thompson
136302ac6454SAndrew Thompson/* Belkin products */
136402ac6454SAndrew Thompson/*product BELKIN F5U111		0x????	F5U111 Ethernet*/
136502ac6454SAndrew Thompsonproduct BELKIN F5D6050		0x0050	F5D6050 802.11b Wireless Adapter
136602ac6454SAndrew Thompsonproduct BELKIN FBT001V		0x0081	FBT001v2 Bluetooth
136702ac6454SAndrew Thompsonproduct BELKIN FBT003V		0x0084	FBT003v2 Bluetooth
136802ac6454SAndrew Thompsonproduct BELKIN F5U103		0x0103	F5U103 Serial
136902ac6454SAndrew Thompsonproduct BELKIN F5U109		0x0109	F5U109 Serial
137002ac6454SAndrew Thompsonproduct BELKIN USB2SCSI		0x0115	USB to SCSI
137102ac6454SAndrew Thompsonproduct BELKIN F8T012		0x0121	F8T012xx1 Bluetooth USB Adapter
137202ac6454SAndrew Thompsonproduct BELKIN USB2LAN		0x0121	USB to LAN
13733202fefaSLi-Wen Hsuproduct BELKIN B2B128		0x0128	USB3 to LAN
137402ac6454SAndrew Thompsonproduct BELKIN F5U208		0x0208	F5U208 VideoBus II
137502ac6454SAndrew Thompsonproduct BELKIN F5U237		0x0237	F5U237 USB 2.0 7-Port Hub
137602ac6454SAndrew Thompsonproduct BELKIN F5U257		0x0257	F5U257 Serial
137703d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6H375USB	0x0375	F6H375-USB
137802ac6454SAndrew Thompsonproduct BELKIN F5U409		0x0409	F5U409 Serial
137902ac6454SAndrew Thompsonproduct BELKIN F6C550AVR	0x0551	F6C550-AVR UPS
138003d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6C1250TWRK	0x0750	F6C1250-TW-RK
138103d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6C1500TWRK	0x0751	F6C1500-TW-RK
138203d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6C900UNV	0x0900	F6C900-UNV
138303d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6C100UNV	0x0910	F6C100-UNV
138403d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6C120UNV	0x0912	F6C120-UNV UPS
138503d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6C800UNV	0x0980	F6C800-UNV
1386f4d7179aSMark Johnstonproduct BELKIN F9L1004V1	0x1004	N300 Wireless Adapter
138703d9c6aaSOleksandr Tymoshenkoproduct BELKIN F6C1100UNV	0x1100	F6C1100-UNV, F6C1200-UNV
138802ac6454SAndrew Thompsonproduct BELKIN F5U120		0x1203	F5U120-PC Hub
1389c2c2fc4dSRui Pauloproduct BELKIN RTL8188CU	0x1102  RTL8188CU Wireless Adapter
13907a7e01caSKevin Loproduct BELKIN F9L1103		0x1103	F9L1103 Wireless Adapter
1391c2c2fc4dSRui Pauloproduct BELKIN RTL8192CU	0x2102	RTL8192CU Wireless Adapter
1392c2c2fc4dSRui Pauloproduct BELKIN F7D2102		0x2103  F7D2102 Wireless Adapter
13935ca4ae8bSBruce M Simpsonproduct BELKIN F5U258		0x258A	F5U258 Host to Host cable
139402ac6454SAndrew Thompsonproduct BELKIN ZD1211B		0x4050	ZD1211B
139502ac6454SAndrew Thompsonproduct BELKIN F5D5055		0x5055	F5D5055
139602ac6454SAndrew Thompsonproduct BELKIN F5D7050		0x7050	F5D7050 Wireless Adapter
139702ac6454SAndrew Thompsonproduct BELKIN F5D7051		0x7051	F5D7051 54g USB Network Adapter
139802ac6454SAndrew Thompsonproduct BELKIN F5D7050A		0x705a	F5D7050A Wireless Adapter
139902ac6454SAndrew Thompson/* Also sold as 'Ativa 802.11g wireless card' */
140002ac6454SAndrew Thompsonproduct BELKIN F5D7050_V4000	0x705c	F5D7050 v4000 Wireless Adapter
1401f8b51ca5SWeongyo Jeongproduct BELKIN F5D7050E		0x705e	F5D7050E Wireless Adapter
1402069f1a80SAndrew Thompsonproduct BELKIN RT2870_1		0x8053	RT2870
1403069f1a80SAndrew Thompsonproduct BELKIN RT2870_2		0x805c	RT2870
1404069f1a80SAndrew Thompsonproduct BELKIN F5D8053V3	0x815c	F5D8053 v3
1405a5dcb064SRui Pauloproduct BELKIN RTL8192SU_1	0x815f	RTL8192SU
1406a5dcb064SRui Pauloproduct BELKIN RTL8192SU_2	0x845a	RTL8192SU
1407a5dcb064SRui Pauloproduct BELKIN RTL8192SU_3	0x945a	RTL8192SU
1408069f1a80SAndrew Thompsonproduct BELKIN F5D8055		0x825a	F5D8055
1409c8eeb971SHans Petter Selaskyproduct BELKIN F5D8055V2	0x825b	F5D8055 v2
141002ac6454SAndrew Thompsonproduct BELKIN F5D9050V3	0x905b	F5D9050 ver 3 Wireless Adapter
141102ac6454SAndrew Thompsonproduct BELKIN2 F5U002		0x0002	F5U002 Parallel printer
1412069f1a80SAndrew Thompsonproduct BELKIN F6D4050V1	0x935a	F6D4050 v1
141357733723SHans Petter Selaskyproduct BELKIN F6D4050V2	0x935b	F6D4050 v2
141402ac6454SAndrew Thompson
141502ac6454SAndrew Thompson/* Billionton products */
141602ac6454SAndrew Thompsonproduct BILLIONTON USB100	0x0986	USB100N 10/100 FastEthernet
141702ac6454SAndrew Thompsonproduct BILLIONTON USBLP100	0x0987	USB100LP
141802ac6454SAndrew Thompsonproduct BILLIONTON USBEL100	0x0988	USB100EL
141902ac6454SAndrew Thompsonproduct BILLIONTON USBE100	0x8511	USBE100
142002ac6454SAndrew Thompsonproduct BILLIONTON USB2AR	0x90ff	USB2AR Ethernet
142102ac6454SAndrew Thompson
142287462084SHans Petter Selasky/* Brainboxes Limited products */
142387462084SHans Petter Selaskyproduct BRAINBOXES US257	0x5001	US-257 USB2Serial 2xRS232
142487462084SHans Petter Selaskyproduct BRAINBOXES US25701	0x5002	US-25701 USB2Serial 2xRS232
142587462084SHans Petter Selasky
142602ac6454SAndrew Thompson/* Broadcom products */
142702ac6454SAndrew Thompsonproduct BROADCOM BCM2033	0x2033	BCM2033 Bluetooth USB dongle
142802ac6454SAndrew Thompson
142902ac6454SAndrew Thompson/* Brother Industries products */
143002ac6454SAndrew Thompsonproduct BROTHER HL1050		0x0002	HL-1050 laser printer
14312ac4d1f9SAlexander Leidingerproduct BROTHER MFC8600_9650	0x0100	MFC8600/9650 multifunction device
143202ac6454SAndrew Thompson
143302ac6454SAndrew Thompson/* Behavior Technology Computer products */
14344bb3183dSGavin Atkinsonproduct BTC BTC6100		0x5550	6100C Keyboard
143502ac6454SAndrew Thompsonproduct BTC BTC7932		0x6782	Keyboard with mouse port
143602ac6454SAndrew Thompson
14374c794fa5SAdrian Chadd/* CACE Technologies products */
14384c794fa5SAdrian Chaddproduct CACE AIRPCAPNX		0x0300	AirPcap NX
14394c794fa5SAdrian Chadd
144002ac6454SAndrew Thompson/* Canon, Inc. products */
144102ac6454SAndrew Thompsonproduct CANON N656U		0x2206	CanoScan N656U
144202ac6454SAndrew Thompsonproduct CANON N1220U		0x2207	CanoScan N1220U
144302ac6454SAndrew Thompsonproduct CANON D660U		0x2208	CanoScan D660U
144402ac6454SAndrew Thompsonproduct CANON N676U		0x220d	CanoScan N676U
144502ac6454SAndrew Thompsonproduct CANON N1240U		0x220e	CanoScan N1240U
144602ac6454SAndrew Thompsonproduct CANON LIDE25		0x2220	CanoScan LIDE 25
144702ac6454SAndrew Thompsonproduct CANON S10		0x3041	PowerShot S10
144802ac6454SAndrew Thompsonproduct CANON S100		0x3045	PowerShot S100
144902ac6454SAndrew Thompsonproduct CANON S200		0x3065	PowerShot S200
145002ac6454SAndrew Thompsonproduct CANON REBELXT		0x30ef	Digital Rebel XT
145102ac6454SAndrew Thompson
145202ac6454SAndrew Thompson/* CATC products */
145302ac6454SAndrew Thompsonproduct CATC NETMATE		0x000a	Netmate Ethernet
145402ac6454SAndrew Thompsonproduct CATC NETMATE2		0x000c	Netmate2 Ethernet
145502ac6454SAndrew Thompsonproduct CATC CHIEF		0x000d	USB Chief Bus & Protocol Analyzer
145602ac6454SAndrew Thompsonproduct CATC ANDROMEDA		0x1237	Andromeda hub
145702ac6454SAndrew Thompson
145802ac6454SAndrew Thompson/* CASIO products */
145902ac6454SAndrew Thompsonproduct CASIO QV_DIGICAM	0x1001	QV DigiCam
146002ac6454SAndrew Thompsonproduct CASIO EXS880		0x1105	Exilim EX-S880
146102ac6454SAndrew Thompsonproduct CASIO BE300		0x2002	BE-300 PDA
146202ac6454SAndrew Thompsonproduct CASIO NAMELAND		0x4001	CASIO Nameland EZ-USB
146302ac6454SAndrew Thompson
146402ac6454SAndrew Thompson/* CCYU products */
146502ac6454SAndrew Thompsonproduct CCYU ED1064		0x2136	EasyDisk ED1064
146602ac6454SAndrew Thompson
146702ac6454SAndrew Thompson/* Century products */
146802ac6454SAndrew Thompsonproduct CENTURY EX35QUAT	0x011e	Century USB Disk Enclosure
14698fa484e2SAndrew Thompsonproduct CENTURY EX35SW4_SB4	0x011f	Century USB Disk Enclosure
147002ac6454SAndrew Thompson
147102ac6454SAndrew Thompson/* Cherry products */
147202ac6454SAndrew Thompsonproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
147302ac6454SAndrew Thompsonproduct CHERRY MY3000HUB	0x0003	My3000 hub
147402ac6454SAndrew Thompsonproduct CHERRY CYBOARD		0x0004	CyBoard Keyboard
147502ac6454SAndrew Thompson
147602ac6454SAndrew Thompson/* Chic Technology products */
147702ac6454SAndrew Thompsonproduct CHIC MOUSE1		0x0001	mouse
147802ac6454SAndrew Thompsonproduct CHIC CYPRESS		0x0003	Cypress USB Mouse
147902ac6454SAndrew Thompson
148002ac6454SAndrew Thompson/* Chicony products */
148102ac6454SAndrew Thompsonproduct CHICONY KB8933		0x0001	KB-8933 keyboard
14824bb3183dSGavin Atkinsonproduct CHICONY KU0325		0x0116	KU-0325 keyboard
14837b360bccSAndrew Thompsonproduct CHICONY CNF7129		0xb071	Notebook Web Camera
1484a74c1816SGlen Barberproduct CHICONY HDUVCCAM	0xb40a	HD UVC WebCam
1485c2c2fc4dSRui Pauloproduct	CHICONY RTL8188CUS_1	0xaff7	RTL8188CUS
1486c2c2fc4dSRui Pauloproduct	CHICONY RTL8188CUS_2	0xaff8	RTL8188CUS
1487c2c2fc4dSRui Pauloproduct	CHICONY RTL8188CUS_3	0xaff9	RTL8188CUS
1488c2c2fc4dSRui Pauloproduct	CHICONY RTL8188CUS_4	0xaffa	RTL8188CUS
1489c2c2fc4dSRui Pauloproduct	CHICONY RTL8188CUS_5	0xaffa	RTL8188CUS
149002ac6454SAndrew Thompsonproduct CHICONY2 TWINKLECAM	0x600d	TwinkleCam USB camera
149102ac6454SAndrew Thompson
149202ac6454SAndrew Thompson/* CH Products */
149302ac6454SAndrew Thompsonproduct CHPRODUCTS PROTHROTTLE	0x00f1	Pro Throttle
149402ac6454SAndrew Thompsonproduct CHPRODUCTS PROPEDALS	0x00f2	Pro Pedals
149502ac6454SAndrew Thompsonproduct CHPRODUCTS FIGHTERSTICK 0x00f3	Fighterstick
149602ac6454SAndrew Thompsonproduct CHPRODUCTS FLIGHTYOKE	0x00ff	Flight Sim Yoke
149702ac6454SAndrew Thompson
149802ac6454SAndrew Thompson/* Cisco-Linksys products */
1499922f7c5cSWeongyo Jeongproduct CISCOLINKSYS WUSB54AG	0x000c	WUSB54AG Wireless Adapter
150002ac6454SAndrew Thompsonproduct CISCOLINKSYS WUSB54G	0x000d	WUSB54G Wireless Adapter
150102ac6454SAndrew Thompsonproduct CISCOLINKSYS WUSB54GP	0x0011	WUSB54GP Wireless Adapter
150202ac6454SAndrew Thompsonproduct CISCOLINKSYS USB200MV2	0x0018	USB200M v2
150302ac6454SAndrew Thompsonproduct CISCOLINKSYS HU200TS	0x001a	HU200TS Wireless Adapter
150402ac6454SAndrew Thompsonproduct CISCOLINKSYS WUSB54GC	0x0020	WUSB54GC
150502ac6454SAndrew Thompsonproduct CISCOLINKSYS WUSB54GR	0x0023	WUSB54GR
150602ac6454SAndrew Thompsonproduct CISCOLINKSYS WUSBF54G	0x0024	WUSBF54G
1507c8eeb971SHans Petter Selaskyproduct CISCOLINKSYS AE1000	0x002f	AE1000
150807fa0846SAndriy Voskoboinykproduct CISCOLINKSYS WUSB6300	0x003f	WUSB6300
150998d3afa5SHans Petter Selaskyproduct CISCOLINKSYS USB3GIGV1	0x0041  USB3GIGV1 USB Ethernet Adapter
1510069f1a80SAndrew Thompsonproduct CISCOLINKSYS2 RT3070	0x4001	RT3070
15113707a5e9SAndrew Thompsonproduct CISCOLINKSYS3 RT3070	0x0101	RT3070
151202ac6454SAndrew Thompson
151346cbe200SGavin Atkinson/* Clipsal products */
151478a1f140SGavin Atkinsonproduct CLIPSAL 560884		0x0101	560884 C-Bus Audio Matrix Switch
151578a1f140SGavin Atkinsonproduct CLIPSAL 5500PACA	0x0201	5500PACA C-Bus Pascal Automation Controller
151678a1f140SGavin Atkinsonproduct CLIPSAL 5800PC		0x0301	5800PC C-Bus Wireless Interface
1517a713d656SGavin Atkinsonproduct CLIPSAL 5500PCU		0x0303	5500PCU C-Bus Interface
151878a1f140SGavin Atkinsonproduct CLIPSAL 5000CT2		0x0304	5000CT2 C-Bus Touch Screen
151978a1f140SGavin Atkinsonproduct CLIPSAL C5000CT2	0x0305	C5000CT2 C-Bus Touch Screen
152078a1f140SGavin Atkinsonproduct CLIPSAL L51xx		0x0401	L51xx C-Bus Dimmer
152146cbe200SGavin Atkinson
1522067e471aSHans Petter Selasky/* C-Media products */
1523067e471aSHans Petter Selaskyproduct CMEDIA CM6206		0x0102	CM106 compatible sound device
1524067e471aSHans Petter Selasky
152502ac6454SAndrew Thompson/* CMOTECH products */
152602ac6454SAndrew Thompsonproduct CMOTECH CNU510		0x5141	CDMA Technologies USB modem
152702ac6454SAndrew Thompsonproduct CMOTECH CNU550		0x5543	CDMA 2000 1xRTT/1xEVDO USB modem
152802ac6454SAndrew Thompsonproduct CMOTECH CGU628		0x6006	CGU-628
152902ac6454SAndrew Thompsonproduct CMOTECH CDMA_MODEM1	0x6280	CDMA Technologies USB modem
153002ac6454SAndrew Thompsonproduct CMOTECH DISK		0xf000	disk mode
153102ac6454SAndrew Thompson
153202ac6454SAndrew Thompson/* Compaq products */
153302ac6454SAndrew Thompsonproduct COMPAQ IPAQPOCKETPC	0x0003	iPAQ PocketPC
153402ac6454SAndrew Thompsonproduct COMPAQ PJB100		0x504a	Personal Jukebox PJB100
153502ac6454SAndrew Thompsonproduct COMPAQ IPAQLINUX	0x505a	iPAQ Linux
153602ac6454SAndrew Thompson
153702ac6454SAndrew Thompson/* Composite Corp products looks the same as "TANGTOP" */
153802ac6454SAndrew Thompsonproduct COMPOSITE USBPS2	0x0001	USB to PS2 Adaptor
153902ac6454SAndrew Thompson
154002ac6454SAndrew Thompson/* Conceptronic products */
154102ac6454SAndrew Thompsonproduct CONCEPTRONIC PRISM_GT	0x3762	PrismGT USB 2.0 WLAN
154202ac6454SAndrew Thompsonproduct CONCEPTRONIC C11U	0x7100	C11U
154302ac6454SAndrew Thompsonproduct CONCEPTRONIC WL210	0x7110	WL-210
154402ac6454SAndrew Thompsonproduct CONCEPTRONIC AR5523_1	0x7801	AR5523
154502ac6454SAndrew Thompsonproduct CONCEPTRONIC AR5523_1_NF	0x7802	AR5523 (no firmware)
154602ac6454SAndrew Thompsonproduct CONCEPTRONIC AR5523_2	0x7811	AR5523
154702ac6454SAndrew Thompsonproduct CONCEPTRONIC AR5523_2_NF	0x7812	AR5523 (no firmware)
1548a5dcb064SRui Pauloproduct CONCEPTRONIC2 RTL8192SU_1	0x3300	RTL8192SU
1549a5dcb064SRui Pauloproduct CONCEPTRONIC2 RTL8192SU_2	0x3301	RTL8192SU
1550a5dcb064SRui Pauloproduct CONCEPTRONIC2 RTL8192SU_3	0x3302	RTL8192SU
155102ac6454SAndrew Thompsonproduct CONCEPTRONIC2 C54RU	0x3c02	C54RU WLAN
155202ac6454SAndrew Thompsonproduct CONCEPTRONIC2 C54RU2	0x3c22	C54RU
15533707a5e9SAndrew Thompsonproduct CONCEPTRONIC2 RT3070_1	0x3c08	RT3070
15543707a5e9SAndrew Thompsonproduct CONCEPTRONIC2 RT3070_2	0x3c11	RT3070
1555069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 VIGORN61	0x3c25	VIGORN61
1556069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_1	0x3c06	RT2870
1557069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_2	0x3c07	RT2870
1558069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_7	0x3c09	RT2870
1559069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_8	0x3c12	RT2870
1560069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_3	0x3c23	RT2870
1561069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_4	0x3c25	RT2870
1562069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_5	0x3c27	RT2870
1563069f1a80SAndrew Thompsonproduct CONCEPTRONIC2 RT2870_6	0x3c28	RT2870
156402ac6454SAndrew Thompson
156502ac6454SAndrew Thompson/* Connectix products */
156602ac6454SAndrew Thompsonproduct CONNECTIX QUICKCAM	0x0001	QuickCam
156702ac6454SAndrew Thompson
15683426950eSHans Petter Selasky/* Conect products */
15693426950eSHans Petter Selaskyproduct CONTEC COM1USBH		0x8311	FTDI compatible adapter
15703426950eSHans Petter Selasky
157102ac6454SAndrew Thompson/* Corega products */
157202ac6454SAndrew Thompsonproduct COREGA ETHER_USB_T	0x0001	Ether USB-T
157302ac6454SAndrew Thompsonproduct COREGA FETHER_USB_TX	0x0004	FEther USB-TX
157402ac6454SAndrew Thompsonproduct COREGA WLAN_USB_USB_11	0x000c	WirelessLAN USB-11
157502ac6454SAndrew Thompsonproduct COREGA FETHER_USB_TXS	0x000d	FEther USB-TXS
157602ac6454SAndrew Thompsonproduct COREGA WLANUSB		0x0012	Wireless LAN Stick-11
157702ac6454SAndrew Thompsonproduct COREGA FETHER_USB2_TX	0x0017	FEther USB2-TX
157802ac6454SAndrew Thompsonproduct COREGA WLUSB_11_KEY	0x001a	ULUSB-11 Key
1579082dbb0dSGavin Atkinsonproduct COREGA CGUSBRS232R	0x002a	CG-USBRS232R
158002ac6454SAndrew Thompsonproduct COREGA CGWLUSB2GL	0x002d	CG-WLUSB2GL
158102ac6454SAndrew Thompsonproduct COREGA CGWLUSB2GPX	0x002e	CG-WLUSB2GPX
1582069f1a80SAndrew Thompsonproduct COREGA RT2870_1		0x002f	RT2870
1583069f1a80SAndrew Thompsonproduct COREGA RT2870_2		0x003c	RT2870
1584069f1a80SAndrew Thompsonproduct COREGA RT2870_3		0x003f	RT2870
1585069f1a80SAndrew Thompsonproduct COREGA RT3070		0x0041	RT3070
1586069f1a80SAndrew Thompsonproduct COREGA CGWLUSB300GNM	0x0042	CG-WLUSB300GNM
1587a5dcb064SRui Pauloproduct COREGA RTL8192SU        0x0047  RTL8192SU
1588c2c2fc4dSRui Pauloproduct COREGA RTL8192CU	0x0056  RTL8192CU
1589069f1a80SAndrew Thompson
159002ac6454SAndrew Thompsonproduct COREGA WLUSB_11_STICK	0x7613	WLAN USB Stick 11
159102ac6454SAndrew Thompsonproduct COREGA FETHER_USB_TXC	0x9601	FEther USB-TXC
159202ac6454SAndrew Thompson
159384e1a128SHans Petter Selasky/* Corsair products */
159484e1a128SHans Petter Selaskyproduct CORSAIR K60		0x0a60	Corsair Vengeance K60 keyboard
15958824a2edSOleksandr Tymoshenkoproduct CORSAIR K68		0x1b3f	Corsair Gaming K68 keyboard
15967b520cfbSHans Petter Selaskyproduct CORSAIR K70		0x1b09	Corsair Vengeance K70 keyboard
1597abf52ec0SHans Petter Selaskyproduct CORSAIR K70_RGB		0x1b13	Corsair K70 RGB Keyboard
1598ee3da13fSHans Petter Selaskyproduct CORSAIR STRAFE		0x1b15	Corsair STRAFE Gaming keyboard
1599ee3da13fSHans Petter Selaskyproduct CORSAIR STRAFE2		0x1b44	Corsair STRAFE Gaming keyboard
160084e1a128SHans Petter Selasky
160102ac6454SAndrew Thompson/* Creative products */
160202ac6454SAndrew Thompsonproduct CREATIVE NOMAD_II	0x1002	Nomad II MP3 player
160302ac6454SAndrew Thompsonproduct CREATIVE NOMAD_IIMG	0x4004	Nomad II MG
160402ac6454SAndrew Thompsonproduct CREATIVE NOMAD		0x4106	Nomad
160502ac6454SAndrew Thompsonproduct CREATIVE2 VOIP_BLASTER	0x0258	Voip Blaster
160602ac6454SAndrew Thompsonproduct CREATIVE3 OPTICAL_MOUSE	0x0001	Notebook Optical Mouse
160702ac6454SAndrew Thompson
160802ac6454SAndrew Thompson/* Cambridge Silicon Radio Ltd. products */
160902ac6454SAndrew Thompsonproduct CSR BT_DONGLE		0x0001	Bluetooth USB dongle
161002ac6454SAndrew Thompsonproduct CSR CSRDFU		0xffff	USB Bluetooth Device in DFU State
161102ac6454SAndrew Thompson
16126001d011SHans Petter Selasky/* Chipsbank Microelectronics Co., Ltd */
16136001d011SHans Petter Selaskyproduct CHIPSBANK USBMEMSTICK	0x6025	CBM2080 Flash drive controller
16146001d011SHans Petter Selaskyproduct CHIPSBANK USBMEMSTICK1	0x6026	CBM1180 Flash drive controller
16156001d011SHans Petter Selasky
161602ac6454SAndrew Thompson/* CTX products */
161702ac6454SAndrew Thompsonproduct CTX EX1300		0x9999	Ex1300 hub
161802ac6454SAndrew Thompson
161902ac6454SAndrew Thompson/* Curitel products */
162002ac6454SAndrew Thompsonproduct CURITEL HX550C		0x1101	CDMA 2000 1xRTT USB modem (HX-550C)
162102ac6454SAndrew Thompsonproduct CURITEL HX57XB		0x2101	CDMA 2000 1xRTT USB modem (HX-570/575B/PR-600)
162202ac6454SAndrew Thompsonproduct CURITEL PC5740		0x3701	Broadband Wireless modem
16233b822764SNick Hibmaproduct CURITEL UM150		0x3711	EVDO modem
16242f5c8688SAndrew Thompsonproduct CURITEL UM175		0x3714	EVDO modem
162502ac6454SAndrew Thompson
162602ac6454SAndrew Thompson/* CyberPower products */
162703d9c6aaSOleksandr Tymoshenkoproduct CYBERPOWER BC900D		0x0005	900AVR/BC900D, CP1200AVR/BC1200D
162802ac6454SAndrew Thompsonproduct CYBERPOWER 1500CAVRLCD		0x0501	1500CAVRLCD
162903d9c6aaSOleksandr Tymoshenkoproduct CYBERPOWER OR2200LCDRM2U	0x0601	OR2200LCDRM2U
163002ac6454SAndrew Thompson
163102ac6454SAndrew Thompson/* CyberTAN Technology products */
163202ac6454SAndrew Thompsonproduct CYBERTAN TG54USB	0x1666	TG54USB
1633069f1a80SAndrew Thompsonproduct CYBERTAN RT2870		0x1828	RT2870
163402ac6454SAndrew Thompson
163502ac6454SAndrew Thompson/* Cypress Semiconductor products */
163602ac6454SAndrew Thompsonproduct CYPRESS MOUSE		0x0001	mouse
163702ac6454SAndrew Thompsonproduct CYPRESS THERMO		0x0002	thermometer
163802ac6454SAndrew Thompsonproduct CYPRESS WISPY1A		0x0bad	MetaGeek Wi-Spy
163902ac6454SAndrew Thompsonproduct CYPRESS KBDHUB		0x0101	Keyboard/Hub
164002ac6454SAndrew Thompsonproduct CYPRESS FMRADIO		0x1002	FM Radio
1641b27b901cSAlfred Perlsteinproduct CYPRESS IKARILASER	0x121f	Ikari Laser SteelSeries ApS
1642b27b901cSAlfred Perlstein
164302ac6454SAndrew Thompsonproduct CYPRESS USBRS232	0x5500	USB-RS232 Interface
16441910048eSBjoern A. Zeebproduct	CYPRESS CYUSB330x	0x6500	HX3 USB 3.0 Hub
16451910048eSBjoern A. Zeebproduct	CYPRESS CYUSB330x_2	0x6502	HX3 USB 3.0 Hub (USB 2.0)
164602ac6454SAndrew Thompsonproduct CYPRESS SLIM_HUB	0x6560	Slim Hub
16473a67e914SAndrew Thompsonproduct CYPRESS XX6830XX	0x6830	PATA Storage Device
1648c3b40fb7SGavin Atkinsonproduct CYPRESS SILVERSHIELD	0xfd13	Gembird Silver Shield PM
164902ac6454SAndrew Thompson
165002ac6454SAndrew Thompson/* Daisy Technology products */
165102ac6454SAndrew Thompsonproduct DAISY DMC		0x6901	USB MultiMedia Reader
165202ac6454SAndrew Thompson
165302ac6454SAndrew Thompson/* Dallas Semiconductor products */
165402ac6454SAndrew Thompsonproduct DALLAS J6502		0x4201	J-6502 speakers
165502ac6454SAndrew Thompson
1656ce617acaSGavin Atkinson/* DataApex products */
1657ce617acaSGavin Atkinsonproduct DATAAPEX MULTICOM	0xead6	MultiCom
1658ce617acaSGavin Atkinson
165902ac6454SAndrew Thompson/* Dell products */
166002ac6454SAndrew Thompsonproduct DELL PORT		0x0058	Port Replicator
166102ac6454SAndrew Thompsonproduct DELL AIO926		0x5115	Photo AIO Printer 926
166202ac6454SAndrew Thompsonproduct DELL BC02		0x8000	BC02 Bluetooth USB Adapter
166302ac6454SAndrew Thompsonproduct DELL PRISM_GT_1		0x8102	PrismGT USB 2.0 WLAN
166402ac6454SAndrew Thompsonproduct DELL TM350		0x8103	TrueMobile 350 Bluetooth USB Adapter
166502ac6454SAndrew Thompsonproduct DELL PRISM_GT_2		0x8104	PrismGT USB 2.0 WLAN
1666c0e2c178SAndrew Thompsonproduct DELL U5700		0x8114	Dell 5700 3G
1667c0e2c178SAndrew Thompsonproduct DELL U5500		0x8115	Dell 5500 3G
1668c0e2c178SAndrew Thompsonproduct DELL U5505		0x8116	Dell 5505 3G
1669c0e2c178SAndrew Thompsonproduct DELL U5700_2		0x8117	Dell 5700 3G
1670c0e2c178SAndrew Thompsonproduct DELL U5510		0x8118	Dell 5510 3G
1671c0e2c178SAndrew Thompsonproduct DELL U5700_3		0x8128	Dell 5700 3G
1672c0e2c178SAndrew Thompsonproduct DELL U5700_4		0x8129	Dell 5700 3G
1673c0e2c178SAndrew Thompsonproduct DELL U5720		0x8133	Dell 5720 3G
1674c0e2c178SAndrew Thompsonproduct DELL U5720_2		0x8134	Dell 5720 3G
167502ac6454SAndrew Thompsonproduct DELL U740		0x8135	Dell U740 CDMA
1676c0e2c178SAndrew Thompsonproduct DELL U5520		0x8136	Dell 5520 3G
1677c0e2c178SAndrew Thompsonproduct DELL U5520_2		0x8137	Dell 5520 3G
1678c0e2c178SAndrew Thompsonproduct DELL U5520_3		0x8138	Dell 5520 3G
1679c0e2c178SAndrew Thompsonproduct DELL U5730		0x8180	Dell 5730 3G
1680c0e2c178SAndrew Thompsonproduct DELL U5730_2		0x8181	Dell 5730 3G
1681c0e2c178SAndrew Thompsonproduct DELL U5730_3		0x8182	Dell 5730 3G
1682ce617acaSGavin Atkinsonproduct DELL DW700		0x9500	Dell DW700 GPS
168303d9c6aaSOleksandr Tymoshenkoproduct DELL2 VARIOUS_UPS	0xffff	Various UPS Models
168402ac6454SAndrew Thompson
168502ac6454SAndrew Thompson/* Delorme Paublishing products */
168602ac6454SAndrew Thompsonproduct DELORME EARTHMATE	0x0100	Earthmate GPS
168702ac6454SAndrew Thompson
168802ac6454SAndrew Thompson/* Desknote products */
168902ac6454SAndrew Thompsonproduct DESKNOTE UCR_61S2B	0x0c55	UCR-61S2B
169002ac6454SAndrew Thompson
169102ac6454SAndrew Thompson/* Diamond products */
169202ac6454SAndrew Thompsonproduct DIAMOND RIO500USB	0x0001	Rio 500 USB
169302ac6454SAndrew Thompson
169402ac6454SAndrew Thompson/* Dick Smith Electronics (really C-Net) products */
169502ac6454SAndrew Thompsonproduct DICKSMITH RT2573	0x9022	RT2573
169602ac6454SAndrew Thompsonproduct DICKSMITH CWD854F	0x9032	C-Net CWD-854 rev F
169702ac6454SAndrew Thompson
169802ac6454SAndrew Thompson/* Digi International products */
169902ac6454SAndrew Thompsonproduct DIGI ACCELEPORT2	0x0002	AccelePort USB 2
170002ac6454SAndrew Thompsonproduct DIGI ACCELEPORT4	0x0004	AccelePort USB 4
170102ac6454SAndrew Thompsonproduct DIGI ACCELEPORT8	0x0008	AccelePort USB 8
170202ac6454SAndrew Thompson
1703ce617acaSGavin Atkinson/* Digianswer A/S products */
1704ce617acaSGavin Atkinsonproduct DIGIANSWER ZIGBEE802154	0x000a	ZigBee/802.15.4 MAC
1705ce617acaSGavin Atkinson
170602ac6454SAndrew Thompson/* D-Link products */
170702ac6454SAndrew Thompson/*product DLINK DSBS25		0x0100	DSB-S25 serial*/
170802ac6454SAndrew Thompsonproduct DLINK DUBE100		0x1a00	10/100 Ethernet
17091ef133b3SHans Petter Selaskyproduct DLINK DUBE100C1		0x1a02	DUB-E100 rev C1
171002ac6454SAndrew Thompsonproduct DLINK DSB650TX4		0x200c	10/100 Ethernet
171102ac6454SAndrew Thompsonproduct DLINK DWL120E		0x3200	DWL-120 rev E
1712a28ed036SKevin Loproduct DLINK RTL8192CU_1	0x3307	RTL8192CU
1713a28ed036SKevin Loproduct DLINK RTL8188CU		0x3308	RTL8188CU
1714a28ed036SKevin Loproduct DLINK RTL8192CU_2	0x3309	RTL8192CU
1715a28ed036SKevin Loproduct DLINK RTL8192CU_3	0x330a	RTL8192CU
1716a28ed036SKevin Loproduct DLINK DWA131B		0x330d	DWA-131 rev B
1717d4bcd255SKevin Loproduct DLINK DWA125D1		0x330f	DWA-125 rev D1
171866fef596SKevin Loproduct DLINK DWA123D1		0x3310	DWA-123 rev D1
171907fa0846SAndriy Voskoboinykproduct DLINK DWA171A1		0x3314	DWA-171 rev A1
172007fa0846SAndriy Voskoboinykproduct DLINK DWA182C1		0x3315	DWA-182 rev C1
172107fa0846SAndriy Voskoboinykproduct DLINK DWA180A1		0x3316	DWA-180 rev A1
172207fa0846SAndriy Voskoboinykproduct DLINK DWA172A1		0x3318	DWA-172 rev A1
1723a28ed036SKevin Loproduct DLINK DWA131E1		0x3319	DWA-131 rev E1
172402ac6454SAndrew Thompsonproduct DLINK DWL122		0x3700	DWL-122
172502ac6454SAndrew Thompsonproduct DLINK DWLG120		0x3701	DWL-G120
172602ac6454SAndrew Thompsonproduct DLINK DWL120F		0x3702	DWL-120 rev F
172702ac6454SAndrew Thompsonproduct DLINK DWLAG132		0x3a00	DWL-AG132
172802ac6454SAndrew Thompsonproduct DLINK DWLAG132_NF	0x3a01	DWL-AG132 (no firmware)
172902ac6454SAndrew Thompsonproduct DLINK DWLG132		0x3a02	DWL-G132
173002ac6454SAndrew Thompsonproduct DLINK DWLG132_NF	0x3a03	DWL-G132 (no firmware)
173102ac6454SAndrew Thompsonproduct DLINK DWLAG122		0x3a04	DWL-AG122
173202ac6454SAndrew Thompsonproduct DLINK DWLAG122_NF	0x3a05	DWL-AG122 (no firmware)
173302ac6454SAndrew Thompsonproduct DLINK DWLG122		0x3c00	DWL-G122 b1 Wireless Adapter
173402ac6454SAndrew Thompsonproduct DLINK DUBE100B1		0x3c05	DUB-E100 rev B1
1735069f1a80SAndrew Thompsonproduct DLINK RT2870		0x3c09	RT2870
1736069f1a80SAndrew Thompsonproduct DLINK RT3072		0x3c0a	RT3072
173764891211SKevin Loproduct DLINK DWA140B3		0x3c15	DWA-140 rev B3
173876cffa7aSGavin Atkinsonproduct DLINK DWA125A3		0x3c19	DWA-125 rev A3
1739242dbae3SKevin Loproduct DLINK DWA160B2		0x3c1a	DWA-160 rev B2
1740c7e4729dSRuslan Bukinproduct DLINK DWA127		0x3c1b	DWA-127 Wireless Adapter
17417a7e01caSKevin Loproduct DLINK DWA162		0x3c1f	DWA-162 Wireless Adapter
1742959af347SKevin Loproduct DLINK DWA140D1		0x3c20	DWA-140 rev D1
17438746bc91SDmitry Chaginproduct DLINK DWA130F1		0x3c25	DWA-130 rev F1
174402ac6454SAndrew Thompsonproduct DLINK DSB650C		0x4000	10Mbps Ethernet
174502ac6454SAndrew Thompsonproduct DLINK DSB650TX1		0x4001	10/100 Ethernet
174602ac6454SAndrew Thompsonproduct DLINK DSB650TX		0x4002	10/100 Ethernet
174702ac6454SAndrew Thompsonproduct DLINK DSB650TX_PNA	0x4003	1/10/100 Ethernet
174802ac6454SAndrew Thompsonproduct DLINK DSB650TX3		0x400b	10/100 Ethernet
174902ac6454SAndrew Thompsonproduct DLINK DSB650TX2		0x4102	10/100 Ethernet
1750d32048bbSKevin Loproduct DLINK DUB1312		0x4a00	10/100/1000 Ethernet
1751a28ed036SKevin Loproduct DLINK DWM157		0x7d02  DWM-157
1752b527d523SHans Petter Selaskyproduct DLINK DWM157_2		0x7d0e  DWM-157
1753a28ed036SKevin Loproduct DLINK DWR510		0x7e12	DWR-510
17543b07bb2aSKristof Provostproduct DLINK DWM222		0x7e35	DWM-222
1755a75444c1SHans Petter Selaskyproduct DLINK DWM222_2		0x7e3d	DWM-222
1756b527d523SHans Petter Selaskyproduct DLINK DWM157_CD_2	0xa407  DWM-157 CD-ROM Mode
1757a28ed036SKevin Loproduct DLINK DWM157_CD		0xa707  DWM-157 CD-ROM Mode
1758a28ed036SKevin Loproduct DLINK DWR510_CD		0xa805	DWR-510 CD-ROM Mode
17593b07bb2aSKristof Provostproduct DLINK DWM222_CD		0xab00	DWM-222 CD-ROM Mode
1760a75444c1SHans Petter Selaskyproduct DLINK DWM222_CD_2	0xac01	DWM-222 CD-ROM Mode
176102ac6454SAndrew Thompsonproduct DLINK DSB650		0xabc1	10/100 Ethernet
17626001d011SHans Petter Selaskyproduct DLINK DUBH7		0xf103	DUB-H7 USB 2.0 7-Port Hub
1763a5dcb064SRui Pauloproduct DLINK2 RTL8192SU_1	0x3300	RTL8192SU
1764a5dcb064SRui Pauloproduct DLINK2 RTL8192SU_2	0x3302	RTL8192SU
1765a5dcb064SRui Pauloproduct DLINK2 DWA131A1		0x3303	DWA-131 A1
17664c794fa5SAdrian Chaddproduct DLINK2 DWA160A2		0x3a09	DWA-160 A2
176707f8d9afSWeongyo Jeongproduct DLINK2 DWA120		0x3a0c	DWA-120
1768aa7eaa2fSWeongyo Jeongproduct DLINK2 DWA120_NF	0x3a0d	DWA-120 (no firmware)
17694c794fa5SAdrian Chaddproduct DLINK2 DWA130D1		0x3a0f	DWA-130 D1
177002ac6454SAndrew Thompsonproduct DLINK2 DWLG122C1	0x3c03	DWL-G122 c1
177102ac6454SAndrew Thompsonproduct DLINK2 WUA1340		0x3c04	WUA-1340
177202ac6454SAndrew Thompsonproduct DLINK2 DWA111		0x3c06	DWA-111
177302ac6454SAndrew Thompsonproduct DLINK2 DWA110		0x3c07	DWA-110
1774a28ed036SKevin Loproduct DLINK2 RT2870_1		0x3c09	RT2870
1775069f1a80SAndrew Thompsonproduct DLINK2 RT3072		0x3c0a	RT3072
17763707a5e9SAndrew Thompsonproduct DLINK2 RT3072_1		0x3c0b	RT3072
1777069f1a80SAndrew Thompsonproduct DLINK2 RT3070_1		0x3c0d	RT3070
1778069f1a80SAndrew Thompsonproduct DLINK2 RT3070_2		0x3c0e	RT3070
1779069f1a80SAndrew Thompsonproduct DLINK2 RT3070_3		0x3c0f	RT3070
17804c794fa5SAdrian Chaddproduct DLINK2 DWA160A1		0x3c10	DWA-160 A1
1781069f1a80SAndrew Thompsonproduct DLINK2 RT2870_2		0x3c11	RT2870
1782069f1a80SAndrew Thompsonproduct DLINK2 DWA130		0x3c13	DWA-130
1783069f1a80SAndrew Thompsonproduct DLINK2 RT3070_4		0x3c15	RT3070
17843707a5e9SAndrew Thompsonproduct DLINK2 RT3070_5		0x3c16	RT3070
1785c0e2c178SAndrew Thompsonproduct DLINK3 DWM652		0x3e04	DWM-652
178602ac6454SAndrew Thompson
17870867995cSHans Petter Selasky/* DisplayLink products */
17880867995cSHans Petter Selaskyproduct DISPLAYLINK LCD4300U	0x01ba	LCD-4300U
17890867995cSHans Petter Selaskyproduct DISPLAYLINK LCD8000U	0x01bb	LCD-8000U
17900867995cSHans Petter Selaskyproduct DISPLAYLINK LD220	0x0100	Samsung LD220
17910867995cSHans Petter Selaskyproduct DISPLAYLINK GUC2020	0x0059	IOGEAR DVI GUC2020
17920867995cSHans Petter Selaskyproduct DISPLAYLINK VCUD60	0x0136	Rextron DVI
17930867995cSHans Petter Selaskyproduct DISPLAYLINK CONV	0x0138	StarTech CONV-USB2DVI
17940867995cSHans Petter Selaskyproduct DISPLAYLINK DLDVI	0x0141	DisplayLink DVI
17950867995cSHans Petter Selaskyproduct DISPLAYLINK VGA10	0x015a	CMP-USBVGA10
17960867995cSHans Petter Selaskyproduct DISPLAYLINK WSDVI	0x0198	WS Tech DVI
17970867995cSHans Petter Selaskyproduct DISPLAYLINK EC008	0x019b	EasyCAP008 DVI
17980867995cSHans Petter Selaskyproduct DISPLAYLINK HPDOCK	0x01d4	HP USB Docking
17990867995cSHans Petter Selaskyproduct DISPLAYLINK NL571	0x01d7	HP USB DVI
18000867995cSHans Petter Selaskyproduct DISPLAYLINK M01061	0x01e2	Lenovo DVI
18010867995cSHans Petter Selaskyproduct DISPLAYLINK SWDVI	0x024c	SUNWEIT DVI
18020867995cSHans Petter Selaskyproduct DISPLAYLINK NBDOCK	0x0215	VideoHome NBdock1920
18030867995cSHans Petter Selaskyproduct DISPLAYLINK LUM70	0x02a9	Lilliput UM-70
1804c4e11f22SHans Petter Selaskyproduct DISPLAYLINK DVI_19	0x0360	USB to DVI-19
18050867995cSHans Petter Selaskyproduct DISPLAYLINK UM7X0	0x401a	nanovision MiMo
18060867995cSHans Petter Selaskyproduct DISPLAYLINK LT1421	0x03e0	Lenovo ThinkVision LT1421
18070867995cSHans Petter Selaskyproduct DISPLAYLINK POLARIS2	0x0117	Polaris2 USB dock
1808a63352afSHans Petter Selaskyproduct DISPLAYLINK PLUGABLE	0x0377	Plugable docking station
18094d363380SHans Petter Selaskyproduct DISPLAYLINK ITEC	0x02e9  i-tec USB 2.0 Docking Station
18100867995cSHans Petter Selasky
181102ac6454SAndrew Thompson/* DMI products */
181202ac6454SAndrew Thompsonproduct DMI CFSM_RW		0xa109	CF/SM Reader/Writer
18138fa484e2SAndrew Thompsonproduct DMI DISK		0x2bcf	Generic Disk
181402ac6454SAndrew Thompson
181502ac6454SAndrew Thompson/* DrayTek products */
181602ac6454SAndrew Thompsonproduct DRAYTEK VIGOR550	0x0550	Vigor550
181702ac6454SAndrew Thompson
18186bd03b20SKevin Lo/* Dream Link products */
18196bd03b20SKevin Loproduct DREAMLINK DL100B	0x0004	USB Webmail Notifier
18206bd03b20SKevin Lo
182102ac6454SAndrew Thompson/* dresden elektronik products */
182202ac6454SAndrew Thompsonproduct DRESDENELEKTRONIK SENSORTERMINALBOARD  0x0001 SensorTerminalBoard
1823bbb39ba5SJoerg Wunschproduct DRESDENELEKTRONIK WIRELESSHANDHELDTERMINAL  0x0004 Wireless Handheld Terminal
1824374e43f2SJoerg Wunschproduct DRESDENELEKTRONIK DE_RFNODE                 0x001c deRFnode
18259f7fef59SJoerg Wunschproduct DRESDENELEKTRONIK LEVELSHIFTERSTICKLOWCOST  0x0022 Levelshifter Stick Low Cost
182602ac6454SAndrew Thompson
1827415bcd89SHans Petter Selasky/* DYMO */
1828415bcd89SHans Petter Selaskyproduct DYMO LABELMANAGERPNP	0x1001	DYMO LabelManager PnP
1829415bcd89SHans Petter Selasky
183002ac6454SAndrew Thompson/* Dynastream Innovations */
183102ac6454SAndrew Thompsonproduct DYNASTREAM ANTDEVBOARD	0x1003	ANT dev board
183246cbe200SGavin Atkinsonproduct DYNASTREAM ANT2USB	0x1004	ANT2USB
1833ce617acaSGavin Atkinsonproduct DYNASTREAM ANTDEVBOARD2	0x1006	ANT dev board
183402ac6454SAndrew Thompson
1835069f1a80SAndrew Thompson/* Edimax products */
1836069f1a80SAndrew Thompsonproduct EDIMAX EW7318USG	0x7318	USB Wireless dongle
1837a5dcb064SRui Pauloproduct EDIMAX RTL8192SU_1	0x7611	RTL8192SU
1838a5dcb064SRui Pauloproduct EDIMAX RTL8192SU_2	0x7612	RTL8192SU
1839bf124fcfSKevin Loproduct EDIMAX EW7622UMN	0x7622	EW-7622UMn
1840069f1a80SAndrew Thompsonproduct EDIMAX RT2870_1		0x7711	RT2870
1841069f1a80SAndrew Thompsonproduct EDIMAX EW7717		0x7717	EW-7717
1842069f1a80SAndrew Thompsonproduct EDIMAX EW7718		0x7718	EW-7718
18437a7e01caSKevin Loproduct EDIMAX EW7733UND	0x7733	EW-7733UnD
1844b72d9fd4SKevin Loproduct EDIMAX EW7811UN		0x7811	EW-7811Un
1845c2c2fc4dSRui Pauloproduct	EDIMAX RTL8192CU	0x7822	RTL8192CU
184607fa0846SAndriy Voskoboinykproduct EDIMAX EW7811UTC_1	0xa811	EW-7811UTC
184707fa0846SAndriy Voskoboinykproduct EDIMAX EW7811UTC_2	0xa812	EW-7811UTC
184807fa0846SAndriy Voskoboinykproduct EDIMAX EW7822UAC	0xa822	EW-7822UAC
18492891a280SHans Petter Selaskyproduct EDIMAX EW7811UN_V2	0xb811	EW-7811UN V2
1850069f1a80SAndrew Thompson
1851f25a8a01SGleb Smirnoff/* eGalax Products */
1852f25a8a01SGleb Smirnoffproduct EGALAX TPANEL		0x0001	Touch Panel
1853f25a8a01SGleb Smirnoffproduct EGALAX TPANEL2		0x0002	Touch Panel
1854f25a8a01SGleb Smirnoffproduct EGALAX2 TPANEL		0x0001	Touch Panel
1855f25a8a01SGleb Smirnoff
1856271e5fb0SHans Petter Selasky/* EGO Products */
1857271e5fb0SHans Petter Selaskyproduct EGO DUMMY		0x0000	Dummy Product
1858271e5fb0SHans Petter Selaskyproduct EGO M4U			0x1020	ESI M4U
1859271e5fb0SHans Petter Selasky
18604b5437a1SAndrew Thompson/* Eicon Networks */
18614b5437a1SAndrew Thompsonproduct EICON DIVA852		0x4905	Diva 852 ISDN TA
18624b5437a1SAndrew Thompson
186302ac6454SAndrew Thompson/* EIZO products */
186402ac6454SAndrew Thompsonproduct EIZO HUB		0x0000	hub
186502ac6454SAndrew Thompsonproduct EIZO MONITOR		0x0001	monitor
186602ac6454SAndrew Thompson
186702ac6454SAndrew Thompson/* ELCON Systemtechnik products */
186802ac6454SAndrew Thompsonproduct ELCON PLAN		0x0002	Goldpfeil P-LAN
186902ac6454SAndrew Thompson
187002ac6454SAndrew Thompson/* Elecom products */
187102ac6454SAndrew Thompsonproduct ELECOM MOUSE29UO	0x0002	mouse 29UO
187202ac6454SAndrew Thompsonproduct ELECOM LDUSBTX0		0x200c	LD-USB/TX
187302ac6454SAndrew Thompsonproduct ELECOM LDUSBTX1		0x4002	LD-USB/TX
187402ac6454SAndrew Thompsonproduct ELECOM LDUSBLTX		0x4005	LD-USBL/TX
187566fef596SKevin Loproduct ELECOM WDC150SU2M	0x4008	WDC-150SU2M
187602ac6454SAndrew Thompsonproduct ELECOM LDUSBTX2		0x400b	LD-USB/TX
18774b156472SGavin Atkinsonproduct ELECOM WDB433SU2M2	0x400f	WDB-433SU2M2
187802ac6454SAndrew Thompsonproduct ELECOM LDUSB20		0x4010	LD-USB20
187902ac6454SAndrew Thompsonproduct ELECOM UCSGT		0x5003	UC-SGT
188002ac6454SAndrew Thompsonproduct ELECOM UCSGT0		0x5004	UC-SGT
188102ac6454SAndrew Thompsonproduct ELECOM LDUSBTX3		0xabc1	LD-USB/TX
188202ac6454SAndrew Thompson
18833426950eSHans Petter Selasky/* Elektor products */
18843426950eSHans Petter Selaskyproduct ELEKTOR FT323R		0x0005	FTDI compatible adapter
18853426950eSHans Petter Selasky
188602ac6454SAndrew Thompson/* Elsa products */
188702ac6454SAndrew Thompsonproduct ELSA MODEM1		0x2265	ELSA Modem Board
188802ac6454SAndrew Thompsonproduct ELSA USB2ETHERNET	0x3000	Microlink USB2Ethernet
188902ac6454SAndrew Thompson
1890ce617acaSGavin Atkinson/* ELV products */
1891ce617acaSGavin Atkinsonproduct ELV USBI2C		0xe00f	USB-I2C interface
1892ce617acaSGavin Atkinson
189302ac6454SAndrew Thompson/* EMS products */
189402ac6454SAndrew Thompsonproduct EMS DUAL_SHOOTER	0x0003	PSX gun controller converter
189502ac6454SAndrew Thompson
189635ed5bb7SEitan Adler/* Emtec products */
189722ab212fSHans Petter Selaskyproduct EMTEC DANEELEC4GB	0x1e20 USB DISK Pro PMAP
189835ed5bb7SEitan Adlerproduct EMTEC RUF2PS 		0x2240 Flash Drive
189935ed5bb7SEitan Adler
1900069f1a80SAndrew Thompson/* Encore products */
1901069f1a80SAndrew Thompsonproduct ENCORE RT3070_1		0x1480	RT3070
1902069f1a80SAndrew Thompsonproduct ENCORE RT3070_2		0x14a1	RT3070
1903069f1a80SAndrew Thompsonproduct ENCORE RT3070_3		0x14a9	RT3070
1904069f1a80SAndrew Thompson
190502ac6454SAndrew Thompson/* Entrega products */
190602ac6454SAndrew Thompsonproduct ENTREGA 1S		0x0001	1S serial
190702ac6454SAndrew Thompsonproduct ENTREGA 2S		0x0002	2S serial
190802ac6454SAndrew Thompsonproduct ENTREGA 1S25		0x0003	1S25 serial
190902ac6454SAndrew Thompsonproduct ENTREGA 4S		0x0004	4S serial
191002ac6454SAndrew Thompsonproduct ENTREGA E45		0x0005	E45 Ethernet
191102ac6454SAndrew Thompsonproduct ENTREGA CENTRONICS	0x0006	Parallel Port
191202ac6454SAndrew Thompsonproduct ENTREGA XX1		0x0008	Ethernet
191302ac6454SAndrew Thompsonproduct ENTREGA 1S9		0x0093	1S9 serial
191402ac6454SAndrew Thompsonproduct ENTREGA EZUSB		0x8000	EZ-USB
191502ac6454SAndrew Thompson/*product ENTREGA SERIAL	0x8001	DB25 Serial*/
191602ac6454SAndrew Thompsonproduct ENTREGA 2U4S		0x8004	2U4S serial/usb hub
191702ac6454SAndrew Thompsonproduct ENTREGA XX2		0x8005	Ethernet
191802ac6454SAndrew Thompson/*product ENTREGA SERIAL_DB9	0x8093	DB9 Serial*/
191902ac6454SAndrew Thompson
192002ac6454SAndrew Thompson/* Epson products */
192102ac6454SAndrew Thompsonproduct EPSON PRINTER1		0x0001	USB Printer
192202ac6454SAndrew Thompsonproduct EPSON PRINTER2		0x0002	ISD USB Smart Cable for Mac
192302ac6454SAndrew Thompsonproduct EPSON PRINTER3		0x0003	ISD USB Smart Cable
192402ac6454SAndrew Thompsonproduct EPSON PRINTER5		0x0005	USB Printer
192502ac6454SAndrew Thompsonproduct EPSON 636		0x0101	Perfection 636U / 636Photo scanner
192602ac6454SAndrew Thompsonproduct EPSON 610		0x0103	Perfection 610 scanner
192702ac6454SAndrew Thompsonproduct EPSON 1200		0x0104	Perfection 1200U / 1200Photo scanner
192802ac6454SAndrew Thompsonproduct EPSON 1600		0x0107	Expression 1600 scanner
192902ac6454SAndrew Thompsonproduct EPSON 1640		0x010a	Perfection 1640SU scanner
193002ac6454SAndrew Thompsonproduct EPSON 1240		0x010b	Perfection 1240U / 1240Photo scanner
193102ac6454SAndrew Thompsonproduct EPSON 640U		0x010c	Perfection 640U scanner
193202ac6454SAndrew Thompsonproduct EPSON 1250		0x010f	Perfection 1250U / 1250Photo scanner
193302ac6454SAndrew Thompsonproduct EPSON 1650		0x0110	Perfection 1650 scanner
193402ac6454SAndrew Thompsonproduct EPSON GT9700F		0x0112	GT-9700F scanner
193502ac6454SAndrew Thompsonproduct EPSON GT9300UF		0x011b	GT-9300UF scanner
193602ac6454SAndrew Thompsonproduct EPSON 3200		0x011c	Perfection 3200 scanner
193702ac6454SAndrew Thompsonproduct EPSON 1260		0x011d	Perfection 1260 scanner
193802ac6454SAndrew Thompsonproduct EPSON 1660		0x011e	Perfection 1660 scanner
193902ac6454SAndrew Thompsonproduct EPSON 1670		0x011f	Perfection 1670 scanner
194002ac6454SAndrew Thompsonproduct EPSON 1270		0x0120	Perfection 1270 scanner
194102ac6454SAndrew Thompsonproduct EPSON 2480		0x0121	Perfection 2480 scanner
194202ac6454SAndrew Thompsonproduct EPSON 3590		0x0122	Perfection 3590 scanner
194302ac6454SAndrew Thompsonproduct EPSON 4990		0x012a	Perfection 4990 Photo scanner
194488162f7aSHans Petter Selaskyproduct EPSON TMU220B		0x0202	TM-U220B
1945f5113df9SGavin Atkinsonproduct EPSON CRESSI_EDY	0x0521	Cressi Edy diving computer
1946c6ac426dSGavin Atkinsonproduct EPSON N2ITION3		0x0522	Zeagle N2iTion3 diving computer
194702ac6454SAndrew Thompsonproduct EPSON STYLUS_875DC	0x0601	Stylus Photo 875DC Card Reader
194802ac6454SAndrew Thompsonproduct EPSON STYLUS_895	0x0602	Stylus Photo 895 Card Reader
194902ac6454SAndrew Thompsonproduct EPSON CX5400		0x0808	CX5400 scanner
195002ac6454SAndrew Thompsonproduct EPSON 3500		0x080e	CX-3500/3600/3650 MFP
195102ac6454SAndrew Thompsonproduct EPSON RX425		0x080f	Stylus Photo RX425 scanner
195202ac6454SAndrew Thompsonproduct EPSON DX3800		0x0818	CX3700/CX3800/DX38x0 MFP scanner
195302ac6454SAndrew Thompsonproduct EPSON 4800		0x0819	CX4700/CX4800/DX48x0 MFP scanner
195402ac6454SAndrew Thompsonproduct EPSON 4200		0x0820	CX4100/CX4200/DX4200 MFP scanner
195502ac6454SAndrew Thompsonproduct EPSON 5000		0x082b  CX4900/CX5000/DX50x0 MFP scanner
195602ac6454SAndrew Thompsonproduct EPSON 6000		0x082e  CX5900/CX6000/DX60x0 MFP scanner
195702ac6454SAndrew Thompsonproduct EPSON DX4000		0x082f  DX4000 MFP scanner
195802ac6454SAndrew Thompsonproduct EPSON DX7400		0x0838	CX7300/CX7400/DX7400 MFP scanner
195902ac6454SAndrew Thompsonproduct EPSON DX8400		0x0839	CX8300/CX8400/DX8400 MFP scanner
196002ac6454SAndrew Thompsonproduct EPSON SX100		0x0841	SX100/NX100 MFP scanner
196102ac6454SAndrew Thompsonproduct EPSON NX300		0x0848	NX300 MFP scanner
196202ac6454SAndrew Thompsonproduct EPSON SX200		0x0849	SX200/SX205 MFP scanner
196302ac6454SAndrew Thompsonproduct EPSON SX400		0x084a	SX400/NX400/TX400 MFP scanner
196402ac6454SAndrew Thompson
196502ac6454SAndrew Thompson/* e-TEK Labs products */
196602ac6454SAndrew Thompsonproduct ETEK 1COM		0x8007	Serial
196702ac6454SAndrew Thompson
19683426950eSHans Petter Selasky/* Evolution products */
19693426950eSHans Petter Selaskyproduct EVOLUTION ER1		0x0300	FTDI compatible adapter
19703426950eSHans Petter Selaskyproduct EVOLUTION HYBRID	0x0302	FTDI compatible adapter
19713426950eSHans Petter Selaskyproduct EVOLUTION RCM4		0x0303	FTDI compatible adapter
19723426950eSHans Petter Selasky
197302ac6454SAndrew Thompson/* Extended Systems products */
197402ac6454SAndrew Thompsonproduct EXTENDED XTNDACCESS	0x0100	XTNDAccess IrDA
197502ac6454SAndrew Thompson
1976f6fa0b2bSGavin Atkinson/* Falcom products */
1977f6fa0b2bSGavin Atkinsonproduct FALCOM TWIST		0x0001	USB GSM/GPRS Modem
19783426950eSHans Petter Selaskyproduct FALCOM SAMBA		0x0005	FTDI compatible adapter
1979f6fa0b2bSGavin Atkinson
198002ac6454SAndrew Thompson/* FEIYA products */
19812325ea82SHans Petter Selaskyproduct FEIYA DUMMY		0x0000	Dummy product
198202ac6454SAndrew Thompsonproduct FEIYA 5IN1		0x1132	5-in-1 Card Reader
1983c0f4985dSEitan Adlerproduct FEIYA ELANGO		0x6200	MicroSDHC Card Reader
19844ad5f8c2SHans Petter Selaskyproduct FEIYA AC110		0x6300	AC-110 Card Reader
198502ac6454SAndrew Thompson
1986c2c2fc4dSRui Paulo/* FeiXun Communication products */
1987c2c2fc4dSRui Pauloproduct FEIXUN RTL8188CU	0x0090	RTL8188CU
1988c2c2fc4dSRui Pauloproduct FEIXUN RTL8192CU	0x0091	RTL8192CU
1989c2c2fc4dSRui Paulo
199078a1f140SGavin Atkinson/* Festo */
199178a1f140SGavin Atkinsonproduct FESTO CPX_USB		0x0102	CPX-USB
199278a1f140SGavin Atkinsonproduct FESTO CMSP		0x0501	CMSP
199378a1f140SGavin Atkinson
199402ac6454SAndrew Thompson/* Fiberline */
199502ac6454SAndrew Thompsonproduct FIBERLINE WL430U	0x6003	WL-430U
199602ac6454SAndrew Thompson
19973426950eSHans Petter Selasky/* FIC / OpenMoko */
19983426950eSHans Petter Selaskyproduct FIC NEO1973_DEBUG	0x5118	FTDI compatible adapter
19993426950eSHans Petter Selasky
200002ac6454SAndrew Thompson/* Fossil, Inc products */
200102ac6454SAndrew Thompsonproduct FOSSIL WRISTPDA		0x0002	Wrist PDA
200202ac6454SAndrew Thompson
2003ce617acaSGavin Atkinson/* Foxconn products */
20048f3ce105SGavin Atkinsonproduct FOXCONN TCOM_TC_300	0xe000	T-Com TC 300
20058f3ce105SGavin Atkinsonproduct FOXCONN PIRELLI_DP_L10	0xe003	Pirelli DP-L10
2006ce617acaSGavin Atkinson
200702ac6454SAndrew Thompson/* Freecom products */
200802ac6454SAndrew Thompsonproduct FREECOM DVD		0xfc01	DVD drive
20099f2d3fc5SAndrew Thompsonproduct FREECOM HDD		0xfc05	Classic SL Hard Drive
201002ac6454SAndrew Thompson
201102ac6454SAndrew Thompson/* Fujitsu Siemens Computers products */
201202ac6454SAndrew Thompsonproduct FSC E5400		0x1009	PrismGT USB 2.0 WLAN
201302ac6454SAndrew Thompson
201402ac6454SAndrew Thompson/* Future Technology Devices products */
20150de2373fSHans Petter Selaskyproduct FTDI SCX8_USB_PHOENIX	0x5259  SCx8 USB Phoenix interface
201602ac6454SAndrew Thompsonproduct FTDI SERIAL_8U100AX	0x8372	8U100AX Serial
201702ac6454SAndrew Thompsonproduct FTDI SERIAL_8U232AM	0x6001	8U232AM Serial
2018450a309dSTakanori Watanabeproduct FTDI SERIAL_8U232AM4	0x6004	8U232AM Serial
20196623910eSHans Petter Selaskyproduct FTDI SERIAL_232RL	0x6006	FT232RL Serial
202002ac6454SAndrew Thompsonproduct FTDI SERIAL_2232C	0x6010	FT2232C Dual port Serial
20213426950eSHans Petter Selaskyproduct FTDI 232H		0x6014	FTDI compatible adapter
2022e5efecdbSIan Leporeproduct FTDI 232EX		0x6015	FTDI compatible adapter
202327148a6cSAndrew Thompsonproduct FTDI SERIAL_2232D	0x9e90	FT2232D Dual port Serial
20248bbbf173SAndrew Thompsonproduct FTDI SERIAL_4232H	0x6011	FT4232H Quad port Serial
20250a34210dSIan Leporeproduct FTDI XDS100V2		0xa6d0	TI XDS100V1/V2 and early Beaglebones
20260a34210dSIan Leporeproduct FTDI XDS100V3		0xa6d1	TI XDS100V3
2027b7f9bfb5SHans Petter Selaskyproduct FTDI KTLINK		0xbbe2	KT-LINK Embedded Hackers Multitool
2028a589806bSMarius Stroblproduct FTDI TURTELIZER2	0xbdc8	egnite Turtelizer 2 JTAG/RS232 Adapter
202902ac6454SAndrew Thompson/* Gude Analog- und Digitalsysteme products also uses FTDI's id: */
203002ac6454SAndrew Thompsonproduct FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi
203102ac6454SAndrew Thompsonproduct FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru
203202ac6454SAndrew Thompsonproduct FTDI TACTRIX_OPENPORT_13U 0xcc4a OpenPort 1.3 Universal
2033bc77ef90SAndrew Thompsonproduct FTDI GAMMASCOUT		0xd678	Gamma-Scout
20344c01dc3eSGavin Atkinsonproduct FTDI KBS		0xe6c8	Pyramid KBS USB LCD
203502ac6454SAndrew Thompsonproduct FTDI EISCOU		0xe888	Expert ISDN Control USB
203602ac6454SAndrew Thompsonproduct FTDI UOPTBR		0xe889	USB-RS232 OptoBridge
203702ac6454SAndrew Thompsonproduct FTDI EMCU2D		0xe88a	Expert mouseCLOCK USB II
203802ac6454SAndrew Thompsonproduct FTDI PCMSFU		0xe88b	Precision Clock MSF USB
203902ac6454SAndrew Thompsonproduct FTDI EMCU2H		0xe88c	Expert mouseCLOCK USB II HBG
204002ac6454SAndrew Thompsonproduct FTDI MAXSTREAM		0xee18	Maxstream PKG-U
20416001d011SHans Petter Selaskyproduct FTDI USB_UIRT		0xf850	USB-UIRT
204202ac6454SAndrew Thompsonproduct FTDI USBSERIAL		0xfa00	Matrix Orbital USB Serial
204302ac6454SAndrew Thompsonproduct FTDI MX2_3		0xfa01	Matrix Orbital MX2 or MX3
204402ac6454SAndrew Thompsonproduct FTDI MX4_5		0xfa02	Matrix Orbital MX4 or MX5
204502ac6454SAndrew Thompsonproduct FTDI LK202		0xfa03	Matrix Orbital VK/LK202 Family
204602ac6454SAndrew Thompsonproduct FTDI LK204		0xfa04	Matrix Orbital VK/LK204 Family
204702ac6454SAndrew Thompsonproduct FTDI CFA_632		0xfc08	Crystalfontz CFA-632 USB LCD
204802ac6454SAndrew Thompsonproduct FTDI CFA_634		0xfc09	Crystalfontz CFA-634 USB LCD
204902ac6454SAndrew Thompsonproduct FTDI CFA_633		0xfc0b	Crystalfontz CFA-633 USB LCD
205002ac6454SAndrew Thompsonproduct FTDI CFA_631		0xfc0c	Crystalfontz CFA-631 USB LCD
205102ac6454SAndrew Thompsonproduct FTDI CFA_635		0xfc0d	Crystalfontz CFA-635 USB LCD
205202ac6454SAndrew Thompsonproduct FTDI SEMC_DSS20		0xfc82	SEMC DSS-20 SyncStation
205330c257f8SAndrew Thompson/* Commerzielle und Technische Informationssysteme GmbH products */
205430c257f8SAndrew Thompsonproduct FTDI CTI_USB_NANO_485	0xf60b	CTI USB-Nano 485
205530c257f8SAndrew Thompsonproduct FTDI CTI_USB_MINI_485	0xf608	CTI USB-Mini 485
20563426950eSHans Petter Selasky/* Other products */
20573426950eSHans Petter Selaskyproduct FTDI 232RL		0xfbfa	FTDI compatible adapter
20583426950eSHans Petter Selaskyproduct FTDI 4N_GALAXY_DE_1	0xf3c0	FTDI compatible adapter
20593426950eSHans Petter Selaskyproduct FTDI 4N_GALAXY_DE_2	0xf3c1	FTDI compatible adapter
20603426950eSHans Petter Selaskyproduct FTDI 4N_GALAXY_DE_3	0xf3c2	FTDI compatible adapter
20613426950eSHans Petter Selaskyproduct FTDI 8U232AM_ALT	0x6006	FTDI compatible adapter
20623426950eSHans Petter Selaskyproduct FTDI ACCESSO		0xfad0	FTDI compatible adapter
20633426950eSHans Petter Selaskyproduct FTDI ACG_HFDUAL		0xdd20	FTDI compatible adapter
20643426950eSHans Petter Selaskyproduct FTDI ACTIVE_ROBOTS	0xe548	FTDI compatible adapter
20653426950eSHans Petter Selaskyproduct FTDI ACTZWAVE		0xf2d0	FTDI compatible adapter
20663426950eSHans Petter Selaskyproduct FTDI AMC232		0xff00	FTDI compatible adapter
20673426950eSHans Petter Selaskyproduct FTDI ARTEMIS		0xdf28	FTDI compatible adapter
20683426950eSHans Petter Selaskyproduct FTDI ASK_RDR400		0xc991	FTDI compatible adapter
20693426950eSHans Petter Selaskyproduct FTDI ATIK_ATK16		0xdf30	FTDI compatible adapter
20703426950eSHans Petter Selaskyproduct FTDI ATIK_ATK16C	0xdf32	FTDI compatible adapter
20713426950eSHans Petter Selaskyproduct FTDI ATIK_ATK16HR	0xdf31	FTDI compatible adapter
20723426950eSHans Petter Selaskyproduct FTDI ATIK_ATK16HRC	0xdf33	FTDI compatible adapter
20733426950eSHans Petter Selaskyproduct FTDI ATIK_ATK16IC	0xdf35	FTDI compatible adapter
20743426950eSHans Petter Selaskyproduct FTDI BCS_SE923		0xfb99	FTDI compatible adapter
20753426950eSHans Petter Selaskyproduct FTDI CANDAPTER		0x9f80	FTDI compatible adapter
20763426950eSHans Petter Selaskyproduct FTDI CANUSB		0xffa8	FTDI compatible adapter
20773426950eSHans Petter Selaskyproduct FTDI CCSICDU20_0	0xf9d0	FTDI compatible adapter
20783426950eSHans Petter Selaskyproduct FTDI CCSICDU40_1	0xf9d1	FTDI compatible adapter
20793426950eSHans Petter Selaskyproduct FTDI CCSICDU64_4	0xf9d4	FTDI compatible adapter
20803426950eSHans Petter Selaskyproduct FTDI CCSLOAD_N_GO_3	0xf9d3	FTDI compatible adapter
20813426950eSHans Petter Selaskyproduct FTDI CCSMACHX_2		0xf9d2	FTDI compatible adapter
20823426950eSHans Petter Selaskyproduct FTDI CCSPRIME8_5	0xf9d5	FTDI compatible adapter
20833426950eSHans Petter Selaskyproduct FTDI CHAMSYS_24_MASTER_WING	0xdaf8	FTDI compatible adapter
20843426950eSHans Petter Selaskyproduct FTDI CHAMSYS_MAXI_WING	0xdafd	FTDI compatible adapter
20853426950eSHans Petter Selaskyproduct FTDI CHAMSYS_MEDIA_WING	0xdafe	FTDI compatible adapter
20863426950eSHans Petter Selaskyproduct FTDI CHAMSYS_MIDI_TIMECODE	0xdafb	FTDI compatible adapter
20873426950eSHans Petter Selaskyproduct FTDI CHAMSYS_MINI_WING	0xdafc	FTDI compatible adapter
20883426950eSHans Petter Selaskyproduct FTDI CHAMSYS_PC_WING	0xdaf9	FTDI compatible adapter
20893426950eSHans Petter Selaskyproduct FTDI CHAMSYS_USB_DMX	0xdafa	FTDI compatible adapter
20903426950eSHans Petter Selaskyproduct FTDI CHAMSYS_WING	0xdaff	FTDI compatible adapter
20913426950eSHans Petter Selaskyproduct FTDI COM4SM		0xd578	FTDI compatible adapter
20923426950eSHans Petter Selaskyproduct FTDI CONVERTER_0	0xd388	FTDI compatible adapter
20933426950eSHans Petter Selaskyproduct FTDI CONVERTER_1	0xd389	FTDI compatible adapter
20943426950eSHans Petter Selaskyproduct FTDI CONVERTER_2	0xd38a	FTDI compatible adapter
20953426950eSHans Petter Selaskyproduct FTDI CONVERTER_3	0xd38b	FTDI compatible adapter
20963426950eSHans Petter Selaskyproduct FTDI CONVERTER_4	0xd38c	FTDI compatible adapter
20973426950eSHans Petter Selaskyproduct FTDI CONVERTER_5	0xd38d	FTDI compatible adapter
20983426950eSHans Petter Selaskyproduct FTDI CONVERTER_6	0xd38e	FTDI compatible adapter
20993426950eSHans Petter Selaskyproduct FTDI CONVERTER_7	0xd38f	FTDI compatible adapter
21003426950eSHans Petter Selaskyproduct FTDI DMX4ALL		0xc850	FTDI compatible adapter
21013426950eSHans Petter Selaskyproduct FTDI DOMINTELL_DGQG	0xef50	FTDI compatible adapter
21023426950eSHans Petter Selaskyproduct FTDI DOMINTELL_DUSB	0xef51	FTDI compatible adapter
21033426950eSHans Petter Selaskyproduct FTDI DOTEC		0x9868	FTDI compatible adapter
21043426950eSHans Petter Selaskyproduct FTDI ECLO_COM_1WIRE	0xea90	FTDI compatible adapter
21053426950eSHans Petter Selaskyproduct FTDI ECO_PRO_CDS	0xe520	FTDI compatible adapter
21063426950eSHans Petter Selaskyproduct FTDI ELSTER_UNICOM	0xe700	FTDI compatible adapter
21073426950eSHans Petter Selaskyproduct FTDI ELV_ALC8500	0xf06e	FTDI compatible adapter
21083426950eSHans Petter Selaskyproduct FTDI ELV_CLI7000	0xfb59	FTDI compatible adapter
21093426950eSHans Petter Selaskyproduct FTDI ELV_CSI8		0xe0f0	FTDI compatible adapter
21103426950eSHans Petter Selaskyproduct FTDI ELV_EC3000		0xe006	FTDI compatible adapter
21113426950eSHans Petter Selaskyproduct FTDI ELV_EM1000DL	0xe0f1	FTDI compatible adapter
21123426950eSHans Petter Selaskyproduct FTDI ELV_EM1010PC	0xe0ef	FTDI compatible adapter
21133426950eSHans Petter Selaskyproduct FTDI ELV_FEM		0xe00a	FTDI compatible adapter
21143426950eSHans Petter Selaskyproduct FTDI ELV_FHZ1000PC	0xf06f	FTDI compatible adapter
21153426950eSHans Petter Selaskyproduct FTDI ELV_FHZ1300PC	0xe0e8	FTDI compatible adapter
21163426950eSHans Petter Selaskyproduct FTDI ELV_FM3RX		0xe0ed	FTDI compatible adapter
21173426950eSHans Petter Selaskyproduct FTDI ELV_FS20SIG	0xe0f4	FTDI compatible adapter
21183426950eSHans Petter Selaskyproduct FTDI ELV_HS485		0xe0ea	FTDI compatible adapter
21193426950eSHans Petter Selaskyproduct FTDI ELV_KL100		0xe002	FTDI compatible adapter
21203426950eSHans Petter Selaskyproduct FTDI ELV_MSM1		0xe001	FTDI compatible adapter
21213426950eSHans Petter Selaskyproduct FTDI ELV_PCD200		0xf06c	FTDI compatible adapter
21223426950eSHans Petter Selaskyproduct FTDI ELV_PCK100		0xe0f2	FTDI compatible adapter
21233426950eSHans Petter Selaskyproduct FTDI ELV_PPS7330	0xfb5c	FTDI compatible adapter
21243426950eSHans Petter Selaskyproduct FTDI ELV_RFP500		0xe0f3	FTDI compatible adapter
21253426950eSHans Petter Selaskyproduct FTDI ELV_T1100		0xf06b	FTDI compatible adapter
21263426950eSHans Petter Selaskyproduct FTDI ELV_TFD128		0xe0ec	FTDI compatible adapter
21273426950eSHans Petter Selaskyproduct FTDI ELV_TFM100		0xfb5d	FTDI compatible adapter
21283426950eSHans Petter Selaskyproduct FTDI ELV_TWS550		0xe009	FTDI compatible adapter
21293426950eSHans Petter Selaskyproduct FTDI ELV_UAD8		0xf068	FTDI compatible adapter
21303426950eSHans Petter Selaskyproduct FTDI ELV_UDA7		0xf069	FTDI compatible adapter
21313426950eSHans Petter Selaskyproduct FTDI ELV_UDF77		0xfb5e	FTDI compatible adapter
21323426950eSHans Petter Selaskyproduct FTDI ELV_UIO88		0xfb5f	FTDI compatible adapter
21333426950eSHans Petter Selaskyproduct FTDI ELV_ULA200		0xf06d	FTDI compatible adapter
21343426950eSHans Petter Selaskyproduct FTDI ELV_UM100		0xfb5a	FTDI compatible adapter
21353426950eSHans Petter Selaskyproduct FTDI ELV_UMS100		0xe0eb	FTDI compatible adapter
21363426950eSHans Petter Selaskyproduct FTDI ELV_UO100		0xfb5b	FTDI compatible adapter
21373426950eSHans Petter Selaskyproduct FTDI ELV_UR100		0xfb58	FTDI compatible adapter
21383426950eSHans Petter Selaskyproduct FTDI ELV_USI2		0xf06a	FTDI compatible adapter
21393426950eSHans Petter Selaskyproduct FTDI ELV_USR		0xe000	FTDI compatible adapter
21403426950eSHans Petter Selaskyproduct FTDI ELV_UTP8		0xe0f5	FTDI compatible adapter
21413426950eSHans Petter Selaskyproduct FTDI ELV_WS300PC	0xe0f6	FTDI compatible adapter
21423426950eSHans Petter Selaskyproduct FTDI ELV_WS444PC	0xe0f7	FTDI compatible adapter
21433426950eSHans Petter Selaskyproduct FTDI ELV_WS500		0xe0e9	FTDI compatible adapter
21443426950eSHans Petter Selaskyproduct FTDI ELV_WS550		0xe004	FTDI compatible adapter
21453426950eSHans Petter Selaskyproduct FTDI ELV_WS777		0xe0ee	FTDI compatible adapter
21463426950eSHans Petter Selaskyproduct FTDI ELV_WS888		0xe008	FTDI compatible adapter
21473426950eSHans Petter Selaskyproduct FTDI FUTURE_0		0xf44a	FTDI compatible adapter
21483426950eSHans Petter Selaskyproduct FTDI FUTURE_1		0xf44b	FTDI compatible adapter
21493426950eSHans Petter Selaskyproduct FTDI FUTURE_2		0xf44c	FTDI compatible adapter
21503426950eSHans Petter Selaskyproduct FTDI GENERIC		0x9378	FTDI compatible adapter
21513426950eSHans Petter Selaskyproduct FTDI GUDEADS_E808	0xe808	FTDI compatible adapter
21523426950eSHans Petter Selaskyproduct FTDI GUDEADS_E809	0xe809	FTDI compatible adapter
21533426950eSHans Petter Selaskyproduct FTDI GUDEADS_E80A	0xe80a	FTDI compatible adapter
21543426950eSHans Petter Selaskyproduct FTDI GUDEADS_E80B	0xe80b	FTDI compatible adapter
21553426950eSHans Petter Selaskyproduct FTDI GUDEADS_E80C	0xe80c	FTDI compatible adapter
21563426950eSHans Petter Selaskyproduct FTDI GUDEADS_E80D	0xe80d	FTDI compatible adapter
21573426950eSHans Petter Selaskyproduct FTDI GUDEADS_E80E	0xe80e	FTDI compatible adapter
21583426950eSHans Petter Selaskyproduct FTDI GUDEADS_E80F	0xe80f	FTDI compatible adapter
21593426950eSHans Petter Selaskyproduct FTDI GUDEADS_E88D	0xe88d	FTDI compatible adapter
21603426950eSHans Petter Selaskyproduct FTDI GUDEADS_E88E	0xe88e	FTDI compatible adapter
21613426950eSHans Petter Selaskyproduct FTDI GUDEADS_E88F	0xe88f	FTDI compatible adapter
21623426950eSHans Petter Selaskyproduct FTDI HD_RADIO		0x937c	FTDI compatible adapter
21633426950eSHans Petter Selaskyproduct FTDI HO720		0xed72	FTDI compatible adapter
21643426950eSHans Petter Selaskyproduct FTDI HO730		0xed73	FTDI compatible adapter
21653426950eSHans Petter Selaskyproduct FTDI HO820		0xed74	FTDI compatible adapter
21663426950eSHans Petter Selaskyproduct FTDI HO870		0xed71	FTDI compatible adapter
21673426950eSHans Petter Selaskyproduct FTDI IBS_APP70		0xff3d	FTDI compatible adapter
21683426950eSHans Petter Selaskyproduct FTDI IBS_PCMCIA		0xff3a	FTDI compatible adapter
21693426950eSHans Petter Selaskyproduct FTDI IBS_PEDO		0xff3e	FTDI compatible adapter
21703426950eSHans Petter Selaskyproduct FTDI IBS_PICPRO		0xff39	FTDI compatible adapter
21713426950eSHans Petter Selaskyproduct FTDI IBS_PK1		0xff3b	FTDI compatible adapter
21723426950eSHans Petter Selaskyproduct FTDI IBS_PROD		0xff3f	FTDI compatible adapter
21733426950eSHans Petter Selaskyproduct FTDI IBS_RS232MON	0xff3c	FTDI compatible adapter
21743426950eSHans Petter Selaskyproduct FTDI IBS_US485		0xff38	FTDI compatible adapter
21753426950eSHans Petter Selaskyproduct FTDI IPLUS		0xd070	FTDI compatible adapter
21763426950eSHans Petter Selaskyproduct FTDI IPLUS2		0xd071	FTDI compatible adapter
21773426950eSHans Petter Selaskyproduct FTDI IRTRANS		0xfc60	FTDI compatible adapter
21783426950eSHans Petter Selaskyproduct FTDI LENZ_LIUSB		0xd780	FTDI compatible adapter
21793426950eSHans Petter Selaskyproduct FTDI LM3S_DEVEL_BOARD	0xbcd8	FTDI compatible adapter
21803426950eSHans Petter Selaskyproduct FTDI LM3S_EVAL_BOARD	0xbcd9	FTDI compatible adapter
2181a1e969b8SHans Petter Selaskyproduct FTDI LM3S_ICDI_B_BOARD	0xbcda	FTDI compatible adapter
21823426950eSHans Petter Selaskyproduct FTDI MASTERDEVEL2	0xf449	FTDI compatible adapter
21833426950eSHans Petter Selaskyproduct FTDI MHAM_DB9		0xeeed	FTDI compatible adapter
21843426950eSHans Petter Selaskyproduct FTDI MHAM_IC		0xeeec	FTDI compatible adapter
21853426950eSHans Petter Selaskyproduct FTDI MHAM_KW		0xeee8	FTDI compatible adapter
21863426950eSHans Petter Selaskyproduct FTDI MHAM_RS232		0xeeee	FTDI compatible adapter
21873426950eSHans Petter Selaskyproduct FTDI MHAM_Y6		0xeeea	FTDI compatible adapter
21883426950eSHans Petter Selaskyproduct FTDI MHAM_Y8		0xeeeb	FTDI compatible adapter
21893426950eSHans Petter Selaskyproduct FTDI MHAM_Y9		0xeeef	FTDI compatible adapter
21903426950eSHans Petter Selaskyproduct FTDI MHAM_YS		0xeee9	FTDI compatible adapter
21913426950eSHans Petter Selaskyproduct FTDI MICRO_CHAMELEON	0xcaa0	FTDI compatible adapter
21923426950eSHans Petter Selaskyproduct FTDI MTXORB_5		0xfa05	FTDI compatible adapter
21933426950eSHans Petter Selaskyproduct FTDI MTXORB_6		0xfa06	FTDI compatible adapter
21943426950eSHans Petter Selaskyproduct FTDI NXTCAM		0xabb8	FTDI compatible adapter
21953426950eSHans Petter Selaskyproduct FTDI OCEANIC		0xf460	FTDI compatible adapter
21963426950eSHans Petter Selaskyproduct FTDI OOCDLINK		0xbaf8	FTDI compatible adapter
21973426950eSHans Petter Selaskyproduct FTDI OPENDCC		0xbfd8	FTDI compatible adapter
21983426950eSHans Petter Selaskyproduct FTDI OPENDCC_GATEWAY	0xbfdb	FTDI compatible adapter
21993426950eSHans Petter Selaskyproduct FTDI OPENDCC_GBM	0xbfdc	FTDI compatible adapter
22003426950eSHans Petter Selaskyproduct FTDI OPENDCC_SNIFFER	0xbfd9	FTDI compatible adapter
22013426950eSHans Petter Selaskyproduct FTDI OPENDCC_THROTTLE	0xbfda	FTDI compatible adapter
22023426950eSHans Petter Selaskyproduct FTDI PCDJ_DAC2		0xfa88	FTDI compatible adapter
22033426950eSHans Petter Selaskyproduct FTDI PERLE_ULTRAPORT	0xf0c0	FTDI compatible adapter
22043426950eSHans Petter Selaskyproduct FTDI PHI_FISCO		0xe40b	FTDI compatible adapter
22053426950eSHans Petter Selaskyproduct FTDI PIEGROUP		0xf208	FTDI compatible adapter
22063426950eSHans Petter Selaskyproduct FTDI PROPOX_JTAGCABLEII	0xd738	FTDI compatible adapter
22073426950eSHans Petter Selaskyproduct FTDI R2000KU_TRUE_RNG	0xfb80	FTDI compatible adapter
22083426950eSHans Petter Selaskyproduct FTDI R2X0		0xfc71	FTDI compatible adapter
22093426950eSHans Petter Selaskyproduct FTDI RELAIS		0xfa10	FTDI compatible adapter
22103426950eSHans Petter Selaskyproduct FTDI REU_TINY		0xed22	FTDI compatible adapter
22113426950eSHans Petter Selaskyproduct FTDI RMP200		0xe729	FTDI compatible adapter
22123426950eSHans Petter Selaskyproduct FTDI RM_CANVIEW		0xfd60	FTDI compatible adapter
22133426950eSHans Petter Selaskyproduct FTDI RRCIRKITS_LOCOBUFFER	0xc7d0	FTDI compatible adapter
22143426950eSHans Petter Selaskyproduct FTDI SCIENCESCOPE_HS_LOGBOOK	0xff1d	FTDI compatible adapter
22153426950eSHans Petter Selaskyproduct FTDI SCIENCESCOPE_LOGBOOKML	0xff18	FTDI compatible adapter
22163426950eSHans Petter Selaskyproduct FTDI SCIENCESCOPE_LS_LOGBOOK	0xff1c	FTDI compatible adapter
22173426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_0	0xd010	FTDI compatible adapter
22183426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_1	0xd011	FTDI compatible adapter
22193426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_2	0xd012	FTDI compatible adapter
22203426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_3	0xd013	FTDI compatible adapter
22213426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_4	0xd014	FTDI compatible adapter
22223426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_5	0xd015	FTDI compatible adapter
22233426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_6	0xd016	FTDI compatible adapter
22243426950eSHans Petter Selaskyproduct FTDI SCS_DEVICE_7	0xd017	FTDI compatible adapter
22253426950eSHans Petter Selaskyproduct FTDI SDMUSBQSS		0xf448	FTDI compatible adapter
22263426950eSHans Petter Selaskyproduct FTDI SIGNALYZER_SH2	0xbca2	FTDI compatible adapter
22273426950eSHans Petter Selaskyproduct FTDI SIGNALYZER_SH4	0xbca4	FTDI compatible adapter
22283426950eSHans Petter Selaskyproduct FTDI SIGNALYZER_SLITE	0xbca1	FTDI compatible adapter
22293426950eSHans Petter Selaskyproduct FTDI SIGNALYZER_ST	0xbca0	FTDI compatible adapter
22306c709cbfSPoul-Henning Kampproduct FTDI SITOP_UPS500S	0xe0e4	Siemens UPS500S standby power
22313426950eSHans Petter Selaskyproduct FTDI SPECIAL_1		0xfc70	FTDI compatible adapter
22323426950eSHans Petter Selaskyproduct FTDI SPECIAL_3		0xfc72	FTDI compatible adapter
22333426950eSHans Petter Selaskyproduct FTDI SPECIAL_4		0xfc73	FTDI compatible adapter
22343426950eSHans Petter Selaskyproduct FTDI SPROG_II		0xf0c8	FTDI compatible adapter
22353426950eSHans Petter Selaskyproduct FTDI SR_RADIO		0x9379	FTDI compatible adapter
22363426950eSHans Petter Selaskyproduct FTDI SUUNTO_SPORTS	0xf680	FTDI compatible adapter
22373426950eSHans Petter Selaskyproduct FTDI TAVIR_STK500	0xfa33	FTDI compatible adapter
22383426950eSHans Petter Selaskyproduct FTDI TERATRONIK_D2XX	0xec89	FTDI compatible adapter
22393426950eSHans Petter Selaskyproduct FTDI TERATRONIK_VCP	0xec88	FTDI compatible adapter
22403426950eSHans Petter Selaskyproduct FTDI THORLABS		0xfaf0	FTDI compatible adapter
22414a8b6f54SIan Leporeproduct FTDI TIAO		0x8a98	FTDI compatible adapter
22423426950eSHans Petter Selaskyproduct FTDI TNC_X		0xebe0	FTDI compatible adapter
22433426950eSHans Petter Selaskyproduct FTDI TTUSB		0xff20	FTDI compatible adapter
22443426950eSHans Petter Selaskyproduct FTDI USBX_707		0xf857	FTDI compatible adapter
22453426950eSHans Petter Selaskyproduct FTDI USINT_CAT		0xb810	FTDI compatible adapter
22463426950eSHans Petter Selaskyproduct FTDI USINT_RS232	0xb812	FTDI compatible adapter
22473426950eSHans Petter Selaskyproduct FTDI USINT_WKEY		0xb811	FTDI compatible adapter
22483426950eSHans Petter Selaskyproduct FTDI VARDAAN		0xf070	FTDI compatible adapter
22493426950eSHans Petter Selaskyproduct FTDI VNHCPCUSB_D	0xfe38	FTDI compatible adapter
22503426950eSHans Petter Selaskyproduct FTDI WESTREX_MODEL_777		0xdc00	FTDI compatible adapter
22513426950eSHans Petter Selaskyproduct FTDI WESTREX_MODEL_8900F	0xdc01	FTDI compatible adapter
22523426950eSHans Petter Selaskyproduct FTDI XF_547		0xfc0a	FTDI compatible adapter
22533426950eSHans Petter Selaskyproduct FTDI XF_640		0xfc0e	FTDI compatible adapter
22543426950eSHans Petter Selaskyproduct FTDI XF_642		0xfc0f	FTDI compatible adapter
22553426950eSHans Petter Selaskyproduct FTDI XM_RADIO		0x937a	FTDI compatible adapter
22563426950eSHans Petter Selaskyproduct FTDI YEI_SERVOCENTER31	0xe050	FTDI compatible adapter
225702ac6454SAndrew Thompson
225802ac6454SAndrew Thompson/* Fuji photo products */
225902ac6454SAndrew Thompsonproduct FUJIPHOTO MASS0100	0x0100	Mass Storage
226002ac6454SAndrew Thompson
226102ac6454SAndrew Thompson/* Fujitsu protducts */
226202ac6454SAndrew Thompsonproduct FUJITSU AH_F401U	0x105b	AH-F401U Air H device
226302ac6454SAndrew Thompson
226461bb77d4SGavin Atkinson/* Fujitsu-Siemens protducts */
226561bb77d4SGavin Atkinsonproduct FUJITSUSIEMENS SCR	0x0009	Fujitsu-Siemens SCR USB Reader
226661bb77d4SGavin Atkinson
226702ac6454SAndrew Thompson/* Garmin products */
226802ac6454SAndrew Thompsonproduct GARMIN IQUE_3600	0x0004	iQue 3600
226928af0c48SHans Petter Selaskyproduct GARMIN FORERUNNER230	0x086d	ForeRunner 230
227028af0c48SHans Petter Selaskyproduct GARMIN INSTINCTSOLAR	0x0d8a	Instinct Solar
227128af0c48SHans Petter Selaskyproduct GARMIN DAKOTA20		0x23c0	Dakota 20
227228af0c48SHans Petter Selaskyproduct GARMIN GPSMAP62S	0x2459	GPSMAP 62s
227328af0c48SHans Petter Selaskyproduct GARMIN EDGETOURINGPLUS	0x26c8	Edge Touring+
227402ac6454SAndrew Thompson
227546cbe200SGavin Atkinson/* Gemalto products */
2276a713d656SGavin Atkinsonproduct GEMALTO PROXPU		0x5501	Prox-PU/CU RFID Card Reader
227746cbe200SGavin Atkinson
227802ac6454SAndrew Thompson/* General Instruments (Motorola) products */
227902ac6454SAndrew Thompsonproduct GENERALINSTMNTS SB5100	0x5100	SURFboard SB5100 Cable modem
228002ac6454SAndrew Thompson
228102ac6454SAndrew Thompson/* Genesys Logic products */
228202ac6454SAndrew Thompsonproduct GENESYS GL620USB	0x0501	GL620USB Host-Host interface
22836001d011SHans Petter Selaskyproduct GENESYS GL650		0x0604	GL650 HUB
228434feb2d2SPoul-Henning Kampproduct GENESYS GL606		0x0606	GL606 USB 2.0 HUB
228534feb2d2SPoul-Henning Kampproduct GENESYS GL850G		0x0608	GL850G USB 2.0 HUB
2286b1c8e1b1SEitan Adlerproduct GENESYS GL3520_2	0x0610	GL3520 4-Port USB 2.0 DataPath
2287b1c8e1b1SEitan Adlerproduct GENESYS GL3520_SS	0x0616	GL3520 4-Port USB 3.0 DataPath
228802ac6454SAndrew Thompsonproduct GENESYS GL641USB	0x0700	GL641USB CompactFlash Card Reader
228902ac6454SAndrew Thompsonproduct GENESYS GL641USB2IDE_2	0x0701	GL641USB USB-IDE Bridge No 2
229002ac6454SAndrew Thompsonproduct GENESYS GL641USB2IDE	0x0702	GL641USB USB-IDE Bridge
2291b1c8e1b1SEitan Adlerproduct GENESYS GL3233		0x0743	GL3233 USB 3.0 AiO Card Reader
229202ac6454SAndrew Thompsonproduct GENESYS GL641USB_2	0x0760	GL641USB 6-in-1 Card Reader
229302ac6454SAndrew Thompson
229402ac6454SAndrew Thompson/* GIGABYTE products */
229502ac6454SAndrew Thompsonproduct GIGABYTE GN54G		0x8001	GN-54G
229602ac6454SAndrew Thompsonproduct GIGABYTE GNBR402W	0x8002	GN-BR402W
229702ac6454SAndrew Thompsonproduct GIGABYTE GNWLBM101	0x8003	GN-WLBM101
229802ac6454SAndrew Thompsonproduct GIGABYTE GNWBKG		0x8007	GN-WBKG
229902ac6454SAndrew Thompsonproduct GIGABYTE GNWB01GS	0x8008	GN-WB01GS
230002ac6454SAndrew Thompsonproduct GIGABYTE GNWI05GS	0x800a	GN-WI05GS
230102ac6454SAndrew Thompson
230202ac6454SAndrew Thompson/* Gigaset products */
230302ac6454SAndrew Thompsonproduct GIGASET WLAN		0x0701	WLAN
230402ac6454SAndrew Thompsonproduct GIGASET SMCWUSBTG	0x0710	SMCWUSBT-G
230502ac6454SAndrew Thompsonproduct GIGASET SMCWUSBTG_NF	0x0711	SMCWUSBT-G (no firmware)
230602ac6454SAndrew Thompsonproduct GIGASET AR5523		0x0712	AR5523
230702ac6454SAndrew Thompsonproduct GIGASET AR5523_NF	0x0713	AR5523 (no firmware)
230802ac6454SAndrew Thompsonproduct GIGASET RT2573		0x0722	RT2573
2309069f1a80SAndrew Thompsonproduct GIGASET RT3070_1	0x0740	RT3070
2310069f1a80SAndrew Thompsonproduct GIGASET RT3070_2	0x0744	RT3070
2311069f1a80SAndrew Thompsonproduct GIGABYTE RT2870_1	0x800b	RT2870
2312069f1a80SAndrew Thompsonproduct GIGABYTE GNWB31N	0x800c	GN-WB31N
2313069f1a80SAndrew Thompsonproduct GIGABYTE GNWB32L	0x800d	GN-WB32L
231402ac6454SAndrew Thompson
231502ac6454SAndrew Thompson/* Global Sun Technology product */
231602ac6454SAndrew Thompsonproduct GLOBALSUN AR5523_1	0x7801	AR5523
231702ac6454SAndrew Thompsonproduct GLOBALSUN AR5523_1_NF	0x7802	AR5523 (no firmware)
231802ac6454SAndrew Thompsonproduct GLOBALSUN AR5523_2	0x7811	AR5523
231902ac6454SAndrew Thompsonproduct GLOBALSUN AR5523_2_NF	0x7812	AR5523 (no firmware)
232002ac6454SAndrew Thompson
232102ac6454SAndrew Thompson/* Globespan products */
232210c66ed3SEitan Adlerproduct	GLOBESPAN MODEM_1	0x1329	USB Modem
232302ac6454SAndrew Thompsonproduct GLOBESPAN PRISM_GT_1	0x2000	PrismGT USB 2.0 WLAN
232402ac6454SAndrew Thompsonproduct GLOBESPAN PRISM_GT_2	0x2002	PrismGT USB 2.0 WLAN
232502ac6454SAndrew Thompson
232602ac6454SAndrew Thompson/* G.Mate, Inc products */
232702ac6454SAndrew Thompsonproduct GMATE YP3X00		0x1001	YP3X00 PDA
232802ac6454SAndrew Thompson
23293426950eSHans Petter Selasky/* GN Otometrics */
23303426950eSHans Petter Selaskyproduct GNOTOMETRICS USB	0x0010	FTDI compatible adapter
23313426950eSHans Petter Selasky
233202ac6454SAndrew Thompson/* GoHubs products */
233302ac6454SAndrew Thompsonproduct GOHUBS GOCOM232		0x1001	GoCOM232 Serial
233402ac6454SAndrew Thompson
233502ac6454SAndrew Thompson/* Good Way Technology products */
233602ac6454SAndrew Thompsonproduct GOODWAY GWUSB2E		0x6200	GWUSB2E
233702ac6454SAndrew Thompsonproduct GOODWAY RT2573		0xc019	RT2573
233802ac6454SAndrew Thompson
23396001d011SHans Petter Selasky/* Google products */
23406001d011SHans Petter Selaskyproduct GOOGLE NEXUSONE		0x4e11	Nexus One
23416001d011SHans Petter Selasky
234202ac6454SAndrew Thompson/* Gravis products */
234302ac6454SAndrew Thompsonproduct GRAVIS GAMEPADPRO	0x4001	GamePad Pro
234402ac6454SAndrew Thompson
234502ac6454SAndrew Thompson/* GREENHOUSE products */
234602ac6454SAndrew Thompsonproduct GREENHOUSE KANA21	0x0001	CF-writer with MP3
234702ac6454SAndrew Thompson
234802ac6454SAndrew Thompson/* Griffin Technology */
234902ac6454SAndrew Thompsonproduct GRIFFIN IMATE		0x0405	iMate, ADB Adapter
235002ac6454SAndrew Thompson
235102ac6454SAndrew Thompson/* Guillemot Corporation */
235202ac6454SAndrew Thompsonproduct GUILLEMOT DALEADER	0xa300	DA Leader
235302ac6454SAndrew Thompsonproduct GUILLEMOT HWGUSB254	0xe000	HWGUSB2-54 WLAN
235402ac6454SAndrew Thompsonproduct GUILLEMOT HWGUSB254LB	0xe010	HWGUSB2-54-LB
235502ac6454SAndrew Thompsonproduct GUILLEMOT HWGUSB254V2AP	0xe020	HWGUSB2-54V2-AP
2356069f1a80SAndrew Thompsonproduct GUILLEMOT HWNU300	0xe030	HWNU-300
2357a5dcb064SRui Pauloproduct GUILLEMOT HWNUM300	0xe031	HWNUm-300
2358a5dcb064SRui Pauloproduct GUILLEMOT HWGUN54	0xe032	HWGUn-54
2359c2c2fc4dSRui Pauloproduct GUILLEMOT HWNUP150	0xe033	HWNUP-150
236002ac6454SAndrew Thompson
236102ac6454SAndrew Thompson/* Hagiwara products */
236202ac6454SAndrew Thompsonproduct HAGIWARA FGSM		0x0002	FlashGate SmartMedia Card Reader
236302ac6454SAndrew Thompsonproduct HAGIWARA FGCF		0x0003	FlashGate CompactFlash Card Reader
236402ac6454SAndrew Thompsonproduct HAGIWARA FG		0x0005	FlashGate
236502ac6454SAndrew Thompson
236602ac6454SAndrew Thompson/* HAL Corporation products */
236702ac6454SAndrew Thompsonproduct HAL IMR001		0x0011	Crossam2+USB IR commander
236802ac6454SAndrew Thompson
236902ac6454SAndrew Thompson/* Handspring, Inc. */
237002ac6454SAndrew Thompsonproduct HANDSPRING VISOR	0x0100	Handspring Visor
237102ac6454SAndrew Thompsonproduct HANDSPRING TREO		0x0200	Handspring Treo
237202ac6454SAndrew Thompsonproduct HANDSPRING TREO600	0x0300	Handspring Treo 600
237302ac6454SAndrew Thompson
237402ac6454SAndrew Thompson/* Hauppauge Computer Works */
237502ac6454SAndrew Thompsonproduct HAUPPAUGE WINTV_USB_FM	0x4d12	WinTV USB FM
23764bb3183dSGavin Atkinsonproduct HAUPPAUGE2 NOVAT500	0x9580	NovaT 500Stick
237702ac6454SAndrew Thompson
237802ac6454SAndrew Thompson/* Hawking Technologies products */
2379069f1a80SAndrew Thompsonproduct HAWKING RT2870_1	0x0001	RT2870
2380069f1a80SAndrew Thompsonproduct HAWKING RT2870_2	0x0003	RT2870
2381069f1a80SAndrew Thompsonproduct HAWKING HWUN2		0x0009	HWUN2
2382069f1a80SAndrew Thompsonproduct HAWKING RT3070		0x000b	RT3070
2383c2c2fc4dSRui Pauloproduct HAWKING RTL8192CU	0x0019  RTL8192CU
238402ac6454SAndrew Thompsonproduct HAWKING UF100		0x400c	10/100 USB Ethernet
2385a5dcb064SRui Pauloproduct HAWKING RTL8192SU_1	0x0015	RTL8192SU
2386a5dcb064SRui Pauloproduct HAWKING RTL8192SU_2	0x0016	RTL8192SU
238707fa0846SAndriy Voskoboinykproduct HAWKING HD65U		0x0023	HD65U
238802ac6454SAndrew Thompson
238961bb77d4SGavin Atkinson/* HID Global GmbH products */
239061bb77d4SGavin Atkinsonproduct HIDGLOBAL CM2020	0x0596	Omnikey Cardman 2020
239161bb77d4SGavin Atkinsonproduct HIDGLOBAL CM6020	0x1784	Omnikey Cardman 6020
239261bb77d4SGavin Atkinson
239302ac6454SAndrew Thompson/* Hitachi, Ltd. products */
239402ac6454SAndrew Thompsonproduct HITACHI DVDCAM_DZ_MV100A	0x0004	DVD-CAM DZ-MV100A Camcorder
239502ac6454SAndrew Thompsonproduct HITACHI DVDCAM_USB	0x001e	DVDCAM USB HS Interface
239602ac6454SAndrew Thompson
2397348256dfSHans Petter Selasky/* Holtek products */
2398348256dfSHans Petter Selaskyproduct HOLTEK F85		0xa030	Holtek USB gaming keyboard
2399348256dfSHans Petter Selasky
240050d96564SWarner Losh/* Honeywell */
240150d96564SWarner Loshproduct HONEYWELL HGI80		0x0102	Honeywell HGI80 Wireless USB Gateway
240250d96564SWarner Losh
240302ac6454SAndrew Thompson/* HP products */
240402ac6454SAndrew Thompsonproduct HP 895C			0x0004	DeskJet 895C
240502ac6454SAndrew Thompsonproduct HP 4100C		0x0101	Scanjet 4100C
240602ac6454SAndrew Thompsonproduct HP S20			0x0102	Photosmart S20
240702ac6454SAndrew Thompsonproduct HP 880C			0x0104	DeskJet 880C
240802ac6454SAndrew Thompsonproduct HP 4200C		0x0105	ScanJet 4200C
240902ac6454SAndrew Thompsonproduct HP CDWRITERPLUS		0x0107	CD-Writer Plus
241002ac6454SAndrew Thompsonproduct HP KBDHUB		0x010c	Multimedia Keyboard Hub
241102ac6454SAndrew Thompsonproduct HP G55XI		0x0111	OfficeJet G55xi
241202ac6454SAndrew Thompsonproduct HP HN210W		0x011c	HN210W 802.11b WLAN
241302ac6454SAndrew Thompsonproduct HP 49GPLUS		0x0121	49g+ graphing calculator
241402ac6454SAndrew Thompsonproduct HP 6200C		0x0201	ScanJet 6200C
241502ac6454SAndrew Thompsonproduct HP S20b			0x0202	PhotoSmart S20
241602ac6454SAndrew Thompsonproduct HP 815C			0x0204	DeskJet 815C
241702ac6454SAndrew Thompsonproduct HP 3300C		0x0205	ScanJet 3300C
241802ac6454SAndrew Thompsonproduct HP CDW8200		0x0207	CD-Writer Plus 8200e
241902ac6454SAndrew Thompsonproduct HP MMKEYB		0x020c	Multimedia keyboard
242002ac6454SAndrew Thompsonproduct HP 1220C		0x0212	DeskJet 1220C
24219dc21903SHans Petter Selaskyproduct HP UN2420_QDL		0x241d	UN2420 QDL Firmware Loader
24229dc21903SHans Petter Selaskyproduct HP UN2420		0x251d	UN2420 WWAN/GPS Module
242302ac6454SAndrew Thompsonproduct HP 810C			0x0304	DeskJet 810C/812C
242402ac6454SAndrew Thompsonproduct HP 4300C		0x0305	Scanjet 4300C
242502ac6454SAndrew Thompsonproduct HP CDW4E		0x0307	CD-Writer+ CD-4e
242602ac6454SAndrew Thompsonproduct HP G85XI		0x0311	OfficeJet G85xi
242702ac6454SAndrew Thompsonproduct HP 1200			0x0317	LaserJet 1200
242802ac6454SAndrew Thompsonproduct HP 5200C		0x0401	Scanjet 5200C
242902ac6454SAndrew Thompsonproduct HP 830C			0x0404	DeskJet 830C
243002ac6454SAndrew Thompsonproduct HP 3400CSE		0x0405	ScanJet 3400cse
243102ac6454SAndrew Thompsonproduct HP 6300C		0x0601	Scanjet 6300C
243202ac6454SAndrew Thompsonproduct HP 840C			0x0604	DeskJet 840c
243302ac6454SAndrew Thompsonproduct HP 2200C		0x0605	ScanJet 2200C
243402ac6454SAndrew Thompsonproduct HP 5300C		0x0701	Scanjet 5300C
243502ac6454SAndrew Thompsonproduct HP 4400C		0x0705	Scanjet 4400C
243602ac6454SAndrew Thompsonproduct	HP 4470C		0x0805	Scanjet 4470C
243702ac6454SAndrew Thompsonproduct HP 82x0C		0x0b01	Scanjet 82x0C
243802ac6454SAndrew Thompsonproduct HP 2300D 		0x0b17	Laserjet 2300d
243902ac6454SAndrew Thompsonproduct HP 970CSE		0x1004	Deskjet 970Cse
244002ac6454SAndrew Thompsonproduct HP 5400C		0x1005	Scanjet 5400C
244102ac6454SAndrew Thompsonproduct HP 2215			0x1016	iPAQ 22xx/Jornada 548
244202ac6454SAndrew Thompsonproduct HP 568J			0x1116	Jornada 568
244302ac6454SAndrew Thompsonproduct HP 930C			0x1204	DeskJet 930c
2444c2c2fc4dSRui Pauloproduct HP3 RTL8188CU		0x1629	RTL8188CU
244502ac6454SAndrew Thompsonproduct HP P2000U		0x1801	Inkjet P-2000U
2446069f1a80SAndrew Thompsonproduct HP HS2300		0x1e1d  HS2300 HSDPA (aka MC8775)
244703d9c6aaSOleksandr Tymoshenkoproduct HP T500			0x1f01	T500
244803d9c6aaSOleksandr Tymoshenkoproduct HP T750			0x1f02	T750
244902ac6454SAndrew Thompsonproduct HP 640C			0x2004	DeskJet 640c
245002ac6454SAndrew Thompsonproduct HP 4670V		0x3005	ScanJet 4670v
245102ac6454SAndrew Thompsonproduct HP P1100		0x3102	Photosmart P1100
2452f5113df9SGavin Atkinsonproduct HP LD220		0x3524	LD220 POS Display
245302ac6454SAndrew Thompsonproduct HP OJ4215		0x3d11	OfficeJet 4215
245402ac6454SAndrew Thompsonproduct HP HN210E		0x811c	Ethernet HN210E
245502ac6454SAndrew Thompsonproduct HP2 C500		0x6002	PhotoSmart C500
2456c0e2c178SAndrew Thompsonproduct HP EV2200		0x1b1d  ev2200 HSDPA (aka MC5720)
245702ac6454SAndrew Thompsonproduct HP HS2300		0x1e1d  hs2300 HSDPA (aka MC8775)
2458a7cf31daSHans Petter Selaskyproduct HP LT4132		0xa31d  lt4132 LTEHSPA+ (aka ME906s)
245902ac6454SAndrew Thompson
246002ac6454SAndrew Thompson/* HTC products */
246102ac6454SAndrew Thompsonproduct HTC WINMOBILE		0x00ce	HTC USB Sync
246202ac6454SAndrew Thompsonproduct HTC PPC6700MODEM	0x00cf	PPC6700 Modem
246302ac6454SAndrew Thompsonproduct HTC SMARTPHONE		0x0a51	SmartPhone USB Sync
24646d078176SGavin Atkinsonproduct HTC WIZARD		0x0bce	HTC Wizard USB Sync
24654bb3183dSGavin Atkinsonproduct HTC LEGENDSYNC		0x0c97	HTC Legend USB Sync
24664bb3183dSGavin Atkinsonproduct HTC LEGEND		0x0ff9	HTC Legend
24674bb3183dSGavin Atkinsonproduct HTC LEGENDINTERNET	0x0ffe	HTC Legend Internet Sharing
246802ac6454SAndrew Thompson
246902ac6454SAndrew Thompson/* HUAWEI products */
247002ac6454SAndrew Thompsonproduct HUAWEI MOBILE		0x1001	Huawei Mobile
2471294fe04aSNick Hibmaproduct HUAWEI E220		0x1003	HSDPA modem
2472294fe04aSNick Hibmaproduct HUAWEI E220BIS		0x1004	HSDPA modem
2473c0e2c178SAndrew Thompsonproduct HUAWEI E1401		0x1401	3G modem
2474c0e2c178SAndrew Thompsonproduct HUAWEI E1402		0x1402	3G modem
2475c0e2c178SAndrew Thompsonproduct HUAWEI E1403		0x1403	3G modem
2476c0e2c178SAndrew Thompsonproduct HUAWEI E1404		0x1404	3G modem
2477c0e2c178SAndrew Thompsonproduct HUAWEI E1405		0x1405	3G modem
2478c0e2c178SAndrew Thompsonproduct HUAWEI E1406		0x1406	3G modem
2479c0e2c178SAndrew Thompsonproduct HUAWEI E1407		0x1407	3G modem
2480c0e2c178SAndrew Thompsonproduct HUAWEI E1408		0x1408	3G modem
2481c0e2c178SAndrew Thompsonproduct HUAWEI E1409		0x1409	3G modem
2482c0e2c178SAndrew Thompsonproduct HUAWEI E140A		0x140a	3G modem
2483c0e2c178SAndrew Thompsonproduct HUAWEI E140B		0x140b	3G modem
2484294fe04aSNick Hibmaproduct HUAWEI E180V		0x140c	E180V
2485c0e2c178SAndrew Thompsonproduct HUAWEI E140D		0x140d	3G modem
2486c0e2c178SAndrew Thompsonproduct HUAWEI E140E		0x140e	3G modem
2487c0e2c178SAndrew Thompsonproduct HUAWEI E140F		0x140f	3G modem
2488c0e2c178SAndrew Thompsonproduct HUAWEI E1410		0x1410	3G modem
2489c0e2c178SAndrew Thompsonproduct HUAWEI E1411		0x1411	3G modem
2490c0e2c178SAndrew Thompsonproduct HUAWEI E1412		0x1412	3G modem
2491c0e2c178SAndrew Thompsonproduct HUAWEI E1413		0x1413	3G modem
2492c0e2c178SAndrew Thompsonproduct HUAWEI E1414		0x1414	3G modem
2493c0e2c178SAndrew Thompsonproduct HUAWEI E1415		0x1415	3G modem
2494c0e2c178SAndrew Thompsonproduct HUAWEI E1416		0x1416	3G modem
2495c0e2c178SAndrew Thompsonproduct HUAWEI E1417		0x1417	3G modem
2496c0e2c178SAndrew Thompsonproduct HUAWEI E1418		0x1418	3G modem
2497c0e2c178SAndrew Thompsonproduct HUAWEI E1419		0x1419	3G modem
2498c0e2c178SAndrew Thompsonproduct HUAWEI E141A		0x141a	3G modem
2499c0e2c178SAndrew Thompsonproduct HUAWEI E141B		0x141b	3G modem
2500c0e2c178SAndrew Thompsonproduct HUAWEI E141C		0x141c	3G modem
2501c0e2c178SAndrew Thompsonproduct HUAWEI E141D		0x141d	3G modem
2502c0e2c178SAndrew Thompsonproduct HUAWEI E141E		0x141e	3G modem
2503c0e2c178SAndrew Thompsonproduct HUAWEI E141F		0x141f	3G modem
2504c0e2c178SAndrew Thompsonproduct HUAWEI E1420		0x1420	3G modem
2505c0e2c178SAndrew Thompsonproduct HUAWEI E1421		0x1421	3G modem
2506c0e2c178SAndrew Thompsonproduct HUAWEI E1422		0x1422	3G modem
2507c0e2c178SAndrew Thompsonproduct HUAWEI E1423		0x1423	3G modem
2508c0e2c178SAndrew Thompsonproduct HUAWEI E1424		0x1424	3G modem
2509c0e2c178SAndrew Thompsonproduct HUAWEI E1425		0x1425	3G modem
2510c0e2c178SAndrew Thompsonproduct HUAWEI E1426		0x1426	3G modem
2511c0e2c178SAndrew Thompsonproduct HUAWEI E1427		0x1427	3G modem
2512c0e2c178SAndrew Thompsonproduct HUAWEI E1428		0x1428	3G modem
2513c0e2c178SAndrew Thompsonproduct HUAWEI E1429		0x1429	3G modem
2514c0e2c178SAndrew Thompsonproduct HUAWEI E142A		0x142a	3G modem
2515c0e2c178SAndrew Thompsonproduct HUAWEI E142B		0x142b	3G modem
2516c0e2c178SAndrew Thompsonproduct HUAWEI E142C		0x142c	3G modem
2517c0e2c178SAndrew Thompsonproduct HUAWEI E142D		0x142d	3G modem
2518c0e2c178SAndrew Thompsonproduct HUAWEI E142E		0x142e	3G modem
2519c0e2c178SAndrew Thompsonproduct HUAWEI E142F		0x142f	3G modem
2520c0e2c178SAndrew Thompsonproduct HUAWEI E1430		0x1430	3G modem
2521c0e2c178SAndrew Thompsonproduct HUAWEI E1431		0x1431	3G modem
2522c0e2c178SAndrew Thompsonproduct HUAWEI E1432		0x1432	3G modem
2523c0e2c178SAndrew Thompsonproduct HUAWEI E1433		0x1433	3G modem
2524c0e2c178SAndrew Thompsonproduct HUAWEI E1434		0x1434	3G modem
2525c0e2c178SAndrew Thompsonproduct HUAWEI E1435		0x1435	3G modem
2526c0e2c178SAndrew Thompsonproduct HUAWEI E1436		0x1436	3G modem
2527c0e2c178SAndrew Thompsonproduct HUAWEI E1437		0x1437	3G modem
2528c0e2c178SAndrew Thompsonproduct HUAWEI E1438		0x1438	3G modem
2529c0e2c178SAndrew Thompsonproduct HUAWEI E1439		0x1439	3G modem
2530c0e2c178SAndrew Thompsonproduct HUAWEI E143A		0x143a	3G modem
2531c0e2c178SAndrew Thompsonproduct HUAWEI E143B		0x143b	3G modem
2532c0e2c178SAndrew Thompsonproduct HUAWEI E143C		0x143c	3G modem
2533c0e2c178SAndrew Thompsonproduct HUAWEI E143D		0x143d	3G modem
2534c0e2c178SAndrew Thompsonproduct HUAWEI E143E		0x143e	3G modem
2535c0e2c178SAndrew Thompsonproduct HUAWEI E143F		0x143f	3G modem
25362386d714SAndrew Thompsonproduct HUAWEI E1752		0x1446	3G modem
2537b70f0569SHans Petter Selaskyproduct HUAWEI K4505		0x1464	3G modem
25386001d011SHans Petter Selaskyproduct HUAWEI K3765		0x1465	3G modem
2539294fe04aSNick Hibmaproduct HUAWEI E1820		0x14ac	E1820 HSPA+ USB Slider
254015c79463SWarner Loshproduct HUAWEI K3771_INIT	0x14c4  K3771 Initial
2541b70f0569SHans Petter Selaskyproduct HUAWEI K3770		0x14c9  3G modem
254253805114SWarner Loshproduct HUAWEI K3771		0x14ca  K3771
2543d60bfba9SHans Petter Selaskyproduct HUAWEI K3772		0x14cf	K3772
2544b70f0569SHans Petter Selaskyproduct HUAWEI K3770_INIT	0x14d1  K3770 Initial
254548804d9cSHans Petter Selaskyproduct HUAWEI E3131_INIT	0x14fe	3G modem initial
2546411e2f7fSEygene Ryabinkinproduct HUAWEI E392		0x1505	LTE modem
254748804d9cSHans Petter Selaskyproduct HUAWEI E3131		0x1506	3G modem
2548294fe04aSNick Hibmaproduct HUAWEI K3765_INIT	0x1520	K3765 Initial
2549b70f0569SHans Petter Selaskyproduct HUAWEI K4505_INIT	0x1521	K4505 Initial
2550d60bfba9SHans Petter Selaskyproduct HUAWEI K3772_INIT	0x1526	K3772 Initial
2551c376f439SNick Hibmaproduct HUAWEI E3272_INIT	0x155b	LTE modem initial
2552b28014ddSHans Petter Selaskyproduct HUAWEI ME909U		0x1573  LTE modem
25534c62148dSGavin Atkinsonproduct HUAWEI R215_INIT	0x1582	LTE modem initial
25544c62148dSGavin Atkinsonproduct HUAWEI R215		0x1588	LTE modem
255538d1af45SLuiz Otavio O Souzaproduct HUAWEI ME909S		0x15c1  LTE modem
2556583cd669SHans Petter Selaskyproduct HUAWEI ETS2055		0x1803	CDMA modem
2557d840e1d2SHans Petter Selaskyproduct HUAWEI E173		0x1c05	3G modem
2558d840e1d2SHans Petter Selaskyproduct HUAWEI E173_INIT	0x1c0b	3G modem initial
2559c376f439SNick Hibmaproduct HUAWEI E3272		0x1c1e	LTE modem
2560*0923ff82SKornel Dulebaproduct HUAWEI E3372_INIT	0x1f01  LTE modem initial
256102ac6454SAndrew Thompson
256202ac6454SAndrew Thompson/* HUAWEI 3com products */
256302ac6454SAndrew Thompsonproduct HUAWEI3COM WUB320G	0x0009	Aolynk WUB320g
256402ac6454SAndrew Thompson
256502ac6454SAndrew Thompson/* IBM Corporation */
256602ac6454SAndrew Thompsonproduct IBM USBCDROMDRIVE	0x4427	USB CD-ROM Drive
256750d96564SWarner Loshproduct IBM USB4543		0x4543	TI IBM USB 4543 Modem
256850d96564SWarner Loshproduct IBM USB454B		0x454b	TI IBM USB 454B Modem
256950d96564SWarner Loshproduct IBM USB454C		0x454c	TI IBM USB 454C Modem
257002ac6454SAndrew Thompson
25713426950eSHans Petter Selasky/* Icom products */
25723426950eSHans Petter Selaskyproduct ICOM SP1		0x0004	FTDI compatible adapter
25733426950eSHans Petter Selaskyproduct ICOM OPC_U_UC		0x0018	FTDI compatible adapter
25743426950eSHans Petter Selaskyproduct ICOM RP2C1		0x0009	FTDI compatible adapter
25753426950eSHans Petter Selaskyproduct ICOM RP2C2		0x000a	FTDI compatible adapter
25763426950eSHans Petter Selaskyproduct ICOM RP2D		0x000b	FTDI compatible adapter
25773426950eSHans Petter Selaskyproduct ICOM RP2KVR		0x0013	FTDI compatible adapter
25783426950eSHans Petter Selaskyproduct ICOM RP2KVT		0x0012	FTDI compatible adapter
25793426950eSHans Petter Selaskyproduct ICOM RP2VR		0x000d	FTDI compatible adapter
25803426950eSHans Petter Selaskyproduct ICOM RP2VT		0x000c	FTDI compatible adapter
25813426950eSHans Petter Selaskyproduct ICOM RP4KVR		0x0011	FTDI compatible adapter
25823426950eSHans Petter Selaskyproduct ICOM RP4KVT		0x0010	FTDI compatible adapter
25833426950eSHans Petter Selasky
25843426950eSHans Petter Selasky/* ID-tech products */
25853426950eSHans Petter Selaskyproduct IDTECH IDT1221U		0x0300	FTDI compatible adapter
25863426950eSHans Petter Selasky
258702ac6454SAndrew Thompson/* Imagination Technologies products */
258802ac6454SAndrew Thompsonproduct IMAGINATION DBX1	0x2107	DBX1 DSP core
258902ac6454SAndrew Thompson
25901984dc56SHans Petter Selasky/* Initio Corporation products */
25911984dc56SHans Petter Selaskyproduct INITIO DUMMY		0x0000	Dummy product
25921984dc56SHans Petter Selaskyproduct INITIO INIC_1610P	0x1e40	USB to SATA Bridge
25931984dc56SHans Petter Selasky
259402ac6454SAndrew Thompson/* Inside Out Networks products */
259502ac6454SAndrew Thompsonproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 serial ports
259602ac6454SAndrew Thompson
259702ac6454SAndrew Thompson/* In-System products */
259802ac6454SAndrew Thompsonproduct INSYSTEM F5U002		0x0002	Parallel printer
259902ac6454SAndrew Thompsonproduct INSYSTEM ATAPI		0x0031	ATAPI Adapter
260002ac6454SAndrew Thompsonproduct INSYSTEM ISD110		0x0200	IDE Adapter ISD110
260102ac6454SAndrew Thompsonproduct INSYSTEM ISD105		0x0202	IDE Adapter ISD105
260202ac6454SAndrew Thompsonproduct INSYSTEM USBCABLE	0x081a	USB cable
260302ac6454SAndrew Thompsonproduct INSYSTEM STORAGE_V2	0x5701	USB Storage Adapter V2
260402ac6454SAndrew Thompson
260502ac6454SAndrew Thompson/* Intel products */
260602ac6454SAndrew Thompsonproduct INTEL EASYPC_CAMERA	0x0110	Easy PC Camera
260702ac6454SAndrew Thompsonproduct INTEL TESTBOARD		0x9890	82930 test board
26087b360bccSAndrew Thompsonproduct INTEL2 IRMH        	0x0020	Integrated Rate Matching Hub
2609f0d0cee0SAlexander Motinproduct INTEL2 IRMH2        	0x0024	Integrated Rate Matching Hub
2610f0442cf2SHans Petter Selaskyproduct INTEL2 IRMH3        	0x8000	Integrated Rate Matching Hub
2611f0442cf2SHans Petter Selaskyproduct INTEL2 IRMH4        	0x8008	Integrated Rate Matching Hub
26126d8b651cSBjoern A. Zeebproduct INTEL2 SNP		0x0a2b	Stone Peak (7265) Bluetooth Module
26133ad02c20SEitan Adlerproduct INTEL2 SFP		0x0aa7  Sandy Peak (3168) Bluetooth Module
26143ad02c20SEitan Adlerproduct INTEL2 JFP		0x0aaa	Jefferson Peak (9460/9560) Bluetooth Module
26153ad02c20SEitan Adlerproduct INTEL2 THP 		0x0025	Thunder Peak (9160/9260) Bluetooth Module
2616077da866SEitan Adlerproduct INTEL2 HSP 		0x0026	Harrison Peak (22560) Bluetooth Module
261702ac6454SAndrew Thompson
26183426950eSHans Petter Selasky/* Interbiometric products */
26193426950eSHans Petter Selaskyproduct INTERBIOMETRICS IOBOARD		0x1002	FTDI compatible adapter
26203426950eSHans Petter Selaskyproduct INTERBIOMETRICS MINI_IOBOARD		0x1006	FTDI compatible adapter
26213426950eSHans Petter Selasky
262202ac6454SAndrew Thompson/* Intersil products */
262302ac6454SAndrew Thompsonproduct INTERSIL PRISM_GT	0x1000	PrismGT USB 2.0 WLAN
262402ac6454SAndrew Thompsonproduct INTERSIL PRISM_2X	0x3642	Prism2.x or Atmel WLAN
262502ac6454SAndrew Thompson
262602ac6454SAndrew Thompson/* Interpid Control Systems products */
262702ac6454SAndrew Thompsonproduct INTREPIDCS VALUECAN	0x0601	ValueCAN CAN bus interface
262802ac6454SAndrew Thompsonproduct INTREPIDCS NEOVI	0x0701	NeoVI Blue vehicle bus interface
262902ac6454SAndrew Thompson
263002ac6454SAndrew Thompson/* I/O DATA products */
263102ac6454SAndrew Thompsonproduct IODATA IU_CD2		0x0204	DVD Multi-plus unit iU-CD2
263202ac6454SAndrew Thompsonproduct IODATA DVR_UEH8		0x0206	DVD Multi-plus unit DVR-UEH8
263302ac6454SAndrew Thompsonproduct IODATA USBSSMRW		0x0314	USB-SSMRW SD-card
263402ac6454SAndrew Thompsonproduct IODATA USBSDRW		0x031e	USB-SDRW SD-card
263502ac6454SAndrew Thompsonproduct IODATA USBETT		0x0901	USB ETT
263602ac6454SAndrew Thompsonproduct IODATA USBETTX		0x0904	USB ETTX
263702ac6454SAndrew Thompsonproduct IODATA USBETTXS		0x0913	USB ETTX
263802ac6454SAndrew Thompsonproduct IODATA USBWNB11A	0x0919	USB WN-B11
263902ac6454SAndrew Thompsonproduct IODATA USBWNB11		0x0922	USB Airport WN-B11
264002ac6454SAndrew Thompsonproduct IODATA ETGUS2		0x0930	ETG-US2
26414c794fa5SAdrian Chaddproduct IODATA WNGDNUS2		0x093f	WN-GDN/US2
2642069f1a80SAndrew Thompsonproduct IODATA RT3072_1		0x0944	RT3072
2643069f1a80SAndrew Thompsonproduct IODATA RT3072_2		0x0945	RT3072
2644069f1a80SAndrew Thompsonproduct IODATA RT3072_3		0x0947	RT3072
2645069f1a80SAndrew Thompsonproduct IODATA RT3072_4		0x0948	RT3072
264607fa0846SAndriy Voskoboinykproduct IODATA WNAC867U		0x0952	WN-AC867U
264702ac6454SAndrew Thompsonproduct IODATA USBRSAQ		0x0a03	Serial USB-RSAQ1
264855fdde37STakanori Watanabeproduct IODATA USBRSAQ5		0x0a0e  Serial USB-RSAQ5
264902ac6454SAndrew Thompsonproduct IODATA2 USB2SC		0x0a09	USB2.0-SCSI Bridge USB2-SC
265002ac6454SAndrew Thompson
265102ac6454SAndrew Thompson/* Iomega products */
265202ac6454SAndrew Thompsonproduct IOMEGA ZIP100		0x0001	Zip 100
265302ac6454SAndrew Thompsonproduct IOMEGA ZIP250		0x0030	Zip 250
265402ac6454SAndrew Thompson
26553426950eSHans Petter Selasky/* Ionic products */
26563426950eSHans Petter Selaskyproduct IONICS PLUGCOMPUTER		0x0102	FTDI compatible adapter
26573426950eSHans Petter Selasky
26586001d011SHans Petter Selasky/* Integrated System Solution Corp. products */
26596001d011SHans Petter Selaskyproduct ISSC ISSCBTA		0x1001	Bluetooth USB Adapter
26606001d011SHans Petter Selasky
2661f5113df9SGavin Atkinson/* iTegno products */
2662f5113df9SGavin Atkinsonproduct ITEGNO WM1080A		0x1080	WM1080A GSM/GPRS modem
2663f5113df9SGavin Atkinsonproduct ITEGNO WM2080A		0x2080	WM2080A CDMA modem
2664f5113df9SGavin Atkinson
2665ddf42202SJessica Clarke/* Microchip Technology, Inc. products */
2666ddf42202SJessica Clarkeproduct MICROCHIP PICOLCD20X2	0x0002	Mini-Box picoLCD 20x2
2667ddf42202SJessica Clarkeproduct MICROCHIP PICOLCD4X20	0xc001	Mini-Box picoLCD 4x20
266802ac6454SAndrew Thompson
266902ac6454SAndrew Thompson/* Jablotron products */
267002ac6454SAndrew Thompsonproduct JABLOTRON PC60B		0x0001	PC-60B
267102ac6454SAndrew Thompson
267202ac6454SAndrew Thompson/* Jaton products */
267302ac6454SAndrew Thompsonproduct JATON EDA		0x5704	Ethernet
267402ac6454SAndrew Thompson
26753426950eSHans Petter Selasky/* Jeti products */
26763426950eSHans Petter Selaskyproduct JETI SPC1201		0x04b2	FTDI compatible adapter
26773426950eSHans Petter Selasky
26781feda9b4SAndrew Thompson/* JMicron products */
267905d3471dSHans Petter Selaskyproduct JMICRON JMS566		0x3569	USB to SATA 3.0Gb/s bridge
26802480071fSIan Leporeproduct JMICRON JMS567		0x0567	USB to SATA 6.0Gb/s bridge
26812ac4d1f9SAlexander Leidingerproduct JMICRON JM20336		0x2336	USB to SATA Bridge
26821feda9b4SAndrew Thompsonproduct JMICRON JM20337		0x2338	USB to ATA/ATAPI Bridge
26831feda9b4SAndrew Thompson
268402ac6454SAndrew Thompson/* JVC products */
268502ac6454SAndrew Thompsonproduct JVC GR_DX95		0x000a	GR-DX95
268602ac6454SAndrew Thompsonproduct JVC MP_PRX1		0x3008	MP-PRX1 Ethernet
268702ac6454SAndrew Thompson
268802ac6454SAndrew Thompson/* JRC products */
268902ac6454SAndrew Thompsonproduct JRC AH_J3001V_J3002V	0x0001	AirH PHONE AH-J3001V/J3002V
269002ac6454SAndrew Thompson
269178a1f140SGavin Atkinson/* Kamstrrup products */
269278a1f140SGavin Atkinsonproduct KAMSTRUP OPTICALEYE	0x0001	Optical Eye/3-wire
269378a1f140SGavin Atkinsonproduct KAMSTRUP MBUS_250D	0x0005	M-Bus Master MultiPort 250D
269478a1f140SGavin Atkinson
269502ac6454SAndrew Thompson/* Kawatsu products */
269602ac6454SAndrew Thompsonproduct KAWATSU MH4000P		0x0003	MiniHub 4000P
269702ac6454SAndrew Thompson
269802ac6454SAndrew Thompson/* Keisokugiken Corp. products */
269902ac6454SAndrew Thompsonproduct KEISOKUGIKEN USBDAQ	0x0068	HKS-0200 USBDAQ
270002ac6454SAndrew Thompson
270102ac6454SAndrew Thompson/* Kensington products */
270202ac6454SAndrew Thompsonproduct KENSINGTON ORBIT	0x1003	Orbit USB/PS2 trackball
270302ac6454SAndrew Thompsonproduct KENSINGTON TURBOBALL	0x1005	TurboBall
270402ac6454SAndrew Thompson
27056d8b651cSBjoern A. Zeeb/* Synaptics products */
27066d8b651cSBjoern A. Zeebproduct SYNAPTICS FPR9A		0x009a	Fingerprint Reader
27076d8b651cSBjoern A. Zeeb
270802ac6454SAndrew Thompson/* Keyspan products */
270902ac6454SAndrew Thompsonproduct KEYSPAN USA28_NF	0x0101	USA-28 serial Adapter (no firmware)
271002ac6454SAndrew Thompsonproduct KEYSPAN USA28X_NF	0x0102	USA-28X serial Adapter (no firmware)
271102ac6454SAndrew Thompsonproduct KEYSPAN USA19_NF	0x0103	USA-19 serial Adapter (no firmware)
271202ac6454SAndrew Thompsonproduct KEYSPAN USA18_NF	0x0104	USA-18 serial Adapter (no firmware)
271302ac6454SAndrew Thompsonproduct KEYSPAN USA18X_NF	0x0105	USA-18X serial Adapter (no firmware)
271402ac6454SAndrew Thompsonproduct KEYSPAN USA19W_NF	0x0106	USA-19W serial Adapter (no firmware)
271502ac6454SAndrew Thompsonproduct KEYSPAN USA19		0x0107	USA-19 serial Adapter
271602ac6454SAndrew Thompsonproduct KEYSPAN USA19W		0x0108	USA-19W serial Adapter
271702ac6454SAndrew Thompsonproduct KEYSPAN USA49W_NF	0x0109	USA-49W serial Adapter (no firmware)
271802ac6454SAndrew Thompsonproduct KEYSPAN USA49W		0x010a	USA-49W serial Adapter
271902ac6454SAndrew Thompsonproduct KEYSPAN USA19QI_NF	0x010b	USA-19QI serial Adapter (no firmware)
272002ac6454SAndrew Thompsonproduct KEYSPAN USA19QI		0x010c	USA-19QI serial Adapter
272102ac6454SAndrew Thompsonproduct KEYSPAN USA19Q_NF	0x010d	USA-19Q serial Adapter (no firmware)
272202ac6454SAndrew Thompsonproduct KEYSPAN USA19Q		0x010e	USA-19Q serial Adapter
272302ac6454SAndrew Thompsonproduct KEYSPAN USA28		0x010f	USA-28 serial Adapter
272402ac6454SAndrew Thompsonproduct KEYSPAN USA28XXB	0x0110	USA-28X/XB serial Adapter
272502ac6454SAndrew Thompsonproduct KEYSPAN USA18		0x0111	USA-18 serial Adapter
272602ac6454SAndrew Thompsonproduct KEYSPAN USA18X		0x0112	USA-18X serial Adapter
272702ac6454SAndrew Thompsonproduct KEYSPAN USA28XB_NF	0x0113	USA-28XB serial Adapter (no firmware)
272802ac6454SAndrew Thompsonproduct KEYSPAN USA28XA_NF	0x0114	USA-28XB serial Adapter (no firmware)
272902ac6454SAndrew Thompsonproduct KEYSPAN USA28XA		0x0115	USA-28XA serial Adapter
273002ac6454SAndrew Thompsonproduct KEYSPAN USA18XA_NF	0x0116	USA-18XA serial Adapter (no firmware)
273102ac6454SAndrew Thompsonproduct KEYSPAN USA18XA		0x0117	USA-18XA serial Adapter
273202ac6454SAndrew Thompsonproduct KEYSPAN USA19QW_NF	0x0118	USA-19WQ serial Adapter (no firmware)
273302ac6454SAndrew Thompsonproduct KEYSPAN USA19QW		0x0119	USA-19WQ serial Adapter
273402ac6454SAndrew Thompsonproduct KEYSPAN USA19HA		0x0121	USA-19HS serial Adapter
273502ac6454SAndrew Thompsonproduct KEYSPAN UIA10		0x0201	UIA-10 remote control
273602ac6454SAndrew Thompsonproduct KEYSPAN UIA11		0x0202	UIA-11 remote control
273702ac6454SAndrew Thompson
273802ac6454SAndrew Thompson/* Kingston products */
273902ac6454SAndrew Thompsonproduct KINGSTON XX1		0x0008	Ethernet
274002ac6454SAndrew Thompsonproduct KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
2741ba2188afSHans Petter Selaskyproduct KINGSTON HYPERX3_0	0x162b	DT HyperX 3.0
274247bc8fc9SHans Petter Selaskyproduct KINGSTON DATATRAVELER3_0 0x1666 DataTraveler 3.0
274302ac6454SAndrew Thompson
274402ac6454SAndrew Thompson/* Kawasaki products */
274502ac6454SAndrew Thompsonproduct KLSI DUH3E10BT		0x0008	USB Ethernet
274602ac6454SAndrew Thompsonproduct KLSI DUH3E10BTN		0x0009	USB Ethernet
274702ac6454SAndrew Thompson
27483426950eSHans Petter Selasky/* Kobil products */
27493426950eSHans Petter Selaskyproduct KOBIL CONV_B1		0x2020	FTDI compatible adapter
27503426950eSHans Petter Selaskyproduct KOBIL CONV_KAAN		0x2021	FTDI compatible adapter
27513426950eSHans Petter Selasky
275202ac6454SAndrew Thompson/* Kodak products */
275302ac6454SAndrew Thompsonproduct KODAK DC220		0x0100	Digital Science DC220
275402ac6454SAndrew Thompsonproduct KODAK DC260		0x0110	Digital Science DC260
275502ac6454SAndrew Thompsonproduct KODAK DC265		0x0111	Digital Science DC265
275602ac6454SAndrew Thompsonproduct KODAK DC290		0x0112	Digital Science DC290
275702ac6454SAndrew Thompsonproduct KODAK DC240		0x0120	Digital Science DC240
275802ac6454SAndrew Thompsonproduct KODAK DC280		0x0130	Digital Science DC280
275902ac6454SAndrew Thompson
2760733b53dfSHans Petter Selasky/* Kontron AG products */
2761733b53dfSHans Petter Selaskyproduct KONTRON DM9601		0x8101	USB Ethernet
2762842014b1SHans Petter Selaskyproduct KONTRON JP1082		0x9700	USB Ethernet
2763733b53dfSHans Petter Selasky
276402ac6454SAndrew Thompson/* Konica Corp. Products */
276502ac6454SAndrew Thompsonproduct KONICA CAMERA		0x0720	Digital Color Camera
276602ac6454SAndrew Thompson
276702ac6454SAndrew Thompson/* KYE products */
276802ac6454SAndrew Thompsonproduct KYE NICHE		0x0001	Niche mouse
276902ac6454SAndrew Thompsonproduct KYE NETSCROLL		0x0003	Genius NetScroll mouse
277002ac6454SAndrew Thompsonproduct KYE FLIGHT2000		0x1004	Flight 2000 joystick
277102ac6454SAndrew Thompsonproduct KYE VIVIDPRO		0x2001	ColorPage Vivid-Pro scanner
277202ac6454SAndrew Thompson
277302ac6454SAndrew Thompson/* Kyocera products */
277402ac6454SAndrew Thompsonproduct KYOCERA FINECAM_S3X	0x0100	Finecam S3x
277502ac6454SAndrew Thompsonproduct KYOCERA FINECAM_S4	0x0101	Finecam S4
277602ac6454SAndrew Thompsonproduct KYOCERA FINECAM_S5	0x0103	Finecam S5
277702ac6454SAndrew Thompsonproduct KYOCERA FINECAM_L3	0x0105	Finecam L3
277802ac6454SAndrew Thompsonproduct KYOCERA AHK3001V	0x0203	AH-K3001V
277902ac6454SAndrew Thompsonproduct KYOCERA2 CDMA_MSM_K	0x17da	Qualcomm Kyocera CDMA Technologies MSM
2780c0e2c178SAndrew Thompsonproduct KYOCERA2 KPC680		0x180a	Qualcomm Kyocera CDMA Technologies MSM
278102ac6454SAndrew Thompson
278202ac6454SAndrew Thompson/* LaCie products */
278302ac6454SAndrew Thompsonproduct LACIE HD		0xa601	Hard Disk
278402ac6454SAndrew Thompsonproduct LACIE CDRW		0xa602	CD R/W
278502ac6454SAndrew Thompson
2786ee0d8611SGavin Atkinson/* Lake Shore Cryotronics products */
2787ee0d8611SGavin Atkinsonproduct LAKESHORE 121		0x0100	121 Current Source
2788ee0d8611SGavin Atkinsonproduct LAKESHORE 218A		0x0200	218A Temperature Monitor
2789ee0d8611SGavin Atkinsonproduct LAKESHORE 219		0x0201	219 Temperature Monitor
2790ee0d8611SGavin Atkinsonproduct LAKESHORE 233		0x0202	233 Temperature Transmitter
2791ee0d8611SGavin Atkinsonproduct LAKESHORE 235		0x0203	235 Temperature Transmitter
2792ee0d8611SGavin Atkinsonproduct LAKESHORE 335		0x0300	335 Temperature Controller
2793ee0d8611SGavin Atkinsonproduct LAKESHORE 336		0x0301	336 Temperature Controller
2794ee0d8611SGavin Atkinsonproduct LAKESHORE 350		0x0302	350 Temperature Controller
2795ee0d8611SGavin Atkinsonproduct LAKESHORE 371		0x0303	371 AC Bridge
2796ee0d8611SGavin Atkinsonproduct LAKESHORE 411		0x0400	411 Handheld Gaussmeter
2797ee0d8611SGavin Atkinsonproduct LAKESHORE 425		0x0401	425 Gaussmeter
2798ee0d8611SGavin Atkinsonproduct LAKESHORE 455A		0x0402	455A DSP Gaussmeter
2799ee0d8611SGavin Atkinsonproduct LAKESHORE 475A		0x0403	475A DSP Gaussmeter
2800ee0d8611SGavin Atkinsonproduct LAKESHORE 465		0x0404	465 Gaussmeter
2801ee0d8611SGavin Atkinsonproduct LAKESHORE 625A		0x0600	625A Magnet PSU
2802ee0d8611SGavin Atkinsonproduct LAKESHORE 642A		0x0601	642A Magnet PSU
2803ee0d8611SGavin Atkinsonproduct LAKESHORE 648		0x0602	648 Magnet PSU
2804ee0d8611SGavin Atkinsonproduct LAKESHORE 737		0x0700	737 VSM Controller
2805ee0d8611SGavin Atkinsonproduct LAKESHORE 776		0x0701	776 Matrix Switch
2806ee0d8611SGavin Atkinson
28073426950eSHans Petter Selasky/* Larsen and Brusgaard products */
28083426950eSHans Petter Selaskyproduct LARSENBRUSGAARD ALTITRACK	0x0001	FTDI compatible adapter
28093426950eSHans Petter Selasky
2810f5113df9SGavin Atkinson/* Leadtek products */
2811f5113df9SGavin Atkinsonproduct LEADTEK 9531		0x2101	9531 GPS
2812f5113df9SGavin Atkinson
28137008404dSPyun YongHyeon/* Lenovo products */
281445440aa8SKevin Loproduct LENOVO GIGALAN		0x304b	USB 3.0 Ethernet
28157008404dSPyun YongHyeonproduct LENOVO ETHERNET		0x7203	USB 2.0 Ethernet
281621d36c96SKevin Loproduct LENOVO RTL8153		0x7205	USB 3.0 Ethernet
2817afa9b036SGavin Atkinsonproduct LENOVO ONELINK		0x720a	USB 3.0 Ethernet
28187595f142SPoul-Henning Kampproduct LENOVO TBT3LAN		0x3069	LAN port in Thinkpad TB3 dock
28197595f142SPoul-Henning Kampproduct LENOVO USBCLAN		0x3062	LAN port in Thinkpad USB-C dock
2820a8261b70SHans Petter Selaskyproduct LENOVO TBT3LANGEN2	0x3082  LAN port in Thinkpad TB3 dock gen2
2821a8261b70SHans Petter Selaskyproduct LENOVO USBCLANGEN2	0xa387  LAN port in Thinkpad UBS-C dock gen2
28227008404dSPyun YongHyeon
282302ac6454SAndrew Thompson/* Lexar products */
282402ac6454SAndrew Thompsonproduct LEXAR JUMPSHOT		0x0001	jumpSHOT CompactFlash Reader
282502ac6454SAndrew Thompsonproduct LEXAR CF_READER		0xb002	USB CF Reader
2826b2d05a1bSHans Petter Selaskyproduct LEXAR JUMPDRIVE		0xa833	USB Jumpdrive Flash Drive
282702ac6454SAndrew Thompson
282802ac6454SAndrew Thompson/* Lexmark products */
282902ac6454SAndrew Thompsonproduct LEXMARK S2450		0x0009	Optra S 2450
283002ac6454SAndrew Thompson
28317dddb455SGavin Atkinson/* Liebert products */
28327dddb455SGavin Atkinsonproduct LIEBERT POWERSURE_PXT	0xffff	PowerSure Personal XT
283303d9c6aaSOleksandr Tymoshenkoproduct LIEBERT2 POWERSURE_PSA	0x0001	PowerSure PSA UPS
28345a47db47SHans Petter Selaskyproduct LIEBERT2 PSI1000	0x0004	UPS PSI 1000 FW:08
28357dddb455SGavin Atkinson
283678a1f140SGavin Atkinson/* Link Instruments Inc. products */
283778a1f140SGavin Atkinsonproduct	LINKINSTRUMENTS MSO19	0xf190	Link Instruments MSO-19
283878a1f140SGavin Atkinsonproduct	LINKINSTRUMENTS MSO28	0xf280	Link Instruments MSO-28
283978a1f140SGavin Atkinsonproduct	LINKINSTRUMENTS MSO28_2	0xf281	Link Instruments MSO-28
284078a1f140SGavin Atkinson
284102ac6454SAndrew Thompson/* Linksys products */
284202ac6454SAndrew Thompsonproduct LINKSYS MAUSB2		0x0105	Camedia MAUSB-2
284302ac6454SAndrew Thompsonproduct LINKSYS USB10TX1	0x200c	USB10TX
284402ac6454SAndrew Thompsonproduct LINKSYS USB10T		0x2202	USB10T Ethernet
284502ac6454SAndrew Thompsonproduct LINKSYS USB100TX	0x2203	USB100TX Ethernet
284602ac6454SAndrew Thompsonproduct LINKSYS USB100H1	0x2204	USB100H1 Ethernet/HPNA
284702ac6454SAndrew Thompsonproduct LINKSYS USB10TA		0x2206	USB10TA Ethernet
284802ac6454SAndrew Thompsonproduct LINKSYS USB10TX2	0x400b	USB10TX
284902ac6454SAndrew Thompsonproduct LINKSYS2 WUSB11		0x2219	WUSB11 Wireless Adapter
285002ac6454SAndrew Thompsonproduct LINKSYS2 USB200M	0x2226	USB 2.0 10/100 Ethernet
285102ac6454SAndrew Thompsonproduct LINKSYS3 WUSB11v28	0x2233	WUSB11 v2.8 Wireless Adapter
285202ac6454SAndrew Thompsonproduct LINKSYS4 USB1000	0x0039	USB1000
2853069f1a80SAndrew Thompsonproduct LINKSYS4 WUSB100	0x0070	WUSB100
2854069f1a80SAndrew Thompsonproduct LINKSYS4 WUSB600N	0x0071	WUSB600N
2855f8b51ca5SWeongyo Jeongproduct LINKSYS4 WUSB54GCV2	0x0073	WUSB54GC v2
2856069f1a80SAndrew Thompsonproduct LINKSYS4 WUSB54GCV3	0x0077	WUSB54GC v3
28573707a5e9SAndrew Thompsonproduct LINKSYS4 RT3070		0x0078	RT3070
2858069f1a80SAndrew Thompsonproduct LINKSYS4 WUSB600NV2	0x0079	WUSB600N v2
285902ac6454SAndrew Thompson
2860271e5fb0SHans Petter Selasky/* Logilink products */
2861271e5fb0SHans Petter Selaskyproduct LOGILINK DUMMY		0x0000	Dummy product
2862271e5fb0SHans Petter Selaskyproduct LOGILINK U2M		0x0101	LogiLink USB MIDI Cable
2863271e5fb0SHans Petter Selasky
286402ac6454SAndrew Thompson/* Logitech products */
286502ac6454SAndrew Thompsonproduct LOGITECH M2452		0x0203	M2452 keyboard
286602ac6454SAndrew Thompsonproduct LOGITECH M4848		0x0301	M4848 mouse
286702ac6454SAndrew Thompsonproduct LOGITECH PAGESCAN	0x040f	PageScan
286802ac6454SAndrew Thompsonproduct LOGITECH QUICKCAMWEB	0x0801	QuickCam Web
286902ac6454SAndrew Thompsonproduct LOGITECH QUICKCAMPRO	0x0810	QuickCam Pro
28700c7d93ffSMartin Wilkeproduct LOGITECH WEBCAMC100	0X0817	Webcam C100
287102ac6454SAndrew Thompsonproduct LOGITECH QUICKCAMEXP	0x0840	QuickCam Express
287202ac6454SAndrew Thompsonproduct LOGITECH QUICKCAM	0x0850	QuickCam
2873d3db083bSAndrew Thompsonproduct LOGITECH QUICKCAMPRO3	0x0990	QuickCam Pro 9000
287402ac6454SAndrew Thompsonproduct LOGITECH N43		0xc000	N43
287502ac6454SAndrew Thompsonproduct LOGITECH N48		0xc001	N48 mouse
287602ac6454SAndrew Thompsonproduct LOGITECH MBA47		0xc002	M-BA47 mouse
287702ac6454SAndrew Thompsonproduct LOGITECH WMMOUSE	0xc004	WingMan Gaming Mouse
287802ac6454SAndrew Thompsonproduct LOGITECH BD58		0xc00c	BD58 mouse
287902ac6454SAndrew Thompsonproduct LOGITECH UN58A		0xc030	iFeel Mouse
288002ac6454SAndrew Thompsonproduct LOGITECH UN53B		0xc032	iFeel MouseMan
288102ac6454SAndrew Thompsonproduct LOGITECH WMPAD		0xc208	WingMan GamePad Extreme
288202ac6454SAndrew Thompsonproduct LOGITECH WMRPAD		0xc20a	WingMan RumblePad
288330cef2b7SOleksandr Tymoshenkoproduct LOGITECH G510S		0xc22d  G510s Keyboard
288402ac6454SAndrew Thompsonproduct LOGITECH WMJOY		0xc281	WingMan Force joystick
288502ac6454SAndrew Thompsonproduct LOGITECH BB13		0xc401	USB-PS/2 Trackball
288602ac6454SAndrew Thompsonproduct LOGITECH RK53		0xc501	Cordless mouse
288702ac6454SAndrew Thompsonproduct LOGITECH RB6		0xc503	Cordless keyboard
288802ac6454SAndrew Thompsonproduct LOGITECH MX700		0xc506	Cordless optical mouse
2889e13c1ef1SCy Schubertproduct LOGITECH UNIFYING	0xc52b  Logitech Unifying Receiver
289002ac6454SAndrew Thompsonproduct LOGITECH QUICKCAMPRO2	0xd001	QuickCam Pro
289102ac6454SAndrew Thompson
289202ac6454SAndrew Thompson/* Logitec Corp. products */
289302ac6454SAndrew Thompsonproduct LOGITEC LDR_H443SU2	0x0033	DVD Multi-plus unit LDR-H443SU2
289402ac6454SAndrew Thompsonproduct LOGITEC LDR_H443U2	0x00b3	DVD Multi-plus unit LDR-H443U2
289587b6f185SMIHIRA Sanpei Yoshiroproduct LOGITEC LAN_GTJU2A	0x0160	LAN-GTJ/U2A Ethernet
2896069f1a80SAndrew Thompsonproduct LOGITEC RT2870_1	0x0162	RT2870
2897069f1a80SAndrew Thompsonproduct LOGITEC RT2870_2	0x0163	RT2870
2898069f1a80SAndrew Thompsonproduct LOGITEC RT2870_3	0x0164	RT2870
28996f0e06a1SHans Petter Selaskyproduct LOGITEC LANW300NU2	0x0166  LAN-W300N/U2
2900be503393SHiroki Satoproduct LOGITEC LANW150NU2	0x0168  LAN-W150N/U2
2901bd247e9dSHans Petter Selaskyproduct LOGITEC LANW300NU2S	0x0169	LAN-W300N/U2S
290202ac6454SAndrew Thompson
2903627ab90bSGavin Atkinson/* Longcheer Holdings, Ltd. products */
2904c175c7deSNick Hibmaproduct LONGCHEER WM66		0x6061	Longcheer WM66 HSDPA
2905c175c7deSNick Hibmaproduct LONGCHEER W14		0x9603	Mobilcom W14
2906c175c7deSNick Hibmaproduct LONGCHEER DISK		0xf000	Driver disk
290714bd1ee5SHans Petter Selaskyproduct LONGCHEER XSSTICK	0x9605	4G Systems XSStick P14
2908c175c7deSNick Hibma
2909627ab90bSGavin Atkinson
291002ac6454SAndrew Thompson/* Lucent products */
291102ac6454SAndrew Thompsonproduct LUCENT EVALKIT		0x1001	USS-720 evaluation kit
291202ac6454SAndrew Thompson
291302ac6454SAndrew Thompson/* Luwen products */
291402ac6454SAndrew Thompsonproduct LUWEN EASYDISK		0x0005	EasyDisc
291502ac6454SAndrew Thompson
291602ac6454SAndrew Thompson/* Macally products */
291702ac6454SAndrew Thompsonproduct MACALLY MOUSE1		0x0101	mouse
291802ac6454SAndrew Thompson
2919d11d0374SGavin Atkinson/* Mag-Tek products */
2920d11d0374SGavin Atkinsonproduct MAGTEK USBSWIPE		0x0002	USB Mag Stripe Swipe Reader
2921d11d0374SGavin Atkinson
292230c257f8SAndrew Thompson/* Marvell Technology Group, Ltd. products */
292330c257f8SAndrew Thompsonproduct MARVELL SHEEVAPLUG	0x9e8f	SheevaPlug serial interface
292430c257f8SAndrew Thompson
29256001d011SHans Petter Selasky/* Matrix Orbital products */
29263426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0100		0x0100	FTDI compatible adapter
29273426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0101		0x0101	FTDI compatible adapter
29283426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0102		0x0102	FTDI compatible adapter
29293426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0103		0x0103	FTDI compatible adapter
29303426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0104		0x0104	FTDI compatible adapter
29313426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0105		0x0105	FTDI compatible adapter
29323426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0106		0x0106	FTDI compatible adapter
29333426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0107		0x0107	FTDI compatible adapter
29343426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0108		0x0108	FTDI compatible adapter
29353426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0109		0x0109	FTDI compatible adapter
29363426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_010A		0x010a	FTDI compatible adapter
29373426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_010B		0x010b	FTDI compatible adapter
29383426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_010C		0x010c	FTDI compatible adapter
29393426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_010D		0x010d	FTDI compatible adapter
29403426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_010E		0x010e	FTDI compatible adapter
29413426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_010F		0x010f	FTDI compatible adapter
29423426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0110		0x0110	FTDI compatible adapter
29433426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0111		0x0111	FTDI compatible adapter
29443426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0112		0x0112	FTDI compatible adapter
29453426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0113		0x0113	FTDI compatible adapter
29463426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0114		0x0114	FTDI compatible adapter
29473426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0115		0x0115	FTDI compatible adapter
29483426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0116		0x0116	FTDI compatible adapter
29493426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0117		0x0117	FTDI compatible adapter
29503426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0118		0x0118	FTDI compatible adapter
29513426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0119		0x0119	FTDI compatible adapter
29523426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_011A		0x011a	FTDI compatible adapter
29533426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_011B		0x011b	FTDI compatible adapter
29543426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_011C		0x011c	FTDI compatible adapter
29553426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_011D		0x011d	FTDI compatible adapter
29563426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_011E		0x011e	FTDI compatible adapter
29573426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_011F		0x011f	FTDI compatible adapter
29583426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0120		0x0120	FTDI compatible adapter
29593426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0121		0x0121	FTDI compatible adapter
29603426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0122		0x0122	FTDI compatible adapter
29613426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0123		0x0123	FTDI compatible adapter
29623426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0124		0x0124	FTDI compatible adapter
29633426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0125		0x0125	FTDI compatible adapter
29643426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0126		0x0126	FTDI compatible adapter
29653426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0128		0x0128	FTDI compatible adapter
29663426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0129		0x0129	FTDI compatible adapter
29673426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_012A		0x012a	FTDI compatible adapter
29683426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_012B		0x012b	FTDI compatible adapter
29693426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_012D		0x012d	FTDI compatible adapter
29703426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_012E		0x012e	FTDI compatible adapter
29713426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_012F		0x012f	FTDI compatible adapter
29723426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0130		0x0130	FTDI compatible adapter
29733426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0131		0x0131	FTDI compatible adapter
29743426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0132		0x0132	FTDI compatible adapter
29753426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0133		0x0133	FTDI compatible adapter
29763426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0134		0x0134	FTDI compatible adapter
29773426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0135		0x0135	FTDI compatible adapter
29783426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0136		0x0136	FTDI compatible adapter
29793426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0137		0x0137	FTDI compatible adapter
29803426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0138		0x0138	FTDI compatible adapter
29813426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0139		0x0139	FTDI compatible adapter
29823426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_013A		0x013a	FTDI compatible adapter
29833426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_013B		0x013b	FTDI compatible adapter
29843426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_013C		0x013c	FTDI compatible adapter
29853426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_013D		0x013d	FTDI compatible adapter
29863426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_013E		0x013e	FTDI compatible adapter
29873426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_013F		0x013f	FTDI compatible adapter
29883426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0140		0x0140	FTDI compatible adapter
29893426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0141		0x0141	FTDI compatible adapter
29903426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0142		0x0142	FTDI compatible adapter
29913426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0143		0x0143	FTDI compatible adapter
29923426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0144		0x0144	FTDI compatible adapter
29933426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0145		0x0145	FTDI compatible adapter
29943426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0146		0x0146	FTDI compatible adapter
29953426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0147		0x0147	FTDI compatible adapter
29963426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0148		0x0148	FTDI compatible adapter
29973426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0149		0x0149	FTDI compatible adapter
29983426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_014A		0x014a	FTDI compatible adapter
29993426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_014B		0x014b	FTDI compatible adapter
30003426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_014C		0x014c	FTDI compatible adapter
30013426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_014D		0x014d	FTDI compatible adapter
30023426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_014E		0x014e	FTDI compatible adapter
30033426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_014F		0x014f	FTDI compatible adapter
30043426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0150		0x0150	FTDI compatible adapter
30053426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0151		0x0151	FTDI compatible adapter
30063426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0152		0x0152	FTDI compatible adapter
30076001d011SHans Petter Selaskyproduct MATRIXORBITAL MOUA	0x0153	Martrix Orbital MOU-Axxxx LCD displays
30083426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0159		0x0159	FTDI compatible adapter
30093426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_015A		0x015a	FTDI compatible adapter
30103426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_015B		0x015b	FTDI compatible adapter
30113426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_015C		0x015c	FTDI compatible adapter
30123426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_015D		0x015d	FTDI compatible adapter
30133426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_015E		0x015e	FTDI compatible adapter
30143426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_015F		0x015f	FTDI compatible adapter
30153426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0160		0x0160	FTDI compatible adapter
30163426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0161		0x0161	FTDI compatible adapter
30173426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0162		0x0162	FTDI compatible adapter
30183426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0163		0x0163	FTDI compatible adapter
30193426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0164		0x0164	FTDI compatible adapter
30203426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0165		0x0165	FTDI compatible adapter
30213426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0166		0x0166	FTDI compatible adapter
30223426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0167		0x0167	FTDI compatible adapter
30233426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0168		0x0168	FTDI compatible adapter
30243426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0169		0x0169	FTDI compatible adapter
30253426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_016A		0x016a	FTDI compatible adapter
30263426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_016B		0x016b	FTDI compatible adapter
30273426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_016C		0x016c	FTDI compatible adapter
30283426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_016D		0x016d	FTDI compatible adapter
30293426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_016E		0x016e	FTDI compatible adapter
30303426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_016F		0x016f	FTDI compatible adapter
30313426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0170		0x0170	FTDI compatible adapter
30323426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0171		0x0171	FTDI compatible adapter
30333426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0172		0x0172	FTDI compatible adapter
30343426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0173		0x0173	FTDI compatible adapter
30353426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0174		0x0174	FTDI compatible adapter
30363426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0175		0x0175	FTDI compatible adapter
30373426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0176		0x0176	FTDI compatible adapter
30383426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0177		0x0177	FTDI compatible adapter
30393426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0178		0x0178	FTDI compatible adapter
30403426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0179		0x0179	FTDI compatible adapter
30413426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_017A		0x017a	FTDI compatible adapter
30423426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_017B		0x017b	FTDI compatible adapter
30433426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_017C		0x017c	FTDI compatible adapter
30443426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_017D		0x017d	FTDI compatible adapter
30453426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_017E		0x017e	FTDI compatible adapter
30463426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_017F		0x017f	FTDI compatible adapter
30473426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0180		0x0180	FTDI compatible adapter
30483426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0181		0x0181	FTDI compatible adapter
30493426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0182		0x0182	FTDI compatible adapter
30503426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0183		0x0183	FTDI compatible adapter
30513426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0184		0x0184	FTDI compatible adapter
30523426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0185		0x0185	FTDI compatible adapter
30533426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0186		0x0186	FTDI compatible adapter
30543426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0187		0x0187	FTDI compatible adapter
30553426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0188		0x0188	FTDI compatible adapter
30563426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0189		0x0189	FTDI compatible adapter
30573426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_018A		0x018a	FTDI compatible adapter
30583426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_018B		0x018b	FTDI compatible adapter
30593426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_018C		0x018c	FTDI compatible adapter
30603426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_018D		0x018d	FTDI compatible adapter
30613426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_018E		0x018e	FTDI compatible adapter
30623426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_018F		0x018f	FTDI compatible adapter
30633426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0190		0x0190	FTDI compatible adapter
30643426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0191		0x0191	FTDI compatible adapter
30653426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0192		0x0192	FTDI compatible adapter
30663426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0193		0x0193	FTDI compatible adapter
30673426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0194		0x0194	FTDI compatible adapter
30683426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0195		0x0195	FTDI compatible adapter
30693426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0196		0x0196	FTDI compatible adapter
30703426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0197		0x0197	FTDI compatible adapter
30713426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0198		0x0198	FTDI compatible adapter
30723426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_0199		0x0199	FTDI compatible adapter
30733426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_019A		0x019a	FTDI compatible adapter
30743426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_019B		0x019b	FTDI compatible adapter
30753426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_019C		0x019c	FTDI compatible adapter
30763426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_019D		0x019d	FTDI compatible adapter
30773426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_019E		0x019e	FTDI compatible adapter
30783426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_019F		0x019f	FTDI compatible adapter
30793426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A0		0x01a0	FTDI compatible adapter
30803426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A1		0x01a1	FTDI compatible adapter
30813426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A2		0x01a2	FTDI compatible adapter
30823426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A3		0x01a3	FTDI compatible adapter
30833426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A4		0x01a4	FTDI compatible adapter
30843426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A5		0x01a5	FTDI compatible adapter
30853426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A6		0x01a6	FTDI compatible adapter
30863426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A7		0x01a7	FTDI compatible adapter
30873426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A8		0x01a8	FTDI compatible adapter
30883426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01A9		0x01a9	FTDI compatible adapter
30893426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01AA		0x01aa	FTDI compatible adapter
30903426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01AB		0x01ab	FTDI compatible adapter
30913426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01AC		0x01ac	FTDI compatible adapter
30923426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01AD		0x01ad	FTDI compatible adapter
30933426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01AE		0x01ae	FTDI compatible adapter
30943426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01AF		0x01af	FTDI compatible adapter
30953426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B0		0x01b0	FTDI compatible adapter
30963426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B1		0x01b1	FTDI compatible adapter
30973426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B2		0x01b2	FTDI compatible adapter
30983426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B3		0x01b3	FTDI compatible adapter
30993426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B4		0x01b4	FTDI compatible adapter
31003426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B5		0x01b5	FTDI compatible adapter
31013426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B6		0x01b6	FTDI compatible adapter
31023426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B7		0x01b7	FTDI compatible adapter
31033426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B8		0x01b8	FTDI compatible adapter
31043426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01B9		0x01b9	FTDI compatible adapter
31053426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01BA		0x01ba	FTDI compatible adapter
31063426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01BB		0x01bb	FTDI compatible adapter
31073426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01BC		0x01bc	FTDI compatible adapter
31083426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01BD		0x01bd	FTDI compatible adapter
31093426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01BE		0x01be	FTDI compatible adapter
31103426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01BF		0x01bf	FTDI compatible adapter
31113426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C0		0x01c0	FTDI compatible adapter
31123426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C1		0x01c1	FTDI compatible adapter
31133426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C2		0x01c2	FTDI compatible adapter
31143426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C3		0x01c3	FTDI compatible adapter
31153426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C4		0x01c4	FTDI compatible adapter
31163426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C5		0x01c5	FTDI compatible adapter
31173426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C6		0x01c6	FTDI compatible adapter
31183426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C7		0x01c7	FTDI compatible adapter
31193426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C8		0x01c8	FTDI compatible adapter
31203426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01C9		0x01c9	FTDI compatible adapter
31213426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01CA		0x01ca	FTDI compatible adapter
31223426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01CB		0x01cb	FTDI compatible adapter
31233426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01CC		0x01cc	FTDI compatible adapter
31243426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01CD		0x01cd	FTDI compatible adapter
31253426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01CE		0x01ce	FTDI compatible adapter
31263426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01CF		0x01cf	FTDI compatible adapter
31273426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D0		0x01d0	FTDI compatible adapter
31283426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D1		0x01d1	FTDI compatible adapter
31293426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D2		0x01d2	FTDI compatible adapter
31303426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D3		0x01d3	FTDI compatible adapter
31313426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D4		0x01d4	FTDI compatible adapter
31323426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D5		0x01d5	FTDI compatible adapter
31333426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D6		0x01d6	FTDI compatible adapter
31343426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D7		0x01d7	FTDI compatible adapter
31353426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D8		0x01d8	FTDI compatible adapter
31363426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01D9		0x01d9	FTDI compatible adapter
31373426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01DA		0x01da	FTDI compatible adapter
31383426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01DB		0x01db	FTDI compatible adapter
31393426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01DC		0x01dc	FTDI compatible adapter
31403426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01DD		0x01dd	FTDI compatible adapter
31413426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01DE		0x01de	FTDI compatible adapter
31423426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01DF		0x01df	FTDI compatible adapter
31433426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E0		0x01e0	FTDI compatible adapter
31443426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E1		0x01e1	FTDI compatible adapter
31453426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E2		0x01e2	FTDI compatible adapter
31463426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E3		0x01e3	FTDI compatible adapter
31473426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E4		0x01e4	FTDI compatible adapter
31483426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E5		0x01e5	FTDI compatible adapter
31493426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E6		0x01e6	FTDI compatible adapter
31503426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E7		0x01e7	FTDI compatible adapter
31513426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E8		0x01e8	FTDI compatible adapter
31523426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01E9		0x01e9	FTDI compatible adapter
31533426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01EA		0x01ea	FTDI compatible adapter
31543426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01EB		0x01eb	FTDI compatible adapter
31553426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01EC		0x01ec	FTDI compatible adapter
31563426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01ED		0x01ed	FTDI compatible adapter
31573426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01EE		0x01ee	FTDI compatible adapter
31583426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01EF		0x01ef	FTDI compatible adapter
31593426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F0		0x01f0	FTDI compatible adapter
31603426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F1		0x01f1	FTDI compatible adapter
31613426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F2		0x01f2	FTDI compatible adapter
31623426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F3		0x01f3	FTDI compatible adapter
31633426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F4		0x01f4	FTDI compatible adapter
31643426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F5		0x01f5	FTDI compatible adapter
31653426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F6		0x01f6	FTDI compatible adapter
31663426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F7		0x01f7	FTDI compatible adapter
31673426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F8		0x01f8	FTDI compatible adapter
31683426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01F9		0x01f9	FTDI compatible adapter
31693426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01FA		0x01fa	FTDI compatible adapter
31703426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01FB		0x01fb	FTDI compatible adapter
31713426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01FC		0x01fc	FTDI compatible adapter
31723426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01FD		0x01fd	FTDI compatible adapter
31733426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01FE		0x01fe	FTDI compatible adapter
31743426950eSHans Petter Selaskyproduct MATRIXORBITAL FTDI_RANGE_01FF		0x01ff	FTDI compatible adapter
31756001d011SHans Petter Selasky
317602ac6454SAndrew Thompson/* MCT Corp. */
317702ac6454SAndrew Thompsonproduct MCT HUB0100		0x0100	Hub
317802ac6454SAndrew Thompsonproduct MCT DU_H3SP_USB232	0x0200	D-Link DU-H3SP USB BAY Hub
317902ac6454SAndrew Thompsonproduct MCT USB232		0x0210	USB-232 Interface
318002ac6454SAndrew Thompsonproduct MCT SITECOM_USB232	0x0230	Sitecom USB-232 Products
318102ac6454SAndrew Thompson
31824944c3a8SHans Petter Selasky/* Medeli */
31834944c3a8SHans Petter Selaskyproduct MEDELI DD305		0x5011	DD305 Digital Drum Set
31844944c3a8SHans Petter Selasky
3185a1538640SHans Petter Selasky/* MediaTek, Inc. */
3186a1538640SHans Petter Selaskyproduct MEDIATEK MTK3329	0x3329	MTK II GPS Receiver
3187a1538640SHans Petter Selasky
318802ac6454SAndrew Thompson/* Meizu Electronics */
318902ac6454SAndrew Thompsonproduct MEIZU M6_SL		0x0140	MiniPlayer M6 (SL)
319002ac6454SAndrew Thompson
319102ac6454SAndrew Thompson/* Melco, Inc products */
319202ac6454SAndrew Thompsonproduct MELCO LUATX1		0x0001	LUA-TX Ethernet
319302ac6454SAndrew Thompsonproduct MELCO LUATX5		0x0005	LUA-TX Ethernet
319402ac6454SAndrew Thompsonproduct MELCO LUA2TX5		0x0009	LUA2-TX Ethernet
319502ac6454SAndrew Thompsonproduct MELCO LUAKTX		0x0012	LUA-KTX Ethernet
319615dba721SNick Hibmaproduct MELCO DUBPXXG		0x001c	DUB-PxxG
319702ac6454SAndrew Thompsonproduct MELCO LUAU2KTX		0x003d	LUA-U2-KTX Ethernet
319802ac6454SAndrew Thompsonproduct MELCO KG54YB		0x005e	WLI-U2-KG54-YB WLAN
319902ac6454SAndrew Thompsonproduct MELCO KG54		0x0066	WLI-U2-KG54 WLAN
320002ac6454SAndrew Thompsonproduct MELCO KG54AI		0x0067	WLI-U2-KG54-AI WLAN
320187b6f185SMIHIRA Sanpei Yoshiroproduct MELCO LUA3U2AGT		0x006e	LUA3-U2-AGT
320202ac6454SAndrew Thompsonproduct MELCO NINWIFI		0x008b	Nintendo Wi-Fi
320302ac6454SAndrew Thompsonproduct MELCO PCOPRS1		0x00b3	PC-OP-RS1 RemoteStation
320402ac6454SAndrew Thompsonproduct MELCO SG54HP		0x00d8	WLI-U2-SG54HP
320502ac6454SAndrew Thompsonproduct MELCO G54HP		0x00d9	WLI-U2-G54HP
320602ac6454SAndrew Thompsonproduct MELCO KG54L		0x00da	WLI-U2-KG54L
3207069f1a80SAndrew Thompsonproduct MELCO WLIUCG300N	0x00e8	WLI-UC-G300N
320802ac6454SAndrew Thompsonproduct MELCO SG54HG		0x00f4	WLI-U2-SG54HG
32096001d011SHans Petter Selaskyproduct MELCO WLRUCG		0x0116	WLR-UC-G
32106001d011SHans Petter Selaskyproduct MELCO WLRUCGAOSS	0x0119	WLR-UC-G-AOSS
3211069f1a80SAndrew Thompsonproduct MELCO WLIUCAG300N	0x012e	WLI-UC-AG300N
321254de08a9SMIHIRA Sanpei Yoshiroproduct MELCO WLIUCG		0x0137	WLI-UC-G
32138aa853d5SKevin Loproduct MELCO WLIUCG300HP	0x0148	WLI-UC-G300HP
32143707a5e9SAndrew Thompsonproduct MELCO RT2870_2		0x0150	RT2870
3215069f1a80SAndrew Thompsonproduct MELCO WLIUCGN		0x015d	WLI-UC-GN
3216f1168f99SDaichi GOTOproduct MELCO WLIUCG301N	0x016f	WLI-UC-G301N
32172634f5d7SHans Petter Selaskyproduct MELCO WLIUCGNM		0x01a2	WLI-UC-GNM
32188aa853d5SKevin Loproduct MELCO WLIUCG300HPV1	0x01a8	WLI-UC-G300HP-V1
3219be503393SHiroki Satoproduct MELCO WLIUCGNM2		0x01ee	WLI-UC-GNM2
322007fa0846SAndriy Voskoboinykproduct MELCO WIU2433DM		0x0242	WI-U2-433DM
322107fa0846SAndriy Voskoboinykproduct MELCO WIU3866D		0x025d	WI-U3-866D
322218db3c61SLi-Wen Hsuproduct MELCO WIU2433DHP	0x029b	WI-U2-433DHP
322302ac6454SAndrew Thompson
32240736ad87SHans Petter Selasky/* Mercusys, Inc. */
32250736ad87SHans Petter Selaskyproduct MERCUSYS MW150US	0x0102	Mercusys MW150US
32260736ad87SHans Petter Selasky
322702ac6454SAndrew Thompson/* Merlin products */
322802ac6454SAndrew Thompsonproduct MERLIN V620             0x1110  Merlin V620
322902ac6454SAndrew Thompson
323002ac6454SAndrew Thompson/* MetaGeek products */
32313426950eSHans Petter Selaskyproduct METAGEEK TELLSTICK	0x0c30	FTDI compatible adapter
323202ac6454SAndrew Thompsonproduct METAGEEK WISPY1B	0x083e	MetaGeek Wi-Spy
323302ac6454SAndrew Thompsonproduct METAGEEK WISPY24X	0x083f	MetaGeek Wi-Spy 2.4x
32347ab53cc4SGavin Atkinsonproduct METAGEEK2 WISPYDBX	0x5000	MetaGeek Wi-Spy DBx
323502ac6454SAndrew Thompson
323602ac6454SAndrew Thompson/* Metricom products */
323702ac6454SAndrew Thompsonproduct METRICOM RICOCHET_GS	0x0001	Ricochet GS
323802ac6454SAndrew Thompson
323902ac6454SAndrew Thompson/* MGE UPS Systems */
324002ac6454SAndrew Thompsonproduct MGE UPS1		0x0001	MGE UPS SYSTEMS PROTECTIONCENTER 1
324102ac6454SAndrew Thompsonproduct MGE UPS2		0xffff	MGE UPS SYSTEMS PROTECTIONCENTER 2
324202ac6454SAndrew Thompson
3243ce617acaSGavin Atkinson/* MEI products */
3244ce617acaSGavin Atkinsonproduct MEI CASHFLOW_SC		0x1100	Cashflow-SC Cash Acceptor
3245a713d656SGavin Atkinsonproduct MEI S2000		0x1101	Series 2000 Combo Acceptor
3246ce617acaSGavin Atkinson
32472ce0e01dSHans Petter Selasky/* Microdia / Sonix Techonology Co., Ltd. products */
32482ce0e01dSHans Petter Selaskyproduct CHICONY2 YUREX		0x1010	YUREX
32492ce0e01dSHans Petter Selaskyproduct CHICONY2 CAM_1		0x62c0	CAM_1
32502ce0e01dSHans Petter Selaskyproduct CHICONY2 TEMPER		0x7401	TEMPer sensor
32512ce0e01dSHans Petter Selasky
325202ac6454SAndrew Thompson/* Micro Star International products */
325302ac6454SAndrew Thompsonproduct MSI BT_DONGLE		0x1967	Bluetooth USB dongle
3254069f1a80SAndrew Thompsonproduct MSI RT3070_1		0x3820	RT3070
3255069f1a80SAndrew Thompsonproduct MSI RT3070_2		0x3821	RT3070
32563707a5e9SAndrew Thompsonproduct MSI RT3070_8		0x3822	RT3070
3257069f1a80SAndrew Thompsonproduct MSI RT3070_3		0x3870	RT3070
32583707a5e9SAndrew Thompsonproduct MSI RT3070_9		0x3871	RT3070
325902ac6454SAndrew Thompsonproduct MSI UB11B		0x6823	UB11B
326002ac6454SAndrew Thompsonproduct MSI RT2570		0x6861	RT2570
326102ac6454SAndrew Thompsonproduct MSI RT2570_2		0x6865	RT2570
326202ac6454SAndrew Thompsonproduct MSI RT2570_3		0x6869	RT2570
326302ac6454SAndrew Thompsonproduct MSI RT2573_1		0x6874	RT2573
326402ac6454SAndrew Thompsonproduct MSI RT2573_2		0x6877	RT2573
3265069f1a80SAndrew Thompsonproduct MSI RT3070_4		0x6899	RT3070
3266069f1a80SAndrew Thompsonproduct MSI RT3070_5		0x821a	RT3070
32673707a5e9SAndrew Thompsonproduct MSI RT3070_10		0x822a	RT3070
3268069f1a80SAndrew Thompsonproduct MSI RT3070_6		0x870a	RT3070
32693707a5e9SAndrew Thompsonproduct MSI RT3070_11		0x871a	RT3070
3270069f1a80SAndrew Thompsonproduct MSI RT3070_7		0x899a	RT3070
327102ac6454SAndrew Thompsonproduct MSI RT2573_3		0xa861	RT2573
327202ac6454SAndrew Thompsonproduct MSI RT2573_4		0xa874	RT2573
327302ac6454SAndrew Thompson
3274c3369741SEd Maste/* Micron products */
3275c3369741SEd Masteproduct MICRON REALSSD		0x0655	Real SSD eUSB
3276c3369741SEd Maste
327702ac6454SAndrew Thompson/* Microsoft products */
327802ac6454SAndrew Thompsonproduct MICROSOFT SIDEPREC	0x0008	SideWinder Precision Pro
327902ac6454SAndrew Thompsonproduct MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
328002ac6454SAndrew Thompsonproduct MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
328102ac6454SAndrew Thompsonproduct MICROSOFT DDS80		0x0014	Digital Sound System 80
328202ac6454SAndrew Thompsonproduct MICROSOFT SIDEWINDER	0x001a	Sidewinder Precision Racing Wheel
328302ac6454SAndrew Thompsonproduct MICROSOFT INETPRO	0x001c	Internet Keyboard Pro
328402ac6454SAndrew Thompsonproduct MICROSOFT TBEXPLORER	0x0024	Trackball Explorer
328502ac6454SAndrew Thompsonproduct MICROSOFT INTELLIEYE	0x0025	IntelliEye mouse
328602ac6454SAndrew Thompsonproduct MICROSOFT INETPRO2	0x002b	Internet Keyboard Pro
32874bb3183dSGavin Atkinsonproduct MICROSOFT INTELLIMOUSE5	0x0039	IntelliMouse 1.1 5-Button Mouse
32884bb3183dSGavin Atkinsonproduct MICROSOFT WHEELMOUSE	0x0040	Wheel Mouse Optical
328902ac6454SAndrew Thompsonproduct MICROSOFT MN510		0x006e	MN510 Wireless
3290f5113df9SGavin Atkinsonproduct MICROSOFT 700WX		0x0079	Palm 700WX
329102ac6454SAndrew Thompsonproduct MICROSOFT MN110		0x007a	10/100 USB NIC
329202ac6454SAndrew Thompsonproduct MICROSOFT WLINTELLIMOUSE 0x008c	Wireless Optical IntelliMouse
329302ac6454SAndrew Thompsonproduct MICROSOFT WLNOTEBOOK	0x00b9	Wireless Optical Mouse (Model 1023)
329402ac6454SAndrew Thompsonproduct MICROSOFT COMFORT3000	0x00d1	Comfort Optical Mouse 3000 (Model 1043)
329502ac6454SAndrew Thompsonproduct MICROSOFT WLNOTEBOOK3	0x00d2	Wireless Optical Mouse 3000 (Model 1049)
3296f03fdeadSAndrew Thompsonproduct MICROSOFT NATURAL4000	0x00db	Natural Ergonomic Keyboard 4000
329701a8caf1SGavin Atkinsonproduct MICROSOFT WLNOTEBOOK2	0x00e1	Wireless Optical Mouse 3000 (Model 1056)
329801a8caf1SGavin Atkinsonproduct MICROSOFT XBOX360	0x0292	XBOX 360 WLAN
329902ac6454SAndrew Thompson
330002ac6454SAndrew Thompson/* Microtech products */
330102ac6454SAndrew Thompsonproduct MICROTECH SCSIDB25	0x0004	USB-SCSI-DB25
330202ac6454SAndrew Thompsonproduct MICROTECH SCSIHD50	0x0005	USB-SCSI-HD50
330302ac6454SAndrew Thompsonproduct MICROTECH DPCM		0x0006	USB CameraMate
330402ac6454SAndrew Thompsonproduct MICROTECH FREECOM	0xfc01	Freecom USB-IDE
330502ac6454SAndrew Thompson
330602ac6454SAndrew Thompson/* Microtek products */
330702ac6454SAndrew Thompsonproduct MICROTEK 336CX		0x0094	Phantom 336CX - C3 scanner
330802ac6454SAndrew Thompsonproduct MICROTEK X6U		0x0099	ScanMaker X6 - X6U
330902ac6454SAndrew Thompsonproduct MICROTEK C6		0x009a	Phantom C6 scanner
331002ac6454SAndrew Thompsonproduct MICROTEK 336CX2		0x00a0	Phantom 336CX - C3 scanner
331102ac6454SAndrew Thompsonproduct MICROTEK V6USL		0x00a3	ScanMaker V6USL
331202ac6454SAndrew Thompsonproduct MICROTEK V6USL2		0x80a3	ScanMaker V6USL
331302ac6454SAndrew Thompsonproduct MICROTEK V6UL		0x80ac	ScanMaker V6UL
331402ac6454SAndrew Thompson
331502ac6454SAndrew Thompson/* Microtune, Inc. products */
331602ac6454SAndrew Thompsonproduct MICROTUNE BT_DONGLE	0x1000	Bluetooth USB dongle
331702ac6454SAndrew Thompson
331802ac6454SAndrew Thompson/* Midiman products */
33193557aa50SHans Petter Selaskyproduct MAUDIO MIDISPORT2X2	0x1001	Midisport 2x2
33203557aa50SHans Petter Selaskyproduct MAUDIO FASTTRACKULTRA	0x2080	Fast Track Ultra
33213557aa50SHans Petter Selaskyproduct MAUDIO FASTTRACKULTRA8R	0x2081	Fast Track Ultra 8R
332202ac6454SAndrew Thompson
332302ac6454SAndrew Thompson/* MindsAtWork products */
332402ac6454SAndrew Thompsonproduct MINDSATWORK WALLET	0x0001	Digital Wallet
332502ac6454SAndrew Thompson
332602ac6454SAndrew Thompson/* Minolta Co., Ltd. */
332702ac6454SAndrew Thompsonproduct MINOLTA 2300		0x4001	Dimage 2300
332802ac6454SAndrew Thompsonproduct MINOLTA S304		0x4007	Dimage S304
332902ac6454SAndrew Thompsonproduct MINOLTA X		0x4009	Dimage X
333002ac6454SAndrew Thompsonproduct MINOLTA 5400		0x400e	Dimage 5400
333102ac6454SAndrew Thompsonproduct MINOLTA F300		0x4011	Dimage F300
333202ac6454SAndrew Thompsonproduct MINOLTA E223		0x4017	Dimage E223
333302ac6454SAndrew Thompson
333402ac6454SAndrew Thompson/* Mitsumi products */
333502ac6454SAndrew Thompsonproduct MITSUMI CDRRW		0x0000	CD-R/RW Drive
333602ac6454SAndrew Thompsonproduct MITSUMI BT_DONGLE	0x641f	Bluetooth USB dongle
333702ac6454SAndrew Thompsonproduct MITSUMI FDD		0x6901	USB FDD
333802ac6454SAndrew Thompson
3339dc4b1d16SAndrew Thompson/* Mobile Action products */
3340dc4b1d16SAndrew Thompsonproduct MOBILEACTION MA620	0x0620	MA-620 Infrared Adapter
3341dc4b1d16SAndrew Thompson
334202ac6454SAndrew Thompson/* Mobility products */
33433426950eSHans Petter Selaskyproduct MOBILITY USB_SERIAL	0x0202	FTDI compatible adapter
334402ac6454SAndrew Thompsonproduct MOBILITY EA		0x0204	Ethernet
334502ac6454SAndrew Thompsonproduct MOBILITY EASIDOCK	0x0304	EasiDock Ethernet
334602ac6454SAndrew Thompson
334702ac6454SAndrew Thompson/* MosChip products */
334802ac6454SAndrew Thompsonproduct MOSCHIP MCS7703		0x7703	MCS7703 Serial Port Adapter
3349b2dce55fSHans Petter Selaskyproduct MOSCHIP MCS7730		0x7730  MCS7730 Ethernet
33500c38ca8cSHans Petter Selaskyproduct MOSCHIP MCS7820		0x7820	MCS7820 Serial Port Adapter
335102ac6454SAndrew Thompsonproduct MOSCHIP MCS7830		0x7830	MCS7830 Ethernet
3352d4d6dcc5SKevin Loproduct MOSCHIP MCS7832		0x7832	MCS7832 Ethernet
33530c38ca8cSHans Petter Selaskyproduct MOSCHIP MCS7840		0x7840	MCS7840 Serial Port Adapter
335402ac6454SAndrew Thompson
335502ac6454SAndrew Thompson/* Motorola products */
335602ac6454SAndrew Thompsonproduct MOTOROLA MC141555	0x1555	MC141555 hub controller
335702ac6454SAndrew Thompsonproduct MOTOROLA SB4100		0x4100	SB4100 USB Cable Modem
33584b5437a1SAndrew Thompsonproduct MOTOROLA2 T720C		0x2822	T720c
335902ac6454SAndrew Thompsonproduct MOTOROLA2 A41XV32X	0x2a22	A41x/V32x Mobile Phones
336002ac6454SAndrew Thompsonproduct MOTOROLA2 E398		0x4810	E398 Mobile Phone
336102ac6454SAndrew Thompsonproduct MOTOROLA2 USBLAN	0x600c	USBLAN
336202ac6454SAndrew Thompsonproduct MOTOROLA2 USBLAN2	0x6027	USBLAN
3363c25ca779SHans Petter Selaskyproduct MOTOROLA2 MB886		0x710f	MB886 Mobile Phone (Atria HD)
33643707a5e9SAndrew Thompsonproduct MOTOROLA4 RT2770	0x9031	RT2770
33653707a5e9SAndrew Thompsonproduct MOTOROLA4 RT3070	0x9032	RT3070
336602ac6454SAndrew Thompson
336750d96564SWarner Losh/* Moxa */
336850d96564SWarner Loshproduct MOXA MXU1_1110		0x1110	Moxa Uport 1110
336950d96564SWarner Loshproduct MOXA MXU1_1130		0x1130	Moxa Uport 1130
337050d96564SWarner Loshproduct MOXA MXU1_1131		0x1131	Moxa Uport 1131
337150d96564SWarner Loshproduct MOXA MXU1_1150		0x1150	Moxa Uport 1150
337250d96564SWarner Loshproduct MOXA MXU1_1151		0x1151	Moxa Uport 1151
337350d96564SWarner Losh
3374a713d656SGavin Atkinson/* MpMan products */
3375a713d656SGavin Atkinsonproduct MPMAN MPF400_2		0x25a8	MPF400 Music Player 2Go
3376a713d656SGavin Atkinsonproduct MPMAN MPF400_1		0x36d0	MPF400 Music Player 1Go
3377a713d656SGavin Atkinson
337802ac6454SAndrew Thompson/* MultiTech products */
337950d96564SWarner Loshproduct MULTITECH MT9234ZBA_2	0x0319	MT9234ZBA USB modem (alt)
338002ac6454SAndrew Thompsonproduct MULTITECH ATLAS		0xf101	MT5634ZBA-USB modem
338150d96564SWarner Loshproduct MULTITECH GSM		0xf108	GSM USB Modem
338250d96564SWarner Loshproduct MULTITECH CDMA		0xf109	CDMA USB Modem
338350d96564SWarner Loshproduct MULTITECH CDMA_FW	0xf110	CDMA USB Modem firmware running
338450d96564SWarner Loshproduct	MULTITECH GSM_FW	0xf111	GSM USB Modem firmware running
338550d96564SWarner Loshproduct MULTITECH EDGE		0xf112	Edge USB Modem
338650d96564SWarner Loshproduct MULTITECH MT9234MU	0xf114	MT9234 MU
338750d96564SWarner Loshproduct MULTITECH MT9234ZBA	0xf115	MT9234 ZBA
338802ac6454SAndrew Thompson
338902ac6454SAndrew Thompson/* Mustek products */
339002ac6454SAndrew Thompsonproduct MUSTEK 1200CU		0x0001	1200 CU scanner
339102ac6454SAndrew Thompsonproduct MUSTEK 600CU		0x0002	600 CU scanner
339202ac6454SAndrew Thompsonproduct MUSTEK 1200USB		0x0003	1200 USB scanner
339302ac6454SAndrew Thompsonproduct MUSTEK 1200UB		0x0006	1200 UB scanner
339402ac6454SAndrew Thompsonproduct MUSTEK 1200USBPLUS	0x0007	1200 USB Plus scanner
339502ac6454SAndrew Thompsonproduct MUSTEK 1200CUPLUS	0x0008	1200 CU Plus scanner
339602ac6454SAndrew Thompsonproduct MUSTEK BEARPAW1200F	0x0010	BearPaw 1200F scanner
33972ac4d1f9SAlexander Leidingerproduct MUSTEK BEARPAW2400TA	0x0218	BearPaw 2400TA scanner
339802ac6454SAndrew Thompsonproduct MUSTEK BEARPAW1200TA	0x021e	BearPaw 1200TA scanner
339902ac6454SAndrew Thompsonproduct MUSTEK 600USB		0x0873	600 USB scanner
340002ac6454SAndrew Thompsonproduct MUSTEK MDC800		0xa800	MDC-800 digital camera
340102ac6454SAndrew Thompson
340202ac6454SAndrew Thompson/* M-Systems products */
340302ac6454SAndrew Thompsonproduct MSYSTEMS DISKONKEY	0x0010	DiskOnKey
340402ac6454SAndrew Thompsonproduct MSYSTEMS DISKONKEY2	0x0011	DiskOnKey
340502ac6454SAndrew Thompson
340602ac6454SAndrew Thompson/* Myson products */
34072088cbe8SRemko Lodderproduct MYSON HEDEN_8813	0x8813	USB-IDE
340802ac6454SAndrew Thompsonproduct MYSON HEDEN		0x8818	USB-IDE
34096001d011SHans Petter Selaskyproduct MYSON HUBREADER		0x8819	COMBO Card reader with USB HUB
341002ac6454SAndrew Thompsonproduct MYSON STARREADER	0x9920	USB flash card adapter
341102ac6454SAndrew Thompson
341202ac6454SAndrew Thompson/* National Semiconductor */
341302ac6454SAndrew Thompsonproduct NATIONAL BEARPAW1200	0x1000	BearPaw 1200
341402ac6454SAndrew Thompsonproduct NATIONAL BEARPAW2400	0x1001	BearPaw 2400
341502ac6454SAndrew Thompson
341602ac6454SAndrew Thompson/* NEC products */
3417d5c7b904SRemko Lodderproduct NEC HUB_0050		0x0050	USB 2.0 7-Port Hub
3418d5c7b904SRemko Lodderproduct NEC HUB_005A		0x005a	USB 2.0 4-Port Hub
34194c794fa5SAdrian Chaddproduct NEC WL300NUG		0x0249	WL300NU-G
342007fa0846SAndriy Voskoboinykproduct NEC WL900U		0x0408	Aterm WL900U
342102ac6454SAndrew Thompsonproduct NEC HUB			0x55aa	hub
342202ac6454SAndrew Thompsonproduct NEC HUB_B		0x55ab	hub
342302ac6454SAndrew Thompson
342402ac6454SAndrew Thompson/* NEODIO products */
342502ac6454SAndrew Thompsonproduct NEODIO ND3260		0x3260	8-in-1 Multi-format Flash Controller
342602ac6454SAndrew Thompsonproduct NEODIO ND5010		0x5010	Multi-format Flash Controller
342702ac6454SAndrew Thompson
34286001d011SHans Petter Selasky/* Neotel products */
34296001d011SHans Petter Selaskyproduct NEOTEL PRIME		0x4000	Prime USB modem
34306001d011SHans Petter Selasky
343102ac6454SAndrew Thompson/* Netac products */
343202ac6454SAndrew Thompsonproduct NETAC CF_CARD		0x1060	USB-CF-Card
343302ac6454SAndrew Thompsonproduct NETAC ONLYDISK		0x0003	OnlyDisk
343402ac6454SAndrew Thompson
343502ac6454SAndrew Thompson/* NetChip Technology Products */
343602ac6454SAndrew Thompsonproduct NETCHIP TURBOCONNECT	0x1080	Turbo-Connect
343702ac6454SAndrew Thompsonproduct NETCHIP CLIK_40		0xa140	USB Clik! 40
343811a1335aSHans Petter Selaskyproduct NETCHIP GADGETZERO	0xa4a0	Linux Gadget Zero
343902ac6454SAndrew Thompsonproduct NETCHIP ETHERNETGADGET	0xa4a2	Linux Ethernet/RNDIS gadget on pxa210/25x/26x
3440338b63a9SHans Petter Selaskyproduct NETCHIP POCKETBOOK	0xa4a5	PocketBook
344102ac6454SAndrew Thompson
344202ac6454SAndrew Thompson/* Netgear products */
344302ac6454SAndrew Thompsonproduct NETGEAR EA101		0x1001	Ethernet
344402ac6454SAndrew Thompsonproduct NETGEAR EA101X		0x1002	Ethernet
344502ac6454SAndrew Thompsonproduct NETGEAR FA101		0x1020	Ethernet 10/100, USB1.1
344602ac6454SAndrew Thompsonproduct NETGEAR FA120		0x1040	USB 2.0 Ethernet
3447ee0d8611SGavin Atkinsonproduct NETGEAR M4100		0x1100	M4100/M5300/M7100 series switch
34488723d2f4SMark Peekproduct NETGEAR WG111V1_2	0x4240	PrismGT USB 2.0 WLAN
3449f8b51ca5SWeongyo Jeongproduct NETGEAR WG111V3		0x4260	WG111v3
345002ac6454SAndrew Thompsonproduct NETGEAR WG111U		0x4300	WG111U
345102ac6454SAndrew Thompsonproduct NETGEAR WG111U_NF	0x4301	WG111U (no firmware)
345202ac6454SAndrew Thompsonproduct NETGEAR WG111V2		0x6a00	WG111V2
34534c794fa5SAdrian Chaddproduct NETGEAR WN111V2		0x9001	WN111V2
34544c794fa5SAdrian Chaddproduct NETGEAR WNDA3100	0x9010	WNDA3100
34550840f948SGavin Atkinsonproduct NETGEAR WNDA4100	0x9012	WNDA4100
34564c794fa5SAdrian Chaddproduct NETGEAR WNDA3200	0x9018	WNDA3200
3457c2c2fc4dSRui Pauloproduct NETGEAR RTL8192CU	0x9021	RTL8192CU
34584c794fa5SAdrian Chaddproduct NETGEAR WNA1000		0x9040	WNA1000
3459c2c2fc4dSRui Pauloproduct NETGEAR WNA1000M	0x9041	WNA1000M
346007fa0846SAndriy Voskoboinykproduct NETGEAR A6100		0x9052	A6100
346102ac6454SAndrew Thompsonproduct NETGEAR2 MA101		0x4100	MA101
346202ac6454SAndrew Thompsonproduct NETGEAR2 MA101B		0x4102	MA101 Rev B
346302ac6454SAndrew Thompsonproduct NETGEAR3 WG111T		0x4250	WG111T
346402ac6454SAndrew Thompsonproduct NETGEAR3 WG111T_NF	0x4251	WG111T (no firmware)
346502ac6454SAndrew Thompsonproduct NETGEAR3 WPN111		0x5f00	WPN111
346602ac6454SAndrew Thompsonproduct NETGEAR3 WPN111_NF	0x5f01	WPN111 (no firmware)
34678fa484e2SAndrew Thompsonproduct NETGEAR3 WPN111_2	0x5f02	WPN111
3468c2c2fc4dSRui Pauloproduct NETGEAR4 RTL8188CU	0x9041	RTL8188CU
346902ac6454SAndrew Thompson
3470f5113df9SGavin Atkinson/* NetIndex products */
3471f5113df9SGavin Atkinsonproduct NETINDEX WS002IN	0x2001	Willcom WS002IN
3472f5113df9SGavin Atkinson
34736001d011SHans Petter Selasky/* NEWlink */
34746001d011SHans Petter Selaskyproduct NEWLINK USB2IDEBRIDGE	0x00ff	USB 2.0 Hard Drive Enclosure
34756001d011SHans Petter Selasky
347602ac6454SAndrew Thompson/* Nikon products */
347702ac6454SAndrew Thompsonproduct NIKON E990		0x0102	Digital Camera E990
347802ac6454SAndrew Thompsonproduct NIKON LS40		0x4000	CoolScan LS40 ED
347902ac6454SAndrew Thompsonproduct NIKON D300		0x041a  Digital Camera D300
348002ac6454SAndrew Thompson
348102ac6454SAndrew Thompson/* NovaTech Products */
348202ac6454SAndrew Thompsonproduct NOVATECH NV902		0x9020	NovaTech NV-902W
348302ac6454SAndrew Thompsonproduct NOVATECH RT2573		0x9021	RT2573
3484c2c2fc4dSRui Pauloproduct NOVATECH RTL8188CU	0x9071	RTL8188CU
348502ac6454SAndrew Thompson
3486069f1a80SAndrew Thompson/* Nokia products */
3487069f1a80SAndrew Thompsonproduct NOKIA N958GB		0x0070	Nokia N95 8GBc
3488f5113df9SGavin Atkinsonproduct NOKIA2 CA42		0x1234	CA-42 cable
3489069f1a80SAndrew Thompson
349002ac6454SAndrew Thompson/* Novatel Wireless products */
349102ac6454SAndrew Thompsonproduct NOVATEL V640		0x1100	Merlin V620
3492069f1a80SAndrew Thompsonproduct NOVATEL CDMA_MODEM	0x1110	Novatel Wireless Merlin CDMA
349302ac6454SAndrew Thompsonproduct NOVATEL V620		0x1110	Merlin V620
349402ac6454SAndrew Thompsonproduct NOVATEL V740		0x1120	Merlin V740
349502ac6454SAndrew Thompsonproduct NOVATEL V720		0x1130	Merlin V720
349602ac6454SAndrew Thompsonproduct NOVATEL U740		0x1400	Merlin U740
349702ac6454SAndrew Thompsonproduct NOVATEL U740_2		0x1410	Merlin U740
349802ac6454SAndrew Thompsonproduct NOVATEL U870		0x1420	Merlin U870
349902ac6454SAndrew Thompsonproduct NOVATEL XU870		0x1430	Merlin XU870
350002ac6454SAndrew Thompsonproduct NOVATEL X950D		0x1450	Merlin X950D
3501c0e2c178SAndrew Thompsonproduct NOVATEL ES620		0x2100	Expedite ES620
3502c0e2c178SAndrew Thompsonproduct NOVATEL E725		0x2120	Expedite E725
3503c0e2c178SAndrew Thompsonproduct NOVATEL ES620_2		0x2130	Expedite ES620
3504069f1a80SAndrew Thompsonproduct NOVATEL ES620		0x2100	ES620 CDMA
350502ac6454SAndrew Thompsonproduct NOVATEL U720		0x2110	Merlin U720
3506c0e2c178SAndrew Thompsonproduct NOVATEL EU730		0x2400	Expedite EU730
3507c0e2c178SAndrew Thompsonproduct NOVATEL EU740		0x2410	Expedite EU740
3508c0e2c178SAndrew Thompsonproduct NOVATEL EU870D		0x2420	Expedite EU870D
350902ac6454SAndrew Thompsonproduct NOVATEL U727		0x4100	Merlin U727 CDMA
351002ac6454SAndrew Thompsonproduct NOVATEL MC950D		0x4400	Novatel MC950D HSUPA
351189fc30aaSNick Hibmaproduct NOVATEL MC990D		0x7001	Novatel MC990D
351202ac6454SAndrew Thompsonproduct NOVATEL ZEROCD		0x5010	Novatel ZeroCD
35133ca52b0dSDon Lewisproduct NOVATEL MIFI2200V	0x5020	Novatel MiFi 2200 CDMA Virgin Mobile
351402ac6454SAndrew Thompsonproduct NOVATEL ZEROCD2		0x5030	Novatel ZeroCD
351592e23218SHans Petter Selaskyproduct NOVATEL MIFI2200	0x5041	Novatel MiFi 2200 CDMA
3516c0e2c178SAndrew Thompsonproduct NOVATEL U727_2		0x5100	Merlin U727 CDMA
351702ac6454SAndrew Thompsonproduct NOVATEL U760		0x6000	Novatel U760
3518c0e2c178SAndrew Thompsonproduct NOVATEL MC760		0x6002	Novatel MC760
3519b531de0bSNick Hibmaproduct NOVATEL MC547		0x7042	Novatel MC547
3520de65cb9aSHans Petter Selaskyproduct NOVATEL MC679		0x7031	Novatel MC679
352102ac6454SAndrew Thompsonproduct NOVATEL2 FLEXPACKGPS	0x0100	NovAtel FlexPack GPS receiver
352202ac6454SAndrew Thompson
352323242e7aSMichal Meloun/* NVIDIA products */
352423242e7aSMichal Melounproduct NVIDIA RTL8153		0x09ff	USB 3.0 Ethernet
352523242e7aSMichal Meloun
352602ac6454SAndrew Thompson/* Merlin products */
352702ac6454SAndrew Thompsonproduct	MERLIN V620		0x1110	Merlin V620
352802ac6454SAndrew Thompson
35294bb3183dSGavin Atkinson/* O2Micro products */
35304bb3183dSGavin Atkinsonproduct O2MICRO OZ776_HUB	0x7761	OZ776 hub
35314bb3183dSGavin Atkinsonproduct O2MICRO OZ776_CCID_SC	0x7772	OZ776 CCID SC Reader
35324bb3183dSGavin Atkinson
35333426950eSHans Petter Selasky/* Olimex products */
35343426950eSHans Petter Selaskyproduct OLIMEX ARM_USB_OCD		0x0003	FTDI compatible adapter
35353426950eSHans Petter Selaskyproduct OLIMEX ARM_USB_OCD_H		0x002b	FTDI compatible adapter
35363426950eSHans Petter Selasky
353702ac6454SAndrew Thompson/* Olympus products */
353802ac6454SAndrew Thompsonproduct OLYMPUS C1		0x0102	C-1 Digital Camera
353902ac6454SAndrew Thompsonproduct OLYMPUS C700		0x0105	C-700 Ultra Zoom
354031e076d7SGreg Lehey/* Current Olympus DSLRs and EVIL cameras reuse the same product code and
354131e076d7SGreg Lehey * bcdDevice for multiple models.  This may result in problems with newer
354231e076d7SGreg Lehey * cameras. */
354331e076d7SGreg Lehey/* Olympus DSLRs */
354431e076d7SGreg Leheyproduct OLYMPUS E_1		0x0102
354531e076d7SGreg Leheyproduct OLYMPUS E_300		0x0118
354631e076d7SGreg Leheyproduct OLYMPUS E_330		0x0118
354731e076d7SGreg Leheyproduct OLYMPUS E_30		0x0118
354831e076d7SGreg Lehey/* Olympus EVIL cameras */
354931e076d7SGreg Leheyproduct OLYMPUS E_PM1		0x012c
355031e076d7SGreg Leheyproduct OLYMPUS E_PM2		0x012e
355131e076d7SGreg Leheyproduct OLYMPUS E_M1		0x012e
355231e076d7SGreg Leheyproduct OLYMPUS E_M1MarkII	0x012e
355331e076d7SGreg Leheyproduct OLYMPUS E_M5MarkIII	0x012e
355402ac6454SAndrew Thompson
355502ac6454SAndrew Thompson/* OmniVision Technologies, Inc. products */
355602ac6454SAndrew Thompsonproduct OMNIVISION OV511	0x0511	OV511 Camera
355702ac6454SAndrew Thompsonproduct OMNIVISION OV511PLUS	0xa511	OV511+ Camera
355802ac6454SAndrew Thompson
355902ac6454SAndrew Thompson/* OnSpec Electronic, Inc. */
356002ac6454SAndrew Thompsonproduct ONSPEC SDS_HOTFIND_D	0x0400	SDS-infrared.com Hotfind-D Infrared Camera
356102ac6454SAndrew Thompsonproduct ONSPEC MDCFE_B_CF_READER	0xa000	MDCFE-B USB CF Reader
356202ac6454SAndrew Thompsonproduct ONSPEC CFMS_RW		0xa001	SIIG/Datafab Memory Stick+CF Reader/Writer
356302ac6454SAndrew Thompsonproduct ONSPEC READER		0xa003	Datafab-based Reader
356402ac6454SAndrew Thompsonproduct ONSPEC CFSM_READER	0xa005	PNY/Datafab CF+SM Reader
356502ac6454SAndrew Thompsonproduct ONSPEC CFSM_READER2	0xa006	Simple Tech/Datafab CF+SM Reader
356602ac6454SAndrew Thompsonproduct ONSPEC MDSM_B_READER	0xa103	MDSM-B reader
356702ac6454SAndrew Thompsonproduct ONSPEC CFSM_COMBO	0xa109	USB to CF + SM Combo (LC1)
356802ac6454SAndrew Thompsonproduct ONSPEC UCF100		0xa400	FlashLink UCF-100 CompactFlash Reader
356902ac6454SAndrew Thompsonproduct ONSPEC2 IMAGEMATE_SDDR55	0xa103	ImageMate SDDR55
357002ac6454SAndrew Thompson
357102ac6454SAndrew Thompson/* Option products */
357202ac6454SAndrew Thompsonproduct OPTION VODAFONEMC3G	0x5000	Vodafone Mobile Connect 3G datacard
357302ac6454SAndrew Thompsonproduct OPTION GT3G		0x6000	GlobeTrotter 3G datacard
357402ac6454SAndrew Thompsonproduct OPTION GT3GQUAD		0x6300	GlobeTrotter 3G QUAD datacard
357502ac6454SAndrew Thompsonproduct OPTION GT3GPLUS		0x6600	GlobeTrotter 3G+ datacard
357602ac6454SAndrew Thompsonproduct OPTION GTICON322	0xd033	GlobeTrotter Icon322 storage
357702ac6454SAndrew Thompsonproduct OPTION GTMAX36		0x6701	GlobeTrotter Max 3.6 Modem
35780f92e529SHans Petter Selaskyproduct OPTION GTMAX72		0x6711	GlobeTrotter Max 7.2 HSDPA
3579df05202dSAndrew Thompsonproduct OPTION GTHSDPA		0x6971	GlobeTrotter HSDPA
358002ac6454SAndrew Thompsonproduct OPTION GTMAXHSUPA	0x7001	GlobeTrotter HSUPA
358130c257f8SAndrew Thompsonproduct OPTION GTMAXHSUPAE	0x6901	GlobeTrotter HSUPA PCIe
358230c257f8SAndrew Thompsonproduct OPTION GTMAX380HSUPAE	0x7211	GlobeTrotter 380HSUPA PCIe
3583c0e2c178SAndrew Thompsonproduct OPTION GT3G_1		0x6050	3G modem
3584c0e2c178SAndrew Thompsonproduct OPTION GT3G_2		0x6100	3G modem
3585c0e2c178SAndrew Thompsonproduct OPTION GT3G_3		0x6150	3G modem
3586c0e2c178SAndrew Thompsonproduct OPTION GT3G_4		0x6200	3G modem
3587c0e2c178SAndrew Thompsonproduct OPTION GT3G_5		0x6250	3G modem
3588c0e2c178SAndrew Thompsonproduct OPTION GT3G_6		0x6350	3G modem
3589c0e2c178SAndrew Thompsonproduct OPTION E6500		0x6500	3G modem
3590c0e2c178SAndrew Thompsonproduct OPTION E6501		0x6501	3G modem
3591c0e2c178SAndrew Thompsonproduct OPTION E6601		0x6601	3G modem
3592c0e2c178SAndrew Thompsonproduct OPTION E6721		0x6721	3G modem
3593c0e2c178SAndrew Thompsonproduct OPTION E6741		0x6741	3G modem
3594c0e2c178SAndrew Thompsonproduct OPTION E6761		0x6761	3G modem
3595c0e2c178SAndrew Thompsonproduct OPTION E6800		0x6800	3G modem
3596c0e2c178SAndrew Thompsonproduct OPTION E7021		0x7021	3G modem
3597c0e2c178SAndrew Thompsonproduct OPTION E7041		0x7041	3G modem
3598c0e2c178SAndrew Thompsonproduct OPTION E7061		0x7061	3G modem
3599c0e2c178SAndrew Thompsonproduct OPTION E7100		0x7100	3G modem
3600c0e2c178SAndrew Thompsonproduct OPTION GTM380		0x7201	3G modem
3601e191eb5aSAndrew Thompsonproduct OPTION GE40X		0x7601	Globetrotter HSUPA
3602941e2863SAndrew Thompsonproduct OPTION GSICON72		0x6911	GlobeSurfer iCON
3603941e2863SAndrew Thompsonproduct OPTION GSICONHSUPA	0x7251	Globetrotter HSUPA
3604941e2863SAndrew Thompsonproduct OPTION ICON401		0x7401	GlobeSurfer iCON 401
3605941e2863SAndrew Thompsonproduct OPTION GTHSUPA		0x7011	Globetrotter HSUPA
3606941e2863SAndrew Thompsonproduct OPTION GMT382		0x7501	Globetrotter HSUPA
3607941e2863SAndrew Thompsonproduct OPTION GE40X_1		0x7301	Globetrotter HSUPA
3608941e2863SAndrew Thompsonproduct OPTION GE40X_2		0x7361	Globetrotter HSUPA
3609941e2863SAndrew Thompsonproduct OPTION GE40X_3		0x7381	Globetrotter HSUPA
3610d884c4ddSNick Hibmaproduct OPTION GTM661W		0x9000  GTM661W
3611941e2863SAndrew Thompsonproduct OPTION ICONEDGE		0xc031	GlobeSurfer iCON EDGE
3612941e2863SAndrew Thompsonproduct OPTION MODHSXPA		0xd013	Globetrotter HSUPA
3613941e2863SAndrew Thompsonproduct OPTION ICON321		0xd031	Globetrotter HSUPA
36149b6ffc1fSAndrew Thompsonproduct OPTION ICON505		0xd055	Globetrotter iCON 505
3615a6977f4aSAndrew Thompsonproduct OPTION ICON452		0x7901	Globetrotter iCON 452
361602ac6454SAndrew Thompson
3617cd4c88caSGavin Atkinson/* Optoelectronics Co., Ltd */
3618cd4c88caSGavin Atkinsonproduct OPTO BARCODE		0x0001	Barcode Reader
3619cd4c88caSGavin Atkinsonproduct OPTO OPTICONCODE	0x0009	Opticon Code Reader
3620cd4c88caSGavin Atkinsonproduct OPTO BARCODE_1		0xa002	Barcode Reader
3621cd4c88caSGavin Atkinsonproduct OPTO CRD7734		0xc000	USB Cradle CRD-7734-RU
3622cd4c88caSGavin Atkinsonproduct OPTO CRD7734_1		0xc001	USB Cradle CRD-7734-RU
3623cd4c88caSGavin Atkinson
36243707a5e9SAndrew Thompson/* OvisLink product */
36253707a5e9SAndrew Thompsonproduct OVISLINK RT3072		0x3072	RT3072
36263707a5e9SAndrew Thompson
362702ac6454SAndrew Thompson/* OQO */
362802ac6454SAndrew Thompsonproduct OQO WIFI01		0x0002	model 01 WiFi interface
362902ac6454SAndrew Thompsonproduct OQO BT01		0x0003	model 01 Bluetooth interface
363002ac6454SAndrew Thompsonproduct OQO ETHER01PLUS		0x7720	model 01+ Ethernet
363102ac6454SAndrew Thompsonproduct OQO ETHER01		0x8150	model 01 Ethernet interface
363202ac6454SAndrew Thompson
3633f5113df9SGavin Atkinson/* Ours Technology Inc. */
3634f5113df9SGavin Atkinsonproduct OTI DKU5		0x6858	DKU-5 Serial
3635f5113df9SGavin Atkinson
3636ce617acaSGavin Atkinson/* Owen.ru products */
3637ce617acaSGavin Atkinsonproduct OWEN AC4		0x0004	AC4 USB-RS485 converter
3638ce617acaSGavin Atkinson
3639ee0d8611SGavin Atkinson/* OWL producs */
3640ee0d8611SGavin Atkinsonproduct OWL CM_160		0xca05	OWL CM-160 power monitor
3641ee0d8611SGavin Atkinson
364202ac6454SAndrew Thompson/* Palm Computing, Inc. product */
364302ac6454SAndrew Thompsonproduct PALM SERIAL		0x0080	USB Serial
364402ac6454SAndrew Thompsonproduct PALM M500		0x0001	Palm m500
364502ac6454SAndrew Thompsonproduct PALM M505		0x0002	Palm m505
364602ac6454SAndrew Thompsonproduct PALM M515		0x0003	Palm m515
364702ac6454SAndrew Thompsonproduct PALM I705		0x0020	Palm i705
364802ac6454SAndrew Thompsonproduct PALM TUNGSTEN_Z		0x0031	Palm Tungsten Z
364902ac6454SAndrew Thompsonproduct PALM M125		0x0040	Palm m125
365002ac6454SAndrew Thompsonproduct PALM M130		0x0050	Palm m130
365102ac6454SAndrew Thompsonproduct PALM TUNGSTEN_T		0x0060	Palm Tungsten T
365202ac6454SAndrew Thompsonproduct PALM ZIRE31		0x0061	Palm Zire 31
365302ac6454SAndrew Thompsonproduct PALM ZIRE		0x0070	Palm Zire
365402ac6454SAndrew Thompson
365502ac6454SAndrew Thompson/* Panasonic products */
365602ac6454SAndrew Thompsonproduct PANASONIC LS120CAM	0x0901	LS-120 Camera
365702ac6454SAndrew Thompsonproduct PANASONIC KXL840AN	0x0d01	CD-R Drive KXL-840AN
365802ac6454SAndrew Thompsonproduct PANASONIC KXLRW32AN	0x0d09	CD-R Drive KXL-RW32AN
365902ac6454SAndrew Thompsonproduct PANASONIC KXLCB20AN	0x0d0a	CD-R Drive KXL-CB20AN
366002ac6454SAndrew Thompsonproduct PANASONIC KXLCB35AN	0x0d0e	DVD-ROM & CD-R/RW
366102ac6454SAndrew Thompsonproduct PANASONIC SDCAAE	0x1b00	MultiMediaCard
3662d21c884eSCeDeROM Tomasz CEDROproduct PANASONIC CFF9_3G_QDL	0x250e	ToughBook CF-F9 GOBI 3G Modem Loader
3663d21c884eSCeDeROM Tomasz CEDROproduct PANASONIC CFF9_3G	0x250f	ToughBook CF-F9 GOBI 3G Modem
3664f5113df9SGavin Atkinsonproduct PANASONIC TYTP50P6S	0x3900	TY-TP50P6-S 50in Touch Panel
366502ac6454SAndrew Thompson
36663426950eSHans Petter Selasky/* Papouch products */
36673426950eSHans Petter Selaskyproduct PAPOUCH AD4USB		0x8003	FTDI compatible adapter
36683426950eSHans Petter Selaskyproduct PAPOUCH AP485		0x0101	FTDI compatible adapter
36693426950eSHans Petter Selaskyproduct PAPOUCH AP485_2		0x0104	FTDI compatible adapter
36703426950eSHans Petter Selaskyproduct PAPOUCH DRAK5		0x0700	FTDI compatible adapter
36713426950eSHans Petter Selaskyproduct PAPOUCH DRAK6		0x1000	FTDI compatible adapter
36723426950eSHans Petter Selaskyproduct PAPOUCH GMSR		0x8005	FTDI compatible adapter
36733426950eSHans Petter Selaskyproduct PAPOUCH GMUX		0x8004	FTDI compatible adapter
36743426950eSHans Petter Selaskyproduct PAPOUCH IRAMP		0x0500	FTDI compatible adapter
36753426950eSHans Petter Selaskyproduct PAPOUCH LEC		0x0300	FTDI compatible adapter
36763426950eSHans Petter Selaskyproduct PAPOUCH MU		0x8001	FTDI compatible adapter
36773426950eSHans Petter Selaskyproduct PAPOUCH QUIDO10X1		0x0b00	FTDI compatible adapter
36783426950eSHans Petter Selaskyproduct PAPOUCH QUIDO2X16		0x0e00	FTDI compatible adapter
36793426950eSHans Petter Selaskyproduct PAPOUCH QUIDO2X2		0x0a00	FTDI compatible adapter
36803426950eSHans Petter Selaskyproduct PAPOUCH QUIDO30X3		0x0c00	FTDI compatible adapter
36813426950eSHans Petter Selaskyproduct PAPOUCH QUIDO3X32		0x0f00	FTDI compatible adapter
36823426950eSHans Petter Selaskyproduct PAPOUCH QUIDO4X4		0x0900	FTDI compatible adapter
36833426950eSHans Petter Selaskyproduct PAPOUCH QUIDO60X3		0x0d00	FTDI compatible adapter
36843426950eSHans Petter Selaskyproduct PAPOUCH QUIDO8X8		0x0800	FTDI compatible adapter
36853426950eSHans Petter Selaskyproduct PAPOUCH SB232		0x0301	FTDI compatible adapter
36863426950eSHans Petter Selaskyproduct PAPOUCH SB422		0x0102	FTDI compatible adapter
36873426950eSHans Petter Selaskyproduct PAPOUCH SB422_2		0x0105	FTDI compatible adapter
36883426950eSHans Petter Selaskyproduct PAPOUCH SB485		0x0100	FTDI compatible adapter
36893426950eSHans Petter Selaskyproduct PAPOUCH SB485C		0x0107	FTDI compatible adapter
36903426950eSHans Petter Selaskyproduct PAPOUCH SB485S		0x0106	FTDI compatible adapter
36913426950eSHans Petter Selaskyproduct PAPOUCH SB485_2		0x0103	FTDI compatible adapter
36923426950eSHans Petter Selaskyproduct PAPOUCH SIMUKEY		0x8002	FTDI compatible adapter
36933426950eSHans Petter Selaskyproduct PAPOUCH TMU		0x0400	FTDI compatible adapter
36943426950eSHans Petter Selaskyproduct PAPOUCH UPSUSB		0x8000	FTDI compatible adapter
36953426950eSHans Petter Selasky
3696069f1a80SAndrew Thompson/* PARA Industrial products */
3697069f1a80SAndrew Thompsonproduct PARA RT3070		0x8888	RT3070
3698069f1a80SAndrew Thompson
3699459d19e0SBruce M Simpson/* Simtec Electronics products */
3700459d19e0SBruce M Simpsonproduct SIMTEC ENTROPYKEY	0x0001	Entropy Key
3701459d19e0SBruce M Simpson
3702069f1a80SAndrew Thompson/* Pegatron products */
3703069f1a80SAndrew Thompsonproduct PEGATRON RT2870		0x0002	RT2870
3704069f1a80SAndrew Thompsonproduct PEGATRON RT3070		0x000c	RT3070
3705069f1a80SAndrew Thompsonproduct PEGATRON RT3070_2	0x000e	RT3070
37063707a5e9SAndrew Thompsonproduct PEGATRON RT3070_3	0x0010	RT3070
3707069f1a80SAndrew Thompson
370802ac6454SAndrew Thompson/* Peracom products */
370902ac6454SAndrew Thompsonproduct PERACOM SERIAL1		0x0001	Serial
371002ac6454SAndrew Thompsonproduct PERACOM ENET		0x0002	Ethernet
371102ac6454SAndrew Thompsonproduct PERACOM ENET3		0x0003	At Home Ethernet
371202ac6454SAndrew Thompsonproduct PERACOM ENET2		0x0005	Ethernet
371302ac6454SAndrew Thompson
37143210d766SBjoern A. Zeeb/* Peraso Technologies, Inc products */
37153210d766SBjoern A. Zeebproduct PERASO PRS4001		0x4001	PRS4001 WLAN
37163210d766SBjoern A. Zeeb
371702ac6454SAndrew Thompson/* Philips products */
371802ac6454SAndrew Thompsonproduct PHILIPS DSS350		0x0101	DSS 350 Digital Speaker System
371902ac6454SAndrew Thompsonproduct PHILIPS DSS		0x0104	DSS XXX Digital Speaker System
372002ac6454SAndrew Thompsonproduct PHILIPS HUB		0x0201	hub
372102ac6454SAndrew Thompsonproduct PHILIPS PCA646VC	0x0303	PCA646VC PC Camera
372202ac6454SAndrew Thompsonproduct PHILIPS PCVC680K	0x0308	PCVC680K Vesta Pro PC Camera
37239c7c97c0SEitan Adlerproduct PHILIPS SPC900NC	0x0329  SPC 900NC CCD PC Camera
372402ac6454SAndrew Thompsonproduct PHILIPS DSS150		0x0471	DSS 150 Digital Speaker System
3725ce617acaSGavin Atkinsonproduct PHILIPS ACE1001		0x066a	AKTAKOM ACE-1001 cable
372677c33ae7SAlfred Perlsteinproduct PHILIPS SPE3030CC	0x083a	USB 2.0 External Disk
372702ac6454SAndrew Thompsonproduct PHILIPS SNU5600		0x1236	SNU5600
372802ac6454SAndrew Thompsonproduct PHILIPS UM10016		0x1552	ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit
372902ac6454SAndrew Thompsonproduct PHILIPS DIVAUSB		0x1801	DIVA USB mp3 player
3730069f1a80SAndrew Thompsonproduct PHILIPS RT2870		0x200f	RT2870
373102ac6454SAndrew Thompson
373202ac6454SAndrew Thompson/* Philips Semiconductor products */
37337b360bccSAndrew Thompsonproduct PHILIPSSEMI HUB1122	0x1122	HUB
37347b360bccSAndrew Thompson
37357b360bccSAndrew Thompson/* Megatec */
3736d74698caSHans Petter Selaskyproduct MEGATEC UPS		0x5161	Phoenixtec protocol based UPS
373702ac6454SAndrew Thompson
373802ac6454SAndrew Thompson/* P.I. Engineering products */
373902ac6454SAndrew Thompsonproduct PIENGINEERING PS2USB	0x020b	PS2 to Mac USB Adapter
374002ac6454SAndrew Thompson
374102ac6454SAndrew Thompson/* Planex Communications products */
374202ac6454SAndrew Thompsonproduct PLANEX GW_US11H		0x14ea	GW-US11H WLAN
3743c2c2fc4dSRui Pauloproduct PLANEX2 RTL8188CUS	0x1201	RTL8188CUS
374402ac6454SAndrew Thompsonproduct PLANEX2 GW_US11S	0x3220	GW-US11S WLAN
374502ac6454SAndrew Thompsonproduct PLANEX2 GW_US54GXS	0x5303	GW-US54GXS WLAN
37464c794fa5SAdrian Chaddproduct PLANEX2 GW_US300	0x5304	GW-US300
3747c2c2fc4dSRui Pauloproduct PLANEX2 RTL8188CU_1	0xab2a	RTL8188CU
3748c2c2fc4dSRui Pauloproduct PLANEX2 RTL8188CU_2	0xed17	RTL8188CU
3749c2c2fc4dSRui Pauloproduct PLANEX2 RTL8188CU_3	0x4902	RTL8188CU
3750c2c2fc4dSRui Pauloproduct PLANEX2 RTL8188CU_4	0xab2e	RTL8188CU
3751c2c2fc4dSRui Pauloproduct PLANEX2 RTL8192CU	0xab2b	RTL8192CU
375202ac6454SAndrew Thompsonproduct PLANEX2 GWUS54HP	0xab01	GW-US54HP
3753069f1a80SAndrew Thompsonproduct PLANEX2 GWUS300MINIS	0xab24	GW-US300MiniS
3754069f1a80SAndrew Thompsonproduct PLANEX2	RT3070		0xab25	RT3070
375552d5f344SHiroki Satoproduct PLANEX2 MZKUE150N	0xab2f	MZK-UE150N
375607fa0846SAndriy Voskoboinykproduct PLANEX2 GW900D		0xab30	GW-900D
375702ac6454SAndrew Thompsonproduct PLANEX2 GWUS54MINI2	0xab50	GW-US54Mini2
375802ac6454SAndrew Thompsonproduct PLANEX2 GWUS54SG	0xc002	GW-US54SG
375902ac6454SAndrew Thompsonproduct PLANEX2 GWUS54GZL	0xc007	GW-US54GZL
376002ac6454SAndrew Thompsonproduct PLANEX2 GWUS54GD	0xed01	GW-US54GD
376102ac6454SAndrew Thompsonproduct PLANEX2 GWUSMM		0xed02	GW-USMM
3762069f1a80SAndrew Thompsonproduct PLANEX2 RT2870		0xed06	RT2870
3763069f1a80SAndrew Thompsonproduct PLANEX2 GWUSMICRON	0xed14	GW-USMicroN
3764be503393SHiroki Satoproduct PLANEX2 GWUSVALUEEZ	0xed17	GW-USValue-EZ
376502ac6454SAndrew Thompsonproduct PLANEX3 GWUS54GZ	0xab10	GW-US54GZ
376602ac6454SAndrew Thompsonproduct PLANEX3 GU1000T		0xab11	GU-1000T
376702ac6454SAndrew Thompsonproduct PLANEX3 GWUS54MINI	0xab13	GW-US54Mini
3768a5dcb064SRui Pauloproduct PLANEX2 GWUSNANO	0xab28	GW-USNano
376902ac6454SAndrew Thompson
377002ac6454SAndrew Thompson/* Plextor Corp. */
377102ac6454SAndrew Thompsonproduct PLEXTOR 40_12_40U	0x0011	PlexWriter 40/12/40U
377202ac6454SAndrew Thompson
3773218ae8fdSHans Petter Selasky/* Ploytec GmbH */
3774218ae8fdSHans Petter Selaskyproduct PLOYTEC SPL_CRIMSON_1	0xc150	SPL Crimson Revision 1
3775218ae8fdSHans Petter Selasky
377602ac6454SAndrew Thompson/* PLX products */
377702ac6454SAndrew Thompsonproduct PLX TESTBOARD		0x9060	test board
3778ce617acaSGavin Atkinsonproduct PLX CA42		0xac70	CA-42
377902ac6454SAndrew Thompson
378003d9c6aaSOleksandr Tymoshenko/* PowerCOM products */
378103d9c6aaSOleksandr Tymoshenkoproduct POWERCOM IMPERIAL_SERIES	0x00a2	IMPERIAL Series
378203d9c6aaSOleksandr Tymoshenkoproduct POWERCOM SMART_KING_PRO		0x00a3	Smart KING Pro
378303d9c6aaSOleksandr Tymoshenkoproduct POWERCOM WOW			0x00a4	WOW
378403d9c6aaSOleksandr Tymoshenkoproduct POWERCOM VANGUARD		0x00a5	Vanguard
378503d9c6aaSOleksandr Tymoshenkoproduct POWERCOM BLACK_KNIGHT_PRO	0x00a6	Black Knight Pro
378603d9c6aaSOleksandr Tymoshenko
378702ac6454SAndrew Thompson/* PNY products */
378802ac6454SAndrew Thompsonproduct PNY ATTACHE2		0x0010	USB 2.0 Flash Drive
378902ac6454SAndrew Thompson
379002ac6454SAndrew Thompson/* PortGear products */
379102ac6454SAndrew Thompsonproduct PORTGEAR EA8		0x0008	Ethernet
379202ac6454SAndrew Thompsonproduct PORTGEAR EA9		0x0009	Ethernet
379302ac6454SAndrew Thompson
379402ac6454SAndrew Thompson/* Portsmith products */
379502ac6454SAndrew Thompsonproduct PORTSMITH EEA		0x3003	Express Ethernet
379602ac6454SAndrew Thompson
37973426950eSHans Petter Selasky/* Posiflex products */
37983426950eSHans Petter Selaskyproduct POSIFLEX PP7000		0x0300	FTDI compatible adapter
37993426950eSHans Petter Selasky
380002ac6454SAndrew Thompson/* Primax products */
380102ac6454SAndrew Thompsonproduct PRIMAX G2X300		0x0300	G2-200 scanner
380202ac6454SAndrew Thompsonproduct PRIMAX G2E300		0x0301	G2E-300 scanner
380302ac6454SAndrew Thompsonproduct PRIMAX G2300		0x0302	G2-300 scanner
380402ac6454SAndrew Thompsonproduct PRIMAX G2E3002		0x0303	G2E-300 scanner
380502ac6454SAndrew Thompsonproduct PRIMAX 9600		0x0340	Colorado USB 9600 scanner
380602ac6454SAndrew Thompsonproduct PRIMAX 600U		0x0341	Colorado 600u scanner
380702ac6454SAndrew Thompsonproduct PRIMAX 6200		0x0345	Visioneer 6200 scanner
380802ac6454SAndrew Thompsonproduct PRIMAX 19200		0x0360	Colorado USB 19200 scanner
380902ac6454SAndrew Thompsonproduct PRIMAX 1200U		0x0361	Colorado 1200u scanner
381002ac6454SAndrew Thompsonproduct PRIMAX G600		0x0380	G2-600 scanner
381102ac6454SAndrew Thompsonproduct PRIMAX 636I		0x0381	ReadyScan 636i
381202ac6454SAndrew Thompsonproduct PRIMAX G2600		0x0382	G2-600 scanner
381302ac6454SAndrew Thompsonproduct PRIMAX G2E600		0x0383	G2E-600 scanner
381402ac6454SAndrew Thompsonproduct PRIMAX COMFORT		0x4d01	Comfort
381502ac6454SAndrew Thompsonproduct PRIMAX MOUSEINABOX	0x4d02	Mouse-in-a-Box
381602ac6454SAndrew Thompsonproduct PRIMAX PCGAUMS1		0x4d04	Sony PCGA-UMS1
38174bb3183dSGavin Atkinsonproduct PRIMAX HP_RH304AA	0x4d17	HP RH304AA mouse
381802ac6454SAndrew Thompson
381902ac6454SAndrew Thompson/* Prolific products */
382002ac6454SAndrew Thompsonproduct PROLIFIC PL2301		0x0000	PL2301 Host-Host interface
382102ac6454SAndrew Thompsonproduct PROLIFIC PL2302		0x0001	PL2302 Host-Host interface
3822d01755edSGavin Atkinsonproduct PROLIFIC MOTOROLA	0x0307	Motorola Cable
382302ac6454SAndrew Thompsonproduct PROLIFIC RSAQ2		0x04bb	PL2303 Serial (IODATA USB-RSAQ2)
3824f5113df9SGavin Atkinsonproduct PROLIFIC ALLTRONIX_GPRS	0x0609	Alltronix ACM003U00 modem
3825f5113df9SGavin Atkinsonproduct PROLIFIC ALDIGA_AL11U	0x0611	AlDiga AL-11U modem
3826f5113df9SGavin Atkinsonproduct PROLIFIC MICROMAX_610U	0x0612	Micromax 610U
3827f5113df9SGavin Atkinsonproduct PROLIFIC DCU11		0x1234	DCU-11 Phone Cable
3828635c9457SGavin Atkinsonproduct PROLIFIC UIC_MSR206	0x206a	UIC MSR206 Card Reader
382902ac6454SAndrew Thompsonproduct PROLIFIC PL2303		0x2303	PL2303 Serial (ATEN/IOGEAR UC232A)
3830ea0efc37SHans Petter Selaskyproduct PROLIFIC PL2303GC	0x23a3	PL2303HXN Serial, type GC
3831ea0efc37SHans Petter Selaskyproduct PROLIFIC PL2303GB	0x23b3	PL2303HXN Serial, type GB
3832ea0efc37SHans Petter Selaskyproduct PROLIFIC PL2303GT	0x23c3	PL2303HXN Serial, type GT
3833ea0efc37SHans Petter Selaskyproduct PROLIFIC PL2303GL	0x23d3	PL2303HXN Serial, type GL
3834ea0efc37SHans Petter Selaskyproduct PROLIFIC PL2303GE	0x23e3	PL2303HXN Serial, type GE
3835ea0efc37SHans Petter Selaskyproduct PROLIFIC PL2303GS	0x23f3	PL2303HXN Serial, type GS
383602ac6454SAndrew Thompsonproduct PROLIFIC PL2305		0x2305	Parallel printer
383702ac6454SAndrew Thompsonproduct PROLIFIC ATAPI4		0x2307	ATAPI-4 Controller
383802ac6454SAndrew Thompsonproduct PROLIFIC PL2501		0x2501	PL2501 Host-Host interface
3839b4eb1a01SAndrew Thompsonproduct PROLIFIC PL2506		0x2506	PL2506 USB to IDE Bridge
38401d4c696aSBruce M Simpsonproduct PROLIFIC PL27A1		0x27A1	PL27A1 USB 3.0 Host-Host interface
3841f5113df9SGavin Atkinsonproduct PROLIFIC HCR331		0x331a	HCR331 Hybrid Card Reader
384202ac6454SAndrew Thompsonproduct PROLIFIC PHAROS		0xaaa0	Prolific Pharos
384302ac6454SAndrew Thompsonproduct PROLIFIC RSAQ3		0xaaa2	PL2303 Serial Adapter (IODATA USB-RSAQ3)
3844f5113df9SGavin Atkinsonproduct PROLIFIC2 PL2303	0x2303	PL2303 Serial Adapter
384502ac6454SAndrew Thompson
384602ac6454SAndrew Thompson/* Putercom products */
384702ac6454SAndrew Thompsonproduct PUTERCOM UPA100		0x047e	USB-1284 BRIDGE
384802ac6454SAndrew Thompson
384902ac6454SAndrew Thompson/* Qcom products */
385002ac6454SAndrew Thompsonproduct QCOM RT2573		0x6196	RT2573
385102ac6454SAndrew Thompsonproduct QCOM RT2573_2		0x6229	RT2573
38522da462e3SKevin Loproduct QCOM RT2573_3		0x6238	RT2573
3853069f1a80SAndrew Thompsonproduct QCOM RT2870		0x6259	RT2870
385402ac6454SAndrew Thompson
38553426950eSHans Petter Selasky/* QI-hardware */
38563426950eSHans Petter Selaskyproduct QIHARDWARE JTAGSERIAL		0x0713	FTDI compatible adapter
38573426950eSHans Petter Selasky
3858c0e2c178SAndrew Thompson/* Qisda products */
3859c0e2c178SAndrew Thompsonproduct QISDA H21_1		0x4512	3G modem
3860c0e2c178SAndrew Thompsonproduct QISDA H21_2		0x4523	3G modem
3861c0e2c178SAndrew Thompsonproduct QISDA H20_1		0x4515	3G modem
3862c0e2c178SAndrew Thompsonproduct QISDA H20_2		0x4519	3G modem
3863c0e2c178SAndrew Thompson
386402ac6454SAndrew Thompson/* Qualcomm products */
386502ac6454SAndrew Thompsonproduct QUALCOMM CDMA_MSM	0x6000	CDMA Technologies MSM phone
3866c68a57b8SRemko Lodderproduct QUALCOMM NTT_L02C_MODEM	0x618f	NTT DOCOMO L-02C
3867c68a57b8SRemko Lodderproduct QUALCOMM NTT_L02C_STORAGE	0x61dd	NTT DOCOMO L-02C
3868b38fd2d9SNick Hibmaproduct QUALCOMM2 MF330		0x6613	MF330
386902ac6454SAndrew Thompsonproduct QUALCOMM2 RWT_FCT	0x3100	RWT FCT-CDMA 2000 1xRTT modem
387002ac6454SAndrew Thompsonproduct QUALCOMM2 CDMA_MSM	0x3196	CDMA Technologies MSM modem
3871c0e2c178SAndrew Thompsonproduct QUALCOMM2 AC8700	0x6000	AC8700
387236dc69c4SHans Petter Selaskyproduct QUALCOMM2 VW110L	0x1000	Vertex Wireless 110L modem
387303167052SKevin Loproduct QUALCOMM2 SIM5218	0x9000	SIM5218
38745fea5a57SDmitry Chaginproduct QUALCOMM2 WM620		0x9002	Neoway WM620
3875c6b5a9a0SHans Petter Selaskyproduct QUALCOMM2 GOBI2000_QDL	0x9204	Qualcomm Gobi 2000 QDL
3876c6b5a9a0SHans Petter Selaskyproduct QUALCOMM2 GOBI2000	0x9205	Qualcomm Gobi 2000 modem
3877431088e6SHans Petter Selaskyproduct QUALCOMM2 VT80N		0x6500	Venus VT80N
3878431088e6SHans Petter Selaskyproduct QUALCOMM3 VFAST2	0x9909	Venus Fast2 modem
387902ac6454SAndrew Thompsonproduct QUALCOMMINC CDMA_MSM	0x0001	CDMA Technologies MSM modem
3880c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0002	0x0002	3G modem
3881c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0003	0x0003	3G modem
3882c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0004	0x0004	3G modem
3883c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0005	0x0005	3G modem
3884c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0006	0x0006	3G modem
3885c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0007	0x0007	3G modem
3886c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0008	0x0008	3G modem
3887c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0009	0x0009	3G modem
3888c0e2c178SAndrew Thompsonproduct QUALCOMMINC E000A	0x000a	3G modem
3889c0e2c178SAndrew Thompsonproduct QUALCOMMINC E000B	0x000b	3G modem
3890c0e2c178SAndrew Thompsonproduct QUALCOMMINC E000C	0x000c	3G modem
3891c0e2c178SAndrew Thompsonproduct QUALCOMMINC E000D	0x000d	3G modem
3892c0e2c178SAndrew Thompsonproduct QUALCOMMINC E000E	0x000e	3G modem
3893c0e2c178SAndrew Thompsonproduct QUALCOMMINC E000F	0x000f	3G modem
3894c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0010	0x0010	3G modem
3895c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0011	0x0011	3G modem
3896c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0012	0x0012	3G modem
3897c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0013	0x0013	3G modem
3898c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0014	0x0014	3G modem
3899c0e2c178SAndrew Thompsonproduct QUALCOMMINC MF628	0x0015	3G modem
390009882661SAndrew Thompsonproduct QUALCOMMINC MF633R	0x0016	ZTE WCDMA modem
3901c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0017	0x0017	3G modem
3902c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0018	0x0018	3G modem
3903c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0019	0x0019	3G modem
3904c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0020	0x0020	3G modem
3905c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0021	0x0021	3G modem
3906c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0022	0x0022	3G modem
3907c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0023	0x0023	3G modem
3908c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0024	0x0024	3G modem
3909c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0025	0x0025	3G modem
3910c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0026	0x0026	3G modem
3911c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0027	0x0027	3G modem
3912c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0028	0x0028	3G modem
3913c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0029	0x0029	3G modem
3914c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0030	0x0030	3G modem
3915c0e2c178SAndrew Thompsonproduct QUALCOMMINC MF626	0x0031	3G modem
3916c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0032	0x0032	3G modem
3917c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0033	0x0033	3G modem
3918c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0037	0x0037	3G modem
3919c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0039	0x0039	3G modem
3920c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0042	0x0042	3G modem
3921c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0043	0x0043	3G modem
3922c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0048	0x0048	3G modem
3923c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0049	0x0049	3G modem
3924c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0051	0x0051	3G modem
3925c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0052	0x0052	3G modem
3926504cfaf8SAndrew Thompsonproduct QUALCOMMINC ZTE_STOR2	0x0053	USB ZTE Storage
3927c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0054	0x0054	3G modem
3928c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0055	0x0055	3G modem
3929c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0057	0x0057	3G modem
3930c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0058	0x0058	3G modem
3931c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0059	0x0059	3G modem
3932c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0060	0x0060	3G modem
3933c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0061	0x0061	3G modem
3934c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0062	0x0062	3G modem
3935c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0063	0x0063	3G modem
3936c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0064	0x0064	3G modem
3937c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0066	0x0066	3G modem
3938c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0069	0x0069	3G modem
3939c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0070	0x0070	3G modem
3940c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0073	0x0073	3G modem
3941c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0076	0x0076	3G modem
3942c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0078	0x0078	3G modem
3943c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0082	0x0082	3G modem
3944c0e2c178SAndrew Thompsonproduct QUALCOMMINC E0086	0x0086	3G modem
3945c6cc7ec1SGavin Atkinsonproduct QUALCOMMINC MF112	0x0103	3G modem
39460223e98aSNick Hibmaproduct QUALCOMMINC SURFSTICK	0x0117	1&1 Surf Stick
3947e17bdf9fSHans Petter Selaskyproduct QUALCOMMINC K3772_Z_INIT	0x1179	K3772-Z Initial
3948e17bdf9fSHans Petter Selaskyproduct QUALCOMMINC K3772_Z	0x1181	K3772-Z
394968492bc2SHans Petter Selaskyproduct QUALCOMMINC ZTE_MF730M	0x1420	3G modem
3950e470cd23SHans Petter Selaskyproduct QUALCOMMINC MF195E_INIT	0x1514	MF195E initial
3951e470cd23SHans Petter Selaskyproduct QUALCOMMINC MF195E	0x1516	MF195E
3952b38fd2d9SNick Hibmaproduct QUALCOMMINC ZTE_STOR	0x2000	USB ZTE Storage
3953c0e2c178SAndrew Thompsonproduct QUALCOMMINC E2002	0x2002	3G modem
3954c0e2c178SAndrew Thompsonproduct QUALCOMMINC E2003	0x2003	3G modem
3955431088e6SHans Petter Selaskyproduct QUALCOMMINC AC682	0xffdd	CDMA 1xEVDO USB modem
3956431088e6SHans Petter Selaskyproduct QUALCOMMINC AC682_INIT	0xffde	CDMA 1xEVDO USB modem (initial)
3957b38fd2d9SNick Hibmaproduct QUALCOMMINC AC8710	0xfff1	3G modem
3958b38fd2d9SNick Hibmaproduct QUALCOMMINC AC2726	0xfff5	3G modem
3959b38fd2d9SNick Hibmaproduct QUALCOMMINC AC8700	0xfffe	CDMA 1xEVDO USB modem
3960c0e2c178SAndrew Thompson
3961c0e2c178SAndrew Thompson/* Quanta products */
3962208f52daSAndrew Thompsonproduct QUANTA RW6815_1		0x00ce	HP iPAQ rw6815
3963069f1a80SAndrew Thompsonproduct QUANTA RT3070		0x0304	RT3070
3964cc552e7eSKevin Loproduct QUANTA Q101_STOR	0x1000	USB Q101 Storage
3965c0e2c178SAndrew Thompsonproduct QUANTA Q101		0xea02	HSDPA modem
3966c0e2c178SAndrew Thompsonproduct QUANTA Q111		0xea03	HSDPA modem
3967c0e2c178SAndrew Thompsonproduct QUANTA GLX		0xea04	HSDPA modem
3968c0e2c178SAndrew Thompsonproduct QUANTA GKE		0xea05	HSDPA modem
3969c0e2c178SAndrew Thompsonproduct QUANTA GLE		0xea06	HSDPA modem
39706001d011SHans Petter Selaskyproduct QUANTA RW6815R		0xf003	HP iPAQ rw6815 RNDIS
397102ac6454SAndrew Thompson
39727f64a990SNick Hibma/* Quectel products */
39737f64a990SNick Hibmaproduct QUECTEL EC25		0x0125	LTE modem
39740229172aSHans Petter Selaskyproduct QUECTEL EM05		0x0127	LTE modem
3975217481a3SAlexander V. Chernikovproduct QUECTEL EM12_G          0x0512  LTE modem
397602ac6454SAndrew Thompson
397702ac6454SAndrew Thompson/* Quickshot products */
397802ac6454SAndrew Thompsonproduct QUICKSHOT STRIKEPAD	0x6238	USB StrikePad
397902ac6454SAndrew Thompson
39807f64a990SNick Hibma/* Qtronix products */
39817f64a990SNick Hibmaproduct QTRONIX 980N		0x2011	Scorpion-980N keyboard
39827f64a990SNick Hibma
398302ac6454SAndrew Thompson/* Radio Shack */
398402ac6454SAndrew Thompsonproduct RADIOSHACK USBCABLE	0x4026	USB to Serial Cable
398502ac6454SAndrew Thompson
398602ac6454SAndrew Thompson/* Rainbow Technologies products */
398702ac6454SAndrew Thompsonproduct RAINBOW IKEY2000	0x1200	i-Key 2000
398802ac6454SAndrew Thompson
398902ac6454SAndrew Thompson/* Ralink Technology products */
399002ac6454SAndrew Thompsonproduct RALINK RT2570		0x1706	RT2500USB Wireless Adapter
3991069f1a80SAndrew Thompsonproduct RALINK RT2070		0x2070	RT2070
399202ac6454SAndrew Thompsonproduct RALINK RT2570_2		0x2570	RT2500USB Wireless Adapter
399302ac6454SAndrew Thompsonproduct RALINK RT2573		0x2573	RT2501USB Wireless Adapter
399402ac6454SAndrew Thompsonproduct RALINK RT2671		0x2671	RT2601USB Wireless Adapter
3995069f1a80SAndrew Thompsonproduct RALINK RT2770		0x2770	RT2770
3996069f1a80SAndrew Thompsonproduct RALINK RT2870		0x2870	RT2870
39977dc4b90eSKevin Loproduct RALINK RT_STOR		0x2878	USB Storage
3998069f1a80SAndrew Thompsonproduct RALINK RT3070		0x3070	RT3070
3999069f1a80SAndrew Thompsonproduct RALINK RT3071		0x3071	RT3071
4000069f1a80SAndrew Thompsonproduct RALINK RT3072		0x3072	RT3072
40013707a5e9SAndrew Thompsonproduct RALINK RT3370		0x3370	RT3370
4002069f1a80SAndrew Thompsonproduct RALINK RT3572		0x3572	RT3572
40037a7e01caSKevin Loproduct RALINK RT3573		0x3573	RT3573
4004d11d0374SGavin Atkinsonproduct RALINK RT5370		0x5370	RT5370
40052c6d9edbSBen Widawskyproduct RALINK RT5372		0x5372	RT5372
4006242dbae3SKevin Loproduct RALINK RT5572		0x5572	RT5572
40073707a5e9SAndrew Thompsonproduct RALINK RT8070		0x8070	RT8070
400802ac6454SAndrew Thompsonproduct RALINK RT2570_3		0x9020	RT2500USB Wireless Adapter
400902ac6454SAndrew Thompsonproduct RALINK RT2573_2		0x9021	RT2501USB Wireless Adapter
401002ac6454SAndrew Thompson
4011f5113df9SGavin Atkinson/* RATOC Systems products */
4012f5113df9SGavin Atkinsonproduct RATOC REXUSB60		0xb000	USB serial adapter REX-USB60
4013f5113df9SGavin Atkinsonproduct RATOC REXUSB60F		0xb020	USB serial adapter REX-USB60F
4014f5113df9SGavin Atkinson
401515e45369SHiren Panchasara/* Realtek products */
401602ac6454SAndrew Thompson/* Green House and CompUSA OEM this part */
40172325ea82SHans Petter Selaskyproduct REALTEK DUMMY		0x0000	Dummy product
40186001d011SHans Petter Selaskyproduct REALTEK USB20CRW	0x0158	USB20CRW Card Reader
401928bc7834SKevin Loproduct REALTEK RTL8188ETV	0x0179	RTL8188ETV
4020c2c2fc4dSRui Pauloproduct REALTEK RTL8188CTV      0x018a  RTL8188CTV
40216bda1ad8SAndriy Voskoboinykproduct REALTEK RTL8821AU_2	0x0811	RTL8821AU
402260b9567dSKevin Loproduct REALTEK RTL8188RU_2	0x317f	RTL8188RU
402302ac6454SAndrew Thompsonproduct REALTEK USBKR100	0x8150	USBKR100 USB Ethernet
4024e1b74f21SKevin Loproduct REALTEK RTL8152		0x8152	RTL8152 USB Ethernet
402533ff4adbSHans Petter Selaskyproduct REALTEK RTL8153		0x8153	RTL8153 USB Ethernet
40262625e519SHiroki Satoproduct REALTEK RTL8156		0x8156	RTL8156 USB Ethernet
4027c2c2fc4dSRui Pauloproduct REALTEK RTL8188CE_0     0x8170  RTL8188CE
4028a5dcb064SRui Pauloproduct REALTEK RTL8171		0x8171	RTL8171
4029a5dcb064SRui Pauloproduct REALTEK RTL8172		0x8172	RTL8172
4030a5dcb064SRui Pauloproduct REALTEK RTL8173		0x8173	RTL8173
4031a5dcb064SRui Pauloproduct REALTEK RTL8174		0x8174	RTL8174
4032c2c2fc4dSRui Pauloproduct REALTEK RTL8188CU_0	0x8176	RTL8188CU
4033a6bac5b6SKevin Loproduct REALTEK RTL8191CU	0x8177	RTL8191CU
4034a6bac5b6SKevin Loproduct REALTEK RTL8192CU	0x8178	RTL8192CU
40357a7e01caSKevin Loproduct REALTEK RTL8188EU	0x8179	RTL8188EU
4036c2c2fc4dSRui Pauloproduct REALTEK RTL8188CU_1	0x817a	RTL8188CU
4037c2c2fc4dSRui Pauloproduct REALTEK RTL8188CU_2	0x817b	RTL8188CU
4038a6bac5b6SKevin Loproduct REALTEK RTL8192CE	0x817c	RTL8192CE
4039a6bac5b6SKevin Loproduct REALTEK RTL8188RU_1	0x817d	RTL8188RU
4040a6bac5b6SKevin Loproduct REALTEK RTL8188CE_1	0x817e	RTL8188CE
4041a6bac5b6SKevin Loproduct REALTEK RTL8188RU_3	0x817f	RTL8188RU
404202ac6454SAndrew Thompsonproduct REALTEK RTL8187		0x8187	RTL8187 Wireless Adapter
4043f8b51ca5SWeongyo Jeongproduct REALTEK RTL8187B_0	0x8189	RTL8187B Wireless Adapter
4044a6bac5b6SKevin Loproduct REALTEK RTL8188CUS	0x818a	RTL8188CUS
404560b9567dSKevin Loproduct REALTEK RTL8192EU	0x818b	RTL8192EU
40469e2a7dccSKevin Loproduct REALTEK RTL8188CU_3	0x8191	RTL8188CU
4047827f71dcSHans Petter Selaskyproduct REALTEK RTL8196EU	0x8196	RTL8196EU
4048f8b51ca5SWeongyo Jeongproduct REALTEK RTL8187B_1	0x8197	RTL8187B Wireless Adapter
4049f8b51ca5SWeongyo Jeongproduct REALTEK RTL8187B_2	0x8198	RTL8187B Wireless Adapter
4050a5dcb064SRui Pauloproduct REALTEK RTL8712		0x8712	RTL8712
4051a6bac5b6SKevin Loproduct REALTEK RTL8713		0x8713	RTL8713
4052a6bac5b6SKevin Loproduct REALTEK RTL8188CU_COMBO	0x8754	RTL8188CU
40536bda1ad8SAndriy Voskoboinykproduct REALTEK RTL8821AU_1	0xa811	RTL8821AU
405460b9567dSKevin Loproduct REALTEK RTL8723BU	0xb720	RTL8723BU
4055a5dcb064SRui Pauloproduct REALTEK RTL8192SU	0xc512	RTL8192SU
405675c600d2SMark Johnstonproduct REALTEK RTL8812AU_1	0x8812  RTL8812AU Wireless Adapter
405775c600d2SMark Johnstonproduct REALTEK RTL8812AU_2	0x881a  RTL8812AU Wireless Adapter
405802ac6454SAndrew Thompson
4059271e5fb0SHans Petter Selasky/* RedOctane products */
4060271e5fb0SHans Petter Selaskyproduct REDOCTANE DUMMY		0x0000	Dummy product
4061271e5fb0SHans Petter Selaskyproduct REDOCTANE GHMIDI	0x474b	GH MIDI INTERFACE
4062271e5fb0SHans Petter Selasky
40638f3ce105SGavin Atkinson/* Renesas products */
40648f3ce105SGavin Atkinsonproduct RENESAS RX610		0x0053	RX610 RX-Stick
40658f3ce105SGavin Atkinson
406602ac6454SAndrew Thompson/* Ricoh products */
406702ac6454SAndrew Thompsonproduct RICOH VGPVCC2		0x1830	VGP-VCC2 Camera
406802ac6454SAndrew Thompsonproduct RICOH VGPVCC3		0x1832	VGP-VCC3 Camera
406902ac6454SAndrew Thompsonproduct RICOH VGPVCC2_2		0x1833	VGP-VCC2 Camera
407002ac6454SAndrew Thompsonproduct RICOH VGPVCC2_3		0x1834	VGP-VCC2 Camera
407102ac6454SAndrew Thompsonproduct RICOH VGPVCC7		0x183a	VGP-VCC7 Camera
407202ac6454SAndrew Thompsonproduct RICOH VGPVCC8		0x183b	VGP-VCC8 Camera
407302ac6454SAndrew Thompson
407461bb77d4SGavin Atkinson/* Reiner-SCT products */
407561bb77d4SGavin Atkinsonproduct REINERSCT CYBERJACK_ECOM	0x0100	e-com cyberJack
407661bb77d4SGavin Atkinson
407702ac6454SAndrew Thompson/* Roland products */
407825b74dabSHans Petter Selaskyproduct ROLAND UA100		0x0000	UA-100 Audio I/F
407925b74dabSHans Petter Selaskyproduct ROLAND UM4		0x0002	UM-4 MIDI I/F
408025b74dabSHans Petter Selaskyproduct ROLAND SC8850		0x0003	SC-8850 MIDI Synth
408125b74dabSHans Petter Selaskyproduct ROLAND U8		0x0004	U-8 Audio I/F
408225b74dabSHans Petter Selaskyproduct ROLAND UM2		0x0005	UM-2 MIDI I/F
408325b74dabSHans Petter Selaskyproduct ROLAND SC8820		0x0007	SC-8820 MIDI Synth
408425b74dabSHans Petter Selaskyproduct ROLAND PC300		0x0008	PC-300 MIDI Keyboard
408502ac6454SAndrew Thompsonproduct ROLAND UM1		0x0009	UM-1 MIDI I/F
408625b74dabSHans Petter Selaskyproduct ROLAND SK500		0x000b	SK-500 MIDI Keyboard
408725b74dabSHans Petter Selaskyproduct ROLAND SCD70		0x000c	SC-D70 MIDI Synth
408802ac6454SAndrew Thompsonproduct ROLAND UM880N		0x0014	EDIROL UM-880 MIDI I/F (native)
408902ac6454SAndrew Thompsonproduct ROLAND UM880G		0x0015	EDIROL UM-880 MIDI I/F (generic)
409025b74dabSHans Petter Selaskyproduct ROLAND SD90		0x0016	SD-90 MIDI Synth
409125b74dabSHans Petter Selaskyproduct ROLAND UM550		0x0023	UM-550 MIDI I/F
409225b74dabSHans Petter Selaskyproduct ROLAND SD20		0x0027	SD-20 MIDI Synth
409325b74dabSHans Petter Selaskyproduct ROLAND SD80		0x0029	SD-80 MIDI Synth
409425b74dabSHans Petter Selaskyproduct ROLAND UA700		0x002b	UA-700 Audio I/F
40955b4b1bb3SHans Petter Selaskyproduct ROLAND PCR300		0x0033  EDIROL PCR-300 MIDI I/F
4096f4dbf0d8SHans Petter Selaskyproduct ROLAND UA25EX_AD	0x00e6  EDIROL UA-25EX (Advanced Driver)
4097f4dbf0d8SHans Petter Selaskyproduct ROLAND UA25EX_CC	0x00e7  EDIROL UA-25EX (Class Compliant)
409802ac6454SAndrew Thompson
409902ac6454SAndrew Thompson/* Rockfire products */
410002ac6454SAndrew Thompsonproduct ROCKFIRE GAMEPAD	0x2033	gamepad 203USB
410102ac6454SAndrew Thompson
410202ac6454SAndrew Thompson/* RATOC Systems products */
410302ac6454SAndrew Thompsonproduct RATOC REXUSB60		0xb000	REX-USB60
410446e97739SAndrew Thompsonproduct RATOC REXUSB60F		0xb020	REX-USB60F
410502ac6454SAndrew Thompson
41063426950eSHans Petter Selasky/* RT system products */
41073426950eSHans Petter Selaskyproduct RTSYSTEMS CT29B		0x9e54	FTDI compatible adapter
41083426950eSHans Petter Selaskyproduct RTSYSTEMS SERIAL_VX7		0x9e52	FTDI compatible adapter
41093426950eSHans Petter Selasky
411002ac6454SAndrew Thompson/* Sagem products */
411102ac6454SAndrew Thompsonproduct SAGEM USBSERIAL		0x0027	USB-Serial Controller
411202ac6454SAndrew Thompsonproduct SAGEM XG760A		0x004a	XG-760A
411302ac6454SAndrew Thompsonproduct SAGEM XG76NA		0x0062	XG-76NA
411402ac6454SAndrew Thompson
411502ac6454SAndrew Thompson/* Samsung products */
4116c8eeb971SHans Petter Selaskyproduct SAMSUNG WIS09ABGN	0x2018	WIS09ABGN Wireless LAN adapter
411702ac6454SAndrew Thompsonproduct SAMSUNG ML6060		0x3008	ML-6060 laser printer
411802ac6454SAndrew Thompsonproduct SAMSUNG YP_U2		0x5050	YP-U2 MP3 Player
41199f2d3fc5SAndrew Thompsonproduct SAMSUNG YP_U4		0x5092	YP-U4 MP3 Player
412002ac6454SAndrew Thompsonproduct SAMSUNG I500		0x6601	I500 Palm USB Phone
4121f5113df9SGavin Atkinsonproduct SAMSUNG I330		0x8001	I330 phone cradle
4122069f1a80SAndrew Thompsonproduct SAMSUNG2 RT2870_1	0x2018	RT2870
412302ac6454SAndrew Thompson
412402ac6454SAndrew Thompson/* Samsung Techwin products */
412502ac6454SAndrew Thompsonproduct SAMSUNG_TECHWIN DIGIMAX_410	0x000a	Digimax 410
412602ac6454SAndrew Thompson
412702ac6454SAndrew Thompson/* SanDisk products */
412802ac6454SAndrew Thompsonproduct SANDISK SDDR05A		0x0001	ImageMate SDDR-05a
412902ac6454SAndrew Thompsonproduct SANDISK SDDR31		0x0002	ImageMate SDDR-31
413002ac6454SAndrew Thompsonproduct SANDISK SDDR05		0x0005	ImageMate SDDR-05
413102ac6454SAndrew Thompsonproduct SANDISK SDDR12		0x0100	ImageMate SDDR-12
413202ac6454SAndrew Thompsonproduct SANDISK SDDR09		0x0200	ImageMate SDDR-09
413302ac6454SAndrew Thompsonproduct SANDISK SDDR75		0x0810	ImageMate SDDR-75
4134ccdfa3b5SDon Lewisproduct SANDISK SDCZ2_128	0x7100	Cruzer Mini 128MB
413502ac6454SAndrew Thompsonproduct SANDISK SDCZ2_256	0x7104	Cruzer Mini 256MB
413602ac6454SAndrew Thompsonproduct SANDISK SDCZ4_128	0x7112	Cruzer Micro 128MB
413702ac6454SAndrew Thompsonproduct SANDISK SDCZ4_256	0x7113	Cruzer Micro 256MB
4138d97d4331SHans Petter Selaskyproduct SANDISK SDCZ48_32	0x5581  Ultra 32GB
4139a9216e0bSHans Petter Selaskyproduct SANDISK IMAGEMATE_SDDR289	0xb6ba	ImageMate SDDR-289
414002ac6454SAndrew Thompson
4141f5113df9SGavin Atkinson/* Sanwa Electric Instrument Co., Ltd. products */
4142f5113df9SGavin Atkinsonproduct SANWA KB_USB2 		0x0701	KB-USB2 multimeter cable
4143f5113df9SGavin Atkinson
414402ac6454SAndrew Thompson/* Sanyo Electric products */
414502ac6454SAndrew Thompsonproduct SANYO SCP4900 		0x0701	Sanyo SCP-4900 USB Phone
414602ac6454SAndrew Thompson
414702ac6454SAndrew Thompson/* ScanLogic products */
414802ac6454SAndrew Thompsonproduct SCANLOGIC SL11R		0x0002	SL11R IDE Adapter
414902ac6454SAndrew Thompsonproduct SCANLOGIC 336CX		0x0300	Phantom 336CX - C3 scanner
415002ac6454SAndrew Thompson
4151ee0d8611SGavin Atkinson/* Schweitzer Engineering Laboratories products */
4152ee0d8611SGavin Atkinsonproduct SEL C662		0x0001	C662 Cable
4153ee0d8611SGavin Atkinson
41543426950eSHans Petter Selasky/* Sealevel products */
41553426950eSHans Petter Selaskyproduct SEALEVEL 2101		0x2101	FTDI compatible adapter
41563426950eSHans Petter Selaskyproduct SEALEVEL 2102		0x2102	FTDI compatible adapter
41573426950eSHans Petter Selaskyproduct SEALEVEL 2103		0x2103	FTDI compatible adapter
41583426950eSHans Petter Selaskyproduct SEALEVEL 2104		0x2104	FTDI compatible adapter
41593426950eSHans Petter Selaskyproduct SEALEVEL 2106		0x9020	FTDI compatible adapter
41603426950eSHans Petter Selaskyproduct SEALEVEL 2201_1		0x2211	FTDI compatible adapter
41613426950eSHans Petter Selaskyproduct SEALEVEL 2201_2		0x2221	FTDI compatible adapter
41623426950eSHans Petter Selaskyproduct SEALEVEL 2202_1		0x2212	FTDI compatible adapter
41633426950eSHans Petter Selaskyproduct SEALEVEL 2202_2		0x2222	FTDI compatible adapter
41643426950eSHans Petter Selaskyproduct SEALEVEL 2203_1		0x2213	FTDI compatible adapter
41653426950eSHans Petter Selaskyproduct SEALEVEL 2203_2		0x2223	FTDI compatible adapter
41663426950eSHans Petter Selaskyproduct SEALEVEL 2401_1		0x2411	FTDI compatible adapter
41673426950eSHans Petter Selaskyproduct SEALEVEL 2401_2		0x2421	FTDI compatible adapter
41683426950eSHans Petter Selaskyproduct SEALEVEL 2401_3		0x2431	FTDI compatible adapter
41693426950eSHans Petter Selaskyproduct SEALEVEL 2401_4		0x2441	FTDI compatible adapter
41703426950eSHans Petter Selaskyproduct SEALEVEL 2402_1		0x2412	FTDI compatible adapter
41713426950eSHans Petter Selaskyproduct SEALEVEL 2402_2		0x2422	FTDI compatible adapter
41723426950eSHans Petter Selaskyproduct SEALEVEL 2402_3		0x2432	FTDI compatible adapter
41733426950eSHans Petter Selaskyproduct SEALEVEL 2402_4		0x2442	FTDI compatible adapter
41743426950eSHans Petter Selaskyproduct SEALEVEL 2403_1		0x2413	FTDI compatible adapter
41753426950eSHans Petter Selaskyproduct SEALEVEL 2403_2		0x2423	FTDI compatible adapter
41763426950eSHans Petter Selaskyproduct SEALEVEL 2403_3		0x2433	FTDI compatible adapter
41773426950eSHans Petter Selaskyproduct SEALEVEL 2403_4		0x2443	FTDI compatible adapter
41783426950eSHans Petter Selaskyproduct SEALEVEL 2801_1		0x2811	FTDI compatible adapter
41793426950eSHans Petter Selaskyproduct SEALEVEL 2801_2		0x2821	FTDI compatible adapter
41803426950eSHans Petter Selaskyproduct SEALEVEL 2801_3		0x2831	FTDI compatible adapter
41813426950eSHans Petter Selaskyproduct SEALEVEL 2801_4		0x2841	FTDI compatible adapter
41823426950eSHans Petter Selaskyproduct SEALEVEL 2801_5		0x2851	FTDI compatible adapter
41833426950eSHans Petter Selaskyproduct SEALEVEL 2801_6		0x2861	FTDI compatible adapter
41843426950eSHans Petter Selaskyproduct SEALEVEL 2801_7		0x2871	FTDI compatible adapter
41853426950eSHans Petter Selaskyproduct SEALEVEL 2801_8		0x2881	FTDI compatible adapter
41863426950eSHans Petter Selaskyproduct SEALEVEL 2802_1		0x2812	FTDI compatible adapter
41873426950eSHans Petter Selaskyproduct SEALEVEL 2802_2		0x2822	FTDI compatible adapter
41883426950eSHans Petter Selaskyproduct SEALEVEL 2802_3		0x2832	FTDI compatible adapter
41893426950eSHans Petter Selaskyproduct SEALEVEL 2802_4		0x2842	FTDI compatible adapter
41903426950eSHans Petter Selaskyproduct SEALEVEL 2802_5		0x2852	FTDI compatible adapter
41913426950eSHans Petter Selaskyproduct SEALEVEL 2802_6		0x2862	FTDI compatible adapter
41923426950eSHans Petter Selaskyproduct SEALEVEL 2802_7		0x2872	FTDI compatible adapter
41933426950eSHans Petter Selaskyproduct SEALEVEL 2802_8		0x2882	FTDI compatible adapter
41943426950eSHans Petter Selaskyproduct SEALEVEL 2803_1		0x2813	FTDI compatible adapter
41953426950eSHans Petter Selaskyproduct SEALEVEL 2803_2		0x2823	FTDI compatible adapter
41963426950eSHans Petter Selaskyproduct SEALEVEL 2803_3		0x2833	FTDI compatible adapter
41973426950eSHans Petter Selaskyproduct SEALEVEL 2803_4		0x2843	FTDI compatible adapter
41983426950eSHans Petter Selaskyproduct SEALEVEL 2803_5		0x2853	FTDI compatible adapter
41993426950eSHans Petter Selaskyproduct SEALEVEL 2803_6		0x2863	FTDI compatible adapter
42003426950eSHans Petter Selaskyproduct SEALEVEL 2803_7		0x2873	FTDI compatible adapter
42013426950eSHans Petter Selaskyproduct SEALEVEL 2803_8		0x2883	FTDI compatible adapter
42023426950eSHans Petter Selasky
420302ac6454SAndrew Thompson/* Senao products */
420407fa0846SAndriy Voskoboinykproduct SENAO EUB1200AC		0x0100	EnGenius EUB1200AC
4205069f1a80SAndrew Thompsonproduct SENAO RT2870_3		0x0605	RT2870
4206069f1a80SAndrew Thompsonproduct SENAO RT2870_4		0x0615	RT2870
420702ac6454SAndrew Thompsonproduct SENAO NUB8301		0x2000	NUB-8301
4208069f1a80SAndrew Thompsonproduct SENAO RT2870_1		0x9701	RT2870
4209069f1a80SAndrew Thompsonproduct SENAO RT2870_2		0x9702	RT2870
4210069f1a80SAndrew Thompsonproduct SENAO RT3070		0x9703	RT3070
4211069f1a80SAndrew Thompsonproduct SENAO RT3071		0x9705	RT3071
4212069f1a80SAndrew Thompsonproduct SENAO RT3072_1		0x9706	RT3072
4213069f1a80SAndrew Thompsonproduct SENAO RT3072_2		0x9707	RT3072
4214069f1a80SAndrew Thompsonproduct SENAO RT3072_3		0x9708	RT3072
4215069f1a80SAndrew Thompsonproduct SENAO RT3072_4		0x9709	RT3072
4216069f1a80SAndrew Thompsonproduct SENAO RT3072_5		0x9801	RT3072
4217a5dcb064SRui Pauloproduct SENAO RTL8192SU_1	0x9603	RTL8192SU
4218a5dcb064SRui Pauloproduct SENAO RTL8192SU_2	0x9605	RTL8192SU
421902ac6454SAndrew Thompson
422002ac6454SAndrew Thompson/* ShanTou products */
422102ac6454SAndrew Thompsonproduct SHANTOU ST268		0x0268	ST268
422202ac6454SAndrew Thompsonproduct SHANTOU DM9601		0x9601	DM 9601
4223733b53dfSHans Petter Selaskyproduct SHANTOU ADM8515		0x8515	ADM8515
422402ac6454SAndrew Thompson
422502ac6454SAndrew Thompson/* Shark products */
422602ac6454SAndrew Thompsonproduct SHARK PA		0x0400	Pocket Adapter
422702ac6454SAndrew Thompson
422802ac6454SAndrew Thompson/* Sharp products */
422902ac6454SAndrew Thompsonproduct SHARP SL5500		0x8004	Zaurus SL-5500 PDA
423002ac6454SAndrew Thompsonproduct SHARP SLA300		0x8005	Zaurus SL-A300 PDA
423102ac6454SAndrew Thompsonproduct SHARP SL5600		0x8006	Zaurus SL-5600 PDA
423202ac6454SAndrew Thompsonproduct SHARP SLC700		0x8007	Zaurus SL-C700 PDA
423302ac6454SAndrew Thompsonproduct SHARP SLC750		0x9031	Zaurus SL-C750 PDA
423402ac6454SAndrew Thompsonproduct SHARP WZERO3ES		0x9123	W-ZERO3 ES Smartphone
423587b88f75SAndrew Thompsonproduct SHARP WZERO3ADES	0x91ac	Advanced W-ZERO3 ES Smartphone
4236df05202dSAndrew Thompsonproduct SHARP WILLCOM03		0x9242	WILLCOM03
423702ac6454SAndrew Thompson
423802ac6454SAndrew Thompson/* Shuttle Technology products */
423902ac6454SAndrew Thompsonproduct SHUTTLE EUSB		0x0001	E-USB Bridge
424002ac6454SAndrew Thompsonproduct SHUTTLE EUSCSI		0x0002	eUSCSI Bridge
424102ac6454SAndrew Thompsonproduct SHUTTLE SDDR09		0x0003	ImageMate SDDR09
424202ac6454SAndrew Thompsonproduct SHUTTLE EUSBCFSM	0x0005	eUSB SmartMedia / CompactFlash Adapter
424302ac6454SAndrew Thompsonproduct SHUTTLE ZIOMMC		0x0006	eUSB MultiMediaCard Adapter
424402ac6454SAndrew Thompsonproduct SHUTTLE HIFD		0x0007	Sony Hifd
424502ac6454SAndrew Thompsonproduct SHUTTLE EUSBATAPI	0x0009	eUSB ATA/ATAPI Adapter
424602ac6454SAndrew Thompsonproduct SHUTTLE CF		0x000a	eUSB CompactFlash Adapter
424702ac6454SAndrew Thompsonproduct SHUTTLE EUSCSI_B	0x000b	eUSCSI Bridge
424802ac6454SAndrew Thompsonproduct SHUTTLE EUSCSI_C	0x000c	eUSCSI Bridge
424902ac6454SAndrew Thompsonproduct SHUTTLE CDRW		0x0101	CD-RW Device
425002ac6454SAndrew Thompsonproduct SHUTTLE EUSBORCA	0x0325	eUSB ORCA Quad Reader
425102ac6454SAndrew Thompson
425202ac6454SAndrew Thompson/* Siemens products */
425302ac6454SAndrew Thompsonproduct SIEMENS SPEEDSTREAM	0x1001	SpeedStream
425402ac6454SAndrew Thompsonproduct SIEMENS SPEEDSTREAM22	0x1022	SpeedStream 1022
425502ac6454SAndrew Thompsonproduct SIEMENS2 WLL013		0x001b	WLL013
425602ac6454SAndrew Thompsonproduct SIEMENS2 ES75		0x0034  GSM module MC35
425702ac6454SAndrew Thompsonproduct SIEMENS2 WL54G		0x3c06	54g USB Network Adapter
425802ac6454SAndrew Thompsonproduct SIEMENS3 SX1		0x0001	SX1
425902ac6454SAndrew Thompsonproduct SIEMENS3 X65		0x0003	X65
426002ac6454SAndrew Thompsonproduct SIEMENS3 X75		0x0004	X75
4261f5113df9SGavin Atkinsonproduct SIEMENS3 EF81 		0x0005	EF81
426202ac6454SAndrew Thompson
426302ac6454SAndrew Thompson/* Sierra Wireless products */
4264c0e2c178SAndrew Thompsonproduct SIERRA EM5625		0x0017	EM5625
4265c0e2c178SAndrew Thompsonproduct SIERRA MC5720_2		0x0018	MC5720
4266c0e2c178SAndrew Thompsonproduct SIERRA MC5725		0x0020	MC5725
4267069f1a80SAndrew Thompsonproduct SIERRA AIRCARD580	0x0112	Sierra Wireless AirCard 580
426802ac6454SAndrew Thompsonproduct SIERRA AIRCARD595	0x0019	Sierra Wireless AirCard 595
4269069f1a80SAndrew Thompsonproduct SIERRA AC595U		0x0120	Sierra Wireless AirCard 595U
427002ac6454SAndrew Thompsonproduct SIERRA AC597E		0x0021	Sierra Wireless AirCard 597E
4271c0e2c178SAndrew Thompsonproduct SIERRA EM5725		0x0022	EM5725
427202ac6454SAndrew Thompsonproduct SIERRA C597		0x0023	Sierra Wireless Compass 597
4273c0e2c178SAndrew Thompsonproduct SIERRA MC5727		0x0024	MC5727
4274c0e2c178SAndrew Thompsonproduct SIERRA T598		0x0025	T598
4275c0e2c178SAndrew Thompsonproduct SIERRA T11		0x0026	T11
4276c0e2c178SAndrew Thompsonproduct SIERRA AC402		0x0027	AC402
4277c0e2c178SAndrew Thompsonproduct SIERRA MC5728		0x0028	MC5728
4278c0e2c178SAndrew Thompsonproduct SIERRA E0029		0x0029	E0029
4279c0e2c178SAndrew Thompsonproduct SIERRA AIRCARD580	0x0112	Sierra Wireless AirCard 580
4280c0e2c178SAndrew Thompsonproduct SIERRA AC595U		0x0120	Sierra Wireless AirCard 595U
4281c0e2c178SAndrew Thompsonproduct SIERRA MC5720		0x0218	MC5720 Wireless Modem
4282c0e2c178SAndrew Thompsonproduct SIERRA MINI5725		0x0220	Sierra Wireless miniPCI 5275
4283c0e2c178SAndrew Thompsonproduct SIERRA MC5727_2		0x0224	MC5727
4284c0e2c178SAndrew Thompsonproduct SIERRA MC8755_2		0x6802	MC8755
4285c0e2c178SAndrew Thompsonproduct SIERRA MC8765		0x6803	MC8765
4286c0e2c178SAndrew Thompsonproduct SIERRA MC8755		0x6804	MC8755
4287c0e2c178SAndrew Thompsonproduct SIERRA MC8765_2		0x6805	MC8765
4288c0e2c178SAndrew Thompsonproduct SIERRA MC8755_4		0x6808	MC8755
4289c0e2c178SAndrew Thompsonproduct SIERRA MC8765_3		0x6809	MC8765
4290c0e2c178SAndrew Thompsonproduct SIERRA AC875U		0x6812	AC875U HSDPA USB Modem
4291c0e2c178SAndrew Thompsonproduct SIERRA MC8755_3		0x6813	MC8755 HSDPA
4292c0e2c178SAndrew Thompsonproduct SIERRA MC8775_2		0x6815	MC8775
4293c0e2c178SAndrew Thompsonproduct SIERRA MC8775		0x6816	MC8775
429402ac6454SAndrew Thompsonproduct SIERRA AC875		0x6820	Sierra Wireless AirCard 875
4295c0e2c178SAndrew Thompsonproduct SIERRA AC875U_2		0x6821	AC875U
4296c0e2c178SAndrew Thompsonproduct SIERRA AC875E		0x6822	AC875E
4297c0e2c178SAndrew Thompsonproduct SIERRA MC8780		0x6832	MC8780
4298c0e2c178SAndrew Thompsonproduct SIERRA MC8781		0x6833	MC8781
4299c0e2c178SAndrew Thompsonproduct SIERRA MC8780_2		0x6834	MC8780
4300c0e2c178SAndrew Thompsonproduct SIERRA MC8781_2		0x6835	MC8781
4301c0e2c178SAndrew Thompsonproduct SIERRA MC8780_3		0x6838	MC8780
4302c0e2c178SAndrew Thompsonproduct SIERRA MC8781_3		0x6839	MC8781
4303c0e2c178SAndrew Thompsonproduct SIERRA MC8785		0x683A	MC8785
4304c0e2c178SAndrew Thompsonproduct SIERRA MC8785_2		0x683B	MC8785
4305c0e2c178SAndrew Thompsonproduct SIERRA MC8790		0x683C	MC8790
4306c0e2c178SAndrew Thompsonproduct SIERRA MC8791		0x683D	MC8791
4307c0e2c178SAndrew Thompsonproduct SIERRA MC8792		0x683E	MC8792
430802ac6454SAndrew Thompsonproduct SIERRA AC880		0x6850	Sierra Wireless AirCard 880
430902ac6454SAndrew Thompsonproduct SIERRA AC881		0x6851	Sierra Wireless AirCard 881
431002ac6454SAndrew Thompsonproduct SIERRA AC880E		0x6852	Sierra Wireless AirCard 880E
431102ac6454SAndrew Thompsonproduct SIERRA AC881E		0x6853	Sierra Wireless AirCard 881E
431202ac6454SAndrew Thompsonproduct SIERRA AC880U		0x6855	Sierra Wireless AirCard 880U
431302ac6454SAndrew Thompsonproduct SIERRA AC881U		0x6856	Sierra Wireless AirCard 881U
4314c0e2c178SAndrew Thompsonproduct SIERRA AC885E		0x6859	AC885E
4315c0e2c178SAndrew Thompsonproduct SIERRA AC885E_2		0x685A	AC885E
431602ac6454SAndrew Thompsonproduct SIERRA AC885U		0x6880	Sierra Wireless AirCard 885U
4317c0e2c178SAndrew Thompsonproduct SIERRA C888		0x6890	C888
4318c0e2c178SAndrew Thompsonproduct SIERRA C22		0x6891	C22
4319c0e2c178SAndrew Thompsonproduct SIERRA E6892		0x6892	E6892
4320c0e2c178SAndrew Thompsonproduct SIERRA E6893		0x6893	E6893
4321fcc8d2e1SAndrew Thompsonproduct SIERRA MC8700		0x68A3	MC8700
43225effc557SRenato Botelhoproduct SIERRA MC7354		0x68C0	MC7354
43231a2b77cfSRenato Botelhoproduct SIERRA MC7355		0x9041	MC7355
43242cb568fcSHans Petter Selaskyproduct SIERRA MC7430		0x9071	Sierra Wireless MC7430 Qualcomm Snapdragon X7 LTE-A
4325a40c00a5SHans Petter Selaskyproduct SIERRA AC313U		0x68aa	Sierra Wireless AirCard 313U
432602ac6454SAndrew Thompsonproduct SIERRA TRUINSTALL	0x0fff	Aircard Tru Installer
432702ac6454SAndrew Thompson
432802ac6454SAndrew Thompson/* Sigmatel products */
4329208f52daSAndrew Thompsonproduct SIGMATEL WBT_3052	0x4200	WBT-3052 IrDA/USB Bridge
433002ac6454SAndrew Thompsonproduct SIGMATEL I_BEAD100	0x8008	i-Bead 100 MP3 Player
433102ac6454SAndrew Thompson
433202ac6454SAndrew Thompson/* SIIG products */
433302ac6454SAndrew Thompson/* Also: Omnidirectional Control Technology products */
433402ac6454SAndrew Thompsonproduct SIIG DIGIFILMREADER	0x0004	DigiFilm-Combo Reader
433502ac6454SAndrew Thompsonproduct SIIG WINTERREADER	0x0330	WINTERREADER Reader
43363426950eSHans Petter Selaskyproduct SIIG2 DK201		0x0103	FTDI compatible adapter
433702ac6454SAndrew Thompsonproduct SIIG2 USBTOETHER	0x0109	USB TO Ethernet
433802ac6454SAndrew Thompsonproduct SIIG2 US2308		0x0421	Serial
433902ac6454SAndrew Thompson
434002ac6454SAndrew Thompson/* Silicom products */
434102ac6454SAndrew Thompsonproduct SILICOM U2E		0x0001	U2E
434202ac6454SAndrew Thompsonproduct SILICOM GPE		0x0002	Psion Gold Port Ethernet
434302ac6454SAndrew Thompson
434402ac6454SAndrew Thompson/* SI Labs */
4345a713d656SGavin Atkinsonproduct SILABS	VSTABI		0x0f91	VStabi Controller
4346ce617acaSGavin Atkinsonproduct SILABS	ARKHAM_DS101_M	0x1101	Arkham DS101 Monitor
4347ce617acaSGavin Atkinsonproduct SILABS	ARKHAM_DS101_A	0x1601	Arkham DS101 Adapter
4348a713d656SGavin Atkinsonproduct SILABS	BSM7DUSB	0x800a	SPORTident BSM7-D USB
434902ac6454SAndrew Thompsonproduct SILABS	POLOLU		0x803b	Pololu Serial
4350ce617acaSGavin Atkinsonproduct SILABS	CYGNAL_DEBUG	0x8044	Cygnal Debug Adapter
4351ce617acaSGavin Atkinsonproduct SILABS	SB_PARAMOUNT_ME	0x8043	Software Bisque Paramount ME
4352750a2682SAndrew Thompsonproduct SILABS	SAEL		0x8053	SA-EL USB
4353ce617acaSGavin Atkinsonproduct SILABS	GSM2228		0x8054	Enfora GSM2228 USB
435402ac6454SAndrew Thompsonproduct SILABS	ARGUSISP	0x8066	Argussoft ISP
4355ce617acaSGavin Atkinsonproduct SILABS	IMS_USB_RS422	0x806f	IMS USB-RS422
435602ac6454SAndrew Thompsonproduct SILABS	CRUMB128	0x807a	Crumb128 board
435778a1f140SGavin Atkinsonproduct SILABS	OPTRIS_MSPRO	0x80c4	Optris MSpro LT Thermometer
435802ac6454SAndrew Thompsonproduct SILABS	DEGREE		0x80ca	Degree Controls Inc
435946cbe200SGavin Atkinsonproduct SILABS	TRACIENT	0x80dd	Tracient RFID
436002ac6454SAndrew Thompsonproduct SILABS	TRAQMATE	0x80ed	Track Systems Traqmate
436102ac6454SAndrew Thompsonproduct SILABS	SUUNTO		0x80f6	Suunto Sports Instrument
4362ce617acaSGavin Atkinsonproduct SILABS	ARYGON_MIFARE	0x8115	Arygon Mifare RFID reader
436302ac6454SAndrew Thompsonproduct SILABS	BURNSIDE	0x813d	Burnside Telecon Deskmobile
4364ce617acaSGavin Atkinsonproduct SILABS	TAMSMASTER	0x813f	Tams Master Easy Control
4365ce617acaSGavin Atkinsonproduct SILABS	WMRBATT		0x814a	WMR RIGblaster Plug&Play
4366ce617acaSGavin Atkinsonproduct SILABS	WMRRIGBLASTER	0x814a	WMR RIGblaster Plug&Play
4367ce617acaSGavin Atkinsonproduct SILABS	WMRRIGTALK	0x814b	WMR RIGtalk RT1
43688f3ce105SGavin Atkinsonproduct SILABS	B_G_H3000	0x8156	B&G H3000 Data Cable
436902ac6454SAndrew Thompsonproduct SILABS	HELICOM		0x815e	Helicomm IP-Link 1220-DVM
437078a1f140SGavin Atkinsonproduct SILABS	HAMLINKUSB	0x815f	Timewave HamLinkUSB
4371ce617acaSGavin Atkinsonproduct SILABS	AVIT_USB_TTL	0x818b	AVIT Research USB-TTL
4372a713d656SGavin Atkinsonproduct SILABS	MJS_TOSLINK	0x819f	MJS USB-TOSLINK
4373ce617acaSGavin Atkinsonproduct SILABS	WAVIT		0x81a6	ThinkOptics WavIt
437478a1f140SGavin Atkinsonproduct SILABS	MULTIPLEX_RC	0x81a9	Multiplex RC adapter
4375ce617acaSGavin Atkinsonproduct SILABS	MSD_DASHHAWK	0x81ac	MSD DashHawk
4376ce617acaSGavin Atkinsonproduct SILABS	INSYS_MODEM	0x81ad	INSYS Modem
437702ac6454SAndrew Thompsonproduct SILABS	LIPOWSKY_JTAG	0x81c8	Lipowsky Baby-JTAG
437802ac6454SAndrew Thompsonproduct SILABS	LIPOWSKY_LIN	0x81e2	Lipowsky Baby-LIN
437946cbe200SGavin Atkinsonproduct SILABS	AEROCOMM	0x81e7	Aerocomm Radio
4380ce617acaSGavin Atkinsonproduct SILABS	ZEPHYR_BIO	0x81e8	Zephyr Bioharness
4381ce617acaSGavin Atkinsonproduct SILABS	EMS_C1007	0x81f2	EMS C1007 HF RFID controller
438202ac6454SAndrew Thompsonproduct SILABS	LIPOWSKY_HARP	0x8218	Lipowsky HARP-1
4383ce617acaSGavin Atkinsonproduct SILABS	C2_EDGE_MODEM	0x822b	Commander 2 EDGE(GSM) Modem
4384ce617acaSGavin Atkinsonproduct SILABS	CYGNAL_GPS	0x826b	Cygnal Fasttrax GPS
4385a713d656SGavin Atkinsonproduct SILABS	TELEGESIS_ETRX2	0x8293	Telegesis ETRX2USB
4386ce617acaSGavin Atkinsonproduct SILABS	PROCYON_AVS	0x82f9	Procyon AVS
438746cbe200SGavin Atkinsonproduct SILABS	MC35PU		0x8341	MC35pu
4388ce617acaSGavin Atkinsonproduct SILABS	CYGNAL		0x8382	Cygnal
4389ce617acaSGavin Atkinsonproduct SILABS	AMBER_AMB2560	0x83a8	Amber Wireless AMB2560
439078a1f140SGavin Atkinsonproduct SILABS	DEKTEK_DTAPLUS	0x83d8	DekTec DTA Plus VHF/UHF Booster
4391ce617acaSGavin Atkinsonproduct SILABS	KYOCERA_GPS	0x8411	Kyocera GPS
439278a1f140SGavin Atkinsonproduct SILABS	IRZ_SG10	0x8418	IRZ SG-10 GSM/GPRS Modem
4393ce617acaSGavin Atkinsonproduct SILABS	BEI_VCP		0x846e	BEI USB Sensor (VCP)
43948f3ce105SGavin Atkinsonproduct SILABS	BALLUFF_RFID	0x8477	Balluff RFID reader
439578a1f140SGavin Atkinsonproduct SILABS	AC_SERV_IBUS	0x85ea	AC-Services IBUS Interface
439678a1f140SGavin Atkinsonproduct SILABS	AC_SERV_CIS	0x85eb	AC-Services CIS-IBUS
4397ee0d8611SGavin Atkinsonproduct SILABS	V_PREON32	0x85f8	Virtenio Preon32
439878a1f140SGavin Atkinsonproduct SILABS	AC_SERV_CAN	0x8664	AC-Services CAN Interface
439978a1f140SGavin Atkinsonproduct SILABS	AC_SERV_OBD	0x8665	AC-Services OBD Interface
4400ee0d8611SGavin Atkinsonproduct SILABS	MMB_ZIGBEE	0x88a4	MMB Networks ZigBee
4401ee0d8611SGavin Atkinsonproduct SILABS	INGENI_ZIGBEE	0x88a5	Planet Innovation Ingeni ZigBee
4402c32d1cceSHans Petter Selaskyproduct SILABS	HUBZ		0x8a2a	HubZ dual ZigBee and Z-Wave
4403540f67beSHans Petter Selaskyproduct SILABS	BV_AV2010_10	0x8b34	Bitron Video AV2010/10 ZigBee USB Stick
440446cbe200SGavin Atkinsonproduct SILABS	CP2102		0xea60	SILABS USB UART
440502ac6454SAndrew Thompsonproduct SILABS	CP210X_2	0xea61	CP210x Serial
440678a1f140SGavin Atkinsonproduct SILABS	CP210X_3	0xea70	CP210x Serial
440778a1f140SGavin Atkinsonproduct SILABS	CP210X_4	0xea80	CP210x Serial
4408ce617acaSGavin Atkinsonproduct SILABS	INFINITY_MIC	0xea71	Infinity GPS-MIC-1 Radio Monophone
440970b152cbSAndriy Gaponproduct SILABS	CP2112		0xea90	CP2112 HID USB-to-SMBus Bridge with GPIO
441046cbe200SGavin Atkinsonproduct SILABS	USBSCOPE50	0xf001	USBscope50
441146cbe200SGavin Atkinsonproduct SILABS	USBWAVE12	0xf002	USBwave12
441246cbe200SGavin Atkinsonproduct SILABS	USBPULSE100	0xf003	USBpulse100
441346cbe200SGavin Atkinsonproduct SILABS	USBCOUNT50	0xf004	USBcount50
441402ac6454SAndrew Thompsonproduct SILABS2 DCU11CLONE	0xaa26	DCU-11 clone
441546cbe200SGavin Atkinsonproduct SILABS3 GPRS_MODEM	0xea61	GPRS Modem
4416ce617acaSGavin Atkinsonproduct SILABS4 100EU_MODEM	0xea61	GPRS Modem 100EU
441702ac6454SAndrew Thompson
441802ac6454SAndrew Thompson/* Silicon Portals Inc. */
441902ac6454SAndrew Thompsonproduct SILICONPORTALS YAPPH_NF	0x0200	YAP Phone (no firmware)
442002ac6454SAndrew Thompsonproduct SILICONPORTALS YAPPHONE	0x0201	YAP Phone
442102ac6454SAndrew Thompson
442202ac6454SAndrew Thompson/* Sirius Technologies products */
442302ac6454SAndrew Thompsonproduct SIRIUS ROADSTER		0x0001	NetComm Roadster II 56 USB
442402ac6454SAndrew Thompson
442502ac6454SAndrew Thompson/* Sitecom products */
442602ac6454SAndrew Thompsonproduct SITECOM LN029		0x182d	USB 2.0 Ethernet
442702ac6454SAndrew Thompsonproduct SITECOM SERIAL		0x2068	USB to serial cable (v2)
442802ac6454SAndrew Thompsonproduct SITECOM2 WL022		0x182d	WL-022
442902ac6454SAndrew Thompson
443002ac6454SAndrew Thompson/* Sitecom Europe products */
4431069f1a80SAndrew Thompsonproduct SITECOMEU RT2870_1	0x0017	RT2870
4432f8b51ca5SWeongyo Jeongproduct SITECOMEU WL168V1	0x000d	WL-168 v1
4433b2dce55fSHans Petter Selaskyproduct SITECOMEU LN030  	0x0021	MCS7830
4434f8b51ca5SWeongyo Jeongproduct SITECOMEU WL168V4	0x0028	WL-168 v4
4435069f1a80SAndrew Thompsonproduct SITECOMEU RT2870_2	0x002b	RT2870
4436069f1a80SAndrew Thompsonproduct SITECOMEU RT2870_3	0x002c	RT2870
4437069f1a80SAndrew Thompsonproduct SITECOMEU RT2870_4	0x002d	RT2870
4438069f1a80SAndrew Thompsonproduct SITECOMEU RT2770	0x0039	RT2770
4439069f1a80SAndrew Thompsonproduct SITECOMEU RT3070_2	0x003b	RT3070
4440069f1a80SAndrew Thompsonproduct SITECOMEU RT3070_3	0x003c	RT3070
4441069f1a80SAndrew Thompsonproduct SITECOMEU RT3070_4	0x003d	RT3070
4442069f1a80SAndrew Thompsonproduct SITECOMEU RT3070	0x003e	RT3070
4443069f1a80SAndrew Thompsonproduct SITECOMEU WL608		0x003f	WL-608
44443707a5e9SAndrew Thompsonproduct SITECOMEU RT3071	0x0040	RT3071
4445069f1a80SAndrew Thompsonproduct SITECOMEU RT3072_1	0x0041	RT3072
4446069f1a80SAndrew Thompsonproduct SITECOMEU RT3072_2	0x0042	RT3072
4447a5dcb064SRui Pauloproduct SITECOMEU WL353		0x0045	WL-353
4448069f1a80SAndrew Thompsonproduct SITECOMEU RT3072_3	0x0047	RT3072
4449069f1a80SAndrew Thompsonproduct SITECOMEU RT3072_4	0x0048	RT3072
4450069f1a80SAndrew Thompsonproduct SITECOMEU RT3072_5	0x004a	RT3072
4451a5dcb064SRui Pauloproduct SITECOMEU WL349V1	0x004b	WL-349 v1
4452069f1a80SAndrew Thompsonproduct SITECOMEU RT3072_6	0x004d	RT3072
445398d2a76eSAndriy Voskoboinykproduct SITECOMEU WLA1000	0x005b	WLA-1000
4454c2c2fc4dSRui Pauloproduct SITECOMEU RTL8188CU_1	0x0052	RTL8188CU
4455c2c2fc4dSRui Pauloproduct SITECOMEU RTL8188CU_2	0x005c	RTL8188CU
4456c2c2fc4dSRui Pauloproduct SITECOMEU RTL8192CU	0x0061	RTL8192CU
4457d32048bbSKevin Loproduct SITECOMEU LN032		0x0072	LN-032
445807fa0846SAndriy Voskoboinykproduct SITECOMEU WLA7100	0x0074	WLA-7100
4459dd876af4SKristof Provostproduct SITECOMEU LN031  	0x0056	LN-031
446002ac6454SAndrew Thompsonproduct SITECOMEU LN028		0x061c	LN-028
446102ac6454SAndrew Thompsonproduct SITECOMEU WL113		0x9071	WL-113
446202ac6454SAndrew Thompsonproduct SITECOMEU ZD1211B	0x9075	ZD1211B
446302ac6454SAndrew Thompsonproduct SITECOMEU WL172		0x90ac	WL-172
446402ac6454SAndrew Thompsonproduct SITECOMEU WL113R2	0x9712	WL-113 rev 2
446502ac6454SAndrew Thompson
446602ac6454SAndrew Thompson/* Skanhex Technology products */
446702ac6454SAndrew Thompsonproduct SKANHEX MD_7425		0x410a	MD 7425 Camera
446802ac6454SAndrew Thompsonproduct SKANHEX SX_520Z		0x5200	SX 520z Camera
446902ac6454SAndrew Thompson
4470f5113df9SGavin Atkinson/* Smart Technologies products */
4471f5113df9SGavin Atkinsonproduct SMART PL2303		0x2303	Serial adapter
4472f5113df9SGavin Atkinson
4473284a8f6fSOleksandr Tymoshenko/* Smart Modular Technologies products */
4474284a8f6fSOleksandr Tymoshenkoproduct SMART2 G2MEMKEY		0x1700	G2 Memory Key
4475284a8f6fSOleksandr Tymoshenko
447602ac6454SAndrew Thompson/* SmartBridges products */
447702ac6454SAndrew Thompsonproduct SMARTBRIDGES SMARTLINK	0x0001	SmartLink USB Ethernet
447802ac6454SAndrew Thompsonproduct SMARTBRIDGES SMARTNIC	0x0003	smartNIC 2 PnP Ethernet
447902ac6454SAndrew Thompson
44803c41bcdfSIan Lepore/* Microchip Technology (formerly SMC) products */
448102ac6454SAndrew Thompsonproduct SMC 2102USB		0x0100	10Mbps Ethernet
448202ac6454SAndrew Thompsonproduct SMC 2202USB		0x0200	10/100 Ethernet
448302ac6454SAndrew Thompsonproduct SMC 2206USB		0x0201	EZ Connect USB Ethernet
448402ac6454SAndrew Thompsonproduct SMC 2862WG		0xee13	EZ Connect Wireless Adapter
448502ac6454SAndrew Thompsonproduct SMC2 2020HUB		0x2020	USB Hub
44863c41bcdfSIan Leporeproduct SMC2 2513HUB		0x2513	USB Hub
44873fed7cb2SAndrew Thompsonproduct SMC2 2514HUB		0x2514	USB Hub
44883c41bcdfSIan Leporeproduct SMC2 2517HUB		0x2517	USB Hub
448902ac6454SAndrew Thompsonproduct SMC3 2662WUSB		0xa002	2662W-AR Wireless
4490d2a80426SEd Masteproduct SMC2 LAN7800_ETH	0x7800	USB/Ethernet
4491d2a80426SEd Masteproduct SMC2 LAN7801_ETH	0x7801	USB/Ethernet
449203ba5353SEd Masteproduct SMC2 LAN7850_ETH	0x7850	USB/Ethernet
4493cd8d304eSGavin Atkinsonproduct SMC2 LAN9500_ETH	0x9500	USB/Ethernet
4494cd8d304eSGavin Atkinsonproduct SMC2 LAN9505_ETH	0x9505	USB/Ethernet
4495cd8d304eSGavin Atkinsonproduct SMC2 LAN9530_ETH	0x9530	USB/Ethernet
4496cd8d304eSGavin Atkinsonproduct SMC2 LAN9730_ETH	0x9730	USB/Ethernet
4497cd8d304eSGavin Atkinsonproduct SMC2 LAN9500_SAL10	0x9900	USB/Ethernet
4498cd8d304eSGavin Atkinsonproduct SMC2 LAN9505_SAL10	0x9901	USB/Ethernet
4499cd8d304eSGavin Atkinsonproduct SMC2 LAN9500A_SAL10	0x9902	USB/Ethernet
4500cd8d304eSGavin Atkinsonproduct SMC2 LAN9505A_SAL10	0x9903	USB/Ethernet
4501cd8d304eSGavin Atkinsonproduct SMC2 LAN9514_SAL10	0x9904	USB/Ethernet
4502cd8d304eSGavin Atkinsonproduct SMC2 LAN9500A_HAL	0x9905	USB/Ethernet
4503cd8d304eSGavin Atkinsonproduct SMC2 LAN9505A_HAL	0x9906	USB/Ethernet
4504cd8d304eSGavin Atkinsonproduct SMC2 LAN9500_ETH_2	0x9907	USB/Ethernet
4505cd8d304eSGavin Atkinsonproduct SMC2 LAN9500A_ETH_2	0x9908	USB/Ethernet
4506cd8d304eSGavin Atkinsonproduct SMC2 LAN9514_ETH_2	0x9909	USB/Ethernet
4507cd8d304eSGavin Atkinsonproduct SMC2 LAN9500A_ETH	0x9e00	USB/Ethernet
4508cd8d304eSGavin Atkinsonproduct SMC2 LAN9505A_ETH	0x9e01	USB/Ethernet
4509cd8d304eSGavin Atkinsonproduct SMC2 LAN89530_ETH	0x9e08	USB/Ethernet
4510b011f8c4SOleksandr Tymoshenkoproduct SMC2 LAN9514_ETH	0xec00	USB/Ethernet
451102ac6454SAndrew Thompson
451202ac6454SAndrew Thompson/* SOHOware products */
451302ac6454SAndrew Thompsonproduct SOHOWARE NUB100		0x9100	10/100 USB Ethernet
451402ac6454SAndrew Thompsonproduct SOHOWARE NUB110		0x9110	10/100 USB Ethernet
451502ac6454SAndrew Thompson
451602ac6454SAndrew Thompson/* SOLID YEAR products */
451702ac6454SAndrew Thompsonproduct SOLIDYEAR KEYBOARD	0x2101	Solid Year USB keyboard
451802ac6454SAndrew Thompson
451902ac6454SAndrew Thompson/* SONY products */
452002ac6454SAndrew Thompsonproduct SONY DSC		0x0010	DSC cameras
452102ac6454SAndrew Thompsonproduct SONY MS_NW_MS7		0x0025	Memorystick NW-MS7
452202ac6454SAndrew Thompsonproduct SONY PORTABLE_HDD_V2	0x002b	Portable USB Harddrive V2
452302ac6454SAndrew Thompsonproduct SONY MSACUS1		0x002d	Memorystick MSAC-US1
452402ac6454SAndrew Thompsonproduct SONY HANDYCAM		0x002e	Handycam
452502ac6454SAndrew Thompsonproduct SONY MSC		0x0032	MSC memory stick slot
452602ac6454SAndrew Thompsonproduct SONY CLIE_35		0x0038	Sony Clie v3.5
452702ac6454SAndrew Thompsonproduct SONY MS_PEG_N760C	0x0058	PEG N760c Memorystick
452802ac6454SAndrew Thompsonproduct SONY CLIE_40		0x0066	Sony Clie v4.0
452902ac6454SAndrew Thompsonproduct SONY MS_MSC_U03		0x0069	Memorystick MSC-U03
453002ac6454SAndrew Thompsonproduct SONY CLIE_40_MS		0x006d	Sony Clie v4.0 Memory Stick slot
453102ac6454SAndrew Thompsonproduct SONY CLIE_S360		0x0095	Sony Clie s360
453202ac6454SAndrew Thompsonproduct SONY CLIE_41_MS		0x0099	Sony Clie v4.1 Memory Stick slot
453302ac6454SAndrew Thompsonproduct SONY CLIE_41		0x009a	Sony Clie v4.1
453402ac6454SAndrew Thompsonproduct SONY CLIE_NX60		0x00da	Sony Clie nx60
453502ac6454SAndrew Thompsonproduct SONY CLIE_TH55		0x0144	Sony Clie th55
453602ac6454SAndrew Thompsonproduct SONY CLIE_TJ37		0x0169	Sony Clie tj37
453702ac6454SAndrew Thompsonproduct SONY RF_RECEIVER	0x01db	Sony RF mouse/kbd Receiver VGP-WRC1
4538f5113df9SGavin Atkinsonproduct SONY QN3		0x0437	Sony QN3 CMD-Jxx phone cable
453902ac6454SAndrew Thompson
454002ac6454SAndrew Thompson/* Sony Ericsson products */
4541f5113df9SGavin Atkinsonproduct SONYERICSSON DCU10	0x0528	DCU-10 Phone Data Cable
4542f5113df9SGavin Atkinsonproduct SONYERICSSON DATAPILOT	0x2003	Datapilot Phone Cable
454302ac6454SAndrew Thompson
454402ac6454SAndrew Thompson/* SOURCENEXT products */
454502ac6454SAndrew Thompsonproduct SOURCENEXT KEIKAI8	0x039f	KeikaiDenwa 8
454602ac6454SAndrew Thompsonproduct SOURCENEXT KEIKAI8_CHG	0x012e	KeikaiDenwa 8 with charger
454702ac6454SAndrew Thompson
454802ac6454SAndrew Thompson/* SparkLAN products */
454902ac6454SAndrew Thompsonproduct SPARKLAN RT2573		0x0004	RT2573
4550069f1a80SAndrew Thompsonproduct SPARKLAN RT2870_1	0x0006	RT2870
4551069f1a80SAndrew Thompsonproduct SPARKLAN RT3070		0x0010	RT3070
455202ac6454SAndrew Thompson
4553e1f3a66fSHans Petter Selasky/* Soundgraph products */
4554e1f3a66fSHans Petter Selaskyproduct SOUNDGRAPH IMON_VFD	0x0044	Antec Veris Elite VFD Panel, Knob, and Remote
4555e1f3a66fSHans Petter Selaskyproduct SOUNDGRAPH SSTONE_LC16	0xffdc	Silverstone LC16 VFD Panel, Knob, and Remote
4556e1f3a66fSHans Petter Selasky
4557f5113df9SGavin Atkinson/* Speed Dragon Multimedia products */
4558f5113df9SGavin Atkinsonproduct SPEEDDRAGON MS3303H	0x110b	MS3303H Serial
4559f5113df9SGavin Atkinson
456002ac6454SAndrew Thompson/* Sphairon Access Systems GmbH products */
456102ac6454SAndrew Thompsonproduct SPHAIRON UB801R		0x0110	UB801R
456202ac6454SAndrew Thompson
456302ac6454SAndrew Thompson/* Stelera Wireless products */
456402ac6454SAndrew Thompsonproduct STELERA ZEROCD		0x1000	Zerocd Installer
456502ac6454SAndrew Thompsonproduct STELERA C105		0x1002	Stelera/Bandrish C105 USB
4566c0e2c178SAndrew Thompsonproduct STELERA E1003		0x1003	3G modem
4567c0e2c178SAndrew Thompsonproduct STELERA E1004		0x1004	3G modem
4568c0e2c178SAndrew Thompsonproduct STELERA E1005		0x1005	3G modem
4569c0e2c178SAndrew Thompsonproduct STELERA E1006		0x1006	3G modem
4570c0e2c178SAndrew Thompsonproduct STELERA E1007		0x1007	3G modem
4571c0e2c178SAndrew Thompsonproduct STELERA E1008		0x1008	3G modem
4572c0e2c178SAndrew Thompsonproduct STELERA E1009		0x1009	3G modem
4573c0e2c178SAndrew Thompsonproduct STELERA E100A		0x100a	3G modem
4574c0e2c178SAndrew Thompsonproduct STELERA E100B		0x100b	3G modem
4575c0e2c178SAndrew Thompsonproduct STELERA E100C		0x100c	3G modem
4576c0e2c178SAndrew Thompsonproduct STELERA E100D		0x100d	3G modem
4577c0e2c178SAndrew Thompsonproduct STELERA E100E		0x100e	3G modem
4578c0e2c178SAndrew Thompsonproduct STELERA E100F		0x100f	3G modem
4579c0e2c178SAndrew Thompsonproduct STELERA E1010		0x1010	3G modem
4580c0e2c178SAndrew Thompsonproduct STELERA E1011		0x1011	3G modem
4581c0e2c178SAndrew Thompsonproduct STELERA E1012		0x1012	3G modem
458202ac6454SAndrew Thompson
458302ac6454SAndrew Thompson/* STMicroelectronics products */
458402ac6454SAndrew Thompsonproduct STMICRO BIOCPU		0x2016	Biometric Coprocessor
458502ac6454SAndrew Thompsonproduct STMICRO COMMUNICATOR	0x7554	USB Communicator
4586ef3afaddSMarcel Moolenaarproduct STMICRO ST72682		0xfada  USB 2.0 Flash drive controller
458702ac6454SAndrew Thompson
458802ac6454SAndrew Thompson/* STSN products */
458902ac6454SAndrew Thompsonproduct STSN STSN0001		0x0001	Internet Access Device
459002ac6454SAndrew Thompson
459102ac6454SAndrew Thompson/* SUN Corporation products */
459202ac6454SAndrew Thompsonproduct SUNTAC DS96L		0x0003	SUNTAC U-Cable type D2
459302ac6454SAndrew Thompsonproduct SUNTAC PS64P1		0x0005	SUNTAC U-Cable type P1
459402ac6454SAndrew Thompsonproduct SUNTAC VS10U		0x0009	SUNTAC Slipper U
459502ac6454SAndrew Thompsonproduct SUNTAC IS96U		0x000a	SUNTAC Ir-Trinity
459602ac6454SAndrew Thompsonproduct SUNTAC AS64LX		0x000b	SUNTAC U-Cable type A3
459702ac6454SAndrew Thompsonproduct SUNTAC AS144L4		0x0011	SUNTAC U-Cable type A4
459802ac6454SAndrew Thompson
459902ac6454SAndrew Thompson/* Sun Microsystems products */
4600102bad65SRenato Botelhoproduct SUN KEYBOARD_TYPE_6	0x0005	Type 6 USB keyboard
4601102bad65SRenato Botelhoproduct SUN KEYBOARD_TYPE_7	0x00a2	Type 7 USB keyboard
460202ac6454SAndrew Thompson/* XXX The above is a North American PC style keyboard possibly */
460302ac6454SAndrew Thompsonproduct SUN MOUSE		0x0100	Type 6 USB mouse
4604102bad65SRenato Botelhoproduct SUN KBD_HUB		0x100e	Kbd Hub
460502ac6454SAndrew Thompson
46067f14a4d6SGavin Atkinson/* Sunplus Innovation Technology Inc. products */
46077f14a4d6SGavin Atkinsonproduct SUNPLUS USBMOUSE	0x0007	USB Optical Mouse
46087f14a4d6SGavin Atkinson
4609d3db083bSAndrew Thompson/* Super Top products */
4610d3db083bSAndrew Thompsonproduct	SUPERTOP IDE		0x6600	USB-IDE
4611d6025c7bSEitan Adlerproduct	SUPERTOP FLASHDRIVE	0x121c	extrememory Snippy
4612d3db083bSAndrew Thompson
4613ce617acaSGavin Atkinson/* Syntech products */
4614f5113df9SGavin Atkinsonproduct SYNTECH CPT8001C	0x0001	CPT-8001C Barcode scanner
4615ce617acaSGavin Atkinsonproduct	SYNTECH CYPHERLAB100	0x1000	CipherLab USB Barcode Scanner
4616ce617acaSGavin Atkinson
461777c33ae7SAlfred Perlstein/* Teclast products */
461877c33ae7SAlfred Perlsteinproduct TECLAST TLC300		0x3203	USB Media Player
461977c33ae7SAlfred Perlstein
46203426950eSHans Petter Selasky/* Testo products */
46213426950eSHans Petter Selaskyproduct TESTO USB_INTERFACE	0x0001	FTDI compatible adapter
46223426950eSHans Petter Selasky
4623271e5fb0SHans Petter Selasky/* TexTech products */
4624271e5fb0SHans Petter Selaskyproduct TEXTECH DUMMY		0x0000	Dummy product
4625271e5fb0SHans Petter Selaskyproduct TEXTECH U2M_1		0x0101	Textech USB MIDI cable
4626271e5fb0SHans Petter Selaskyproduct TEXTECH U2M_2		0x1806	Textech USB MIDI cable
4627271e5fb0SHans Petter Selasky
46283426950eSHans Petter Selasky/* The Mobility Lab products */
46293426950eSHans Petter Selaskyproduct TML USB_SERIAL		0x0064	FTDI compatible adapter
46303426950eSHans Petter Selasky
46313426950eSHans Petter Selasky/* Thurlby Thandar Instrument products */
46323426950eSHans Petter Selaskyproduct TTI QL355P		0x03e8	FTDI compatible adapter
46333426950eSHans Petter Selasky
463402ac6454SAndrew Thompson/* Supra products */
463502ac6454SAndrew Thompsonproduct DIAMOND2 SUPRAEXPRESS56K 0x07da	Supra Express 56K modem
463602ac6454SAndrew Thompsonproduct DIAMOND2 SUPRA2890	0x0b4a	SupraMax 2890 56K Modem
463702ac6454SAndrew Thompsonproduct DIAMOND2 RIO600USB	0x5001	Rio 600 USB
463802ac6454SAndrew Thompsonproduct DIAMOND2 RIO800USB	0x5002	Rio 800 USB
463902ac6454SAndrew Thompson
464002ac6454SAndrew Thompson/* Surecom Technology products */
4641f8b51ca5SWeongyo Jeongproduct SURECOM EP9001G2A	0x11f2	EP-9001-G rev 2A
464202ac6454SAndrew Thompsonproduct SURECOM RT2570		0x11f3	RT2570
464302ac6454SAndrew Thompsonproduct SURECOM RT2573		0x31f3	RT2573
464402ac6454SAndrew Thompson
464502ac6454SAndrew Thompson/* Sweex products */
464602ac6454SAndrew Thompsonproduct SWEEX ZD1211		0x1809	ZD1211
46473707a5e9SAndrew Thompsonproduct SWEEX2 LW153		0x0153	LW153
4648a5dcb064SRui Pauloproduct SWEEX2 LW154		0x0154	LW154
4649069f1a80SAndrew Thompsonproduct SWEEX2 LW303		0x0302	LW303
4650069f1a80SAndrew Thompsonproduct SWEEX2 LW313		0x0313	LW313
465102ac6454SAndrew Thompson
465202ac6454SAndrew Thompson/* System TALKS, Inc. */
465302ac6454SAndrew Thompsonproduct SYSTEMTALKS SGCX2UL	0x1920	SGC-X2UL
465402ac6454SAndrew Thompson
465502ac6454SAndrew Thompson/* Tapwave products */
465602ac6454SAndrew Thompsonproduct TAPWAVE ZODIAC		0x0100	Zodiac
465702ac6454SAndrew Thompson
465802ac6454SAndrew Thompson/* Taugagreining products */
465902ac6454SAndrew Thompsonproduct TAUGA CAMERAMATE	0x0005	CameraMate (DPCM_USB)
466002ac6454SAndrew Thompson
4661c0e2c178SAndrew Thompson/* TCTMobile products */
4662c0e2c178SAndrew Thompsonproduct TCTMOBILE X060S		0x0000	X060S 3G modem
4663fb7a4d49SGleb Smirnoffproduct TCTMOBILE X080S		0xf000	X080S 3G modem
4664c0e2c178SAndrew Thompson
466502ac6454SAndrew Thompson/* TDK products */
466602ac6454SAndrew Thompsonproduct TDK UPA9664		0x0115	USB-PDC Adapter UPA9664
466702ac6454SAndrew Thompsonproduct TDK UCA1464		0x0116	USB-cdmaOne Adapter UCA1464
466802ac6454SAndrew Thompsonproduct TDK UHA6400		0x0117	USB-PHS Adapter UHA6400
466902ac6454SAndrew Thompsonproduct TDK UPA6400		0x0118	USB-PHS Adapter UPA6400
467002ac6454SAndrew Thompsonproduct TDK BT_DONGLE		0x0309	Bluetooth USB dongle
467102ac6454SAndrew Thompson
467202ac6454SAndrew Thompson/* TEAC products */
467302ac6454SAndrew Thompsonproduct TEAC FD05PUB		0x0000	FD-05PUB floppy
467402ac6454SAndrew Thompson
467502ac6454SAndrew Thompson/* Tekram Technology products */
467602ac6454SAndrew Thompsonproduct TEKRAM QUICKWLAN	0x1630	QuickWLAN
467702ac6454SAndrew Thompsonproduct TEKRAM ZD1211_1		0x5630	ZD1211
467802ac6454SAndrew Thompsonproduct TEKRAM ZD1211_2		0x6630	ZD1211
467902ac6454SAndrew Thompson
468002ac6454SAndrew Thompson/* Telex Communications products */
468102ac6454SAndrew Thompsonproduct TELEX MIC1		0x0001	Enhanced USB Microphone
468202ac6454SAndrew Thompson
4683c0e2c178SAndrew Thompson/* Telit products */
4684c0e2c178SAndrew Thompsonproduct TELIT UC864E		0x1003	UC864E 3G modem
4685c0e2c178SAndrew Thompsonproduct TELIT UC864G		0x1004	UC864G 3G modem
4686c0e2c178SAndrew Thompson
468702ac6454SAndrew Thompson/* Ten X Technology, Inc. */
468802ac6454SAndrew Thompsonproduct TENX UAUDIO0		0xf211	USB audio headset
468902ac6454SAndrew Thompson
469075d20a5eSHans Petter Selasky/* Tenda products */
469175d20a5eSHans Petter Selaskyproduct TENDA2 U12		0x0012	Tenda U12
469275d20a5eSHans Petter Selasky
46930642eac4SKevin Lo/* ThingM products */
46940642eac4SKevin Loproduct THINGM BLINK1		0x01ed	USB notification light
46950642eac4SKevin Lo
469602ac6454SAndrew Thompson/* Texas Intel products */
469702ac6454SAndrew Thompsonproduct TI UTUSB41		0x1446	UT-USB41 hub
469802ac6454SAndrew Thompsonproduct TI TUSB2046		0x2046	TUSB2046 hub
469950d96564SWarner Loshproduct TI USB3410		0x3410	TI USB 3410 Modem
470050d96564SWarner Loshproduct TI USB5052		0x5052	TI USB 5250 Modem
470150d96564SWarner Loshproduct TI FRI2			0x5053	TI Fish River Island II
470250d96564SWarner Loshproduct TI USB5052_EEPROM	0x505a	TI USB 5250 Modem w/Eeprom
470350d96564SWarner Loshproduct TI USB5052_FW		0x505f	TI USB 5250 Modme w/Firmware running
470450d96564SWarner Loshproduct TI USB5152		0x5152	TI USB 5152 Modem
470550d96564SWarner Loshproduct TI EZ430		0xf430	TI ex430 development tool
470602ac6454SAndrew Thompson
470702ac6454SAndrew Thompson/* Thrustmaster products */
470802ac6454SAndrew Thompsonproduct THRUST FUSION_PAD	0xa0a3	Fusion Digital Gamepad
470902ac6454SAndrew Thompson
4710c0e2c178SAndrew Thompson/* TLayTech products */
4711c0e2c178SAndrew Thompsonproduct TLAYTECH TEU800		0x1682	TEU800 3G modem
4712c0e2c178SAndrew Thompson
471302ac6454SAndrew Thompson/* Topre Corporation products */
471402ac6454SAndrew Thompsonproduct TOPRE HHKB		0x0100	HHKB Professional
471502ac6454SAndrew Thompson
471602ac6454SAndrew Thompson/* Toshiba Corporation products */
471702ac6454SAndrew Thompsonproduct TOSHIBA POCKETPC_E740	0x0706	PocketPC e740
47183707a5e9SAndrew Thompsonproduct TOSHIBA RT3070		0x0a07	RT3070
4719c0e2c178SAndrew Thompsonproduct TOSHIBA G450		0x0d45	G450 modem
4720c0e2c178SAndrew Thompsonproduct TOSHIBA HSDPA		0x1302	G450 modem
4721e84260dcSHans Petter Selaskyproduct TOSHIBA TRANSMEMORY	0x6545	USB ThumbDrive
472202ac6454SAndrew Thompson
472332f7d047SKevin Lo/* TP-Link products */
472432f7d047SKevin Loproduct TPLINK T4U		0x0101	Archer T4U
4725920dfe02SAndriy Voskoboinykproduct TPLINK WN821NV5		0x0107	TL-WN821N v5
472660b9567dSKevin Loproduct TPLINK WN822NV4		0x0108	TL-WN822N v4
4727a28ed036SKevin Loproduct TPLINK WN823NV2		0x0109	TL-WN823N v2
4728b5a2424bSAndriy Voskoboinykproduct TPLINK WN722NV2		0x010c	TL-WN722N v2
472931882563SMark Johnstonproduct TPLINK WN727NV5		0x0111	TL-WN727N v5
47307e192934SAndriy Voskoboinykproduct TPLINK T4UV2		0x010d	Archer T4U ver 2
47313c3e1b0aSAndriy Voskoboinykproduct TPLINK T4UHV1		0x0103	Archer T4UH ver 1
47327e192934SAndriy Voskoboinykproduct TPLINK T4UHV2		0x010e	Archer T4UH ver 2
47331c9c1f59SJung-uk Kimproduct TPLINK T2UNANO		0x011e	Archer T2U Nano
4734434c46c0SDmitry Chaginproduct TPLINK T2UV3		0x011f	Archer T2U ver 3
4735d0edc32eSHans Petter Selaskyproduct TPLINK T2UPLUS		0x0120	Archer T2U Plus
4736e15936fcSHans Petter Selaskyproduct TPLINK RTL8153		0x0601	RTL8153 USB 10/100/1000 LAN
473732f7d047SKevin Lo
473802ac6454SAndrew Thompson/* Trek Technology products */
473902ac6454SAndrew Thompsonproduct TREK THUMBDRIVE		0x1111	ThumbDrive
474002ac6454SAndrew Thompsonproduct TREK MEMKEY		0x8888	IBM USB Memory Key
474102ac6454SAndrew Thompsonproduct TREK THUMBDRIVE_8MB	0x9988	ThumbDrive_8MB
474202ac6454SAndrew Thompson
4743c2c2fc4dSRui Paulo/* TRENDnet products */
4744c2c2fc4dSRui Pauloproduct TRENDNET RTL8192CU	0x624d	RTL8192CU
4745fa20eb98SKevin Loproduct TRENDNET TEW646UBH	0x646b	TEW-646UBH
4746c2c2fc4dSRui Pauloproduct TRENDNET RTL8188CU	0x648b	RTL8188CU
474707fa0846SAndriy Voskoboinykproduct TRENDNET TEW805UB	0x805b	TEW-805UB
4748c2c2fc4dSRui Paulo
474902ac6454SAndrew Thompson/* Tripp-Lite products */
475002ac6454SAndrew Thompsonproduct TRIPPLITE U209			0x2008	Serial
475103d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 OMNIVS1000		0x0001	OMNIVS1000, SMART550USB
475203d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 AVR550U		0x1003	AVR550U
475303d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 AVR750U		0x1007	AVR750U
475403d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 ECO550UPS		0x1008	ECO550UPS
475503d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 T750_INTL		0x1f06	T750 INTL
475603d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 RT_2200_INTL		0x1f0a	R/T 2200 INTL
475703d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 OMNI1000LCD		0x2005	OMNI1000LCD
475803d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 OMNI900LCD		0x2007	OMNI900LCD
475903d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 SMART_2200RMXL2U	0x3012	smart2200RMXL2U
476003d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 UPS_3014		0x3014	Unknown UPS
476103d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 SU1500RTXL2UA	0x4001	SmartOnline SU1500RTXL2UA
476203d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 SU6000RT4U		0x4002	SmartOnline SU6000RT4U
476303d9c6aaSOleksandr Tymoshenkoproduct TRIPPLITE2 SU1500RTXL2UA_2	0x4003	SmartOnline SU1500RTXL2UA
476402ac6454SAndrew Thompson
476502ac6454SAndrew Thompson/* Trumpion products */
476602ac6454SAndrew Thompsonproduct TRUMPION T33520		0x1001	T33520 USB Flash Card Controller
476702ac6454SAndrew Thompsonproduct TRUMPION C3310		0x1100	Comotron C3310 MP3 player
476802ac6454SAndrew Thompsonproduct TRUMPION MP3		0x1200	MP3 player
476902ac6454SAndrew Thompson
477002ac6454SAndrew Thompson/* TwinMOS */
477102ac6454SAndrew Thompsonproduct TWINMOS G240		0xa006	G240
477202ac6454SAndrew Thompsonproduct TWINMOS MDIV		0x1325	Memory Disk IV
477302ac6454SAndrew Thompson
477402ac6454SAndrew Thompson/* Ubiquam products */
477502ac6454SAndrew Thompsonproduct UBIQUAM UALL		0x3100	CDMA 1xRTT USB Modem (U-100/105/200/300/520)
477602ac6454SAndrew Thompson
477702ac6454SAndrew Thompson/* Ultima products */
477802ac6454SAndrew Thompsonproduct ULTIMA 1200UBPLUS	0x4002	1200 UB Plus scanner
477902ac6454SAndrew Thompson
478002ac6454SAndrew Thompson/* UMAX products */
478102ac6454SAndrew Thompsonproduct UMAX ASTRA1236U		0x0002	Astra 1236U Scanner
478202ac6454SAndrew Thompsonproduct UMAX ASTRA1220U		0x0010	Astra 1220U Scanner
478302ac6454SAndrew Thompsonproduct UMAX ASTRA2000U		0x0030	Astra 2000U Scanner
478402ac6454SAndrew Thompsonproduct UMAX ASTRA2100U		0x0130	Astra 2100U Scanner
478502ac6454SAndrew Thompsonproduct UMAX ASTRA2200U		0x0230	Astra 2200U Scanner
478602ac6454SAndrew Thompsonproduct UMAX ASTRA3400		0x0060	Astra 3400 Scanner
478702ac6454SAndrew Thompson
478802ac6454SAndrew Thompson/* U-MEDIA Communications products */
478902ac6454SAndrew Thompsonproduct UMEDIA TEW444UBEU	0x3006	TEW-444UB EU
479002ac6454SAndrew Thompsonproduct UMEDIA TEW444UBEU_NF	0x3007	TEW-444UB EU (no firmware)
479102ac6454SAndrew Thompsonproduct UMEDIA TEW429UB_A	0x300a	TEW-429UB_A
479202ac6454SAndrew Thompsonproduct UMEDIA TEW429UB		0x300b	TEW-429UB
479302ac6454SAndrew Thompsonproduct UMEDIA TEW429UBC1	0x300d	TEW-429UB C1
4794069f1a80SAndrew Thompsonproduct UMEDIA RT2870_1		0x300e	RT2870
479502ac6454SAndrew Thompsonproduct UMEDIA ALL0298V2	0x3204	ALL0298 v2
479602ac6454SAndrew Thompsonproduct UMEDIA AR5523_2		0x3205	AR5523
479702ac6454SAndrew Thompsonproduct UMEDIA AR5523_2_NF	0x3206	AR5523 (no firmware)
479802ac6454SAndrew Thompson
479902ac6454SAndrew Thompson/* Universal Access products */
480002ac6454SAndrew Thompsonproduct UNIACCESS PANACHE	0x0101	Panache Surf USB ISDN Adapter
480102ac6454SAndrew Thompson
48023426950eSHans Petter Selasky/* Unknown products */
48033426950eSHans Petter Selaskyproduct UNKNOWN4 NF_RIC		0x0001	FTDI compatible adapter
48043426950eSHans Petter Selasky
480501a8caf1SGavin Atkinson/* USI products */
480601a8caf1SGavin Atkinsonproduct USI MC60		0x10c5	MC60 Serial
480701a8caf1SGavin Atkinson
480802ac6454SAndrew Thompson/* U.S. Robotics products */
480933ba3721SAndrew Thompsonproduct USR USR5422		0x0118	USR5422 WLAN
481002ac6454SAndrew Thompsonproduct USR USR5423		0x0121	USR5423 WLAN
481102ac6454SAndrew Thompson
481202ac6454SAndrew Thompson/* VIA Technologies products */
481302ac6454SAndrew Thompsonproduct VIA USB2IDEBRIDGE	0x6204	USB 2.0 IDE Bridge
481402ac6454SAndrew Thompson
4815e84260dcSHans Petter Selasky/* VIA Labs */
4816e84260dcSHans Petter Selaskyproduct VIALABS USB30SATABRIDGE	0x0700	USB 3.0 SATA Bridge
481765564a5eSKevin Loproduct VIALABS VL701		0x0701	VL701 USB 3.0 SATA Bridge
4818e84260dcSHans Petter Selasky
4819ce617acaSGavin Atkinson/* Vaisala products */
4820ce617acaSGavin Atkinsonproduct VAISALA CABLE		0x0200	USB Interface cable
4821ce617acaSGavin Atkinson
482236dc69c4SHans Petter Selasky/* Vertex products */
482336dc69c4SHans Petter Selaskyproduct VERTEX VW110L		0x0100	Vertex VW110L modem
482436dc69c4SHans Petter Selasky
482502ac6454SAndrew Thompson/* VidzMedia products */
482602ac6454SAndrew Thompsonproduct VIDZMEDIA MONSTERTV	0x4fb1	MonsterTV P2H
482702ac6454SAndrew Thompson
482802ac6454SAndrew Thompson/* Vision products */
482902ac6454SAndrew Thompsonproduct VISION VC6452V002	0x0002	CPiA Camera
483002ac6454SAndrew Thompson
483102ac6454SAndrew Thompson/* Visioneer products */
483202ac6454SAndrew Thompsonproduct VISIONEER 7600		0x0211	OneTouch 7600
483302ac6454SAndrew Thompsonproduct VISIONEER 5300		0x0221	OneTouch 5300
483402ac6454SAndrew Thompsonproduct VISIONEER 3000		0x0224	Scanport 3000
483502ac6454SAndrew Thompsonproduct VISIONEER 6100		0x0231	OneTouch 6100
483602ac6454SAndrew Thompsonproduct VISIONEER 6200		0x0311	OneTouch 6200
483702ac6454SAndrew Thompsonproduct VISIONEER 8100		0x0321	OneTouch 8100
483802ac6454SAndrew Thompsonproduct VISIONEER 8600		0x0331	OneTouch 8600
483902ac6454SAndrew Thompson
484002ac6454SAndrew Thompson/* Vivitar products */
484102ac6454SAndrew Thompsonproduct VIVITAR 35XX		0x0003	Vivicam 35Xx
484202ac6454SAndrew Thompson
484302ac6454SAndrew Thompson/* VTech products */
484402ac6454SAndrew Thompsonproduct VTECH RT2570		0x3012	RT2570
484502ac6454SAndrew Thompsonproduct VTECH ZD1211B		0x3014	ZD1211B
484602ac6454SAndrew Thompson
484702ac6454SAndrew Thompson/* Wacom products */
484802ac6454SAndrew Thompsonproduct WACOM CT0405U		0x0000	CT-0405-U Tablet
484902ac6454SAndrew Thompsonproduct WACOM GRAPHIRE		0x0010	Graphire
485002ac6454SAndrew Thompsonproduct WACOM GRAPHIRE3_4X5	0x0013	Graphire 3 4x5
485102ac6454SAndrew Thompsonproduct WACOM INTUOSA5		0x0021	Intuos A5
485202ac6454SAndrew Thompsonproduct WACOM GD0912U		0x0022	Intuos 9x12 Graphics Tablet
485311f35cfaSAndrew Thompson
48548f3ce105SGavin Atkinson/* WAGO Kontakttechnik GmbH products */
48558f3ce105SGavin Atkinsonproduct WAGO SERVICECABLE	0x07a6	USB Service Cable 750-923
48568f3ce105SGavin Atkinson
4857ce617acaSGavin Atkinson/* WaveSense products */
4858ce617acaSGavin Atkinsonproduct WAVESENSE JAZZ		0xaaaa	Jazz blood glucose meter
4859ce617acaSGavin Atkinson
486002ac6454SAndrew Thompson/* WCH products */
486102ac6454SAndrew Thompsonproduct WCH CH341SER		0x5523	CH341/CH340 USB-Serial Bridge
4862271e5fb0SHans Petter Selaskyproduct WCH2 DUMMY		0x0000	Dummy product
486351638137SGavin Atkinsonproduct WCH2 CH341SER_2		0x5523	CH341/CH340 USB-Serial Bridge
486434bedceeSHans Petter Selaskyproduct WCH2 CH341SER_3		0x7522	CH341/CH340 USB-Serial Bridge
486511f35cfaSAndrew Thompsonproduct WCH2 CH341SER		0x7523	CH341/CH340 USB-Serial Bridge
4866271e5fb0SHans Petter Selaskyproduct WCH2 U2M		0X752d	CH345 USB2.0-MIDI
486711f35cfaSAndrew Thompson
4868ee0d8611SGavin Atkinson/* West Mountain Radio products */
4869ee0d8611SGavin Atkinsonproduct WESTMOUNTAIN RIGBLASTER_ADVANTAGE	0x0003	RIGblaster Advantage
4870ee0d8611SGavin Atkinson
487102ac6454SAndrew Thompson/* Western Digital products */
487202ac6454SAndrew Thompsonproduct WESTERN COMBO		0x0200	Firewire USB Combo
487302ac6454SAndrew Thompsonproduct WESTERN EXTHDD		0x0400	External HDD
487402ac6454SAndrew Thompsonproduct WESTERN HUB		0x0500	USB HUB
487502ac6454SAndrew Thompsonproduct WESTERN MYBOOK		0x0901	MyBook External HDD
4876cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_00	0x0704	MyPassport External HDD
48777e19194eSHans Petter Selaskyproduct WESTERN MYPASSPORT_11	0x0741	MyPassport External HDD
4878cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_01	0x0746	MyPassport External HDD
4879cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_02	0x0748	MyPassport External HDD
4880cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_03	0x074A	MyPassport External HDD
4881cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_04	0x074C	MyPassport External HDD
4882cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_05	0x074E	MyPassport External HDD
4883cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_06	0x07A6	MyPassport External HDD
4884cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_07	0x07A8	MyPassport External HDD
4885cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_08	0x07AA	MyPassport External HDD
4886cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_09	0x07AC	MyPassport External HDD
4887cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORT_10	0x07AE	MyPassport External HDD
4888cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_00	0x070A	MyPassport Essential External HDD
4889cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_01	0x071A	MyPassport Essential External HDD
4890cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_02	0x0730	MyPassport Essential External HDD
4891cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_03	0x0732	MyPassport Essential External HDD
4892cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_04	0x0740	MyPassport Essential External HDD
4893cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_05	0x0742	MyPassport Essential External HDD
4894cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_06	0x0750	MyPassport Essential External HDD
4895cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_07	0x0752	MyPassport Essential External HDD
4896cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_08	0x07A0	MyPassport Essential External HDD
4897cfb13951SHans Petter Selaskyproduct WESTERN MYPASSPORTES_09	0x07A2	MyPassport Essential External HDD
489802ac6454SAndrew Thompson
48999fbf6da5SHans Petter Selasky/* WeTelecom products */
49009fbf6da5SHans Petter Selaskyproduct WETELECOM WM_D200	0x6801	WM-D200
49019fbf6da5SHans Petter Selasky
49028f3ce105SGavin Atkinson/* WIENER Plein & Baus GmbH products */
49038f3ce105SGavin Atkinsonproduct WIENERPLEINBAUS PL512	0x0010	PL512 PSU
49048f3ce105SGavin Atkinsonproduct WIENERPLEINBAUS RCM	0x0011	RCM Remote Control
49058f3ce105SGavin Atkinsonproduct WIENERPLEINBAUS MPOD	0x0012	MPOD PSU
49068f3ce105SGavin Atkinsonproduct WIENERPLEINBAUS CML	0x0015	CML Data Logger
49078f3ce105SGavin Atkinson
490802ac6454SAndrew Thompson/* Windbond Electronics */
49098463bd8aSHans Petter Selaskyproduct WINBOND CDC		0x5011	CDC serial device
491002ac6454SAndrew Thompsonproduct WINBOND UH104		0x5518	4-port USB Hub
491102ac6454SAndrew Thompson
491202ac6454SAndrew Thompson/* WinMaxGroup products */
491302ac6454SAndrew Thompsonproduct WINMAXGROUP FLASH64MC	0x6660	USB Flash Disk 64M-C
491402ac6454SAndrew Thompson
491502ac6454SAndrew Thompson/* Wistron NeWeb products */
49164c794fa5SAdrian Chaddproduct WISTRONNEWEB WNC0600	0x0326	WNC-0600USB
491702ac6454SAndrew Thompsonproduct WISTRONNEWEB UR045G	0x0427	PrismGT USB 2.0 WLAN
491802ac6454SAndrew Thompsonproduct WISTRONNEWEB UR055G	0x0711	UR055G
49194c794fa5SAdrian Chaddproduct WISTRONNEWEB O8494	0x0804	ORiNOCO 802.11n
492002ac6454SAndrew Thompsonproduct WISTRONNEWEB AR5523_1	0x0826	AR5523
492102ac6454SAndrew Thompsonproduct WISTRONNEWEB AR5523_1_NF	0x0827	AR5523 (no firmware)
492202ac6454SAndrew Thompsonproduct WISTRONNEWEB AR5523_2	0x082a	AR5523
492302ac6454SAndrew Thompsonproduct WISTRONNEWEB AR5523_2_NF	0x0829	AR5523 (no firmware)
492402ac6454SAndrew Thompson
492502ac6454SAndrew Thompson/* Xerox products */
492602ac6454SAndrew Thompsonproduct XEROX WCM15		0xffef	WorkCenter M15
492702ac6454SAndrew Thompson
492802ac6454SAndrew Thompson/* Xirlink products */
492902ac6454SAndrew Thompsonproduct XIRLINK PCCAM		0x8080	IBM PC Camera
493002ac6454SAndrew Thompson
493102ac6454SAndrew Thompson/* Xyratex products */
493202ac6454SAndrew Thompsonproduct XYRATEX PRISM_GT_1	0x2000	PrismGT USB 2.0 WLAN
493302ac6454SAndrew Thompsonproduct XYRATEX PRISM_GT_2	0x2002	PrismGT USB 2.0 WLAN
493402ac6454SAndrew Thompson
493502ac6454SAndrew Thompson/* Yamaha products */
493602ac6454SAndrew Thompsonproduct YAMAHA UX256		0x1000	UX256 MIDI I/F
493710c66ed3SEitan Adlerproduct YAMAHA MU1000		0x1001	MU1000 MIDI Synth.
493810c66ed3SEitan Adlerproduct YAMAHA MU2000		0x1002	MU2000 MIDI Synth.
493910c66ed3SEitan Adlerproduct YAMAHA MU500		0x1003	MU500 MIDI Synth.
494010c66ed3SEitan Adlerproduct YAMAHA UW500		0x1004	UW500 USB Audio I/F
494110c66ed3SEitan Adlerproduct YAMAHA MOTIF6		0x1005	MOTIF6 MIDI Synth. Workstation
494210c66ed3SEitan Adlerproduct YAMAHA MOTIF7		0x1006	MOTIF7 MIDI Synth. Workstation
494310c66ed3SEitan Adlerproduct YAMAHA MOTIF8		0x1007	MOTIF8 MIDI Synth. Workstation
494402ac6454SAndrew Thompsonproduct YAMAHA UX96		0x1008	UX96 MIDI I/F
494510c66ed3SEitan Adlerproduct YAMAHA UX16		0x1009	UX16 MIDI I/F
494610c66ed3SEitan Adlerproduct YAMAHA S08		0x100e	S08 MIDI Keyboard
494710c66ed3SEitan Adlerproduct YAMAHA CLP150		0x100f	CLP-150 digital piano
494810c66ed3SEitan Adlerproduct YAMAHA CLP170		0x1010	CLP-170 digital piano
494925b74dabSHans Petter Selaskyproduct YAMAHA RPU200		0x3104	RP-U200
495002ac6454SAndrew Thompsonproduct YAMAHA RTA54I		0x4000	NetVolante RTA54i Broadband&ISDN Router
495102ac6454SAndrew Thompsonproduct YAMAHA RTW65B		0x4001	NetVolante RTW65b Broadband Wireless Router
495202ac6454SAndrew Thompsonproduct YAMAHA RTW65I		0x4002	NetVolante RTW65i Broadband&ISDN Wireless Router
495325b74dabSHans Petter Selaskyproduct YAMAHA RTA55I		0x4004	NetVolante RTA55i Broadband VoIP Router
495402ac6454SAndrew Thompson
495502ac6454SAndrew Thompson/* Yano products */
495602ac6454SAndrew Thompsonproduct YANO U640MO		0x0101	U640MO-03
495702ac6454SAndrew Thompsonproduct YANO FW800HD		0x05fc	METALWEAR-HDD
495802ac6454SAndrew Thompson
4959f5113df9SGavin Atkinson/* Y.C. Cable products */
4960f5113df9SGavin Atkinsonproduct YCCABLE PL2303		0x0fba	PL2303 Serial
4961f5113df9SGavin Atkinson
496201a8caf1SGavin Atkinson/* Y-E Data products */
496301a8caf1SGavin Atkinsonproduct YEDATA FLASHBUSTERU	0x0000	Flashbuster-U
496401a8caf1SGavin Atkinson
496502ac6454SAndrew Thompson/* Yiso Wireless Co. products */
496602ac6454SAndrew Thompsonproduct	YISO C893		0xc893	CDMA 2000 1xEVDO PC Card
496702ac6454SAndrew Thompson
496802ac6454SAndrew Thompson/* Z-Com products */
496902ac6454SAndrew Thompsonproduct ZCOM M4Y750		0x0001	M4Y-750
497002ac6454SAndrew Thompsonproduct ZCOM XI725		0x0002	XI-725/726
497102ac6454SAndrew Thompsonproduct ZCOM XI735		0x0005	XI-735
497202ac6454SAndrew Thompsonproduct ZCOM XG703A		0x0008	PrismGT USB 2.0 WLAN
497302ac6454SAndrew Thompsonproduct ZCOM ZD1211		0x0011	ZD1211
497402ac6454SAndrew Thompsonproduct ZCOM AR5523		0x0012	AR5523
497502ac6454SAndrew Thompsonproduct ZCOM AR5523_NF		0x0013	AR5523 driver (no firmware)
4976922f7c5cSWeongyo Jeongproduct ZCOM XM142		0x0015	XM-142
497702ac6454SAndrew Thompsonproduct ZCOM ZD1211B		0x001a	ZD1211B
4978069f1a80SAndrew Thompsonproduct ZCOM RT2870_1		0x0022	RT2870
49794c794fa5SAdrian Chaddproduct ZCOM UB81		0x0023	UB81
4980069f1a80SAndrew Thompsonproduct ZCOM RT2870_2		0x0025	RT2870
49814c794fa5SAdrian Chaddproduct ZCOM UB82		0x0026	UB82
498202ac6454SAndrew Thompson
498310c66ed3SEitan Adler/* Zeevo, Inc. products */
498410c66ed3SEitan Adlerproduct ZEEVO BLUETOOTH		0x07d0	BT-500 Bluetooth USB Adapter
498510c66ed3SEitan Adler
498602ac6454SAndrew Thompson/* Zinwell products */
498702ac6454SAndrew Thompsonproduct ZINWELL RT2570		0x0260	RT2570
4988069f1a80SAndrew Thompsonproduct ZINWELL RT2870_1	0x0280	RT2870
4989069f1a80SAndrew Thompsonproduct ZINWELL RT2870_2	0x0282	RT2870
4990069f1a80SAndrew Thompsonproduct ZINWELL RT3072_1	0x0283	RT3072
4991069f1a80SAndrew Thompsonproduct ZINWELL RT3072_2	0x0284	RT3072
4992069f1a80SAndrew Thompsonproduct ZINWELL RT3070		0x5257	RT3070
499302ac6454SAndrew Thompson
499402ac6454SAndrew Thompson/* Zoom Telephonics, Inc. products */
499502ac6454SAndrew Thompsonproduct ZOOM 2986L		0x9700	2986L Fax modem
499610c66ed3SEitan Adlerproduct ZOOM 3095		0x3095	3095 USB Fax modem
499702ac6454SAndrew Thompson
499802ac6454SAndrew Thompson/* Zoran Microelectronics products */
499902ac6454SAndrew Thompsonproduct ZORAN EX20DSC		0x4343	Digital Camera EX-20 DSC
500002ac6454SAndrew Thompson
500110c66ed3SEitan Adler/* ZTE products */
500210c66ed3SEitan Adlerproduct ZTE MF622		0x0001	MF622 modem
500310c66ed3SEitan Adlerproduct ZTE MF628		0x0015	MF628 modem
500410c66ed3SEitan Adlerproduct ZTE MF626		0x0031	MF626 modem
500510c66ed3SEitan Adlerproduct ZTE MF820D_INSTALLER	0x0166	MF820D CD
500610c66ed3SEitan Adlerproduct ZTE MF820D		0x0167	MF820D modem
500710c66ed3SEitan Adlerproduct ZTE INSTALLER		0x2000	UMTS CD
500810c66ed3SEitan Adlerproduct ZTE MC2718		0xffe8	MC2718 modem
500910c66ed3SEitan Adlerproduct ZTE AC8700		0xfffe	CDMA 1xEVDO USB modem
501010c66ed3SEitan Adler
501102ac6454SAndrew Thompson/* Zydas Technology Corporation products */
501210c66ed3SEitan Adlerproduct ZYDAS ZD1201		0x1201	ZD1201
501302ac6454SAndrew Thompsonproduct ZYDAS ZD1211		0x1211	ZD1211 WLAN abg
501402ac6454SAndrew Thompsonproduct ZYDAS ZD1211B		0x1215	ZD1211B
50154c794fa5SAdrian Chaddproduct ZYDAS ZD1221		0x1221	ZD1221
501610c66ed3SEitan Adlerproduct ZYDAS ALL0298		0xa211	ALL0298
501710c66ed3SEitan Adlerproduct ZYDAS ZD1211B_2		0xb215	ZD1211B
501802ac6454SAndrew Thompson
501902ac6454SAndrew Thompson/* ZyXEL Communication Co. products */
502002ac6454SAndrew Thompsonproduct ZYXEL OMNI56K		0x1500	Omni 56K Plus
502102ac6454SAndrew Thompsonproduct ZYXEL 980N		0x2011	Scorpion-980N keyboard
502202ac6454SAndrew Thompsonproduct ZYXEL ZYAIRG220		0x3401	ZyAIR G-220
502302ac6454SAndrew Thompsonproduct ZYXEL G200V2		0x3407	G-200 v2
502402ac6454SAndrew Thompsonproduct ZYXEL AG225H		0x3409	AG-225H
502502ac6454SAndrew Thompsonproduct ZYXEL M202		0x340a	M-202
502610c66ed3SEitan Adlerproduct ZYXEL G270S		0x340c	G-270S
502702ac6454SAndrew Thompsonproduct ZYXEL G220V2		0x340f	G-220 v2
502802ac6454SAndrew Thompsonproduct ZYXEL G202		0x3410	G-202
502910c66ed3SEitan Adlerproduct ZYXEL RT2573		0x3415	RT2573
5030069f1a80SAndrew Thompsonproduct ZYXEL RT2870_1		0x3416	RT2870
50314c794fa5SAdrian Chaddproduct ZYXEL NWD271N		0x3417	NWD-271N
50324c794fa5SAdrian Chaddproduct ZYXEL NWD211AN		0x3418	NWD-211AN
50333707a5e9SAndrew Thompsonproduct ZYXEL RT2870_2		0x341a	RT2870
50344ebc1ddfSHans Petter Selaskyproduct ZYXEL RT3070		0x341e	NWD2105
5035c2c2fc4dSRui Pauloproduct ZYXEL RTL8192CU		0x341f	RTL8192CU
50367dc4b90eSKevin Loproduct ZYXEL NWD2705		0x3421	NWD2705
503710c66ed3SEitan Adlerproduct ZYXEL NWD6605		0x3426	ND6605
503810c66ed3SEitan Adlerproduct ZYXEL PRESTIGE		0x401a	Prestige
5039