usbdevs revision 1.507
11.507Srmind$NetBSD: usbdevs,v 1.507 2008/09/06 21:34:49 rmind 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.507Srmindvendor METAGEEK		0x1781	MetaGeek
4721.464Sxtraemevendor AMIT		0x18c5	AMIT
4731.439Sjoergvendor QCOM		0x18e8	Qcom
4741.382Saugustssvendor LINKSYS3		0x1915	Linksys
4751.191Saugustssvendor DLINK		0x2001	D-Link
4761.439Sjoergvendor PLANEX2		0x2019	Planex Communications
4771.328Srjsvendor ERICSSON		0x2282	Ericsson
4781.325Saugustssvendor MOTOROLA2	0x22b8	Motorola
4791.368Saugustssvendor TRIPPLITE	0x2478	Tripp-Lite
4801.328Srjsvendor HIROSE		0x2631	Hirose Electric
4811.391Simpvendor NHJ		0x2770	NHJ
4821.381Saugustssvendor PLANEX		0x2c02	Planex Communications
4831.355Saugustssvendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
4841.328Srjsvendor AEI		0x3334	AEI
4851.476Sitohyvendor HANK		0x3353	Hank Connection
4861.276Ssorenvendor PQI		0x3538	PQI
4871.221Saugustssvendor DAISY		0x3579	Daisy Technology
4881.303Sichirovendor NI		0x3923	National Instruments
4891.381Saugustssvendor MICRONET		0x3980	Micronet Communications
4901.307Snakayamavendor IODATA2		0x40bb	I-O Data
4911.381Saugustssvendor IRIVER		0x4102	iRiver
4921.372Smattvendor DELL		0x413c	Dell
4931.482Stshiozakvendor WINCHIPHEAD	0x4348	WinChipHead
4941.381Saugustssvendor AVERATEC		0x50c2	Averatec
4951.468Skiyoharavendor SWEEX		0x5173	Sweex
4961.327Sgrantvendor ONSPEC2		0x55aa	OnSpec Electronic Inc.
4971.407Sdrochnervendor ZINWELL		0x5a57	Zinwell
4981.376Sjdolecekvendor SITECOM		0x6189	Sitecom
4991.476Sitohyvendor ARKMICROCHIPS	0x6547	ArkMicroChips
5001.468Skiyoharavendor 3COM2		0x6891	3Com
5011.1Saugustssvendor INTEL		0x8086	Intel
5021.432Sreinoudvendor MOSCHIP		0x9710	MosChip Semiconductor
5031.492Smjfvendor EMPIA		0xeb1a	eMPIA Technology
5041.121Saugustssvendor HP2		0xf003	Hewlett Packard
5051.424Sgdtvendor USRP		0xfffe	GNU Radio USRP
5061.1Saugustss
5071.1Saugustss/*
5081.1Saugustss * List of known products.  Grouped by vendor.
5091.1Saugustss */
5101.1Saugustss
5111.66Saugustss/* 3Com products */
5121.66Saugustssproduct 3COM HOMECONN		0x009d	HomeConnect USB Camera
5131.252Sdsaintyproduct 3COM 3CREB96		0x00a0	Bluetooth USB Adapter
5141.381Saugustssproduct 3COM 3C19250		0x03e8	3C19250 Ethernet adapter
5151.66Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
5161.176Saugustssproduct 3COM 3C460		0x11f8	HomeConnect 3C460
5171.176Saugustssproduct 3COM 3C460B		0x4601	HomeConnect 3C460B
5181.468Skiyoharaproduct 3COM2 3CRUSB10075	0xa727	3CRUSB10075
5191.66Saugustss
5201.78Saugustssproduct 3COMUSR OFFICECONN	0x0082	3Com OfficeConnect Analog Modem
5211.78Saugustssproduct 3COMUSR USRISDN		0x008f	3Com U.S. Robotics Pro ISDN TA
5221.88Saugustssproduct 3COMUSR HOMECONN	0x009d	3Com HomeConnect camera
5231.69Saugustssproduct 3COMUSR USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
5241.69Saugustss
5251.331Sjschauma/* ACDC products */
5261.331Sjschaumaproduct ACDC HUB		0x2315	USB Pen Drive HUB
5271.476Sitohyproduct ACDC SECWRITE		0x2316	USB Pen Drive Secure Write
5281.331Sjschaumaproduct ACDC PEN		0x2317	USB Pen Drive with Secure Write
5291.331Sjschauma
5301.146Saugustss/* AboCom products */
5311.176Saugustssproduct ABOCOM XX1		0x110c	XX1
5321.176Saugustssproduct ABOCOM XX2		0x200c	XX2
5331.146Saugustssproduct ABOCOM URE450		0x4000	URE450 Ethernet Adapter
5341.209Saugustssproduct ABOCOM UFE1000		0x4002	UFE1000 Fast Ethernet Adapter
5351.173Saugustssproduct ABOCOM DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
5361.176Saugustssproduct ABOCOM XX4		0x4004	XX4
5371.176Saugustssproduct ABOCOM XX5		0x4007	XX5
5381.176Saugustssproduct ABOCOM XX6		0x400b	XX6
5391.176Saugustssproduct ABOCOM XX7		0x400c	XX7
5401.381Saugustssproduct ABOCOM LCS8138TX	0x401a	LCS-8138TX
5411.176Saugustssproduct ABOCOM XX8		0x4102	XX8
5421.176Saugustssproduct ABOCOM XX9		0x4104	XX9
5431.324Sgehennaproduct ABOCOM UFE2000		0x420a	UFE2000 USB2.0 Fast Ethernet Adapter
5441.468Skiyoharaproduct ABOCOM WL54		0x6001	WL54
5451.176Saugustssproduct ABOCOM XX10		0xabc1	XX10
5461.464Sxtraemeproduct ABOCOM HWU54DM		0xb21b	HWU54DM
5471.464Sxtraemeproduct ABOCOM RT2573_2		0xb21c	RT2573
5481.464Sxtraemeproduct ABOCOM RT2573_3		0xb21d	RT2573
5491.464Sxtraemeproduct ABOCOM RT2573_4		0xb21e	RT2573
5501.464Sxtraemeproduct ABOCOM WUG2700		0xb21f	WUG2700
5511.176Saugustss
5521.176Saugustss/* Accton products */
5531.182Saugustssproduct ACCTON USB320_EC	0x1046	USB320-EC Ethernet Adapter
5541.381Saugustssproduct ACCTON 111		0x3503	T-Sinus 111 WLAN
5551.468Skiyoharaproduct ACCTON SMCWUSBG		0x4505	SMCWUSB-G
5561.209Saugustssproduct ACCTON SS1001		0x5046	SpeedStream Ethernet Adapter
5571.468Skiyoharaproduct ACCTON ZD1211B		0xe501	ZD1211B
5581.345Swiz
5591.474Sitohy/* Acer Communications & Multimedia products */
5601.474Sitohyproduct ACERCM EP1427X2		0x0893	EP-1427X-2 Ethernet
5611.474Sitohy
5621.474Sitohy/* Acer Labs products */
5631.474Sitohyproduct ACERLABS M5632		0x5632	USB 2.0 Data Link
5641.474Sitohy
5651.88Saugustss/* Acer Peripherals, Inc. products */
5661.88Saugustssproduct ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
5671.115Saugustssproduct ACERP ACERSCAN_320U	0x2022	Acerscan 320U
5681.110Saugustssproduct ACERP ACERSCAN_640U	0x2040	Acerscan 640U
5691.110Saugustssproduct ACERP ACERSCAN_620U	0x2060	Acerscan 620U
5701.306Saugustssproduct ACERP ATAPI		0x6003	ATA/ATAPI adapter
5711.382Saugustssproduct ACERP AWL300		0x9000	AWL300
5721.382Saugustssproduct ACERP AWL400		0x9001	AWL400
5731.88Saugustss
5741.365Saugustss/* Acer Products */
5751.365Saugustssproduct ACERW WARPLINK		0x0204	Warplink
5761.365Saugustss
5771.235Saugustss/* Actiontec products */
5781.235Saugustssproduct ACTIONTEC PRISM_25	0x0408	Prism2.5 WLAN
5791.365Saugustssproduct ACTIONTEC PRISM_25A	0x0421	Prism2.5 WLAN A
5801.381Saugustssproduct ACTIONTEC FREELAN	0x6106	ROPEX FreeLan 802.11b
5811.355Saugustssproduct ACTIONTEC UAT1		0x7605	UAT1 Wireless Ethernet adapter
5821.235Saugustss
5831.207Saugustss/* ACTiSYS products */
5841.207Saugustssproduct ACTISYS IR2000U		0x0011	ACT-IR2000U FIR
5851.207Saugustss
5861.88Saugustss/* ActiveWire, Inc. products */
5871.66Saugustssproduct ACTIVEWIRE IOBOARD	0x0100	I/O Board
5881.66Saugustssproduct ACTIVEWIRE IOBOARD_FW1	0x0101	I/O Board, rev. 1 firmware
5891.66Saugustss
5901.381Saugustss/* Adaptec products */
5911.381Saugustssproduct ADAPTEC AWN8020		0x0020	AWN-8020 WLAN
5921.328Srjs
5931.226Saugustss/* Addonics products */
5941.226Saugustssproduct ADDONICS2 205		0xa001	Cable 205
5951.226Saugustss
5961.69Saugustss/* ADMtek products */
5971.474Sitohyproduct ADMTEK PEGASUSII_4	0x07c2	AN986A Ethernet
5981.381Saugustssproduct ADMTEK PEGASUS		0x0986	AN986 USB Ethernet
5991.381Saugustssproduct ADMTEK PEGASUSII	0x8511	AN8511 USB Ethernet
6001.381Saugustssproduct ADMTEK PEGASUSII_2	0x8513	AN8513 Ethernet
6011.438Schristosproduct ADMTEK PEGASUSII_3	0x8515	ADM8515 USB 2.0 Ethernet
6021.69Saugustss
6031.66Saugustss/* ADS products */
6041.381Saugustssproduct ADS UBS10BT		0x0008	UBS-10BT Ethernet
6051.381Saugustssproduct ADS UBS10BTX		0x0009	UBS-10BT Ethernet
6061.381Saugustss
6071.381Saugustss/* AEI products */
6081.381Saugustssproduct AEI USBTOLAN		0x1701	AEI USB to Lan adapter
6091.44Saugustss
6101.159Saugustss/* Agate Technologies products */
6111.159Saugustssproduct AGATE QDRIVE		0x0378	Q-Drive
6121.2Saugustss
6131.110Saugustss/* AGFA products */
6141.110Saugustssproduct AGFA SNAPSCAN1212U	0x0001	SnapScan 1212U
6151.216Sgehennaproduct AGFA SNAPSCAN1236U	0x0002	SnapScan 1236U
6161.110Saugustssproduct AGFA SNAPSCANTOUCH	0x0100	SnapScan Touch
6171.110Saugustssproduct AGFA SNAPSCAN1212U2	0x2061	SnapScan 1212U
6181.216Sgehennaproduct AGFA SNAPSCANE40	0x208d	SnapScan e40
6191.216Sgehennaproduct AGFA SNAPSCANE50	0x208f	SnapScan e50
6201.216Sgehennaproduct AGFA SNAPSCANE20	0x2091	SnapScan e20
6211.216Sgehennaproduct AGFA SNAPSCANE25	0x2095	SnapScan e25
6221.216Sgehennaproduct AGFA SNAPSCANE26	0x2097	SnapScan e26
6231.216Sgehennaproduct AGFA SNAPSCANE52	0x20fd	SnapScan e52
6241.159Saugustss
6251.473Sitohy/* Aincomm products */
6261.473Sitohyproduct AINCOMM AWU2000B	0x1001	AWU2000B
6271.394Selric
6281.379Sjmmv/* AIPTEK International products */
6291.438Schristosproduct AIPTEK2 PENCAM_MEGA_1_3 0x504a	PenCam Mega 1.3
6301.379Sjmmv
6311.473Sitohy/* AirPrime products */
6321.473Sitohyproduct AIRPRIME PC5220		0x0112	CDMA Wireless PC Card
6331.382Saugustss
6341.66Saugustss/* AKS products */
6351.66Saugustssproduct AKS USBHASP		0x0001	USB-HASP 0.06
6361.104Saugustss
6371.104Saugustss/* Alcor Micro, Inc. products */
6381.104Saugustssproduct ALCOR2 KBD_HUB		0x2802	Kbd Hub
6391.104Saugustss
6401.104Saugustssproduct ALCOR MA_KBD_HUB	0x9213	MacAlly Kbd Hub
6411.104Saugustssproduct ALCOR AU9814		0x9215	AU9814 Hub
6421.104Saugustssproduct ALCOR SM_KBD		0x9410	MicroConnectors/StrongMan Keyboard
6431.104Saugustssproduct ALCOR NEC_KBD_HUB	0x9472	NEC Kbd Hub
6441.1Saugustss
6451.66Saugustss/* Altec Lansing products */
6461.85Saugustssproduct ALTEC ADA70		0x0070	ADA70 Speakers
6471.69Saugustssproduct ALTEC ASC495		0xff05	ASC495 Speakers
6481.64Saugustss
6491.66Saugustss/* American Power Conversion products */
6501.475Sveegoproduct APC UPS			0x0002	Uninterruptible Power Supply
6511.6Saugustss
6521.474Sitohy/* Ambit Microsystems products */
6531.474Sitohyproduct AMBIT NTL_250		0x6098	NTL 250 cable modem
6541.474Sitohy
6551.464Sxtraeme/* AMIT products */
6561.464Sxtraemeproduct AMIT CGWLUSB2GO		0x0002	CG-WLUSB2GO
6571.464Sxtraeme
6581.66Saugustss/* Anchor products */
6591.66Saugustssproduct ANCHOR EZUSB		0x2131	EZUSB
6601.105Saugustssproduct ANCHOR EZLINK		0x2720	EZLINK
6611.25Saugustss
6621.459Ssalo/* AnyDATA Inc. products */
6631.493Sichiroproduct ANYDATA A2502		0x6202	NTT DoCoMo A2502
6641.459Ssaloproduct ANYDATA ADU_E100H	0x6501	ADU-E100H
6651.496Selricproduct ANYDATA ADU_500A	0x6502	ADU-E500A
6661.459Ssalo
6671.88Saugustss/* AOX, Inc. products */
6681.69Saugustssproduct AOX USB101		0x0008	USB ethernet controller engine
6691.69Saugustss
6701.116Saugustss/* Apple Computer products */
6711.422Sjmmvproduct APPLE EXT_KBD		0x020c	Apple Extended USB Keyboard
6721.126Saugustssproduct APPLE OPTMOUSE		0x0302	Optical mouse
6731.414Saugustssproduct APPLE MIGHTYMOUSE	0x0304	Mighty Mouse
6741.422Sjmmvproduct APPLE EXT_KBD_HUB	0x1003	Hub in Apple Extended USB Keyboard
6751.116Saugustssproduct APPLE SPEAKERS		0x1101	Speakers
6761.505Sjmcneillproduct APPLE IPHONE		0x1290	iPhone
6771.505Sjmcneillproduct APPLE IPOD_TOUCH	0x1291	iPod Touch
6781.505Sjmcneillproduct APPLE IPHONE_3G		0x1292	iPhone 3G
6791.504Smattproduct APPLE ETHERNET		0x1402	Apple USB to Ethernet
6801.504Smatt
6811.473Sitohy/* ArkMicroChips products */
6821.473Sitohyproduct ARKMICROCHIPS USBSERIAL 0x0232	USB-UART Controller
6831.473Sitohy
6841.278Sitojun/* Asahi Optical products */
6851.323Saugustssproduct ASAHIOPTICAL OPTIO230	0x0004	PENTAX Optio230
6861.323Saugustssproduct ASAHIOPTICAL OPTIO330	0x0006	Digital camera
6871.116Saugustss
6881.186Saugustss/* Asante products */
6891.186Saugustssproduct ASANTE EA		0x1427	Ethernet Adapter
6901.186Saugustss
6911.315Saugustss/* ASIX Electronics products */
6921.471Sdsaintyproduct ASIX AX88172		0x1720	AX88172 USB 2.0 10/100 Ethernet adapter
6931.474Sitohyproduct ASIX AX88178		0x1780	AX88178 USB 2.0 10/100 Ethernet adapter
6941.471Sdsaintyproduct ASIX AX88772		0x7720	AX88772 USB 2.0 10/100 Ethernet adapter
6951.315Saugustss
6961.399Ssekiya/* ASUSTeK computer products */
6971.399Ssekiyaproduct ASUSTEK WL167G		0x1707	WL-167g USB2.0 WLAN Adapter
6981.468Skiyoharaproduct ASUSTEK WL159G		0x170c	WL-159g
6991.468Skiyoharaproduct ASUSTEK A9T_WIFI	0x171b	A9T wireless
7001.463Sxtraemeproduct ASUSTEK WL167G_2	0x1723	WL-167g USB2.0 WLAN Adapter (version 2)
7011.464Sxtraemeproduct ASUSTEK WL167G_3	0x1724	WL-167g USB2.0 WLAN Adapter (version 2)
7021.477Sitohyproduct ASUSTEK MYPAL_A730	0x4202	MyPal A730
7031.399Ssekiya
7041.66Saugustss/* ATen products */
7051.66Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
7061.69Saugustssproduct ATEN UC10T		0x2002	10Mbps ethernet adapter
7071.106Saugustssproduct ATEN UC232A		0x2008	Serial adapter
7081.474Sitohyproduct ATEN UC210T		0x2009	UC210T Ethernet adapter
7091.186Saugustssproduct ATEN DSB650C		0x4000	DSB-650C
7101.44Saugustss
7111.213Saugustss/* ATI products */
7121.213Saugustssproduct ATI2 205		0xa001	USB Cable 205
7131.213Saugustss
7141.133Saugustss/* Atmel Comp. products */
7151.133Saugustssproduct ATMEL UHB124		0x3301	UHB124 hub
7161.255Saugustssproduct ATMEL DWL900AP		0x5601	DWL-900AP Wireless access point
7171.151Saugustssproduct ATMEL DWL120		0x7602	DWL-120 Wireless adapter
7181.476Sitohyproduct ATMEL AT76C503A		0x7603	AT76C503A
7191.364Saugustssproduct ATMEL BW002		0x7605	BW002 Wireless adapter
7201.382Saugustssproduct ATMEL WL1130		0x7613	WL-1130
7211.382Saugustssproduct ATMEL AT76C505A		0x7614	AT76C505A
7221.133Saugustss
7231.245Skent/* Audio-Technica products */
7241.438Schristosproduct AUDIOTECHNICA ATCHA4USB 0x0009	ATC-HA4USB USB headphone
7251.313Sjdolecek
7261.313Sjdolecek/* Avance Logic products */
7271.313Sjdolecekproduct AVANCELOGIC USBAUDIO	0x0100	USB Audio Speaker
7281.245Skent
7291.381Saugustss/* Averatec products */
7301.381Saugustssproduct AVERATEC USBWLAN	0x4013	WLAN
7311.381Saugustss
7321.110Saugustss/* Avision products */
7331.110Saugustssproduct AVISION 1200U		0x0268	1200U scanner
7341.110Saugustss
7351.473Sitohy/* Baltech products */
7361.473Sitohyproduct BALTECH CARDREADER	0x9999	Card reader
7371.473Sitohy
7381.437Schristos/* B&B Electronics products */
7391.438Schristosproduct BBELECTRONICS USOTL4	0xAC01	uLinks RS-422/485
7401.437Schristos
7411.71Saugustss/* Belkin products */
7421.71Saugustss/*product BELKIN F5U111		0x????	F5U111 Ethernet adapter*/
7431.110Saugustssproduct BELKIN2 F5U002		0x0002	F5U002 Parallel printer adapter
7441.395Sjoffproduct BELKIN F5D6050		0x0050	F5D6050 802.11b Wireless adapter
7451.277Saugustssproduct BELKIN F5U103		0x0103	F5U103 Serial adapter
7461.315Saugustssproduct BELKIN F5U109		0x0109	F5U109 Serial adapter
7471.226Saugustssproduct BELKIN SCSI		0x0115	SCSI Adaptor
7481.262Smattproduct BELKIN USB2LAN		0x0121	USB to LAN Converter
7491.355Saugustssproduct BELKIN F5U208		0x0208	F5U208 VideoBus II
7501.381Saugustssproduct BELKIN F5U237		0x0237	F5U237 USB 2.0 7-Port Hub
7511.476Sitohyproduct BELKIN F5U409		0x0409	F5U409 Serial
7521.383Saugustssproduct BELKIN UPS		0x0980	UPS
7531.277Saugustssproduct BELKIN F5U120		0x1203	F5U120-PC Hub
7541.468Skiyoharaproduct BELKIN ZD1211B		0x4050	ZD1211B
7551.474Sitohyproduct BELKIN F5D5055		0x5055	F5D5055 Ethernet adapter
7561.405Sdrochnerproduct BELKIN F5D7050		0x7050	F5D7050 54g USB Network Adapter
7571.474Sitohyproduct BELKIN F5D7051		0x7051	F5D7051 54g USB Network Adapter
7581.439Sjoergproduct BELKIN F5D7050A		0x705a	F5D705A 54g USB Network Adapter
7591.468Skiyoharaproduct BELKIN F5D7050C		0x705c	F5D705C 54g USB Network Adapter
7601.439Sjoergproduct BELKIN F5D9050V3	0x905b	F5D9050 ver 3
7611.71Saugustss
7621.66Saugustss/* Billionton products */
7631.66Saugustssproduct BILLIONTON USB100	0x0986	USB100N 10/100 FastEthernet Adapter
7641.177Saugustssproduct BILLIONTON USBLP100	0x0987	USB100LP
7651.176Saugustssproduct BILLIONTON USBEL100	0x0988	USB100EL
7661.176Saugustssproduct BILLIONTON USBE100	0x8511	USBE100
7671.474Sitohyproduct BILLIONTON USB2AR	0x90ff	USB2AR Ethernet
7681.270Saugustss
7691.270Saugustss/* Broadcom products */
7701.271Saugustssproduct BROADCOM BCM2033	0x2000	BCM2033
7711.271Saugustssproduct BROADCOM BCM2033NF	0x2033	BCM2033 (no firmware)
7721.40Saugustss
7731.66Saugustss/* Brother Industries products */
7741.69Saugustssproduct BROTHER HL1050		0x0002	HL-1050 laser printer
7751.1Saugustss
7761.66Saugustss/* Behavior Technology Computer products */
7771.66Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
7781.18Saugustss
7791.88Saugustss/* Canon, Inc. products */
7801.364Saugustssproduct CANON N656U		0x2206	CanoScan N656U
7811.364Saugustssproduct CANON N1220U		0x2207	CanoScan N1220U
7821.364Saugustssproduct CANON N670U		0x220d	CanoScan N670U
7831.364Saugustssproduct CANON N1240U		0x220e	CanoScan N1240U
7841.66Saugustssproduct CANON S10		0x3041	PowerShot S10
7851.265Ssorenproduct CANON S20		0x3043	PowerShot S20
7861.265Ssorenproduct CANON S100_US		0x3045	PowerShot S100
7871.265Ssorenproduct CANON S100_EU		0x3047	PowerShot S100
7881.265Ssorenproduct CANON G1		0x3048	PowerShot G1
7891.265Ssorenproduct CANON A20		0x304e	PowerShot A20
7901.364Saugustssproduct CANON S200		0x3065	PowerShot S200
7911.369Sdrochnerproduct CANON EOS300D		0x3084	EOS 300D / Digital Rebel
7921.460Sdarcyproduct CANON SD630		0x30fe	PowerShot SD630
7931.16Saugustss
7941.473Sitohy/* CASIO products */
7951.473Sitohyproduct CASIO QV		0x1001	QV DigitalCamera
7961.473Sitohyproduct CASIO BE300		0x2002	BE-300 PDA
7971.473Sitohyproduct CASIO NAMELAND		0x4001	CASIO Nameland EZ-USB
7981.473Sitohy
7991.66Saugustss/* CATC products */
8001.71Saugustssproduct CATC NETMATE		0x000a	Netmate ethernet adapter
8011.71Saugustssproduct CATC NETMATE2		0x000c	Netmate2 ethernet adapter
8021.66Saugustssproduct CATC CHIEF		0x000d	USB Chief Bus & Protocol Analyzer
8031.66Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
8041.147Sichiro
8051.226Saugustss/* CCYU Technology products */
8061.226Saugustssproduct CCYU EASYDISK		0x2136	EasyDisk Portable Device
8071.226Saugustss
8081.1Saugustss/* Cherry products */
8091.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
8101.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
8111.438Schristosproduct CHERRY CYBOARD		0x0004	CyBoard Keyboard
8121.503Sceggerproduct CHERRY MY6000KBD	0x0011	My6000 keyboard
8131.1Saugustss
8141.66Saugustss/* Chic Technology products */
8151.66Saugustssproduct CHIC MOUSE1		0x0001	mouse
8161.78Saugustssproduct CHIC CYPRESS		0x0003	Cypress USB Mouse
8171.6Saugustss
8181.66Saugustss/* Chicony products */
8191.66Saugustssproduct CHICONY KB8933		0x0001	KB-8933 keyboard
8201.375Sgrantproduct CHICONY2 TWINKLECAM	0x600d	TwinkleCam USB camera
8211.102Saugustss
8221.381Saugustss/* CH Products */
8231.381Saugustssproduct CHPRODUCTS PROTHROTTLE	0x00f1	Pro Throttle
8241.381Saugustssproduct CHPRODUCTS PROPEDALS	0x00f2	Pro Pedals
8251.438Schristosproduct CHPRODUCTS FIGHTERSTICK 0x00f3	Fighterstick
8261.381Saugustssproduct CHPRODUCTS FLIGHTYOKE	0x00ff	Flight Sim Yoke
8271.381Saugustss
8281.439Sjoerg/* Cisco-Linksys products */
8291.474Sitohyproduct CISCOLINKSYS WUSB54G	0x000d	WUSB54G Wireless-G USB Network Adapter
8301.474Sitohyproduct CISCOLINKSYS WUSB54GP	0x0011	WUSB54GP Wireless-G USB Network Adapter
8311.464Sxtraemeproduct CISCOLINKSYS USB200MV2	0x0018	USB200M v2
8321.476Sitohyproduct CISCOLINKSYS HU200TS	0x001a	HU200-TS
8331.439Sjoergproduct CISCOLINKSYS WUSB54GC	0x0020	WUSB54GC
8341.464Sxtraemeproduct CISCOLINKSYS WUSB54GR	0x0023	WUSB54GR
8351.464Sxtraemeproduct CISCOLINKSYS WUSBF54G	0x0024	WUSBF54G
8361.439Sjoerg
8371.102Saugustss/* Compaq products */
8381.184Spookaproduct COMPAQ IPAQPOCKETPC	0x0003	iPAQ PocketPC
8391.218Saugustssproduct COMPAQ A1500		0x0012	A1500
8401.365Saugustssproduct COMPAQ W100		0x0033	W100
8411.381Saugustssproduct COMPAQ W200		0x0076	WLAN MultiPort W200
8421.102Saugustssproduct COMPAQ PJB100		0x504a	Personal Jukebox PJB100
8431.328Srjsproduct COMPAQ IPAQLINUX	0x505a	iPAQ Linux
8441.363Sschmonzproduct COMPAQ HNE200		0x8511	HNE-200 USB Ethernet adapter
8451.1Saugustss
8461.383Saugustss/* Composite Corp products looks the same as "TANGTOP" */
8471.383Saugustssproduct COMPOSITE USBPS2	0x0001	USB to PS2 Adaptor
8481.383Saugustss
8491.403Sdrochner/* Conceptronic products */
8501.403Sdrochnerproduct CONCEPTRONIC C54RU	0x3c02	C54RU WLAN
8511.439Sjoergproduct CONCEPTRONIC C54RU2	0x3c22	C54RU
8521.403Sdrochner
8531.229Ssimonb/* Concord Camera products */
8541.229Ssimonbproduct CONCORDCAMERA EYE_Q_3X	0x0100	Eye Q 3x
8551.229Ssimonb
8561.1Saugustss/* Connectix products */
8571.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
8581.35Saugustss
8591.66Saugustss/* Corega products */
8601.66Saugustssproduct COREGA ETHER_USB_T	0x0001	Ether USB-T
8611.76Saugustssproduct COREGA FETHER_USB_TX	0x0004	FEther USB-TX
8621.240Sichiroproduct COREGA WLAN_USB_USB_11	0x000c	WirelessLAN USB-11
8631.204Saugustssproduct COREGA FETHER_USB_TXS	0x000d	FEther USB-TXS
8641.365Saugustssproduct COREGA WLANUSB		0x0012	Wireless LAN USB Stick-11
8651.381Saugustssproduct COREGA FETHER_USB2_TX	0x0017	FEther USB2-TX
8661.381Saugustssproduct COREGA WLUSB_11_KEY	0x001a	ULUSB-11 Key
8671.487Skiyoharaproduct COREGA CGWLUSB2GL	0x002d	CG-WLUSB2GL
8681.337Sitojunproduct COREGA FETHER_USB_TXC	0x9601	FEther USB-TXC
8691.101Saugustss
8701.143Saugustss/* Creative products */
8711.143Saugustssproduct CREATIVE NOMAD_II	0x1002	Nomad II MP3 player
8721.381Saugustssproduct CREATIVE NOMAD_IIMG	0x4004	Nomad II MG
8731.381Saugustssproduct CREATIVE NOMAD		0x4106	Nomad
8741.381Saugustss
8751.381Saugustssproduct CREATIVE2 VOIP_BLASTER	0x0258	Voip Blaster
8761.288Sgrant
8771.438Schristosproduct CREATIVE3 OPTICAL_MOUSE 0x0001	Notebook Optical Mouse
8781.416Srpaulo
8791.288Sgrant/* Cambridge Silicon Radio products */
8801.288Sgrantproduct CSR BLUETOOTH		0x0001	Bluetooth USB Adapter
8811.364Saugustssproduct CSR BLUETOOTH_NF	0xffff	Bluetooth USB Adapter
8821.143Saugustss
8831.101Saugustss/* CTX products */
8841.101Saugustssproduct CTX EX1300		0x9999	Ex1300 hub
8851.66Saugustss
8861.468Skiyohara/* CyberTAN Technology products */
8871.468Skiyoharaproduct CYBERTAN TG54USB	0x1666	TG54USB
8881.468Skiyohara
8891.66Saugustss/* Cypress Semiconductor products */
8901.66Saugustssproduct CYPRESS MOUSE		0x0001	mouse
8911.66Saugustssproduct CYPRESS THERMO		0x0002	thermometer
8921.273Saugustssproduct CYPRESS KBDHUB		0x0101	Keyboard/Hub
8931.91Saugustssproduct CYPRESS FMRADIO		0x1002	FM Radio
8941.401Sskrllproduct CYPRESS USBRS232	0x5500	USB-RS232 Interface
8951.352Saugustssproduct CYPRESS HUB2		0x6560	USB2 Hub
8961.66Saugustss
8971.221Saugustss/* Daisy Technology products */
8981.250Saugustssproduct DAISY DMC		0x6901	PhotoClip USBMediaReader
8991.69Saugustss
9001.66Saugustss/* Dallas Semiconductor products */
9011.66Saugustssproduct DALLAS J6502		0x4201	J-6502 speakers
9021.188Sichiroproduct DALLAS USB_FOB_IBUTTON	0x2490	USB-FOB/iBUTTON
9031.40Saugustss
9041.373Smatt/* Dell products */
9051.386Ssketchproduct DELL PORT		0x0058	Port Replicator
9061.409Saugustssproduct DELL SK8125		0x2002	SK-8125 keyboard
9071.410Saugustssproduct DELL X3			0x4002	Axim X3 PDA
9081.410Saugustssproduct DELL X30		0x4003	Axim X30 PDA
9091.410Saugustssproduct DELL BC02		0x8000	BC02 Bluetooth USB Adapter
9101.381Saugustssproduct DELL TM1180		0x8100	TrueMobile 1180 WLAN
9111.438Schristosproduct DELL TM350		0x8103	TrueMobile 350 Bluetooth USB Adapter
9121.489Sxtraemeproduct DELL HSDPA		0x8137	Dell/Novatel Wireless HSDPA Modem
9131.496Selricproduct DELL W5500		0x8155	Dell Wireless W5500 HSDPA Modem
9141.373Smatt
9151.401Sskrll/* DeLorme products */
9161.401Sskrllproduct DELORME EARTHMATE	0x0100	Earthmate GPS
9171.462Sskrllproduct DELORME EARTHMATE_LT20	0x0200	Earthmate LT-20 GPS
9181.401Sskrll
9191.72Saugustss/* Diamond products */
9201.72Saugustssproduct DIAMOND RIO500USB	0x0001	Rio 500 USB
9211.74Ssoren
9221.439Sjoerg/* Dick Smith Electronics (really C-Net) products */
9231.439Sjoergproduct DICKSMITH RT2573	0x9022	RT2573
9241.439Sjoergproduct DICKSMITH CWD854F	0x9032	C-Net CWD-854 rev F
9251.439Sjoerg
9261.74Ssoren/* Digi International products */
9271.74Ssorenproduct DIGI ACCELEPORT2	0x0002	AccelePort USB 2
9281.74Ssorenproduct DIGI ACCELEPORT4	0x0004	AccelePort USB 4
9291.74Ssorenproduct DIGI ACCELEPORT8	0x0008	AccelePort USB 8
9301.189Saugustss
9311.189Saugustss/* Digital Stream Corp. products */
9321.189Saugustssproduct DIGITALSTREAM PS2	0x0001	PS/2 Active Adapter
9331.221Saugustss
9341.221Saugustss/* D-Link products */
9351.221Saugustss/*product DLINK DSBS25		0x0100	DSB-S25 serial adapter*/
9361.306Saugustssproduct DLINK DUBE100		0x1a00	10/100 ethernet adapter
9371.221Saugustssproduct DLINK DSB650TX4		0x200c	10/100 ethernet adapter
9381.381Saugustssproduct DLINK DWL122		0x3700	Wireless DWL122
9391.399Ssekiyaproduct DLINK DWLG122		0x3c00	AirPlus G Wireless USB Adapter
9401.439Sjoergproduct DLINK2 DWLG122C1	0x3c03	DWL-G122 rev C1
9411.439Sjoergproduct DLINK2 WUA1340		0x3c04	WUA-1340
9421.474Sitohyproduct DLINK DUBE100B1		0x3c05	DUB-E100 rev B1
9431.221Saugustssproduct DLINK DSB650C		0x4000	10Mbps ethernet adapter
9441.221Saugustssproduct DLINK DSB650TX1		0x4001	10/100 ethernet adapter
9451.221Saugustssproduct DLINK DSB650TX		0x4002	10/100 ethernet adapter
9461.221Saugustssproduct DLINK DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
9471.221Saugustssproduct DLINK DSB650TX3		0x400b	10/100 ethernet adapter
9481.221Saugustssproduct DLINK DSB650TX2		0x4102	10/100 ethernet adapter
9491.221Saugustssproduct DLINK DSB650		0xabc1	10/100 ethernet adapter
9501.197Saugustss
9511.473Sitohy/* DMI products */
9521.473Sitohyproduct DMI SA2_0		0xb001	Storage Adapter
9531.473Sitohy
9541.468Skiyohara/* DrayTek products */
9551.468Skiyoharaproduct DRAYTEK VIGOR550	0x0550	Vigor550
9561.468Skiyohara
9571.466Sdogcow/* Dynastream Innovations */
9581.466Sdogcowproduct DYNASTREAM ANTDEVBOARD	0x1003	ANT dev board
9591.466Sdogcow
9601.374Stsarna/* eGalax Products */
9611.374Stsarnaproduct EGALAX TPANEL		0x0001	Touch Panel
9621.374Stsarnaproduct EGALAX TPANEL2		0x0002	Touch Panel
9631.374Stsarnaproduct EGALAX2 TPANEL		0x0001	Touch Panel
9641.374Stsarna
9651.326Saugustss/* Eicon Networks */
9661.326Saugustssproduct EICON DIVA852		0x4905	Diva 852 ISDN TA
9671.326Saugustss
9681.66Saugustss/* EIZO products */
9691.66Saugustssproduct EIZO HUB		0x0000	hub
9701.66Saugustssproduct EIZO MONITOR		0x0001	monitor
9711.17Saugustss
9721.474Sitohy/* ELCON Systemtechnik products */
9731.474Sitohyproduct ELCON PLAN		0x0002	Goldpfeil P-LAN
9741.474Sitohy
9751.177Saugustss/* Elecom products */
9761.177Saugustssproduct ELECOM MOUSE29UO	0x0002	mouse 29UO
9771.177Saugustssproduct ELECOM LDUSBTX0		0x200c	LD-USB/TX
9781.177Saugustssproduct ELECOM LDUSBTX1		0x4002	LD-USB/TX
9791.222Sgehennaproduct ELECOM LDUSBLTX		0x4005	LD-USBL/TX
9801.177Saugustssproduct ELECOM LDUSBTX2		0x400b	LD-USB/TX
9811.474Sitohyproduct ELECOM LDUSB20		0x4010	LD-USB20
9821.204Saugustssproduct ELECOM UCSGT		0x5003	UC-SGT serial adapter
9831.381Saugustssproduct ELECOM UCSGT0		0x5004	UC-SGT0 Serial
9841.177Saugustssproduct ELECOM LDUSBTX3		0xabc1	LD-USB/TX
9851.177Saugustss
9861.66Saugustss/* Elsa products */
9871.66Saugustssproduct ELSA MODEM1		0x2265	ELSA Modem Board
9881.177Saugustssproduct ELSA USB2ETHERNET	0x3000	Microlink USB2Ethernet
9891.5Smark
9901.492Smjf/* eMPIA products */
9911.492Smjfproduct EMPIA CAMERA		0x2761	Camera
9921.492Smjf
9931.364Saugustss/* EMS products */
9941.364Saugustssproduct EMS DUAL_SHOOTER	0x0003	PSX gun controller converter
9951.364Saugustss
9961.66Saugustss/* Entrega products */
9971.66Saugustssproduct ENTREGA 1S		0x0001	1S serial connector
9981.66Saugustssproduct ENTREGA 2S		0x0002	2S serial connector
9991.66Saugustssproduct ENTREGA 1S25		0x0003	1S25 serial connector
10001.66Saugustssproduct ENTREGA 4S		0x0004	4S serial connector
10011.69Saugustssproduct ENTREGA E45		0x0005	E45 Ethernet adapter
10021.66Saugustssproduct ENTREGA CENTRONICS	0x0006	Centronics connector
10031.186Saugustssproduct ENTREGA XX1		0x0008	Ethernet Adapter
10041.66Saugustssproduct ENTREGA 1S9		0x0093	1S9 serial connector
10051.66Saugustssproduct ENTREGA EZUSB		0x8000	EZ-USB
10061.66Saugustss/*product ENTREGA SERIAL	0x8001	DB25 Serial connector*/
10071.438Schristosproduct ENTREGA 2U4S		0x8004	2U4S serial connector/usb hub
10081.186Saugustssproduct ENTREGA XX2		0x8005	Ethernet Adapter
10091.66Saugustss/*product ENTREGA SERIAL_DB9	0x8093	DB9 Serial connector*/
10101.57Saugustss
10111.103Saugustss/* Epson products */
10121.107Saugustssproduct EPSON PRINTER1		0x0001	USB Printer
10131.103Saugustssproduct EPSON PRINTER2		0x0002	ISD USB Smart Cable for Mac
10141.103Saugustssproduct EPSON PRINTER3		0x0003	ISD USB Smart Cable
10151.131Saugustssproduct EPSON PRINTER5		0x0005	USB Printer
10161.110Saugustssproduct EPSON 636		0x0101	Perfection 636U / 636Photo scanner
10171.110Saugustssproduct EPSON 610		0x0103	Perfection 610 scanner
10181.110Saugustssproduct EPSON 1200		0x0104	Perfection 1200U / 1200Photo scanner
10191.139Saugustssproduct EPSON 1600		0x0107	Expression 1600 scanner
10201.139Saugustssproduct EPSON 1640		0x010a	Perfection 1640SU scanner
10211.155Saugustssproduct EPSON 1240		0x010b	Perfection 1240U / 1240Photo scanner
10221.185Saugustssproduct EPSON 640U		0x010c	Perfection 640U scanner
10231.357Saugustssproduct EPSON 1250		0x010f	Perfection 1250U / 1250Photo scanner
10241.187Saugustssproduct EPSON 1650		0x0110	Perfection 1650 scanner
10251.201Senamiproduct EPSON GT9700F		0x0112	GT-9700F scanner
10261.292Saugustssproduct EPSON 2400		0x011b	Perfection 2400 scanner
10271.291Stronproduct EPSON 1260		0x011d	Perfection 1260 scanner
10281.290Saugustssproduct EPSON 1660		0x011e	Perfection 1660 scanner
10291.370Saugustssproduct EPSON 1670		0x011f	Perfection 1670 scanner
10301.103Saugustss
10311.66Saugustss/* e-TEK Labs products */
10321.66Saugustssproduct ETEK 1COM		0x8007	Serial port
10331.22Saugustss
10341.103Saugustss/* Extended Systems products */
10351.103Saugustssproduct EXTENDED XTNDACCESS	0x0100	XTNDAccess IrDA
10361.12Saugustss
10371.437Schristos/* Falcom products */
10381.438Schristosproduct FALCOM TWIST		0x0001	Twist GSM/GPRS modem
10391.438Schristosproduct FALCOM SAMBA		0x0005	Samba 55/56 GSM/GPRS modem
10401.437Schristos
10411.468Skiyohara/* Fiberline */
10421.468Skiyoharaproduct FIBERLINE WL430U	0x6003	WL-430U
10431.468Skiyohara
10441.88Saugustss/* Freecom products */
10451.88Saugustssproduct FREECOM DVD		0xfc01	Connector for DVD drive
10461.88Saugustss
10471.78Saugustss/* Future Technology Devices products */
10481.381Saugustssproduct FTDI SERIAL_8U232AM	0x6001	8U232AM Serial converter
10491.461Srizproduct FTDI SERIAL_2232C	0x6010	2232C USB FAST SERIAL ADAPTER
10501.381Saugustssproduct FTDI PS2KBDMS		0x8371	PS/2 Keyboard/Mouse
10511.247Sscwproduct FTDI SERIAL_8U100AX	0x8372	8U100AX Serial converter
10521.438Schristosproduct FTDI MHAM_KW		0xeee8	KW
10531.438Schristosproduct FTDI MHAM_YS		0xeee9	YS
10541.438Schristosproduct FTDI MHAM_Y6		0xeeea	Y6
10551.438Schristosproduct FTDI MHAM_Y8		0xeeeb	Y8
10561.438Schristosproduct FTDI MHAM_IC		0xeeec	IC
10571.438Schristosproduct FTDI MHAM_DB9		0xeeed	DB9
10581.438Schristosproduct FTDI MHAM_RS232		0xeeee	RS232
10591.438Schristosproduct FTDI MHAM_Y9		0xeeef	Y9
10601.438Schristosproduct FTDI COASTAL_TNCX	0xf448	Coastal ChipWorks TNC-X
10611.440Sxtraemeproduct FTDI LCD_MX200_USB	0xfa01	Matrix Orbital MX2/MX3/MX6 Series
10621.440Sxtraemeproduct FTDI LCD_MX4_MX5_USB	0xfa02	Matrix Orbital MX4/MX5 Series LCD
10631.440Sxtraemeproduct FTDI LCD_LK202_24_USB	0xfa03	Matrix Orbital LK/VK/PK202-24 LCD
10641.440Sxtraemeproduct FTDI LCD_LK204_24_USB	0xfa04	Matrix Orbital LK/VK204-24 LCD
10651.438Schristosproduct FTDI LCD_CFA_632	0xfc08	Crystalfontz CFA-632 LCD
10661.438Schristosproduct FTDI LCD_CFA_634	0xfc09	Crystalfontz CFA-634 LCD
10671.438Schristosproduct FTDI LCD_CFA_633	0xfc0b	Crystalfontz CFA-633 LCD
10681.437Schristosproduct FTDI LCD_CFA_631	0xfc0c	Crystalfontz CFA-631 LCD
10691.440Sxtraemeproduct FTDI LCD_CFA_635	0xfc0d	Crystalfontz CFA-635 LCD
10701.359Saugustssproduct FTDI SEMC_DSS20		0xfc82	SEMC DSS-20 SyncStation
10711.118Saugustss
10721.118Saugustss/* Fuji photo products */
10731.118Saugustssproduct FUJIPHOTO MASS0100	0x0100	Mass Storage
10741.283Sitojun
10751.283Sitojun/* Fujitsu protducts */
10761.438Schristosproduct FUJITSU AH_F401U	0x105b	AH-F401U Air H device
10771.228Sthorpej
10781.364Saugustss/* General Instruments (Motorola) products */
10791.364Saugustssproduct GENERALINSTMNTS SB5100	0x5100	SURFboard SB5100 Cable modem
10801.364Saugustss
10811.228Sthorpej/* Genesys Logic products */
10821.381Saugustssproduct GENESYS GENELINK	0x05e3	GeneLink Host-Host Bridge
10831.267Saugustssproduct GENESYS GL650		0x0604	GL650 Hub
10841.228Sthorpejproduct GENESYS GL641USB	0x0700	GL641USB CompactFlash Card Reader
10851.367Saugustssproduct GENESYS GL641USB2IDE_2	0x0701	GL641USB USB-IDE Bridge
10861.364Saugustssproduct GENESYS GL641USB2IDE	0x0702	GL641USB USB-IDE Bridge
10871.277Saugustss
10881.407Sdrochner/* GIGABYTE products */
10891.474Sitohyproduct GIGABYTE GN54G		0x8001	GN-54G
10901.464Sxtraemeproduct GIGABYTE GNBR402W	0x8002	GN-BR402W
10911.464Sxtraemeproduct GIGABYTE GNWLBM101	0x8003	GN-WLBM101
10921.407Sdrochnerproduct GIGABYTE GNWBKG		0x8007	GN-WBKG
10931.439Sjoergproduct GIGABYTE GNWB01GS	0x8008	GN-WB01GS
10941.464Sxtraemeproduct GIGABYTE GNWI05GS	0x800a	GN-WI05GS
10951.439Sjoerg
10961.439Sjoerg/* Gigaset products */
10971.439Sjoergproduct GIGASET RT2573		0x0722	RT2573
10981.407Sdrochner
10991.474Sitohy/* G.Mate, Inc products */
11001.474Sitohyproduct GMATE YP3X00		0x1001	YP3X00 PDA
11011.474Sitohy
11021.499Scegger/* Garmin products */
11031.499Sceggerproduct GARMIN FORERUNNER305	0x0003	Forerunner 305
11041.499Scegger
11051.277Saugustss/* GoHubs products */
11061.277Saugustssproduct GOHUBS GOCOM232		0x1001	GoCOM232 Serial converter
11071.326Saugustss
11081.439Sjoerg/* Good Way Technology products */
11091.474Sitohyproduct GOODWAY GWUSB2E		0x6200	GWUSB2E
11101.439Sjoergproduct GOODWAY RT2573		0xc019	RT2573
11111.439Sjoerg
11121.326Saugustss/* Gravis products */
11131.326Saugustssproduct GRAVIS GAMEPADPRO	0x4001	GamePad Pro
11141.326Saugustss
11151.326Saugustss/* GREENHOUSE products */
11161.326Saugustssproduct GREENHOUSE KANA21	0x0001	CF-writer with Portable MP3 Player
11171.326Saugustss
11181.326Saugustss/* Griffin Technology */
11191.326Saugustssproduct GRIFFIN IMATE		0x0405	iMate, ADB adapter
11201.326Saugustssproduct GRIFFIN POWERMATE	0x0410	PowerMate Assignable Controller
11211.78Saugustss
11221.381Saugustss/* Guillemot Corporation */
11231.381Saugustssproduct GUILLEMOT DALEADER	0xa300	DA Leader
11241.407Sdrochnerproduct GUILLEMOT HWGUSB254	0xe000	HWGUSB2-54 WLAN
11251.464Sxtraemeproduct GUILLEMOT HWGUSB254LB	0xe010	HWGUSB2-54-LB
11261.464Sxtraemeproduct GUILLEMOT HWGUSB254V2AP	0xe020	HWGUSB2-54V2-AP
11271.381Saugustss
11281.165Saugustss/* Hagiwara products */
11291.438Schristosproduct HAGIWARA FGSM		0x0002	FlashGate SmartMedia Card Reader
11301.438Schristosproduct HAGIWARA FGCF		0x0003	FlashGate CompactFlash Card Reader
11311.438Schristosproduct HAGIWARA FG		0x0005	FlashGate
11321.165Saugustss
11331.353Saugustss/* HAL Corporation products */
11341.353Saugustssproduct HAL IMR001		0x0011	Crossam2+USB IR commander
11351.353Saugustss
11361.88Saugustss/* Handspring, Inc. */
11371.69Saugustssproduct HANDSPRING VISOR	0x0100	Handspring Visor
11381.301Saugustssproduct HANDSPRING TREO		0x0200	Handspring Treo
11391.350Saugustssproduct HANDSPRING TREO600	0x0300	Handspring Treo 600
11401.149Sabs
11411.402Saugustss/* Hank Connection */
11421.404Saugustssproduct HANK HP5187		0x3713	HP Wireless Keyboard&Mouse
11431.402Saugustss
11441.149Sabs/* Hauppauge Computer Works */
11451.149Sabsproduct HAUPPAUGE WINTV_USB_FM	0x4d12	WinTV USB FM
11461.55Saugustss
11471.355Saugustss/* Hawking Technologies products */
11481.355Saugustssproduct HAWKING UF100		0x400c	10/100 USB Ethernet
11491.355Saugustss
11501.226Saugustss/* Hitachi, Ltd. products */
11511.226Saugustssproduct HITACHI DZMV100A	0x0004	DVD-CAM DZ-MV100A Camcorder
11521.364Saugustssproduct HITACHI DVDCAM_USB	0x001e	DVDCAM USB HS Interface
11531.226Saugustss
11541.420Saugustss/* Holtek Semiconductor products */
11551.420Saugustssproduct HOLTEK MOP35		0x0499	MOP-35
11561.420Saugustss
11571.400Saugustss/* Hosiden Corporation products */
11581.438Schristosproduct HOSIDEN PPP		0x0011	ParaParaParadise Controller
11591.400Saugustss
11601.66Saugustss/* HP products */
11611.163Saugustssproduct HP 895C			0x0004	DeskJet 895C
11621.66Saugustssproduct HP 4100C		0x0101	Scanjet 4100C
11631.72Saugustssproduct HP S20			0x0102	Photosmart S20
11641.163Saugustssproduct HP 880C			0x0104	DeskJet 880C
11651.78Saugustssproduct HP 4200C		0x0105	ScanJet 4200C
11661.164Saugustssproduct HP CDWRITERPLUS		0x0107	CD-Writer Plus
11671.164Saugustssproduct HP KBDHUB		0x010c	Multimedia Keyboard Hub
11681.78Saugustssproduct HP 6200C		0x0201	ScanJet 6200C
11691.78Saugustssproduct HP S20b			0x0202	PhotoSmart S20
11701.163Saugustssproduct HP 815C			0x0204	DeskJet 815C
11711.78Saugustssproduct HP 3300C		0x0205	ScanJet 3300C
11721.164Saugustssproduct HP CDW8200		0x0207	CD-Writer Plus 8200e
11731.287Stronproduct HP 1220C		0x0212	DeskJet 1220C
11741.163Saugustssproduct HP 810C			0x0304	DeskJet 810C/812C
11751.169Saugustssproduct HP 4300C		0x0305	Scanjet 4300C
11761.226Saugustssproduct HP CD4E			0x0307	CD-Writer+ CD-4e
11771.164Saugustssproduct HP G85XI		0x0311	OfficeJet G85xi
11781.241Saugustssproduct HP 1200			0x0317	LaserJet 1200
11791.123Saugustssproduct HP 5200C		0x0401	Scanjet 5200C
11801.163Saugustssproduct HP 830C			0x0404	DeskJet 830C
11811.164Saugustssproduct HP 3400CSE		0x0405	ScanJet 3400cse
11821.344Saugustssproduct HP 885C			0x0504	DeskJet 885C
11831.66Saugustssproduct HP 6300C		0x0601	Scanjet 6300C
11841.164Saugustssproduct HP 840C			0x0604	DeskJet 840c
11851.248Ssimonbproduct HP 2200C		0x0605	ScanJet 2200C
11861.123Saugustssproduct HP 5300C		0x0701	Scanjet 5300C
11871.355Saugustssproduct HP 4400C		0x0705	Scanjet 4400C
11881.344Saugustssproduct HP 816C			0x0804	DeskJet 816C
11891.387Saugustssproduct HP 2300D		0x0b17	Laserjet 2300d
11901.72Saugustssproduct HP 970CSE		0x1004	Deskjet 970Cse
11911.225Srhproduct HP 5400C		0x1005	Scanjet 5400C
11921.438Schristosproduct HP 2215			0x1016	iPAQ 22xx/Jornada 548
11931.344Saugustssproduct HP 959C			0x1104	Deskjet 959C
11941.438Schristosproduct HP 568J			0x1116	Jornada 568
11951.164Saugustssproduct HP 930C			0x1204	DeskJet 930c
11961.218Saugustssproduct HP P2000U		0x1801	Inkjet P-2000U
11971.164Saugustssproduct HP 640C			0x2004	DeskJet 640c
11981.387Saugustssproduct HP 4670V		0x3005	ScanJet 4670v
11991.72Saugustssproduct HP P1100		0x3102	Photosmart P1100
12001.343Saugustssproduct HP 6127			0x3504	Deskjet 6127
12011.364Saugustssproduct HP HN210E		0x811c	Ethernet HN210E
12021.121Saugustss
12031.121Saugustss/* HP products */
12041.121Saugustssproduct HP2 C500		0x6002	PhotoSmart C500
12051.20Saugustss
12061.477Sitohy/* Huawei Technologies products */
12071.477Sitohyproduct HUAWEI MOBILE		0x1001	Huawei Mobile
12081.483Smlelstvproduct HUAWEI E220  		0x1003	Huawei E220
12091.477Sitohy
12101.477Sitohy/* Huawei-3Com products */
12111.439Sjoergproduct HUAWEI3COM RT2573	0x0009	RT2573
12121.439Sjoerg
12131.110Saugustss/* IBM Corporation */
12141.381Saugustssproduct IBM OPTTRAVELMOUSE	0x3107	Optical
12151.110Saugustssproduct IBM USBCDROMDRIVE	0x4427	USB CD-ROM Drive
12161.198Saugustss
12171.198Saugustss/* Iiyama products */
12181.198Saugustssproduct IIYAMA HUB		0x0201	Hub
12191.110Saugustss
12201.381Saugustss/* Imation */
12211.381Saugustssproduct IMATION FLASHGO		0xb000	Flash Go!
12221.381Saugustss
12231.66Saugustss/* Inside Out Networks products */
12241.249Sgrooproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 RS232
12251.249Sgrooproduct INSIDEOUT HUBPORT7	0x0002	Hubport/7
12261.249Sgrooproduct INSIDEOUT RAPIDPORT4	0x0003	Rapidport/4
12271.249Sgrooproduct INSIDEOUT EDGEPORT4T	0x0004	Edgeport/4 RS232 for Telxon
12281.249Sgrooproduct INSIDEOUT EDGEPORT2	0x0005	Edgeport/2 RS232
12291.249Sgrooproduct INSIDEOUT EDGEPORT4I	0x0006	Edgeport/4 RS422
12301.249Sgrooproduct INSIDEOUT EDGEPORT2I	0x0007	Edgeport/2 RS422/RS485
12311.438Schristosproduct INSIDEOUT HUBPORT4	0x0008	Hubport/4
12321.438Schristosproduct INSIDEOUT EDGEPORT8HAND 0x0009	Hand-built Edgeport/8
12331.438Schristosproduct INSIDEOUT MULTIMODEM	0x000A	MultiTech version of RP/4
12341.438Schristosproduct INSIDEOUT EDGEPORTPPORT 0x000B	Edgeport/(4)21 Parallel port (USS720)
12351.438Schristosproduct INSIDEOUT EDGEPORT421	0x000C	Edgeport/421 Hub+RS232+Parallel
12361.438Schristosproduct INSIDEOUT EDGEPORT21	0x000D	Edgeport/21  RS232+Parallel
12371.249Sgrooproduct INSIDEOUT EDGEPORT8DC	0x000E	1/2 Edgeport/8 (2 EP/4s on 1 PCB)
12381.249Sgrooproduct INSIDEOUT EDGEPORT8	0x000F	Edgeport/8
12391.249Sgrooproduct INSIDEOUT EDGEPORT2DIN	0x0010	Edgeport/2 RS232 / Apple DIN connector
12401.249Sgrooproduct INSIDEOUT EDGEPORT4DIN	0x0011	Edgeport/4 RS232 / Apple DIN connector
12411.249Sgrooproduct INSIDEOUT EDGEPORT16DC	0x0012	1/2 Edgeport/16 (2 EP/8s on 1 PCB))
12421.249Sgrooproduct INSIDEOUT EDGEPORTCOMP	0x0013	Edgeport Compatible
12431.249Sgrooproduct INSIDEOUT EDGEPORT8I	0x0014	Edgeport/8 RS422
12441.249Sgrooproduct INSIDEOUT MT4X56USB	0x1403	OEM device
12451.30Stron
12461.66Saugustss/* In-System products */
12471.66Saugustssproduct INSYSTEM F5U002		0x0002	Parallel printer adapter
12481.165Saugustssproduct INSYSTEM ATAPI		0x0031	ATAPI adapter
12491.264Saugustssproduct INSYSTEM IDEUSB2	0x0060	USB2 Storage Adapter
12501.110Saugustssproduct INSYSTEM ISD110		0x0200	IDE adapter ISD110
12511.110Saugustssproduct INSYSTEM ISD105		0x0202	IDE adapter ISD105
12521.203Saugustssproduct INSYSTEM DRIVEV2	0x0301	Portable USB Harddrive V2
12531.203Saugustssproduct INSYSTEM DRIVEV2_5	0x0351	Portable USB Harddrive V2
12541.105Saugustssproduct INSYSTEM USBCABLE	0x081a	USB cable
12551.203Saugustssproduct INSYSTEM ADAPTERV2	0x5701	USB Storage Adapter V2
12561.44Saugustss
12571.66Saugustss/* Intel products */
12581.129Saugustssproduct INTEL EASYPC_CAMERA	0x0110	Easy PC Camera
12591.365Saugustssproduct INTEL I2011B		0x1111	Wireless 2011B
12601.66Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
12611.235Saugustss
12621.235Saugustss/* Intersil products */
12631.235Saugustssproduct INTERSIL PRISM_2X	0x3642	Prism2.x WLAN
12641.84Such
12651.381Saugustss/* Interpid Control Systems products */
12661.381Saugustssproduct INTREPIDCS VALUECAN	0x0601	ValueCAN
12671.381Saugustssproduct INTREPIDCS NEOVI	0x0701	NeoVI Blue
12681.381Saugustss
12691.307Snakayama/* I-O DATA products */
12701.367Saugustssproduct IODATA IU_CD2		0x0204	DVD Multi-plus unit iU-CD2
12711.371Saugustssproduct IODATA DVR_UEH8		0x0206	DVD Multi-plus unit DVR-UEH8
12721.245Skentproduct IODATA USBSSMRW		0x0314	USB-SSMRW SD-card adapter
12731.245Skentproduct IODATA USBSDRW		0x031e	USB-SDRW SD-card adapter
12741.132Sjdolecekproduct IODATA USBETT		0x0901	USB ETT
12751.88Saugustssproduct IODATA USBETTX		0x0904	USB ETTX
12761.178Saugustssproduct IODATA USBETTXS		0x0913	USB ETTX
12771.365Saugustssproduct IODATA USBWNB11		0x0922	USB Airport WN-B11
12781.474Sitohyproduct IODATA ETGUS2		0x0930	ETG-US2
12791.438Schristosproduct IODATA USBRSAQ		0x0a03	USB serial adapter USB-RSAQ1
12801.469Suebayasiproduct IODATA USBRSAQ5		0x0a0e	USB serial adapter USB-RSAQ5
12811.438Schristosproduct IODATA2 USB2SC		0x0a09	USB2.0-SCSI Bridge USB2-SC
12821.6Saugustss
12831.66Saugustss/* Iomega products */
12841.66Saugustssproduct IOMEGA ZIP100		0x0001	Zip 100
12851.93Saugustssproduct IOMEGA ZIP250		0x0030	Zip 250
12861.346Saugustssproduct IOMEGA ZIP250_2		0x0032	Zip 250
12871.346Saugustssproduct IOMEGA CDRW		0x0055	CDRW 9602
12881.36Saugustss
12891.381Saugustss/* iRiver products */
12901.381Saugustssproduct IRIVER IFP_1XX		0x1101	iFP-1xx
12911.381Saugustssproduct IRIVER IFP_3XX		0x1103	iFP-3xx
12921.381Saugustssproduct IRIVER IFP_5XX		0x1105	iFP-5xx
12931.381Saugustss
12941.466Sdogcow/* Jablotron products */
12951.466Sdogcowproduct JABLOTRON PC60B		0x0001	PC-60B
12961.466Sdogcow
12971.186Saugustss/* Jaton products */
12981.186Saugustssproduct JATON EDA		0x5704	Ethernet Device Adapter
12991.261Sabs
13001.261Sabs/* Jenoptik products */
13011.438Schristosproduct JENOPTIK JD350		0x5300	JD 350 Camera/mp3 player
13021.86Saugustss
13031.355Saugustss/* JRC products */
13041.355Saugustssproduct JRC AH_J3001V_J3002V	0x0001	AirH\"PHONE AH-J3001V/J3002V
13051.355Saugustss
13061.355Saugustss/* JVC products */
13071.355Saugustssproduct JVC GR_DX95		0x000a	GR-DX95
13081.474Sitohyproduct JVC MP_PRX1		0x3008	MP-PRX1 Ethernet
13091.438Schristosproduct JVC MP_XP7250_WL	0x3009	MP-XP7250 Builtin WLAN
13101.381Saugustss
13111.364Saugustss/* Kawasaki products */
13121.364Saugustssproduct KLSI DUH3E10BT		0x0008	10BT Ethernet adapter, in the DU-H3E
13131.364Saugustssproduct KLSI DUH3E10BTN		0x0009	10BT Ethernet adapter, in the DU-H3E
13141.364Saugustss
13151.36Saugustss/* Kawatsu products */
13161.36Saugustssproduct KAWATSU MH4000P		0x0003	MiniHub 4000P
13171.208Saugustssproduct KAWATSU KC180		0x0180	KC-180 IrDA
13181.21Saugustss
13191.216Sgehenna/* Keisokugiken products */
13201.216Sgehennaproduct KEISOKUGIKEN USBDAQ	0x0068	HKS-0200 USBDAQ
13211.216Sgehenna
13221.78Saugustss/* Kensington products */
13231.78Saugustssproduct KENSINGTON ORBIT	0x1003	Orbit USB/PS2 trackball
13241.78Saugustssproduct KENSINGTON TURBOBALL	0x1005	TurboBall
13251.194Smycroftproduct KENSINGTON ORBIT_MAC	0x1009	Orbit USB trackball for Mac
13261.438Schristosproduct KENSINGTON VIDEOCAM_VGA 0x5002	VideoCAM VGA
13271.122Saugustss
13281.156Saugustss/* Keyspan products */
13291.251Snathanwproduct KEYSPAN USA28_NF	0x0101	USA-28 serial adapter (no firmware)
13301.251Snathanwproduct KEYSPAN USA28X_NF	0x0102	USA-28X serial adapter (no firmware)
13311.251Snathanwproduct KEYSPAN USA19_NF	0x0103	USA-19 serial adapter (no firmware)
13321.251Snathanwproduct KEYSPAN USA18_NF	0x0104	USA-18 serial adapter (no firmware)
13331.251Snathanwproduct KEYSPAN USA18X_NF	0x0105	USA-18X serial adapter (no firmware)
13341.251Snathanwproduct KEYSPAN USA19W_NF	0x0106	USA-19W serial adapter (no firmware)
13351.251Snathanwproduct KEYSPAN USA19		0x0107	USA-19 serial adapter
13361.251Snathanwproduct KEYSPAN USA19W		0x0108	USA-19W serial adapter
13371.251Snathanwproduct KEYSPAN USA49W_NF	0x0109	USA-49W serial adapter (no firmware)
13381.251Snathanwproduct KEYSPAN USA49W		0x010a	USA-49W serial adapter
13391.251Snathanwproduct KEYSPAN USA19QI_NF	0x010b	USA-19QI serial adapter (no firmware)
13401.251Snathanwproduct KEYSPAN USA19QI		0x010c	USA-19QI serial adapter
13411.251Snathanwproduct KEYSPAN USA19Q_NF	0x010d	USA-19Q serial adapter (no firmware)
13421.251Snathanwproduct KEYSPAN USA19Q		0x010e	USA-19Q serial adapter
13431.251Snathanwproduct KEYSPAN USA28		0x010f	USA-28 serial adapter
13441.251Snathanwproduct KEYSPAN USA28XXB	0x0110	USA-28X/XB serial adapter
13451.251Snathanwproduct KEYSPAN USA18		0x0111	USA-18 serial adapter
13461.251Snathanwproduct KEYSPAN USA18X		0x0112	USA-18X serial adapter
13471.251Snathanwproduct KEYSPAN USA28XB_NF	0x0113	USA-28XB serial adapter (no firmware)
13481.251Snathanwproduct KEYSPAN USA28XA_NF	0x0114	USA-28XB serial adapter (no firmware)
13491.251Snathanwproduct KEYSPAN USA28XA		0x0115	USA-28XA serial adapter
13501.251Snathanwproduct KEYSPAN USA18XA_NF	0x0116	USA-18XA serial adapter (no firmware)
13511.251Snathanwproduct KEYSPAN USA18XA		0x0117	USA-18XA serial adapter
13521.449Sapbproduct KEYSPAN USA19QW_NF	0x0118	USA-19QW serial adapter (no firmware)
13531.449Sapbproduct KEYSPAN USA19QW		0x0119	USA-19QW serial adapter
13541.251Snathanwproduct KEYSPAN UIA10		0x0201	UIA-10 remote control
13551.251Snathanwproduct KEYSPAN UIA11		0x0202	UIA-11 remote control
13561.156Saugustss
13571.122Saugustss/* Kingston products */
13581.186Saugustssproduct KINGSTON XX1		0x0008	Ethernet Adapter
13591.122Saugustssproduct KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
13601.78Saugustss
13611.66Saugustss/* Kodak products */
13621.78Saugustssproduct KODAK DC220		0x0100	Digital Science DC220
13631.66Saugustssproduct KODAK DC260		0x0110	Digital Science DC260
13641.72Saugustssproduct KODAK DC265		0x0111	Digital Science DC265
13651.75Saugustssproduct KODAK DC290		0x0112	Digital Science DC290
13661.66Saugustssproduct KODAK DC240		0x0120	Digital Science DC240
13671.66Saugustssproduct KODAK DC280		0x0130	Digital Science DC280
13681.365Saugustssproduct KODAK DX4900		0x0550	EasyShare DX4900
13691.44Saugustss
13701.66Saugustss/* Konica Corp. Products */
13711.66Saugustssproduct KONICA CAMERA		0x0720	Digital Color Camera
13721.57Saugustss
13731.66Saugustss/* KYE products */
13741.66Saugustssproduct KYE NICHE		0x0001	Niche mouse
13751.80Sjdolecekproduct KYE NETSCROLL		0x0003	Genius NetScroll mouse
13761.340Sjdolecekproduct KYE G07			0x1002	MaxFire G-07 gamepad
13771.66Saugustssproduct KYE FLIGHT2000		0x1004	Flight 2000 joystick
13781.110Saugustssproduct KYE VIVIDPRO		0x2001	ColorPage Vivid-Pro scanner
13791.6Saugustss
13801.381Saugustss/* Kyocera products */
13811.381Saugustssproduct KYOCERA AHK3001V	0x0203	AH-K3001V
13821.381Saugustss
13831.107Saugustss/* LaCie products */
13841.476Sitohyproduct LACIE PKTDRV		0x0211	PocketDrive
13851.165Saugustssproduct LACIE HD		0xa601	Hard Disk
13861.107Saugustssproduct LACIE CDRW		0xa602	CD R/W
13871.167Saugustss
13881.167Saugustss/* Lexar products */
13891.167Saugustssproduct LEXAR JUMPSHOT		0x0001	jumpSHOT CompactFlash Reader
13901.382Saugustssproduct LEXAR 2662WAR		0xa002	2662W-AR
13911.339Saugustssproduct LEXAR MCR		0xb018	Multi-Card Reader
13921.107Saugustss
13931.66Saugustss/* Lexmark products */
13941.66Saugustssproduct LEXMARK S2450		0x0009	Optra S 2450
13951.68Saugustss
13961.68Saugustss/* Linksys products */
13971.165Saugustssproduct LINKSYS MAUSB2		0x0105	Camedia MAUSB-2
13981.176Saugustssproduct LINKSYS USB10TX1	0x200c	USB10TX
13991.73Saugustssproduct LINKSYS USB10T		0x2202	USB10T Ethernet
14001.68Saugustssproduct LINKSYS USB100TX	0x2203	USB100TX Ethernet
14011.97Saugustssproduct LINKSYS USB100H1	0x2204	USB100H1 Ethernet/HPNA
14021.88Saugustssproduct LINKSYS USB10TA		0x2206	USB10TA Ethernet
14031.438Schristosproduct LINKSYS WUSB11		0x2211	WUSB11 Wireless USB Network Adapter
14041.438Schristosproduct LINKSYS WUSB11_25	0x2212	WUSB11 Wireless USB Network Adapter (version 2.5)
14051.365Saugustssproduct LINKSYS WUSB12_11	0x2213	WUSB12 802.11b v1.1
14061.176Saugustssproduct LINKSYS USB10TX2	0x400b	USB10TX
14071.382Saugustssproduct LINKSYS2 WUSB11		0x2219	WUSB11
14081.474Sitohyproduct LINKSYS2 USB200M	0x2226	USB 2.0 10/100 ethernet controller
14091.382Saugustssproduct LINKSYS3 WUSB11V28	0x2233	WUSB11-V28
14101.474Sitohyproduct LINKSYS4 USB1000	0x0039	USB1000
14111.44Saugustss
14121.371Saugustss/* Logitec products */
14131.371Saugustssproduct LOGITEC LDR_H443SU2	0x0033	DVD Multi-plus unit LDR-H443SU2
14141.371Saugustssproduct LOGITEC LDR_H443U2	0x00b3	DVD Multi-plus unit LDR-H443U2
14151.506Smattproduct LOGITEC LAN_GTJU2	0x0102	LAN-GTJ/U2
14161.506Smattproduct LOGITEC LANTX		0x0105	LAN-TX
14171.371Saugustss
14181.66Saugustss/* Logitech products */
14191.66Saugustssproduct LOGITECH M2452		0x0203	M2452 keyboard
14201.66Saugustssproduct LOGITECH M4848		0x0301	M4848 mouse
14211.98Ssorenproduct LOGITECH PAGESCAN	0x040f	PageScan
14221.98Ssorenproduct LOGITECH QUICKCAMWEB	0x0801	QuickCam Web
14231.66Saugustssproduct LOGITECH QUICKCAMPRO	0x0810	QuickCam Pro
14241.98Ssorenproduct LOGITECH QUICKCAMEXP	0x0840	QuickCam Express
14251.98Ssorenproduct LOGITECH QUICKCAM	0x0850	QuickCam
14261.347Saugustssproduct LOGITECH QUICKCAMEXP2	0x0870	QuickCam Express
14271.268Sdrochnerproduct LOGITECH QUICKCAMPRO3k	0x08b0	QuickCam Pro 3000
14281.360Shamajimaproduct LOGITECH QUICKCAMPRONB	0x08b1	QuickCam for Notebook Pro
14291.360Shamajimaproduct LOGITECH QUICKCAMPRO4K	0x08b2	QuickCam Pro 4000
14301.78Saugustssproduct LOGITECH N43		0xc000	N43
14311.66Saugustssproduct LOGITECH N48		0xc001	N48 mouse
14321.66Saugustssproduct LOGITECH MBA47		0xc002	M-BA47 mouse
14331.78Saugustssproduct LOGITECH WMMOUSE	0xc004	WingMan Gaming Mouse
14341.383Saugustssproduct LOGITECH BD58		0xc00c	BD58 mouse
14351.383Saugustssproduct LOGITECH USBPS2MOUSE	0xc00e	USB-PS/2 Optical Mouse
14361.339Saugustssproduct LOGITECH MUV55A		0xc016	M-UV55a
14371.171Saugustssproduct LOGITECH UN58A		0xc030	iFeel Mouse
14381.78Saugustssproduct LOGITECH WMPAD		0xc208	WingMan GamePad Extreme
14391.364Saugustssproduct LOGITECH WMRPAD		0xc20a	WingMan RumblePad
14401.396Sperryproduct LOGITECH WMJOY		0xc281	WingMan Force joystick
14411.476Sitohyproduct LOGITECH WMFFGP		0xc293	WingMan Formula Force GP (GT-Force)
14421.381Saugustssproduct LOGITECH BB13		0xc401	USB-PS/2 Trackball
14431.381Saugustssproduct LOGITECH BB18		0xc404	TrackMan Wheel
14441.422Sjmmvproduct LOGITECH MARBLEMOUSE	0xc408	Marble Mouse
14451.156Saugustssproduct LOGITECH RK53		0xc501	Cordless mouse
14461.156Saugustssproduct LOGITECH RB6		0xc503	Cordless keyboard
14471.192Saugustssproduct LOGITECH CDO		0xc504	Cordless Desktop Optical
14481.364Saugustssproduct LOGITECH MX700		0xc506	Cordless optical mouse
14491.98Ssorenproduct LOGITECH QUICKCAMPRO2	0xd001	QuickCam Pro
14501.24Saugustss
14511.66Saugustss/* Lucent products */
14521.66Saugustssproduct LUCENT EVALKIT		0x1001	USS-720 evaluation kit
14531.12Saugustss
14541.364Saugustss/* Luwen products */
14551.438Schristosproduct LUWEN EASYDISK		0x0005	EasyDisc
14561.364Saugustss
14571.66Saugustss/* Macally products */
14581.66Saugustssproduct MACALLY MOUSE1		0x0101	mouse
14591.94Saugustss
14601.383Saugustss/* MCT Corp. products */
14611.94Saugustssproduct MCT HUB0100		0x0100	Hub
14621.196Saugustssproduct MCT DU_H3SP_USB232	0x0200	D-Link DU-H3SP USB BAY Hub
14631.94Saugustssproduct MCT USB232		0x0210	USB-232 Interface
14641.154Sichiroproduct MCT SITECOM_USB232	0x0230	Sitecom USB-232 Products
14651.199Saugustssproduct MCT ML_4500		0x0302	ML-4500
14661.48Saugustss
14671.383Saugustss/* MediaGear products */
14681.383Saugustssproduct MEDIAGEAR READER9IN1	0x5003	USB2.0 9 in 1 Reader
14691.383Saugustss
14701.88Saugustss/* Melco, Inc products */
14711.135Saugustssproduct MELCO LUATX1		0x0001	LUA-TX Ethernet
14721.135Saugustssproduct MELCO LUATX5		0x0005	LUA-TX Ethernet
14731.176Saugustssproduct MELCO LUA2TX5		0x0009	LUA2-TX Ethernet
14741.239Sichiroproduct MELCO LUAKTX		0x0012	LUA-KTX Ethernet
14751.365Saugustssproduct MELCO S11		0x0016	WLI-USB-S11
14761.318Srafalproduct MELCO MCRSM2		0x001b	MCR-SM2 SmartMedia Card Reader/Writer
14771.293Saugustssproduct MELCO DUBPXXG		0x001c	USB-IDE Bridge: DUB-PxxG
14781.279Sichiroproduct MELCO KS11G		0x0027	WLI-USB-KS11G USB-wlan
14791.358Ssekiyaproduct MELCO LUAU2KTX		0x003d	LUA-U2-KTX Ethernet
14801.381Saugustssproduct MELCO KB11		0x0044	WLI-USB-KB11 WLAN
14811.407Sdrochnerproduct MELCO KG54YB		0x005e	WLI-U2-KG54-YB WLAN
14821.399Ssekiyaproduct MELCO KG54		0x0066	WLI-U2-KG54 WLAN
14831.417Shiraproduct MELCO KG54AI		0x0067	WLI-U2-KG54-AI WLAN
14841.506Smattproduct MELCO LUAU2GT		0x006e	LUA-U2-GT Ethernet
14851.476Sitohyproduct MELCO NINWIFI		0x008b	Nintendo Wi-Fi
14861.474Sitohyproduct MELCO SG54HP		0x00d8	WLI-U2-SG54HP
14871.464Sxtraemeproduct MELCO G54HP		0x00d9	WLI-U2-G54HP
14881.464Sxtraemeproduct MELCO KG54L		0x00da	WLI-U2-KG54L
14891.125Sexplorer
14901.507Srmind/* MetaGeek products */
14911.507Srmindproduct METAGEEK WISPY_24X	0x083f	Wi-Spy 2.4x
14921.507Srmind
14931.125Sexplorer/* Metricom products */
14941.125Sexplorerproduct METRICOM RICOCHET_GS	0x0001	Ricochet GS
14951.53Saugustss
14961.475Sveego/* MGE UPS Systems */
14971.475Sveegoproduct MGE UPS1		0x0001	MGE UPS SYSTEMS PROTECTIONCENTER 1
14981.475Sveegoproduct MGE UPS2		0xffff	MGE UPS SYSTEMS PROTECTIONCENTER 2
14991.475Sveego
15001.354Saugustss/* Micro Star International products */
15011.354Saugustssproduct MSI BLUETOOTH		0x1967	Bluetooth USB Adapter
15021.407Sdrochnerproduct MSI MS6861		0x6861	MS-6861
15031.407Sdrochnerproduct MSI MS6865		0x6865	MS-6865
15041.407Sdrochnerproduct MSI MS6869		0x6869	MS-6869
15051.464Sxtraemeproduct MSI RT2573		0x6874	RT2573
15061.464Sxtraemeproduct MSI RT2573_2		0x6877	RT2573
15071.464Sxtraemeproduct MSI RT2573_3		0xa861	RT2573
15081.464Sxtraemeproduct MSI RT2573_4		0xa874	RT2573
15091.354Saugustss
15101.381Saugustss/* Micronet Communications products */
15111.381Saugustssproduct MICRONET SP128AR	0x0003	SP128AR EtherFast
15121.381Saugustss
15131.66Saugustss/* Microsoft products */
15141.78Saugustssproduct MICROSOFT SIDEPREC	0x0008	SideWinder Precision Pro
15151.66Saugustssproduct MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
15161.66Saugustssproduct MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
15171.66Saugustssproduct MICROSOFT DDS80		0x0014	Digital Sound System 80
15181.72Saugustssproduct MICROSOFT SIDEWINDER	0x001a	Sidewinder Precision Racing Wheel
15191.364Saugustssproduct MICROSOFT INETPRO	0x001c	Internet Keyboard Pro
15201.438Schristosproduct MICROSOFT TBEXPLORER	0x0024	Trackball Explorer
15211.78Saugustssproduct MICROSOFT INTELLIEYE	0x0025	IntelliEye mouse
15221.364Saugustssproduct MICROSOFT INETPRO2	0x002b	Internet Keyboard Pro
15231.365Saugustssproduct MICROSOFT MN510		0x006e	MN510 Wireless
15241.355Saugustssproduct MICROSOFT MN110		0x007a	10/100 USB NIC
15251.446Sjmcneillproduct MICROSOFT XBOX_MEMORY_UNIT	0x0280	Xbox Memory Unit
15261.446Sjmcneillproduct MICROSOFT XBOX_DVD_PLAYBACK	0x0284	Xbox DVD Movie Playback Kit
15271.447Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_S10	0x0285	Xbox Controller S (1.0)
15281.446Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_HUB	0x0288	Xbox Controller Hub
15291.447Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_S12	0x0289	Xbox Controller S (1.2)
15301.153Saugustss
15311.153Saugustss/* Microtech products */
15321.165Saugustssproduct MICROTECH SCSIDB25	0x0004	USB-SCSI-DB25
15331.165Saugustssproduct MICROTECH SCSIHD50	0x0005	USB-SCSI-HD50
15341.153Saugustssproduct MICROTECH DPCM		0x0006	USB CameraMate
15351.165Saugustssproduct MICROTECH FREECOM	0xfc01	Freecom USB-IDE
15361.6Saugustss
15371.110Saugustss/* Microtek products */
15381.137Saugustssproduct MICROTEK 336CX		0x0094	Phantom 336CX - C3 scanner
15391.110Saugustssproduct MICROTEK X6U		0x0099	ScanMaker X6 - X6U
15401.137Saugustssproduct MICROTEK C6		0x009a	Phantom C6 scanner
15411.110Saugustssproduct MICROTEK 336CX2		0x00a0	Phantom 336CX - C3 scanner
15421.110Saugustssproduct MICROTEK V6USL		0x00a3	ScanMaker V6USL
15431.383Saugustssproduct MICROTEK 6000		0x30e5	ScanMaker 6000
15441.110Saugustssproduct MICROTEK V6USL2		0x80a3	ScanMaker V6USL
15451.110Saugustssproduct MICROTEK V6UL		0x80ac	ScanMaker V6UL
15461.110Saugustss
15471.66Saugustss/* Midiman products */
15481.66Saugustssproduct MIDIMAN MIDISPORT2X2	0x1001	Midisport 2x2
15491.433Schapproduct MIDIMAN MIDISPORT2X4	0x1041	Midisport 2x4
15501.224Saugustss
15511.226Saugustss/* Minds At Work LLC products */
15521.226Saugustssproduct MINDSATWORK DW		0x0001	Digital Wallet
15531.226Saugustss
15541.224Saugustss/* Minolta Co., Ltd. */
15551.364Saugustssproduct MINOLTA 2300		0x4001	Dimage 2300
15561.224Saugustssproduct MINOLTA S304		0x4007	Dimage S304
15571.230Saugustssproduct MINOLTA X		0x4009	Dimage X
15581.381Saugustssproduct MINOLTA DIMAGE7I	0x400b	Dimage 7i
15591.364Saugustssproduct MINOLTA 5400		0x400e	Dimage 5400
15601.381Saugustssproduct MINOLTA DIMAGEA1	0x401a	Dimage A1
15611.359Saugustssproduct MINOLTA XT		0x4015	Dimage Xt
15621.25Saugustss
15631.165Saugustss/* Mitsumi products */
15641.165Saugustssproduct MITSUMI CDRRW		0x0000	CD-R/RW Drive
15651.250Saugustssproduct MITSUMI MOUSE		0x6407	Mouse
15661.383Saugustssproduct MITSUMI SONY_MOUSE	0x6408	Quick Scroll Mouse
15671.364Saugustssproduct MITSUMI BT_DONGLE	0x641f	Bluetooth USB dongle
15681.226Saugustssproduct MITSUMI FDD		0x6901	FDD
15691.165Saugustss
15701.186Saugustss/* Mobility products */
15711.186Saugustssproduct MOBILITY EA		0x0204	Ethernet Adapter
15721.474Sitohyproduct MOBILITY EASIDOCK	0x0304	EasiDock Ethernet
15731.186Saugustss
15741.432Sreinoud/* MosChip Semiconductor */
15751.457Sisproduct MOSCHIP MCS7780		0x7780	Fast IrDA Adapter
15761.457Sisproduct MOSCHIP MCS7781		0x7781	Fast IrDA Adapter
15771.457Sisproduct MOSCHIP MCS7784		0x7784	Slow IrDA Adapter
15781.432Sreinoudproduct MOSCHIP MCS7830		0x7830	Ethernet Adapter
15791.432Sreinoud
15801.66Saugustss/* Motorola products */
15811.69Saugustssproduct MOTOROLA MC141555	0x1555	MC141555 hub controller
15821.315Saugustssproduct MOTOROLA SB4100		0x4100	SB4100 USB Cable Modem
15831.325Saugustssproduct MOTOROLA2 T720C		0x2822	T720c
15841.361Ssorenproduct MOTOROLA2 A920		0x4002	A920
15851.474Sitohyproduct MOTOROLA2 USBLAN	0x600c	USBLAN
15861.474Sitohyproduct MOTOROLA2 USBLAN2	0x6027	USBLAN
15871.43Saugustss
15881.473Sitohy/* M-Systems products */
15891.473Sitohyproduct MSYSTEMS DISKONKEY	0x0010	DiskOnKey
15901.473Sitohyproduct MSYSTEMS DISKONKEY2	0x0011	DiskOnKey
15911.473Sitohyproduct MSYSTEMS DISKONKEY3	0x0012	DiskOnKey
15921.473Sitohy
15931.66Saugustss/* MultiTech products */
15941.66Saugustssproduct MULTITECH ATLAS		0xf101	MT5634ZBA-USB modem
15951.6Saugustss
15961.66Saugustss/* Mustek products */
15971.110Saugustssproduct MUSTEK 1200CU		0x0001	1200 CU scanner
15981.124Saugustssproduct MUSTEK 600CU		0x0002	600 CU scanner
15991.124Saugustssproduct MUSTEK 1200USB		0x0003	1200 USB scanner
16001.124Saugustssproduct MUSTEK 1200UB		0x0006	1200 UB scanner
16011.216Sgehennaproduct MUSTEK 1200USBPLUS	0x0007	1200 USB Plus scanner
16021.207Saugustssproduct MUSTEK 1200CUPLUS	0x0008	1200 CU Plus scanner
16031.216Sgehennaproduct MUSTEK BEARPAW1200F	0x0010	BearPaw 1200F scanner
16041.355Saugustssproduct MUSTEK BEARPAW1200TA	0x021e	BearPaw 1200TA scanner
16051.216Sgehennaproduct MUSTEK 600USB		0x0873	600 USB scanner
16061.66Saugustssproduct MUSTEK MDC800		0xa800	MDC-800 digital camera
16071.354Saugustssproduct MUSTEK DV2000		0xc441	DV2000 digital camera
16081.148Ssoren
16091.303Sichiro/* National Instruments */
16101.303Sichiroproduct NI GPIB_USB_A		0xc920	GPIB-USB-A
16111.25Saugustss
16121.124Saugustss/* National Semiconductor */
16131.216Sgehennaproduct NATIONAL BEARPAW1200	0x1000	BearPaw 1200
16141.216Sgehennaproduct NATIONAL BEARPAW2400	0x1001	BearPaw 2400
16151.124Saugustss
16161.66Saugustss/* NEC products */
16171.383Saugustssproduct NEC HUB_20		0x0059	2.0 hub
16181.66Saugustssproduct NEC HUB			0x55aa	hub
16191.66Saugustssproduct NEC HUB_B		0x55ab	hub
16201.344Saugustssproduct NEC PICTY760		0xbef4	Picty760
16211.344Saugustssproduct NEC PICTY900		0xefbe	Picty900
16221.344Saugustssproduct NEC PICTY920		0xf0be	Picty920
16231.344Saugustssproduct NEC PICTY800		0xf1be	Picty800
16241.205Saugustss
16251.205Saugustss/* NEC2 products */
16261.215Saugustssproduct NEC2 HUB2_0		0x0058	USB2.0 Hub Controller
16271.272Suwe
16281.272Suwe/* NEODIO products */
16291.289Sgehennaproduct NEODIO ND3050		0x3050	6-in-1 Flash Device Controller
16301.272Suweproduct NEODIO ND5010		0x5010	Multi-format Flash Controller
16311.1Saugustss
16321.69Saugustss/* NetChip Technology Products */
16331.69Saugustssproduct NETCHIP TURBOCONNECT	0x1080	Turbo-Connect
16341.226Saugustssproduct NETCHIP CLIK40		0xa140	Clik! 40
16351.474Sitohyproduct NETCHIP ETHERNETGADGET	0xa4a2	Linux Ethernet/RNDIS gadget on pxa210/25x/26x
16361.69Saugustss
16371.69Saugustss/* Netgear products */
16381.69Saugustssproduct NETGEAR EA101		0x1001	Ethernet adapter
16391.220Saugustssproduct NETGEAR EA101X		0x1002	Ethernet adapter
16401.275Saugustssproduct NETGEAR FA101		0x1020	10/100 Ethernet
16411.297Sgehennaproduct NETGEAR FA120		0x1040	USB 2.0 Fast Ethernet Adapter
16421.354Saugustssproduct NETGEAR MA111NA		0x4110	802.11b Adapter
16431.383Saugustssproduct NETGEAR XA601		0x8100	USB to PL Adapter
16441.143Saugustss
16451.385Saugustssproduct NETGEAR2 MA101		0x4100	MA101
16461.385Saugustssproduct NETGEAR2 MA101B		0x4102	MA101 Rev B
16471.385Saugustss
16481.472Sitohy/* NetIndex products */
16491.477Sitohyproduct NETINDEX WS002IN	0x2001	Willcom WS002IN (DD)
16501.472Sitohy
16511.473Sitohy/* NHJ product */
16521.473Sitohyproduct NHJ CAM2		0x9120	Camera
16531.473Sitohy
16541.143Saugustss/* Nikon products */
16551.143Saugustssproduct NIKON E990		0x0102	Digital Camera E990
16561.207Saugustssproduct NIKON E880		0x0103	Digital Camera E880
16571.294Smarkdproduct NIKON E885		0x0105	Digital Camera E885
16581.308Saugustss
16591.431Srjs/* Nokia products */
16601.431Srjsproduct NOKIA CA42		0x0802	Mobile Phone adapter
16611.431Srjs
16621.464Sxtraeme/* Nova Tech products */
16631.464Sxtraemeproduct NOVATECH NV902W		0x9020	NV-902W
16641.464Sxtraemeproduct NOVATECH RT2573		0x9021	RT2573
16651.464Sxtraeme
16661.441Sgdt/* NovAtel products */
16671.441Sgdtproduct NOVATEL FLEXPACKGPS	0x0100	NovAtel FlexPack GPS receiver
16681.496Selricproduct NOVATEL2 EXPRESSCARD	0x1100	ExpressCard 3G
16691.496Selricproduct NOVATEL2 MERLINV620	0x1110	Novatel Wireless Merlin CDMA
16701.496Selricproduct NOVATEL2 S720		0x1130	S720
16711.477Sitohyproduct NOVATEL2 MERLINU740	0x1400	Novatel Merlin U740
16721.496Selricproduct NOVATEL2 XU870		0x1430	XU870
16731.496Selricproduct NOVATEL2 ES620		0x2100	ES620 CDMA
16741.496Selricproduct NOVATEL2 U720		0x2110	U720
16751.441Sgdt
16761.190Saugustss/* Olympus products */
16771.202Saugustssproduct OLYMPUS C1		0x0102	C-1 Digital Camera
16781.190Saugustssproduct OLYMPUS C700		0x0105	C-700 Ultra Zoom
16791.69Saugustss
16801.88Saugustss/* OmniVision Technologies, Inc. products */
16811.40Saugustssproduct OMNIVISION OV511	0x0511	OV511 Camera
16821.98Ssorenproduct OMNIVISION OV511PLUS	0xa511	OV511+ Camera
16831.501Sjmcneillproduct OMNIVISION2 PSEYE	0x2000	Sony PLAYSTATION(R) Eye
16841.223Saugustss
16851.223Saugustss/* OnSpec Electronic, Inc. */
16861.223Saugustssproduct ONSPEC MD2		0x0103	disk
16871.226Saugustssproduct ONSPEC MDCFEB		0xa000	MDCFE-B USB CF Reader
16881.226Saugustssproduct ONSPEC SIIGMS		0xa001	Memory Stick+CF Reader/Writer
16891.226Saugustssproduct ONSPEC DATAFAB3		0xa003	Datafab-based Reader
16901.226Saugustssproduct ONSPEC DATAFAB4		0xa004	Datafab-based Reader
16911.226Saugustssproduct ONSPEC PNYCFSM		0xa005	PNY/Datafab CF+SM Reader
16921.226Saugustssproduct ONSPEC STECHCFSM	0xa006	Simple Tech/Datafab CF+SM Reader
16931.226Saugustssproduct ONSPEC LC1		0xa109	CF + SM Combo (LC1)
16941.371Saugustssproduct ONSPEC UCF100		0xa400	FlashLink UCF-100 CompactFlash Reader
16951.227Smjlproduct ONSPEC MD1II		0xb006	Datafab MD1-II PC-Card Reader
16961.282Sgehenna
16971.381Saugustssproduct ONSPEC2 8IN2		0xb012	8In2
16981.381Saugustss
16991.473Sitohy/* Option N.V. products */
17001.473Sitohyproduct OPTIONNV MC3G		0x5000	Mobile Connect 3G datacard
17011.473Sitohyproduct OPTIONNV QUADUMTS2	0x6000	GlobeTrotter Fusion Quad Lite UMTS/GPRS
17021.473Sitohyproduct OPTIONNV QUADUMTS	0x6300	GlobeTrotter Fusion Quad Lite 3D
17031.477Sitohyproduct OPTIONNV QUADPLUSUMTS	0x6600	GlobeTrotter 3G Quad Plus
17041.484Smlelstvproduct OPTIONNV HSDPA   	0x6701	GlobeTrotter HSDPA Modem
17051.473Sitohy
17061.397Sitojun/* OQO */
17071.397Sitojunproduct OQO WIFI01		0x0002	model 01 WiFi interface
17081.474Sitohyproduct OQO ETHER01PLUS		0x7720	model 01+ Ethernet
17091.397Sitojunproduct OQO ETHER01		0x8150	model 01 Ethernet interface
17101.397Sitojun
17111.282Sgehenna/* Ours Technology Inc. */
17121.282Sgehennaproduct OTI SOLID		0x6803	Solid state disk
17131.330Saugustssproduct OTI FLASHDISK		0x6828	Flash Disk 128M
17141.40Saugustss
17151.150Saugustss/* Palm Computing, Inc. product */
17161.83Saugustssproduct PALM SERIAL		0x0080	USB Serial Adaptor
17171.206Scjsproduct PALM M500		0x0001	Palm m500
17181.206Scjsproduct PALM M505		0x0002	Palm m505
17191.269Saugustssproduct PALM M515		0x0003	Palm m515
17201.300Saugustssproduct PALM I705		0x0020	Palm i705
17211.300Saugustssproduct PALM TUNGSTEN_Z		0x0031	Palm Tungsten Z
17221.231Saugustssproduct PALM M125		0x0040	Palm m125
17231.300Saugustssproduct PALM M130		0x0050	Palm m130
17241.312Ssimonbproduct PALM TUNGSTEN_T		0x0060	Palm Tungsten T
17251.377Smycroftproduct PALM ZIRE31		0x0061	Palm Zire 31
17261.299Saugustssproduct PALM ZIRE		0x0070	Palm Zire
17271.150Saugustss
17281.150Saugustss/* Panasonic products */
17291.364Saugustssproduct PANASONIC LS120		0x0901	LS-120 Camera
17301.367Saugustssproduct PANASONIC KXLRW32AN	0x0d09	CD-R Drive KXL-RW32AN
17311.364Saugustssproduct PANASONIC KXLCB20AN	0x0d0a	CD-R Drive KXL-CB20AN
17321.364Saugustssproduct PANASONIC KXLCB35AN	0x0d0e	DVD-ROM & CD-R/RW
17331.150Saugustssproduct PANASONIC SDCAAE	0x1b00	MultiMediaCard Adapter
17341.406Spookaproduct PANASONIC TYTP50P6S	0x3900	TY-TP50P6-S 50in Touch Panel
17351.233Saugustss
17361.233Saugustss/* Pen Driver */
17371.329Saugustssproduct PEN USBDISKPRO		0x0120	USB Disk Pro
17381.311Snakayamaproduct PEN USBREADER		0x0240	USB 6 in 1 Card Reader/Writer
17391.317Sdsaintyproduct PEN MOBILEDRIVE		0x0280	USB 3 in 1 Card Reader/Writer
17401.233Saugustssproduct PEN USBDISK		0x0d7d	USB Disk
17411.364Saugustssproduct PEN ATTACHE		0x1300	USB 2.0 Flash Drive
17421.364Saugustss
17431.66Saugustss/* Peracom products */
17441.66Saugustssproduct PERACOM SERIAL1		0x0001	Serial Converter
17451.69Saugustssproduct PERACOM ENET		0x0002	Ethernet adapter
17461.88Saugustssproduct PERACOM ENET3		0x0003	At Home Ethernet Adapter
17471.69Saugustssproduct PERACOM ENET2		0x0005	Ethernet adapter
17481.14Saugustss
17491.66Saugustss/* Philips products */
17501.66Saugustssproduct PHILIPS DSS350		0x0101	DSS 350 Digital Speaker System
17511.66Saugustssproduct PHILIPS DSS		0x0104	DSS XXX Digital Speaker System
17521.66Saugustssproduct PHILIPS HUB		0x0201	hub
17531.242Sheinzproduct PHILIPS PCA645VC	0x0302	PCA645VC PC Camera
17541.172Stronproduct PHILIPS PCA646VC	0x0303	PCA646VC PC Camera
17551.242Sheinzproduct PHILIPS PCVC675K	0x0307	PCVC675K Vesta PC Camera
17561.92Saugustssproduct PHILIPS PCVC680K	0x0308	PCVC680K Vesta Pro PC Camera
17571.242Sheinzproduct PHILIPS PCVC690K	0x030c	PCVC690K Vesta Pro Scan PC Camera
17581.242Sheinzproduct PHILIPS PCVC730K	0x0310	PCVC730K ToUCam Fun PC Camera
17591.242Sheinzproduct PHILIPS PCVC740K	0x0311	PCVC740K ToUCam Pro PC Camera
17601.242Sheinzproduct PHILIPS PCVC750K	0x0312	PCVC750K ToUCam Pro Scan PC Camera
17611.83Saugustssproduct PHILIPS DSS150		0x0471	DSS 150 Digital Speaker System
17621.468Skiyoharaproduct PHILIPS SNU5600		0x1236	SNU5600
17631.210Saugustssproduct PHILIPS DIVAUSB		0x1801	DIVA USB mp3 player
17641.144Saugustss
17651.144Saugustss/* Philips Semiconductor products */
17661.144Saugustssproduct PHILIPSSEMI HUB1122	0x1122	hub
17671.39Saugustss
17681.39Saugustss/* P.I. Engineering products */
17691.39Saugustssproduct PIENGINEERING PS2USB	0x020b	PS2 to Mac USB Adapter
17701.341Sjdolecekproduct PIENGINEERING XKEYS58	0x0232	Xkeys Programmable Keyboard (58 Keys)
17711.200Saugustssproduct PIENGINEERING XKEYS	0x0233	Xkeys Programmable Keyboard
17721.314Suwe
17731.314Suwe/* Pilotech Systems Co., Ltd products */
17741.314Suweproduct PILOTECH CRW600		0x0001	CRW-600 6-in-1 Reader
17751.322Shamajima
17761.381Saugustss/* Planex Communications products */
17771.464Sxtraemeproduct PLANEX	GW_US11H	0x14ea	GW-US11H WLAN
17781.464Sxtraemeproduct PLANEX2 GW_US11S	0x3220	GW-US11S WLAN
17791.479Snisimuraproduct PLANEX2 GWUS54GXS	0x5303	GW-US54GXS
17801.464Sxtraemeproduct PLANEX2 GWUS54HP	0xab01	GW-US54HP
17811.464Sxtraemeproduct PLANEX2 GWUS54MINI2	0xab50	GW-US54Mini2
17821.464Sxtraemeproduct PLANEX2 GWUS54SG	0xc002	GW-US54SG
17831.464Sxtraemeproduct PLANEX2 GWUS54GZL	0xc007	GW-US54GZL
17841.439Sjoergproduct PLANEX2 GWUSMM		0xed02	GW-USMM
17851.476Sitohyproduct PLANEX3 GWUS54GZ	0xab10	GW-US54GZ
17861.476Sitohyproduct PLANEX3 GU1000T		0xab11	GU-1000T
17871.476Sitohyproduct PLANEX3 GWUS54MINI	0xab13	GW-US54Mini
17881.381Saugustss
17891.322Shamajima/* Plantronics products */
17901.322Shamajimaproduct PLANTRONICS HEADSET	0x0ca1	Platronics DSP-400 Headset
17911.1Saugustss
17921.367Saugustss/* Plextor Corp. */
17931.367Saugustssproduct PLEXTOR 40_12_40U	0x0011	PlexWriter 40/12/40U
17941.367Saugustss
17951.66Saugustss/* PLX products */
17961.66Saugustssproduct PLX TESTBOARD		0x9060	test board
17971.24Saugustss
17981.366Saugustss/* PointChips */
17991.366Saugustssproduct POINTCHIPS FLASH	0x8001	Flash
18001.366Saugustss
18011.186Saugustss/* PortGear products */
18021.186Saugustssproduct PORTGEAR EA8		0x0008	Ethernet Adapter
18031.212Saugustssproduct PORTGEAR EA9		0x0009	Ethernet Adapter
18041.186Saugustss
18051.186Saugustss/* Portsmith products */
18061.186Saugustssproduct PORTSMITH EEA		0x3003	Express Ethernet Adapter
18071.276Ssoren
18081.276Ssoren/* PQI products */
18091.276Ssorenproduct PQI TRAVELFLASH		0x0001	Travel Flash Drive
18101.186Saugustss
18111.66Saugustss/* Primax products */
18121.124Saugustssproduct PRIMAX G2X300		0x0300	G2-200 scanner
18131.110Saugustssproduct PRIMAX G2E300		0x0301	G2E-300 scanner
18141.110Saugustssproduct PRIMAX G2300		0x0302	G2-300 scanner
18151.110Saugustssproduct PRIMAX G2E3002		0x0303	G2E-300 scanner
18161.110Saugustssproduct PRIMAX 9600		0x0340	Colorado USB 9600 scanner
18171.110Saugustssproduct PRIMAX 600U		0x0341	Colorado 600u scanner
18181.260Saugustssproduct PRIMAX 6200		0x0345	Visioneer 6200 scanner
18191.110Saugustssproduct PRIMAX 19200		0x0360	Colorado USB 19200 scanner
18201.110Saugustssproduct PRIMAX 1200U		0x0361	Colorado 1200u scanner
18211.124Saugustssproduct PRIMAX G600		0x0380	G2-600 scanner
18221.110Saugustssproduct PRIMAX 636I		0x0381	ReadyScan 636i
18231.110Saugustssproduct PRIMAX G2600		0x0382	G2-600 scanner
18241.110Saugustssproduct PRIMAX G2E600		0x0383	G2E-600 scanner
18251.66Saugustssproduct PRIMAX COMFORT		0x4d01	Comfort
18261.66Saugustssproduct PRIMAX MOUSEINABOX	0x4d02	Mouse-in-a-Box
18271.79Saugustssproduct PRIMAX PCGAUMS1		0x4d04	Sony PCGA-UMS1
18281.89Saugustss
18291.89Saugustss/* Prolific products */
18301.90Saugustssproduct PROLIFIC PL2301		0x0000	PL2301 Host-Host interface
18311.90Saugustssproduct PROLIFIC PL2302		0x0001	PL2302 Host-Host interface
18321.168Sjhawkproduct PROLIFIC RSAQ2		0x04bb	PL2303 Serial adapter (IODATA USB-RSAQ2)
18331.438Schristosproduct PROLIFIC PL2303		0x2303	PL2303 Serial adapter (ATEN/IOGEAR UC232A)
18341.128Ssorenproduct PROLIFIC PL2305		0x2305	Parallel printer adapter
18351.110Saugustssproduct PROLIFIC ATAPI4		0x2307	ATAPI-4 Bridge Controller
18361.381Saugustssproduct PROLIFIC PL2501		0x2501	PL2501 Host-Host interface
18371.438Schristosproduct PROLIFIC PL2303X	0xaaa0	PL2303 Serial adapter (Pharos GPS)
18381.476Sitohyproduct PROLIFIC RSAQ3		0xaaa2	PL2303 Serial adapter (IODATA USB-RSAQ3)
18391.481Ssborrillproduct PROLIFIC2 PL2303	0x2303	PL2303 Serial adapter (SMART Technologies)
18401.160Sichiro
18411.160Sichiro/* Putercom products */
18421.160Sichiroproduct PUTERCOM UPA100		0x047e	USB-1284 BRIDGE
18431.81Saugustss
18441.439Sjoerg/* Qcom products */
18451.439Sjoergproduct QCOM RT2573		0x6196	RT2573
18461.439Sjoergproduct QCOM RT2573_2		0x6229	RT2573
18471.502Suebayasiproduct QCOM RT2573_3		0x6238	RT2573
18481.439Sjoerg
18491.108Sdarrenr/* Qtronix products */
18501.108Sdarrenrproduct QTRONIX 980N		0x2011	Scorpion-980N keyboard
18511.108Sdarrenr
18521.367Saugustss/* Qualcomm products */
18531.367Saugustssproduct QUALCOMM CDMA_MSM	0x6000	CDMA Technologies MSM phone
18541.496Selricproduct QUALCOMM MSM_HSDPA	0x6613	HSDPA MSM
18551.459Ssaloproduct QUALCOMM2 CDMA_MSM	0x3196	CDMA Technologies MSM modem
18561.367Saugustss
18571.476Sitohy/* Qualcomm Kyocera products */
18581.424Sgdtproduct QUALCOMM_K CDMA_MSM_K	0x17da	Qualcomm Kyocera CDMA Technologies MSM
18591.424Sgdt
18601.81Saugustss/* Quickshot products */
18611.81Saugustssproduct QUICKSHOT STRIKEPAD	0x6238	USB StrikePad
18621.38Saugustss
18631.108Sdarrenr/* Rainbow Technologies products */
18641.438Schristosproduct RAINBOW IKEY2000	0x1200	i-Key 2000
18651.108Sdarrenr
18661.399Ssekiya/* Ralink Technology products */
18671.399Ssekiyaproduct RALINK RT2570		0x1706	RT2570
18681.403Sdrochnerproduct RALINK RT2570_2		0x2570	RT2570
18691.476Sitohyproduct RALINK RT2573		0x2573	RT2573
18701.476Sitohyproduct RALINK RT2671		0x2671	RT2671
18711.407Sdrochnerproduct RALINK RT2570_3		0x9020	RT2570
18721.438Schristosproduct RALINK_2 RT2570		0x2570	RT2570
18731.443Schristosproduct RALINK_2 RT2573		0x2573	RT2573
18741.399Ssekiya
18751.381Saugustss/* RATOC Systems products */
18761.473Sitohyproduct RATOC REXUSB60		0xb000	USB serial adapter REX-USB60
18771.381Saugustss
18781.378Smycroft/* Realtek products */
18791.474Sitohyproduct REALTEK RTL8150L	0x8150	RTL8150L USB-Ethernet Bridge
18801.474Sitohyproduct REALTEK RTL8151		0x8151	RTL8151 PNA
18811.378Smycroft
18821.473Sitohy/* Research In Motion */
18831.500Schristosproduct RIM BLACKBERRY			0x0001	BlackBerry
18841.500Schristosproduct RIM BLACKBERRY_PEARL_DUAL	0x0004	BlackBerry Pearl Dual
18851.500Schristosproduct RIM BLACKBERRY_PEARL		0x0006	BlackBerry Pearl
18861.473Sitohy
18871.473Sitohy/* Rockfire products */
18881.473Sitohyproduct ROCKFIRE GAMEPAD	0x2033	gamepad 203USB
18891.473Sitohy
18901.140Stshiozak/* Roland products */
18911.342Sjdolecekproduct ROLAND UA100		0x0000	UA-100 USB Audio I/F
18921.342Sjdolecekproduct ROLAND UM4		0x0002	UM-4 MIDI I/F
18931.342Sjdolecekproduct ROLAND SC8850		0x0003	RolandED SC-8850 SOUND Canvas MIDI Synth.
18941.342Sjdolecekproduct ROLAND U8		0x0004	U-8 USB Audio I/F
18951.342Sjdolecekproduct ROLAND UM2		0x0005	UM-2 MIDI I/F
18961.342Sjdolecekproduct ROLAND SC8820		0x0007	SoundCanvas SC-8820 MIDI Synth.
18971.342Sjdolecekproduct ROLAND PC300		0x0008	PC-300 MIDI Keyboard
18981.342Sjdolecekproduct ROLAND UM1		0x0009	UM-1 MIDI I/F
18991.342Sjdolecekproduct ROLAND SK500		0x000b	SoundCanvas SK-500 MIDI Keyboard
19001.342Sjdolecekproduct ROLAND SCD70		0x000c	SC-D70 MIDI Synth.
19011.245Skentproduct ROLAND UA3		0x000f	EDIROL UA-3 USB audio I/F
19021.396Sperryproduct ROLAND XV5050		0x0012	XV-5050 MIDI Synth.
19031.342Sjdolecekproduct ROLAND UM880N		0x0014	EDIROL UM-880 MIDI I/F (native)
19041.342Sjdolecekproduct ROLAND UM880G		0x0015	EDIROL UM-880 MIDI I/F (generic)
19051.342Sjdolecekproduct ROLAND SD90		0x0016	EDIROL SD-90 STDIO Canvas MIDI Synth.
19061.342Sjdolecekproduct ROLAND UA1A		0x0018	UA-1A USB Audio I/F
19071.342Sjdolecekproduct ROLAND UM550		0x0023	UM-550 MIDI I/F
19081.342Sjdolecekproduct ROLAND SD20		0x0027	SD-20 MIDI Synth.
19091.342Sjdolecekproduct ROLAND SD80		0x0029	SD-80 MIDI Synth.
19101.342Sjdolecekproduct ROLAND UA700		0x002b	UA-700 USB Audio I/F
19111.411Saugustssproduct ROLAND PCRA		0x0033	EDIROL PCR MIDI keyboard (advanced)
19121.411Saugustssproduct ROLAND PCR		0x0034	EDIROL PCR MIDI keyboard
19131.411Saugustssproduct ROLAND M1000		0x0035	M-1000 audio I/F
19141.411Saugustssproduct ROLAND UA1000		0x0044	EDIROL UA-1000 USB audio I/F
19151.342Sjdolecekproduct ROLAND UA3FXA		0x0050	EDIROL UA-3FX USB audio I/F (advanced)
19161.342Sjdolecekproduct ROLAND UA3FX		0x0051	EDIROL UA-3FX USB audio I/F
19171.411Saugustssproduct ROLAND FANTOMX		0x006d	Fantom-X MIDI Synth.
19181.486Sxtraemeproduct ROLAND UA25 		0x0074	EDIROL UA-25
19191.411Saugustssproduct ROLAND UA101		0x007d	EDIROL UA-101
19201.411Saugustssproduct ROLAND UA101F		0x008d	EDIROL UA-101 USB1
19211.425Schristosproduct ROLAND UA1EX		0x0096	EDIROL UA-1EX
19221.425Schristosproduct ROLAND UM3		0x009A	EDIROL UM-3
19231.486Sxtraemeproduct ROLAND UA4FX 		0x00A3	EDIROL UA-4FX
19241.486Sxtraemeproduct ROLAND SONICCELL	0x00C2	SonicCell
19251.140Stshiozak
19261.468Skiyohara/* Sagem products */
19271.468Skiyoharaproduct SAGEM XG760A		0x004a	XG-760A
19281.468Skiyoharaproduct SAGEM XG76NA		0x0062	XG-76NA
19291.468Skiyohara
19301.195Saugustss/* Saitek products */
19311.195Saugustssproduct SAITEK CYBORG_3D_GOLD	0x0006	Cyborg 3D Gold Joystick
19321.52Saugustss
19331.355Saugustss/* Samsung products */
19341.476Sitohyproduct SAMSUNG MIGHTYDRIVE	0x1623	Mighty Drive
19351.355Saugustssproduct SAMSUNG ML6060		0x3008	ML-6060 laser printer
19361.355Saugustss
19371.52Saugustss/* SanDisk products */
19381.165Saugustssproduct SANDISK SDDR05A		0x0001	ImageMate SDDR-05a
19391.165Saugustssproduct SANDISK SDDR31		0x0002	ImageMate SDDR-31
19401.315Saugustssproduct SANDISK SDDR05		0x0005	ImageMate SDDR-05
19411.165Saugustssproduct SANDISK SDDR12		0x0100	ImageMate SDDR-12
19421.165Saugustssproduct SANDISK SDDR09		0x0200	ImageMate SDDR-09
19431.476Sitohyproduct SANDISK SDDR86		0x0621	ImageMate SDDR-86
19441.319Saugustssproduct SANDISK SDDR75		0x0810	ImageMate SDDR-75
19451.137Saugustss
19461.245Skent/* Sanwa Supply products */
19471.245Skentproduct SANWASUPPLY JYDV9USB	0x9806	JY-DV9USB gamepad
19481.286Simp
19491.286Simp/* Sanyo Electric products */
19501.438Schristosproduct SANYO SCP4900		0x0701	Sanyo SCP-4900 USB Phone
19511.245Skent
19521.137Saugustss/* ScanLogic products */
19531.211Saugustssproduct SCANLOGIC SL11R		0x0002	SL11R-IDE
19541.137Saugustssproduct SCANLOGIC 336CX		0x0300	Phantom 336CX - C3 scanner
19551.263Sjoda
19561.388Sscw/* Sealevel products */
19571.388Sscwproduct SEALEVEL USBSERIAL	0x2101	USB-Serial converter
19581.388Sscw
19591.468Skiyohara/* Senao products */
19601.468Skiyoharaproduct SENAO NUB8301		0x2000	NUB-8301
19611.468Skiyohara
19621.263Sjoda/* SGI products */
19631.263Sjodaproduct SGI SN1_L1_SC		0x1234	SN1 L1 System Controller
19641.186Saugustss
19651.480Snisimura/* ShanTou products */
19661.480Snisimuraproduct SHANTOU ST268_USB_NIC	0x0268  ST268 USB NIC
19671.494Sdrochnerproduct SHANTOU ADM8515		0x8515	ADM8515 Ethernet
19681.480Snisimura
19691.186Saugustss/* Shark products */
19701.186Saugustssproduct SHARK PA		0x0400	Pocket Adapter
19711.50Saugustss
19721.381Saugustss/* Sharp products */
19731.381Saugustssproduct SHARP SL5500		0x8004	SL5500
19741.381Saugustssproduct SHARP A300		0x8005	A300
19751.381Saugustssproduct SHARP SL5600		0x8006	SL5600
19761.381Saugustssproduct SHARP C700		0x8007	C700
19771.381Saugustssproduct SHARP C750		0x9031	C750
19781.451Smjfproduct SHARP WS007SH		0x9123	WS007SH
19791.502Suebayasiproduct SHARP WS011SH		0x91ac	WS011SH
19801.381Saugustss
19811.66Saugustss/* Shuttle Technology products */
19821.66Saugustssproduct SHUTTLE EUSB		0x0001	E-USB Bridge
19831.165Saugustssproduct SHUTTLE EUSCSI		0x0002	eUSCSI Bridge
19841.165Saugustssproduct SHUTTLE SDDR09		0x0003	ImageMate SDDR09
19851.226Saugustssproduct SHUTTLE EUSBSMCF	0x0005	eUSB SmartMedia / CompactFlash Adapter
19861.156Saugustssproduct SHUTTLE ZIOMMC		0x0006	eUSB MultiMediaCard Adapter
19871.165Saugustssproduct SHUTTLE HIFD		0x0007	Sony Hifd
19881.165Saugustssproduct SHUTTLE EUSBATAPI	0x0009	eUSB ATA/ATAPI Adapter
19891.165Saugustssproduct SHUTTLE CF		0x000a	eUSB CompactFlash Adapter
19901.165Saugustssproduct SHUTTLE EUSCSI_B	0x000b	eUSCSI Bridge
19911.165Saugustssproduct SHUTTLE EUSCSI_C	0x000c	eUSCSI Bridge
19921.165Saugustssproduct SHUTTLE CDRW		0x0101	CD-RW Device
19931.351Skivinenproduct SHUTTLE ORCA		0x0325	eUSB ORCA Quad Reader
19941.323Saugustssproduct SHUTTLE SCM		0x1010	SCM Micro
19951.236Schristos
19961.236Schristos/* Siemens products */
19971.236Schristosproduct SIEMENS SPEEDSTREAM	0x1001	SpeedStream USB
19981.365Saugustssproduct SIEMENS SPEEDSTREAM22	0x1022	SpeedStream USB 1022
19991.208Saugustss
20001.419Saugustss/* Siemens Info products */
20011.419Saugustssproduct SIEMENS2 MC75		0x0034	Wireless Modules MC75
20021.474Sitohyproduct SIEMENS2 WL54G		0x3c06	54g USB Network Adapter
20031.419Saugustss
20041.441Sgdt/* Sierra Wireless products */
20051.441Sgdtproduct SIERRA AIRCARD580	0x0112	Sierra Wireless AirCard 580
20061.496Selricproduct SIERRA AIRCARD595	0x0019	Sierra Wireless AirCard 595
20071.490Ssmbproduct SIERRA MINI5725		0x0220	Sierra Wireless miniPCI 5275
20081.496Selricproduct SIERRA EM5625		0x0017	EM5625
20091.496Selricproduct SIERRA MC5720		0x0018	MC5720
20101.496Selricproduct SIERRA MC5725		0x0020	MC5725
20111.496Selricproduct SIERRA MC8755_2		0x6802	MC8755
20121.496Selricproduct SIERRA MC8765		0x6803	MC8765
20131.496Selricproduct SIERRA MC8755		0x6804	MC8755 HSDPA
20141.496Selricproduct SIERRA MC8775		0x6812	MC8775 HSDPA
20151.496Selricproduct SIERRA MC8755_3		0x6813	MC8755 HSDPA
20161.496Selricproduct SIERRA AIRCARD875	0x6820	Aircard 875 HSDPA
20171.441Sgdt
20181.208Saugustss/* Sigmatel products */
20191.476Sitohyproduct SIGMATEL SIR4116	0x4116	StIR4116 SIR
20201.208Saugustssproduct SIGMATEL IRDA		0x4200	IrDA
20211.453Sisproduct SIGMATEL FIR4210	0x4210	StIR4210 FIR
20221.448Sisproduct SIGMATEL VFIR4220	0x4220	StIR4220 VFIR
20231.355Saugustssproduct SIGMATEL I_BEAD100	0x8008	i-Bead 100 MP3 Player
20241.485Smlelstvproduct SIGMATEL I_BEAD150	0x8009	i-Bead 150 MP3 Player
20251.485Smlelstvproduct SIGMATEL MUSICSTICK	0x8134	TrekStor Musicstick
20261.365Saugustssproduct SIGMATEL DNSSF7X	0x8020	Datum Networks SSF-7X Multi Players
20271.64Saugustss
20281.50Saugustss/* SIIG products */
20291.50Saugustssproduct SIIG DIGIFILMREADER	0x0004	DigiFilm-Combo Reader
20301.335Swulfproduct SIIG UISDMC2S		0x0200	MULTICARDREADER
20311.284Saugustssproduct SIIG MULTICARDREADER	0x0201	MULTICARDREADER
20321.130Saugustss
20331.476Sitohyproduct SIIG2 USBTOETHER	0x0109	USB TO Ethernet
20341.381Saugustssproduct SIIG2 US2308		0x0421	Serial
20351.381Saugustss
20361.381Saugustss/* Silicom products */
20371.381Saugustssproduct SILICOM U2E		0x0001	U2E
20381.474Sitohyproduct SILICOM GPE		0x0002	Psion Gold Port Ethernet
20391.381Saugustss
20401.466Sdogcow/* Silicon Labs products */
20411.466Sdogcowproduct SILABS POLOLU		0x803b	Pololu Serial
20421.466Sdogcowproduct SILABS ARGUSISP		0x8066	Argussoft ISP
20431.466Sdogcowproduct SILABS CRUMB128		0x807a	Crumb128
20441.466Sdogcowproduct SILABS DEGREECONT	0x80ca	Degree Controls
20451.466Sdogcowproduct SILABS SUNNTO		0x80f6	Suunto sports
20461.466Sdogcowproduct SILABS DESKTOPMOBILE	0x813d	Burnside Desktop mobile
20471.466Sdogcowproduct SILABS IPLINK1220	0x815e	IP-Link 1220
20481.466Sdogcowproduct SILABS LIPOWSKY_JTAG	0x81c8	Lipowsky Baby-JTAG
20491.466Sdogcowproduct SILABS LIPOWSKY_LIN	0x81e2	Lipowsky Baby-LIN
20501.466Sdogcowproduct SILABS LIPOWSKY_HARP	0x8218	Lipowsky HARP-1
20511.466Sdogcowproduct SILABS2 DCU11CLONE	0xaa26	DCU-11 clone
20521.466Sdogcowproduct SILABS CP210X_1		0xea60	CP210x Serial
20531.466Sdogcowproduct SILABS CP210X_2		0xea61	CP210x Serial
20541.466Sdogcow
20551.130Saugustss/* Silicon Portals Inc. */
20561.438Schristosproduct SILICONPORTALS YAPPH_NF 0x0200	YAP Phone (no firmware)
20571.438Schristosproduct SILICONPORTALS YAPPHONE 0x0201	YAP Phone
20581.67Stron
20591.473Sitohy/* Silicon Integrated Systems products */
20601.473Sitohyproduct SIS SIS_163U		0x0163	802.11g Wireless LAN Adapter
20611.473Sitohy
20621.72Saugustss/* Sirius Technologies products */
20631.72Saugustssproduct SIRIUS ROADSTER		0x0001	NetComm Roadster II 56 USB
20641.95Saugustss
20651.376Sjdolecek/* Sitecom products */
20661.381Saugustssproduct SITECOM LN029		0x182d	LN029
20671.381Saugustssproduct SITECOM CN104		0x2068	CN104 serial
20681.376Sjdolecek
20691.439Sjoerg/* Sitecom Europe products */
20701.506Smattproduct SITECOMEU LN028		0x061c	LN-028
20711.439Sjoergproduct SITECOMEU WL113		0x9071	WL-113
20721.468Skiyoharaproduct SITECOMEU ZD1211B	0x9075	ZD1211B
20731.439Sjoergproduct SITECOMEU WL172		0x90ac	WL-172
20741.439Sjoergproduct SITECOMEU WL113R2	0x9712	WL-113 rev 2
20751.439Sjoerg
20761.95Saugustss/* SmartBridges products */
20771.95Saugustssproduct SMARTBRIDGES SMARTLINK	0x0001	SmartLink USB ethernet adapter
20781.176Saugustssproduct SMARTBRIDGES SMARTNIC	0x0003	smartNIC 2 PnP Adapter
20791.72Saugustss
20801.69Saugustss/* SMC products */
20811.69Saugustssproduct SMC 2102USB		0x0100	10Mbps ethernet adapter
20821.69Saugustssproduct SMC 2202USB		0x0200	10/100 ethernet adapter
20831.258Srhproduct SMC 2206USB		0x0201	EZ Connect USB Ethernet Adapter
20841.403Sdrochnerproduct SMC 2862WG		0xee13	EZ Connect g Wireless USB Adapter
20851.438Schristosproduct SMC2 2020HUB		0x2020	USB Hub
20861.436Schristosproduct SMC3 2662WV1		0xa001	EZ Connect 11Mbps
20871.355Saugustssproduct SMC3 2662WUSB		0xa002	2662W-AR Wireless Adapter
20881.175Saugustss
20891.175Saugustss/* SOHOware products */
20901.175Saugustssproduct SOHOWARE NUB100		0x9100	10/100 USB Ethernet
20911.474Sitohyproduct SOHOWARE NUB110		0x9110	NUB110 Ethernet
20921.69Saugustss
20931.67Stron/* SOLID YEAR products */
20941.69Saugustssproduct SOLIDYEAR KEYBOARD	0x2101	Solid Year USB keyboard
20951.56Saugustss
20961.110Saugustss/* SONY products */
20971.165Saugustssproduct SONY DSC		0x0010	DSC cameras
20981.226Saugustssproduct SONY NWMS7		0x0025	Memorystick NW-MS7
20991.213Saugustssproduct SONY DRIVEV2		0x002b	Harddrive V2
21001.165Saugustssproduct SONY MSACUS1		0x002d	Memorystick MSAC-US1
21011.226Saugustssproduct SONY HANDYCAM		0x002e	Handycam
21021.165Saugustssproduct SONY MSC		0x0032	MSC memory stick slot
21031.206Scjsproduct SONY CLIE_35		0x0038	Sony Clie v3.5
21041.245Skentproduct SONY PS2KEYBOARD	0x005c	PlayStation2 keyboard
21051.245Skentproduct SONY PS2KEYBOARDHUB	0x005d	PlayStation2 keyboard hub
21061.280Scjsproduct SONY PS2MOUSE		0x0061	PlayStation2 mouse
21071.206Scjsproduct SONY CLIE_40		0x0066	Sony Clie v4.0
21081.438Schristosproduct SONY MSC_U03		0x0069	MSC memory stick slot MSC-U03
21091.214Scjsproduct SONY CLIE_40_MS		0x006d	Sony Clie v4.0 Memory Stick slot
21101.300Saugustssproduct SONY CLIE_S360		0x0095	Sony Clie s360
21111.253Saugustssproduct SONY CLIE_41_MS		0x0099	Sony Clie v4.1 Memory Stick slot
21121.253Saugustssproduct SONY CLIE_41		0x009a	Sony Clie v4.1
21131.300Saugustssproduct SONY CLIE_NX60		0x00da	Sony Clie nx60
21141.393Shamajimaproduct SONY PS2EYETOY4		0x0154	PlayStation2 EyeToy v154
21151.393Shamajimaproduct SONY PS2EYETOY5		0x0155	PlayStation2 EyeToy v155
21161.381Saugustssproduct SONY CLIE_TJ25		0x0169	Sony Clie tj25
21171.110Saugustss
21181.353Saugustss/* SOURCENEXT products */
21191.476Sitohyproduct SOURCENEXT KEIKAI8_CHG	0x012e	KeikaiDenwa 8 with charger
21201.353Saugustssproduct SOURCENEXT KEIKAI8	0x039f	KeikaiDenwa 8
21211.353Saugustss
21221.465Sxtraeme/* Sphairon Access Systems GmbH products */
21231.474Sitohyproduct SPHAIRON UB801R		0x0110	UB801R
21241.465Sxtraeme
21251.66Saugustss/* STMicroelectronics products */
21261.66Saugustssproduct STMICRO COMMUNICATOR	0x7554	USB Communicator
21271.134Sitojun
21281.134Sitojun/* STSN products */
21291.134Sitojunproduct STSN STSN0001		0x0001	Internet Access Device
21301.302Sichiro
21311.302Sichiro/* Sun Communications products */
21321.438Schristosproduct SUNCOMM MB_ADAPTOR	0x0003	Mobile Adaptor
21331.237Saugustss
21341.237Saugustss/* SUN Corporation products */
21351.304Sichiroproduct SUNTAC DS96L		0x0003	SUNTAC U-Cable type D2
21361.237Saugustssproduct SUNTAC PS64P1		0x0005	SUNTAC U-Cable type P1
21371.237Saugustssproduct SUNTAC VS10U		0x0009	SUNTAC Slipper U
21381.305Sichiroproduct SUNTAC IS96U		0x000a	SUNTAC Ir-Trinity
21391.367Saugustssproduct SUNTAC AS64LX		0x000b	SUNTAC U-Cable type A3
21401.381Saugustssproduct SUNTAC AS144L4		0x0011	U-Cable type A4
21411.69Saugustss
21421.69Saugustss/* Sun Microsystems products */
21431.430Stronproduct SUN KEYBOARD_TYPE_6	0x0005	Type 6 USB keyboard
21441.438Schristosproduct SUN KEYBOARD_TYPE_7	0x00a2	Type 7 USB keyboard
21451.69Saugustss/* XXX The above is a North American PC style keyboard possibly */
21461.161Saugustssproduct SUN MOUSE		0x0100	Type 6 USB mouse
21471.100Saugustss
21481.473Sitohy/* Supra products */
21491.473Sitohyproduct DIAMOND2 SUPRAEXPRESS56K 0x07da Supra Express 56K modem
21501.473Sitohyproduct DIAMOND2 SUPRA2890	0x0b4a	SupraMax 2890 56K Modem
21511.473Sitohyproduct DIAMOND2 RIO600USB	0x5001	Rio 600 USB
21521.473Sitohyproduct DIAMOND2 RIO800USB	0x5002	Rio 800 USB
21531.473Sitohyproduct DIAMOND2 PSAPLAY120	0x5003	Nike psa[play 120
21541.473Sitohy
21551.407Sdrochner/* Surecom Technology products */
21561.407Sdrochnerproduct SURECOM EP9001G		0x11f3	EP-9001-g
21571.439Sjoergproduct SURECOM RT2573		0x31f3	RT2573
21581.407Sdrochner
21591.381Saugustss/* Susteen products */
21601.381Saugustssproduct SUSTEEN DCU10	0x0528	USB Cable
21611.396Sperry
21621.468Skiyohara/* Sweex products */
21631.468Skiyoharaproduct SWEEX ZD1211		0x1809	ZD1211
21641.468Skiyohara
21651.381Saugustss/* System TALKS, Inc. */
21661.438Schristosproduct SYSTEMTALKS SGCX2UL	0x1920	SGC-X2UL
21671.381Saugustss
21681.243Saugustss/* Tangtop products */
21691.243Saugustssproduct TANGTOP USBPS2		0x0001	USBPS2
21701.165Saugustss
21711.408Saugustss/* Targus products */
21721.408Saugustssproduct TARGUS PAUM004		0x0201	PAUM004 Mouse
21731.408Saugustss
21741.165Saugustss/* Taugagreining products */
21751.165Saugustssproduct TAUGA CAMERAMATE	0x0005	CameraMate (DPCM_USB)
21761.396Sperry
21771.162Saugustss/* TDK products */
21781.162Saugustssproduct TDK UPA9664		0x0115	USB-PDC Adapter UPA9664
21791.162Saugustssproduct TDK UCA1464		0x0116	USB-cdmaOne Adapter UCA1464
21801.162Saugustssproduct TDK UHA6400		0x0117	USB-PHS Adapter UHA6400
21811.162Saugustssproduct TDK UPA6400		0x0118	USB-PHS Adapter UPA6400
21821.364Saugustssproduct TDK BT_DONGLE		0x0309	Bluetooth USB dongle
21831.162Saugustss
21841.100Saugustss/* TEAC products */
21851.100Saugustssproduct TEAC FD05PUB		0x0000	FD-05PUB floppy
21861.66Saugustss
21871.381Saugustss/* Tekram Technology products */
21881.381Saugustssproduct TEKRAM 0193		0x1601	ALLNET 0193 WLAN
21891.381Saugustssproduct TEKRAM ZYAIR_B200	0x1602	ZyXEL ZyAIR B200 WLAN
21901.468Skiyoharaproduct TEKRAM QUICKWLAN	0x1630	QuickWLAN
21911.468Skiyoharaproduct TEKRAM ZD1211_1		0x5630	ZD1211
21921.468Skiyoharaproduct TEKRAM ZD1211_2		0x6630	ZD1211
21931.381Saugustss
21941.66Saugustss/* Telex Communications products */
21951.66Saugustssproduct TELEX MIC1		0x0001	Enhanced USB Microphone
21961.46Saugustss
21971.66Saugustss/* Texas Intel products */
21981.66Saugustssproduct TI UTUSB41		0x1446	UT-USB41 hub
21991.138Saugustssproduct TI TUSB2046		0x2046	TUSB2046 hub
22001.226Saugustssproduct TI NEXII		0x5409	Nex II Digital
22011.64Saugustss
22021.66Saugustss/* Thrustmaster products */
22031.66Saugustssproduct THRUST FUSION_PAD	0xa0a3	Fusion Digital Gamepad
22041.179Saugustss
22051.444Sichiro/* TOD Co. Ltd products */
22061.474Sitohyproduct TOD DOOGI_SLIM		0x0411	DOOGI SLIM USB Keyboard
22071.444Sichiro
22081.179Saugustss/* Todos Data System products */
22091.438Schristosproduct TODOS ARGOS_MINI	0x0002	Argos Mini Smartcard Reader
22101.111Shubertf
22111.427Sscw/* Topfield Co. Ltd products */
22121.427Sscwproduct TOPFIELD TF5000PVR	0x1000	TF5000PVR Digital Video Recorder
22131.427Sscw
22141.355Saugustss/* Toshiba Corporation products */
22151.355Saugustssproduct TOSHIBA POCKETPC_E740	0x0706	PocketPC e740
22161.355Saugustss
22171.111Shubertf/* Trek Technology products */
22181.113Sichiroproduct TREK THUMBDRIVE		0x1111	ThumbDrive
22191.298Saugustssproduct TREK THUMBDRIVE_8MB	0x9988	ThumbDrive 8MB
22201.259Saugustss
22211.368Saugustss/* Tripp-Lite products */
22221.368Saugustssproduct TRIPPLITE U209		0x2008	U209 Serial adapter
22231.495Srafalproduct TRIPPLITE2 UPS		0x1007	Tripp Lite UPS
22241.368Saugustss
22251.259Saugustss/* Trumpion products */
22261.438Schristosproduct TRUMPION T33521		0x1003	USB/MP3 decoder
22271.438Schristosproduct TRUMPION XXX1100	0x1100	XXX 1100
22281.216Sgehenna
22291.381Saugustss/* Tsunami products */
22301.381Saugustssproduct TSUNAMI SM2000		0x1111	SM-2000
22311.381Saugustss
22321.468Skiyohara/* TwinMOS products */
22331.468Skiyoharaproduct TWINMOS G240		0xa006	G240
22341.468Skiyohara
22351.216Sgehenna/* Ultima products */
22361.216Sgehennaproduct ULTIMA 1200UBPLUS	0x4002	1200 UB Plus scanner
22371.107Saugustss
22381.107Saugustss/* UMAX products */
22391.110Saugustssproduct UMAX ASTRA1236U		0x0002	Astra 1236U Scanner
22401.110Saugustssproduct UMAX ASTRA1220U		0x0010	Astra 1220U Scanner
22411.110Saugustssproduct UMAX ASTRA2000U		0x0030	Astra 2000U Scanner
22421.476Sitohyproduct UMAX ASTRA3400		0x0060	Astra 3400 Scanner
22431.110Saugustssproduct UMAX ASTRA2100U		0x0130	Astra 2100U Scanner
22441.110Saugustssproduct UMAX ASTRA2200U		0x0230	Astra 2200U Scanner
22451.48Saugustss
22461.468Skiyohara/* U-MEDIA Communications products */
22471.468Skiyoharaproduct UMEDIA TEW429UB_A	0x300a	TEW-429UB_A
22481.468Skiyoharaproduct UMEDIA TEW429UB		0x300b	TEW-429UB
22491.468Skiyoharaproduct UMEDIA TEW429UBC1	0x300d	TEW-429UB C1
22501.468Skiyoharaproduct UMEDIA ALL0298V2	0x3204	ALL0298 v2
22511.468Skiyohara
22521.66Saugustss/* Universal Access products */
22531.66Saugustssproduct UNIACCESS PANACHE	0x0101	Panache Surf USB ISDN Adapter
22541.355Saugustss
22551.381Saugustss/* U.S. Robotics products */
22561.381Saugustssproduct USR USR1120		0x00eb	USR1120 WLAN
22571.468Skiyoharaproduct USR USR5423		0x0121	USR5423 WLAN
22581.381Saugustss
22591.466Sdogcow/* USI products */
22601.466Sdogcowproduct USI MC60		0x10c5	MC60 Serial
22611.466Sdogcow
22621.424Sgdt/* GNU Radio USRP */
22631.424Sgdtproduct USRP USRPv2		0x0002	USRP Revision 2
22641.424Sgdt
22651.355Saugustss/* VidzMedia products */
22661.355Saugustssproduct VIDZMEDIA MONSTERTV	0x4fb1	MonsterTV P2H
22671.1Saugustss
22681.381Saugustss/* ViewSonic products */
22691.381Saugustssproduct VIEWSONIC G773HUB	0x00fe	G773 Monitor Hub
22701.381Saugustssproduct VIEWSONIC P815HUB	0x00ff	P815 Monitor Hub
22711.381Saugustssproduct VIEWSONIC G773CTRL	0x4153	G773 Monitor Control
22721.381Saugustss
22731.66Saugustss/* Vision products */
22741.98Ssorenproduct VISION VC6452V002	0x0002	CPiA Camera
22751.1Saugustss
22761.110Saugustss/* Visioneer products */
22771.124Saugustssproduct VISIONEER 7600		0x0211	OneTouch 7600
22781.124Saugustssproduct VISIONEER 5300		0x0221	OneTouch 5300
22791.254Saugustssproduct VISIONEER 3000		0x0224	Scanport 3000
22801.110Saugustssproduct VISIONEER 6100		0x0231	OneTouch 6100
22811.124Saugustssproduct VISIONEER 6200		0x0311	OneTouch 6200
22821.124Saugustssproduct VISIONEER 8100		0x0321	OneTouch 8100
22831.124Saugustssproduct VISIONEER 8600		0x0331	OneTouch 8600
22841.396Sperry
22851.285Saugustss/* Vivitar products */
22861.285Saugustssproduct VIVITAR DSC350		0x0003	DSC350 Camera
22871.285Saugustss
22881.407Sdrochner/* VTech products */
22891.407Sdrochnerproduct VTECH RT2570		0x3012	RT2570
22901.468Skiyoharaproduct VTECH ZD1211B		0x3014	ZD1211B
22911.407Sdrochner
22921.66Saugustss/* Wacom products */
22931.66Saugustssproduct WACOM CT0405U		0x0000	CT-0405-U Tablet
22941.78Saugustssproduct WACOM GRAPHIRE		0x0010	Graphire
22951.362Saugustssproduct WACOM GRAPHIRE3_4X5	0x0013	Graphire3 4x5
22961.450Sghenproduct WACOM GRAPHIRE3_6X8	0x0014	Graphire3 6x8
22971.450Sghenproduct WACOM GRAPHIRE4_4X5	0x0015	Graphire4 4x5
22981.78Saugustssproduct WACOM INTUOSA5		0x0021	Intuos A5
22991.364Saugustssproduct WACOM GD0912U		0x0022	Intuos 9x12 Graphics Tablet
23001.396Sperry
23011.482Stshiozak/* WinChipHead products */
23021.482Stshiozakproduct WINCHIPHEAD CH341SER	0x5523	CH341/CH340 USB-Serial Bridge
23031.482Stshiozak
23041.468Skiyohara/* Wistron NeWeb products */
23051.468Skiyoharaproduct WISTRONNEWEB UR055G	0x0711	UR055G
23061.468Skiyohara
23071.166Saugustss/* Xirlink products */
23081.274Srossproduct XIRLINK IMAGING		0x800d	IMAGING DEVICE
23091.166Saugustssproduct XIRLINK PCCAM		0x8080	IBM PC Camera
23101.166Saugustss
23111.140Stshiozak/* Yamaha products */
23121.140Stshiozakproduct YAMAHA UX256		0x1000	UX256 MIDI I/F
23131.342Sjdolecekproduct YAMAHA MU1000		0x1001	MU1000 MIDI Synth.
23141.342Sjdolecekproduct YAMAHA MU2000		0x1002	MU2000 MIDI Synth.
23151.342Sjdolecekproduct YAMAHA MU500		0x1003	MU500 MIDI Synth.
23161.342Sjdolecekproduct YAMAHA UW500		0x1004	UW500 USB Audio I/F
23171.342Sjdolecekproduct YAMAHA MOTIF6		0x1005	MOTIF6 MIDI Synth. Workstation
23181.342Sjdolecekproduct YAMAHA MOTIF7		0x1006	MOTIF7 MIDI Synth. Workstation
23191.342Sjdolecekproduct YAMAHA MOTIF8		0x1007	MOTIF8 MIDI Synth. Workstation
23201.342Sjdolecekproduct YAMAHA UX96		0x1008	UX96 MIDI I/F
23211.342Sjdolecekproduct YAMAHA UX16		0x1009	UX16 MIDI I/F
23221.342Sjdolecekproduct YAMAHA S08		0x100e	S08 MIDI Keyboard
23231.342Sjdolecekproduct YAMAHA CLP150		0x100f	CLP-150 digital piano
23241.342Sjdolecekproduct YAMAHA CLP170		0x1010	CLP-170 digital piano
23251.245Skentproduct YAMAHA RPU200		0x3104	RP-U200
23261.364Saugustssproduct YAMAHA RTA54I		0x4000	NetVolante RTA54i Broadband&ISDN Router
23271.364Saugustssproduct YAMAHA RTW65B		0x4001	NetVolante RTW65b Broadband Wireless Router
23281.364Saugustssproduct YAMAHA RTW65I		0x4002	NetVolante RTW65i Broadband&ISDN Wireless Router
23291.364Saugustssproduct YAMAHA RTA55I		0x4004	NetVolante RTA55i Broadband VoIP Router
23301.229Ssimonb
23311.229Ssimonb/* Yano products */
23321.229Ssimonbproduct YANO U640MO		0x0101	U640MO-03
23331.349Swiz
23341.473Sitohy/* Y-E Data products */
23351.473Sitohyproduct YEDATA FLASHBUSTERU	0x0000	Flashbuster-U
23361.120Saugustss
23371.381Saugustss/* Z-Com products */
23381.381Saugustssproduct ZCOM 725		0x0002	725/726 Prism2.5 WLAN
23391.468Skiyoharaproduct ZCOM ZD1211		0x0011	ZD1211
23401.468Skiyoharaproduct ZCOM ZD1211B		0x001a	ZD1211B
23411.381Saugustss
23421.473Sitohy/* Zeevo, Inc. products */
23431.473Sitohyproduct ZEEVO BLUETOOTH		0x07d0	BT-500 Bluetooth USB Adapter
23441.473Sitohy
23451.407Sdrochner/* Zinwell products */
23461.407Sdrochnerproduct ZINWELL ZWXG261		0x0260	ZWX-G261
23471.407Sdrochner
23481.88Saugustss/* Zoom Telephonics, Inc. products */
23491.72Saugustssproduct ZOOM 2986L		0x9700	2986L Fax modem
23501.120Saugustss
23511.421Sdogcow/* Zydas Technology Corporation products */
23521.421Sdogcowproduct ZYDAS ZD1211		0x1211	ZD1211 WLAN abg
23531.468Skiyoharaproduct ZYDAS ZD1211B		0x1215	ZD1211B
23541.421Sdogcow
23551.120Saugustss/* ZyXEL Communication Co. products */
23561.162Saugustssproduct ZYXEL OMNI56K		0x1500	Omni 56K Plus
23571.120Saugustssproduct ZYXEL 980N		0x2011	Scorpion-980N keyboard
23581.468Skiyoharaproduct ZYXEL ZYAIRG220		0x3401	ZyAIR G-220
23591.468Skiyoharaproduct ZYXEL AG225H		0x3409	AG-225H
23601.468Skiyoharaproduct ZYXEL M202		0x340a	M-202
23611.468Skiyoharaproduct ZYXEL G220V2		0x340f	G-220 v2
23621.474Sitohyproduct ZYXEL PRESTIGE		0x401a	Prestige
2363