usbdevs revision 1.504
11.504Smatt$NetBSD: usbdevs,v 1.504 2008/08/22 03:22:25 matt Exp $
21.1Saugustss
31.1Saugustss/*
41.364Saugustss * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
51.1Saugustss * All rights reserved.
61.1Saugustss *
71.13Saugustss * This code is derived from software contributed to The NetBSD Foundation
81.96Saugustss * by Lennart Augustsson (lennart@augustsson.net) at
91.13Saugustss * Carlstedt Research & Technology.
101.1Saugustss *
111.1Saugustss * Redistribution and use in source and binary forms, with or without
121.1Saugustss * modification, are permitted provided that the following conditions
131.1Saugustss * are met:
141.1Saugustss * 1. Redistributions of source code must retain the above copyright
151.1Saugustss *    notice, this list of conditions and the following disclaimer.
161.1Saugustss * 2. Redistributions in binary form must reproduce the above copyright
171.1Saugustss *    notice, this list of conditions and the following disclaimer in the
181.1Saugustss *    documentation and/or other materials provided with the distribution.
191.1Saugustss *
201.1Saugustss * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
211.1Saugustss * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
221.1Saugustss * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
231.1Saugustss * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
241.1Saugustss * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
251.1Saugustss * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
261.1Saugustss * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
271.1Saugustss * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
281.1Saugustss * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
291.1Saugustss * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
301.1Saugustss * POSSIBILITY OF SUCH DAMAGE.
311.1Saugustss */
321.1Saugustss
331.1Saugustss/*
341.1Saugustss * List of known USB vendors
351.155Saugustss *
361.392Simp * USB.org publishes a VID list of USB-IF member companies at
371.392Simp * http://www.usb.org/developers/tools
381.392Simp * Note that it does not show companies that have obtained a Vendor ID
391.392Simp * without becoming full members.
401.392Simp *
411.155Saugustss * Please note that these IDs do not do anything. Adding an ID here and
421.155Saugustss * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
431.155Saugustss * available to the source code and does not change any functionality, nor
441.155Saugustss * does it make your device available to a specific driver.
451.155Saugustss * It will however make the descriptive string available if a device does not
461.155Saugustss * provide the string itself.
471.155Saugustss *
481.155Saugustss * After adding a vendor ID VNDR and a product ID PRDCT you will have the
491.155Saugustss * following extra defines:
501.438Schristos * #define USB_VENDOR_VNDR		0x????
511.438Schristos * #define USB_PRODUCT_VNDR_PRDCT	0x????
521.155Saugustss *
531.155Saugustss * You may have to add these defines to the respective probe routines to
541.155Saugustss * make the device recognised by the appropriate device driver.
551.1Saugustss */
561.1Saugustss
571.391Simpvendor EGALAX2		0x0123	eGalax, Inc.
581.191Saugustssvendor AOX		0x03e8	AOX
591.191Saugustssvendor ATMEL		0x03eb	Atmel
601.165Saugustssvendor MITSUMI		0x03ee	Mitsumi
611.44Saugustssvendor HP		0x03f0	Hewlett Packard
621.191Saugustssvendor ADAPTEC		0x03f3	Adaptec
631.124Saugustssvendor NATIONAL		0x0400	National Semiconductor
641.191Saugustssvendor ACERLABS		0x0402	Acer Labs
651.91Saugustssvendor FTDI		0x0403	Future Technology Devices
661.1Saugustssvendor NEC		0x0409	NEC
671.191Saugustssvendor KODAK		0x040a	Eastman Kodak
681.191Saugustssvendor MELCO		0x0411	Melco
691.381Saugustssvendor CREATIVE		0x041e	Creative Labs
701.431Srjsvendor NOKIA		0x0421	Nokia
711.191Saugustssvendor ADI		0x0422	ADI Systems
721.191Saugustssvendor CATC		0x0423	Computer Access Technology
731.237Saugustssvendor SMC2		0x0424	Standard Microsystems
741.381Saugustssvendor GRAVIS		0x0428	Advanced Gravis Computer
751.69Saugustssvendor SUN		0x0430	Sun Microsystems
761.391Simpvendor TAUGA		0x0436	Taugagreining HF
771.88Saugustssvendor AMD		0x0438	Advanced Micro Devices
781.191Saugustssvendor LEXMARK		0x043d	Lexmark International
791.191Saugustssvendor NANAO		0x0440	NANAO
801.191Saugustssvendor ALPS		0x044e	Alps Electric
811.40Saugustssvendor THRUST		0x044f	Thrustmaster
821.69Saugustssvendor TI		0x0451	Texas Instruments
831.191Saugustssvendor ANALOGDEVICES	0x0456	Analog Devices
841.438Schristosvendor SIS		0x0457	Silicon Integrated Systems
851.191Saugustssvendor KYE		0x0458	KYE Systems
861.112Saugustssvendor DIAMOND2		0x045a	Diamond (Supra)
871.18Saugustssvendor MICROSOFT	0x045e	Microsoft
881.45Saugustssvendor PRIMAX		0x0461	Primax Electronics
891.475Sveegovendor MGE		0x0463	MGE UPS Systems
901.191Saugustssvendor AMP		0x0464	AMP
911.191Saugustssvendor CHERRY		0x046a	Cherry Mikroschalter
921.88Saugustssvendor MEGATRENDS	0x046b	American Megatrends
931.191Saugustssvendor LOGITECH		0x046d	Logitech
941.26Saugustssvendor BTC		0x046e	Behavior Tech. Computer
951.1Saugustssvendor PHILIPS		0x0471	Philips
961.286Simpvendor SANYO		0x0474	Sanyo Electric
971.191Saugustssvendor CONNECTIX	0x0478	Connectix
981.78Saugustssvendor KENSINGTON	0x047d	Kensington
991.40Saugustssvendor LUCENT		0x047e	Lucent
1001.322Shamajimavendor PLANTRONICS	0x047f	Plantronics
1011.381Saugustssvendor KYOCERA		0x0482	Kyocera
1021.35Saugustssvendor STMICRO		0x0483	STMicroelectronics
1031.191Saugustssvendor YAMAHA		0x0499	YAMAHA
1041.381Saugustssvendor COMPAQ		0x049f	Compaq
1051.226Saugustssvendor HITACHI		0x04a4	Hitachi
1061.191Saugustssvendor ACERP		0x04a5	Acer Peripherals
1071.110Saugustssvendor VISIONEER	0x04a7	Visioneer
1081.191Saugustssvendor CANON		0x04a9	Canon
1091.143Saugustssvendor NIKON		0x04b0	Nikon
1101.381Saugustssvendor IBM		0x04b3	IBM
1111.6Saugustssvendor CYPRESS		0x04b4	Cypress Semiconductor
1121.191Saugustssvendor EPSON		0x04b8	Seiko Epson
1131.108Sdarrenrvendor RAINBOW		0x04b9	Rainbow Technologies
1141.307Snakayamavendor IODATA		0x04bb	I-O Data
1151.191Saugustssvendor TDK		0x04bf	TDK
1161.69Saugustssvendor 3COMUSR		0x04c1	U.S. Robotics
1171.191Saugustssvendor METHODE		0x04c2	Methode Electronics Far East
1181.191Saugustssvendor MAXISWITCH	0x04c3	Maxi Switch
1191.117Saugustssvendor LOCKHEEDMER	0x04c4	Lockheed Martin Energy Research
1201.191Saugustssvendor FUJITSU		0x04c5	Fujitsu
1211.381Saugustssvendor TOSHIBAAM	0x04c6	Toshiba America
1221.117Saugustssvendor MICROMACRO	0x04c7	Micro Macro Technologies
1231.191Saugustssvendor KONICA		0x04c8	Konica
1241.191Saugustssvendor LITEON		0x04ca	Lite-On Technology
1251.191Saugustssvendor FUJIPHOTO	0x04cb	Fuji Photo Film
1261.117Saugustssvendor PHILIPSSEMI	0x04cc	Philips Semiconductors
1271.117Saugustssvendor TATUNG		0x04cd	Tatung Co. Of America
1281.191Saugustssvendor SCANLOGIC	0x04ce	ScanLogic
1291.191Saugustssvendor MYSON		0x04cf	Myson Technology
1301.381Saugustssvendor DIGI2		0x04d0	Digi
1311.117Saugustssvendor ITTCANON		0x04d1	ITT Canon
1321.381Saugustssvendor ALTEC		0x04d2	Altec Lansing
1331.476Sitohyvendor HOLTEK		0x04d9	Holtek Semiconductor
1341.150Saugustssvendor PANASONIC	0x04da	Panasonic (Matsushita)
1351.381Saugustssvendor SHARP		0x04dd	Sharp
1361.198Saugustssvendor IIYAMA		0x04e1	Iiyama
1371.9Saugustssvendor SHUTTLE		0x04e6	Shuttle Technology
1381.355Saugustssvendor SAMSUNG		0x04e8	Samsung Electronics
1391.88Saugustssvendor ANNABOOKS	0x04ed	Annabooks
1401.355Saugustssvendor JVC		0x04f1	JVC
1411.191Saugustssvendor CHICONY		0x04f2	Chicony Electronics
1421.191Saugustssvendor BROTHER		0x04f9	Brother Industries
1431.45Saugustssvendor DALLAS		0x04fa	Dallas Semiconductor
1441.379Sjmmvvendor AIPTEK2		0x04fc	AIPTEK International
1451.191Saugustssvendor ACER		0x0502	Acer
1461.191Saugustssvendor 3COM		0x0506	3Com
1471.400Saugustssvendor HOSIDEN		0x0507	Hosiden Corporation
1481.191Saugustssvendor AZTECH		0x0509	Aztech Systems
1491.43Saugustssvendor BELKIN		0x050d	Belkin Components
1501.191Saugustssvendor KAWATSU		0x050f	Kawatsu Semiconductor
1511.383Saugustssvendor COMPOSITE	0x0518	Composite
1521.44Saugustssvendor APC		0x051d	American Power Conversion
1531.191Saugustssvendor CONNECTEK	0x0522	Advanced Connectek USA
1541.69Saugustssvendor NETCHIP		0x0525	NetChip Technology
1551.88Saugustssvendor ALTRA		0x0527	ALTRA
1561.191Saugustssvendor ATI		0x0528	ATI Technologies
1571.88Saugustssvendor AKS		0x0529	Aladdin Knowledge Systems
1581.57Saugustssvendor UNIACCESS	0x0540	Universal Access
1591.381Saugustssvendor VIEWSONIC	0x0543	ViewSonic
1601.191Saugustssvendor XIRLINK		0x0545	Xirlink
1611.191Saugustssvendor ANCHOR		0x0547	Anchor Chips
1621.191Saugustssvendor SONY		0x054c	Sony
1631.191Saugustssvendor VISION		0x0553	VLSI Vision
1641.191Saugustssvendor ASAHIKASEI	0x0556	Asahi Kasei Microsystems
1651.191Saugustssvendor ATEN		0x0557	ATEN International
1661.191Saugustssvendor MUSTEK		0x055f	Mustek Systems
1671.191Saugustssvendor TELEX		0x0562	Telex Communications
1681.191Saugustssvendor PERACOM		0x0565	Peracom Networks
1691.191Saugustssvendor ALCOR2		0x0566	Alcor Micro
1701.191Saugustssvendor WACOM		0x056a	WACOM
1711.43Saugustssvendor ETEK		0x056c	e-TEK Labs
1721.1Saugustssvendor EIZO		0x056d	EIZO
1731.191Saugustssvendor ELECOM		0x056e	Elecom
1741.149Sabsvendor HAUPPAUGE	0x0573	Hauppauge Computer Works
1751.88Saugustssvendor BAFO		0x0576	BAFO/Quality Computer Accessories
1761.86Saugustssvendor YEDATA		0x057b	Y-E Data
1771.381Saugustssvendor AVM		0x057c	AVM
1781.81Saugustssvendor QUICKSHOT	0x057f	Quickshot
1791.191Saugustssvendor ROLAND		0x0582	Roland
1801.40Saugustssvendor ROCKFIRE		0x0583	Rockfire
1811.381Saugustssvendor RATOC		0x0584	RATOC Systems
1821.191Saugustssvendor ZYXEL		0x0586	ZyXEL Communication
1831.191Saugustssvendor ALCOR		0x058f	Alcor Micro
1841.191Saugustssvendor IOMEGA		0x059b	Iomega
1851.191Saugustssvendor ATREND		0x059c	A-Trend Technology
1861.88Saugustssvendor AID		0x059d	Advanced Input Devices
1871.107Saugustssvendor LACIE		0x059f	LaCie
1881.40Saugustssvendor OMNIVISION	0x05a9	OmniVision
1891.43Saugustssvendor INSYSTEM		0x05ab	In-System Design
1901.34Stronvendor APPLE		0x05ac	Apple Computer
1911.74Ssorenvendor DIGI		0x05c5	Digi International
1921.459Ssalovendor QUALCOMM2	0x05c6	Qualcomm
1931.191Saugustssvendor QTRONIX		0x05c7	Qtronix
1941.191Saugustssvendor ELSA		0x05cc	ELSA
1951.88Saugustssvendor BRAINBOXES	0x05d1	Brainboxes Limited
1961.217Saugustssvendor ULTIMA		0x05d8	Ultima
1971.88Saugustssvendor AXIOHM		0x05d9	Axiohm Transaction Solutions
1981.110Saugustssvendor MICROTEK		0x05da	Microtek
1991.237Saugustssvendor SUNTAC		0x05db	SUN Corporation
2001.167Saugustssvendor LEXAR		0x05dc	Lexar Media
2011.114Saugustssvendor SYMBOL		0x05e0	Symbol Technologies
2021.191Saugustssvendor GENESYS		0x05e3	Genesys Logic
2031.191Saugustssvendor FUJI		0x05e5	Fuji Electric
2041.114Saugustssvendor KEITHLEY		0x05e6	Keithley Instruments
2051.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
2061.69Saugustssvendor KLSI		0x05e9	Kawasaki LSI
2071.191Saugustssvendor FFC		0x05eb	FFC
2081.191Saugustssvendor ANKO		0x05ef	Anko Electronic
2091.69Saugustssvendor PIENGINEERING	0x05f3	P.I. Engineering
2101.88Saugustssvendor AOC		0x05f6	AOC International
2111.1Saugustssvendor CHIC		0x05fe	Chic Technology
2121.88Saugustssvendor BARCO		0x0600	Barco Display Systems
2131.191Saugustssvendor BRIDGE		0x0607	Bridge Information
2141.67Stronvendor SOLIDYEAR	0x060b	Solid Year
2151.88Saugustssvendor BIORAD		0x0614	Bio-Rad Laboratories
2161.24Saugustssvendor MACALLY		0x0618	Macally
2171.191Saugustssvendor ACTLABS		0x061c	Act Labs
2181.191Saugustssvendor ALARIS		0x0620	Alaris
2191.476Sitohyvendor APEX		0x0624	Apex
2201.416Srpaulovendor CREATIVE3	0x062a	Creative Labs
2211.285Saugustssvendor VIVITAR		0x0636	Vivitar
2221.191Saugustssvendor AVISION		0x0638	Avision
2231.100Saugustssvendor TEAC		0x0644	TEAC
2241.263Sjodavendor SGI		0x065e	Silicon Graphics
2251.245Skentvendor SANWASUPPLY	0x0663	Sanwa Supply
2261.191Saugustssvendor LINKSYS		0x066b	Linksys
2271.191Saugustssvendor ACERSA		0x066e	Acer Semiconductor America
2281.208Saugustssvendor SIGMATEL		0x066f	Sigmatel
2291.468Skiyoharavendor DRAYTEK		0x0675	DrayTek
2301.191Saugustssvendor AIWA		0x0677	Aiwa
2311.191Saugustssvendor ACARD		0x0678	ACARD Technology
2321.191Saugustssvendor PROLIFIC		0x067b	Prolific Technology
2331.236Schristosvendor SIEMENS		0x067c	Siemens
2341.313Sjdolecekvendor AVANCELOGIC	0x0680	Avance Logic
2351.419Saugustssvendor SIEMENS2		0x0681	Siemens
2361.224Saugustssvendor MINOLTA		0x0686	Minolta
2371.381Saugustssvendor CHPRODUCTS	0x068e	CH Products
2381.391Simpvendor HAGIWARA		0x0693	Hagiwara Sys-Com
2391.101Saugustssvendor CTX		0x0698	Chuntex
2401.191Saugustssvendor ASKEY		0x069a	Askey Computer
2411.195Saugustssvendor SAITEK		0x06a3	Saitek
2421.88Saugustssvendor ALCATELT		0x06b9	Alcatel Telecom
2431.191Saugustssvendor AGFA		0x06bd	AGFA-Gevaert
2441.191Saugustssvendor ASIAMD		0x06be	Asia Microelectronic Development
2451.191Saugustssvendor BIZLINK		0x06c4	Bizlink International
2461.156Saugustssvendor KEYSPAN		0x06cd	Keyspan
2471.191Saugustssvendor AASHIMA		0x06d6	Aashima Technology
2481.38Saugustssvendor MULTITECH	0x06e0	MultiTech
2491.191Saugustssvendor ADS		0x06e1	ADS Technologies
2501.88Saugustssvendor ALCATELM		0x06e4	Alcatel Microelectronics
2511.72Saugustssvendor SIRIUS		0x06ea	Sirius Technologies
2521.381Saugustssvendor GUILLEMOT	0x06f8	Guillemot
2531.88Saugustssvendor BOSTON		0x06fd	Boston Acoustics
2541.191Saugustssvendor SMC		0x0707	Standard Microsystems
2551.191Saugustssvendor PUTERCOM		0x0708	Putercom
2561.191Saugustssvendor MCT		0x0711	MCT
2571.381Saugustssvendor IMATION		0x0718	Imation
2581.381Saugustssvendor SUSTEEN		0x0731	Susteen
2591.326Saugustssvendor EICON		0x0734	Eicon Networks
2601.191Saugustssvendor DIGITALSTREAM	0x074e	Digital Stream
2611.88Saugustssvendor AUREAL		0x0755	Aureal Semiconductor
2621.53Saugustssvendor MIDIMAN		0x0763	Midiman
2631.407Sdrochnervendor SURECOM		0x0769	Surecom Technology
2641.316Saugustssvendor LINKSYS2		0x077b	Linksys
2651.191Saugustssvendor GRIFFIN		0x077d	Griffin Technology
2661.381Saugustssvendor SANDISK		0x0781	SanDisk
2671.391Simpvendor JENOPTIK		0x0784	Jenoptik
2681.389Simpvendor LOGITEC		0x0789	Logitec
2691.191Saugustssvendor BRIMAX		0x078e	Brimax
2701.191Saugustssvendor AXIS		0x0792	Axis Communications
2711.191Saugustssvendor ABL		0x0794	ABL Electronics
2721.468Skiyoharavendor SAGEM		0x079b	Sagem
2731.302Sichirovendor SUNCOMM		0x079c	Sun Communications, Inc.
2741.191Saugustssvendor ALFADATA		0x079d	Alfadata Computer
2751.114Saugustssvendor NATIONALTECH	0x07a2	National Technical Systems
2761.191Saugustssvendor ONNTO		0x07a3	Onnto
2771.191Saugustssvendor BE		0x07a4	Be
2781.191Saugustssvendor ADMTEK		0x07a6	ADMtek
2791.64Saugustssvendor COREGA		0x07aa	Corega
2801.88Saugustssvendor FREECOM		0x07ab	Freecom
2811.114Saugustssvendor MICROTECH	0x07af	Microtech
2821.364Saugustssvendor GENERALINSTMNTS	0x07b2	General Instruments (Motorola)
2831.190Saugustssvendor OLYMPUS		0x07b4	Olympus
2841.191Saugustssvendor ABOCOM		0x07b8	AboCom Systems
2851.191Saugustssvendor KEISOKUGIKEN	0x07c1	Keisokugiken
2861.381Saugustssvendor ONSPEC		0x07c4	OnSpec
2871.88Saugustssvendor APG		0x07c5	APG Cash Drawer
2881.191Saugustssvendor BUG		0x07c8	B.U.G.
2891.88Saugustssvendor ALLIEDTELESYN	0x07c9	Allied Telesyn International
2901.191Saugustssvendor AVERMEDIA	0x07ca	AVerMedia Technologies
2911.50Saugustssvendor SIIG		0x07cc	SIIG
2921.147Sichirovendor CASIO		0x07cf	CASIO
2931.439Sjoergvendor DLINK2		0x07d1	D-Link
2941.191Saugustssvendor APTIO		0x07d2	Aptio Products
2951.88Saugustssvendor ARASAN		0x07da	Arasan Chip Systems
2961.191Saugustssvendor ALLIEDCABLE	0x07e6	Allied Cable
2971.134Sitojunvendor STSN		0x07ef	STSN
2981.191Saugustssvendor ZOOM		0x0803	Zoom Telephonics
2991.191Saugustssvendor BROADLOGIC	0x0827	BroadLogic
3001.191Saugustssvendor HANDSPRING	0x082d	Handspring
3011.391Simpvendor PALM		0x0830	Palm Computing
3021.353Saugustssvendor SOURCENEXT	0x0833	SOURCENEXT
3031.191Saugustssvendor ACTIONSTAR	0x0835	Action Star Enterprise
3041.191Saugustssvendor ACCTON		0x083a	Accton Technology
3051.72Saugustssvendor DIAMOND		0x0841	Diamond
3061.191Saugustssvendor NETGEAR		0x0846	BayNETGEAR
3071.191Saugustssvendor ACTIVEWIRE	0x0854	ActiveWire
3081.438Schristosvendor BBELECTRONICS	0x0856	B&B Electronics
3091.186Saugustssvendor PORTGEAR		0x085a	PortGear
3101.385Saugustssvendor NETGEAR2		0x0864	Netgear
3111.381Saugustssvendor SYSTEMTALKS	0x086e	System Talks
3121.125Sexplorervendor METRICOM		0x0870	Metricom
3131.191Saugustssvendor ADESSOKBTEK	0x087c	ADESSO/Kbtek America
3141.186Saugustssvendor JATON		0x087d	Jaton
3151.191Saugustssvendor APT		0x0880	APT Technologies
3161.191Saugustssvendor BOCARESEARCH	0x0885	Boca Research
3171.88Saugustssvendor ANDREA		0x08a8	Andrea Electronics
3181.191Saugustssvendor BURRBROWN	0x08bb	Burr-Brown Japan
3191.191Saugustssvendor 2WIRE		0x08c8	2Wire
3201.191Saugustssvendor AIPTEK		0x08ca	AIPTEK International
3211.191Saugustssvendor SMARTBRIDGES	0x08d1	SmartBridges
3221.191Saugustssvendor BILLIONTON	0x08dd	Billionton Systems
3231.191Saugustssvendor EXTENDED		0x08e9	Extended Systems
3241.148Ssorenvendor MSYSTEMS		0x08ec	M-Systems
3251.191Saugustssvendor AUTHENTEC	0x08ff	AuthenTec
3261.245Skentvendor AUDIOTECHNICA	0x0909	Audio-Technica
3271.259Saugustssvendor TRUMPION		0x090a	Trumpion Microelectronics
3281.191Saugustssvendor ALATION		0x0910	Alation Systems
3291.229Ssimonbvendor CONCORDCAMERA	0x0919	Concord Camera
3301.499Sceggervendor GARMIN		0x091e	Garmin
3311.277Saugustssvendor GOHUBS		0x0921	GoHubs
3321.88Saugustssvendor BIOMETRIC	0x0929	American Biometric Company
3331.381Saugustssvendor TOSHIBA		0x0930	Toshiba
3341.367Saugustssvendor PLEXTOR		0x093b	Plextor
3351.381Saugustssvendor INTREPIDCS	0x093c	Intrepid
3361.120Saugustssvendor YANO		0x094f	Yano
3371.122Saugustssvendor KINGSTON		0x0951	Kingston Technology
3381.191Saugustssvendor BLUEWATER	0x0956	BlueWater Systems
3391.191Saugustssvendor AGILENT		0x0957	Agilent Technologies
3401.186Saugustssvendor PORTSMITH	0x095a	Portsmith
3411.365Saugustssvendor ACERW		0x0967	Acer
3421.88Saugustssvendor ADIRONDACK	0x0976	Adirondack Wire & Cable
3431.191Saugustssvendor BECKHOFF		0x0978	Beckhoff
3441.226Saugustssvendor MINDSATWORK	0x097a	Minds At Work
3451.366Saugustssvendor POINTCHIPS	0x09a6	PointChips
3461.234Saugustssvendor INTERSIL		0x09aa	Intersil
3471.495Srafalvendor TRIPPLITE2	0x09ae	Tripp Lite
3481.191Saugustssvendor ALTIUS		0x09b3	Altius Solutions
3491.191Saugustssvendor ARRIS		0x09c1	Arris Interactive
3501.191Saugustssvendor ACTIVCARD	0x09c3	ACTIVCARD
3511.191Saugustssvendor ACTISYS		0x09c4	ACTiSYS
3521.441Sgdtvendor NOVATEL		0x09d7	NovAtel
3531.191Saugustssvendor AFOURTECH	0x09da	A-FOUR TECH
3541.191Saugustssvendor AIMEX		0x09dc	AIMEX
3551.191Saugustssvendor ADDONICS		0x09df	Addonics Technologies
3561.191Saugustssvendor AKAI		0x09e8	AKAI professional M.I.
3571.88Saugustssvendor ARESCOM		0x09f5	ARESCOM
3581.88Saugustssvendor BAY		0x09f9	Bay Associates
3591.88Saugustssvendor ALTERA		0x09fb	Altera
3601.288Sgrantvendor CSR		0x0a12	Cambridge Silicon Radio
3611.111Shubertfvendor TREK		0x0a16	Trek Technology
3621.191Saugustssvendor ASAHIOPTICAL	0x0a17	Asahi Optical
3631.191Saugustssvendor BOCASYSTEMS	0x0a43	Boca Systems
3641.480Snisimuravendor SHANTOU		0x0a46  ShanTou
3651.383Saugustssvendor MEDIAGEAR	0x0a48	MediaGear
3661.191Saugustssvendor BROADCOM		0x0a5c	Broadcom
3671.191Saugustssvendor GREENHOUSE	0x0a6b	GREENHOUSE
3681.99Scastorvendor GEOCAST		0x0a79	Geocast Network Systems
3691.421Sdogcowvendor ZYDAS		0x0ace	Zydas Technology Corporation
3701.391Simpvendor NEODIO		0x0aec	Neodio
3711.458Smlelstvvendor OPTIONNV		0x0af0	Option N.V:
3721.399Ssekiyavendor ASUSTEK		0x0b05	ASUSTeK Computer
3731.179Saugustssvendor TODOS		0x0b0c	Todos Data System
3741.381Saugustssvendor SIIG2		0x0b39	SIIG
3751.381Saugustssvendor TEKRAM		0x0b3b	Tekram Technology
3761.353Saugustssvendor HAL		0x0b41	HAL Corporation
3771.364Saugustssvendor EMS		0x0b43	EMS Production
3781.205Saugustssvendor NEC2		0x0b62	NEC
3791.213Saugustssvendor ATI2		0x0b6f	ATI
3801.349Swizvendor ZEEVO		0x0b7a	Zeevo, Inc.
3811.244Stshiozakvendor KURUSUGAWA	0x0b7e	Kurusugawa Electronics, Inc.
3821.316Saugustssvendor ASIX		0x0b95	ASIX Electronics
3831.481Ssborrillvendor PROLIFIC2	0x0b8c	Prolific Technology Inc
3841.442Sdrochnervendor O2MICRO		0x0b97	O2 Micro
3851.381Saugustssvendor USR		0x0baf	U.S. Robotics
3861.474Sitohyvendor AMBIT		0x0bb2	Ambit Microsystems
3871.378Smycroftvendor REALTEK		0x0bda	Realtek
3881.226Saugustssvendor ADDONICS2	0x0bf6	Addonics Technology
3891.159Saugustssvendor AGATE		0x0c08	Agate Technologies
3901.197Saugustssvendor DMI		0x0c0b	DMI
3911.375Sgrantvendor CHICONY2		0x0c45	Chicony Electronics
3921.388Sscwvendor SEALEVEL		0x0c52	Sealevel System
3931.364Saugustssvendor LUWEN		0x0c76	EasyDisk
3941.476Sitohyvendor QUALCOMM_K	0x0c88	Qualcomm Kyocera
3951.381Saugustssvendor ZCOM		0x0cde	Z-Com
3961.243Saugustssvendor TANGTOP		0x0d3d	Tangtop
3971.355Saugustssvendor SMC3		0x0d5c	Standard Microsystems
3981.233Saugustssvendor PEN		0x0d7d	Pen Drive
3991.391Simpvendor ACDC		0x0d7e	American Computer & Digital Components
4001.418Shiravendor CMEDIA		0x0d8c	C-Media Electronics Inc.
4011.381Saugustssvendor MSI		0x0db0	Micro Star
4021.474Sitohyvendor ELCON		0x0db7	ELCON Systemtechnik
4031.439Sjoergvendor SITECOMEU	0x0df6	Sitecom Europe
4041.381Saugustssvendor HAWKING		0x0e66	Hawking
4051.474Sitohyvendor GMATE		0x0e7e	G.Mate, Inc
4061.381Saugustssvendor OTI		0x0ea0	Ours Technology
4071.391Simpvendor PILOTECH		0x0eaf	Pilotech
4081.464Sxtraemevendor NOVATECH		0x0eb0	Nova Tech
4091.391Simpvendor EGALAX		0x0eef	eGalax
4101.444Sichirovendor TOD		0x0ede	TOD
4111.394Selricvendor AIRPRIME		0x0f3d	AirPrime, Incorporated
4121.407Sdrochnervendor VTECH		0x0f88	VTech
4131.437Schristosvendor FALCOM		0x0f94	Falcom Wireless Communications GmbH
4141.467Sjmcneillvendor RIM		0x0fca	Research In Motion
4151.466Sdogcowvendor DYNASTREAM	0x0fcf	Dynastream Innovations
4161.367Saugustssvendor QUALCOMM		0x1004	Qualcomm
4171.407Sdrochnervendor GIGABYTE		0x1044	GIGABYTE
4181.48Saugustssvendor MOTOROLA		0x1063	Motorola
4191.226Saugustssvendor CCYU		0x1065	CCYU Technology
4201.466Sdogcowvendor SILABS2		0x10a6	SILABS2
4211.477Sitohyvendor USI		0x10ab	USI
4221.1Saugustssvendor PLX		0x10b5	PLX
4231.476Sitohyvendor ASANTE		0x10bd	Asante
4241.466Sdogcowvendor SILABS		0x10c4	Silicon Labs
4251.319Saugustssvendor JRC		0x1145	Japan Radio Company
4261.465Sxtraemevendor SPHAIRON		0x114b	Sphairon Access Systems GmbH
4271.476Sitohyvendor DELORME		0x1163	DeLorme
4281.323Saugustssvendor SERVERWORKS	0x1166	ServerWorks
4291.319Saugustssvendor ACERCM		0x1189	Acer Communications & Multimedia
4301.441Sgdtvendor SIERRA		0x1199	Sierra Wireless
4311.427Sscwvendor TOPFIELD		0x11db	Topfield Co., Ltd
4321.472Sitohyvendor NETINDEX		0x11f6	NetIndex
4331.381Saugustssvendor TSUNAMI		0x1241	Tsunami
4341.408Saugustssvendor TARGUS		0x1267	Targus
4351.468Skiyoharavendor TWINMOS		0x126f	TwinMOS
4361.381Saugustssvendor CREATIVE2	0x1292	Creative Labs
4371.191Saugustssvendor BELKIN2		0x1293	Belkin Components
4381.468Skiyoharavendor CYBERTAN		0x129b	CyberTAN Technology
4391.477Sitohyvendor HUAWEI		0x12d1	Huawei Technologies
4401.382Saugustssvendor AINCOMM		0x12fd	Aincomm
4411.186Saugustssvendor MOBILITY		0x1342	Mobility
4421.439Sjoergvendor DICKSMITH	0x1371	Dick Smith Electronics
4431.466Sdogcowvendor BALTECH		0x13ad	Baltech
4441.399Ssekiyavendor CISCOLINKSYS	0x13b1	Cisco-Linksys
4451.186Saugustssvendor SHARK		0x13d2	Shark
4461.497Sceggervendor PHISON		0x13fe	Phison Electronics Corp.
4471.455Sgdtvendor NOVATEL2		0x1410	Novatel
4481.501Sjmcneillvendor OMNIVISION2	0x1415	OmniVision Technologies, Inc.
4491.468Skiyoharavendor WISTRONNEWEB	0x1435	Wistron NeWeb
4501.477Sitohyvendor HUAWEI3COM	0x1472	Huawei-3Com
4511.381Saugustssvendor SILICOM		0x1485	Silicom
4521.399Ssekiyavendor RALINK		0x1485	Ralink Technology
4531.438Schristosvendor RALINK_2		0x148f	Ralink Technology
4541.403Sdrochnervendor CONCEPTRONIC	0x14b2	Conceptronic
4551.464Sxtraemevendor PLANEX3		0x14ea	Planex Communications
4561.191Saugustssvendor SILICONPORTALS	0x1527	Silicon Portals
4571.397Sitojunvendor OQO		0x1557	OQO
4581.468Skiyoharavendor UMEDIA		0x157e	U-MEDIA Communications
4591.468Skiyoharavendor FIBERLINE	0x1582	Fiberline
4601.175Saugustssvendor SOHOWARE		0x15e8	SOHOware
4611.191Saugustssvendor UMAX		0x1606	UMAX Data Systems
4621.26Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
4631.439Sjoergvendor GOODWAY		0x1631	Good Way Technology
4641.20Saugustssvendor ENTREGA		0x1645	Entrega
4651.191Saugustssvendor ACTIONTEC	0x1668	Actiontec Electronics
4661.439Sjoergvendor GIGASET		0x1690	Gigaset
4671.459Ssalovendor ANYDATA		0x16d5	AnyDATA Inc.
4681.466Sdogcowvendor JABLOTRON	0x16d6	Jablotron
4691.474Sitohyvendor LINKSYS4		0x1737	Linksys
4701.468Skiyoharavendor SENAO		0x1740	Senao
4711.464Sxtraemevendor AMIT		0x18c5	AMIT
4721.439Sjoergvendor QCOM		0x18e8	Qcom
4731.382Saugustssvendor LINKSYS3		0x1915	Linksys
4741.191Saugustssvendor DLINK		0x2001	D-Link
4751.439Sjoergvendor PLANEX2		0x2019	Planex Communications
4761.328Srjsvendor ERICSSON		0x2282	Ericsson
4771.325Saugustssvendor MOTOROLA2	0x22b8	Motorola
4781.368Saugustssvendor TRIPPLITE	0x2478	Tripp-Lite
4791.328Srjsvendor HIROSE		0x2631	Hirose Electric
4801.391Simpvendor NHJ		0x2770	NHJ
4811.381Saugustssvendor PLANEX		0x2c02	Planex Communications
4821.355Saugustssvendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
4831.328Srjsvendor AEI		0x3334	AEI
4841.476Sitohyvendor HANK		0x3353	Hank Connection
4851.276Ssorenvendor PQI		0x3538	PQI
4861.221Saugustssvendor DAISY		0x3579	Daisy Technology
4871.303Sichirovendor NI		0x3923	National Instruments
4881.381Saugustssvendor MICRONET		0x3980	Micronet Communications
4891.307Snakayamavendor IODATA2		0x40bb	I-O Data
4901.381Saugustssvendor IRIVER		0x4102	iRiver
4911.372Smattvendor DELL		0x413c	Dell
4921.482Stshiozakvendor WINCHIPHEAD	0x4348	WinChipHead
4931.381Saugustssvendor AVERATEC		0x50c2	Averatec
4941.468Skiyoharavendor SWEEX		0x5173	Sweex
4951.327Sgrantvendor ONSPEC2		0x55aa	OnSpec Electronic Inc.
4961.407Sdrochnervendor ZINWELL		0x5a57	Zinwell
4971.376Sjdolecekvendor SITECOM		0x6189	Sitecom
4981.476Sitohyvendor ARKMICROCHIPS	0x6547	ArkMicroChips
4991.468Skiyoharavendor 3COM2		0x6891	3Com
5001.1Saugustssvendor INTEL		0x8086	Intel
5011.432Sreinoudvendor MOSCHIP		0x9710	MosChip Semiconductor
5021.492Smjfvendor EMPIA		0xeb1a	eMPIA Technology
5031.121Saugustssvendor HP2		0xf003	Hewlett Packard
5041.424Sgdtvendor USRP		0xfffe	GNU Radio USRP
5051.1Saugustss
5061.1Saugustss/*
5071.1Saugustss * List of known products.  Grouped by vendor.
5081.1Saugustss */
5091.1Saugustss
5101.66Saugustss/* 3Com products */
5111.66Saugustssproduct 3COM HOMECONN		0x009d	HomeConnect USB Camera
5121.252Sdsaintyproduct 3COM 3CREB96		0x00a0	Bluetooth USB Adapter
5131.381Saugustssproduct 3COM 3C19250		0x03e8	3C19250 Ethernet adapter
5141.66Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
5151.176Saugustssproduct 3COM 3C460		0x11f8	HomeConnect 3C460
5161.176Saugustssproduct 3COM 3C460B		0x4601	HomeConnect 3C460B
5171.468Skiyoharaproduct 3COM2 3CRUSB10075	0xa727	3CRUSB10075
5181.66Saugustss
5191.78Saugustssproduct 3COMUSR OFFICECONN	0x0082	3Com OfficeConnect Analog Modem
5201.78Saugustssproduct 3COMUSR USRISDN		0x008f	3Com U.S. Robotics Pro ISDN TA
5211.88Saugustssproduct 3COMUSR HOMECONN	0x009d	3Com HomeConnect camera
5221.69Saugustssproduct 3COMUSR USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
5231.69Saugustss
5241.331Sjschauma/* ACDC products */
5251.331Sjschaumaproduct ACDC HUB		0x2315	USB Pen Drive HUB
5261.476Sitohyproduct ACDC SECWRITE		0x2316	USB Pen Drive Secure Write
5271.331Sjschaumaproduct ACDC PEN		0x2317	USB Pen Drive with Secure Write
5281.331Sjschauma
5291.146Saugustss/* AboCom products */
5301.176Saugustssproduct ABOCOM XX1		0x110c	XX1
5311.176Saugustssproduct ABOCOM XX2		0x200c	XX2
5321.146Saugustssproduct ABOCOM URE450		0x4000	URE450 Ethernet Adapter
5331.209Saugustssproduct ABOCOM UFE1000		0x4002	UFE1000 Fast Ethernet Adapter
5341.173Saugustssproduct ABOCOM DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
5351.176Saugustssproduct ABOCOM XX4		0x4004	XX4
5361.176Saugustssproduct ABOCOM XX5		0x4007	XX5
5371.176Saugustssproduct ABOCOM XX6		0x400b	XX6
5381.176Saugustssproduct ABOCOM XX7		0x400c	XX7
5391.381Saugustssproduct ABOCOM LCS8138TX	0x401a	LCS-8138TX
5401.176Saugustssproduct ABOCOM XX8		0x4102	XX8
5411.176Saugustssproduct ABOCOM XX9		0x4104	XX9
5421.324Sgehennaproduct ABOCOM UFE2000		0x420a	UFE2000 USB2.0 Fast Ethernet Adapter
5431.468Skiyoharaproduct ABOCOM WL54		0x6001	WL54
5441.176Saugustssproduct ABOCOM XX10		0xabc1	XX10
5451.464Sxtraemeproduct ABOCOM HWU54DM		0xb21b	HWU54DM
5461.464Sxtraemeproduct ABOCOM RT2573_2		0xb21c	RT2573
5471.464Sxtraemeproduct ABOCOM RT2573_3		0xb21d	RT2573
5481.464Sxtraemeproduct ABOCOM RT2573_4		0xb21e	RT2573
5491.464Sxtraemeproduct ABOCOM WUG2700		0xb21f	WUG2700
5501.176Saugustss
5511.176Saugustss/* Accton products */
5521.182Saugustssproduct ACCTON USB320_EC	0x1046	USB320-EC Ethernet Adapter
5531.381Saugustssproduct ACCTON 111		0x3503	T-Sinus 111 WLAN
5541.468Skiyoharaproduct ACCTON SMCWUSBG		0x4505	SMCWUSB-G
5551.209Saugustssproduct ACCTON SS1001		0x5046	SpeedStream Ethernet Adapter
5561.468Skiyoharaproduct ACCTON ZD1211B		0xe501	ZD1211B
5571.345Swiz
5581.474Sitohy/* Acer Communications & Multimedia products */
5591.474Sitohyproduct ACERCM EP1427X2		0x0893	EP-1427X-2 Ethernet
5601.474Sitohy
5611.474Sitohy/* Acer Labs products */
5621.474Sitohyproduct ACERLABS M5632		0x5632	USB 2.0 Data Link
5631.474Sitohy
5641.88Saugustss/* Acer Peripherals, Inc. products */
5651.88Saugustssproduct ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
5661.115Saugustssproduct ACERP ACERSCAN_320U	0x2022	Acerscan 320U
5671.110Saugustssproduct ACERP ACERSCAN_640U	0x2040	Acerscan 640U
5681.110Saugustssproduct ACERP ACERSCAN_620U	0x2060	Acerscan 620U
5691.306Saugustssproduct ACERP ATAPI		0x6003	ATA/ATAPI adapter
5701.382Saugustssproduct ACERP AWL300		0x9000	AWL300
5711.382Saugustssproduct ACERP AWL400		0x9001	AWL400
5721.88Saugustss
5731.365Saugustss/* Acer Products */
5741.365Saugustssproduct ACERW WARPLINK		0x0204	Warplink
5751.365Saugustss
5761.235Saugustss/* Actiontec products */
5771.235Saugustssproduct ACTIONTEC PRISM_25	0x0408	Prism2.5 WLAN
5781.365Saugustssproduct ACTIONTEC PRISM_25A	0x0421	Prism2.5 WLAN A
5791.381Saugustssproduct ACTIONTEC FREELAN	0x6106	ROPEX FreeLan 802.11b
5801.355Saugustssproduct ACTIONTEC UAT1		0x7605	UAT1 Wireless Ethernet adapter
5811.235Saugustss
5821.207Saugustss/* ACTiSYS products */
5831.207Saugustssproduct ACTISYS IR2000U		0x0011	ACT-IR2000U FIR
5841.207Saugustss
5851.88Saugustss/* ActiveWire, Inc. products */
5861.66Saugustssproduct ACTIVEWIRE IOBOARD	0x0100	I/O Board
5871.66Saugustssproduct ACTIVEWIRE IOBOARD_FW1	0x0101	I/O Board, rev. 1 firmware
5881.66Saugustss
5891.381Saugustss/* Adaptec products */
5901.381Saugustssproduct ADAPTEC AWN8020		0x0020	AWN-8020 WLAN
5911.328Srjs
5921.226Saugustss/* Addonics products */
5931.226Saugustssproduct ADDONICS2 205		0xa001	Cable 205
5941.226Saugustss
5951.69Saugustss/* ADMtek products */
5961.474Sitohyproduct ADMTEK PEGASUSII_4	0x07c2	AN986A Ethernet
5971.381Saugustssproduct ADMTEK PEGASUS		0x0986	AN986 USB Ethernet
5981.381Saugustssproduct ADMTEK PEGASUSII	0x8511	AN8511 USB Ethernet
5991.381Saugustssproduct ADMTEK PEGASUSII_2	0x8513	AN8513 Ethernet
6001.438Schristosproduct ADMTEK PEGASUSII_3	0x8515	ADM8515 USB 2.0 Ethernet
6011.69Saugustss
6021.66Saugustss/* ADS products */
6031.381Saugustssproduct ADS UBS10BT		0x0008	UBS-10BT Ethernet
6041.381Saugustssproduct ADS UBS10BTX		0x0009	UBS-10BT Ethernet
6051.381Saugustss
6061.381Saugustss/* AEI products */
6071.381Saugustssproduct AEI USBTOLAN		0x1701	AEI USB to Lan adapter
6081.44Saugustss
6091.159Saugustss/* Agate Technologies products */
6101.159Saugustssproduct AGATE QDRIVE		0x0378	Q-Drive
6111.2Saugustss
6121.110Saugustss/* AGFA products */
6131.110Saugustssproduct AGFA SNAPSCAN1212U	0x0001	SnapScan 1212U
6141.216Sgehennaproduct AGFA SNAPSCAN1236U	0x0002	SnapScan 1236U
6151.110Saugustssproduct AGFA SNAPSCANTOUCH	0x0100	SnapScan Touch
6161.110Saugustssproduct AGFA SNAPSCAN1212U2	0x2061	SnapScan 1212U
6171.216Sgehennaproduct AGFA SNAPSCANE40	0x208d	SnapScan e40
6181.216Sgehennaproduct AGFA SNAPSCANE50	0x208f	SnapScan e50
6191.216Sgehennaproduct AGFA SNAPSCANE20	0x2091	SnapScan e20
6201.216Sgehennaproduct AGFA SNAPSCANE25	0x2095	SnapScan e25
6211.216Sgehennaproduct AGFA SNAPSCANE26	0x2097	SnapScan e26
6221.216Sgehennaproduct AGFA SNAPSCANE52	0x20fd	SnapScan e52
6231.159Saugustss
6241.473Sitohy/* Aincomm products */
6251.473Sitohyproduct AINCOMM AWU2000B	0x1001	AWU2000B
6261.394Selric
6271.379Sjmmv/* AIPTEK International products */
6281.438Schristosproduct AIPTEK2 PENCAM_MEGA_1_3 0x504a	PenCam Mega 1.3
6291.379Sjmmv
6301.473Sitohy/* AirPrime products */
6311.473Sitohyproduct AIRPRIME PC5220		0x0112	CDMA Wireless PC Card
6321.382Saugustss
6331.66Saugustss/* AKS products */
6341.66Saugustssproduct AKS USBHASP		0x0001	USB-HASP 0.06
6351.104Saugustss
6361.104Saugustss/* Alcor Micro, Inc. products */
6371.104Saugustssproduct ALCOR2 KBD_HUB		0x2802	Kbd Hub
6381.104Saugustss
6391.104Saugustssproduct ALCOR MA_KBD_HUB	0x9213	MacAlly Kbd Hub
6401.104Saugustssproduct ALCOR AU9814		0x9215	AU9814 Hub
6411.104Saugustssproduct ALCOR SM_KBD		0x9410	MicroConnectors/StrongMan Keyboard
6421.104Saugustssproduct ALCOR NEC_KBD_HUB	0x9472	NEC Kbd Hub
6431.1Saugustss
6441.66Saugustss/* Altec Lansing products */
6451.85Saugustssproduct ALTEC ADA70		0x0070	ADA70 Speakers
6461.69Saugustssproduct ALTEC ASC495		0xff05	ASC495 Speakers
6471.64Saugustss
6481.66Saugustss/* American Power Conversion products */
6491.475Sveegoproduct APC UPS			0x0002	Uninterruptible Power Supply
6501.6Saugustss
6511.474Sitohy/* Ambit Microsystems products */
6521.474Sitohyproduct AMBIT NTL_250		0x6098	NTL 250 cable modem
6531.474Sitohy
6541.464Sxtraeme/* AMIT products */
6551.464Sxtraemeproduct AMIT CGWLUSB2GO		0x0002	CG-WLUSB2GO
6561.464Sxtraeme
6571.66Saugustss/* Anchor products */
6581.66Saugustssproduct ANCHOR EZUSB		0x2131	EZUSB
6591.105Saugustssproduct ANCHOR EZLINK		0x2720	EZLINK
6601.25Saugustss
6611.459Ssalo/* AnyDATA Inc. products */
6621.493Sichiroproduct ANYDATA A2502		0x6202	NTT DoCoMo A2502
6631.459Ssaloproduct ANYDATA ADU_E100H	0x6501	ADU-E100H
6641.496Selricproduct ANYDATA ADU_500A	0x6502	ADU-E500A
6651.459Ssalo
6661.88Saugustss/* AOX, Inc. products */
6671.69Saugustssproduct AOX USB101		0x0008	USB ethernet controller engine
6681.69Saugustss
6691.116Saugustss/* Apple Computer products */
6701.422Sjmmvproduct APPLE EXT_KBD		0x020c	Apple Extended USB Keyboard
6711.126Saugustssproduct APPLE OPTMOUSE		0x0302	Optical mouse
6721.414Saugustssproduct APPLE MIGHTYMOUSE	0x0304	Mighty Mouse
6731.422Sjmmvproduct APPLE EXT_KBD_HUB	0x1003	Hub in Apple Extended USB Keyboard
6741.116Saugustssproduct APPLE SPEAKERS		0x1101	Speakers
6751.504Smattproduct APPLE ETHERNET		0x1402	Apple USB to Ethernet
6761.504Smatt
6771.278Sitojun
6781.473Sitohy/* ArkMicroChips products */
6791.473Sitohyproduct ARKMICROCHIPS USBSERIAL 0x0232	USB-UART Controller
6801.473Sitohy
6811.278Sitojun/* Asahi Optical products */
6821.323Saugustssproduct ASAHIOPTICAL OPTIO230	0x0004	PENTAX Optio230
6831.323Saugustssproduct ASAHIOPTICAL OPTIO330	0x0006	Digital camera
6841.116Saugustss
6851.186Saugustss/* Asante products */
6861.186Saugustssproduct ASANTE EA		0x1427	Ethernet Adapter
6871.186Saugustss
6881.315Saugustss/* ASIX Electronics products */
6891.471Sdsaintyproduct ASIX AX88172		0x1720	AX88172 USB 2.0 10/100 Ethernet adapter
6901.474Sitohyproduct ASIX AX88178		0x1780	AX88178 USB 2.0 10/100 Ethernet adapter
6911.471Sdsaintyproduct ASIX AX88772		0x7720	AX88772 USB 2.0 10/100 Ethernet adapter
6921.315Saugustss
6931.399Ssekiya/* ASUSTeK computer products */
6941.399Ssekiyaproduct ASUSTEK WL167G		0x1707	WL-167g USB2.0 WLAN Adapter
6951.468Skiyoharaproduct ASUSTEK WL159G		0x170c	WL-159g
6961.468Skiyoharaproduct ASUSTEK A9T_WIFI	0x171b	A9T wireless
6971.463Sxtraemeproduct ASUSTEK WL167G_2	0x1723	WL-167g USB2.0 WLAN Adapter (version 2)
6981.464Sxtraemeproduct ASUSTEK WL167G_3	0x1724	WL-167g USB2.0 WLAN Adapter (version 2)
6991.477Sitohyproduct ASUSTEK MYPAL_A730	0x4202	MyPal A730
7001.399Ssekiya
7011.66Saugustss/* ATen products */
7021.66Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
7031.69Saugustssproduct ATEN UC10T		0x2002	10Mbps ethernet adapter
7041.106Saugustssproduct ATEN UC232A		0x2008	Serial adapter
7051.474Sitohyproduct ATEN UC210T		0x2009	UC210T Ethernet adapter
7061.186Saugustssproduct ATEN DSB650C		0x4000	DSB-650C
7071.44Saugustss
7081.213Saugustss/* ATI products */
7091.213Saugustssproduct ATI2 205		0xa001	USB Cable 205
7101.213Saugustss
7111.133Saugustss/* Atmel Comp. products */
7121.133Saugustssproduct ATMEL UHB124		0x3301	UHB124 hub
7131.255Saugustssproduct ATMEL DWL900AP		0x5601	DWL-900AP Wireless access point
7141.151Saugustssproduct ATMEL DWL120		0x7602	DWL-120 Wireless adapter
7151.476Sitohyproduct ATMEL AT76C503A		0x7603	AT76C503A
7161.364Saugustssproduct ATMEL BW002		0x7605	BW002 Wireless adapter
7171.382Saugustssproduct ATMEL WL1130		0x7613	WL-1130
7181.382Saugustssproduct ATMEL AT76C505A		0x7614	AT76C505A
7191.133Saugustss
7201.245Skent/* Audio-Technica products */
7211.438Schristosproduct AUDIOTECHNICA ATCHA4USB 0x0009	ATC-HA4USB USB headphone
7221.313Sjdolecek
7231.313Sjdolecek/* Avance Logic products */
7241.313Sjdolecekproduct AVANCELOGIC USBAUDIO	0x0100	USB Audio Speaker
7251.245Skent
7261.381Saugustss/* Averatec products */
7271.381Saugustssproduct AVERATEC USBWLAN	0x4013	WLAN
7281.381Saugustss
7291.110Saugustss/* Avision products */
7301.110Saugustssproduct AVISION 1200U		0x0268	1200U scanner
7311.110Saugustss
7321.473Sitohy/* Baltech products */
7331.473Sitohyproduct BALTECH CARDREADER	0x9999	Card reader
7341.473Sitohy
7351.437Schristos/* B&B Electronics products */
7361.438Schristosproduct BBELECTRONICS USOTL4	0xAC01	uLinks RS-422/485
7371.437Schristos
7381.71Saugustss/* Belkin products */
7391.71Saugustss/*product BELKIN F5U111		0x????	F5U111 Ethernet adapter*/
7401.110Saugustssproduct BELKIN2 F5U002		0x0002	F5U002 Parallel printer adapter
7411.395Sjoffproduct BELKIN F5D6050		0x0050	F5D6050 802.11b Wireless adapter
7421.277Saugustssproduct BELKIN F5U103		0x0103	F5U103 Serial adapter
7431.315Saugustssproduct BELKIN F5U109		0x0109	F5U109 Serial adapter
7441.226Saugustssproduct BELKIN SCSI		0x0115	SCSI Adaptor
7451.262Smattproduct BELKIN USB2LAN		0x0121	USB to LAN Converter
7461.355Saugustssproduct BELKIN F5U208		0x0208	F5U208 VideoBus II
7471.381Saugustssproduct BELKIN F5U237		0x0237	F5U237 USB 2.0 7-Port Hub
7481.476Sitohyproduct BELKIN F5U409		0x0409	F5U409 Serial
7491.383Saugustssproduct BELKIN UPS		0x0980	UPS
7501.277Saugustssproduct BELKIN F5U120		0x1203	F5U120-PC Hub
7511.468Skiyoharaproduct BELKIN ZD1211B		0x4050	ZD1211B
7521.474Sitohyproduct BELKIN F5D5055		0x5055	F5D5055 Ethernet adapter
7531.405Sdrochnerproduct BELKIN F5D7050		0x7050	F5D7050 54g USB Network Adapter
7541.474Sitohyproduct BELKIN F5D7051		0x7051	F5D7051 54g USB Network Adapter
7551.439Sjoergproduct BELKIN F5D7050A		0x705a	F5D705A 54g USB Network Adapter
7561.468Skiyoharaproduct BELKIN F5D7050C		0x705c	F5D705C 54g USB Network Adapter
7571.439Sjoergproduct BELKIN F5D9050V3	0x905b	F5D9050 ver 3
7581.71Saugustss
7591.66Saugustss/* Billionton products */
7601.66Saugustssproduct BILLIONTON USB100	0x0986	USB100N 10/100 FastEthernet Adapter
7611.177Saugustssproduct BILLIONTON USBLP100	0x0987	USB100LP
7621.176Saugustssproduct BILLIONTON USBEL100	0x0988	USB100EL
7631.176Saugustssproduct BILLIONTON USBE100	0x8511	USBE100
7641.474Sitohyproduct BILLIONTON USB2AR	0x90ff	USB2AR Ethernet
7651.270Saugustss
7661.270Saugustss/* Broadcom products */
7671.271Saugustssproduct BROADCOM BCM2033	0x2000	BCM2033
7681.271Saugustssproduct BROADCOM BCM2033NF	0x2033	BCM2033 (no firmware)
7691.40Saugustss
7701.66Saugustss/* Brother Industries products */
7711.69Saugustssproduct BROTHER HL1050		0x0002	HL-1050 laser printer
7721.1Saugustss
7731.66Saugustss/* Behavior Technology Computer products */
7741.66Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
7751.18Saugustss
7761.88Saugustss/* Canon, Inc. products */
7771.364Saugustssproduct CANON N656U		0x2206	CanoScan N656U
7781.364Saugustssproduct CANON N1220U		0x2207	CanoScan N1220U
7791.364Saugustssproduct CANON N670U		0x220d	CanoScan N670U
7801.364Saugustssproduct CANON N1240U		0x220e	CanoScan N1240U
7811.66Saugustssproduct CANON S10		0x3041	PowerShot S10
7821.265Ssorenproduct CANON S20		0x3043	PowerShot S20
7831.265Ssorenproduct CANON S100_US		0x3045	PowerShot S100
7841.265Ssorenproduct CANON S100_EU		0x3047	PowerShot S100
7851.265Ssorenproduct CANON G1		0x3048	PowerShot G1
7861.265Ssorenproduct CANON A20		0x304e	PowerShot A20
7871.364Saugustssproduct CANON S200		0x3065	PowerShot S200
7881.369Sdrochnerproduct CANON EOS300D		0x3084	EOS 300D / Digital Rebel
7891.460Sdarcyproduct CANON SD630		0x30fe	PowerShot SD630
7901.16Saugustss
7911.473Sitohy/* CASIO products */
7921.473Sitohyproduct CASIO QV		0x1001	QV DigitalCamera
7931.473Sitohyproduct CASIO BE300		0x2002	BE-300 PDA
7941.473Sitohyproduct CASIO NAMELAND		0x4001	CASIO Nameland EZ-USB
7951.473Sitohy
7961.66Saugustss/* CATC products */
7971.71Saugustssproduct CATC NETMATE		0x000a	Netmate ethernet adapter
7981.71Saugustssproduct CATC NETMATE2		0x000c	Netmate2 ethernet adapter
7991.66Saugustssproduct CATC CHIEF		0x000d	USB Chief Bus & Protocol Analyzer
8001.66Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
8011.147Sichiro
8021.226Saugustss/* CCYU Technology products */
8031.226Saugustssproduct CCYU EASYDISK		0x2136	EasyDisk Portable Device
8041.226Saugustss
8051.1Saugustss/* Cherry products */
8061.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
8071.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
8081.438Schristosproduct CHERRY CYBOARD		0x0004	CyBoard Keyboard
8091.503Sceggerproduct CHERRY MY6000KBD	0x0011	My6000 keyboard
8101.1Saugustss
8111.66Saugustss/* Chic Technology products */
8121.66Saugustssproduct CHIC MOUSE1		0x0001	mouse
8131.78Saugustssproduct CHIC CYPRESS		0x0003	Cypress USB Mouse
8141.6Saugustss
8151.66Saugustss/* Chicony products */
8161.66Saugustssproduct CHICONY KB8933		0x0001	KB-8933 keyboard
8171.375Sgrantproduct CHICONY2 TWINKLECAM	0x600d	TwinkleCam USB camera
8181.102Saugustss
8191.381Saugustss/* CH Products */
8201.381Saugustssproduct CHPRODUCTS PROTHROTTLE	0x00f1	Pro Throttle
8211.381Saugustssproduct CHPRODUCTS PROPEDALS	0x00f2	Pro Pedals
8221.438Schristosproduct CHPRODUCTS FIGHTERSTICK 0x00f3	Fighterstick
8231.381Saugustssproduct CHPRODUCTS FLIGHTYOKE	0x00ff	Flight Sim Yoke
8241.381Saugustss
8251.439Sjoerg/* Cisco-Linksys products */
8261.474Sitohyproduct CISCOLINKSYS WUSB54G	0x000d	WUSB54G Wireless-G USB Network Adapter
8271.474Sitohyproduct CISCOLINKSYS WUSB54GP	0x0011	WUSB54GP Wireless-G USB Network Adapter
8281.464Sxtraemeproduct CISCOLINKSYS USB200MV2	0x0018	USB200M v2
8291.476Sitohyproduct CISCOLINKSYS HU200TS	0x001a	HU200-TS
8301.439Sjoergproduct CISCOLINKSYS WUSB54GC	0x0020	WUSB54GC
8311.464Sxtraemeproduct CISCOLINKSYS WUSB54GR	0x0023	WUSB54GR
8321.464Sxtraemeproduct CISCOLINKSYS WUSBF54G	0x0024	WUSBF54G
8331.439Sjoerg
8341.102Saugustss/* Compaq products */
8351.184Spookaproduct COMPAQ IPAQPOCKETPC	0x0003	iPAQ PocketPC
8361.218Saugustssproduct COMPAQ A1500		0x0012	A1500
8371.365Saugustssproduct COMPAQ W100		0x0033	W100
8381.381Saugustssproduct COMPAQ W200		0x0076	WLAN MultiPort W200
8391.102Saugustssproduct COMPAQ PJB100		0x504a	Personal Jukebox PJB100
8401.328Srjsproduct COMPAQ IPAQLINUX	0x505a	iPAQ Linux
8411.363Sschmonzproduct COMPAQ HNE200		0x8511	HNE-200 USB Ethernet adapter
8421.1Saugustss
8431.383Saugustss/* Composite Corp products looks the same as "TANGTOP" */
8441.383Saugustssproduct COMPOSITE USBPS2	0x0001	USB to PS2 Adaptor
8451.383Saugustss
8461.403Sdrochner/* Conceptronic products */
8471.403Sdrochnerproduct CONCEPTRONIC C54RU	0x3c02	C54RU WLAN
8481.439Sjoergproduct CONCEPTRONIC C54RU2	0x3c22	C54RU
8491.403Sdrochner
8501.229Ssimonb/* Concord Camera products */
8511.229Ssimonbproduct CONCORDCAMERA EYE_Q_3X	0x0100	Eye Q 3x
8521.229Ssimonb
8531.1Saugustss/* Connectix products */
8541.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
8551.35Saugustss
8561.66Saugustss/* Corega products */
8571.66Saugustssproduct COREGA ETHER_USB_T	0x0001	Ether USB-T
8581.76Saugustssproduct COREGA FETHER_USB_TX	0x0004	FEther USB-TX
8591.240Sichiroproduct COREGA WLAN_USB_USB_11	0x000c	WirelessLAN USB-11
8601.204Saugustssproduct COREGA FETHER_USB_TXS	0x000d	FEther USB-TXS
8611.365Saugustssproduct COREGA WLANUSB		0x0012	Wireless LAN USB Stick-11
8621.381Saugustssproduct COREGA FETHER_USB2_TX	0x0017	FEther USB2-TX
8631.381Saugustssproduct COREGA WLUSB_11_KEY	0x001a	ULUSB-11 Key
8641.487Skiyoharaproduct COREGA CGWLUSB2GL	0x002d	CG-WLUSB2GL
8651.337Sitojunproduct COREGA FETHER_USB_TXC	0x9601	FEther USB-TXC
8661.101Saugustss
8671.143Saugustss/* Creative products */
8681.143Saugustssproduct CREATIVE NOMAD_II	0x1002	Nomad II MP3 player
8691.381Saugustssproduct CREATIVE NOMAD_IIMG	0x4004	Nomad II MG
8701.381Saugustssproduct CREATIVE NOMAD		0x4106	Nomad
8711.381Saugustss
8721.381Saugustssproduct CREATIVE2 VOIP_BLASTER	0x0258	Voip Blaster
8731.288Sgrant
8741.438Schristosproduct CREATIVE3 OPTICAL_MOUSE 0x0001	Notebook Optical Mouse
8751.416Srpaulo
8761.288Sgrant/* Cambridge Silicon Radio products */
8771.288Sgrantproduct CSR BLUETOOTH		0x0001	Bluetooth USB Adapter
8781.364Saugustssproduct CSR BLUETOOTH_NF	0xffff	Bluetooth USB Adapter
8791.143Saugustss
8801.101Saugustss/* CTX products */
8811.101Saugustssproduct CTX EX1300		0x9999	Ex1300 hub
8821.66Saugustss
8831.468Skiyohara/* CyberTAN Technology products */
8841.468Skiyoharaproduct CYBERTAN TG54USB	0x1666	TG54USB
8851.468Skiyohara
8861.66Saugustss/* Cypress Semiconductor products */
8871.66Saugustssproduct CYPRESS MOUSE		0x0001	mouse
8881.66Saugustssproduct CYPRESS THERMO		0x0002	thermometer
8891.273Saugustssproduct CYPRESS KBDHUB		0x0101	Keyboard/Hub
8901.91Saugustssproduct CYPRESS FMRADIO		0x1002	FM Radio
8911.401Sskrllproduct CYPRESS USBRS232	0x5500	USB-RS232 Interface
8921.352Saugustssproduct CYPRESS HUB2		0x6560	USB2 Hub
8931.66Saugustss
8941.221Saugustss/* Daisy Technology products */
8951.250Saugustssproduct DAISY DMC		0x6901	PhotoClip USBMediaReader
8961.69Saugustss
8971.66Saugustss/* Dallas Semiconductor products */
8981.66Saugustssproduct DALLAS J6502		0x4201	J-6502 speakers
8991.188Sichiroproduct DALLAS USB_FOB_IBUTTON	0x2490	USB-FOB/iBUTTON
9001.40Saugustss
9011.373Smatt/* Dell products */
9021.386Ssketchproduct DELL PORT		0x0058	Port Replicator
9031.409Saugustssproduct DELL SK8125		0x2002	SK-8125 keyboard
9041.410Saugustssproduct DELL X3			0x4002	Axim X3 PDA
9051.410Saugustssproduct DELL X30		0x4003	Axim X30 PDA
9061.410Saugustssproduct DELL BC02		0x8000	BC02 Bluetooth USB Adapter
9071.381Saugustssproduct DELL TM1180		0x8100	TrueMobile 1180 WLAN
9081.438Schristosproduct DELL TM350		0x8103	TrueMobile 350 Bluetooth USB Adapter
9091.489Sxtraemeproduct DELL HSDPA		0x8137	Dell/Novatel Wireless HSDPA Modem
9101.496Selricproduct DELL W5500		0x8155	Dell Wireless W5500 HSDPA Modem
9111.373Smatt
9121.401Sskrll/* DeLorme products */
9131.401Sskrllproduct DELORME EARTHMATE	0x0100	Earthmate GPS
9141.462Sskrllproduct DELORME EARTHMATE_LT20	0x0200	Earthmate LT-20 GPS
9151.401Sskrll
9161.72Saugustss/* Diamond products */
9171.72Saugustssproduct DIAMOND RIO500USB	0x0001	Rio 500 USB
9181.74Ssoren
9191.439Sjoerg/* Dick Smith Electronics (really C-Net) products */
9201.439Sjoergproduct DICKSMITH RT2573	0x9022	RT2573
9211.439Sjoergproduct DICKSMITH CWD854F	0x9032	C-Net CWD-854 rev F
9221.439Sjoerg
9231.74Ssoren/* Digi International products */
9241.74Ssorenproduct DIGI ACCELEPORT2	0x0002	AccelePort USB 2
9251.74Ssorenproduct DIGI ACCELEPORT4	0x0004	AccelePort USB 4
9261.74Ssorenproduct DIGI ACCELEPORT8	0x0008	AccelePort USB 8
9271.189Saugustss
9281.189Saugustss/* Digital Stream Corp. products */
9291.189Saugustssproduct DIGITALSTREAM PS2	0x0001	PS/2 Active Adapter
9301.221Saugustss
9311.221Saugustss/* D-Link products */
9321.221Saugustss/*product DLINK DSBS25		0x0100	DSB-S25 serial adapter*/
9331.306Saugustssproduct DLINK DUBE100		0x1a00	10/100 ethernet adapter
9341.221Saugustssproduct DLINK DSB650TX4		0x200c	10/100 ethernet adapter
9351.381Saugustssproduct DLINK DWL122		0x3700	Wireless DWL122
9361.399Ssekiyaproduct DLINK DWLG122		0x3c00	AirPlus G Wireless USB Adapter
9371.439Sjoergproduct DLINK2 DWLG122C1	0x3c03	DWL-G122 rev C1
9381.439Sjoergproduct DLINK2 WUA1340		0x3c04	WUA-1340
9391.474Sitohyproduct DLINK DUBE100B1		0x3c05	DUB-E100 rev B1
9401.221Saugustssproduct DLINK DSB650C		0x4000	10Mbps ethernet adapter
9411.221Saugustssproduct DLINK DSB650TX1		0x4001	10/100 ethernet adapter
9421.221Saugustssproduct DLINK DSB650TX		0x4002	10/100 ethernet adapter
9431.221Saugustssproduct DLINK DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
9441.221Saugustssproduct DLINK DSB650TX3		0x400b	10/100 ethernet adapter
9451.221Saugustssproduct DLINK DSB650TX2		0x4102	10/100 ethernet adapter
9461.221Saugustssproduct DLINK DSB650		0xabc1	10/100 ethernet adapter
9471.197Saugustss
9481.473Sitohy/* DMI products */
9491.473Sitohyproduct DMI SA2_0		0xb001	Storage Adapter
9501.473Sitohy
9511.468Skiyohara/* DrayTek products */
9521.468Skiyoharaproduct DRAYTEK VIGOR550	0x0550	Vigor550
9531.468Skiyohara
9541.466Sdogcow/* Dynastream Innovations */
9551.466Sdogcowproduct DYNASTREAM ANTDEVBOARD	0x1003	ANT dev board
9561.466Sdogcow
9571.374Stsarna/* eGalax Products */
9581.374Stsarnaproduct EGALAX TPANEL		0x0001	Touch Panel
9591.374Stsarnaproduct EGALAX TPANEL2		0x0002	Touch Panel
9601.374Stsarnaproduct EGALAX2 TPANEL		0x0001	Touch Panel
9611.374Stsarna
9621.326Saugustss/* Eicon Networks */
9631.326Saugustssproduct EICON DIVA852		0x4905	Diva 852 ISDN TA
9641.326Saugustss
9651.66Saugustss/* EIZO products */
9661.66Saugustssproduct EIZO HUB		0x0000	hub
9671.66Saugustssproduct EIZO MONITOR		0x0001	monitor
9681.17Saugustss
9691.474Sitohy/* ELCON Systemtechnik products */
9701.474Sitohyproduct ELCON PLAN		0x0002	Goldpfeil P-LAN
9711.474Sitohy
9721.177Saugustss/* Elecom products */
9731.177Saugustssproduct ELECOM MOUSE29UO	0x0002	mouse 29UO
9741.177Saugustssproduct ELECOM LDUSBTX0		0x200c	LD-USB/TX
9751.177Saugustssproduct ELECOM LDUSBTX1		0x4002	LD-USB/TX
9761.222Sgehennaproduct ELECOM LDUSBLTX		0x4005	LD-USBL/TX
9771.177Saugustssproduct ELECOM LDUSBTX2		0x400b	LD-USB/TX
9781.474Sitohyproduct ELECOM LDUSB20		0x4010	LD-USB20
9791.204Saugustssproduct ELECOM UCSGT		0x5003	UC-SGT serial adapter
9801.381Saugustssproduct ELECOM UCSGT0		0x5004	UC-SGT0 Serial
9811.177Saugustssproduct ELECOM LDUSBTX3		0xabc1	LD-USB/TX
9821.177Saugustss
9831.66Saugustss/* Elsa products */
9841.66Saugustssproduct ELSA MODEM1		0x2265	ELSA Modem Board
9851.177Saugustssproduct ELSA USB2ETHERNET	0x3000	Microlink USB2Ethernet
9861.5Smark
9871.492Smjf/* eMPIA products */
9881.492Smjfproduct EMPIA CAMERA		0x2761	Camera
9891.492Smjf
9901.364Saugustss/* EMS products */
9911.364Saugustssproduct EMS DUAL_SHOOTER	0x0003	PSX gun controller converter
9921.364Saugustss
9931.66Saugustss/* Entrega products */
9941.66Saugustssproduct ENTREGA 1S		0x0001	1S serial connector
9951.66Saugustssproduct ENTREGA 2S		0x0002	2S serial connector
9961.66Saugustssproduct ENTREGA 1S25		0x0003	1S25 serial connector
9971.66Saugustssproduct ENTREGA 4S		0x0004	4S serial connector
9981.69Saugustssproduct ENTREGA E45		0x0005	E45 Ethernet adapter
9991.66Saugustssproduct ENTREGA CENTRONICS	0x0006	Centronics connector
10001.186Saugustssproduct ENTREGA XX1		0x0008	Ethernet Adapter
10011.66Saugustssproduct ENTREGA 1S9		0x0093	1S9 serial connector
10021.66Saugustssproduct ENTREGA EZUSB		0x8000	EZ-USB
10031.66Saugustss/*product ENTREGA SERIAL	0x8001	DB25 Serial connector*/
10041.438Schristosproduct ENTREGA 2U4S		0x8004	2U4S serial connector/usb hub
10051.186Saugustssproduct ENTREGA XX2		0x8005	Ethernet Adapter
10061.66Saugustss/*product ENTREGA SERIAL_DB9	0x8093	DB9 Serial connector*/
10071.57Saugustss
10081.103Saugustss/* Epson products */
10091.107Saugustssproduct EPSON PRINTER1		0x0001	USB Printer
10101.103Saugustssproduct EPSON PRINTER2		0x0002	ISD USB Smart Cable for Mac
10111.103Saugustssproduct EPSON PRINTER3		0x0003	ISD USB Smart Cable
10121.131Saugustssproduct EPSON PRINTER5		0x0005	USB Printer
10131.110Saugustssproduct EPSON 636		0x0101	Perfection 636U / 636Photo scanner
10141.110Saugustssproduct EPSON 610		0x0103	Perfection 610 scanner
10151.110Saugustssproduct EPSON 1200		0x0104	Perfection 1200U / 1200Photo scanner
10161.139Saugustssproduct EPSON 1600		0x0107	Expression 1600 scanner
10171.139Saugustssproduct EPSON 1640		0x010a	Perfection 1640SU scanner
10181.155Saugustssproduct EPSON 1240		0x010b	Perfection 1240U / 1240Photo scanner
10191.185Saugustssproduct EPSON 640U		0x010c	Perfection 640U scanner
10201.357Saugustssproduct EPSON 1250		0x010f	Perfection 1250U / 1250Photo scanner
10211.187Saugustssproduct EPSON 1650		0x0110	Perfection 1650 scanner
10221.201Senamiproduct EPSON GT9700F		0x0112	GT-9700F scanner
10231.292Saugustssproduct EPSON 2400		0x011b	Perfection 2400 scanner
10241.291Stronproduct EPSON 1260		0x011d	Perfection 1260 scanner
10251.290Saugustssproduct EPSON 1660		0x011e	Perfection 1660 scanner
10261.370Saugustssproduct EPSON 1670		0x011f	Perfection 1670 scanner
10271.103Saugustss
10281.66Saugustss/* e-TEK Labs products */
10291.66Saugustssproduct ETEK 1COM		0x8007	Serial port
10301.22Saugustss
10311.103Saugustss/* Extended Systems products */
10321.103Saugustssproduct EXTENDED XTNDACCESS	0x0100	XTNDAccess IrDA
10331.12Saugustss
10341.437Schristos/* Falcom products */
10351.438Schristosproduct FALCOM TWIST		0x0001	Twist GSM/GPRS modem
10361.438Schristosproduct FALCOM SAMBA		0x0005	Samba 55/56 GSM/GPRS modem
10371.437Schristos
10381.468Skiyohara/* Fiberline */
10391.468Skiyoharaproduct FIBERLINE WL430U	0x6003	WL-430U
10401.468Skiyohara
10411.88Saugustss/* Freecom products */
10421.88Saugustssproduct FREECOM DVD		0xfc01	Connector for DVD drive
10431.88Saugustss
10441.78Saugustss/* Future Technology Devices products */
10451.381Saugustssproduct FTDI SERIAL_8U232AM	0x6001	8U232AM Serial converter
10461.461Srizproduct FTDI SERIAL_2232C	0x6010	2232C USB FAST SERIAL ADAPTER
10471.381Saugustssproduct FTDI PS2KBDMS		0x8371	PS/2 Keyboard/Mouse
10481.247Sscwproduct FTDI SERIAL_8U100AX	0x8372	8U100AX Serial converter
10491.438Schristosproduct FTDI MHAM_KW		0xeee8	KW
10501.438Schristosproduct FTDI MHAM_YS		0xeee9	YS
10511.438Schristosproduct FTDI MHAM_Y6		0xeeea	Y6
10521.438Schristosproduct FTDI MHAM_Y8		0xeeeb	Y8
10531.438Schristosproduct FTDI MHAM_IC		0xeeec	IC
10541.438Schristosproduct FTDI MHAM_DB9		0xeeed	DB9
10551.438Schristosproduct FTDI MHAM_RS232		0xeeee	RS232
10561.438Schristosproduct FTDI MHAM_Y9		0xeeef	Y9
10571.438Schristosproduct FTDI COASTAL_TNCX	0xf448	Coastal ChipWorks TNC-X
10581.440Sxtraemeproduct FTDI LCD_MX200_USB	0xfa01	Matrix Orbital MX2/MX3/MX6 Series
10591.440Sxtraemeproduct FTDI LCD_MX4_MX5_USB	0xfa02	Matrix Orbital MX4/MX5 Series LCD
10601.440Sxtraemeproduct FTDI LCD_LK202_24_USB	0xfa03	Matrix Orbital LK/VK/PK202-24 LCD
10611.440Sxtraemeproduct FTDI LCD_LK204_24_USB	0xfa04	Matrix Orbital LK/VK204-24 LCD
10621.438Schristosproduct FTDI LCD_CFA_632	0xfc08	Crystalfontz CFA-632 LCD
10631.438Schristosproduct FTDI LCD_CFA_634	0xfc09	Crystalfontz CFA-634 LCD
10641.438Schristosproduct FTDI LCD_CFA_633	0xfc0b	Crystalfontz CFA-633 LCD
10651.437Schristosproduct FTDI LCD_CFA_631	0xfc0c	Crystalfontz CFA-631 LCD
10661.440Sxtraemeproduct FTDI LCD_CFA_635	0xfc0d	Crystalfontz CFA-635 LCD
10671.359Saugustssproduct FTDI SEMC_DSS20		0xfc82	SEMC DSS-20 SyncStation
10681.118Saugustss
10691.118Saugustss/* Fuji photo products */
10701.118Saugustssproduct FUJIPHOTO MASS0100	0x0100	Mass Storage
10711.283Sitojun
10721.283Sitojun/* Fujitsu protducts */
10731.438Schristosproduct FUJITSU AH_F401U	0x105b	AH-F401U Air H device
10741.228Sthorpej
10751.364Saugustss/* General Instruments (Motorola) products */
10761.364Saugustssproduct GENERALINSTMNTS SB5100	0x5100	SURFboard SB5100 Cable modem
10771.364Saugustss
10781.228Sthorpej/* Genesys Logic products */
10791.381Saugustssproduct GENESYS GENELINK	0x05e3	GeneLink Host-Host Bridge
10801.267Saugustssproduct GENESYS GL650		0x0604	GL650 Hub
10811.228Sthorpejproduct GENESYS GL641USB	0x0700	GL641USB CompactFlash Card Reader
10821.367Saugustssproduct GENESYS GL641USB2IDE_2	0x0701	GL641USB USB-IDE Bridge
10831.364Saugustssproduct GENESYS GL641USB2IDE	0x0702	GL641USB USB-IDE Bridge
10841.277Saugustss
10851.407Sdrochner/* GIGABYTE products */
10861.474Sitohyproduct GIGABYTE GN54G		0x8001	GN-54G
10871.464Sxtraemeproduct GIGABYTE GNBR402W	0x8002	GN-BR402W
10881.464Sxtraemeproduct GIGABYTE GNWLBM101	0x8003	GN-WLBM101
10891.407Sdrochnerproduct GIGABYTE GNWBKG		0x8007	GN-WBKG
10901.439Sjoergproduct GIGABYTE GNWB01GS	0x8008	GN-WB01GS
10911.464Sxtraemeproduct GIGABYTE GNWI05GS	0x800a	GN-WI05GS
10921.439Sjoerg
10931.439Sjoerg/* Gigaset products */
10941.439Sjoergproduct GIGASET RT2573		0x0722	RT2573
10951.407Sdrochner
10961.474Sitohy/* G.Mate, Inc products */
10971.474Sitohyproduct GMATE YP3X00		0x1001	YP3X00 PDA
10981.474Sitohy
10991.499Scegger/* Garmin products */
11001.499Sceggerproduct GARMIN FORERUNNER305	0x0003	Forerunner 305
11011.499Scegger
11021.277Saugustss/* GoHubs products */
11031.277Saugustssproduct GOHUBS GOCOM232		0x1001	GoCOM232 Serial converter
11041.326Saugustss
11051.439Sjoerg/* Good Way Technology products */
11061.474Sitohyproduct GOODWAY GWUSB2E		0x6200	GWUSB2E
11071.439Sjoergproduct GOODWAY RT2573		0xc019	RT2573
11081.439Sjoerg
11091.326Saugustss/* Gravis products */
11101.326Saugustssproduct GRAVIS GAMEPADPRO	0x4001	GamePad Pro
11111.326Saugustss
11121.326Saugustss/* GREENHOUSE products */
11131.326Saugustssproduct GREENHOUSE KANA21	0x0001	CF-writer with Portable MP3 Player
11141.326Saugustss
11151.326Saugustss/* Griffin Technology */
11161.326Saugustssproduct GRIFFIN IMATE		0x0405	iMate, ADB adapter
11171.326Saugustssproduct GRIFFIN POWERMATE	0x0410	PowerMate Assignable Controller
11181.78Saugustss
11191.381Saugustss/* Guillemot Corporation */
11201.381Saugustssproduct GUILLEMOT DALEADER	0xa300	DA Leader
11211.407Sdrochnerproduct GUILLEMOT HWGUSB254	0xe000	HWGUSB2-54 WLAN
11221.464Sxtraemeproduct GUILLEMOT HWGUSB254LB	0xe010	HWGUSB2-54-LB
11231.464Sxtraemeproduct GUILLEMOT HWGUSB254V2AP	0xe020	HWGUSB2-54V2-AP
11241.381Saugustss
11251.165Saugustss/* Hagiwara products */
11261.438Schristosproduct HAGIWARA FGSM		0x0002	FlashGate SmartMedia Card Reader
11271.438Schristosproduct HAGIWARA FGCF		0x0003	FlashGate CompactFlash Card Reader
11281.438Schristosproduct HAGIWARA FG		0x0005	FlashGate
11291.165Saugustss
11301.353Saugustss/* HAL Corporation products */
11311.353Saugustssproduct HAL IMR001		0x0011	Crossam2+USB IR commander
11321.353Saugustss
11331.88Saugustss/* Handspring, Inc. */
11341.69Saugustssproduct HANDSPRING VISOR	0x0100	Handspring Visor
11351.301Saugustssproduct HANDSPRING TREO		0x0200	Handspring Treo
11361.350Saugustssproduct HANDSPRING TREO600	0x0300	Handspring Treo 600
11371.149Sabs
11381.402Saugustss/* Hank Connection */
11391.404Saugustssproduct HANK HP5187		0x3713	HP Wireless Keyboard&Mouse
11401.402Saugustss
11411.149Sabs/* Hauppauge Computer Works */
11421.149Sabsproduct HAUPPAUGE WINTV_USB_FM	0x4d12	WinTV USB FM
11431.55Saugustss
11441.355Saugustss/* Hawking Technologies products */
11451.355Saugustssproduct HAWKING UF100		0x400c	10/100 USB Ethernet
11461.355Saugustss
11471.226Saugustss/* Hitachi, Ltd. products */
11481.226Saugustssproduct HITACHI DZMV100A	0x0004	DVD-CAM DZ-MV100A Camcorder
11491.364Saugustssproduct HITACHI DVDCAM_USB	0x001e	DVDCAM USB HS Interface
11501.226Saugustss
11511.420Saugustss/* Holtek Semiconductor products */
11521.420Saugustssproduct HOLTEK MOP35		0x0499	MOP-35
11531.420Saugustss
11541.400Saugustss/* Hosiden Corporation products */
11551.438Schristosproduct HOSIDEN PPP		0x0011	ParaParaParadise Controller
11561.400Saugustss
11571.66Saugustss/* HP products */
11581.163Saugustssproduct HP 895C			0x0004	DeskJet 895C
11591.66Saugustssproduct HP 4100C		0x0101	Scanjet 4100C
11601.72Saugustssproduct HP S20			0x0102	Photosmart S20
11611.163Saugustssproduct HP 880C			0x0104	DeskJet 880C
11621.78Saugustssproduct HP 4200C		0x0105	ScanJet 4200C
11631.164Saugustssproduct HP CDWRITERPLUS		0x0107	CD-Writer Plus
11641.164Saugustssproduct HP KBDHUB		0x010c	Multimedia Keyboard Hub
11651.78Saugustssproduct HP 6200C		0x0201	ScanJet 6200C
11661.78Saugustssproduct HP S20b			0x0202	PhotoSmart S20
11671.163Saugustssproduct HP 815C			0x0204	DeskJet 815C
11681.78Saugustssproduct HP 3300C		0x0205	ScanJet 3300C
11691.164Saugustssproduct HP CDW8200		0x0207	CD-Writer Plus 8200e
11701.287Stronproduct HP 1220C		0x0212	DeskJet 1220C
11711.163Saugustssproduct HP 810C			0x0304	DeskJet 810C/812C
11721.169Saugustssproduct HP 4300C		0x0305	Scanjet 4300C
11731.226Saugustssproduct HP CD4E			0x0307	CD-Writer+ CD-4e
11741.164Saugustssproduct HP G85XI		0x0311	OfficeJet G85xi
11751.241Saugustssproduct HP 1200			0x0317	LaserJet 1200
11761.123Saugustssproduct HP 5200C		0x0401	Scanjet 5200C
11771.163Saugustssproduct HP 830C			0x0404	DeskJet 830C
11781.164Saugustssproduct HP 3400CSE		0x0405	ScanJet 3400cse
11791.344Saugustssproduct HP 885C			0x0504	DeskJet 885C
11801.66Saugustssproduct HP 6300C		0x0601	Scanjet 6300C
11811.164Saugustssproduct HP 840C			0x0604	DeskJet 840c
11821.248Ssimonbproduct HP 2200C		0x0605	ScanJet 2200C
11831.123Saugustssproduct HP 5300C		0x0701	Scanjet 5300C
11841.355Saugustssproduct HP 4400C		0x0705	Scanjet 4400C
11851.344Saugustssproduct HP 816C			0x0804	DeskJet 816C
11861.387Saugustssproduct HP 2300D		0x0b17	Laserjet 2300d
11871.72Saugustssproduct HP 970CSE		0x1004	Deskjet 970Cse
11881.225Srhproduct HP 5400C		0x1005	Scanjet 5400C
11891.438Schristosproduct HP 2215			0x1016	iPAQ 22xx/Jornada 548
11901.344Saugustssproduct HP 959C			0x1104	Deskjet 959C
11911.438Schristosproduct HP 568J			0x1116	Jornada 568
11921.164Saugustssproduct HP 930C			0x1204	DeskJet 930c
11931.218Saugustssproduct HP P2000U		0x1801	Inkjet P-2000U
11941.164Saugustssproduct HP 640C			0x2004	DeskJet 640c
11951.387Saugustssproduct HP 4670V		0x3005	ScanJet 4670v
11961.72Saugustssproduct HP P1100		0x3102	Photosmart P1100
11971.343Saugustssproduct HP 6127			0x3504	Deskjet 6127
11981.364Saugustssproduct HP HN210E		0x811c	Ethernet HN210E
11991.121Saugustss
12001.121Saugustss/* HP products */
12011.121Saugustssproduct HP2 C500		0x6002	PhotoSmart C500
12021.20Saugustss
12031.477Sitohy/* Huawei Technologies products */
12041.477Sitohyproduct HUAWEI MOBILE		0x1001	Huawei Mobile
12051.483Smlelstvproduct HUAWEI E220  		0x1003	Huawei E220
12061.477Sitohy
12071.477Sitohy/* Huawei-3Com products */
12081.439Sjoergproduct HUAWEI3COM RT2573	0x0009	RT2573
12091.439Sjoerg
12101.110Saugustss/* IBM Corporation */
12111.381Saugustssproduct IBM OPTTRAVELMOUSE	0x3107	Optical
12121.110Saugustssproduct IBM USBCDROMDRIVE	0x4427	USB CD-ROM Drive
12131.198Saugustss
12141.198Saugustss/* Iiyama products */
12151.198Saugustssproduct IIYAMA HUB		0x0201	Hub
12161.110Saugustss
12171.381Saugustss/* Imation */
12181.381Saugustssproduct IMATION FLASHGO		0xb000	Flash Go!
12191.381Saugustss
12201.66Saugustss/* Inside Out Networks products */
12211.249Sgrooproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 RS232
12221.249Sgrooproduct INSIDEOUT HUBPORT7	0x0002	Hubport/7
12231.249Sgrooproduct INSIDEOUT RAPIDPORT4	0x0003	Rapidport/4
12241.249Sgrooproduct INSIDEOUT EDGEPORT4T	0x0004	Edgeport/4 RS232 for Telxon
12251.249Sgrooproduct INSIDEOUT EDGEPORT2	0x0005	Edgeport/2 RS232
12261.249Sgrooproduct INSIDEOUT EDGEPORT4I	0x0006	Edgeport/4 RS422
12271.249Sgrooproduct INSIDEOUT EDGEPORT2I	0x0007	Edgeport/2 RS422/RS485
12281.438Schristosproduct INSIDEOUT HUBPORT4	0x0008	Hubport/4
12291.438Schristosproduct INSIDEOUT EDGEPORT8HAND 0x0009	Hand-built Edgeport/8
12301.438Schristosproduct INSIDEOUT MULTIMODEM	0x000A	MultiTech version of RP/4
12311.438Schristosproduct INSIDEOUT EDGEPORTPPORT 0x000B	Edgeport/(4)21 Parallel port (USS720)
12321.438Schristosproduct INSIDEOUT EDGEPORT421	0x000C	Edgeport/421 Hub+RS232+Parallel
12331.438Schristosproduct INSIDEOUT EDGEPORT21	0x000D	Edgeport/21  RS232+Parallel
12341.249Sgrooproduct INSIDEOUT EDGEPORT8DC	0x000E	1/2 Edgeport/8 (2 EP/4s on 1 PCB)
12351.249Sgrooproduct INSIDEOUT EDGEPORT8	0x000F	Edgeport/8
12361.249Sgrooproduct INSIDEOUT EDGEPORT2DIN	0x0010	Edgeport/2 RS232 / Apple DIN connector
12371.249Sgrooproduct INSIDEOUT EDGEPORT4DIN	0x0011	Edgeport/4 RS232 / Apple DIN connector
12381.249Sgrooproduct INSIDEOUT EDGEPORT16DC	0x0012	1/2 Edgeport/16 (2 EP/8s on 1 PCB))
12391.249Sgrooproduct INSIDEOUT EDGEPORTCOMP	0x0013	Edgeport Compatible
12401.249Sgrooproduct INSIDEOUT EDGEPORT8I	0x0014	Edgeport/8 RS422
12411.249Sgrooproduct INSIDEOUT MT4X56USB	0x1403	OEM device
12421.30Stron
12431.66Saugustss/* In-System products */
12441.66Saugustssproduct INSYSTEM F5U002		0x0002	Parallel printer adapter
12451.165Saugustssproduct INSYSTEM ATAPI		0x0031	ATAPI adapter
12461.264Saugustssproduct INSYSTEM IDEUSB2	0x0060	USB2 Storage Adapter
12471.110Saugustssproduct INSYSTEM ISD110		0x0200	IDE adapter ISD110
12481.110Saugustssproduct INSYSTEM ISD105		0x0202	IDE adapter ISD105
12491.203Saugustssproduct INSYSTEM DRIVEV2	0x0301	Portable USB Harddrive V2
12501.203Saugustssproduct INSYSTEM DRIVEV2_5	0x0351	Portable USB Harddrive V2
12511.105Saugustssproduct INSYSTEM USBCABLE	0x081a	USB cable
12521.203Saugustssproduct INSYSTEM ADAPTERV2	0x5701	USB Storage Adapter V2
12531.44Saugustss
12541.66Saugustss/* Intel products */
12551.129Saugustssproduct INTEL EASYPC_CAMERA	0x0110	Easy PC Camera
12561.365Saugustssproduct INTEL I2011B		0x1111	Wireless 2011B
12571.66Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
12581.235Saugustss
12591.235Saugustss/* Intersil products */
12601.235Saugustssproduct INTERSIL PRISM_2X	0x3642	Prism2.x WLAN
12611.84Such
12621.381Saugustss/* Interpid Control Systems products */
12631.381Saugustssproduct INTREPIDCS VALUECAN	0x0601	ValueCAN
12641.381Saugustssproduct INTREPIDCS NEOVI	0x0701	NeoVI Blue
12651.381Saugustss
12661.307Snakayama/* I-O DATA products */
12671.367Saugustssproduct IODATA IU_CD2		0x0204	DVD Multi-plus unit iU-CD2
12681.371Saugustssproduct IODATA DVR_UEH8		0x0206	DVD Multi-plus unit DVR-UEH8
12691.245Skentproduct IODATA USBSSMRW		0x0314	USB-SSMRW SD-card adapter
12701.245Skentproduct IODATA USBSDRW		0x031e	USB-SDRW SD-card adapter
12711.132Sjdolecekproduct IODATA USBETT		0x0901	USB ETT
12721.88Saugustssproduct IODATA USBETTX		0x0904	USB ETTX
12731.178Saugustssproduct IODATA USBETTXS		0x0913	USB ETTX
12741.365Saugustssproduct IODATA USBWNB11		0x0922	USB Airport WN-B11
12751.474Sitohyproduct IODATA ETGUS2		0x0930	ETG-US2
12761.438Schristosproduct IODATA USBRSAQ		0x0a03	USB serial adapter USB-RSAQ1
12771.469Suebayasiproduct IODATA USBRSAQ5		0x0a0e	USB serial adapter USB-RSAQ5
12781.438Schristosproduct IODATA2 USB2SC		0x0a09	USB2.0-SCSI Bridge USB2-SC
12791.6Saugustss
12801.66Saugustss/* Iomega products */
12811.66Saugustssproduct IOMEGA ZIP100		0x0001	Zip 100
12821.93Saugustssproduct IOMEGA ZIP250		0x0030	Zip 250
12831.346Saugustssproduct IOMEGA ZIP250_2		0x0032	Zip 250
12841.346Saugustssproduct IOMEGA CDRW		0x0055	CDRW 9602
12851.36Saugustss
12861.381Saugustss/* iRiver products */
12871.381Saugustssproduct IRIVER IFP_1XX		0x1101	iFP-1xx
12881.381Saugustssproduct IRIVER IFP_3XX		0x1103	iFP-3xx
12891.381Saugustssproduct IRIVER IFP_5XX		0x1105	iFP-5xx
12901.381Saugustss
12911.466Sdogcow/* Jablotron products */
12921.466Sdogcowproduct JABLOTRON PC60B		0x0001	PC-60B
12931.466Sdogcow
12941.186Saugustss/* Jaton products */
12951.186Saugustssproduct JATON EDA		0x5704	Ethernet Device Adapter
12961.261Sabs
12971.261Sabs/* Jenoptik products */
12981.438Schristosproduct JENOPTIK JD350		0x5300	JD 350 Camera/mp3 player
12991.86Saugustss
13001.355Saugustss/* JRC products */
13011.355Saugustssproduct JRC AH_J3001V_J3002V	0x0001	AirH\"PHONE AH-J3001V/J3002V
13021.355Saugustss
13031.355Saugustss/* JVC products */
13041.355Saugustssproduct JVC GR_DX95		0x000a	GR-DX95
13051.474Sitohyproduct JVC MP_PRX1		0x3008	MP-PRX1 Ethernet
13061.438Schristosproduct JVC MP_XP7250_WL	0x3009	MP-XP7250 Builtin WLAN
13071.381Saugustss
13081.364Saugustss/* Kawasaki products */
13091.364Saugustssproduct KLSI DUH3E10BT		0x0008	10BT Ethernet adapter, in the DU-H3E
13101.364Saugustssproduct KLSI DUH3E10BTN		0x0009	10BT Ethernet adapter, in the DU-H3E
13111.364Saugustss
13121.36Saugustss/* Kawatsu products */
13131.36Saugustssproduct KAWATSU MH4000P		0x0003	MiniHub 4000P
13141.208Saugustssproduct KAWATSU KC180		0x0180	KC-180 IrDA
13151.21Saugustss
13161.216Sgehenna/* Keisokugiken products */
13171.216Sgehennaproduct KEISOKUGIKEN USBDAQ	0x0068	HKS-0200 USBDAQ
13181.216Sgehenna
13191.78Saugustss/* Kensington products */
13201.78Saugustssproduct KENSINGTON ORBIT	0x1003	Orbit USB/PS2 trackball
13211.78Saugustssproduct KENSINGTON TURBOBALL	0x1005	TurboBall
13221.194Smycroftproduct KENSINGTON ORBIT_MAC	0x1009	Orbit USB trackball for Mac
13231.438Schristosproduct KENSINGTON VIDEOCAM_VGA 0x5002	VideoCAM VGA
13241.122Saugustss
13251.156Saugustss/* Keyspan products */
13261.251Snathanwproduct KEYSPAN USA28_NF	0x0101	USA-28 serial adapter (no firmware)
13271.251Snathanwproduct KEYSPAN USA28X_NF	0x0102	USA-28X serial adapter (no firmware)
13281.251Snathanwproduct KEYSPAN USA19_NF	0x0103	USA-19 serial adapter (no firmware)
13291.251Snathanwproduct KEYSPAN USA18_NF	0x0104	USA-18 serial adapter (no firmware)
13301.251Snathanwproduct KEYSPAN USA18X_NF	0x0105	USA-18X serial adapter (no firmware)
13311.251Snathanwproduct KEYSPAN USA19W_NF	0x0106	USA-19W serial adapter (no firmware)
13321.251Snathanwproduct KEYSPAN USA19		0x0107	USA-19 serial adapter
13331.251Snathanwproduct KEYSPAN USA19W		0x0108	USA-19W serial adapter
13341.251Snathanwproduct KEYSPAN USA49W_NF	0x0109	USA-49W serial adapter (no firmware)
13351.251Snathanwproduct KEYSPAN USA49W		0x010a	USA-49W serial adapter
13361.251Snathanwproduct KEYSPAN USA19QI_NF	0x010b	USA-19QI serial adapter (no firmware)
13371.251Snathanwproduct KEYSPAN USA19QI		0x010c	USA-19QI serial adapter
13381.251Snathanwproduct KEYSPAN USA19Q_NF	0x010d	USA-19Q serial adapter (no firmware)
13391.251Snathanwproduct KEYSPAN USA19Q		0x010e	USA-19Q serial adapter
13401.251Snathanwproduct KEYSPAN USA28		0x010f	USA-28 serial adapter
13411.251Snathanwproduct KEYSPAN USA28XXB	0x0110	USA-28X/XB serial adapter
13421.251Snathanwproduct KEYSPAN USA18		0x0111	USA-18 serial adapter
13431.251Snathanwproduct KEYSPAN USA18X		0x0112	USA-18X serial adapter
13441.251Snathanwproduct KEYSPAN USA28XB_NF	0x0113	USA-28XB serial adapter (no firmware)
13451.251Snathanwproduct KEYSPAN USA28XA_NF	0x0114	USA-28XB serial adapter (no firmware)
13461.251Snathanwproduct KEYSPAN USA28XA		0x0115	USA-28XA serial adapter
13471.251Snathanwproduct KEYSPAN USA18XA_NF	0x0116	USA-18XA serial adapter (no firmware)
13481.251Snathanwproduct KEYSPAN USA18XA		0x0117	USA-18XA serial adapter
13491.449Sapbproduct KEYSPAN USA19QW_NF	0x0118	USA-19QW serial adapter (no firmware)
13501.449Sapbproduct KEYSPAN USA19QW		0x0119	USA-19QW serial adapter
13511.251Snathanwproduct KEYSPAN UIA10		0x0201	UIA-10 remote control
13521.251Snathanwproduct KEYSPAN UIA11		0x0202	UIA-11 remote control
13531.156Saugustss
13541.122Saugustss/* Kingston products */
13551.186Saugustssproduct KINGSTON XX1		0x0008	Ethernet Adapter
13561.122Saugustssproduct KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
13571.78Saugustss
13581.66Saugustss/* Kodak products */
13591.78Saugustssproduct KODAK DC220		0x0100	Digital Science DC220
13601.66Saugustssproduct KODAK DC260		0x0110	Digital Science DC260
13611.72Saugustssproduct KODAK DC265		0x0111	Digital Science DC265
13621.75Saugustssproduct KODAK DC290		0x0112	Digital Science DC290
13631.66Saugustssproduct KODAK DC240		0x0120	Digital Science DC240
13641.66Saugustssproduct KODAK DC280		0x0130	Digital Science DC280
13651.365Saugustssproduct KODAK DX4900		0x0550	EasyShare DX4900
13661.44Saugustss
13671.66Saugustss/* Konica Corp. Products */
13681.66Saugustssproduct KONICA CAMERA		0x0720	Digital Color Camera
13691.57Saugustss
13701.66Saugustss/* KYE products */
13711.66Saugustssproduct KYE NICHE		0x0001	Niche mouse
13721.80Sjdolecekproduct KYE NETSCROLL		0x0003	Genius NetScroll mouse
13731.340Sjdolecekproduct KYE G07			0x1002	MaxFire G-07 gamepad
13741.66Saugustssproduct KYE FLIGHT2000		0x1004	Flight 2000 joystick
13751.110Saugustssproduct KYE VIVIDPRO		0x2001	ColorPage Vivid-Pro scanner
13761.6Saugustss
13771.381Saugustss/* Kyocera products */
13781.381Saugustssproduct KYOCERA AHK3001V	0x0203	AH-K3001V
13791.381Saugustss
13801.107Saugustss/* LaCie products */
13811.476Sitohyproduct LACIE PKTDRV		0x0211	PocketDrive
13821.165Saugustssproduct LACIE HD		0xa601	Hard Disk
13831.107Saugustssproduct LACIE CDRW		0xa602	CD R/W
13841.167Saugustss
13851.167Saugustss/* Lexar products */
13861.167Saugustssproduct LEXAR JUMPSHOT		0x0001	jumpSHOT CompactFlash Reader
13871.382Saugustssproduct LEXAR 2662WAR		0xa002	2662W-AR
13881.339Saugustssproduct LEXAR MCR		0xb018	Multi-Card Reader
13891.107Saugustss
13901.66Saugustss/* Lexmark products */
13911.66Saugustssproduct LEXMARK S2450		0x0009	Optra S 2450
13921.68Saugustss
13931.68Saugustss/* Linksys products */
13941.165Saugustssproduct LINKSYS MAUSB2		0x0105	Camedia MAUSB-2
13951.176Saugustssproduct LINKSYS USB10TX1	0x200c	USB10TX
13961.73Saugustssproduct LINKSYS USB10T		0x2202	USB10T Ethernet
13971.68Saugustssproduct LINKSYS USB100TX	0x2203	USB100TX Ethernet
13981.97Saugustssproduct LINKSYS USB100H1	0x2204	USB100H1 Ethernet/HPNA
13991.88Saugustssproduct LINKSYS USB10TA		0x2206	USB10TA Ethernet
14001.438Schristosproduct LINKSYS WUSB11		0x2211	WUSB11 Wireless USB Network Adapter
14011.438Schristosproduct LINKSYS WUSB11_25	0x2212	WUSB11 Wireless USB Network Adapter (version 2.5)
14021.365Saugustssproduct LINKSYS WUSB12_11	0x2213	WUSB12 802.11b v1.1
14031.176Saugustssproduct LINKSYS USB10TX2	0x400b	USB10TX
14041.382Saugustssproduct LINKSYS2 WUSB11		0x2219	WUSB11
14051.474Sitohyproduct LINKSYS2 USB200M	0x2226	USB 2.0 10/100 ethernet controller
14061.382Saugustssproduct LINKSYS3 WUSB11V28	0x2233	WUSB11-V28
14071.474Sitohyproduct LINKSYS4 USB1000	0x0039	USB1000
14081.44Saugustss
14091.371Saugustss/* Logitec products */
14101.371Saugustssproduct LOGITEC LDR_H443SU2	0x0033	DVD Multi-plus unit LDR-H443SU2
14111.371Saugustssproduct LOGITEC LDR_H443U2	0x00b3	DVD Multi-plus unit LDR-H443U2
14121.371Saugustss
14131.66Saugustss/* Logitech products */
14141.66Saugustssproduct LOGITECH M2452		0x0203	M2452 keyboard
14151.66Saugustssproduct LOGITECH M4848		0x0301	M4848 mouse
14161.98Ssorenproduct LOGITECH PAGESCAN	0x040f	PageScan
14171.98Ssorenproduct LOGITECH QUICKCAMWEB	0x0801	QuickCam Web
14181.66Saugustssproduct LOGITECH QUICKCAMPRO	0x0810	QuickCam Pro
14191.98Ssorenproduct LOGITECH QUICKCAMEXP	0x0840	QuickCam Express
14201.98Ssorenproduct LOGITECH QUICKCAM	0x0850	QuickCam
14211.347Saugustssproduct LOGITECH QUICKCAMEXP2	0x0870	QuickCam Express
14221.268Sdrochnerproduct LOGITECH QUICKCAMPRO3k	0x08b0	QuickCam Pro 3000
14231.360Shamajimaproduct LOGITECH QUICKCAMPRONB	0x08b1	QuickCam for Notebook Pro
14241.360Shamajimaproduct LOGITECH QUICKCAMPRO4K	0x08b2	QuickCam Pro 4000
14251.78Saugustssproduct LOGITECH N43		0xc000	N43
14261.66Saugustssproduct LOGITECH N48		0xc001	N48 mouse
14271.66Saugustssproduct LOGITECH MBA47		0xc002	M-BA47 mouse
14281.78Saugustssproduct LOGITECH WMMOUSE	0xc004	WingMan Gaming Mouse
14291.383Saugustssproduct LOGITECH BD58		0xc00c	BD58 mouse
14301.383Saugustssproduct LOGITECH USBPS2MOUSE	0xc00e	USB-PS/2 Optical Mouse
14311.339Saugustssproduct LOGITECH MUV55A		0xc016	M-UV55a
14321.171Saugustssproduct LOGITECH UN58A		0xc030	iFeel Mouse
14331.78Saugustssproduct LOGITECH WMPAD		0xc208	WingMan GamePad Extreme
14341.364Saugustssproduct LOGITECH WMRPAD		0xc20a	WingMan RumblePad
14351.396Sperryproduct LOGITECH WMJOY		0xc281	WingMan Force joystick
14361.476Sitohyproduct LOGITECH WMFFGP		0xc293	WingMan Formula Force GP (GT-Force)
14371.381Saugustssproduct LOGITECH BB13		0xc401	USB-PS/2 Trackball
14381.381Saugustssproduct LOGITECH BB18		0xc404	TrackMan Wheel
14391.422Sjmmvproduct LOGITECH MARBLEMOUSE	0xc408	Marble Mouse
14401.156Saugustssproduct LOGITECH RK53		0xc501	Cordless mouse
14411.156Saugustssproduct LOGITECH RB6		0xc503	Cordless keyboard
14421.192Saugustssproduct LOGITECH CDO		0xc504	Cordless Desktop Optical
14431.364Saugustssproduct LOGITECH MX700		0xc506	Cordless optical mouse
14441.98Ssorenproduct LOGITECH QUICKCAMPRO2	0xd001	QuickCam Pro
14451.24Saugustss
14461.66Saugustss/* Lucent products */
14471.66Saugustssproduct LUCENT EVALKIT		0x1001	USS-720 evaluation kit
14481.12Saugustss
14491.364Saugustss/* Luwen products */
14501.438Schristosproduct LUWEN EASYDISK		0x0005	EasyDisc
14511.364Saugustss
14521.66Saugustss/* Macally products */
14531.66Saugustssproduct MACALLY MOUSE1		0x0101	mouse
14541.94Saugustss
14551.383Saugustss/* MCT Corp. products */
14561.94Saugustssproduct MCT HUB0100		0x0100	Hub
14571.196Saugustssproduct MCT DU_H3SP_USB232	0x0200	D-Link DU-H3SP USB BAY Hub
14581.94Saugustssproduct MCT USB232		0x0210	USB-232 Interface
14591.154Sichiroproduct MCT SITECOM_USB232	0x0230	Sitecom USB-232 Products
14601.199Saugustssproduct MCT ML_4500		0x0302	ML-4500
14611.48Saugustss
14621.383Saugustss/* MediaGear products */
14631.383Saugustssproduct MEDIAGEAR READER9IN1	0x5003	USB2.0 9 in 1 Reader
14641.383Saugustss
14651.88Saugustss/* Melco, Inc products */
14661.135Saugustssproduct MELCO LUATX1		0x0001	LUA-TX Ethernet
14671.135Saugustssproduct MELCO LUATX5		0x0005	LUA-TX Ethernet
14681.176Saugustssproduct MELCO LUA2TX5		0x0009	LUA2-TX Ethernet
14691.239Sichiroproduct MELCO LUAKTX		0x0012	LUA-KTX Ethernet
14701.365Saugustssproduct MELCO S11		0x0016	WLI-USB-S11
14711.318Srafalproduct MELCO MCRSM2		0x001b	MCR-SM2 SmartMedia Card Reader/Writer
14721.293Saugustssproduct MELCO DUBPXXG		0x001c	USB-IDE Bridge: DUB-PxxG
14731.279Sichiroproduct MELCO KS11G		0x0027	WLI-USB-KS11G USB-wlan
14741.358Ssekiyaproduct MELCO LUAU2KTX		0x003d	LUA-U2-KTX Ethernet
14751.381Saugustssproduct MELCO KB11		0x0044	WLI-USB-KB11 WLAN
14761.407Sdrochnerproduct MELCO KG54YB		0x005e	WLI-U2-KG54-YB WLAN
14771.399Ssekiyaproduct MELCO KG54		0x0066	WLI-U2-KG54 WLAN
14781.417Shiraproduct MELCO KG54AI		0x0067	WLI-U2-KG54-AI WLAN
14791.476Sitohyproduct MELCO NINWIFI		0x008b	Nintendo Wi-Fi
14801.474Sitohyproduct MELCO SG54HP		0x00d8	WLI-U2-SG54HP
14811.464Sxtraemeproduct MELCO G54HP		0x00d9	WLI-U2-G54HP
14821.464Sxtraemeproduct MELCO KG54L		0x00da	WLI-U2-KG54L
14831.125Sexplorer
14841.125Sexplorer/* Metricom products */
14851.125Sexplorerproduct METRICOM RICOCHET_GS	0x0001	Ricochet GS
14861.53Saugustss
14871.475Sveego/* MGE UPS Systems */
14881.475Sveegoproduct MGE UPS1		0x0001	MGE UPS SYSTEMS PROTECTIONCENTER 1
14891.475Sveegoproduct MGE UPS2		0xffff	MGE UPS SYSTEMS PROTECTIONCENTER 2
14901.475Sveego
14911.354Saugustss/* Micro Star International products */
14921.354Saugustssproduct MSI BLUETOOTH		0x1967	Bluetooth USB Adapter
14931.407Sdrochnerproduct MSI MS6861		0x6861	MS-6861
14941.407Sdrochnerproduct MSI MS6865		0x6865	MS-6865
14951.407Sdrochnerproduct MSI MS6869		0x6869	MS-6869
14961.464Sxtraemeproduct MSI RT2573		0x6874	RT2573
14971.464Sxtraemeproduct MSI RT2573_2		0x6877	RT2573
14981.464Sxtraemeproduct MSI RT2573_3		0xa861	RT2573
14991.464Sxtraemeproduct MSI RT2573_4		0xa874	RT2573
15001.354Saugustss
15011.381Saugustss/* Micronet Communications products */
15021.381Saugustssproduct MICRONET SP128AR	0x0003	SP128AR EtherFast
15031.381Saugustss
15041.66Saugustss/* Microsoft products */
15051.78Saugustssproduct MICROSOFT SIDEPREC	0x0008	SideWinder Precision Pro
15061.66Saugustssproduct MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
15071.66Saugustssproduct MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
15081.66Saugustssproduct MICROSOFT DDS80		0x0014	Digital Sound System 80
15091.72Saugustssproduct MICROSOFT SIDEWINDER	0x001a	Sidewinder Precision Racing Wheel
15101.364Saugustssproduct MICROSOFT INETPRO	0x001c	Internet Keyboard Pro
15111.438Schristosproduct MICROSOFT TBEXPLORER	0x0024	Trackball Explorer
15121.78Saugustssproduct MICROSOFT INTELLIEYE	0x0025	IntelliEye mouse
15131.364Saugustssproduct MICROSOFT INETPRO2	0x002b	Internet Keyboard Pro
15141.365Saugustssproduct MICROSOFT MN510		0x006e	MN510 Wireless
15151.355Saugustssproduct MICROSOFT MN110		0x007a	10/100 USB NIC
15161.446Sjmcneillproduct MICROSOFT XBOX_MEMORY_UNIT	0x0280	Xbox Memory Unit
15171.446Sjmcneillproduct MICROSOFT XBOX_DVD_PLAYBACK	0x0284	Xbox DVD Movie Playback Kit
15181.447Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_S10	0x0285	Xbox Controller S (1.0)
15191.446Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_HUB	0x0288	Xbox Controller Hub
15201.447Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_S12	0x0289	Xbox Controller S (1.2)
15211.153Saugustss
15221.153Saugustss/* Microtech products */
15231.165Saugustssproduct MICROTECH SCSIDB25	0x0004	USB-SCSI-DB25
15241.165Saugustssproduct MICROTECH SCSIHD50	0x0005	USB-SCSI-HD50
15251.153Saugustssproduct MICROTECH DPCM		0x0006	USB CameraMate
15261.165Saugustssproduct MICROTECH FREECOM	0xfc01	Freecom USB-IDE
15271.6Saugustss
15281.110Saugustss/* Microtek products */
15291.137Saugustssproduct MICROTEK 336CX		0x0094	Phantom 336CX - C3 scanner
15301.110Saugustssproduct MICROTEK X6U		0x0099	ScanMaker X6 - X6U
15311.137Saugustssproduct MICROTEK C6		0x009a	Phantom C6 scanner
15321.110Saugustssproduct MICROTEK 336CX2		0x00a0	Phantom 336CX - C3 scanner
15331.110Saugustssproduct MICROTEK V6USL		0x00a3	ScanMaker V6USL
15341.383Saugustssproduct MICROTEK 6000		0x30e5	ScanMaker 6000
15351.110Saugustssproduct MICROTEK V6USL2		0x80a3	ScanMaker V6USL
15361.110Saugustssproduct MICROTEK V6UL		0x80ac	ScanMaker V6UL
15371.110Saugustss
15381.66Saugustss/* Midiman products */
15391.66Saugustssproduct MIDIMAN MIDISPORT2X2	0x1001	Midisport 2x2
15401.433Schapproduct MIDIMAN MIDISPORT2X4	0x1041	Midisport 2x4
15411.224Saugustss
15421.226Saugustss/* Minds At Work LLC products */
15431.226Saugustssproduct MINDSATWORK DW		0x0001	Digital Wallet
15441.226Saugustss
15451.224Saugustss/* Minolta Co., Ltd. */
15461.364Saugustssproduct MINOLTA 2300		0x4001	Dimage 2300
15471.224Saugustssproduct MINOLTA S304		0x4007	Dimage S304
15481.230Saugustssproduct MINOLTA X		0x4009	Dimage X
15491.381Saugustssproduct MINOLTA DIMAGE7I	0x400b	Dimage 7i
15501.364Saugustssproduct MINOLTA 5400		0x400e	Dimage 5400
15511.381Saugustssproduct MINOLTA DIMAGEA1	0x401a	Dimage A1
15521.359Saugustssproduct MINOLTA XT		0x4015	Dimage Xt
15531.25Saugustss
15541.165Saugustss/* Mitsumi products */
15551.165Saugustssproduct MITSUMI CDRRW		0x0000	CD-R/RW Drive
15561.250Saugustssproduct MITSUMI MOUSE		0x6407	Mouse
15571.383Saugustssproduct MITSUMI SONY_MOUSE	0x6408	Quick Scroll Mouse
15581.364Saugustssproduct MITSUMI BT_DONGLE	0x641f	Bluetooth USB dongle
15591.226Saugustssproduct MITSUMI FDD		0x6901	FDD
15601.165Saugustss
15611.186Saugustss/* Mobility products */
15621.186Saugustssproduct MOBILITY EA		0x0204	Ethernet Adapter
15631.474Sitohyproduct MOBILITY EASIDOCK	0x0304	EasiDock Ethernet
15641.186Saugustss
15651.432Sreinoud/* MosChip Semiconductor */
15661.457Sisproduct MOSCHIP MCS7780		0x7780	Fast IrDA Adapter
15671.457Sisproduct MOSCHIP MCS7781		0x7781	Fast IrDA Adapter
15681.457Sisproduct MOSCHIP MCS7784		0x7784	Slow IrDA Adapter
15691.432Sreinoudproduct MOSCHIP MCS7830		0x7830	Ethernet Adapter
15701.432Sreinoud
15711.66Saugustss/* Motorola products */
15721.69Saugustssproduct MOTOROLA MC141555	0x1555	MC141555 hub controller
15731.315Saugustssproduct MOTOROLA SB4100		0x4100	SB4100 USB Cable Modem
15741.325Saugustssproduct MOTOROLA2 T720C		0x2822	T720c
15751.361Ssorenproduct MOTOROLA2 A920		0x4002	A920
15761.474Sitohyproduct MOTOROLA2 USBLAN	0x600c	USBLAN
15771.474Sitohyproduct MOTOROLA2 USBLAN2	0x6027	USBLAN
15781.43Saugustss
15791.473Sitohy/* M-Systems products */
15801.473Sitohyproduct MSYSTEMS DISKONKEY	0x0010	DiskOnKey
15811.473Sitohyproduct MSYSTEMS DISKONKEY2	0x0011	DiskOnKey
15821.473Sitohyproduct MSYSTEMS DISKONKEY3	0x0012	DiskOnKey
15831.473Sitohy
15841.66Saugustss/* MultiTech products */
15851.66Saugustssproduct MULTITECH ATLAS		0xf101	MT5634ZBA-USB modem
15861.6Saugustss
15871.66Saugustss/* Mustek products */
15881.110Saugustssproduct MUSTEK 1200CU		0x0001	1200 CU scanner
15891.124Saugustssproduct MUSTEK 600CU		0x0002	600 CU scanner
15901.124Saugustssproduct MUSTEK 1200USB		0x0003	1200 USB scanner
15911.124Saugustssproduct MUSTEK 1200UB		0x0006	1200 UB scanner
15921.216Sgehennaproduct MUSTEK 1200USBPLUS	0x0007	1200 USB Plus scanner
15931.207Saugustssproduct MUSTEK 1200CUPLUS	0x0008	1200 CU Plus scanner
15941.216Sgehennaproduct MUSTEK BEARPAW1200F	0x0010	BearPaw 1200F scanner
15951.355Saugustssproduct MUSTEK BEARPAW1200TA	0x021e	BearPaw 1200TA scanner
15961.216Sgehennaproduct MUSTEK 600USB		0x0873	600 USB scanner
15971.66Saugustssproduct MUSTEK MDC800		0xa800	MDC-800 digital camera
15981.354Saugustssproduct MUSTEK DV2000		0xc441	DV2000 digital camera
15991.148Ssoren
16001.303Sichiro/* National Instruments */
16011.303Sichiroproduct NI GPIB_USB_A		0xc920	GPIB-USB-A
16021.25Saugustss
16031.124Saugustss/* National Semiconductor */
16041.216Sgehennaproduct NATIONAL BEARPAW1200	0x1000	BearPaw 1200
16051.216Sgehennaproduct NATIONAL BEARPAW2400	0x1001	BearPaw 2400
16061.124Saugustss
16071.66Saugustss/* NEC products */
16081.383Saugustssproduct NEC HUB_20		0x0059	2.0 hub
16091.66Saugustssproduct NEC HUB			0x55aa	hub
16101.66Saugustssproduct NEC HUB_B		0x55ab	hub
16111.344Saugustssproduct NEC PICTY760		0xbef4	Picty760
16121.344Saugustssproduct NEC PICTY900		0xefbe	Picty900
16131.344Saugustssproduct NEC PICTY920		0xf0be	Picty920
16141.344Saugustssproduct NEC PICTY800		0xf1be	Picty800
16151.205Saugustss
16161.205Saugustss/* NEC2 products */
16171.215Saugustssproduct NEC2 HUB2_0		0x0058	USB2.0 Hub Controller
16181.272Suwe
16191.272Suwe/* NEODIO products */
16201.289Sgehennaproduct NEODIO ND3050		0x3050	6-in-1 Flash Device Controller
16211.272Suweproduct NEODIO ND5010		0x5010	Multi-format Flash Controller
16221.1Saugustss
16231.69Saugustss/* NetChip Technology Products */
16241.69Saugustssproduct NETCHIP TURBOCONNECT	0x1080	Turbo-Connect
16251.226Saugustssproduct NETCHIP CLIK40		0xa140	Clik! 40
16261.474Sitohyproduct NETCHIP ETHERNETGADGET	0xa4a2	Linux Ethernet/RNDIS gadget on pxa210/25x/26x
16271.69Saugustss
16281.69Saugustss/* Netgear products */
16291.69Saugustssproduct NETGEAR EA101		0x1001	Ethernet adapter
16301.220Saugustssproduct NETGEAR EA101X		0x1002	Ethernet adapter
16311.275Saugustssproduct NETGEAR FA101		0x1020	10/100 Ethernet
16321.297Sgehennaproduct NETGEAR FA120		0x1040	USB 2.0 Fast Ethernet Adapter
16331.354Saugustssproduct NETGEAR MA111NA		0x4110	802.11b Adapter
16341.383Saugustssproduct NETGEAR XA601		0x8100	USB to PL Adapter
16351.143Saugustss
16361.385Saugustssproduct NETGEAR2 MA101		0x4100	MA101
16371.385Saugustssproduct NETGEAR2 MA101B		0x4102	MA101 Rev B
16381.385Saugustss
16391.472Sitohy/* NetIndex products */
16401.477Sitohyproduct NETINDEX WS002IN	0x2001	Willcom WS002IN (DD)
16411.472Sitohy
16421.473Sitohy/* NHJ product */
16431.473Sitohyproduct NHJ CAM2		0x9120	Camera
16441.473Sitohy
16451.143Saugustss/* Nikon products */
16461.143Saugustssproduct NIKON E990		0x0102	Digital Camera E990
16471.207Saugustssproduct NIKON E880		0x0103	Digital Camera E880
16481.294Smarkdproduct NIKON E885		0x0105	Digital Camera E885
16491.308Saugustss
16501.431Srjs/* Nokia products */
16511.431Srjsproduct NOKIA CA42		0x0802	Mobile Phone adapter
16521.431Srjs
16531.464Sxtraeme/* Nova Tech products */
16541.464Sxtraemeproduct NOVATECH NV902W		0x9020	NV-902W
16551.464Sxtraemeproduct NOVATECH RT2573		0x9021	RT2573
16561.464Sxtraeme
16571.441Sgdt/* NovAtel products */
16581.441Sgdtproduct NOVATEL FLEXPACKGPS	0x0100	NovAtel FlexPack GPS receiver
16591.496Selricproduct NOVATEL2 EXPRESSCARD	0x1100	ExpressCard 3G
16601.496Selricproduct NOVATEL2 MERLINV620	0x1110	Novatel Wireless Merlin CDMA
16611.496Selricproduct NOVATEL2 S720		0x1130	S720
16621.477Sitohyproduct NOVATEL2 MERLINU740	0x1400	Novatel Merlin U740
16631.496Selricproduct NOVATEL2 XU870		0x1430	XU870
16641.496Selricproduct NOVATEL2 ES620		0x2100	ES620 CDMA
16651.496Selricproduct NOVATEL2 U720		0x2110	U720
16661.441Sgdt
16671.190Saugustss/* Olympus products */
16681.202Saugustssproduct OLYMPUS C1		0x0102	C-1 Digital Camera
16691.190Saugustssproduct OLYMPUS C700		0x0105	C-700 Ultra Zoom
16701.69Saugustss
16711.88Saugustss/* OmniVision Technologies, Inc. products */
16721.40Saugustssproduct OMNIVISION OV511	0x0511	OV511 Camera
16731.98Ssorenproduct OMNIVISION OV511PLUS	0xa511	OV511+ Camera
16741.501Sjmcneillproduct OMNIVISION2 PSEYE	0x2000	Sony PLAYSTATION(R) Eye
16751.223Saugustss
16761.223Saugustss/* OnSpec Electronic, Inc. */
16771.223Saugustssproduct ONSPEC MD2		0x0103	disk
16781.226Saugustssproduct ONSPEC MDCFEB		0xa000	MDCFE-B USB CF Reader
16791.226Saugustssproduct ONSPEC SIIGMS		0xa001	Memory Stick+CF Reader/Writer
16801.226Saugustssproduct ONSPEC DATAFAB3		0xa003	Datafab-based Reader
16811.226Saugustssproduct ONSPEC DATAFAB4		0xa004	Datafab-based Reader
16821.226Saugustssproduct ONSPEC PNYCFSM		0xa005	PNY/Datafab CF+SM Reader
16831.226Saugustssproduct ONSPEC STECHCFSM	0xa006	Simple Tech/Datafab CF+SM Reader
16841.226Saugustssproduct ONSPEC LC1		0xa109	CF + SM Combo (LC1)
16851.371Saugustssproduct ONSPEC UCF100		0xa400	FlashLink UCF-100 CompactFlash Reader
16861.227Smjlproduct ONSPEC MD1II		0xb006	Datafab MD1-II PC-Card Reader
16871.282Sgehenna
16881.381Saugustssproduct ONSPEC2 8IN2		0xb012	8In2
16891.381Saugustss
16901.473Sitohy/* Option N.V. products */
16911.473Sitohyproduct OPTIONNV MC3G		0x5000	Mobile Connect 3G datacard
16921.473Sitohyproduct OPTIONNV QUADUMTS2	0x6000	GlobeTrotter Fusion Quad Lite UMTS/GPRS
16931.473Sitohyproduct OPTIONNV QUADUMTS	0x6300	GlobeTrotter Fusion Quad Lite 3D
16941.477Sitohyproduct OPTIONNV QUADPLUSUMTS	0x6600	GlobeTrotter 3G Quad Plus
16951.484Smlelstvproduct OPTIONNV HSDPA   	0x6701	GlobeTrotter HSDPA Modem
16961.473Sitohy
16971.397Sitojun/* OQO */
16981.397Sitojunproduct OQO WIFI01		0x0002	model 01 WiFi interface
16991.474Sitohyproduct OQO ETHER01PLUS		0x7720	model 01+ Ethernet
17001.397Sitojunproduct OQO ETHER01		0x8150	model 01 Ethernet interface
17011.397Sitojun
17021.282Sgehenna/* Ours Technology Inc. */
17031.282Sgehennaproduct OTI SOLID		0x6803	Solid state disk
17041.330Saugustssproduct OTI FLASHDISK		0x6828	Flash Disk 128M
17051.40Saugustss
17061.150Saugustss/* Palm Computing, Inc. product */
17071.83Saugustssproduct PALM SERIAL		0x0080	USB Serial Adaptor
17081.206Scjsproduct PALM M500		0x0001	Palm m500
17091.206Scjsproduct PALM M505		0x0002	Palm m505
17101.269Saugustssproduct PALM M515		0x0003	Palm m515
17111.300Saugustssproduct PALM I705		0x0020	Palm i705
17121.300Saugustssproduct PALM TUNGSTEN_Z		0x0031	Palm Tungsten Z
17131.231Saugustssproduct PALM M125		0x0040	Palm m125
17141.300Saugustssproduct PALM M130		0x0050	Palm m130
17151.312Ssimonbproduct PALM TUNGSTEN_T		0x0060	Palm Tungsten T
17161.377Smycroftproduct PALM ZIRE31		0x0061	Palm Zire 31
17171.299Saugustssproduct PALM ZIRE		0x0070	Palm Zire
17181.150Saugustss
17191.150Saugustss/* Panasonic products */
17201.364Saugustssproduct PANASONIC LS120		0x0901	LS-120 Camera
17211.367Saugustssproduct PANASONIC KXLRW32AN	0x0d09	CD-R Drive KXL-RW32AN
17221.364Saugustssproduct PANASONIC KXLCB20AN	0x0d0a	CD-R Drive KXL-CB20AN
17231.364Saugustssproduct PANASONIC KXLCB35AN	0x0d0e	DVD-ROM & CD-R/RW
17241.150Saugustssproduct PANASONIC SDCAAE	0x1b00	MultiMediaCard Adapter
17251.406Spookaproduct PANASONIC TYTP50P6S	0x3900	TY-TP50P6-S 50in Touch Panel
17261.233Saugustss
17271.233Saugustss/* Pen Driver */
17281.329Saugustssproduct PEN USBDISKPRO		0x0120	USB Disk Pro
17291.311Snakayamaproduct PEN USBREADER		0x0240	USB 6 in 1 Card Reader/Writer
17301.317Sdsaintyproduct PEN MOBILEDRIVE		0x0280	USB 3 in 1 Card Reader/Writer
17311.233Saugustssproduct PEN USBDISK		0x0d7d	USB Disk
17321.364Saugustssproduct PEN ATTACHE		0x1300	USB 2.0 Flash Drive
17331.364Saugustss
17341.66Saugustss/* Peracom products */
17351.66Saugustssproduct PERACOM SERIAL1		0x0001	Serial Converter
17361.69Saugustssproduct PERACOM ENET		0x0002	Ethernet adapter
17371.88Saugustssproduct PERACOM ENET3		0x0003	At Home Ethernet Adapter
17381.69Saugustssproduct PERACOM ENET2		0x0005	Ethernet adapter
17391.14Saugustss
17401.66Saugustss/* Philips products */
17411.66Saugustssproduct PHILIPS DSS350		0x0101	DSS 350 Digital Speaker System
17421.66Saugustssproduct PHILIPS DSS		0x0104	DSS XXX Digital Speaker System
17431.66Saugustssproduct PHILIPS HUB		0x0201	hub
17441.242Sheinzproduct PHILIPS PCA645VC	0x0302	PCA645VC PC Camera
17451.172Stronproduct PHILIPS PCA646VC	0x0303	PCA646VC PC Camera
17461.242Sheinzproduct PHILIPS PCVC675K	0x0307	PCVC675K Vesta PC Camera
17471.92Saugustssproduct PHILIPS PCVC680K	0x0308	PCVC680K Vesta Pro PC Camera
17481.242Sheinzproduct PHILIPS PCVC690K	0x030c	PCVC690K Vesta Pro Scan PC Camera
17491.242Sheinzproduct PHILIPS PCVC730K	0x0310	PCVC730K ToUCam Fun PC Camera
17501.242Sheinzproduct PHILIPS PCVC740K	0x0311	PCVC740K ToUCam Pro PC Camera
17511.242Sheinzproduct PHILIPS PCVC750K	0x0312	PCVC750K ToUCam Pro Scan PC Camera
17521.83Saugustssproduct PHILIPS DSS150		0x0471	DSS 150 Digital Speaker System
17531.468Skiyoharaproduct PHILIPS SNU5600		0x1236	SNU5600
17541.210Saugustssproduct PHILIPS DIVAUSB		0x1801	DIVA USB mp3 player
17551.144Saugustss
17561.144Saugustss/* Philips Semiconductor products */
17571.144Saugustssproduct PHILIPSSEMI HUB1122	0x1122	hub
17581.39Saugustss
17591.39Saugustss/* P.I. Engineering products */
17601.39Saugustssproduct PIENGINEERING PS2USB	0x020b	PS2 to Mac USB Adapter
17611.341Sjdolecekproduct PIENGINEERING XKEYS58	0x0232	Xkeys Programmable Keyboard (58 Keys)
17621.200Saugustssproduct PIENGINEERING XKEYS	0x0233	Xkeys Programmable Keyboard
17631.314Suwe
17641.314Suwe/* Pilotech Systems Co., Ltd products */
17651.314Suweproduct PILOTECH CRW600		0x0001	CRW-600 6-in-1 Reader
17661.322Shamajima
17671.381Saugustss/* Planex Communications products */
17681.464Sxtraemeproduct PLANEX	GW_US11H	0x14ea	GW-US11H WLAN
17691.464Sxtraemeproduct PLANEX2 GW_US11S	0x3220	GW-US11S WLAN
17701.479Snisimuraproduct PLANEX2 GWUS54GXS	0x5303	GW-US54GXS
17711.464Sxtraemeproduct PLANEX2 GWUS54HP	0xab01	GW-US54HP
17721.464Sxtraemeproduct PLANEX2 GWUS54MINI2	0xab50	GW-US54Mini2
17731.464Sxtraemeproduct PLANEX2 GWUS54SG	0xc002	GW-US54SG
17741.464Sxtraemeproduct PLANEX2 GWUS54GZL	0xc007	GW-US54GZL
17751.439Sjoergproduct PLANEX2 GWUSMM		0xed02	GW-USMM
17761.476Sitohyproduct PLANEX3 GWUS54GZ	0xab10	GW-US54GZ
17771.476Sitohyproduct PLANEX3 GU1000T		0xab11	GU-1000T
17781.476Sitohyproduct PLANEX3 GWUS54MINI	0xab13	GW-US54Mini
17791.381Saugustss
17801.322Shamajima/* Plantronics products */
17811.322Shamajimaproduct PLANTRONICS HEADSET	0x0ca1	Platronics DSP-400 Headset
17821.1Saugustss
17831.367Saugustss/* Plextor Corp. */
17841.367Saugustssproduct PLEXTOR 40_12_40U	0x0011	PlexWriter 40/12/40U
17851.367Saugustss
17861.66Saugustss/* PLX products */
17871.66Saugustssproduct PLX TESTBOARD		0x9060	test board
17881.24Saugustss
17891.366Saugustss/* PointChips */
17901.366Saugustssproduct POINTCHIPS FLASH	0x8001	Flash
17911.366Saugustss
17921.186Saugustss/* PortGear products */
17931.186Saugustssproduct PORTGEAR EA8		0x0008	Ethernet Adapter
17941.212Saugustssproduct PORTGEAR EA9		0x0009	Ethernet Adapter
17951.186Saugustss
17961.186Saugustss/* Portsmith products */
17971.186Saugustssproduct PORTSMITH EEA		0x3003	Express Ethernet Adapter
17981.276Ssoren
17991.276Ssoren/* PQI products */
18001.276Ssorenproduct PQI TRAVELFLASH		0x0001	Travel Flash Drive
18011.186Saugustss
18021.66Saugustss/* Primax products */
18031.124Saugustssproduct PRIMAX G2X300		0x0300	G2-200 scanner
18041.110Saugustssproduct PRIMAX G2E300		0x0301	G2E-300 scanner
18051.110Saugustssproduct PRIMAX G2300		0x0302	G2-300 scanner
18061.110Saugustssproduct PRIMAX G2E3002		0x0303	G2E-300 scanner
18071.110Saugustssproduct PRIMAX 9600		0x0340	Colorado USB 9600 scanner
18081.110Saugustssproduct PRIMAX 600U		0x0341	Colorado 600u scanner
18091.260Saugustssproduct PRIMAX 6200		0x0345	Visioneer 6200 scanner
18101.110Saugustssproduct PRIMAX 19200		0x0360	Colorado USB 19200 scanner
18111.110Saugustssproduct PRIMAX 1200U		0x0361	Colorado 1200u scanner
18121.124Saugustssproduct PRIMAX G600		0x0380	G2-600 scanner
18131.110Saugustssproduct PRIMAX 636I		0x0381	ReadyScan 636i
18141.110Saugustssproduct PRIMAX G2600		0x0382	G2-600 scanner
18151.110Saugustssproduct PRIMAX G2E600		0x0383	G2E-600 scanner
18161.66Saugustssproduct PRIMAX COMFORT		0x4d01	Comfort
18171.66Saugustssproduct PRIMAX MOUSEINABOX	0x4d02	Mouse-in-a-Box
18181.79Saugustssproduct PRIMAX PCGAUMS1		0x4d04	Sony PCGA-UMS1
18191.89Saugustss
18201.89Saugustss/* Prolific products */
18211.90Saugustssproduct PROLIFIC PL2301		0x0000	PL2301 Host-Host interface
18221.90Saugustssproduct PROLIFIC PL2302		0x0001	PL2302 Host-Host interface
18231.168Sjhawkproduct PROLIFIC RSAQ2		0x04bb	PL2303 Serial adapter (IODATA USB-RSAQ2)
18241.438Schristosproduct PROLIFIC PL2303		0x2303	PL2303 Serial adapter (ATEN/IOGEAR UC232A)
18251.128Ssorenproduct PROLIFIC PL2305		0x2305	Parallel printer adapter
18261.110Saugustssproduct PROLIFIC ATAPI4		0x2307	ATAPI-4 Bridge Controller
18271.381Saugustssproduct PROLIFIC PL2501		0x2501	PL2501 Host-Host interface
18281.438Schristosproduct PROLIFIC PL2303X	0xaaa0	PL2303 Serial adapter (Pharos GPS)
18291.476Sitohyproduct PROLIFIC RSAQ3		0xaaa2	PL2303 Serial adapter (IODATA USB-RSAQ3)
18301.481Ssborrillproduct PROLIFIC2 PL2303	0x2303	PL2303 Serial adapter (SMART Technologies)
18311.160Sichiro
18321.160Sichiro/* Putercom products */
18331.160Sichiroproduct PUTERCOM UPA100		0x047e	USB-1284 BRIDGE
18341.81Saugustss
18351.439Sjoerg/* Qcom products */
18361.439Sjoergproduct QCOM RT2573		0x6196	RT2573
18371.439Sjoergproduct QCOM RT2573_2		0x6229	RT2573
18381.502Suebayasiproduct QCOM RT2573_3		0x6238	RT2573
18391.439Sjoerg
18401.108Sdarrenr/* Qtronix products */
18411.108Sdarrenrproduct QTRONIX 980N		0x2011	Scorpion-980N keyboard
18421.108Sdarrenr
18431.367Saugustss/* Qualcomm products */
18441.367Saugustssproduct QUALCOMM CDMA_MSM	0x6000	CDMA Technologies MSM phone
18451.496Selricproduct QUALCOMM MSM_HSDPA	0x6613	HSDPA MSM
18461.459Ssaloproduct QUALCOMM2 CDMA_MSM	0x3196	CDMA Technologies MSM modem
18471.367Saugustss
18481.476Sitohy/* Qualcomm Kyocera products */
18491.424Sgdtproduct QUALCOMM_K CDMA_MSM_K	0x17da	Qualcomm Kyocera CDMA Technologies MSM
18501.424Sgdt
18511.81Saugustss/* Quickshot products */
18521.81Saugustssproduct QUICKSHOT STRIKEPAD	0x6238	USB StrikePad
18531.38Saugustss
18541.108Sdarrenr/* Rainbow Technologies products */
18551.438Schristosproduct RAINBOW IKEY2000	0x1200	i-Key 2000
18561.108Sdarrenr
18571.399Ssekiya/* Ralink Technology products */
18581.399Ssekiyaproduct RALINK RT2570		0x1706	RT2570
18591.403Sdrochnerproduct RALINK RT2570_2		0x2570	RT2570
18601.476Sitohyproduct RALINK RT2573		0x2573	RT2573
18611.476Sitohyproduct RALINK RT2671		0x2671	RT2671
18621.407Sdrochnerproduct RALINK RT2570_3		0x9020	RT2570
18631.438Schristosproduct RALINK_2 RT2570		0x2570	RT2570
18641.443Schristosproduct RALINK_2 RT2573		0x2573	RT2573
18651.399Ssekiya
18661.381Saugustss/* RATOC Systems products */
18671.473Sitohyproduct RATOC REXUSB60		0xb000	USB serial adapter REX-USB60
18681.381Saugustss
18691.378Smycroft/* Realtek products */
18701.474Sitohyproduct REALTEK RTL8150L	0x8150	RTL8150L USB-Ethernet Bridge
18711.474Sitohyproduct REALTEK RTL8151		0x8151	RTL8151 PNA
18721.378Smycroft
18731.473Sitohy/* Research In Motion */
18741.500Schristosproduct RIM BLACKBERRY			0x0001	BlackBerry
18751.500Schristosproduct RIM BLACKBERRY_PEARL_DUAL	0x0004	BlackBerry Pearl Dual
18761.500Schristosproduct RIM BLACKBERRY_PEARL		0x0006	BlackBerry Pearl
18771.473Sitohy
18781.473Sitohy/* Rockfire products */
18791.473Sitohyproduct ROCKFIRE GAMEPAD	0x2033	gamepad 203USB
18801.473Sitohy
18811.140Stshiozak/* Roland products */
18821.342Sjdolecekproduct ROLAND UA100		0x0000	UA-100 USB Audio I/F
18831.342Sjdolecekproduct ROLAND UM4		0x0002	UM-4 MIDI I/F
18841.342Sjdolecekproduct ROLAND SC8850		0x0003	RolandED SC-8850 SOUND Canvas MIDI Synth.
18851.342Sjdolecekproduct ROLAND U8		0x0004	U-8 USB Audio I/F
18861.342Sjdolecekproduct ROLAND UM2		0x0005	UM-2 MIDI I/F
18871.342Sjdolecekproduct ROLAND SC8820		0x0007	SoundCanvas SC-8820 MIDI Synth.
18881.342Sjdolecekproduct ROLAND PC300		0x0008	PC-300 MIDI Keyboard
18891.342Sjdolecekproduct ROLAND UM1		0x0009	UM-1 MIDI I/F
18901.342Sjdolecekproduct ROLAND SK500		0x000b	SoundCanvas SK-500 MIDI Keyboard
18911.342Sjdolecekproduct ROLAND SCD70		0x000c	SC-D70 MIDI Synth.
18921.245Skentproduct ROLAND UA3		0x000f	EDIROL UA-3 USB audio I/F
18931.396Sperryproduct ROLAND XV5050		0x0012	XV-5050 MIDI Synth.
18941.342Sjdolecekproduct ROLAND UM880N		0x0014	EDIROL UM-880 MIDI I/F (native)
18951.342Sjdolecekproduct ROLAND UM880G		0x0015	EDIROL UM-880 MIDI I/F (generic)
18961.342Sjdolecekproduct ROLAND SD90		0x0016	EDIROL SD-90 STDIO Canvas MIDI Synth.
18971.342Sjdolecekproduct ROLAND UA1A		0x0018	UA-1A USB Audio I/F
18981.342Sjdolecekproduct ROLAND UM550		0x0023	UM-550 MIDI I/F
18991.342Sjdolecekproduct ROLAND SD20		0x0027	SD-20 MIDI Synth.
19001.342Sjdolecekproduct ROLAND SD80		0x0029	SD-80 MIDI Synth.
19011.342Sjdolecekproduct ROLAND UA700		0x002b	UA-700 USB Audio I/F
19021.411Saugustssproduct ROLAND PCRA		0x0033	EDIROL PCR MIDI keyboard (advanced)
19031.411Saugustssproduct ROLAND PCR		0x0034	EDIROL PCR MIDI keyboard
19041.411Saugustssproduct ROLAND M1000		0x0035	M-1000 audio I/F
19051.411Saugustssproduct ROLAND UA1000		0x0044	EDIROL UA-1000 USB audio I/F
19061.342Sjdolecekproduct ROLAND UA3FXA		0x0050	EDIROL UA-3FX USB audio I/F (advanced)
19071.342Sjdolecekproduct ROLAND UA3FX		0x0051	EDIROL UA-3FX USB audio I/F
19081.411Saugustssproduct ROLAND FANTOMX		0x006d	Fantom-X MIDI Synth.
19091.486Sxtraemeproduct ROLAND UA25 		0x0074	EDIROL UA-25
19101.411Saugustssproduct ROLAND UA101		0x007d	EDIROL UA-101
19111.411Saugustssproduct ROLAND UA101F		0x008d	EDIROL UA-101 USB1
19121.425Schristosproduct ROLAND UA1EX		0x0096	EDIROL UA-1EX
19131.425Schristosproduct ROLAND UM3		0x009A	EDIROL UM-3
19141.486Sxtraemeproduct ROLAND UA4FX 		0x00A3	EDIROL UA-4FX
19151.486Sxtraemeproduct ROLAND SONICCELL	0x00C2	SonicCell
19161.140Stshiozak
19171.468Skiyohara/* Sagem products */
19181.468Skiyoharaproduct SAGEM XG760A		0x004a	XG-760A
19191.468Skiyoharaproduct SAGEM XG76NA		0x0062	XG-76NA
19201.468Skiyohara
19211.195Saugustss/* Saitek products */
19221.195Saugustssproduct SAITEK CYBORG_3D_GOLD	0x0006	Cyborg 3D Gold Joystick
19231.52Saugustss
19241.355Saugustss/* Samsung products */
19251.476Sitohyproduct SAMSUNG MIGHTYDRIVE	0x1623	Mighty Drive
19261.355Saugustssproduct SAMSUNG ML6060		0x3008	ML-6060 laser printer
19271.355Saugustss
19281.52Saugustss/* SanDisk products */
19291.165Saugustssproduct SANDISK SDDR05A		0x0001	ImageMate SDDR-05a
19301.165Saugustssproduct SANDISK SDDR31		0x0002	ImageMate SDDR-31
19311.315Saugustssproduct SANDISK SDDR05		0x0005	ImageMate SDDR-05
19321.165Saugustssproduct SANDISK SDDR12		0x0100	ImageMate SDDR-12
19331.165Saugustssproduct SANDISK SDDR09		0x0200	ImageMate SDDR-09
19341.476Sitohyproduct SANDISK SDDR86		0x0621	ImageMate SDDR-86
19351.319Saugustssproduct SANDISK SDDR75		0x0810	ImageMate SDDR-75
19361.137Saugustss
19371.245Skent/* Sanwa Supply products */
19381.245Skentproduct SANWASUPPLY JYDV9USB	0x9806	JY-DV9USB gamepad
19391.286Simp
19401.286Simp/* Sanyo Electric products */
19411.438Schristosproduct SANYO SCP4900		0x0701	Sanyo SCP-4900 USB Phone
19421.245Skent
19431.137Saugustss/* ScanLogic products */
19441.211Saugustssproduct SCANLOGIC SL11R		0x0002	SL11R-IDE
19451.137Saugustssproduct SCANLOGIC 336CX		0x0300	Phantom 336CX - C3 scanner
19461.263Sjoda
19471.388Sscw/* Sealevel products */
19481.388Sscwproduct SEALEVEL USBSERIAL	0x2101	USB-Serial converter
19491.388Sscw
19501.468Skiyohara/* Senao products */
19511.468Skiyoharaproduct SENAO NUB8301		0x2000	NUB-8301
19521.468Skiyohara
19531.263Sjoda/* SGI products */
19541.263Sjodaproduct SGI SN1_L1_SC		0x1234	SN1 L1 System Controller
19551.186Saugustss
19561.480Snisimura/* ShanTou products */
19571.480Snisimuraproduct SHANTOU ST268_USB_NIC	0x0268  ST268 USB NIC
19581.494Sdrochnerproduct SHANTOU ADM8515		0x8515	ADM8515 Ethernet
19591.480Snisimura
19601.186Saugustss/* Shark products */
19611.186Saugustssproduct SHARK PA		0x0400	Pocket Adapter
19621.50Saugustss
19631.381Saugustss/* Sharp products */
19641.381Saugustssproduct SHARP SL5500		0x8004	SL5500
19651.381Saugustssproduct SHARP A300		0x8005	A300
19661.381Saugustssproduct SHARP SL5600		0x8006	SL5600
19671.381Saugustssproduct SHARP C700		0x8007	C700
19681.381Saugustssproduct SHARP C750		0x9031	C750
19691.451Smjfproduct SHARP WS007SH		0x9123	WS007SH
19701.502Suebayasiproduct SHARP WS011SH		0x91ac	WS011SH
19711.381Saugustss
19721.66Saugustss/* Shuttle Technology products */
19731.66Saugustssproduct SHUTTLE EUSB		0x0001	E-USB Bridge
19741.165Saugustssproduct SHUTTLE EUSCSI		0x0002	eUSCSI Bridge
19751.165Saugustssproduct SHUTTLE SDDR09		0x0003	ImageMate SDDR09
19761.226Saugustssproduct SHUTTLE EUSBSMCF	0x0005	eUSB SmartMedia / CompactFlash Adapter
19771.156Saugustssproduct SHUTTLE ZIOMMC		0x0006	eUSB MultiMediaCard Adapter
19781.165Saugustssproduct SHUTTLE HIFD		0x0007	Sony Hifd
19791.165Saugustssproduct SHUTTLE EUSBATAPI	0x0009	eUSB ATA/ATAPI Adapter
19801.165Saugustssproduct SHUTTLE CF		0x000a	eUSB CompactFlash Adapter
19811.165Saugustssproduct SHUTTLE EUSCSI_B	0x000b	eUSCSI Bridge
19821.165Saugustssproduct SHUTTLE EUSCSI_C	0x000c	eUSCSI Bridge
19831.165Saugustssproduct SHUTTLE CDRW		0x0101	CD-RW Device
19841.351Skivinenproduct SHUTTLE ORCA		0x0325	eUSB ORCA Quad Reader
19851.323Saugustssproduct SHUTTLE SCM		0x1010	SCM Micro
19861.236Schristos
19871.236Schristos/* Siemens products */
19881.236Schristosproduct SIEMENS SPEEDSTREAM	0x1001	SpeedStream USB
19891.365Saugustssproduct SIEMENS SPEEDSTREAM22	0x1022	SpeedStream USB 1022
19901.208Saugustss
19911.419Saugustss/* Siemens Info products */
19921.419Saugustssproduct SIEMENS2 MC75		0x0034	Wireless Modules MC75
19931.474Sitohyproduct SIEMENS2 WL54G		0x3c06	54g USB Network Adapter
19941.419Saugustss
19951.441Sgdt/* Sierra Wireless products */
19961.441Sgdtproduct SIERRA AIRCARD580	0x0112	Sierra Wireless AirCard 580
19971.496Selricproduct SIERRA AIRCARD595	0x0019	Sierra Wireless AirCard 595
19981.490Ssmbproduct SIERRA MINI5725		0x0220	Sierra Wireless miniPCI 5275
19991.496Selricproduct SIERRA EM5625		0x0017	EM5625
20001.496Selricproduct SIERRA MC5720		0x0018	MC5720
20011.496Selricproduct SIERRA MC5725		0x0020	MC5725
20021.496Selricproduct SIERRA MC8755_2		0x6802	MC8755
20031.496Selricproduct SIERRA MC8765		0x6803	MC8765
20041.496Selricproduct SIERRA MC8755		0x6804	MC8755 HSDPA
20051.496Selricproduct SIERRA MC8775		0x6812	MC8775 HSDPA
20061.496Selricproduct SIERRA MC8755_3		0x6813	MC8755 HSDPA
20071.496Selricproduct SIERRA AIRCARD875	0x6820	Aircard 875 HSDPA
20081.441Sgdt
20091.208Saugustss/* Sigmatel products */
20101.476Sitohyproduct SIGMATEL SIR4116	0x4116	StIR4116 SIR
20111.208Saugustssproduct SIGMATEL IRDA		0x4200	IrDA
20121.453Sisproduct SIGMATEL FIR4210	0x4210	StIR4210 FIR
20131.448Sisproduct SIGMATEL VFIR4220	0x4220	StIR4220 VFIR
20141.355Saugustssproduct SIGMATEL I_BEAD100	0x8008	i-Bead 100 MP3 Player
20151.485Smlelstvproduct SIGMATEL I_BEAD150	0x8009	i-Bead 150 MP3 Player
20161.485Smlelstvproduct SIGMATEL MUSICSTICK	0x8134	TrekStor Musicstick
20171.365Saugustssproduct SIGMATEL DNSSF7X	0x8020	Datum Networks SSF-7X Multi Players
20181.64Saugustss
20191.50Saugustss/* SIIG products */
20201.50Saugustssproduct SIIG DIGIFILMREADER	0x0004	DigiFilm-Combo Reader
20211.335Swulfproduct SIIG UISDMC2S		0x0200	MULTICARDREADER
20221.284Saugustssproduct SIIG MULTICARDREADER	0x0201	MULTICARDREADER
20231.130Saugustss
20241.476Sitohyproduct SIIG2 USBTOETHER	0x0109	USB TO Ethernet
20251.381Saugustssproduct SIIG2 US2308		0x0421	Serial
20261.381Saugustss
20271.381Saugustss/* Silicom products */
20281.381Saugustssproduct SILICOM U2E		0x0001	U2E
20291.474Sitohyproduct SILICOM GPE		0x0002	Psion Gold Port Ethernet
20301.381Saugustss
20311.466Sdogcow/* Silicon Labs products */
20321.466Sdogcowproduct SILABS POLOLU		0x803b	Pololu Serial
20331.466Sdogcowproduct SILABS ARGUSISP		0x8066	Argussoft ISP
20341.466Sdogcowproduct SILABS CRUMB128		0x807a	Crumb128
20351.466Sdogcowproduct SILABS DEGREECONT	0x80ca	Degree Controls
20361.466Sdogcowproduct SILABS SUNNTO		0x80f6	Suunto sports
20371.466Sdogcowproduct SILABS DESKTOPMOBILE	0x813d	Burnside Desktop mobile
20381.466Sdogcowproduct SILABS IPLINK1220	0x815e	IP-Link 1220
20391.466Sdogcowproduct SILABS LIPOWSKY_JTAG	0x81c8	Lipowsky Baby-JTAG
20401.466Sdogcowproduct SILABS LIPOWSKY_LIN	0x81e2	Lipowsky Baby-LIN
20411.466Sdogcowproduct SILABS LIPOWSKY_HARP	0x8218	Lipowsky HARP-1
20421.466Sdogcowproduct SILABS2 DCU11CLONE	0xaa26	DCU-11 clone
20431.466Sdogcowproduct SILABS CP210X_1		0xea60	CP210x Serial
20441.466Sdogcowproduct SILABS CP210X_2		0xea61	CP210x Serial
20451.466Sdogcow
20461.130Saugustss/* Silicon Portals Inc. */
20471.438Schristosproduct SILICONPORTALS YAPPH_NF 0x0200	YAP Phone (no firmware)
20481.438Schristosproduct SILICONPORTALS YAPPHONE 0x0201	YAP Phone
20491.67Stron
20501.473Sitohy/* Silicon Integrated Systems products */
20511.473Sitohyproduct SIS SIS_163U		0x0163	802.11g Wireless LAN Adapter
20521.473Sitohy
20531.72Saugustss/* Sirius Technologies products */
20541.72Saugustssproduct SIRIUS ROADSTER		0x0001	NetComm Roadster II 56 USB
20551.95Saugustss
20561.376Sjdolecek/* Sitecom products */
20571.381Saugustssproduct SITECOM LN029		0x182d	LN029
20581.381Saugustssproduct SITECOM CN104		0x2068	CN104 serial
20591.376Sjdolecek
20601.439Sjoerg/* Sitecom Europe products */
20611.439Sjoergproduct SITECOMEU WL113		0x9071	WL-113
20621.468Skiyoharaproduct SITECOMEU ZD1211B	0x9075	ZD1211B
20631.439Sjoergproduct SITECOMEU WL172		0x90ac	WL-172
20641.439Sjoergproduct SITECOMEU WL113R2	0x9712	WL-113 rev 2
20651.439Sjoerg
20661.95Saugustss/* SmartBridges products */
20671.95Saugustssproduct SMARTBRIDGES SMARTLINK	0x0001	SmartLink USB ethernet adapter
20681.176Saugustssproduct SMARTBRIDGES SMARTNIC	0x0003	smartNIC 2 PnP Adapter
20691.72Saugustss
20701.69Saugustss/* SMC products */
20711.69Saugustssproduct SMC 2102USB		0x0100	10Mbps ethernet adapter
20721.69Saugustssproduct SMC 2202USB		0x0200	10/100 ethernet adapter
20731.258Srhproduct SMC 2206USB		0x0201	EZ Connect USB Ethernet Adapter
20741.403Sdrochnerproduct SMC 2862WG		0xee13	EZ Connect g Wireless USB Adapter
20751.438Schristosproduct SMC2 2020HUB		0x2020	USB Hub
20761.436Schristosproduct SMC3 2662WV1		0xa001	EZ Connect 11Mbps
20771.355Saugustssproduct SMC3 2662WUSB		0xa002	2662W-AR Wireless Adapter
20781.175Saugustss
20791.175Saugustss/* SOHOware products */
20801.175Saugustssproduct SOHOWARE NUB100		0x9100	10/100 USB Ethernet
20811.474Sitohyproduct SOHOWARE NUB110		0x9110	NUB110 Ethernet
20821.69Saugustss
20831.67Stron/* SOLID YEAR products */
20841.69Saugustssproduct SOLIDYEAR KEYBOARD	0x2101	Solid Year USB keyboard
20851.56Saugustss
20861.110Saugustss/* SONY products */
20871.165Saugustssproduct SONY DSC		0x0010	DSC cameras
20881.226Saugustssproduct SONY NWMS7		0x0025	Memorystick NW-MS7
20891.213Saugustssproduct SONY DRIVEV2		0x002b	Harddrive V2
20901.165Saugustssproduct SONY MSACUS1		0x002d	Memorystick MSAC-US1
20911.226Saugustssproduct SONY HANDYCAM		0x002e	Handycam
20921.165Saugustssproduct SONY MSC		0x0032	MSC memory stick slot
20931.206Scjsproduct SONY CLIE_35		0x0038	Sony Clie v3.5
20941.245Skentproduct SONY PS2KEYBOARD	0x005c	PlayStation2 keyboard
20951.245Skentproduct SONY PS2KEYBOARDHUB	0x005d	PlayStation2 keyboard hub
20961.280Scjsproduct SONY PS2MOUSE		0x0061	PlayStation2 mouse
20971.206Scjsproduct SONY CLIE_40		0x0066	Sony Clie v4.0
20981.438Schristosproduct SONY MSC_U03		0x0069	MSC memory stick slot MSC-U03
20991.214Scjsproduct SONY CLIE_40_MS		0x006d	Sony Clie v4.0 Memory Stick slot
21001.300Saugustssproduct SONY CLIE_S360		0x0095	Sony Clie s360
21011.253Saugustssproduct SONY CLIE_41_MS		0x0099	Sony Clie v4.1 Memory Stick slot
21021.253Saugustssproduct SONY CLIE_41		0x009a	Sony Clie v4.1
21031.300Saugustssproduct SONY CLIE_NX60		0x00da	Sony Clie nx60
21041.393Shamajimaproduct SONY PS2EYETOY4		0x0154	PlayStation2 EyeToy v154
21051.393Shamajimaproduct SONY PS2EYETOY5		0x0155	PlayStation2 EyeToy v155
21061.381Saugustssproduct SONY CLIE_TJ25		0x0169	Sony Clie tj25
21071.110Saugustss
21081.353Saugustss/* SOURCENEXT products */
21091.476Sitohyproduct SOURCENEXT KEIKAI8_CHG	0x012e	KeikaiDenwa 8 with charger
21101.353Saugustssproduct SOURCENEXT KEIKAI8	0x039f	KeikaiDenwa 8
21111.353Saugustss
21121.465Sxtraeme/* Sphairon Access Systems GmbH products */
21131.474Sitohyproduct SPHAIRON UB801R		0x0110	UB801R
21141.465Sxtraeme
21151.66Saugustss/* STMicroelectronics products */
21161.66Saugustssproduct STMICRO COMMUNICATOR	0x7554	USB Communicator
21171.134Sitojun
21181.134Sitojun/* STSN products */
21191.134Sitojunproduct STSN STSN0001		0x0001	Internet Access Device
21201.302Sichiro
21211.302Sichiro/* Sun Communications products */
21221.438Schristosproduct SUNCOMM MB_ADAPTOR	0x0003	Mobile Adaptor
21231.237Saugustss
21241.237Saugustss/* SUN Corporation products */
21251.304Sichiroproduct SUNTAC DS96L		0x0003	SUNTAC U-Cable type D2
21261.237Saugustssproduct SUNTAC PS64P1		0x0005	SUNTAC U-Cable type P1
21271.237Saugustssproduct SUNTAC VS10U		0x0009	SUNTAC Slipper U
21281.305Sichiroproduct SUNTAC IS96U		0x000a	SUNTAC Ir-Trinity
21291.367Saugustssproduct SUNTAC AS64LX		0x000b	SUNTAC U-Cable type A3
21301.381Saugustssproduct SUNTAC AS144L4		0x0011	U-Cable type A4
21311.69Saugustss
21321.69Saugustss/* Sun Microsystems products */
21331.430Stronproduct SUN KEYBOARD_TYPE_6	0x0005	Type 6 USB keyboard
21341.438Schristosproduct SUN KEYBOARD_TYPE_7	0x00a2	Type 7 USB keyboard
21351.69Saugustss/* XXX The above is a North American PC style keyboard possibly */
21361.161Saugustssproduct SUN MOUSE		0x0100	Type 6 USB mouse
21371.100Saugustss
21381.473Sitohy/* Supra products */
21391.473Sitohyproduct DIAMOND2 SUPRAEXPRESS56K 0x07da Supra Express 56K modem
21401.473Sitohyproduct DIAMOND2 SUPRA2890	0x0b4a	SupraMax 2890 56K Modem
21411.473Sitohyproduct DIAMOND2 RIO600USB	0x5001	Rio 600 USB
21421.473Sitohyproduct DIAMOND2 RIO800USB	0x5002	Rio 800 USB
21431.473Sitohyproduct DIAMOND2 PSAPLAY120	0x5003	Nike psa[play 120
21441.473Sitohy
21451.407Sdrochner/* Surecom Technology products */
21461.407Sdrochnerproduct SURECOM EP9001G		0x11f3	EP-9001-g
21471.439Sjoergproduct SURECOM RT2573		0x31f3	RT2573
21481.407Sdrochner
21491.381Saugustss/* Susteen products */
21501.381Saugustssproduct SUSTEEN DCU10	0x0528	USB Cable
21511.396Sperry
21521.468Skiyohara/* Sweex products */
21531.468Skiyoharaproduct SWEEX ZD1211		0x1809	ZD1211
21541.468Skiyohara
21551.381Saugustss/* System TALKS, Inc. */
21561.438Schristosproduct SYSTEMTALKS SGCX2UL	0x1920	SGC-X2UL
21571.381Saugustss
21581.243Saugustss/* Tangtop products */
21591.243Saugustssproduct TANGTOP USBPS2		0x0001	USBPS2
21601.165Saugustss
21611.408Saugustss/* Targus products */
21621.408Saugustssproduct TARGUS PAUM004		0x0201	PAUM004 Mouse
21631.408Saugustss
21641.165Saugustss/* Taugagreining products */
21651.165Saugustssproduct TAUGA CAMERAMATE	0x0005	CameraMate (DPCM_USB)
21661.396Sperry
21671.162Saugustss/* TDK products */
21681.162Saugustssproduct TDK UPA9664		0x0115	USB-PDC Adapter UPA9664
21691.162Saugustssproduct TDK UCA1464		0x0116	USB-cdmaOne Adapter UCA1464
21701.162Saugustssproduct TDK UHA6400		0x0117	USB-PHS Adapter UHA6400
21711.162Saugustssproduct TDK UPA6400		0x0118	USB-PHS Adapter UPA6400
21721.364Saugustssproduct TDK BT_DONGLE		0x0309	Bluetooth USB dongle
21731.162Saugustss
21741.100Saugustss/* TEAC products */
21751.100Saugustssproduct TEAC FD05PUB		0x0000	FD-05PUB floppy
21761.66Saugustss
21771.381Saugustss/* Tekram Technology products */
21781.381Saugustssproduct TEKRAM 0193		0x1601	ALLNET 0193 WLAN
21791.381Saugustssproduct TEKRAM ZYAIR_B200	0x1602	ZyXEL ZyAIR B200 WLAN
21801.468Skiyoharaproduct TEKRAM QUICKWLAN	0x1630	QuickWLAN
21811.468Skiyoharaproduct TEKRAM ZD1211_1		0x5630	ZD1211
21821.468Skiyoharaproduct TEKRAM ZD1211_2		0x6630	ZD1211
21831.381Saugustss
21841.66Saugustss/* Telex Communications products */
21851.66Saugustssproduct TELEX MIC1		0x0001	Enhanced USB Microphone
21861.46Saugustss
21871.66Saugustss/* Texas Intel products */
21881.66Saugustssproduct TI UTUSB41		0x1446	UT-USB41 hub
21891.138Saugustssproduct TI TUSB2046		0x2046	TUSB2046 hub
21901.226Saugustssproduct TI NEXII		0x5409	Nex II Digital
21911.64Saugustss
21921.66Saugustss/* Thrustmaster products */
21931.66Saugustssproduct THRUST FUSION_PAD	0xa0a3	Fusion Digital Gamepad
21941.179Saugustss
21951.444Sichiro/* TOD Co. Ltd products */
21961.474Sitohyproduct TOD DOOGI_SLIM		0x0411	DOOGI SLIM USB Keyboard
21971.444Sichiro
21981.179Saugustss/* Todos Data System products */
21991.438Schristosproduct TODOS ARGOS_MINI	0x0002	Argos Mini Smartcard Reader
22001.111Shubertf
22011.427Sscw/* Topfield Co. Ltd products */
22021.427Sscwproduct TOPFIELD TF5000PVR	0x1000	TF5000PVR Digital Video Recorder
22031.427Sscw
22041.355Saugustss/* Toshiba Corporation products */
22051.355Saugustssproduct TOSHIBA POCKETPC_E740	0x0706	PocketPC e740
22061.355Saugustss
22071.111Shubertf/* Trek Technology products */
22081.113Sichiroproduct TREK THUMBDRIVE		0x1111	ThumbDrive
22091.298Saugustssproduct TREK THUMBDRIVE_8MB	0x9988	ThumbDrive 8MB
22101.259Saugustss
22111.368Saugustss/* Tripp-Lite products */
22121.368Saugustssproduct TRIPPLITE U209		0x2008	U209 Serial adapter
22131.495Srafalproduct TRIPPLITE2 UPS		0x1007	Tripp Lite UPS
22141.368Saugustss
22151.259Saugustss/* Trumpion products */
22161.438Schristosproduct TRUMPION T33521		0x1003	USB/MP3 decoder
22171.438Schristosproduct TRUMPION XXX1100	0x1100	XXX 1100
22181.216Sgehenna
22191.381Saugustss/* Tsunami products */
22201.381Saugustssproduct TSUNAMI SM2000		0x1111	SM-2000
22211.381Saugustss
22221.468Skiyohara/* TwinMOS products */
22231.468Skiyoharaproduct TWINMOS G240		0xa006	G240
22241.468Skiyohara
22251.216Sgehenna/* Ultima products */
22261.216Sgehennaproduct ULTIMA 1200UBPLUS	0x4002	1200 UB Plus scanner
22271.107Saugustss
22281.107Saugustss/* UMAX products */
22291.110Saugustssproduct UMAX ASTRA1236U		0x0002	Astra 1236U Scanner
22301.110Saugustssproduct UMAX ASTRA1220U		0x0010	Astra 1220U Scanner
22311.110Saugustssproduct UMAX ASTRA2000U		0x0030	Astra 2000U Scanner
22321.476Sitohyproduct UMAX ASTRA3400		0x0060	Astra 3400 Scanner
22331.110Saugustssproduct UMAX ASTRA2100U		0x0130	Astra 2100U Scanner
22341.110Saugustssproduct UMAX ASTRA2200U		0x0230	Astra 2200U Scanner
22351.48Saugustss
22361.468Skiyohara/* U-MEDIA Communications products */
22371.468Skiyoharaproduct UMEDIA TEW429UB_A	0x300a	TEW-429UB_A
22381.468Skiyoharaproduct UMEDIA TEW429UB		0x300b	TEW-429UB
22391.468Skiyoharaproduct UMEDIA TEW429UBC1	0x300d	TEW-429UB C1
22401.468Skiyoharaproduct UMEDIA ALL0298V2	0x3204	ALL0298 v2
22411.468Skiyohara
22421.66Saugustss/* Universal Access products */
22431.66Saugustssproduct UNIACCESS PANACHE	0x0101	Panache Surf USB ISDN Adapter
22441.355Saugustss
22451.381Saugustss/* U.S. Robotics products */
22461.381Saugustssproduct USR USR1120		0x00eb	USR1120 WLAN
22471.468Skiyoharaproduct USR USR5423		0x0121	USR5423 WLAN
22481.381Saugustss
22491.466Sdogcow/* USI products */
22501.466Sdogcowproduct USI MC60		0x10c5	MC60 Serial
22511.466Sdogcow
22521.424Sgdt/* GNU Radio USRP */
22531.424Sgdtproduct USRP USRPv2		0x0002	USRP Revision 2
22541.424Sgdt
22551.355Saugustss/* VidzMedia products */
22561.355Saugustssproduct VIDZMEDIA MONSTERTV	0x4fb1	MonsterTV P2H
22571.1Saugustss
22581.381Saugustss/* ViewSonic products */
22591.381Saugustssproduct VIEWSONIC G773HUB	0x00fe	G773 Monitor Hub
22601.381Saugustssproduct VIEWSONIC P815HUB	0x00ff	P815 Monitor Hub
22611.381Saugustssproduct VIEWSONIC G773CTRL	0x4153	G773 Monitor Control
22621.381Saugustss
22631.66Saugustss/* Vision products */
22641.98Ssorenproduct VISION VC6452V002	0x0002	CPiA Camera
22651.1Saugustss
22661.110Saugustss/* Visioneer products */
22671.124Saugustssproduct VISIONEER 7600		0x0211	OneTouch 7600
22681.124Saugustssproduct VISIONEER 5300		0x0221	OneTouch 5300
22691.254Saugustssproduct VISIONEER 3000		0x0224	Scanport 3000
22701.110Saugustssproduct VISIONEER 6100		0x0231	OneTouch 6100
22711.124Saugustssproduct VISIONEER 6200		0x0311	OneTouch 6200
22721.124Saugustssproduct VISIONEER 8100		0x0321	OneTouch 8100
22731.124Saugustssproduct VISIONEER 8600		0x0331	OneTouch 8600
22741.396Sperry
22751.285Saugustss/* Vivitar products */
22761.285Saugustssproduct VIVITAR DSC350		0x0003	DSC350 Camera
22771.285Saugustss
22781.407Sdrochner/* VTech products */
22791.407Sdrochnerproduct VTECH RT2570		0x3012	RT2570
22801.468Skiyoharaproduct VTECH ZD1211B		0x3014	ZD1211B
22811.407Sdrochner
22821.66Saugustss/* Wacom products */
22831.66Saugustssproduct WACOM CT0405U		0x0000	CT-0405-U Tablet
22841.78Saugustssproduct WACOM GRAPHIRE		0x0010	Graphire
22851.362Saugustssproduct WACOM GRAPHIRE3_4X5	0x0013	Graphire3 4x5
22861.450Sghenproduct WACOM GRAPHIRE3_6X8	0x0014	Graphire3 6x8
22871.450Sghenproduct WACOM GRAPHIRE4_4X5	0x0015	Graphire4 4x5
22881.78Saugustssproduct WACOM INTUOSA5		0x0021	Intuos A5
22891.364Saugustssproduct WACOM GD0912U		0x0022	Intuos 9x12 Graphics Tablet
22901.396Sperry
22911.482Stshiozak/* WinChipHead products */
22921.482Stshiozakproduct WINCHIPHEAD CH341SER	0x5523	CH341/CH340 USB-Serial Bridge
22931.482Stshiozak
22941.468Skiyohara/* Wistron NeWeb products */
22951.468Skiyoharaproduct WISTRONNEWEB UR055G	0x0711	UR055G
22961.468Skiyohara
22971.166Saugustss/* Xirlink products */
22981.274Srossproduct XIRLINK IMAGING		0x800d	IMAGING DEVICE
22991.166Saugustssproduct XIRLINK PCCAM		0x8080	IBM PC Camera
23001.166Saugustss
23011.140Stshiozak/* Yamaha products */
23021.140Stshiozakproduct YAMAHA UX256		0x1000	UX256 MIDI I/F
23031.342Sjdolecekproduct YAMAHA MU1000		0x1001	MU1000 MIDI Synth.
23041.342Sjdolecekproduct YAMAHA MU2000		0x1002	MU2000 MIDI Synth.
23051.342Sjdolecekproduct YAMAHA MU500		0x1003	MU500 MIDI Synth.
23061.342Sjdolecekproduct YAMAHA UW500		0x1004	UW500 USB Audio I/F
23071.342Sjdolecekproduct YAMAHA MOTIF6		0x1005	MOTIF6 MIDI Synth. Workstation
23081.342Sjdolecekproduct YAMAHA MOTIF7		0x1006	MOTIF7 MIDI Synth. Workstation
23091.342Sjdolecekproduct YAMAHA MOTIF8		0x1007	MOTIF8 MIDI Synth. Workstation
23101.342Sjdolecekproduct YAMAHA UX96		0x1008	UX96 MIDI I/F
23111.342Sjdolecekproduct YAMAHA UX16		0x1009	UX16 MIDI I/F
23121.342Sjdolecekproduct YAMAHA S08		0x100e	S08 MIDI Keyboard
23131.342Sjdolecekproduct YAMAHA CLP150		0x100f	CLP-150 digital piano
23141.342Sjdolecekproduct YAMAHA CLP170		0x1010	CLP-170 digital piano
23151.245Skentproduct YAMAHA RPU200		0x3104	RP-U200
23161.364Saugustssproduct YAMAHA RTA54I		0x4000	NetVolante RTA54i Broadband&ISDN Router
23171.364Saugustssproduct YAMAHA RTW65B		0x4001	NetVolante RTW65b Broadband Wireless Router
23181.364Saugustssproduct YAMAHA RTW65I		0x4002	NetVolante RTW65i Broadband&ISDN Wireless Router
23191.364Saugustssproduct YAMAHA RTA55I		0x4004	NetVolante RTA55i Broadband VoIP Router
23201.229Ssimonb
23211.229Ssimonb/* Yano products */
23221.229Ssimonbproduct YANO U640MO		0x0101	U640MO-03
23231.349Swiz
23241.473Sitohy/* Y-E Data products */
23251.473Sitohyproduct YEDATA FLASHBUSTERU	0x0000	Flashbuster-U
23261.120Saugustss
23271.381Saugustss/* Z-Com products */
23281.381Saugustssproduct ZCOM 725		0x0002	725/726 Prism2.5 WLAN
23291.468Skiyoharaproduct ZCOM ZD1211		0x0011	ZD1211
23301.468Skiyoharaproduct ZCOM ZD1211B		0x001a	ZD1211B
23311.381Saugustss
23321.473Sitohy/* Zeevo, Inc. products */
23331.473Sitohyproduct ZEEVO BLUETOOTH		0x07d0	BT-500 Bluetooth USB Adapter
23341.473Sitohy
23351.407Sdrochner/* Zinwell products */
23361.407Sdrochnerproduct ZINWELL ZWXG261		0x0260	ZWX-G261
23371.407Sdrochner
23381.88Saugustss/* Zoom Telephonics, Inc. products */
23391.72Saugustssproduct ZOOM 2986L		0x9700	2986L Fax modem
23401.120Saugustss
23411.421Sdogcow/* Zydas Technology Corporation products */
23421.421Sdogcowproduct ZYDAS ZD1211		0x1211	ZD1211 WLAN abg
23431.468Skiyoharaproduct ZYDAS ZD1211B		0x1215	ZD1211B
23441.421Sdogcow
23451.120Saugustss/* ZyXEL Communication Co. products */
23461.162Saugustssproduct ZYXEL OMNI56K		0x1500	Omni 56K Plus
23471.120Saugustssproduct ZYXEL 980N		0x2011	Scorpion-980N keyboard
23481.468Skiyoharaproduct ZYXEL ZYAIRG220		0x3401	ZyAIR G-220
23491.468Skiyoharaproduct ZYXEL AG225H		0x3409	AG-225H
23501.468Skiyoharaproduct ZYXEL M202		0x340a	M-202
23511.468Skiyoharaproduct ZYXEL G220V2		0x340f	G-220 v2
23521.474Sitohyproduct ZYXEL PRESTIGE		0x401a	Prestige
2353