usbdevs revision 1.476
11.476Sitohy$NetBSD: usbdevs,v 1.476 2007/06/24 10:43:23 itohy 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 * 3. All advertising materials mentioning features or use of this software
201.1Saugustss *    must display the following acknowledgement:
211.438Schristos *	  This product includes software developed by the NetBSD
221.438Schristos *	  Foundation, Inc. and its contributors.
231.1Saugustss * 4. Neither the name of The NetBSD Foundation nor the names of its
241.1Saugustss *    contributors may be used to endorse or promote products derived
251.1Saugustss *    from this software without specific prior written permission.
261.1Saugustss *
271.1Saugustss * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
281.1Saugustss * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
291.1Saugustss * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
301.1Saugustss * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
311.1Saugustss * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
321.1Saugustss * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
331.1Saugustss * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
341.1Saugustss * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
351.1Saugustss * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
361.1Saugustss * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
371.1Saugustss * POSSIBILITY OF SUCH DAMAGE.
381.1Saugustss */
391.1Saugustss
401.1Saugustss/*
411.1Saugustss * List of known USB vendors
421.155Saugustss *
431.392Simp * USB.org publishes a VID list of USB-IF member companies at
441.392Simp * http://www.usb.org/developers/tools
451.392Simp * Note that it does not show companies that have obtained a Vendor ID
461.392Simp * without becoming full members.
471.392Simp *
481.155Saugustss * Please note that these IDs do not do anything. Adding an ID here and
491.155Saugustss * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
501.155Saugustss * available to the source code and does not change any functionality, nor
511.155Saugustss * does it make your device available to a specific driver.
521.155Saugustss * It will however make the descriptive string available if a device does not
531.155Saugustss * provide the string itself.
541.155Saugustss *
551.155Saugustss * After adding a vendor ID VNDR and a product ID PRDCT you will have the
561.155Saugustss * following extra defines:
571.438Schristos * #define USB_VENDOR_VNDR		0x????
581.438Schristos * #define USB_PRODUCT_VNDR_PRDCT	0x????
591.155Saugustss *
601.155Saugustss * You may have to add these defines to the respective probe routines to
611.155Saugustss * make the device recognised by the appropriate device driver.
621.1Saugustss */
631.1Saugustss
641.391Simpvendor EGALAX2		0x0123	eGalax, Inc.
651.191Saugustssvendor AOX		0x03e8	AOX
661.191Saugustssvendor ATMEL		0x03eb	Atmel
671.165Saugustssvendor MITSUMI		0x03ee	Mitsumi
681.44Saugustssvendor HP		0x03f0	Hewlett Packard
691.191Saugustssvendor ADAPTEC		0x03f3	Adaptec
701.124Saugustssvendor NATIONAL		0x0400	National Semiconductor
711.191Saugustssvendor ACERLABS		0x0402	Acer Labs
721.91Saugustssvendor FTDI		0x0403	Future Technology Devices
731.1Saugustssvendor NEC		0x0409	NEC
741.191Saugustssvendor KODAK		0x040a	Eastman Kodak
751.191Saugustssvendor MELCO		0x0411	Melco
761.381Saugustssvendor CREATIVE		0x041e	Creative Labs
771.431Srjsvendor NOKIA		0x0421	Nokia
781.191Saugustssvendor ADI		0x0422	ADI Systems
791.191Saugustssvendor CATC		0x0423	Computer Access Technology
801.237Saugustssvendor SMC2		0x0424	Standard Microsystems
811.381Saugustssvendor GRAVIS		0x0428	Advanced Gravis Computer
821.69Saugustssvendor SUN		0x0430	Sun Microsystems
831.391Simpvendor TAUGA		0x0436	Taugagreining HF
841.88Saugustssvendor AMD		0x0438	Advanced Micro Devices
851.191Saugustssvendor LEXMARK		0x043d	Lexmark International
861.191Saugustssvendor NANAO		0x0440	NANAO
871.191Saugustssvendor ALPS		0x044e	Alps Electric
881.40Saugustssvendor THRUST		0x044f	Thrustmaster
891.69Saugustssvendor TI		0x0451	Texas Instruments
901.191Saugustssvendor ANALOGDEVICES	0x0456	Analog Devices
911.438Schristosvendor SIS		0x0457	Silicon Integrated Systems
921.191Saugustssvendor KYE		0x0458	KYE Systems
931.112Saugustssvendor DIAMOND2		0x045a	Diamond (Supra)
941.18Saugustssvendor MICROSOFT	0x045e	Microsoft
951.45Saugustssvendor PRIMAX		0x0461	Primax Electronics
961.475Sveegovendor MGE		0x0463	MGE UPS Systems
971.191Saugustssvendor AMP		0x0464	AMP
981.191Saugustssvendor CHERRY		0x046a	Cherry Mikroschalter
991.88Saugustssvendor MEGATRENDS	0x046b	American Megatrends
1001.191Saugustssvendor LOGITECH		0x046d	Logitech
1011.26Saugustssvendor BTC		0x046e	Behavior Tech. Computer
1021.1Saugustssvendor PHILIPS		0x0471	Philips
1031.286Simpvendor SANYO		0x0474	Sanyo Electric
1041.191Saugustssvendor CONNECTIX	0x0478	Connectix
1051.78Saugustssvendor KENSINGTON	0x047d	Kensington
1061.40Saugustssvendor LUCENT		0x047e	Lucent
1071.322Shamajimavendor PLANTRONICS	0x047f	Plantronics
1081.381Saugustssvendor KYOCERA		0x0482	Kyocera
1091.35Saugustssvendor STMICRO		0x0483	STMicroelectronics
1101.191Saugustssvendor YAMAHA		0x0499	YAMAHA
1111.381Saugustssvendor COMPAQ		0x049f	Compaq
1121.226Saugustssvendor HITACHI		0x04a4	Hitachi
1131.191Saugustssvendor ACERP		0x04a5	Acer Peripherals
1141.110Saugustssvendor VISIONEER	0x04a7	Visioneer
1151.191Saugustssvendor CANON		0x04a9	Canon
1161.143Saugustssvendor NIKON		0x04b0	Nikon
1171.381Saugustssvendor IBM		0x04b3	IBM
1181.6Saugustssvendor CYPRESS		0x04b4	Cypress Semiconductor
1191.191Saugustssvendor EPSON		0x04b8	Seiko Epson
1201.108Sdarrenrvendor RAINBOW		0x04b9	Rainbow Technologies
1211.307Snakayamavendor IODATA		0x04bb	I-O Data
1221.191Saugustssvendor TDK		0x04bf	TDK
1231.69Saugustssvendor 3COMUSR		0x04c1	U.S. Robotics
1241.191Saugustssvendor METHODE		0x04c2	Methode Electronics Far East
1251.191Saugustssvendor MAXISWITCH	0x04c3	Maxi Switch
1261.117Saugustssvendor LOCKHEEDMER	0x04c4	Lockheed Martin Energy Research
1271.191Saugustssvendor FUJITSU		0x04c5	Fujitsu
1281.381Saugustssvendor TOSHIBAAM	0x04c6	Toshiba America
1291.117Saugustssvendor MICROMACRO	0x04c7	Micro Macro Technologies
1301.191Saugustssvendor KONICA		0x04c8	Konica
1311.191Saugustssvendor LITEON		0x04ca	Lite-On Technology
1321.191Saugustssvendor FUJIPHOTO	0x04cb	Fuji Photo Film
1331.117Saugustssvendor PHILIPSSEMI	0x04cc	Philips Semiconductors
1341.117Saugustssvendor TATUNG		0x04cd	Tatung Co. Of America
1351.191Saugustssvendor SCANLOGIC	0x04ce	ScanLogic
1361.191Saugustssvendor MYSON		0x04cf	Myson Technology
1371.381Saugustssvendor DIGI2		0x04d0	Digi
1381.117Saugustssvendor ITTCANON		0x04d1	ITT Canon
1391.381Saugustssvendor ALTEC		0x04d2	Altec Lansing
1401.476Sitohyvendor HOLTEK		0x04d9	Holtek Semiconductor
1411.150Saugustssvendor PANASONIC	0x04da	Panasonic (Matsushita)
1421.381Saugustssvendor SHARP		0x04dd	Sharp
1431.198Saugustssvendor IIYAMA		0x04e1	Iiyama
1441.9Saugustssvendor SHUTTLE		0x04e6	Shuttle Technology
1451.355Saugustssvendor SAMSUNG		0x04e8	Samsung Electronics
1461.88Saugustssvendor ANNABOOKS	0x04ed	Annabooks
1471.355Saugustssvendor JVC		0x04f1	JVC
1481.191Saugustssvendor CHICONY		0x04f2	Chicony Electronics
1491.191Saugustssvendor BROTHER		0x04f9	Brother Industries
1501.45Saugustssvendor DALLAS		0x04fa	Dallas Semiconductor
1511.379Sjmmvvendor AIPTEK2		0x04fc	AIPTEK International
1521.191Saugustssvendor ACER		0x0502	Acer
1531.191Saugustssvendor 3COM		0x0506	3Com
1541.400Saugustssvendor HOSIDEN		0x0507	Hosiden Corporation
1551.191Saugustssvendor AZTECH		0x0509	Aztech Systems
1561.43Saugustssvendor BELKIN		0x050d	Belkin Components
1571.191Saugustssvendor KAWATSU		0x050f	Kawatsu Semiconductor
1581.383Saugustssvendor COMPOSITE	0x0518	Composite
1591.44Saugustssvendor APC		0x051d	American Power Conversion
1601.191Saugustssvendor CONNECTEK	0x0522	Advanced Connectek USA
1611.69Saugustssvendor NETCHIP		0x0525	NetChip Technology
1621.88Saugustssvendor ALTRA		0x0527	ALTRA
1631.191Saugustssvendor ATI		0x0528	ATI Technologies
1641.88Saugustssvendor AKS		0x0529	Aladdin Knowledge Systems
1651.57Saugustssvendor UNIACCESS	0x0540	Universal Access
1661.381Saugustssvendor VIEWSONIC	0x0543	ViewSonic
1671.191Saugustssvendor XIRLINK		0x0545	Xirlink
1681.191Saugustssvendor ANCHOR		0x0547	Anchor Chips
1691.191Saugustssvendor SONY		0x054c	Sony
1701.191Saugustssvendor VISION		0x0553	VLSI Vision
1711.191Saugustssvendor ASAHIKASEI	0x0556	Asahi Kasei Microsystems
1721.191Saugustssvendor ATEN		0x0557	ATEN International
1731.191Saugustssvendor MUSTEK		0x055f	Mustek Systems
1741.191Saugustssvendor TELEX		0x0562	Telex Communications
1751.191Saugustssvendor PERACOM		0x0565	Peracom Networks
1761.191Saugustssvendor ALCOR2		0x0566	Alcor Micro
1771.191Saugustssvendor WACOM		0x056a	WACOM
1781.43Saugustssvendor ETEK		0x056c	e-TEK Labs
1791.1Saugustssvendor EIZO		0x056d	EIZO
1801.191Saugustssvendor ELECOM		0x056e	Elecom
1811.149Sabsvendor HAUPPAUGE	0x0573	Hauppauge Computer Works
1821.88Saugustssvendor BAFO		0x0576	BAFO/Quality Computer Accessories
1831.86Saugustssvendor YEDATA		0x057b	Y-E Data
1841.381Saugustssvendor AVM		0x057c	AVM
1851.81Saugustssvendor QUICKSHOT	0x057f	Quickshot
1861.191Saugustssvendor ROLAND		0x0582	Roland
1871.40Saugustssvendor ROCKFIRE		0x0583	Rockfire
1881.381Saugustssvendor RATOC		0x0584	RATOC Systems
1891.191Saugustssvendor ZYXEL		0x0586	ZyXEL Communication
1901.191Saugustssvendor ALCOR		0x058f	Alcor Micro
1911.191Saugustssvendor IOMEGA		0x059b	Iomega
1921.191Saugustssvendor ATREND		0x059c	A-Trend Technology
1931.88Saugustssvendor AID		0x059d	Advanced Input Devices
1941.107Saugustssvendor LACIE		0x059f	LaCie
1951.40Saugustssvendor OMNIVISION	0x05a9	OmniVision
1961.43Saugustssvendor INSYSTEM		0x05ab	In-System Design
1971.34Stronvendor APPLE		0x05ac	Apple Computer
1981.74Ssorenvendor DIGI		0x05c5	Digi International
1991.459Ssalovendor QUALCOMM2	0x05c6	Qualcomm
2001.191Saugustssvendor QTRONIX		0x05c7	Qtronix
2011.191Saugustssvendor ELSA		0x05cc	ELSA
2021.88Saugustssvendor BRAINBOXES	0x05d1	Brainboxes Limited
2031.217Saugustssvendor ULTIMA		0x05d8	Ultima
2041.88Saugustssvendor AXIOHM		0x05d9	Axiohm Transaction Solutions
2051.110Saugustssvendor MICROTEK		0x05da	Microtek
2061.237Saugustssvendor SUNTAC		0x05db	SUN Corporation
2071.167Saugustssvendor LEXAR		0x05dc	Lexar Media
2081.114Saugustssvendor SYMBOL		0x05e0	Symbol Technologies
2091.191Saugustssvendor GENESYS		0x05e3	Genesys Logic
2101.191Saugustssvendor FUJI		0x05e5	Fuji Electric
2111.114Saugustssvendor KEITHLEY		0x05e6	Keithley Instruments
2121.1Saugustssvendor EIZONANAO	0x05e7	EIZO Nanao
2131.69Saugustssvendor KLSI		0x05e9	Kawasaki LSI
2141.191Saugustssvendor FFC		0x05eb	FFC
2151.191Saugustssvendor ANKO		0x05ef	Anko Electronic
2161.69Saugustssvendor PIENGINEERING	0x05f3	P.I. Engineering
2171.88Saugustssvendor AOC		0x05f6	AOC International
2181.1Saugustssvendor CHIC		0x05fe	Chic Technology
2191.88Saugustssvendor BARCO		0x0600	Barco Display Systems
2201.191Saugustssvendor BRIDGE		0x0607	Bridge Information
2211.67Stronvendor SOLIDYEAR	0x060b	Solid Year
2221.88Saugustssvendor BIORAD		0x0614	Bio-Rad Laboratories
2231.24Saugustssvendor MACALLY		0x0618	Macally
2241.191Saugustssvendor ACTLABS		0x061c	Act Labs
2251.191Saugustssvendor ALARIS		0x0620	Alaris
2261.476Sitohyvendor APEX		0x0624	Apex
2271.416Srpaulovendor CREATIVE3	0x062a	Creative Labs
2281.285Saugustssvendor VIVITAR		0x0636	Vivitar
2291.191Saugustssvendor AVISION		0x0638	Avision
2301.100Saugustssvendor TEAC		0x0644	TEAC
2311.263Sjodavendor SGI		0x065e	Silicon Graphics
2321.245Skentvendor SANWASUPPLY	0x0663	Sanwa Supply
2331.191Saugustssvendor LINKSYS		0x066b	Linksys
2341.191Saugustssvendor ACERSA		0x066e	Acer Semiconductor America
2351.208Saugustssvendor SIGMATEL		0x066f	Sigmatel
2361.468Skiyoharavendor DRAYTEK		0x0675	DrayTek
2371.191Saugustssvendor AIWA		0x0677	Aiwa
2381.191Saugustssvendor ACARD		0x0678	ACARD Technology
2391.191Saugustssvendor PROLIFIC		0x067b	Prolific Technology
2401.236Schristosvendor SIEMENS		0x067c	Siemens
2411.313Sjdolecekvendor AVANCELOGIC	0x0680	Avance Logic
2421.419Saugustssvendor SIEMENS2		0x0681	Siemens
2431.224Saugustssvendor MINOLTA		0x0686	Minolta
2441.381Saugustssvendor CHPRODUCTS	0x068e	CH Products
2451.391Simpvendor HAGIWARA		0x0693	Hagiwara Sys-Com
2461.101Saugustssvendor CTX		0x0698	Chuntex
2471.191Saugustssvendor ASKEY		0x069a	Askey Computer
2481.195Saugustssvendor SAITEK		0x06a3	Saitek
2491.88Saugustssvendor ALCATELT		0x06b9	Alcatel Telecom
2501.191Saugustssvendor AGFA		0x06bd	AGFA-Gevaert
2511.191Saugustssvendor ASIAMD		0x06be	Asia Microelectronic Development
2521.191Saugustssvendor BIZLINK		0x06c4	Bizlink International
2531.156Saugustssvendor KEYSPAN		0x06cd	Keyspan
2541.191Saugustssvendor AASHIMA		0x06d6	Aashima Technology
2551.38Saugustssvendor MULTITECH	0x06e0	MultiTech
2561.191Saugustssvendor ADS		0x06e1	ADS Technologies
2571.88Saugustssvendor ALCATELM		0x06e4	Alcatel Microelectronics
2581.72Saugustssvendor SIRIUS		0x06ea	Sirius Technologies
2591.381Saugustssvendor GUILLEMOT	0x06f8	Guillemot
2601.88Saugustssvendor BOSTON		0x06fd	Boston Acoustics
2611.191Saugustssvendor SMC		0x0707	Standard Microsystems
2621.191Saugustssvendor PUTERCOM		0x0708	Putercom
2631.191Saugustssvendor MCT		0x0711	MCT
2641.381Saugustssvendor IMATION		0x0718	Imation
2651.381Saugustssvendor SUSTEEN		0x0731	Susteen
2661.326Saugustssvendor EICON		0x0734	Eicon Networks
2671.191Saugustssvendor DIGITALSTREAM	0x074e	Digital Stream
2681.88Saugustssvendor AUREAL		0x0755	Aureal Semiconductor
2691.53Saugustssvendor MIDIMAN		0x0763	Midiman
2701.407Sdrochnervendor SURECOM		0x0769	Surecom Technology
2711.316Saugustssvendor LINKSYS2		0x077b	Linksys
2721.191Saugustssvendor GRIFFIN		0x077d	Griffin Technology
2731.381Saugustssvendor SANDISK		0x0781	SanDisk
2741.391Simpvendor JENOPTIK		0x0784	Jenoptik
2751.389Simpvendor LOGITEC		0x0789	Logitec
2761.191Saugustssvendor BRIMAX		0x078e	Brimax
2771.191Saugustssvendor AXIS		0x0792	Axis Communications
2781.191Saugustssvendor ABL		0x0794	ABL Electronics
2791.468Skiyoharavendor SAGEM		0x079b	Sagem
2801.302Sichirovendor SUNCOMM		0x079c	Sun Communications, Inc.
2811.191Saugustssvendor ALFADATA		0x079d	Alfadata Computer
2821.114Saugustssvendor NATIONALTECH	0x07a2	National Technical Systems
2831.191Saugustssvendor ONNTO		0x07a3	Onnto
2841.191Saugustssvendor BE		0x07a4	Be
2851.191Saugustssvendor ADMTEK		0x07a6	ADMtek
2861.64Saugustssvendor COREGA		0x07aa	Corega
2871.88Saugustssvendor FREECOM		0x07ab	Freecom
2881.114Saugustssvendor MICROTECH	0x07af	Microtech
2891.364Saugustssvendor GENERALINSTMNTS	0x07b2	General Instruments (Motorola)
2901.190Saugustssvendor OLYMPUS		0x07b4	Olympus
2911.191Saugustssvendor ABOCOM		0x07b8	AboCom Systems
2921.191Saugustssvendor KEISOKUGIKEN	0x07c1	Keisokugiken
2931.381Saugustssvendor ONSPEC		0x07c4	OnSpec
2941.88Saugustssvendor APG		0x07c5	APG Cash Drawer
2951.191Saugustssvendor BUG		0x07c8	B.U.G.
2961.88Saugustssvendor ALLIEDTELESYN	0x07c9	Allied Telesyn International
2971.191Saugustssvendor AVERMEDIA	0x07ca	AVerMedia Technologies
2981.50Saugustssvendor SIIG		0x07cc	SIIG
2991.147Sichirovendor CASIO		0x07cf	CASIO
3001.439Sjoergvendor DLINK2		0x07d1	D-Link
3011.191Saugustssvendor APTIO		0x07d2	Aptio Products
3021.88Saugustssvendor ARASAN		0x07da	Arasan Chip Systems
3031.191Saugustssvendor ALLIEDCABLE	0x07e6	Allied Cable
3041.134Sitojunvendor STSN		0x07ef	STSN
3051.191Saugustssvendor ZOOM		0x0803	Zoom Telephonics
3061.191Saugustssvendor BROADLOGIC	0x0827	BroadLogic
3071.191Saugustssvendor HANDSPRING	0x082d	Handspring
3081.391Simpvendor PALM		0x0830	Palm Computing
3091.353Saugustssvendor SOURCENEXT	0x0833	SOURCENEXT
3101.191Saugustssvendor ACTIONSTAR	0x0835	Action Star Enterprise
3111.191Saugustssvendor ACCTON		0x083a	Accton Technology
3121.72Saugustssvendor DIAMOND		0x0841	Diamond
3131.191Saugustssvendor NETGEAR		0x0846	BayNETGEAR
3141.191Saugustssvendor ACTIVEWIRE	0x0854	ActiveWire
3151.438Schristosvendor BBELECTRONICS	0x0856	B&B Electronics
3161.186Saugustssvendor PORTGEAR		0x085a	PortGear
3171.385Saugustssvendor NETGEAR2		0x0864	Netgear
3181.381Saugustssvendor SYSTEMTALKS	0x086e	System Talks
3191.125Sexplorervendor METRICOM		0x0870	Metricom
3201.191Saugustssvendor ADESSOKBTEK	0x087c	ADESSO/Kbtek America
3211.186Saugustssvendor JATON		0x087d	Jaton
3221.191Saugustssvendor APT		0x0880	APT Technologies
3231.191Saugustssvendor BOCARESEARCH	0x0885	Boca Research
3241.88Saugustssvendor ANDREA		0x08a8	Andrea Electronics
3251.191Saugustssvendor BURRBROWN	0x08bb	Burr-Brown Japan
3261.191Saugustssvendor 2WIRE		0x08c8	2Wire
3271.191Saugustssvendor AIPTEK		0x08ca	AIPTEK International
3281.191Saugustssvendor SMARTBRIDGES	0x08d1	SmartBridges
3291.191Saugustssvendor BILLIONTON	0x08dd	Billionton Systems
3301.191Saugustssvendor EXTENDED		0x08e9	Extended Systems
3311.148Ssorenvendor MSYSTEMS		0x08ec	M-Systems
3321.191Saugustssvendor AUTHENTEC	0x08ff	AuthenTec
3331.245Skentvendor AUDIOTECHNICA	0x0909	Audio-Technica
3341.259Saugustssvendor TRUMPION		0x090a	Trumpion Microelectronics
3351.191Saugustssvendor ALATION		0x0910	Alation Systems
3361.229Ssimonbvendor CONCORDCAMERA	0x0919	Concord Camera
3371.277Saugustssvendor GOHUBS		0x0921	GoHubs
3381.88Saugustssvendor BIOMETRIC	0x0929	American Biometric Company
3391.381Saugustssvendor TOSHIBA		0x0930	Toshiba
3401.367Saugustssvendor PLEXTOR		0x093b	Plextor
3411.381Saugustssvendor INTREPIDCS	0x093c	Intrepid
3421.120Saugustssvendor YANO		0x094f	Yano
3431.122Saugustssvendor KINGSTON		0x0951	Kingston Technology
3441.191Saugustssvendor BLUEWATER	0x0956	BlueWater Systems
3451.191Saugustssvendor AGILENT		0x0957	Agilent Technologies
3461.186Saugustssvendor PORTSMITH	0x095a	Portsmith
3471.365Saugustssvendor ACERW		0x0967	Acer
3481.88Saugustssvendor ADIRONDACK	0x0976	Adirondack Wire & Cable
3491.191Saugustssvendor BECKHOFF		0x0978	Beckhoff
3501.226Saugustssvendor MINDSATWORK	0x097a	Minds At Work
3511.366Saugustssvendor POINTCHIPS	0x09a6	PointChips
3521.234Saugustssvendor INTERSIL		0x09aa	Intersil
3531.191Saugustssvendor ALTIUS		0x09b3	Altius Solutions
3541.191Saugustssvendor ARRIS		0x09c1	Arris Interactive
3551.191Saugustssvendor ACTIVCARD	0x09c3	ACTIVCARD
3561.191Saugustssvendor ACTISYS		0x09c4	ACTiSYS
3571.441Sgdtvendor NOVATEL		0x09d7	NovAtel
3581.191Saugustssvendor AFOURTECH	0x09da	A-FOUR TECH
3591.191Saugustssvendor AIMEX		0x09dc	AIMEX
3601.191Saugustssvendor ADDONICS		0x09df	Addonics Technologies
3611.191Saugustssvendor AKAI		0x09e8	AKAI professional M.I.
3621.88Saugustssvendor ARESCOM		0x09f5	ARESCOM
3631.88Saugustssvendor BAY		0x09f9	Bay Associates
3641.88Saugustssvendor ALTERA		0x09fb	Altera
3651.288Sgrantvendor CSR		0x0a12	Cambridge Silicon Radio
3661.111Shubertfvendor TREK		0x0a16	Trek Technology
3671.191Saugustssvendor ASAHIOPTICAL	0x0a17	Asahi Optical
3681.191Saugustssvendor BOCASYSTEMS	0x0a43	Boca Systems
3691.383Saugustssvendor MEDIAGEAR	0x0a48	MediaGear
3701.191Saugustssvendor BROADCOM		0x0a5c	Broadcom
3711.191Saugustssvendor GREENHOUSE	0x0a6b	GREENHOUSE
3721.99Scastorvendor GEOCAST		0x0a79	Geocast Network Systems
3731.421Sdogcowvendor ZYDAS		0x0ace	Zydas Technology Corporation
3741.391Simpvendor NEODIO		0x0aec	Neodio
3751.458Smlelstvvendor OPTIONNV		0x0af0	Option N.V:
3761.399Ssekiyavendor ASUSTEK		0x0b05	ASUSTeK Computer
3771.179Saugustssvendor TODOS		0x0b0c	Todos Data System
3781.381Saugustssvendor SIIG2		0x0b39	SIIG
3791.381Saugustssvendor TEKRAM		0x0b3b	Tekram Technology
3801.353Saugustssvendor HAL		0x0b41	HAL Corporation
3811.364Saugustssvendor EMS		0x0b43	EMS Production
3821.205Saugustssvendor NEC2		0x0b62	NEC
3831.213Saugustssvendor ATI2		0x0b6f	ATI
3841.349Swizvendor ZEEVO		0x0b7a	Zeevo, Inc.
3851.244Stshiozakvendor KURUSUGAWA	0x0b7e	Kurusugawa Electronics, Inc.
3861.316Saugustssvendor ASIX		0x0b95	ASIX Electronics
3871.442Sdrochnervendor O2MICRO		0x0b97	O2 Micro
3881.381Saugustssvendor USR		0x0baf	U.S. Robotics
3891.474Sitohyvendor AMBIT		0x0bb2	Ambit Microsystems
3901.378Smycroftvendor REALTEK		0x0bda	Realtek
3911.226Saugustssvendor ADDONICS2	0x0bf6	Addonics Technology
3921.159Saugustssvendor AGATE		0x0c08	Agate Technologies
3931.197Saugustssvendor DMI		0x0c0b	DMI
3941.375Sgrantvendor CHICONY2		0x0c45	Chicony Electronics
3951.388Sscwvendor SEALEVEL		0x0c52	Sealevel System
3961.364Saugustssvendor LUWEN		0x0c76	EasyDisk
3971.476Sitohyvendor QUALCOMM_K	0x0c88	Qualcomm Kyocera
3981.381Saugustssvendor ZCOM		0x0cde	Z-Com
3991.243Saugustssvendor TANGTOP		0x0d3d	Tangtop
4001.355Saugustssvendor SMC3		0x0d5c	Standard Microsystems
4011.233Saugustssvendor PEN		0x0d7d	Pen Drive
4021.391Simpvendor ACDC		0x0d7e	American Computer & Digital Components
4031.418Shiravendor CMEDIA		0x0d8c	C-Media Electronics Inc.
4041.381Saugustssvendor MSI		0x0db0	Micro Star
4051.474Sitohyvendor ELCON		0x0db7	ELCON Systemtechnik
4061.439Sjoergvendor SITECOMEU	0x0df6	Sitecom Europe
4071.381Saugustssvendor HAWKING		0x0e66	Hawking
4081.474Sitohyvendor GMATE		0x0e7e	G.Mate, Inc
4091.381Saugustssvendor OTI		0x0ea0	Ours Technology
4101.391Simpvendor PILOTECH		0x0eaf	Pilotech
4111.464Sxtraemevendor NOVATECH		0x0eb0	Nova Tech
4121.391Simpvendor EGALAX		0x0eef	eGalax
4131.444Sichirovendor TOD		0x0ede	TOD
4141.394Selricvendor AIRPRIME		0x0f3d	AirPrime, Incorporated
4151.407Sdrochnervendor VTECH		0x0f88	VTech
4161.437Schristosvendor FALCOM		0x0f94	Falcom Wireless Communications GmbH
4171.467Sjmcneillvendor RIM		0x0fca	Research In Motion
4181.466Sdogcowvendor DYNASTREAM	0x0fcf	Dynastream Innovations
4191.367Saugustssvendor QUALCOMM		0x1004	Qualcomm
4201.407Sdrochnervendor GIGABYTE		0x1044	GIGABYTE
4211.48Saugustssvendor MOTOROLA		0x1063	Motorola
4221.226Saugustssvendor CCYU		0x1065	CCYU Technology
4231.466Sdogcowvendor SILABS2		0x10a6	SILABS2
4241.466Sdogcowvendor USI              0x10ab  USI
4251.1Saugustssvendor PLX		0x10b5	PLX
4261.476Sitohyvendor ASANTE		0x10bd	Asante
4271.466Sdogcowvendor SILABS		0x10c4	Silicon Labs
4281.319Saugustssvendor JRC		0x1145	Japan Radio Company
4291.465Sxtraemevendor SPHAIRON		0x114b	Sphairon Access Systems GmbH
4301.476Sitohyvendor DELORME		0x1163	DeLorme
4311.323Saugustssvendor SERVERWORKS	0x1166	ServerWorks
4321.319Saugustssvendor ACERCM		0x1189	Acer Communications & Multimedia
4331.441Sgdtvendor SIERRA		0x1199	Sierra Wireless
4341.427Sscwvendor TOPFIELD		0x11db	Topfield Co., Ltd
4351.472Sitohyvendor NETINDEX		0x11f6	NetIndex
4361.381Saugustssvendor TSUNAMI		0x1241	Tsunami
4371.408Saugustssvendor TARGUS		0x1267	Targus
4381.468Skiyoharavendor TWINMOS		0x126f	TwinMOS
4391.381Saugustssvendor CREATIVE2	0x1292	Creative Labs
4401.191Saugustssvendor BELKIN2		0x1293	Belkin Components
4411.468Skiyoharavendor CYBERTAN		0x129b	CyberTAN Technology
4421.382Saugustssvendor AINCOMM		0x12fd	Aincomm
4431.186Saugustssvendor MOBILITY		0x1342	Mobility
4441.439Sjoergvendor DICKSMITH	0x1371	Dick Smith Electronics
4451.466Sdogcowvendor BALTECH		0x13ad	Baltech
4461.399Ssekiyavendor CISCOLINKSYS	0x13b1	Cisco-Linksys
4471.186Saugustssvendor SHARK		0x13d2	Shark
4481.455Sgdtvendor NOVATEL2		0x1410	Novatel
4491.468Skiyoharavendor WISTRONNEWEB	0x1435	Wistron NeWeb
4501.439Sjoergvendor HUAWEI3COM	0x1472	Huawei 3Com
4511.381Saugustssvendor SILICOM		0x1485	Silicom
4521.399Ssekiyavendor RALINK		0x1485	Ralink Technology
4531.438Schristosvendor RALINK_2		0x148f	Ralink Technology
4541.403Sdrochnervendor CONCEPTRONIC	0x14b2	Conceptronic
4551.464Sxtraemevendor PLANEX3		0x14ea	Planex Communications
4561.191Saugustssvendor SILICONPORTALS	0x1527	Silicon Portals
4571.397Sitojunvendor OQO		0x1557	OQO
4581.468Skiyoharavendor UMEDIA		0x157e	U-MEDIA Communications
4591.468Skiyoharavendor FIBERLINE	0x1582	Fiberline
4601.175Saugustssvendor SOHOWARE		0x15e8	SOHOware
4611.191Saugustssvendor UMAX		0x1606	UMAX Data Systems
4621.26Saugustssvendor INSIDEOUT	0x1608	Inside Out Networks
4631.439Sjoergvendor GOODWAY		0x1631	Good Way Technology
4641.20Saugustssvendor ENTREGA		0x1645	Entrega
4651.191Saugustssvendor ACTIONTEC	0x1668	Actiontec Electronics
4661.439Sjoergvendor GIGASET		0x1690	Gigaset
4671.459Ssalovendor ANYDATA		0x16d5	AnyDATA Inc.
4681.466Sdogcowvendor JABLOTRON	0x16d6	Jablotron
4691.474Sitohyvendor LINKSYS4		0x1737	Linksys
4701.468Skiyoharavendor SENAO		0x1740	Senao
4711.464Sxtraemevendor AMIT		0x18c5	AMIT
4721.439Sjoergvendor QCOM		0x18e8	Qcom
4731.382Saugustssvendor LINKSYS3		0x1915	Linksys
4741.191Saugustssvendor DLINK		0x2001	D-Link
4751.439Sjoergvendor PLANEX2		0x2019	Planex Communications
4761.328Srjsvendor ERICSSON		0x2282	Ericsson
4771.325Saugustssvendor MOTOROLA2	0x22b8	Motorola
4781.368Saugustssvendor TRIPPLITE	0x2478	Tripp-Lite
4791.328Srjsvendor HIROSE		0x2631	Hirose Electric
4801.391Simpvendor NHJ		0x2770	NHJ
4811.381Saugustssvendor PLANEX		0x2c02	Planex Communications
4821.355Saugustssvendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
4831.328Srjsvendor AEI		0x3334	AEI
4841.476Sitohyvendor HANK		0x3353	Hank Connection
4851.276Ssorenvendor PQI		0x3538	PQI
4861.221Saugustssvendor DAISY		0x3579	Daisy Technology
4871.303Sichirovendor NI		0x3923	National Instruments
4881.381Saugustssvendor MICRONET		0x3980	Micronet Communications
4891.307Snakayamavendor IODATA2		0x40bb	I-O Data
4901.381Saugustssvendor IRIVER		0x4102	iRiver
4911.372Smattvendor DELL		0x413c	Dell
4921.381Saugustssvendor AVERATEC		0x50c2	Averatec
4931.468Skiyoharavendor SWEEX		0x5173	Sweex
4941.327Sgrantvendor ONSPEC2		0x55aa	OnSpec Electronic Inc.
4951.407Sdrochnervendor ZINWELL		0x5a57	Zinwell
4961.376Sjdolecekvendor SITECOM		0x6189	Sitecom
4971.476Sitohyvendor ARKMICROCHIPS	0x6547	ArkMicroChips
4981.468Skiyoharavendor 3COM2		0x6891	3Com
4991.1Saugustssvendor INTEL		0x8086	Intel
5001.432Sreinoudvendor MOSCHIP		0x9710	MosChip Semiconductor
5011.121Saugustssvendor HP2		0xf003	Hewlett Packard
5021.424Sgdtvendor USRP		0xfffe	GNU Radio USRP
5031.1Saugustss
5041.1Saugustss/*
5051.1Saugustss * List of known products.  Grouped by vendor.
5061.1Saugustss */
5071.1Saugustss
5081.66Saugustss/* 3Com products */
5091.66Saugustssproduct 3COM HOMECONN		0x009d	HomeConnect USB Camera
5101.252Sdsaintyproduct 3COM 3CREB96		0x00a0	Bluetooth USB Adapter
5111.381Saugustssproduct 3COM 3C19250		0x03e8	3C19250 Ethernet adapter
5121.66Saugustssproduct 3COM USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
5131.176Saugustssproduct 3COM 3C460		0x11f8	HomeConnect 3C460
5141.176Saugustssproduct 3COM 3C460B		0x4601	HomeConnect 3C460B
5151.468Skiyoharaproduct 3COM2 3CRUSB10075	0xa727	3CRUSB10075
5161.66Saugustss
5171.78Saugustssproduct 3COMUSR OFFICECONN	0x0082	3Com OfficeConnect Analog Modem
5181.78Saugustssproduct 3COMUSR USRISDN		0x008f	3Com U.S. Robotics Pro ISDN TA
5191.88Saugustssproduct 3COMUSR HOMECONN	0x009d	3Com HomeConnect camera
5201.69Saugustssproduct 3COMUSR USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
5211.69Saugustss
5221.331Sjschauma/* ACDC products */
5231.331Sjschaumaproduct ACDC HUB		0x2315	USB Pen Drive HUB
5241.476Sitohyproduct ACDC SECWRITE		0x2316	USB Pen Drive Secure Write
5251.331Sjschaumaproduct ACDC PEN		0x2317	USB Pen Drive with Secure Write
5261.331Sjschauma
5271.146Saugustss/* AboCom products */
5281.176Saugustssproduct ABOCOM XX1		0x110c	XX1
5291.176Saugustssproduct ABOCOM XX2		0x200c	XX2
5301.146Saugustssproduct ABOCOM URE450		0x4000	URE450 Ethernet Adapter
5311.209Saugustssproduct ABOCOM UFE1000		0x4002	UFE1000 Fast Ethernet Adapter
5321.173Saugustssproduct ABOCOM DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
5331.176Saugustssproduct ABOCOM XX4		0x4004	XX4
5341.176Saugustssproduct ABOCOM XX5		0x4007	XX5
5351.176Saugustssproduct ABOCOM XX6		0x400b	XX6
5361.176Saugustssproduct ABOCOM XX7		0x400c	XX7
5371.381Saugustssproduct ABOCOM LCS8138TX	0x401a	LCS-8138TX
5381.176Saugustssproduct ABOCOM XX8		0x4102	XX8
5391.176Saugustssproduct ABOCOM XX9		0x4104	XX9
5401.324Sgehennaproduct ABOCOM UFE2000		0x420a	UFE2000 USB2.0 Fast Ethernet Adapter
5411.468Skiyoharaproduct ABOCOM WL54		0x6001	WL54
5421.176Saugustssproduct ABOCOM XX10		0xabc1	XX10
5431.464Sxtraemeproduct ABOCOM HWU54DM		0xb21b	HWU54DM
5441.464Sxtraemeproduct ABOCOM RT2573_2		0xb21c	RT2573
5451.464Sxtraemeproduct ABOCOM RT2573_3		0xb21d	RT2573
5461.464Sxtraemeproduct ABOCOM RT2573_4		0xb21e	RT2573
5471.464Sxtraemeproduct ABOCOM WUG2700		0xb21f	WUG2700
5481.176Saugustss
5491.176Saugustss/* Accton products */
5501.182Saugustssproduct ACCTON USB320_EC	0x1046	USB320-EC Ethernet Adapter
5511.381Saugustssproduct ACCTON 111		0x3503	T-Sinus 111 WLAN
5521.468Skiyoharaproduct ACCTON SMCWUSBG		0x4505	SMCWUSB-G
5531.209Saugustssproduct ACCTON SS1001		0x5046	SpeedStream Ethernet Adapter
5541.468Skiyoharaproduct ACCTON ZD1211B		0xe501	ZD1211B
5551.345Swiz
5561.474Sitohy/* Acer Communications & Multimedia products */
5571.474Sitohyproduct ACERCM EP1427X2		0x0893	EP-1427X-2 Ethernet
5581.474Sitohy
5591.474Sitohy/* Acer Labs products */
5601.474Sitohyproduct ACERLABS M5632		0x5632	USB 2.0 Data Link
5611.474Sitohy
5621.88Saugustss/* Acer Peripherals, Inc. products */
5631.88Saugustssproduct ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
5641.115Saugustssproduct ACERP ACERSCAN_320U	0x2022	Acerscan 320U
5651.110Saugustssproduct ACERP ACERSCAN_640U	0x2040	Acerscan 640U
5661.110Saugustssproduct ACERP ACERSCAN_620U	0x2060	Acerscan 620U
5671.306Saugustssproduct ACERP ATAPI		0x6003	ATA/ATAPI adapter
5681.382Saugustssproduct ACERP AWL300		0x9000	AWL300
5691.382Saugustssproduct ACERP AWL400		0x9001	AWL400
5701.88Saugustss
5711.365Saugustss/* Acer Products */
5721.365Saugustssproduct ACERW WARPLINK		0x0204	Warplink
5731.365Saugustss
5741.235Saugustss/* Actiontec products */
5751.235Saugustssproduct ACTIONTEC PRISM_25	0x0408	Prism2.5 WLAN
5761.365Saugustssproduct ACTIONTEC PRISM_25A	0x0421	Prism2.5 WLAN A
5771.381Saugustssproduct ACTIONTEC FREELAN	0x6106	ROPEX FreeLan 802.11b
5781.355Saugustssproduct ACTIONTEC UAT1		0x7605	UAT1 Wireless Ethernet adapter
5791.235Saugustss
5801.207Saugustss/* ACTiSYS products */
5811.207Saugustssproduct ACTISYS IR2000U		0x0011	ACT-IR2000U FIR
5821.207Saugustss
5831.88Saugustss/* ActiveWire, Inc. products */
5841.66Saugustssproduct ACTIVEWIRE IOBOARD	0x0100	I/O Board
5851.66Saugustssproduct ACTIVEWIRE IOBOARD_FW1	0x0101	I/O Board, rev. 1 firmware
5861.66Saugustss
5871.381Saugustss/* Adaptec products */
5881.381Saugustssproduct ADAPTEC AWN8020		0x0020	AWN-8020 WLAN
5891.328Srjs
5901.226Saugustss/* Addonics products */
5911.226Saugustssproduct ADDONICS2 205		0xa001	Cable 205
5921.226Saugustss
5931.69Saugustss/* ADMtek products */
5941.474Sitohyproduct ADMTEK PEGASUSII_4	0x07c2	AN986A Ethernet
5951.381Saugustssproduct ADMTEK PEGASUS		0x0986	AN986 USB Ethernet
5961.381Saugustssproduct ADMTEK PEGASUSII	0x8511	AN8511 USB Ethernet
5971.381Saugustssproduct ADMTEK PEGASUSII_2	0x8513	AN8513 Ethernet
5981.438Schristosproduct ADMTEK PEGASUSII_3	0x8515	ADM8515 USB 2.0 Ethernet
5991.69Saugustss
6001.66Saugustss/* ADS products */
6011.381Saugustssproduct ADS UBS10BT		0x0008	UBS-10BT Ethernet
6021.381Saugustssproduct ADS UBS10BTX		0x0009	UBS-10BT Ethernet
6031.381Saugustss
6041.381Saugustss/* AEI products */
6051.381Saugustssproduct AEI USBTOLAN		0x1701	AEI USB to Lan adapter
6061.44Saugustss
6071.159Saugustss/* Agate Technologies products */
6081.159Saugustssproduct AGATE QDRIVE		0x0378	Q-Drive
6091.2Saugustss
6101.110Saugustss/* AGFA products */
6111.110Saugustssproduct AGFA SNAPSCAN1212U	0x0001	SnapScan 1212U
6121.216Sgehennaproduct AGFA SNAPSCAN1236U	0x0002	SnapScan 1236U
6131.110Saugustssproduct AGFA SNAPSCANTOUCH	0x0100	SnapScan Touch
6141.110Saugustssproduct AGFA SNAPSCAN1212U2	0x2061	SnapScan 1212U
6151.216Sgehennaproduct AGFA SNAPSCANE40	0x208d	SnapScan e40
6161.216Sgehennaproduct AGFA SNAPSCANE50	0x208f	SnapScan e50
6171.216Sgehennaproduct AGFA SNAPSCANE20	0x2091	SnapScan e20
6181.216Sgehennaproduct AGFA SNAPSCANE25	0x2095	SnapScan e25
6191.216Sgehennaproduct AGFA SNAPSCANE26	0x2097	SnapScan e26
6201.216Sgehennaproduct AGFA SNAPSCANE52	0x20fd	SnapScan e52
6211.159Saugustss
6221.473Sitohy/* Aincomm products */
6231.473Sitohyproduct AINCOMM AWU2000B	0x1001	AWU2000B
6241.394Selric
6251.379Sjmmv/* AIPTEK International products */
6261.438Schristosproduct AIPTEK2 PENCAM_MEGA_1_3 0x504a	PenCam Mega 1.3
6271.379Sjmmv
6281.473Sitohy/* AirPrime products */
6291.473Sitohyproduct AIRPRIME PC5220		0x0112	CDMA Wireless PC Card
6301.382Saugustss
6311.66Saugustss/* AKS products */
6321.66Saugustssproduct AKS USBHASP		0x0001	USB-HASP 0.06
6331.104Saugustss
6341.104Saugustss/* Alcor Micro, Inc. products */
6351.104Saugustssproduct ALCOR2 KBD_HUB		0x2802	Kbd Hub
6361.104Saugustss
6371.104Saugustssproduct ALCOR MA_KBD_HUB	0x9213	MacAlly Kbd Hub
6381.104Saugustssproduct ALCOR AU9814		0x9215	AU9814 Hub
6391.104Saugustssproduct ALCOR SM_KBD		0x9410	MicroConnectors/StrongMan Keyboard
6401.104Saugustssproduct ALCOR NEC_KBD_HUB	0x9472	NEC Kbd Hub
6411.1Saugustss
6421.66Saugustss/* Altec Lansing products */
6431.85Saugustssproduct ALTEC ADA70		0x0070	ADA70 Speakers
6441.69Saugustssproduct ALTEC ASC495		0xff05	ASC495 Speakers
6451.64Saugustss
6461.66Saugustss/* American Power Conversion products */
6471.475Sveegoproduct APC UPS			0x0002	Uninterruptible Power Supply
6481.6Saugustss
6491.474Sitohy/* Ambit Microsystems products */
6501.474Sitohyproduct AMBIT NTL_250		0x6098	NTL 250 cable modem
6511.474Sitohy
6521.464Sxtraeme/* AMIT products */
6531.464Sxtraemeproduct AMIT CGWLUSB2GO		0x0002	CG-WLUSB2GO
6541.464Sxtraeme
6551.66Saugustss/* Anchor products */
6561.66Saugustssproduct ANCHOR EZUSB		0x2131	EZUSB
6571.105Saugustssproduct ANCHOR EZLINK		0x2720	EZLINK
6581.25Saugustss
6591.459Ssalo/* AnyDATA Inc. products */
6601.459Ssaloproduct ANYDATA ADU_E100H	0x6501	ADU-E100H
6611.459Ssalo
6621.88Saugustss/* AOX, Inc. products */
6631.69Saugustssproduct AOX USB101		0x0008	USB ethernet controller engine
6641.69Saugustss
6651.116Saugustss/* Apple Computer products */
6661.422Sjmmvproduct APPLE EXT_KBD		0x020c	Apple Extended USB Keyboard
6671.126Saugustssproduct APPLE OPTMOUSE		0x0302	Optical mouse
6681.414Saugustssproduct APPLE MIGHTYMOUSE	0x0304	Mighty Mouse
6691.422Sjmmvproduct APPLE EXT_KBD_HUB	0x1003	Hub in Apple Extended USB Keyboard
6701.116Saugustssproduct APPLE SPEAKERS		0x1101	Speakers
6711.278Sitojun
6721.473Sitohy/* ArkMicroChips products */
6731.473Sitohyproduct ARKMICROCHIPS USBSERIAL 0x0232	USB-UART Controller
6741.473Sitohy
6751.278Sitojun/* Asahi Optical products */
6761.323Saugustssproduct ASAHIOPTICAL OPTIO230	0x0004	PENTAX Optio230
6771.323Saugustssproduct ASAHIOPTICAL OPTIO330	0x0006	Digital camera
6781.116Saugustss
6791.186Saugustss/* Asante products */
6801.186Saugustssproduct ASANTE EA		0x1427	Ethernet Adapter
6811.186Saugustss
6821.315Saugustss/* ASIX Electronics products */
6831.471Sdsaintyproduct ASIX AX88172		0x1720	AX88172 USB 2.0 10/100 Ethernet adapter
6841.474Sitohyproduct ASIX AX88178		0x1780	AX88178 USB 2.0 10/100 Ethernet adapter
6851.471Sdsaintyproduct ASIX AX88772		0x7720	AX88772 USB 2.0 10/100 Ethernet adapter
6861.315Saugustss
6871.399Ssekiya/* ASUSTeK computer products */
6881.399Ssekiyaproduct ASUSTEK WL167G		0x1707	WL-167g USB2.0 WLAN Adapter
6891.468Skiyoharaproduct ASUSTEK WL159G		0x170c	WL-159g
6901.468Skiyoharaproduct ASUSTEK A9T_WIFI	0x171b	A9T wireless
6911.463Sxtraemeproduct ASUSTEK WL167G_2	0x1723	WL-167g USB2.0 WLAN Adapter (version 2)
6921.464Sxtraemeproduct ASUSTEK WL167G_3	0x1724	WL-167g USB2.0 WLAN Adapter (version 2)
6931.399Ssekiya
6941.66Saugustss/* ATen products */
6951.66Saugustssproduct ATEN UC1284		0x2001	Parallel printer adapter
6961.69Saugustssproduct ATEN UC10T		0x2002	10Mbps ethernet adapter
6971.106Saugustssproduct ATEN UC232A		0x2008	Serial adapter
6981.474Sitohyproduct ATEN UC210T		0x2009	UC210T Ethernet adapter
6991.186Saugustssproduct ATEN DSB650C		0x4000	DSB-650C
7001.44Saugustss
7011.213Saugustss/* ATI products */
7021.213Saugustssproduct ATI2 205		0xa001	USB Cable 205
7031.213Saugustss
7041.133Saugustss/* Atmel Comp. products */
7051.133Saugustssproduct ATMEL UHB124		0x3301	UHB124 hub
7061.255Saugustssproduct ATMEL DWL900AP		0x5601	DWL-900AP Wireless access point
7071.151Saugustssproduct ATMEL DWL120		0x7602	DWL-120 Wireless adapter
7081.476Sitohyproduct ATMEL AT76C503A		0x7603	AT76C503A
7091.364Saugustssproduct ATMEL BW002		0x7605	BW002 Wireless adapter
7101.382Saugustssproduct ATMEL WL1130		0x7613	WL-1130
7111.382Saugustssproduct ATMEL AT76C505A		0x7614	AT76C505A
7121.133Saugustss
7131.245Skent/* Audio-Technica products */
7141.438Schristosproduct AUDIOTECHNICA ATCHA4USB 0x0009	ATC-HA4USB USB headphone
7151.313Sjdolecek
7161.313Sjdolecek/* Avance Logic products */
7171.313Sjdolecekproduct AVANCELOGIC USBAUDIO	0x0100	USB Audio Speaker
7181.245Skent
7191.381Saugustss/* Averatec products */
7201.381Saugustssproduct AVERATEC USBWLAN	0x4013	WLAN
7211.381Saugustss
7221.110Saugustss/* Avision products */
7231.110Saugustssproduct AVISION 1200U		0x0268	1200U scanner
7241.110Saugustss
7251.473Sitohy/* Baltech products */
7261.473Sitohyproduct BALTECH CARDREADER	0x9999	Card reader
7271.473Sitohy
7281.437Schristos/* B&B Electronics products */
7291.438Schristosproduct BBELECTRONICS USOTL4	0xAC01	uLinks RS-422/485
7301.437Schristos
7311.71Saugustss/* Belkin products */
7321.71Saugustss/*product BELKIN F5U111		0x????	F5U111 Ethernet adapter*/
7331.110Saugustssproduct BELKIN2 F5U002		0x0002	F5U002 Parallel printer adapter
7341.395Sjoffproduct BELKIN F5D6050		0x0050	F5D6050 802.11b Wireless adapter
7351.277Saugustssproduct BELKIN F5U103		0x0103	F5U103 Serial adapter
7361.315Saugustssproduct BELKIN F5U109		0x0109	F5U109 Serial adapter
7371.226Saugustssproduct BELKIN SCSI		0x0115	SCSI Adaptor
7381.262Smattproduct BELKIN USB2LAN		0x0121	USB to LAN Converter
7391.355Saugustssproduct BELKIN F5U208		0x0208	F5U208 VideoBus II
7401.381Saugustssproduct BELKIN F5U237		0x0237	F5U237 USB 2.0 7-Port Hub
7411.476Sitohyproduct BELKIN F5U409		0x0409	F5U409 Serial
7421.383Saugustssproduct BELKIN UPS		0x0980	UPS
7431.277Saugustssproduct BELKIN F5U120		0x1203	F5U120-PC Hub
7441.468Skiyoharaproduct BELKIN ZD1211B		0x4050	ZD1211B
7451.474Sitohyproduct BELKIN F5D5055		0x5055	F5D5055 Ethernet adapter
7461.405Sdrochnerproduct BELKIN F5D7050		0x7050	F5D7050 54g USB Network Adapter
7471.474Sitohyproduct BELKIN F5D7051		0x7051	F5D7051 54g USB Network Adapter
7481.439Sjoergproduct BELKIN F5D7050A		0x705a	F5D705A 54g USB Network Adapter
7491.468Skiyoharaproduct BELKIN F5D7050C		0x705c	F5D705C 54g USB Network Adapter
7501.439Sjoergproduct BELKIN F5D9050V3	0x905b	F5D9050 ver 3
7511.71Saugustss
7521.66Saugustss/* Billionton products */
7531.66Saugustssproduct BILLIONTON USB100	0x0986	USB100N 10/100 FastEthernet Adapter
7541.177Saugustssproduct BILLIONTON USBLP100	0x0987	USB100LP
7551.176Saugustssproduct BILLIONTON USBEL100	0x0988	USB100EL
7561.176Saugustssproduct BILLIONTON USBE100	0x8511	USBE100
7571.474Sitohyproduct BILLIONTON USB2AR	0x90ff	USB2AR Ethernet
7581.270Saugustss
7591.270Saugustss/* Broadcom products */
7601.271Saugustssproduct BROADCOM BCM2033	0x2000	BCM2033
7611.271Saugustssproduct BROADCOM BCM2033NF	0x2033	BCM2033 (no firmware)
7621.40Saugustss
7631.66Saugustss/* Brother Industries products */
7641.69Saugustssproduct BROTHER HL1050		0x0002	HL-1050 laser printer
7651.1Saugustss
7661.66Saugustss/* Behavior Technology Computer products */
7671.66Saugustssproduct BTC BTC7932		0x6782	Keyboard with mouse port
7681.18Saugustss
7691.88Saugustss/* Canon, Inc. products */
7701.364Saugustssproduct CANON N656U		0x2206	CanoScan N656U
7711.364Saugustssproduct CANON N1220U		0x2207	CanoScan N1220U
7721.364Saugustssproduct CANON N670U		0x220d	CanoScan N670U
7731.364Saugustssproduct CANON N1240U		0x220e	CanoScan N1240U
7741.66Saugustssproduct CANON S10		0x3041	PowerShot S10
7751.265Ssorenproduct CANON S20		0x3043	PowerShot S20
7761.265Ssorenproduct CANON S100_US		0x3045	PowerShot S100
7771.265Ssorenproduct CANON S100_EU		0x3047	PowerShot S100
7781.265Ssorenproduct CANON G1		0x3048	PowerShot G1
7791.265Ssorenproduct CANON A20		0x304e	PowerShot A20
7801.364Saugustssproduct CANON S200		0x3065	PowerShot S200
7811.369Sdrochnerproduct CANON EOS300D		0x3084	EOS 300D / Digital Rebel
7821.460Sdarcyproduct CANON SD630		0x30fe	PowerShot SD630
7831.16Saugustss
7841.473Sitohy/* CASIO products */
7851.473Sitohyproduct CASIO QV		0x1001	QV DigitalCamera
7861.473Sitohyproduct CASIO BE300		0x2002	BE-300 PDA
7871.473Sitohyproduct CASIO NAMELAND		0x4001	CASIO Nameland EZ-USB
7881.473Sitohy
7891.66Saugustss/* CATC products */
7901.71Saugustssproduct CATC NETMATE		0x000a	Netmate ethernet adapter
7911.71Saugustssproduct CATC NETMATE2		0x000c	Netmate2 ethernet adapter
7921.66Saugustssproduct CATC CHIEF		0x000d	USB Chief Bus & Protocol Analyzer
7931.66Saugustssproduct CATC ANDROMEDA		0x1237	Andromeda hub
7941.147Sichiro
7951.226Saugustss/* CCYU Technology products */
7961.226Saugustssproduct CCYU EASYDISK		0x2136	EasyDisk Portable Device
7971.226Saugustss
7981.1Saugustss/* Cherry products */
7991.1Saugustssproduct CHERRY MY3000KBD	0x0001	My3000 keyboard
8001.1Saugustssproduct CHERRY MY3000HUB	0x0003	My3000 hub
8011.438Schristosproduct CHERRY CYBOARD		0x0004	CyBoard Keyboard
8021.1Saugustss
8031.66Saugustss/* Chic Technology products */
8041.66Saugustssproduct CHIC MOUSE1		0x0001	mouse
8051.78Saugustssproduct CHIC CYPRESS		0x0003	Cypress USB Mouse
8061.6Saugustss
8071.66Saugustss/* Chicony products */
8081.66Saugustssproduct CHICONY KB8933		0x0001	KB-8933 keyboard
8091.375Sgrantproduct CHICONY2 TWINKLECAM	0x600d	TwinkleCam USB camera
8101.102Saugustss
8111.381Saugustss/* CH Products */
8121.381Saugustssproduct CHPRODUCTS PROTHROTTLE	0x00f1	Pro Throttle
8131.381Saugustssproduct CHPRODUCTS PROPEDALS	0x00f2	Pro Pedals
8141.438Schristosproduct CHPRODUCTS FIGHTERSTICK 0x00f3	Fighterstick
8151.381Saugustssproduct CHPRODUCTS FLIGHTYOKE	0x00ff	Flight Sim Yoke
8161.381Saugustss
8171.439Sjoerg/* Cisco-Linksys products */
8181.474Sitohyproduct CISCOLINKSYS WUSB54G	0x000d	WUSB54G Wireless-G USB Network Adapter
8191.474Sitohyproduct CISCOLINKSYS WUSB54GP	0x0011	WUSB54GP Wireless-G USB Network Adapter
8201.464Sxtraemeproduct CISCOLINKSYS USB200MV2	0x0018	USB200M v2
8211.476Sitohyproduct CISCOLINKSYS HU200TS	0x001a	HU200-TS
8221.439Sjoergproduct CISCOLINKSYS WUSB54GC	0x0020	WUSB54GC
8231.464Sxtraemeproduct CISCOLINKSYS WUSB54GR	0x0023	WUSB54GR
8241.464Sxtraemeproduct CISCOLINKSYS WUSBF54G	0x0024	WUSBF54G
8251.439Sjoerg
8261.102Saugustss/* Compaq products */
8271.184Spookaproduct COMPAQ IPAQPOCKETPC	0x0003	iPAQ PocketPC
8281.218Saugustssproduct COMPAQ A1500		0x0012	A1500
8291.365Saugustssproduct COMPAQ W100		0x0033	W100
8301.381Saugustssproduct COMPAQ W200		0x0076	WLAN MultiPort W200
8311.102Saugustssproduct COMPAQ PJB100		0x504a	Personal Jukebox PJB100
8321.328Srjsproduct COMPAQ IPAQLINUX	0x505a	iPAQ Linux
8331.363Sschmonzproduct COMPAQ HNE200		0x8511	HNE-200 USB Ethernet adapter
8341.1Saugustss
8351.383Saugustss/* Composite Corp products looks the same as "TANGTOP" */
8361.383Saugustssproduct COMPOSITE USBPS2	0x0001	USB to PS2 Adaptor
8371.383Saugustss
8381.403Sdrochner/* Conceptronic products */
8391.403Sdrochnerproduct CONCEPTRONIC C54RU	0x3c02	C54RU WLAN
8401.439Sjoergproduct CONCEPTRONIC C54RU2	0x3c22	C54RU
8411.403Sdrochner
8421.229Ssimonb/* Concord Camera products */
8431.229Ssimonbproduct CONCORDCAMERA EYE_Q_3X	0x0100	Eye Q 3x
8441.229Ssimonb
8451.1Saugustss/* Connectix products */
8461.1Saugustssproduct CONNECTIX QUICKCAM	0x0001	QuickCam
8471.35Saugustss
8481.66Saugustss/* Corega products */
8491.66Saugustssproduct COREGA ETHER_USB_T	0x0001	Ether USB-T
8501.76Saugustssproduct COREGA FETHER_USB_TX	0x0004	FEther USB-TX
8511.240Sichiroproduct COREGA WLAN_USB_USB_11	0x000c	WirelessLAN USB-11
8521.204Saugustssproduct COREGA FETHER_USB_TXS	0x000d	FEther USB-TXS
8531.365Saugustssproduct COREGA WLANUSB		0x0012	Wireless LAN USB Stick-11
8541.381Saugustssproduct COREGA FETHER_USB2_TX	0x0017	FEther USB2-TX
8551.381Saugustssproduct COREGA WLUSB_11_KEY	0x001a	ULUSB-11 Key
8561.337Sitojunproduct COREGA FETHER_USB_TXC	0x9601	FEther USB-TXC
8571.101Saugustss
8581.143Saugustss/* Creative products */
8591.143Saugustssproduct CREATIVE NOMAD_II	0x1002	Nomad II MP3 player
8601.381Saugustssproduct CREATIVE NOMAD_IIMG	0x4004	Nomad II MG
8611.381Saugustssproduct CREATIVE NOMAD		0x4106	Nomad
8621.381Saugustss
8631.381Saugustssproduct CREATIVE2 VOIP_BLASTER	0x0258	Voip Blaster
8641.288Sgrant
8651.438Schristosproduct CREATIVE3 OPTICAL_MOUSE 0x0001	Notebook Optical Mouse
8661.416Srpaulo
8671.288Sgrant/* Cambridge Silicon Radio products */
8681.288Sgrantproduct CSR BLUETOOTH		0x0001	Bluetooth USB Adapter
8691.364Saugustssproduct CSR BLUETOOTH_NF	0xffff	Bluetooth USB Adapter
8701.143Saugustss
8711.101Saugustss/* CTX products */
8721.101Saugustssproduct CTX EX1300		0x9999	Ex1300 hub
8731.66Saugustss
8741.468Skiyohara/* CyberTAN Technology products */
8751.468Skiyoharaproduct CYBERTAN TG54USB	0x1666	TG54USB
8761.468Skiyohara
8771.66Saugustss/* Cypress Semiconductor products */
8781.66Saugustssproduct CYPRESS MOUSE		0x0001	mouse
8791.66Saugustssproduct CYPRESS THERMO		0x0002	thermometer
8801.273Saugustssproduct CYPRESS KBDHUB		0x0101	Keyboard/Hub
8811.91Saugustssproduct CYPRESS FMRADIO		0x1002	FM Radio
8821.401Sskrllproduct CYPRESS USBRS232	0x5500	USB-RS232 Interface
8831.352Saugustssproduct CYPRESS HUB2		0x6560	USB2 Hub
8841.66Saugustss
8851.221Saugustss/* Daisy Technology products */
8861.250Saugustssproduct DAISY DMC		0x6901	PhotoClip USBMediaReader
8871.69Saugustss
8881.66Saugustss/* Dallas Semiconductor products */
8891.66Saugustssproduct DALLAS J6502		0x4201	J-6502 speakers
8901.188Sichiroproduct DALLAS USB_FOB_IBUTTON	0x2490	USB-FOB/iBUTTON
8911.40Saugustss
8921.373Smatt/* Dell products */
8931.386Ssketchproduct DELL PORT		0x0058	Port Replicator
8941.409Saugustssproduct DELL SK8125		0x2002	SK-8125 keyboard
8951.410Saugustssproduct DELL X3			0x4002	Axim X3 PDA
8961.410Saugustssproduct DELL X30		0x4003	Axim X30 PDA
8971.410Saugustssproduct DELL BC02		0x8000	BC02 Bluetooth USB Adapter
8981.381Saugustssproduct DELL TM1180		0x8100	TrueMobile 1180 WLAN
8991.438Schristosproduct DELL TM350		0x8103	TrueMobile 350 Bluetooth USB Adapter
9001.373Smatt
9011.401Sskrll/* DeLorme products */
9021.401Sskrllproduct DELORME EARTHMATE	0x0100	Earthmate GPS
9031.462Sskrllproduct DELORME EARTHMATE_LT20	0x0200	Earthmate LT-20 GPS
9041.401Sskrll
9051.72Saugustss/* Diamond products */
9061.72Saugustssproduct DIAMOND RIO500USB	0x0001	Rio 500 USB
9071.74Ssoren
9081.439Sjoerg/* Dick Smith Electronics (really C-Net) products */
9091.439Sjoergproduct DICKSMITH RT2573	0x9022	RT2573
9101.439Sjoergproduct DICKSMITH CWD854F	0x9032	C-Net CWD-854 rev F
9111.439Sjoerg
9121.74Ssoren/* Digi International products */
9131.74Ssorenproduct DIGI ACCELEPORT2	0x0002	AccelePort USB 2
9141.74Ssorenproduct DIGI ACCELEPORT4	0x0004	AccelePort USB 4
9151.74Ssorenproduct DIGI ACCELEPORT8	0x0008	AccelePort USB 8
9161.189Saugustss
9171.189Saugustss/* Digital Stream Corp. products */
9181.189Saugustssproduct DIGITALSTREAM PS2	0x0001	PS/2 Active Adapter
9191.221Saugustss
9201.221Saugustss/* D-Link products */
9211.221Saugustss/*product DLINK DSBS25		0x0100	DSB-S25 serial adapter*/
9221.306Saugustssproduct DLINK DUBE100		0x1a00	10/100 ethernet adapter
9231.221Saugustssproduct DLINK DSB650TX4		0x200c	10/100 ethernet adapter
9241.381Saugustssproduct DLINK DWL122		0x3700	Wireless DWL122
9251.399Ssekiyaproduct DLINK DWLG122		0x3c00	AirPlus G Wireless USB Adapter
9261.439Sjoergproduct DLINK2 DWLG122C1	0x3c03	DWL-G122 rev C1
9271.439Sjoergproduct DLINK2 WUA1340		0x3c04	WUA-1340
9281.474Sitohyproduct DLINK DUBE100B1		0x3c05	DUB-E100 rev B1
9291.221Saugustssproduct DLINK DSB650C		0x4000	10Mbps ethernet adapter
9301.221Saugustssproduct DLINK DSB650TX1		0x4001	10/100 ethernet adapter
9311.221Saugustssproduct DLINK DSB650TX		0x4002	10/100 ethernet adapter
9321.221Saugustssproduct DLINK DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
9331.221Saugustssproduct DLINK DSB650TX3		0x400b	10/100 ethernet adapter
9341.221Saugustssproduct DLINK DSB650TX2		0x4102	10/100 ethernet adapter
9351.221Saugustssproduct DLINK DSB650		0xabc1	10/100 ethernet adapter
9361.197Saugustss
9371.473Sitohy/* DMI products */
9381.473Sitohyproduct DMI SA2_0		0xb001	Storage Adapter
9391.473Sitohy
9401.468Skiyohara/* DrayTek products */
9411.468Skiyoharaproduct DRAYTEK VIGOR550	0x0550	Vigor550
9421.468Skiyohara
9431.466Sdogcow/* Dynastream Innovations */
9441.466Sdogcowproduct DYNASTREAM ANTDEVBOARD	0x1003	ANT dev board
9451.466Sdogcow
9461.374Stsarna/* eGalax Products */
9471.374Stsarnaproduct EGALAX TPANEL		0x0001	Touch Panel
9481.374Stsarnaproduct EGALAX TPANEL2		0x0002	Touch Panel
9491.374Stsarnaproduct EGALAX2 TPANEL		0x0001	Touch Panel
9501.374Stsarna
9511.326Saugustss/* Eicon Networks */
9521.326Saugustssproduct EICON DIVA852		0x4905	Diva 852 ISDN TA
9531.326Saugustss
9541.66Saugustss/* EIZO products */
9551.66Saugustssproduct EIZO HUB		0x0000	hub
9561.66Saugustssproduct EIZO MONITOR		0x0001	monitor
9571.17Saugustss
9581.474Sitohy/* ELCON Systemtechnik products */
9591.474Sitohyproduct ELCON PLAN		0x0002	Goldpfeil P-LAN
9601.474Sitohy
9611.177Saugustss/* Elecom products */
9621.177Saugustssproduct ELECOM MOUSE29UO	0x0002	mouse 29UO
9631.177Saugustssproduct ELECOM LDUSBTX0		0x200c	LD-USB/TX
9641.177Saugustssproduct ELECOM LDUSBTX1		0x4002	LD-USB/TX
9651.222Sgehennaproduct ELECOM LDUSBLTX		0x4005	LD-USBL/TX
9661.177Saugustssproduct ELECOM LDUSBTX2		0x400b	LD-USB/TX
9671.474Sitohyproduct ELECOM LDUSB20		0x4010	LD-USB20
9681.204Saugustssproduct ELECOM UCSGT		0x5003	UC-SGT serial adapter
9691.381Saugustssproduct ELECOM UCSGT0		0x5004	UC-SGT0 Serial
9701.177Saugustssproduct ELECOM LDUSBTX3		0xabc1	LD-USB/TX
9711.177Saugustss
9721.66Saugustss/* Elsa products */
9731.66Saugustssproduct ELSA MODEM1		0x2265	ELSA Modem Board
9741.177Saugustssproduct ELSA USB2ETHERNET	0x3000	Microlink USB2Ethernet
9751.5Smark
9761.364Saugustss/* EMS products */
9771.364Saugustssproduct EMS DUAL_SHOOTER	0x0003	PSX gun controller converter
9781.364Saugustss
9791.66Saugustss/* Entrega products */
9801.66Saugustssproduct ENTREGA 1S		0x0001	1S serial connector
9811.66Saugustssproduct ENTREGA 2S		0x0002	2S serial connector
9821.66Saugustssproduct ENTREGA 1S25		0x0003	1S25 serial connector
9831.66Saugustssproduct ENTREGA 4S		0x0004	4S serial connector
9841.69Saugustssproduct ENTREGA E45		0x0005	E45 Ethernet adapter
9851.66Saugustssproduct ENTREGA CENTRONICS	0x0006	Centronics connector
9861.186Saugustssproduct ENTREGA XX1		0x0008	Ethernet Adapter
9871.66Saugustssproduct ENTREGA 1S9		0x0093	1S9 serial connector
9881.66Saugustssproduct ENTREGA EZUSB		0x8000	EZ-USB
9891.66Saugustss/*product ENTREGA SERIAL	0x8001	DB25 Serial connector*/
9901.438Schristosproduct ENTREGA 2U4S		0x8004	2U4S serial connector/usb hub
9911.186Saugustssproduct ENTREGA XX2		0x8005	Ethernet Adapter
9921.66Saugustss/*product ENTREGA SERIAL_DB9	0x8093	DB9 Serial connector*/
9931.57Saugustss
9941.103Saugustss/* Epson products */
9951.107Saugustssproduct EPSON PRINTER1		0x0001	USB Printer
9961.103Saugustssproduct EPSON PRINTER2		0x0002	ISD USB Smart Cable for Mac
9971.103Saugustssproduct EPSON PRINTER3		0x0003	ISD USB Smart Cable
9981.131Saugustssproduct EPSON PRINTER5		0x0005	USB Printer
9991.110Saugustssproduct EPSON 636		0x0101	Perfection 636U / 636Photo scanner
10001.110Saugustssproduct EPSON 610		0x0103	Perfection 610 scanner
10011.110Saugustssproduct EPSON 1200		0x0104	Perfection 1200U / 1200Photo scanner
10021.139Saugustssproduct EPSON 1600		0x0107	Expression 1600 scanner
10031.139Saugustssproduct EPSON 1640		0x010a	Perfection 1640SU scanner
10041.155Saugustssproduct EPSON 1240		0x010b	Perfection 1240U / 1240Photo scanner
10051.185Saugustssproduct EPSON 640U		0x010c	Perfection 640U scanner
10061.357Saugustssproduct EPSON 1250		0x010f	Perfection 1250U / 1250Photo scanner
10071.187Saugustssproduct EPSON 1650		0x0110	Perfection 1650 scanner
10081.201Senamiproduct EPSON GT9700F		0x0112	GT-9700F scanner
10091.292Saugustssproduct EPSON 2400		0x011b	Perfection 2400 scanner
10101.291Stronproduct EPSON 1260		0x011d	Perfection 1260 scanner
10111.290Saugustssproduct EPSON 1660		0x011e	Perfection 1660 scanner
10121.370Saugustssproduct EPSON 1670		0x011f	Perfection 1670 scanner
10131.103Saugustss
10141.66Saugustss/* e-TEK Labs products */
10151.66Saugustssproduct ETEK 1COM		0x8007	Serial port
10161.22Saugustss
10171.103Saugustss/* Extended Systems products */
10181.103Saugustssproduct EXTENDED XTNDACCESS	0x0100	XTNDAccess IrDA
10191.12Saugustss
10201.437Schristos/* Falcom products */
10211.438Schristosproduct FALCOM TWIST		0x0001	Twist GSM/GPRS modem
10221.438Schristosproduct FALCOM SAMBA		0x0005	Samba 55/56 GSM/GPRS modem
10231.437Schristos
10241.468Skiyohara/* Fiberline */
10251.468Skiyoharaproduct FIBERLINE WL430U	0x6003	WL-430U
10261.468Skiyohara
10271.88Saugustss/* Freecom products */
10281.88Saugustssproduct FREECOM DVD		0xfc01	Connector for DVD drive
10291.88Saugustss
10301.78Saugustss/* Future Technology Devices products */
10311.381Saugustssproduct FTDI SERIAL_8U232AM	0x6001	8U232AM Serial converter
10321.461Srizproduct FTDI SERIAL_2232C	0x6010	2232C USB FAST SERIAL ADAPTER
10331.381Saugustssproduct FTDI PS2KBDMS		0x8371	PS/2 Keyboard/Mouse
10341.247Sscwproduct FTDI SERIAL_8U100AX	0x8372	8U100AX Serial converter
10351.438Schristosproduct FTDI MHAM_KW		0xeee8	KW
10361.438Schristosproduct FTDI MHAM_YS		0xeee9	YS
10371.438Schristosproduct FTDI MHAM_Y6		0xeeea	Y6
10381.438Schristosproduct FTDI MHAM_Y8		0xeeeb	Y8
10391.438Schristosproduct FTDI MHAM_IC		0xeeec	IC
10401.438Schristosproduct FTDI MHAM_DB9		0xeeed	DB9
10411.438Schristosproduct FTDI MHAM_RS232		0xeeee	RS232
10421.438Schristosproduct FTDI MHAM_Y9		0xeeef	Y9
10431.438Schristosproduct FTDI COASTAL_TNCX	0xf448	Coastal ChipWorks TNC-X
10441.440Sxtraemeproduct FTDI LCD_MX200_USB	0xfa01	Matrix Orbital MX2/MX3/MX6 Series
10451.440Sxtraemeproduct FTDI LCD_MX4_MX5_USB	0xfa02	Matrix Orbital MX4/MX5 Series LCD
10461.440Sxtraemeproduct FTDI LCD_LK202_24_USB	0xfa03	Matrix Orbital LK/VK/PK202-24 LCD
10471.440Sxtraemeproduct FTDI LCD_LK204_24_USB	0xfa04	Matrix Orbital LK/VK204-24 LCD
10481.438Schristosproduct FTDI LCD_CFA_632	0xfc08	Crystalfontz CFA-632 LCD
10491.438Schristosproduct FTDI LCD_CFA_634	0xfc09	Crystalfontz CFA-634 LCD
10501.438Schristosproduct FTDI LCD_CFA_633	0xfc0b	Crystalfontz CFA-633 LCD
10511.437Schristosproduct FTDI LCD_CFA_631	0xfc0c	Crystalfontz CFA-631 LCD
10521.440Sxtraemeproduct FTDI LCD_CFA_635	0xfc0d	Crystalfontz CFA-635 LCD
10531.359Saugustssproduct FTDI SEMC_DSS20		0xfc82	SEMC DSS-20 SyncStation
10541.118Saugustss
10551.118Saugustss/* Fuji photo products */
10561.118Saugustssproduct FUJIPHOTO MASS0100	0x0100	Mass Storage
10571.283Sitojun
10581.283Sitojun/* Fujitsu protducts */
10591.438Schristosproduct FUJITSU AH_F401U	0x105b	AH-F401U Air H device
10601.228Sthorpej
10611.364Saugustss/* General Instruments (Motorola) products */
10621.364Saugustssproduct GENERALINSTMNTS SB5100	0x5100	SURFboard SB5100 Cable modem
10631.364Saugustss
10641.228Sthorpej/* Genesys Logic products */
10651.381Saugustssproduct GENESYS GENELINK	0x05e3	GeneLink Host-Host Bridge
10661.267Saugustssproduct GENESYS GL650		0x0604	GL650 Hub
10671.228Sthorpejproduct GENESYS GL641USB	0x0700	GL641USB CompactFlash Card Reader
10681.367Saugustssproduct GENESYS GL641USB2IDE_2	0x0701	GL641USB USB-IDE Bridge
10691.364Saugustssproduct GENESYS GL641USB2IDE	0x0702	GL641USB USB-IDE Bridge
10701.277Saugustss
10711.407Sdrochner/* GIGABYTE products */
10721.474Sitohyproduct GIGABYTE GN54G		0x8001	GN-54G
10731.464Sxtraemeproduct GIGABYTE GNBR402W	0x8002	GN-BR402W
10741.464Sxtraemeproduct GIGABYTE GNWLBM101	0x8003	GN-WLBM101
10751.407Sdrochnerproduct GIGABYTE GNWBKG		0x8007	GN-WBKG
10761.439Sjoergproduct GIGABYTE GNWB01GS	0x8008	GN-WB01GS
10771.464Sxtraemeproduct GIGABYTE GNWI05GS	0x800a	GN-WI05GS
10781.439Sjoerg
10791.439Sjoerg/* Gigaset products */
10801.439Sjoergproduct GIGASET RT2573		0x0722	RT2573
10811.407Sdrochner
10821.474Sitohy/* G.Mate, Inc products */
10831.474Sitohyproduct GMATE YP3X00		0x1001	YP3X00 PDA
10841.474Sitohy
10851.277Saugustss/* GoHubs products */
10861.277Saugustssproduct GOHUBS GOCOM232		0x1001	GoCOM232 Serial converter
10871.326Saugustss
10881.439Sjoerg/* Good Way Technology products */
10891.474Sitohyproduct GOODWAY GWUSB2E		0x6200	GWUSB2E
10901.439Sjoergproduct GOODWAY RT2573		0xc019	RT2573
10911.439Sjoerg
10921.326Saugustss/* Gravis products */
10931.326Saugustssproduct GRAVIS GAMEPADPRO	0x4001	GamePad Pro
10941.326Saugustss
10951.326Saugustss/* GREENHOUSE products */
10961.326Saugustssproduct GREENHOUSE KANA21	0x0001	CF-writer with Portable MP3 Player
10971.326Saugustss
10981.326Saugustss/* Griffin Technology */
10991.326Saugustssproduct GRIFFIN IMATE		0x0405	iMate, ADB adapter
11001.326Saugustssproduct GRIFFIN POWERMATE	0x0410	PowerMate Assignable Controller
11011.78Saugustss
11021.381Saugustss/* Guillemot Corporation */
11031.381Saugustssproduct GUILLEMOT DALEADER	0xa300	DA Leader
11041.407Sdrochnerproduct GUILLEMOT HWGUSB254	0xe000	HWGUSB2-54 WLAN
11051.464Sxtraemeproduct GUILLEMOT HWGUSB254LB	0xe010	HWGUSB2-54-LB
11061.464Sxtraemeproduct GUILLEMOT HWGUSB254V2AP	0xe020	HWGUSB2-54V2-AP
11071.381Saugustss
11081.165Saugustss/* Hagiwara products */
11091.438Schristosproduct HAGIWARA FGSM		0x0002	FlashGate SmartMedia Card Reader
11101.438Schristosproduct HAGIWARA FGCF		0x0003	FlashGate CompactFlash Card Reader
11111.438Schristosproduct HAGIWARA FG		0x0005	FlashGate
11121.165Saugustss
11131.353Saugustss/* HAL Corporation products */
11141.353Saugustssproduct HAL IMR001		0x0011	Crossam2+USB IR commander
11151.353Saugustss
11161.88Saugustss/* Handspring, Inc. */
11171.69Saugustssproduct HANDSPRING VISOR	0x0100	Handspring Visor
11181.301Saugustssproduct HANDSPRING TREO		0x0200	Handspring Treo
11191.350Saugustssproduct HANDSPRING TREO600	0x0300	Handspring Treo 600
11201.149Sabs
11211.402Saugustss/* Hank Connection */
11221.404Saugustssproduct HANK HP5187		0x3713	HP Wireless Keyboard&Mouse
11231.402Saugustss
11241.149Sabs/* Hauppauge Computer Works */
11251.149Sabsproduct HAUPPAUGE WINTV_USB_FM	0x4d12	WinTV USB FM
11261.55Saugustss
11271.355Saugustss/* Hawking Technologies products */
11281.355Saugustssproduct HAWKING UF100		0x400c	10/100 USB Ethernet
11291.355Saugustss
11301.226Saugustss/* Hitachi, Ltd. products */
11311.226Saugustssproduct HITACHI DZMV100A	0x0004	DVD-CAM DZ-MV100A Camcorder
11321.364Saugustssproduct HITACHI DVDCAM_USB	0x001e	DVDCAM USB HS Interface
11331.226Saugustss
11341.420Saugustss/* Holtek Semiconductor products */
11351.420Saugustssproduct HOLTEK MOP35		0x0499	MOP-35
11361.420Saugustss
11371.400Saugustss/* Hosiden Corporation products */
11381.438Schristosproduct HOSIDEN PPP		0x0011	ParaParaParadise Controller
11391.400Saugustss
11401.66Saugustss/* HP products */
11411.163Saugustssproduct HP 895C			0x0004	DeskJet 895C
11421.66Saugustssproduct HP 4100C		0x0101	Scanjet 4100C
11431.72Saugustssproduct HP S20			0x0102	Photosmart S20
11441.163Saugustssproduct HP 880C			0x0104	DeskJet 880C
11451.78Saugustssproduct HP 4200C		0x0105	ScanJet 4200C
11461.164Saugustssproduct HP CDWRITERPLUS		0x0107	CD-Writer Plus
11471.164Saugustssproduct HP KBDHUB		0x010c	Multimedia Keyboard Hub
11481.78Saugustssproduct HP 6200C		0x0201	ScanJet 6200C
11491.78Saugustssproduct HP S20b			0x0202	PhotoSmart S20
11501.163Saugustssproduct HP 815C			0x0204	DeskJet 815C
11511.78Saugustssproduct HP 3300C		0x0205	ScanJet 3300C
11521.164Saugustssproduct HP CDW8200		0x0207	CD-Writer Plus 8200e
11531.287Stronproduct HP 1220C		0x0212	DeskJet 1220C
11541.163Saugustssproduct HP 810C			0x0304	DeskJet 810C/812C
11551.169Saugustssproduct HP 4300C		0x0305	Scanjet 4300C
11561.226Saugustssproduct HP CD4E			0x0307	CD-Writer+ CD-4e
11571.164Saugustssproduct HP G85XI		0x0311	OfficeJet G85xi
11581.241Saugustssproduct HP 1200			0x0317	LaserJet 1200
11591.123Saugustssproduct HP 5200C		0x0401	Scanjet 5200C
11601.163Saugustssproduct HP 830C			0x0404	DeskJet 830C
11611.164Saugustssproduct HP 3400CSE		0x0405	ScanJet 3400cse
11621.344Saugustssproduct HP 885C			0x0504	DeskJet 885C
11631.66Saugustssproduct HP 6300C		0x0601	Scanjet 6300C
11641.164Saugustssproduct HP 840C			0x0604	DeskJet 840c
11651.248Ssimonbproduct HP 2200C		0x0605	ScanJet 2200C
11661.123Saugustssproduct HP 5300C		0x0701	Scanjet 5300C
11671.355Saugustssproduct HP 4400C		0x0705	Scanjet 4400C
11681.344Saugustssproduct HP 816C			0x0804	DeskJet 816C
11691.387Saugustssproduct HP 2300D		0x0b17	Laserjet 2300d
11701.72Saugustssproduct HP 970CSE		0x1004	Deskjet 970Cse
11711.225Srhproduct HP 5400C		0x1005	Scanjet 5400C
11721.438Schristosproduct HP 2215			0x1016	iPAQ 22xx/Jornada 548
11731.344Saugustssproduct HP 959C			0x1104	Deskjet 959C
11741.438Schristosproduct HP 568J			0x1116	Jornada 568
11751.164Saugustssproduct HP 930C			0x1204	DeskJet 930c
11761.218Saugustssproduct HP P2000U		0x1801	Inkjet P-2000U
11771.164Saugustssproduct HP 640C			0x2004	DeskJet 640c
11781.387Saugustssproduct HP 4670V		0x3005	ScanJet 4670v
11791.72Saugustssproduct HP P1100		0x3102	Photosmart P1100
11801.343Saugustssproduct HP 6127			0x3504	Deskjet 6127
11811.364Saugustssproduct HP HN210E		0x811c	Ethernet HN210E
11821.121Saugustss
11831.121Saugustss/* HP products */
11841.121Saugustssproduct HP2 C500		0x6002	PhotoSmart C500
11851.20Saugustss
11861.439Sjoerg/* HUAWEI products */
11871.439Sjoergproduct HUAWEI3COM RT2573	0x0009	RT2573
11881.439Sjoerg
11891.110Saugustss/* IBM Corporation */
11901.381Saugustssproduct IBM OPTTRAVELMOUSE	0x3107	Optical
11911.110Saugustssproduct IBM USBCDROMDRIVE	0x4427	USB CD-ROM Drive
11921.198Saugustss
11931.198Saugustss/* Iiyama products */
11941.198Saugustssproduct IIYAMA HUB		0x0201	Hub
11951.110Saugustss
11961.381Saugustss/* Imation */
11971.381Saugustssproduct IMATION FLASHGO		0xb000	Flash Go!
11981.381Saugustss
11991.66Saugustss/* Inside Out Networks products */
12001.249Sgrooproduct INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 RS232
12011.249Sgrooproduct INSIDEOUT HUBPORT7	0x0002	Hubport/7
12021.249Sgrooproduct INSIDEOUT RAPIDPORT4	0x0003	Rapidport/4
12031.249Sgrooproduct INSIDEOUT EDGEPORT4T	0x0004	Edgeport/4 RS232 for Telxon
12041.249Sgrooproduct INSIDEOUT EDGEPORT2	0x0005	Edgeport/2 RS232
12051.249Sgrooproduct INSIDEOUT EDGEPORT4I	0x0006	Edgeport/4 RS422
12061.249Sgrooproduct INSIDEOUT EDGEPORT2I	0x0007	Edgeport/2 RS422/RS485
12071.438Schristosproduct INSIDEOUT HUBPORT4	0x0008	Hubport/4
12081.438Schristosproduct INSIDEOUT EDGEPORT8HAND 0x0009	Hand-built Edgeport/8
12091.438Schristosproduct INSIDEOUT MULTIMODEM	0x000A	MultiTech version of RP/4
12101.438Schristosproduct INSIDEOUT EDGEPORTPPORT 0x000B	Edgeport/(4)21 Parallel port (USS720)
12111.438Schristosproduct INSIDEOUT EDGEPORT421	0x000C	Edgeport/421 Hub+RS232+Parallel
12121.438Schristosproduct INSIDEOUT EDGEPORT21	0x000D	Edgeport/21  RS232+Parallel
12131.249Sgrooproduct INSIDEOUT EDGEPORT8DC	0x000E	1/2 Edgeport/8 (2 EP/4s on 1 PCB)
12141.249Sgrooproduct INSIDEOUT EDGEPORT8	0x000F	Edgeport/8
12151.249Sgrooproduct INSIDEOUT EDGEPORT2DIN	0x0010	Edgeport/2 RS232 / Apple DIN connector
12161.249Sgrooproduct INSIDEOUT EDGEPORT4DIN	0x0011	Edgeport/4 RS232 / Apple DIN connector
12171.249Sgrooproduct INSIDEOUT EDGEPORT16DC	0x0012	1/2 Edgeport/16 (2 EP/8s on 1 PCB))
12181.249Sgrooproduct INSIDEOUT EDGEPORTCOMP	0x0013	Edgeport Compatible
12191.249Sgrooproduct INSIDEOUT EDGEPORT8I	0x0014	Edgeport/8 RS422
12201.249Sgrooproduct INSIDEOUT MT4X56USB	0x1403	OEM device
12211.30Stron
12221.66Saugustss/* In-System products */
12231.66Saugustssproduct INSYSTEM F5U002		0x0002	Parallel printer adapter
12241.165Saugustssproduct INSYSTEM ATAPI		0x0031	ATAPI adapter
12251.264Saugustssproduct INSYSTEM IDEUSB2	0x0060	USB2 Storage Adapter
12261.110Saugustssproduct INSYSTEM ISD110		0x0200	IDE adapter ISD110
12271.110Saugustssproduct INSYSTEM ISD105		0x0202	IDE adapter ISD105
12281.203Saugustssproduct INSYSTEM DRIVEV2	0x0301	Portable USB Harddrive V2
12291.203Saugustssproduct INSYSTEM DRIVEV2_5	0x0351	Portable USB Harddrive V2
12301.105Saugustssproduct INSYSTEM USBCABLE	0x081a	USB cable
12311.203Saugustssproduct INSYSTEM ADAPTERV2	0x5701	USB Storage Adapter V2
12321.44Saugustss
12331.66Saugustss/* Intel products */
12341.129Saugustssproduct INTEL EASYPC_CAMERA	0x0110	Easy PC Camera
12351.365Saugustssproduct INTEL I2011B		0x1111	Wireless 2011B
12361.66Saugustssproduct INTEL TESTBOARD		0x9890	82930 test board
12371.235Saugustss
12381.235Saugustss/* Intersil products */
12391.235Saugustssproduct INTERSIL PRISM_2X	0x3642	Prism2.x WLAN
12401.84Such
12411.381Saugustss/* Interpid Control Systems products */
12421.381Saugustssproduct INTREPIDCS VALUECAN	0x0601	ValueCAN
12431.381Saugustssproduct INTREPIDCS NEOVI	0x0701	NeoVI Blue
12441.381Saugustss
12451.307Snakayama/* I-O DATA products */
12461.367Saugustssproduct IODATA IU_CD2		0x0204	DVD Multi-plus unit iU-CD2
12471.371Saugustssproduct IODATA DVR_UEH8		0x0206	DVD Multi-plus unit DVR-UEH8
12481.245Skentproduct IODATA USBSSMRW		0x0314	USB-SSMRW SD-card adapter
12491.245Skentproduct IODATA USBSDRW		0x031e	USB-SDRW SD-card adapter
12501.132Sjdolecekproduct IODATA USBETT		0x0901	USB ETT
12511.88Saugustssproduct IODATA USBETTX		0x0904	USB ETTX
12521.178Saugustssproduct IODATA USBETTXS		0x0913	USB ETTX
12531.365Saugustssproduct IODATA USBWNB11		0x0922	USB Airport WN-B11
12541.474Sitohyproduct IODATA ETGUS2		0x0930	ETG-US2
12551.438Schristosproduct IODATA USBRSAQ		0x0a03	USB serial adapter USB-RSAQ1
12561.469Suebayasiproduct IODATA USBRSAQ5		0x0a0e	USB serial adapter USB-RSAQ5
12571.438Schristosproduct IODATA2 USB2SC		0x0a09	USB2.0-SCSI Bridge USB2-SC
12581.6Saugustss
12591.66Saugustss/* Iomega products */
12601.66Saugustssproduct IOMEGA ZIP100		0x0001	Zip 100
12611.93Saugustssproduct IOMEGA ZIP250		0x0030	Zip 250
12621.346Saugustssproduct IOMEGA ZIP250_2		0x0032	Zip 250
12631.346Saugustssproduct IOMEGA CDRW		0x0055	CDRW 9602
12641.36Saugustss
12651.381Saugustss/* iRiver products */
12661.381Saugustssproduct IRIVER IFP_1XX		0x1101	iFP-1xx
12671.381Saugustssproduct IRIVER IFP_3XX		0x1103	iFP-3xx
12681.381Saugustssproduct IRIVER IFP_5XX		0x1105	iFP-5xx
12691.381Saugustss
12701.466Sdogcow/* Jablotron products */
12711.466Sdogcowproduct JABLOTRON PC60B		0x0001	PC-60B
12721.466Sdogcow
12731.186Saugustss/* Jaton products */
12741.186Saugustssproduct JATON EDA		0x5704	Ethernet Device Adapter
12751.261Sabs
12761.261Sabs/* Jenoptik products */
12771.438Schristosproduct JENOPTIK JD350		0x5300	JD 350 Camera/mp3 player
12781.86Saugustss
12791.355Saugustss/* JRC products */
12801.355Saugustssproduct JRC AH_J3001V_J3002V	0x0001	AirH\"PHONE AH-J3001V/J3002V
12811.355Saugustss
12821.355Saugustss/* JVC products */
12831.355Saugustssproduct JVC GR_DX95		0x000a	GR-DX95
12841.474Sitohyproduct JVC MP_PRX1		0x3008	MP-PRX1 Ethernet
12851.438Schristosproduct JVC MP_XP7250_WL	0x3009	MP-XP7250 Builtin WLAN
12861.381Saugustss
12871.364Saugustss/* Kawasaki products */
12881.364Saugustssproduct KLSI DUH3E10BT		0x0008	10BT Ethernet adapter, in the DU-H3E
12891.364Saugustssproduct KLSI DUH3E10BTN		0x0009	10BT Ethernet adapter, in the DU-H3E
12901.364Saugustss
12911.36Saugustss/* Kawatsu products */
12921.36Saugustssproduct KAWATSU MH4000P		0x0003	MiniHub 4000P
12931.208Saugustssproduct KAWATSU KC180		0x0180	KC-180 IrDA
12941.21Saugustss
12951.216Sgehenna/* Keisokugiken products */
12961.216Sgehennaproduct KEISOKUGIKEN USBDAQ	0x0068	HKS-0200 USBDAQ
12971.216Sgehenna
12981.78Saugustss/* Kensington products */
12991.78Saugustssproduct KENSINGTON ORBIT	0x1003	Orbit USB/PS2 trackball
13001.78Saugustssproduct KENSINGTON TURBOBALL	0x1005	TurboBall
13011.194Smycroftproduct KENSINGTON ORBIT_MAC	0x1009	Orbit USB trackball for Mac
13021.438Schristosproduct KENSINGTON VIDEOCAM_VGA 0x5002	VideoCAM VGA
13031.122Saugustss
13041.156Saugustss/* Keyspan products */
13051.251Snathanwproduct KEYSPAN USA28_NF	0x0101	USA-28 serial adapter (no firmware)
13061.251Snathanwproduct KEYSPAN USA28X_NF	0x0102	USA-28X serial adapter (no firmware)
13071.251Snathanwproduct KEYSPAN USA19_NF	0x0103	USA-19 serial adapter (no firmware)
13081.251Snathanwproduct KEYSPAN USA18_NF	0x0104	USA-18 serial adapter (no firmware)
13091.251Snathanwproduct KEYSPAN USA18X_NF	0x0105	USA-18X serial adapter (no firmware)
13101.251Snathanwproduct KEYSPAN USA19W_NF	0x0106	USA-19W serial adapter (no firmware)
13111.251Snathanwproduct KEYSPAN USA19		0x0107	USA-19 serial adapter
13121.251Snathanwproduct KEYSPAN USA19W		0x0108	USA-19W serial adapter
13131.251Snathanwproduct KEYSPAN USA49W_NF	0x0109	USA-49W serial adapter (no firmware)
13141.251Snathanwproduct KEYSPAN USA49W		0x010a	USA-49W serial adapter
13151.251Snathanwproduct KEYSPAN USA19QI_NF	0x010b	USA-19QI serial adapter (no firmware)
13161.251Snathanwproduct KEYSPAN USA19QI		0x010c	USA-19QI serial adapter
13171.251Snathanwproduct KEYSPAN USA19Q_NF	0x010d	USA-19Q serial adapter (no firmware)
13181.251Snathanwproduct KEYSPAN USA19Q		0x010e	USA-19Q serial adapter
13191.251Snathanwproduct KEYSPAN USA28		0x010f	USA-28 serial adapter
13201.251Snathanwproduct KEYSPAN USA28XXB	0x0110	USA-28X/XB serial adapter
13211.251Snathanwproduct KEYSPAN USA18		0x0111	USA-18 serial adapter
13221.251Snathanwproduct KEYSPAN USA18X		0x0112	USA-18X serial adapter
13231.251Snathanwproduct KEYSPAN USA28XB_NF	0x0113	USA-28XB serial adapter (no firmware)
13241.251Snathanwproduct KEYSPAN USA28XA_NF	0x0114	USA-28XB serial adapter (no firmware)
13251.251Snathanwproduct KEYSPAN USA28XA		0x0115	USA-28XA serial adapter
13261.251Snathanwproduct KEYSPAN USA18XA_NF	0x0116	USA-18XA serial adapter (no firmware)
13271.251Snathanwproduct KEYSPAN USA18XA		0x0117	USA-18XA serial adapter
13281.449Sapbproduct KEYSPAN USA19QW_NF	0x0118	USA-19QW serial adapter (no firmware)
13291.449Sapbproduct KEYSPAN USA19QW		0x0119	USA-19QW serial adapter
13301.251Snathanwproduct KEYSPAN UIA10		0x0201	UIA-10 remote control
13311.251Snathanwproduct KEYSPAN UIA11		0x0202	UIA-11 remote control
13321.156Saugustss
13331.122Saugustss/* Kingston products */
13341.186Saugustssproduct KINGSTON XX1		0x0008	Ethernet Adapter
13351.122Saugustssproduct KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
13361.78Saugustss
13371.66Saugustss/* Kodak products */
13381.78Saugustssproduct KODAK DC220		0x0100	Digital Science DC220
13391.66Saugustssproduct KODAK DC260		0x0110	Digital Science DC260
13401.72Saugustssproduct KODAK DC265		0x0111	Digital Science DC265
13411.75Saugustssproduct KODAK DC290		0x0112	Digital Science DC290
13421.66Saugustssproduct KODAK DC240		0x0120	Digital Science DC240
13431.66Saugustssproduct KODAK DC280		0x0130	Digital Science DC280
13441.365Saugustssproduct KODAK DX4900		0x0550	EasyShare DX4900
13451.44Saugustss
13461.66Saugustss/* Konica Corp. Products */
13471.66Saugustssproduct KONICA CAMERA		0x0720	Digital Color Camera
13481.57Saugustss
13491.66Saugustss/* KYE products */
13501.66Saugustssproduct KYE NICHE		0x0001	Niche mouse
13511.80Sjdolecekproduct KYE NETSCROLL		0x0003	Genius NetScroll mouse
13521.340Sjdolecekproduct KYE G07			0x1002	MaxFire G-07 gamepad
13531.66Saugustssproduct KYE FLIGHT2000		0x1004	Flight 2000 joystick
13541.110Saugustssproduct KYE VIVIDPRO		0x2001	ColorPage Vivid-Pro scanner
13551.6Saugustss
13561.381Saugustss/* Kyocera products */
13571.381Saugustssproduct KYOCERA AHK3001V	0x0203	AH-K3001V
13581.381Saugustss
13591.107Saugustss/* LaCie products */
13601.476Sitohyproduct LACIE PKTDRV		0x0211	PocketDrive
13611.165Saugustssproduct LACIE HD		0xa601	Hard Disk
13621.107Saugustssproduct LACIE CDRW		0xa602	CD R/W
13631.167Saugustss
13641.167Saugustss/* Lexar products */
13651.167Saugustssproduct LEXAR JUMPSHOT		0x0001	jumpSHOT CompactFlash Reader
13661.382Saugustssproduct LEXAR 2662WAR		0xa002	2662W-AR
13671.339Saugustssproduct LEXAR MCR		0xb018	Multi-Card Reader
13681.107Saugustss
13691.66Saugustss/* Lexmark products */
13701.66Saugustssproduct LEXMARK S2450		0x0009	Optra S 2450
13711.68Saugustss
13721.68Saugustss/* Linksys products */
13731.165Saugustssproduct LINKSYS MAUSB2		0x0105	Camedia MAUSB-2
13741.176Saugustssproduct LINKSYS USB10TX1	0x200c	USB10TX
13751.73Saugustssproduct LINKSYS USB10T		0x2202	USB10T Ethernet
13761.68Saugustssproduct LINKSYS USB100TX	0x2203	USB100TX Ethernet
13771.97Saugustssproduct LINKSYS USB100H1	0x2204	USB100H1 Ethernet/HPNA
13781.88Saugustssproduct LINKSYS USB10TA		0x2206	USB10TA Ethernet
13791.438Schristosproduct LINKSYS WUSB11		0x2211	WUSB11 Wireless USB Network Adapter
13801.438Schristosproduct LINKSYS WUSB11_25	0x2212	WUSB11 Wireless USB Network Adapter (version 2.5)
13811.365Saugustssproduct LINKSYS WUSB12_11	0x2213	WUSB12 802.11b v1.1
13821.176Saugustssproduct LINKSYS USB10TX2	0x400b	USB10TX
13831.382Saugustssproduct LINKSYS2 WUSB11		0x2219	WUSB11
13841.474Sitohyproduct LINKSYS2 USB200M	0x2226	USB 2.0 10/100 ethernet controller
13851.382Saugustssproduct LINKSYS3 WUSB11V28	0x2233	WUSB11-V28
13861.474Sitohyproduct LINKSYS4 USB1000	0x0039	USB1000
13871.44Saugustss
13881.371Saugustss/* Logitec products */
13891.371Saugustssproduct LOGITEC LDR_H443SU2	0x0033	DVD Multi-plus unit LDR-H443SU2
13901.371Saugustssproduct LOGITEC LDR_H443U2	0x00b3	DVD Multi-plus unit LDR-H443U2
13911.371Saugustss
13921.66Saugustss/* Logitech products */
13931.66Saugustssproduct LOGITECH M2452		0x0203	M2452 keyboard
13941.66Saugustssproduct LOGITECH M4848		0x0301	M4848 mouse
13951.98Ssorenproduct LOGITECH PAGESCAN	0x040f	PageScan
13961.98Ssorenproduct LOGITECH QUICKCAMWEB	0x0801	QuickCam Web
13971.66Saugustssproduct LOGITECH QUICKCAMPRO	0x0810	QuickCam Pro
13981.98Ssorenproduct LOGITECH QUICKCAMEXP	0x0840	QuickCam Express
13991.98Ssorenproduct LOGITECH QUICKCAM	0x0850	QuickCam
14001.347Saugustssproduct LOGITECH QUICKCAMEXP2	0x0870	QuickCam Express
14011.268Sdrochnerproduct LOGITECH QUICKCAMPRO3k	0x08b0	QuickCam Pro 3000
14021.360Shamajimaproduct LOGITECH QUICKCAMPRONB	0x08b1	QuickCam for Notebook Pro
14031.360Shamajimaproduct LOGITECH QUICKCAMPRO4K	0x08b2	QuickCam Pro 4000
14041.78Saugustssproduct LOGITECH N43		0xc000	N43
14051.66Saugustssproduct LOGITECH N48		0xc001	N48 mouse
14061.66Saugustssproduct LOGITECH MBA47		0xc002	M-BA47 mouse
14071.78Saugustssproduct LOGITECH WMMOUSE	0xc004	WingMan Gaming Mouse
14081.383Saugustssproduct LOGITECH BD58		0xc00c	BD58 mouse
14091.383Saugustssproduct LOGITECH USBPS2MOUSE	0xc00e	USB-PS/2 Optical Mouse
14101.339Saugustssproduct LOGITECH MUV55A		0xc016	M-UV55a
14111.171Saugustssproduct LOGITECH UN58A		0xc030	iFeel Mouse
14121.78Saugustssproduct LOGITECH WMPAD		0xc208	WingMan GamePad Extreme
14131.364Saugustssproduct LOGITECH WMRPAD		0xc20a	WingMan RumblePad
14141.396Sperryproduct LOGITECH WMJOY		0xc281	WingMan Force joystick
14151.476Sitohyproduct LOGITECH WMFFGP		0xc293	WingMan Formula Force GP (GT-Force)
14161.381Saugustssproduct LOGITECH BB13		0xc401	USB-PS/2 Trackball
14171.381Saugustssproduct LOGITECH BB18		0xc404	TrackMan Wheel
14181.422Sjmmvproduct LOGITECH MARBLEMOUSE	0xc408	Marble Mouse
14191.156Saugustssproduct LOGITECH RK53		0xc501	Cordless mouse
14201.156Saugustssproduct LOGITECH RB6		0xc503	Cordless keyboard
14211.192Saugustssproduct LOGITECH CDO		0xc504	Cordless Desktop Optical
14221.364Saugustssproduct LOGITECH MX700		0xc506	Cordless optical mouse
14231.98Ssorenproduct LOGITECH QUICKCAMPRO2	0xd001	QuickCam Pro
14241.24Saugustss
14251.66Saugustss/* Lucent products */
14261.66Saugustssproduct LUCENT EVALKIT		0x1001	USS-720 evaluation kit
14271.12Saugustss
14281.364Saugustss/* Luwen products */
14291.438Schristosproduct LUWEN EASYDISK		0x0005	EasyDisc
14301.364Saugustss
14311.66Saugustss/* Macally products */
14321.66Saugustssproduct MACALLY MOUSE1		0x0101	mouse
14331.94Saugustss
14341.383Saugustss/* MCT Corp. products */
14351.94Saugustssproduct MCT HUB0100		0x0100	Hub
14361.196Saugustssproduct MCT DU_H3SP_USB232	0x0200	D-Link DU-H3SP USB BAY Hub
14371.94Saugustssproduct MCT USB232		0x0210	USB-232 Interface
14381.154Sichiroproduct MCT SITECOM_USB232	0x0230	Sitecom USB-232 Products
14391.199Saugustssproduct MCT ML_4500		0x0302	ML-4500
14401.48Saugustss
14411.383Saugustss/* MediaGear products */
14421.383Saugustssproduct MEDIAGEAR READER9IN1	0x5003	USB2.0 9 in 1 Reader
14431.383Saugustss
14441.88Saugustss/* Melco, Inc products */
14451.135Saugustssproduct MELCO LUATX1		0x0001	LUA-TX Ethernet
14461.135Saugustssproduct MELCO LUATX5		0x0005	LUA-TX Ethernet
14471.176Saugustssproduct MELCO LUA2TX5		0x0009	LUA2-TX Ethernet
14481.239Sichiroproduct MELCO LUAKTX		0x0012	LUA-KTX Ethernet
14491.365Saugustssproduct MELCO S11		0x0016	WLI-USB-S11
14501.318Srafalproduct MELCO MCRSM2		0x001b	MCR-SM2 SmartMedia Card Reader/Writer
14511.293Saugustssproduct MELCO DUBPXXG		0x001c	USB-IDE Bridge: DUB-PxxG
14521.279Sichiroproduct MELCO KS11G		0x0027	WLI-USB-KS11G USB-wlan
14531.358Ssekiyaproduct MELCO LUAU2KTX		0x003d	LUA-U2-KTX Ethernet
14541.381Saugustssproduct MELCO KB11		0x0044	WLI-USB-KB11 WLAN
14551.407Sdrochnerproduct MELCO KG54YB		0x005e	WLI-U2-KG54-YB WLAN
14561.399Ssekiyaproduct MELCO KG54		0x0066	WLI-U2-KG54 WLAN
14571.417Shiraproduct MELCO KG54AI		0x0067	WLI-U2-KG54-AI WLAN
14581.476Sitohyproduct MELCO NINWIFI		0x008b	Nintendo Wi-Fi
14591.474Sitohyproduct MELCO SG54HP		0x00d8	WLI-U2-SG54HP
14601.464Sxtraemeproduct MELCO G54HP		0x00d9	WLI-U2-G54HP
14611.464Sxtraemeproduct MELCO KG54L		0x00da	WLI-U2-KG54L
14621.125Sexplorer
14631.125Sexplorer/* Metricom products */
14641.125Sexplorerproduct METRICOM RICOCHET_GS	0x0001	Ricochet GS
14651.53Saugustss
14661.475Sveego/* MGE UPS Systems */
14671.475Sveegoproduct MGE UPS1		0x0001	MGE UPS SYSTEMS PROTECTIONCENTER 1
14681.475Sveegoproduct MGE UPS2		0xffff	MGE UPS SYSTEMS PROTECTIONCENTER 2
14691.475Sveego
14701.354Saugustss/* Micro Star International products */
14711.354Saugustssproduct MSI BLUETOOTH		0x1967	Bluetooth USB Adapter
14721.407Sdrochnerproduct MSI MS6861		0x6861	MS-6861
14731.407Sdrochnerproduct MSI MS6865		0x6865	MS-6865
14741.407Sdrochnerproduct MSI MS6869		0x6869	MS-6869
14751.464Sxtraemeproduct MSI RT2573		0x6874	RT2573
14761.464Sxtraemeproduct MSI RT2573_2		0x6877	RT2573
14771.464Sxtraemeproduct MSI RT2573_3		0xa861	RT2573
14781.464Sxtraemeproduct MSI RT2573_4		0xa874	RT2573
14791.354Saugustss
14801.381Saugustss/* Micronet Communications products */
14811.381Saugustssproduct MICRONET SP128AR	0x0003	SP128AR EtherFast
14821.381Saugustss
14831.66Saugustss/* Microsoft products */
14841.78Saugustssproduct MICROSOFT SIDEPREC	0x0008	SideWinder Precision Pro
14851.66Saugustssproduct MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
14861.66Saugustssproduct MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
14871.66Saugustssproduct MICROSOFT DDS80		0x0014	Digital Sound System 80
14881.72Saugustssproduct MICROSOFT SIDEWINDER	0x001a	Sidewinder Precision Racing Wheel
14891.364Saugustssproduct MICROSOFT INETPRO	0x001c	Internet Keyboard Pro
14901.438Schristosproduct MICROSOFT TBEXPLORER	0x0024	Trackball Explorer
14911.78Saugustssproduct MICROSOFT INTELLIEYE	0x0025	IntelliEye mouse
14921.364Saugustssproduct MICROSOFT INETPRO2	0x002b	Internet Keyboard Pro
14931.365Saugustssproduct MICROSOFT MN510		0x006e	MN510 Wireless
14941.355Saugustssproduct MICROSOFT MN110		0x007a	10/100 USB NIC
14951.446Sjmcneillproduct MICROSOFT XBOX_MEMORY_UNIT	0x0280	Xbox Memory Unit
14961.446Sjmcneillproduct MICROSOFT XBOX_DVD_PLAYBACK	0x0284	Xbox DVD Movie Playback Kit
14971.447Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_S10	0x0285	Xbox Controller S (1.0)
14981.446Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_HUB	0x0288	Xbox Controller Hub
14991.447Sjmcneillproduct MICROSOFT XBOX_CONTROLLER_S12	0x0289	Xbox Controller S (1.2)
15001.153Saugustss
15011.153Saugustss/* Microtech products */
15021.165Saugustssproduct MICROTECH SCSIDB25	0x0004	USB-SCSI-DB25
15031.165Saugustssproduct MICROTECH SCSIHD50	0x0005	USB-SCSI-HD50
15041.153Saugustssproduct MICROTECH DPCM		0x0006	USB CameraMate
15051.165Saugustssproduct MICROTECH FREECOM	0xfc01	Freecom USB-IDE
15061.6Saugustss
15071.110Saugustss/* Microtek products */
15081.137Saugustssproduct MICROTEK 336CX		0x0094	Phantom 336CX - C3 scanner
15091.110Saugustssproduct MICROTEK X6U		0x0099	ScanMaker X6 - X6U
15101.137Saugustssproduct MICROTEK C6		0x009a	Phantom C6 scanner
15111.110Saugustssproduct MICROTEK 336CX2		0x00a0	Phantom 336CX - C3 scanner
15121.110Saugustssproduct MICROTEK V6USL		0x00a3	ScanMaker V6USL
15131.383Saugustssproduct MICROTEK 6000		0x30e5	ScanMaker 6000
15141.110Saugustssproduct MICROTEK V6USL2		0x80a3	ScanMaker V6USL
15151.110Saugustssproduct MICROTEK V6UL		0x80ac	ScanMaker V6UL
15161.110Saugustss
15171.66Saugustss/* Midiman products */
15181.66Saugustssproduct MIDIMAN MIDISPORT2X2	0x1001	Midisport 2x2
15191.433Schapproduct MIDIMAN MIDISPORT2X4	0x1041	Midisport 2x4
15201.224Saugustss
15211.226Saugustss/* Minds At Work LLC products */
15221.226Saugustssproduct MINDSATWORK DW		0x0001	Digital Wallet
15231.226Saugustss
15241.224Saugustss/* Minolta Co., Ltd. */
15251.364Saugustssproduct MINOLTA 2300		0x4001	Dimage 2300
15261.224Saugustssproduct MINOLTA S304		0x4007	Dimage S304
15271.230Saugustssproduct MINOLTA X		0x4009	Dimage X
15281.381Saugustssproduct MINOLTA DIMAGE7I	0x400b	Dimage 7i
15291.364Saugustssproduct MINOLTA 5400		0x400e	Dimage 5400
15301.381Saugustssproduct MINOLTA DIMAGEA1	0x401a	Dimage A1
15311.359Saugustssproduct MINOLTA XT		0x4015	Dimage Xt
15321.25Saugustss
15331.165Saugustss/* Mitsumi products */
15341.165Saugustssproduct MITSUMI CDRRW		0x0000	CD-R/RW Drive
15351.250Saugustssproduct MITSUMI MOUSE		0x6407	Mouse
15361.383Saugustssproduct MITSUMI SONY_MOUSE	0x6408	Quick Scroll Mouse
15371.364Saugustssproduct MITSUMI BT_DONGLE	0x641f	Bluetooth USB dongle
15381.226Saugustssproduct MITSUMI FDD		0x6901	FDD
15391.165Saugustss
15401.186Saugustss/* Mobility products */
15411.186Saugustssproduct MOBILITY EA		0x0204	Ethernet Adapter
15421.474Sitohyproduct MOBILITY EASIDOCK	0x0304	EasiDock Ethernet
15431.186Saugustss
15441.432Sreinoud/* MosChip Semiconductor */
15451.457Sisproduct MOSCHIP MCS7780		0x7780	Fast IrDA Adapter
15461.457Sisproduct MOSCHIP MCS7781		0x7781	Fast IrDA Adapter
15471.457Sisproduct MOSCHIP MCS7784		0x7784	Slow IrDA Adapter
15481.432Sreinoudproduct MOSCHIP MCS7830		0x7830	Ethernet Adapter
15491.432Sreinoud
15501.66Saugustss/* Motorola products */
15511.69Saugustssproduct MOTOROLA MC141555	0x1555	MC141555 hub controller
15521.315Saugustssproduct MOTOROLA SB4100		0x4100	SB4100 USB Cable Modem
15531.325Saugustssproduct MOTOROLA2 T720C		0x2822	T720c
15541.361Ssorenproduct MOTOROLA2 A920		0x4002	A920
15551.474Sitohyproduct MOTOROLA2 USBLAN	0x600c	USBLAN
15561.474Sitohyproduct MOTOROLA2 USBLAN2	0x6027	USBLAN
15571.43Saugustss
15581.473Sitohy/* M-Systems products */
15591.473Sitohyproduct MSYSTEMS DISKONKEY	0x0010	DiskOnKey
15601.473Sitohyproduct MSYSTEMS DISKONKEY2	0x0011	DiskOnKey
15611.473Sitohyproduct MSYSTEMS DISKONKEY3	0x0012	DiskOnKey
15621.473Sitohy
15631.66Saugustss/* MultiTech products */
15641.66Saugustssproduct MULTITECH ATLAS		0xf101	MT5634ZBA-USB modem
15651.6Saugustss
15661.66Saugustss/* Mustek products */
15671.110Saugustssproduct MUSTEK 1200CU		0x0001	1200 CU scanner
15681.124Saugustssproduct MUSTEK 600CU		0x0002	600 CU scanner
15691.124Saugustssproduct MUSTEK 1200USB		0x0003	1200 USB scanner
15701.124Saugustssproduct MUSTEK 1200UB		0x0006	1200 UB scanner
15711.216Sgehennaproduct MUSTEK 1200USBPLUS	0x0007	1200 USB Plus scanner
15721.207Saugustssproduct MUSTEK 1200CUPLUS	0x0008	1200 CU Plus scanner
15731.216Sgehennaproduct MUSTEK BEARPAW1200F	0x0010	BearPaw 1200F scanner
15741.355Saugustssproduct MUSTEK BEARPAW1200TA	0x021e	BearPaw 1200TA scanner
15751.216Sgehennaproduct MUSTEK 600USB		0x0873	600 USB scanner
15761.66Saugustssproduct MUSTEK MDC800		0xa800	MDC-800 digital camera
15771.354Saugustssproduct MUSTEK DV2000		0xc441	DV2000 digital camera
15781.148Ssoren
15791.303Sichiro/* National Instruments */
15801.303Sichiroproduct NI GPIB_USB_A		0xc920	GPIB-USB-A
15811.25Saugustss
15821.124Saugustss/* National Semiconductor */
15831.216Sgehennaproduct NATIONAL BEARPAW1200	0x1000	BearPaw 1200
15841.216Sgehennaproduct NATIONAL BEARPAW2400	0x1001	BearPaw 2400
15851.124Saugustss
15861.66Saugustss/* NEC products */
15871.383Saugustssproduct NEC HUB_20		0x0059	2.0 hub
15881.66Saugustssproduct NEC HUB			0x55aa	hub
15891.66Saugustssproduct NEC HUB_B		0x55ab	hub
15901.344Saugustssproduct NEC PICTY760		0xbef4	Picty760
15911.344Saugustssproduct NEC PICTY900		0xefbe	Picty900
15921.344Saugustssproduct NEC PICTY920		0xf0be	Picty920
15931.344Saugustssproduct NEC PICTY800		0xf1be	Picty800
15941.205Saugustss
15951.205Saugustss/* NEC2 products */
15961.215Saugustssproduct NEC2 HUB2_0		0x0058	USB2.0 Hub Controller
15971.272Suwe
15981.272Suwe/* NEODIO products */
15991.289Sgehennaproduct NEODIO ND3050		0x3050	6-in-1 Flash Device Controller
16001.272Suweproduct NEODIO ND5010		0x5010	Multi-format Flash Controller
16011.1Saugustss
16021.69Saugustss/* NetChip Technology Products */
16031.69Saugustssproduct NETCHIP TURBOCONNECT	0x1080	Turbo-Connect
16041.226Saugustssproduct NETCHIP CLIK40		0xa140	Clik! 40
16051.474Sitohyproduct NETCHIP ETHERNETGADGET	0xa4a2	Linux Ethernet/RNDIS gadget on pxa210/25x/26x
16061.69Saugustss
16071.69Saugustss/* Netgear products */
16081.69Saugustssproduct NETGEAR EA101		0x1001	Ethernet adapter
16091.220Saugustssproduct NETGEAR EA101X		0x1002	Ethernet adapter
16101.275Saugustssproduct NETGEAR FA101		0x1020	10/100 Ethernet
16111.297Sgehennaproduct NETGEAR FA120		0x1040	USB 2.0 Fast Ethernet Adapter
16121.354Saugustssproduct NETGEAR MA111NA		0x4110	802.11b Adapter
16131.383Saugustssproduct NETGEAR XA601		0x8100	USB to PL Adapter
16141.143Saugustss
16151.385Saugustssproduct NETGEAR2 MA101		0x4100	MA101
16161.385Saugustssproduct NETGEAR2 MA101B		0x4102	MA101 Rev B
16171.385Saugustss
16181.472Sitohy/* NetIndex products */
16191.472Sitohyproduct NETINDEX WS002IN	0x2001  Willcom WS002IN (DD)
16201.472Sitohy
16211.473Sitohy/* NHJ product */
16221.473Sitohyproduct NHJ CAM2		0x9120	Camera
16231.473Sitohy
16241.143Saugustss/* Nikon products */
16251.143Saugustssproduct NIKON E990		0x0102	Digital Camera E990
16261.207Saugustssproduct NIKON E880		0x0103	Digital Camera E880
16271.294Smarkdproduct NIKON E885		0x0105	Digital Camera E885
16281.308Saugustss
16291.431Srjs/* Nokia products */
16301.431Srjsproduct NOKIA CA42		0x0802	Mobile Phone adapter
16311.431Srjs
16321.464Sxtraeme/* Nova Tech products */
16331.464Sxtraemeproduct NOVATECH NV902W		0x9020	NV-902W
16341.464Sxtraemeproduct NOVATECH RT2573		0x9021	RT2573
16351.464Sxtraeme
16361.441Sgdt/* NovAtel products */
16371.441Sgdtproduct NOVATEL FLEXPACKGPS	0x0100	NovAtel FlexPack GPS receiver
16381.454Sgdtproduct NOVATEL2 CDMA_MODEM	0x1110	Novatel Wireless Merlin CDMA
16391.441Sgdt
16401.190Saugustss/* Olympus products */
16411.202Saugustssproduct OLYMPUS C1		0x0102	C-1 Digital Camera
16421.190Saugustssproduct OLYMPUS C700		0x0105	C-700 Ultra Zoom
16431.69Saugustss
16441.88Saugustss/* OmniVision Technologies, Inc. products */
16451.40Saugustssproduct OMNIVISION OV511	0x0511	OV511 Camera
16461.98Ssorenproduct OMNIVISION OV511PLUS	0xa511	OV511+ Camera
16471.223Saugustss
16481.223Saugustss/* OnSpec Electronic, Inc. */
16491.223Saugustssproduct ONSPEC MD2		0x0103	disk
16501.226Saugustssproduct ONSPEC MDCFEB		0xa000	MDCFE-B USB CF Reader
16511.226Saugustssproduct ONSPEC SIIGMS		0xa001	Memory Stick+CF Reader/Writer
16521.226Saugustssproduct ONSPEC DATAFAB3		0xa003	Datafab-based Reader
16531.226Saugustssproduct ONSPEC DATAFAB4		0xa004	Datafab-based Reader
16541.226Saugustssproduct ONSPEC PNYCFSM		0xa005	PNY/Datafab CF+SM Reader
16551.226Saugustssproduct ONSPEC STECHCFSM	0xa006	Simple Tech/Datafab CF+SM Reader
16561.226Saugustssproduct ONSPEC LC1		0xa109	CF + SM Combo (LC1)
16571.371Saugustssproduct ONSPEC UCF100		0xa400	FlashLink UCF-100 CompactFlash Reader
16581.227Smjlproduct ONSPEC MD1II		0xb006	Datafab MD1-II PC-Card Reader
16591.282Sgehenna
16601.381Saugustssproduct ONSPEC2 8IN2		0xb012	8In2
16611.381Saugustss
16621.473Sitohy/* Option N.V. products */
16631.473Sitohyproduct OPTIONNV MC3G		0x5000	Mobile Connect 3G datacard
16641.473Sitohyproduct OPTIONNV QUADUMTS2	0x6000	GlobeTrotter Fusion Quad Lite UMTS/GPRS
16651.473Sitohyproduct OPTIONNV QUADUMTS	0x6300	GlobeTrotter Fusion Quad Lite 3D
16661.473Sitohy
16671.397Sitojun/* OQO */
16681.397Sitojunproduct OQO WIFI01		0x0002	model 01 WiFi interface
16691.474Sitohyproduct OQO ETHER01PLUS		0x7720	model 01+ Ethernet
16701.397Sitojunproduct OQO ETHER01		0x8150	model 01 Ethernet interface
16711.397Sitojun
16721.282Sgehenna/* Ours Technology Inc. */
16731.282Sgehennaproduct OTI SOLID		0x6803	Solid state disk
16741.330Saugustssproduct OTI FLASHDISK		0x6828	Flash Disk 128M
16751.40Saugustss
16761.150Saugustss/* Palm Computing, Inc. product */
16771.83Saugustssproduct PALM SERIAL		0x0080	USB Serial Adaptor
16781.206Scjsproduct PALM M500		0x0001	Palm m500
16791.206Scjsproduct PALM M505		0x0002	Palm m505
16801.269Saugustssproduct PALM M515		0x0003	Palm m515
16811.300Saugustssproduct PALM I705		0x0020	Palm i705
16821.300Saugustssproduct PALM TUNGSTEN_Z		0x0031	Palm Tungsten Z
16831.231Saugustssproduct PALM M125		0x0040	Palm m125
16841.300Saugustssproduct PALM M130		0x0050	Palm m130
16851.312Ssimonbproduct PALM TUNGSTEN_T		0x0060	Palm Tungsten T
16861.377Smycroftproduct PALM ZIRE31		0x0061	Palm Zire 31
16871.299Saugustssproduct PALM ZIRE		0x0070	Palm Zire
16881.150Saugustss
16891.150Saugustss/* Panasonic products */
16901.364Saugustssproduct PANASONIC LS120		0x0901	LS-120 Camera
16911.367Saugustssproduct PANASONIC KXLRW32AN	0x0d09	CD-R Drive KXL-RW32AN
16921.364Saugustssproduct PANASONIC KXLCB20AN	0x0d0a	CD-R Drive KXL-CB20AN
16931.364Saugustssproduct PANASONIC KXLCB35AN	0x0d0e	DVD-ROM & CD-R/RW
16941.150Saugustssproduct PANASONIC SDCAAE	0x1b00	MultiMediaCard Adapter
16951.406Spookaproduct PANASONIC TYTP50P6S	0x3900	TY-TP50P6-S 50in Touch Panel
16961.233Saugustss
16971.233Saugustss/* Pen Driver */
16981.329Saugustssproduct PEN USBDISKPRO		0x0120	USB Disk Pro
16991.311Snakayamaproduct PEN USBREADER		0x0240	USB 6 in 1 Card Reader/Writer
17001.317Sdsaintyproduct PEN MOBILEDRIVE		0x0280	USB 3 in 1 Card Reader/Writer
17011.233Saugustssproduct PEN USBDISK		0x0d7d	USB Disk
17021.364Saugustssproduct PEN ATTACHE		0x1300	USB 2.0 Flash Drive
17031.364Saugustss
17041.66Saugustss/* Peracom products */
17051.66Saugustssproduct PERACOM SERIAL1		0x0001	Serial Converter
17061.69Saugustssproduct PERACOM ENET		0x0002	Ethernet adapter
17071.88Saugustssproduct PERACOM ENET3		0x0003	At Home Ethernet Adapter
17081.69Saugustssproduct PERACOM ENET2		0x0005	Ethernet adapter
17091.14Saugustss
17101.66Saugustss/* Philips products */
17111.66Saugustssproduct PHILIPS DSS350		0x0101	DSS 350 Digital Speaker System
17121.66Saugustssproduct PHILIPS DSS		0x0104	DSS XXX Digital Speaker System
17131.66Saugustssproduct PHILIPS HUB		0x0201	hub
17141.242Sheinzproduct PHILIPS PCA645VC	0x0302	PCA645VC PC Camera
17151.172Stronproduct PHILIPS PCA646VC	0x0303	PCA646VC PC Camera
17161.242Sheinzproduct PHILIPS PCVC675K	0x0307	PCVC675K Vesta PC Camera
17171.92Saugustssproduct PHILIPS PCVC680K	0x0308	PCVC680K Vesta Pro PC Camera
17181.242Sheinzproduct PHILIPS PCVC690K	0x030c	PCVC690K Vesta Pro Scan PC Camera
17191.242Sheinzproduct PHILIPS PCVC730K	0x0310	PCVC730K ToUCam Fun PC Camera
17201.242Sheinzproduct PHILIPS PCVC740K	0x0311	PCVC740K ToUCam Pro PC Camera
17211.242Sheinzproduct PHILIPS PCVC750K	0x0312	PCVC750K ToUCam Pro Scan PC Camera
17221.83Saugustssproduct PHILIPS DSS150		0x0471	DSS 150 Digital Speaker System
17231.468Skiyoharaproduct PHILIPS SNU5600		0x1236	SNU5600
17241.210Saugustssproduct PHILIPS DIVAUSB		0x1801	DIVA USB mp3 player
17251.144Saugustss
17261.144Saugustss/* Philips Semiconductor products */
17271.144Saugustssproduct PHILIPSSEMI HUB1122	0x1122	hub
17281.39Saugustss
17291.39Saugustss/* P.I. Engineering products */
17301.39Saugustssproduct PIENGINEERING PS2USB	0x020b	PS2 to Mac USB Adapter
17311.341Sjdolecekproduct PIENGINEERING XKEYS58	0x0232	Xkeys Programmable Keyboard (58 Keys)
17321.200Saugustssproduct PIENGINEERING XKEYS	0x0233	Xkeys Programmable Keyboard
17331.314Suwe
17341.314Suwe/* Pilotech Systems Co., Ltd products */
17351.314Suweproduct PILOTECH CRW600		0x0001	CRW-600 6-in-1 Reader
17361.322Shamajima
17371.381Saugustss/* Planex Communications products */
17381.464Sxtraemeproduct PLANEX	GW_US11H	0x14ea	GW-US11H WLAN
17391.464Sxtraemeproduct PLANEX2 GW_US11S	0x3220	GW-US11S WLAN
17401.464Sxtraemeproduct PLANEX2 GWUS54HP	0xab01	GW-US54HP
17411.464Sxtraemeproduct PLANEX2 GWUS54MINI2	0xab50	GW-US54Mini2
17421.464Sxtraemeproduct PLANEX2 GWUS54SG	0xc002	GW-US54SG
17431.464Sxtraemeproduct PLANEX2 GWUS54GZL	0xc007	GW-US54GZL
17441.439Sjoergproduct PLANEX2 GWUSMM		0xed02	GW-USMM
17451.476Sitohyproduct PLANEX3 GWUS54GZ	0xab10	GW-US54GZ
17461.476Sitohyproduct PLANEX3 GU1000T		0xab11	GU-1000T
17471.476Sitohyproduct PLANEX3 GWUS54MINI	0xab13	GW-US54Mini
17481.381Saugustss
17491.322Shamajima/* Plantronics products */
17501.322Shamajimaproduct PLANTRONICS HEADSET	0x0ca1	Platronics DSP-400 Headset
17511.1Saugustss
17521.367Saugustss/* Plextor Corp. */
17531.367Saugustssproduct PLEXTOR 40_12_40U	0x0011	PlexWriter 40/12/40U
17541.367Saugustss
17551.66Saugustss/* PLX products */
17561.66Saugustssproduct PLX TESTBOARD		0x9060	test board
17571.24Saugustss
17581.366Saugustss/* PointChips */
17591.366Saugustssproduct POINTCHIPS FLASH	0x8001	Flash
17601.366Saugustss
17611.186Saugustss/* PortGear products */
17621.186Saugustssproduct PORTGEAR EA8		0x0008	Ethernet Adapter
17631.212Saugustssproduct PORTGEAR EA9		0x0009	Ethernet Adapter
17641.186Saugustss
17651.186Saugustss/* Portsmith products */
17661.186Saugustssproduct PORTSMITH EEA		0x3003	Express Ethernet Adapter
17671.276Ssoren
17681.276Ssoren/* PQI products */
17691.276Ssorenproduct PQI TRAVELFLASH		0x0001	Travel Flash Drive
17701.186Saugustss
17711.66Saugustss/* Primax products */
17721.124Saugustssproduct PRIMAX G2X300		0x0300	G2-200 scanner
17731.110Saugustssproduct PRIMAX G2E300		0x0301	G2E-300 scanner
17741.110Saugustssproduct PRIMAX G2300		0x0302	G2-300 scanner
17751.110Saugustssproduct PRIMAX G2E3002		0x0303	G2E-300 scanner
17761.110Saugustssproduct PRIMAX 9600		0x0340	Colorado USB 9600 scanner
17771.110Saugustssproduct PRIMAX 600U		0x0341	Colorado 600u scanner
17781.260Saugustssproduct PRIMAX 6200		0x0345	Visioneer 6200 scanner
17791.110Saugustssproduct PRIMAX 19200		0x0360	Colorado USB 19200 scanner
17801.110Saugustssproduct PRIMAX 1200U		0x0361	Colorado 1200u scanner
17811.124Saugustssproduct PRIMAX G600		0x0380	G2-600 scanner
17821.110Saugustssproduct PRIMAX 636I		0x0381	ReadyScan 636i
17831.110Saugustssproduct PRIMAX G2600		0x0382	G2-600 scanner
17841.110Saugustssproduct PRIMAX G2E600		0x0383	G2E-600 scanner
17851.66Saugustssproduct PRIMAX COMFORT		0x4d01	Comfort
17861.66Saugustssproduct PRIMAX MOUSEINABOX	0x4d02	Mouse-in-a-Box
17871.79Saugustssproduct PRIMAX PCGAUMS1		0x4d04	Sony PCGA-UMS1
17881.89Saugustss
17891.89Saugustss/* Prolific products */
17901.90Saugustssproduct PROLIFIC PL2301		0x0000	PL2301 Host-Host interface
17911.90Saugustssproduct PROLIFIC PL2302		0x0001	PL2302 Host-Host interface
17921.168Sjhawkproduct PROLIFIC RSAQ2		0x04bb	PL2303 Serial adapter (IODATA USB-RSAQ2)
17931.438Schristosproduct PROLIFIC PL2303		0x2303	PL2303 Serial adapter (ATEN/IOGEAR UC232A)
17941.128Ssorenproduct PROLIFIC PL2305		0x2305	Parallel printer adapter
17951.110Saugustssproduct PROLIFIC ATAPI4		0x2307	ATAPI-4 Bridge Controller
17961.381Saugustssproduct PROLIFIC PL2501		0x2501	PL2501 Host-Host interface
17971.438Schristosproduct PROLIFIC PL2303X	0xaaa0	PL2303 Serial adapter (Pharos GPS)
17981.476Sitohyproduct PROLIFIC RSAQ3		0xaaa2	PL2303 Serial adapter (IODATA USB-RSAQ3)
17991.160Sichiro
18001.160Sichiro/* Putercom products */
18011.160Sichiroproduct PUTERCOM UPA100		0x047e	USB-1284 BRIDGE
18021.81Saugustss
18031.439Sjoerg/* Qcom products */
18041.439Sjoergproduct QCOM RT2573		0x6196	RT2573
18051.439Sjoergproduct QCOM RT2573_2		0x6229	RT2573
18061.439Sjoerg
18071.108Sdarrenr/* Qtronix products */
18081.108Sdarrenrproduct QTRONIX 980N		0x2011	Scorpion-980N keyboard
18091.108Sdarrenr
18101.367Saugustss/* Qualcomm products */
18111.367Saugustssproduct QUALCOMM CDMA_MSM	0x6000	CDMA Technologies MSM phone
18121.459Ssaloproduct QUALCOMM2 CDMA_MSM	0x3196	CDMA Technologies MSM modem
18131.367Saugustss
18141.476Sitohy/* Qualcomm Kyocera products */
18151.424Sgdtproduct QUALCOMM_K CDMA_MSM_K	0x17da	Qualcomm Kyocera CDMA Technologies MSM
18161.424Sgdt
18171.81Saugustss/* Quickshot products */
18181.81Saugustssproduct QUICKSHOT STRIKEPAD	0x6238	USB StrikePad
18191.38Saugustss
18201.108Sdarrenr/* Rainbow Technologies products */
18211.438Schristosproduct RAINBOW IKEY2000	0x1200	i-Key 2000
18221.108Sdarrenr
18231.399Ssekiya/* Ralink Technology products */
18241.399Ssekiyaproduct RALINK RT2570		0x1706	RT2570
18251.403Sdrochnerproduct RALINK RT2570_2		0x2570	RT2570
18261.476Sitohyproduct RALINK RT2573		0x2573	RT2573
18271.476Sitohyproduct RALINK RT2671		0x2671	RT2671
18281.407Sdrochnerproduct RALINK RT2570_3		0x9020	RT2570
18291.438Schristosproduct RALINK_2 RT2570		0x2570	RT2570
18301.443Schristosproduct RALINK_2 RT2573		0x2573	RT2573
18311.399Ssekiya
18321.381Saugustss/* RATOC Systems products */
18331.473Sitohyproduct RATOC REXUSB60		0xb000	USB serial adapter REX-USB60
18341.381Saugustss
18351.378Smycroft/* Realtek products */
18361.474Sitohyproduct REALTEK RTL8150L	0x8150	RTL8150L USB-Ethernet Bridge
18371.474Sitohyproduct REALTEK RTL8151		0x8151	RTL8151 PNA
18381.378Smycroft
18391.473Sitohy/* Research In Motion */
18401.473Sitohyproduct RIM BLACKBERRY		0x0001	BlackBerry
18411.473Sitohy
18421.473Sitohy/* Rockfire products */
18431.473Sitohyproduct ROCKFIRE GAMEPAD	0x2033	gamepad 203USB
18441.473Sitohy
18451.140Stshiozak/* Roland products */
18461.342Sjdolecekproduct ROLAND UA100		0x0000	UA-100 USB Audio I/F
18471.342Sjdolecekproduct ROLAND UM4		0x0002	UM-4 MIDI I/F
18481.342Sjdolecekproduct ROLAND SC8850		0x0003	RolandED SC-8850 SOUND Canvas MIDI Synth.
18491.342Sjdolecekproduct ROLAND U8		0x0004	U-8 USB Audio I/F
18501.342Sjdolecekproduct ROLAND UM2		0x0005	UM-2 MIDI I/F
18511.342Sjdolecekproduct ROLAND SC8820		0x0007	SoundCanvas SC-8820 MIDI Synth.
18521.342Sjdolecekproduct ROLAND PC300		0x0008	PC-300 MIDI Keyboard
18531.342Sjdolecekproduct ROLAND UM1		0x0009	UM-1 MIDI I/F
18541.342Sjdolecekproduct ROLAND SK500		0x000b	SoundCanvas SK-500 MIDI Keyboard
18551.342Sjdolecekproduct ROLAND SCD70		0x000c	SC-D70 MIDI Synth.
18561.245Skentproduct ROLAND UA3		0x000f	EDIROL UA-3 USB audio I/F
18571.396Sperryproduct ROLAND XV5050		0x0012	XV-5050 MIDI Synth.
18581.342Sjdolecekproduct ROLAND UM880N		0x0014	EDIROL UM-880 MIDI I/F (native)
18591.342Sjdolecekproduct ROLAND UM880G		0x0015	EDIROL UM-880 MIDI I/F (generic)
18601.342Sjdolecekproduct ROLAND SD90		0x0016	EDIROL SD-90 STDIO Canvas MIDI Synth.
18611.342Sjdolecekproduct ROLAND UA1A		0x0018	UA-1A USB Audio I/F
18621.342Sjdolecekproduct ROLAND UM550		0x0023	UM-550 MIDI I/F
18631.342Sjdolecekproduct ROLAND SD20		0x0027	SD-20 MIDI Synth.
18641.342Sjdolecekproduct ROLAND SD80		0x0029	SD-80 MIDI Synth.
18651.342Sjdolecekproduct ROLAND UA700		0x002b	UA-700 USB Audio I/F
18661.411Saugustssproduct ROLAND PCRA		0x0033	EDIROL PCR MIDI keyboard (advanced)
18671.411Saugustssproduct ROLAND PCR		0x0034	EDIROL PCR MIDI keyboard
18681.411Saugustssproduct ROLAND M1000		0x0035	M-1000 audio I/F
18691.411Saugustssproduct ROLAND UA1000		0x0044	EDIROL UA-1000 USB audio I/F
18701.342Sjdolecekproduct ROLAND UA3FXA		0x0050	EDIROL UA-3FX USB audio I/F (advanced)
18711.342Sjdolecekproduct ROLAND UA3FX		0x0051	EDIROL UA-3FX USB audio I/F
18721.411Saugustssproduct ROLAND FANTOMX		0x006d	Fantom-X MIDI Synth.
18731.411Saugustssproduct ROLAND UA101		0x007d	EDIROL UA-101
18741.411Saugustssproduct ROLAND UA101F		0x008d	EDIROL UA-101 USB1
18751.425Schristosproduct ROLAND UA1EX		0x0096	EDIROL UA-1EX
18761.425Schristosproduct ROLAND UM3		0x009A	EDIROL UM-3
18771.140Stshiozak
18781.468Skiyohara/* Sagem products */
18791.468Skiyoharaproduct SAGEM XG760A		0x004a	XG-760A
18801.468Skiyoharaproduct SAGEM XG76NA		0x0062	XG-76NA
18811.468Skiyohara
18821.195Saugustss/* Saitek products */
18831.195Saugustssproduct SAITEK CYBORG_3D_GOLD	0x0006	Cyborg 3D Gold Joystick
18841.52Saugustss
18851.355Saugustss/* Samsung products */
18861.476Sitohyproduct SAMSUNG MIGHTYDRIVE	0x1623	Mighty Drive
18871.355Saugustssproduct SAMSUNG ML6060		0x3008	ML-6060 laser printer
18881.355Saugustss
18891.52Saugustss/* SanDisk products */
18901.165Saugustssproduct SANDISK SDDR05A		0x0001	ImageMate SDDR-05a
18911.165Saugustssproduct SANDISK SDDR31		0x0002	ImageMate SDDR-31
18921.315Saugustssproduct SANDISK SDDR05		0x0005	ImageMate SDDR-05
18931.165Saugustssproduct SANDISK SDDR12		0x0100	ImageMate SDDR-12
18941.165Saugustssproduct SANDISK SDDR09		0x0200	ImageMate SDDR-09
18951.476Sitohyproduct SANDISK SDDR86		0x0621	ImageMate SDDR-86
18961.319Saugustssproduct SANDISK SDDR75		0x0810	ImageMate SDDR-75
18971.137Saugustss
18981.245Skent/* Sanwa Supply products */
18991.245Skentproduct SANWASUPPLY JYDV9USB	0x9806	JY-DV9USB gamepad
19001.286Simp
19011.286Simp/* Sanyo Electric products */
19021.438Schristosproduct SANYO SCP4900		0x0701	Sanyo SCP-4900 USB Phone
19031.245Skent
19041.137Saugustss/* ScanLogic products */
19051.211Saugustssproduct SCANLOGIC SL11R		0x0002	SL11R-IDE
19061.137Saugustssproduct SCANLOGIC 336CX		0x0300	Phantom 336CX - C3 scanner
19071.263Sjoda
19081.388Sscw/* Sealevel products */
19091.388Sscwproduct SEALEVEL USBSERIAL	0x2101	USB-Serial converter
19101.388Sscw
19111.468Skiyohara/* Senao products */
19121.468Skiyoharaproduct SENAO NUB8301		0x2000	NUB-8301
19131.468Skiyohara
19141.263Sjoda/* SGI products */
19151.263Sjodaproduct SGI SN1_L1_SC		0x1234	SN1 L1 System Controller
19161.186Saugustss
19171.186Saugustss/* Shark products */
19181.186Saugustssproduct SHARK PA		0x0400	Pocket Adapter
19191.50Saugustss
19201.381Saugustss/* Sharp products */
19211.381Saugustssproduct SHARP SL5500		0x8004	SL5500
19221.381Saugustssproduct SHARP A300		0x8005	A300
19231.381Saugustssproduct SHARP SL5600		0x8006	SL5600
19241.381Saugustssproduct SHARP C700		0x8007	C700
19251.381Saugustssproduct SHARP C750		0x9031	C750
19261.451Smjfproduct SHARP WS007SH		0x9123	WS007SH
19271.381Saugustss
19281.66Saugustss/* Shuttle Technology products */
19291.66Saugustssproduct SHUTTLE EUSB		0x0001	E-USB Bridge
19301.165Saugustssproduct SHUTTLE EUSCSI		0x0002	eUSCSI Bridge
19311.165Saugustssproduct SHUTTLE SDDR09		0x0003	ImageMate SDDR09
19321.226Saugustssproduct SHUTTLE EUSBSMCF	0x0005	eUSB SmartMedia / CompactFlash Adapter
19331.156Saugustssproduct SHUTTLE ZIOMMC		0x0006	eUSB MultiMediaCard Adapter
19341.165Saugustssproduct SHUTTLE HIFD		0x0007	Sony Hifd
19351.165Saugustssproduct SHUTTLE EUSBATAPI	0x0009	eUSB ATA/ATAPI Adapter
19361.165Saugustssproduct SHUTTLE CF		0x000a	eUSB CompactFlash Adapter
19371.165Saugustssproduct SHUTTLE EUSCSI_B	0x000b	eUSCSI Bridge
19381.165Saugustssproduct SHUTTLE EUSCSI_C	0x000c	eUSCSI Bridge
19391.165Saugustssproduct SHUTTLE CDRW		0x0101	CD-RW Device
19401.351Skivinenproduct SHUTTLE ORCA		0x0325	eUSB ORCA Quad Reader
19411.323Saugustssproduct SHUTTLE SCM		0x1010	SCM Micro
19421.236Schristos
19431.236Schristos/* Siemens products */
19441.236Schristosproduct SIEMENS SPEEDSTREAM	0x1001	SpeedStream USB
19451.365Saugustssproduct SIEMENS SPEEDSTREAM22	0x1022	SpeedStream USB 1022
19461.208Saugustss
19471.419Saugustss/* Siemens Info products */
19481.419Saugustssproduct SIEMENS2 MC75		0x0034	Wireless Modules MC75
19491.474Sitohyproduct SIEMENS2 WL54G		0x3c06	54g USB Network Adapter
19501.419Saugustss
19511.441Sgdt/* Sierra Wireless products */
19521.441Sgdtproduct SIERRA AIRCARD580	0x0112	Sierra Wireless AirCard 580
19531.441Sgdt
19541.208Saugustss/* Sigmatel products */
19551.476Sitohyproduct SIGMATEL SIR4116	0x4116	StIR4116 SIR
19561.208Saugustssproduct SIGMATEL IRDA		0x4200	IrDA
19571.453Sisproduct SIGMATEL FIR4210	0x4210	StIR4210 FIR
19581.448Sisproduct SIGMATEL VFIR4220	0x4220	StIR4220 VFIR
19591.355Saugustssproduct SIGMATEL I_BEAD100	0x8008	i-Bead 100 MP3 Player
19601.365Saugustssproduct SIGMATEL DNSSF7X	0x8020	Datum Networks SSF-7X Multi Players
19611.64Saugustss
19621.50Saugustss/* SIIG products */
19631.50Saugustssproduct SIIG DIGIFILMREADER	0x0004	DigiFilm-Combo Reader
19641.335Swulfproduct SIIG UISDMC2S		0x0200	MULTICARDREADER
19651.284Saugustssproduct SIIG MULTICARDREADER	0x0201	MULTICARDREADER
19661.130Saugustss
19671.476Sitohyproduct SIIG2 USBTOETHER	0x0109	USB TO Ethernet
19681.381Saugustssproduct SIIG2 US2308		0x0421	Serial
19691.381Saugustss
19701.381Saugustss/* Silicom products */
19711.381Saugustssproduct SILICOM U2E		0x0001	U2E
19721.474Sitohyproduct SILICOM GPE		0x0002	Psion Gold Port Ethernet
19731.381Saugustss
19741.466Sdogcow/* Silicon Labs products */
19751.466Sdogcowproduct SILABS POLOLU		0x803b	Pololu Serial
19761.466Sdogcowproduct SILABS ARGUSISP		0x8066	Argussoft ISP
19771.466Sdogcowproduct SILABS CRUMB128		0x807a	Crumb128
19781.466Sdogcowproduct SILABS DEGREECONT	0x80ca	Degree Controls
19791.466Sdogcowproduct SILABS SUNNTO		0x80f6	Suunto sports
19801.466Sdogcowproduct SILABS DESKTOPMOBILE	0x813d	Burnside Desktop mobile
19811.466Sdogcowproduct SILABS IPLINK1220	0x815e	IP-Link 1220
19821.466Sdogcowproduct SILABS LIPOWSKY_JTAG	0x81c8	Lipowsky Baby-JTAG
19831.466Sdogcowproduct SILABS LIPOWSKY_LIN	0x81e2	Lipowsky Baby-LIN
19841.466Sdogcowproduct SILABS LIPOWSKY_HARP	0x8218	Lipowsky HARP-1
19851.466Sdogcowproduct SILABS2 DCU11CLONE	0xaa26	DCU-11 clone
19861.466Sdogcowproduct SILABS CP210X_1		0xea60	CP210x Serial
19871.466Sdogcowproduct SILABS CP210X_2		0xea61	CP210x Serial
19881.466Sdogcow
19891.130Saugustss/* Silicon Portals Inc. */
19901.438Schristosproduct SILICONPORTALS YAPPH_NF 0x0200	YAP Phone (no firmware)
19911.438Schristosproduct SILICONPORTALS YAPPHONE 0x0201	YAP Phone
19921.67Stron
19931.473Sitohy/* Silicon Integrated Systems products */
19941.473Sitohyproduct SIS SIS_163U		0x0163	802.11g Wireless LAN Adapter
19951.473Sitohy
19961.72Saugustss/* Sirius Technologies products */
19971.72Saugustssproduct SIRIUS ROADSTER		0x0001	NetComm Roadster II 56 USB
19981.95Saugustss
19991.376Sjdolecek/* Sitecom products */
20001.381Saugustssproduct SITECOM LN029		0x182d	LN029
20011.381Saugustssproduct SITECOM CN104		0x2068	CN104 serial
20021.376Sjdolecek
20031.439Sjoerg/* Sitecom Europe products */
20041.439Sjoergproduct SITECOMEU WL113		0x9071	WL-113
20051.468Skiyoharaproduct SITECOMEU ZD1211B	0x9075	ZD1211B
20061.439Sjoergproduct SITECOMEU WL172		0x90ac	WL-172
20071.439Sjoergproduct SITECOMEU WL113R2	0x9712	WL-113 rev 2
20081.439Sjoerg
20091.95Saugustss/* SmartBridges products */
20101.95Saugustssproduct SMARTBRIDGES SMARTLINK	0x0001	SmartLink USB ethernet adapter
20111.176Saugustssproduct SMARTBRIDGES SMARTNIC	0x0003	smartNIC 2 PnP Adapter
20121.72Saugustss
20131.69Saugustss/* SMC products */
20141.69Saugustssproduct SMC 2102USB		0x0100	10Mbps ethernet adapter
20151.69Saugustssproduct SMC 2202USB		0x0200	10/100 ethernet adapter
20161.258Srhproduct SMC 2206USB		0x0201	EZ Connect USB Ethernet Adapter
20171.403Sdrochnerproduct SMC 2862WG		0xee13	EZ Connect g Wireless USB Adapter
20181.438Schristosproduct SMC2 2020HUB		0x2020	USB Hub
20191.436Schristosproduct SMC3 2662WV1		0xa001	EZ Connect 11Mbps
20201.355Saugustssproduct SMC3 2662WUSB		0xa002	2662W-AR Wireless Adapter
20211.175Saugustss
20221.175Saugustss/* SOHOware products */
20231.175Saugustssproduct SOHOWARE NUB100		0x9100	10/100 USB Ethernet
20241.474Sitohyproduct SOHOWARE NUB110		0x9110	NUB110 Ethernet
20251.69Saugustss
20261.67Stron/* SOLID YEAR products */
20271.69Saugustssproduct SOLIDYEAR KEYBOARD	0x2101	Solid Year USB keyboard
20281.56Saugustss
20291.110Saugustss/* SONY products */
20301.165Saugustssproduct SONY DSC		0x0010	DSC cameras
20311.226Saugustssproduct SONY NWMS7		0x0025	Memorystick NW-MS7
20321.213Saugustssproduct SONY DRIVEV2		0x002b	Harddrive V2
20331.165Saugustssproduct SONY MSACUS1		0x002d	Memorystick MSAC-US1
20341.226Saugustssproduct SONY HANDYCAM		0x002e	Handycam
20351.165Saugustssproduct SONY MSC		0x0032	MSC memory stick slot
20361.206Scjsproduct SONY CLIE_35		0x0038	Sony Clie v3.5
20371.245Skentproduct SONY PS2KEYBOARD	0x005c	PlayStation2 keyboard
20381.245Skentproduct SONY PS2KEYBOARDHUB	0x005d	PlayStation2 keyboard hub
20391.280Scjsproduct SONY PS2MOUSE		0x0061	PlayStation2 mouse
20401.206Scjsproduct SONY CLIE_40		0x0066	Sony Clie v4.0
20411.438Schristosproduct SONY MSC_U03		0x0069	MSC memory stick slot MSC-U03
20421.214Scjsproduct SONY CLIE_40_MS		0x006d	Sony Clie v4.0 Memory Stick slot
20431.300Saugustssproduct SONY CLIE_S360		0x0095	Sony Clie s360
20441.253Saugustssproduct SONY CLIE_41_MS		0x0099	Sony Clie v4.1 Memory Stick slot
20451.253Saugustssproduct SONY CLIE_41		0x009a	Sony Clie v4.1
20461.300Saugustssproduct SONY CLIE_NX60		0x00da	Sony Clie nx60
20471.393Shamajimaproduct SONY PS2EYETOY4		0x0154	PlayStation2 EyeToy v154
20481.393Shamajimaproduct SONY PS2EYETOY5		0x0155	PlayStation2 EyeToy v155
20491.381Saugustssproduct SONY CLIE_TJ25		0x0169	Sony Clie tj25
20501.110Saugustss
20511.353Saugustss/* SOURCENEXT products */
20521.476Sitohyproduct SOURCENEXT KEIKAI8_CHG	0x012e	KeikaiDenwa 8 with charger
20531.353Saugustssproduct SOURCENEXT KEIKAI8	0x039f	KeikaiDenwa 8
20541.353Saugustss
20551.465Sxtraeme/* Sphairon Access Systems GmbH products */
20561.474Sitohyproduct SPHAIRON UB801R		0x0110	UB801R
20571.465Sxtraeme
20581.66Saugustss/* STMicroelectronics products */
20591.66Saugustssproduct STMICRO COMMUNICATOR	0x7554	USB Communicator
20601.134Sitojun
20611.134Sitojun/* STSN products */
20621.134Sitojunproduct STSN STSN0001		0x0001	Internet Access Device
20631.302Sichiro
20641.302Sichiro/* Sun Communications products */
20651.438Schristosproduct SUNCOMM MB_ADAPTOR	0x0003	Mobile Adaptor
20661.237Saugustss
20671.237Saugustss/* SUN Corporation products */
20681.304Sichiroproduct SUNTAC DS96L		0x0003	SUNTAC U-Cable type D2
20691.237Saugustssproduct SUNTAC PS64P1		0x0005	SUNTAC U-Cable type P1
20701.237Saugustssproduct SUNTAC VS10U		0x0009	SUNTAC Slipper U
20711.305Sichiroproduct SUNTAC IS96U		0x000a	SUNTAC Ir-Trinity
20721.367Saugustssproduct SUNTAC AS64LX		0x000b	SUNTAC U-Cable type A3
20731.381Saugustssproduct SUNTAC AS144L4		0x0011	U-Cable type A4
20741.69Saugustss
20751.69Saugustss/* Sun Microsystems products */
20761.430Stronproduct SUN KEYBOARD_TYPE_6	0x0005	Type 6 USB keyboard
20771.438Schristosproduct SUN KEYBOARD_TYPE_7	0x00a2	Type 7 USB keyboard
20781.69Saugustss/* XXX The above is a North American PC style keyboard possibly */
20791.161Saugustssproduct SUN MOUSE		0x0100	Type 6 USB mouse
20801.100Saugustss
20811.473Sitohy/* Supra products */
20821.473Sitohyproduct DIAMOND2 SUPRAEXPRESS56K 0x07da Supra Express 56K modem
20831.473Sitohyproduct DIAMOND2 SUPRA2890	0x0b4a	SupraMax 2890 56K Modem
20841.473Sitohyproduct DIAMOND2 RIO600USB	0x5001	Rio 600 USB
20851.473Sitohyproduct DIAMOND2 RIO800USB	0x5002	Rio 800 USB
20861.473Sitohyproduct DIAMOND2 PSAPLAY120	0x5003	Nike psa[play 120
20871.473Sitohy
20881.407Sdrochner/* Surecom Technology products */
20891.407Sdrochnerproduct SURECOM EP9001G		0x11f3	EP-9001-g
20901.439Sjoergproduct SURECOM RT2573		0x31f3	RT2573
20911.407Sdrochner
20921.381Saugustss/* Susteen products */
20931.381Saugustssproduct SUSTEEN DCU10	0x0528	USB Cable
20941.396Sperry
20951.468Skiyohara/* Sweex products */
20961.468Skiyoharaproduct SWEEX ZD1211		0x1809	ZD1211
20971.468Skiyohara
20981.381Saugustss/* System TALKS, Inc. */
20991.438Schristosproduct SYSTEMTALKS SGCX2UL	0x1920	SGC-X2UL
21001.381Saugustss
21011.243Saugustss/* Tangtop products */
21021.243Saugustssproduct TANGTOP USBPS2		0x0001	USBPS2
21031.165Saugustss
21041.408Saugustss/* Targus products */
21051.408Saugustssproduct TARGUS PAUM004		0x0201	PAUM004 Mouse
21061.408Saugustss
21071.165Saugustss/* Taugagreining products */
21081.165Saugustssproduct TAUGA CAMERAMATE	0x0005	CameraMate (DPCM_USB)
21091.396Sperry
21101.162Saugustss/* TDK products */
21111.162Saugustssproduct TDK UPA9664		0x0115	USB-PDC Adapter UPA9664
21121.162Saugustssproduct TDK UCA1464		0x0116	USB-cdmaOne Adapter UCA1464
21131.162Saugustssproduct TDK UHA6400		0x0117	USB-PHS Adapter UHA6400
21141.162Saugustssproduct TDK UPA6400		0x0118	USB-PHS Adapter UPA6400
21151.364Saugustssproduct TDK BT_DONGLE		0x0309	Bluetooth USB dongle
21161.162Saugustss
21171.100Saugustss/* TEAC products */
21181.100Saugustssproduct TEAC FD05PUB		0x0000	FD-05PUB floppy
21191.66Saugustss
21201.381Saugustss/* Tekram Technology products */
21211.381Saugustssproduct TEKRAM 0193		0x1601	ALLNET 0193 WLAN
21221.381Saugustssproduct TEKRAM ZYAIR_B200	0x1602	ZyXEL ZyAIR B200 WLAN
21231.468Skiyoharaproduct TEKRAM QUICKWLAN	0x1630	QuickWLAN
21241.468Skiyoharaproduct TEKRAM ZD1211_1		0x5630	ZD1211
21251.468Skiyoharaproduct TEKRAM ZD1211_2		0x6630	ZD1211
21261.381Saugustss
21271.66Saugustss/* Telex Communications products */
21281.66Saugustssproduct TELEX MIC1		0x0001	Enhanced USB Microphone
21291.46Saugustss
21301.66Saugustss/* Texas Intel products */
21311.66Saugustssproduct TI UTUSB41		0x1446	UT-USB41 hub
21321.138Saugustssproduct TI TUSB2046		0x2046	TUSB2046 hub
21331.226Saugustssproduct TI NEXII		0x5409	Nex II Digital
21341.64Saugustss
21351.66Saugustss/* Thrustmaster products */
21361.66Saugustssproduct THRUST FUSION_PAD	0xa0a3	Fusion Digital Gamepad
21371.179Saugustss
21381.444Sichiro/* TOD Co. Ltd products */
21391.474Sitohyproduct TOD DOOGI_SLIM		0x0411	DOOGI SLIM USB Keyboard
21401.444Sichiro
21411.179Saugustss/* Todos Data System products */
21421.438Schristosproduct TODOS ARGOS_MINI	0x0002	Argos Mini Smartcard Reader
21431.111Shubertf
21441.427Sscw/* Topfield Co. Ltd products */
21451.427Sscwproduct TOPFIELD TF5000PVR	0x1000	TF5000PVR Digital Video Recorder
21461.427Sscw
21471.355Saugustss/* Toshiba Corporation products */
21481.355Saugustssproduct TOSHIBA POCKETPC_E740	0x0706	PocketPC e740
21491.355Saugustss
21501.111Shubertf/* Trek Technology products */
21511.113Sichiroproduct TREK THUMBDRIVE		0x1111	ThumbDrive
21521.298Saugustssproduct TREK THUMBDRIVE_8MB	0x9988	ThumbDrive 8MB
21531.259Saugustss
21541.368Saugustss/* Tripp-Lite products */
21551.368Saugustssproduct TRIPPLITE U209		0x2008	U209 Serial adapter
21561.368Saugustss
21571.259Saugustss/* Trumpion products */
21581.438Schristosproduct TRUMPION T33521		0x1003	USB/MP3 decoder
21591.438Schristosproduct TRUMPION XXX1100	0x1100	XXX 1100
21601.216Sgehenna
21611.381Saugustss/* Tsunami products */
21621.381Saugustssproduct TSUNAMI SM2000		0x1111	SM-2000
21631.381Saugustss
21641.468Skiyohara/* TwinMOS products */
21651.468Skiyoharaproduct TWINMOS G240		0xa006	G240
21661.468Skiyohara
21671.216Sgehenna/* Ultima products */
21681.216Sgehennaproduct ULTIMA 1200UBPLUS	0x4002	1200 UB Plus scanner
21691.107Saugustss
21701.107Saugustss/* UMAX products */
21711.110Saugustssproduct UMAX ASTRA1236U		0x0002	Astra 1236U Scanner
21721.110Saugustssproduct UMAX ASTRA1220U		0x0010	Astra 1220U Scanner
21731.110Saugustssproduct UMAX ASTRA2000U		0x0030	Astra 2000U Scanner
21741.476Sitohyproduct UMAX ASTRA3400		0x0060	Astra 3400 Scanner
21751.110Saugustssproduct UMAX ASTRA2100U		0x0130	Astra 2100U Scanner
21761.110Saugustssproduct UMAX ASTRA2200U		0x0230	Astra 2200U Scanner
21771.48Saugustss
21781.468Skiyohara/* U-MEDIA Communications products */
21791.468Skiyoharaproduct UMEDIA TEW429UB_A	0x300a	TEW-429UB_A
21801.468Skiyoharaproduct UMEDIA TEW429UB		0x300b	TEW-429UB
21811.468Skiyoharaproduct UMEDIA TEW429UBC1	0x300d	TEW-429UB C1
21821.468Skiyoharaproduct UMEDIA ALL0298V2	0x3204	ALL0298 v2
21831.468Skiyohara
21841.66Saugustss/* Universal Access products */
21851.66Saugustssproduct UNIACCESS PANACHE	0x0101	Panache Surf USB ISDN Adapter
21861.355Saugustss
21871.381Saugustss/* U.S. Robotics products */
21881.381Saugustssproduct USR USR1120		0x00eb	USR1120 WLAN
21891.468Skiyoharaproduct USR USR5423		0x0121	USR5423 WLAN
21901.381Saugustss
21911.466Sdogcow/* USI products */
21921.466Sdogcowproduct USI MC60		0x10c5	MC60 Serial
21931.466Sdogcow
21941.424Sgdt/* GNU Radio USRP */
21951.424Sgdtproduct USRP USRPv2		0x0002	USRP Revision 2
21961.424Sgdt
21971.355Saugustss/* VidzMedia products */
21981.355Saugustssproduct VIDZMEDIA MONSTERTV	0x4fb1	MonsterTV P2H
21991.1Saugustss
22001.381Saugustss/* ViewSonic products */
22011.381Saugustssproduct VIEWSONIC G773HUB	0x00fe	G773 Monitor Hub
22021.381Saugustssproduct VIEWSONIC P815HUB	0x00ff	P815 Monitor Hub
22031.381Saugustssproduct VIEWSONIC G773CTRL	0x4153	G773 Monitor Control
22041.381Saugustss
22051.66Saugustss/* Vision products */
22061.98Ssorenproduct VISION VC6452V002	0x0002	CPiA Camera
22071.1Saugustss
22081.110Saugustss/* Visioneer products */
22091.124Saugustssproduct VISIONEER 7600		0x0211	OneTouch 7600
22101.124Saugustssproduct VISIONEER 5300		0x0221	OneTouch 5300
22111.254Saugustssproduct VISIONEER 3000		0x0224	Scanport 3000
22121.110Saugustssproduct VISIONEER 6100		0x0231	OneTouch 6100
22131.124Saugustssproduct VISIONEER 6200		0x0311	OneTouch 6200
22141.124Saugustssproduct VISIONEER 8100		0x0321	OneTouch 8100
22151.124Saugustssproduct VISIONEER 8600		0x0331	OneTouch 8600
22161.396Sperry
22171.285Saugustss/* Vivitar products */
22181.285Saugustssproduct VIVITAR DSC350		0x0003	DSC350 Camera
22191.285Saugustss
22201.407Sdrochner/* VTech products */
22211.407Sdrochnerproduct VTECH RT2570		0x3012	RT2570
22221.468Skiyoharaproduct VTECH ZD1211B		0x3014	ZD1211B
22231.407Sdrochner
22241.66Saugustss/* Wacom products */
22251.66Saugustssproduct WACOM CT0405U		0x0000	CT-0405-U Tablet
22261.78Saugustssproduct WACOM GRAPHIRE		0x0010	Graphire
22271.362Saugustssproduct WACOM GRAPHIRE3_4X5	0x0013	Graphire3 4x5
22281.450Sghenproduct WACOM GRAPHIRE3_6X8	0x0014	Graphire3 6x8
22291.450Sghenproduct WACOM GRAPHIRE4_4X5	0x0015	Graphire4 4x5
22301.78Saugustssproduct WACOM INTUOSA5		0x0021	Intuos A5
22311.364Saugustssproduct WACOM GD0912U		0x0022	Intuos 9x12 Graphics Tablet
22321.396Sperry
22331.468Skiyohara/* Wistron NeWeb products */
22341.468Skiyoharaproduct WISTRONNEWEB UR055G	0x0711	UR055G
22351.468Skiyohara
22361.166Saugustss/* Xirlink products */
22371.274Srossproduct XIRLINK IMAGING		0x800d	IMAGING DEVICE
22381.166Saugustssproduct XIRLINK PCCAM		0x8080	IBM PC Camera
22391.166Saugustss
22401.140Stshiozak/* Yamaha products */
22411.140Stshiozakproduct YAMAHA UX256		0x1000	UX256 MIDI I/F
22421.342Sjdolecekproduct YAMAHA MU1000		0x1001	MU1000 MIDI Synth.
22431.342Sjdolecekproduct YAMAHA MU2000		0x1002	MU2000 MIDI Synth.
22441.342Sjdolecekproduct YAMAHA MU500		0x1003	MU500 MIDI Synth.
22451.342Sjdolecekproduct YAMAHA UW500		0x1004	UW500 USB Audio I/F
22461.342Sjdolecekproduct YAMAHA MOTIF6		0x1005	MOTIF6 MIDI Synth. Workstation
22471.342Sjdolecekproduct YAMAHA MOTIF7		0x1006	MOTIF7 MIDI Synth. Workstation
22481.342Sjdolecekproduct YAMAHA MOTIF8		0x1007	MOTIF8 MIDI Synth. Workstation
22491.342Sjdolecekproduct YAMAHA UX96		0x1008	UX96 MIDI I/F
22501.342Sjdolecekproduct YAMAHA UX16		0x1009	UX16 MIDI I/F
22511.342Sjdolecekproduct YAMAHA S08		0x100e	S08 MIDI Keyboard
22521.342Sjdolecekproduct YAMAHA CLP150		0x100f	CLP-150 digital piano
22531.342Sjdolecekproduct YAMAHA CLP170		0x1010	CLP-170 digital piano
22541.245Skentproduct YAMAHA RPU200		0x3104	RP-U200
22551.364Saugustssproduct YAMAHA RTA54I		0x4000	NetVolante RTA54i Broadband&ISDN Router
22561.364Saugustssproduct YAMAHA RTW65B		0x4001	NetVolante RTW65b Broadband Wireless Router
22571.364Saugustssproduct YAMAHA RTW65I		0x4002	NetVolante RTW65i Broadband&ISDN Wireless Router
22581.364Saugustssproduct YAMAHA RTA55I		0x4004	NetVolante RTA55i Broadband VoIP Router
22591.229Ssimonb
22601.229Ssimonb/* Yano products */
22611.229Ssimonbproduct YANO U640MO		0x0101	U640MO-03
22621.349Swiz
22631.473Sitohy/* Y-E Data products */
22641.473Sitohyproduct YEDATA FLASHBUSTERU	0x0000	Flashbuster-U
22651.120Saugustss
22661.381Saugustss/* Z-Com products */
22671.381Saugustssproduct ZCOM 725		0x0002	725/726 Prism2.5 WLAN
22681.468Skiyoharaproduct ZCOM ZD1211		0x0011	ZD1211
22691.468Skiyoharaproduct ZCOM ZD1211B		0x001a	ZD1211B
22701.381Saugustss
22711.473Sitohy/* Zeevo, Inc. products */
22721.473Sitohyproduct ZEEVO BLUETOOTH		0x07d0	BT-500 Bluetooth USB Adapter
22731.473Sitohy
22741.407Sdrochner/* Zinwell products */
22751.407Sdrochnerproduct ZINWELL ZWXG261		0x0260	ZWX-G261
22761.407Sdrochner
22771.88Saugustss/* Zoom Telephonics, Inc. products */
22781.72Saugustssproduct ZOOM 2986L		0x9700	2986L Fax modem
22791.120Saugustss
22801.421Sdogcow/* Zydas Technology Corporation products */
22811.421Sdogcowproduct ZYDAS ZD1211		0x1211	ZD1211 WLAN abg
22821.468Skiyoharaproduct ZYDAS ZD1211B		0x1215	ZD1211B
22831.421Sdogcow
22841.120Saugustss/* ZyXEL Communication Co. products */
22851.162Saugustssproduct ZYXEL OMNI56K		0x1500	Omni 56K Plus
22861.120Saugustssproduct ZYXEL 980N		0x2011	Scorpion-980N keyboard
22871.468Skiyoharaproduct ZYXEL ZYAIRG220		0x3401	ZyAIR G-220
22881.468Skiyoharaproduct ZYXEL AG225H		0x3409	AG-225H
22891.468Skiyoharaproduct ZYXEL M202		0x340a	M-202
22901.468Skiyoharaproduct ZYXEL G220V2		0x340f	G-220 v2
22911.474Sitohyproduct ZYXEL PRESTIGE		0x401a	Prestige
2292