Home | History | Annotate | Line # | Download | only in usb
usbdevs revision 1.188.2.1
      1  1.188.2.1   thorpej $NetBSD: usbdevs,v 1.188.2.1 2001/11/12 21:18:35 thorpej Exp $
      2        1.1  augustss 
      3        1.1  augustss /*
      4       1.88  augustss  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
      5        1.1  augustss  * All rights reserved.
      6        1.1  augustss  *
      7       1.13  augustss  * This code is derived from software contributed to The NetBSD Foundation
      8       1.96  augustss  * by Lennart Augustsson (lennart (a] augustsson.net) at
      9       1.13  augustss  * Carlstedt Research & Technology.
     10        1.1  augustss  *
     11        1.1  augustss  * Redistribution and use in source and binary forms, with or without
     12        1.1  augustss  * modification, are permitted provided that the following conditions
     13        1.1  augustss  * are met:
     14        1.1  augustss  * 1. Redistributions of source code must retain the above copyright
     15        1.1  augustss  *    notice, this list of conditions and the following disclaimer.
     16        1.1  augustss  * 2. Redistributions in binary form must reproduce the above copyright
     17        1.1  augustss  *    notice, this list of conditions and the following disclaimer in the
     18        1.1  augustss  *    documentation and/or other materials provided with the distribution.
     19        1.1  augustss  * 3. All advertising materials mentioning features or use of this software
     20        1.1  augustss  *    must display the following acknowledgement:
     21        1.1  augustss  *        This product includes software developed by the NetBSD
     22        1.1  augustss  *        Foundation, Inc. and its contributors.
     23        1.1  augustss  * 4. Neither the name of The NetBSD Foundation nor the names of its
     24        1.1  augustss  *    contributors may be used to endorse or promote products derived
     25        1.1  augustss  *    from this software without specific prior written permission.
     26        1.1  augustss  *
     27        1.1  augustss  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     28        1.1  augustss  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     29        1.1  augustss  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     30        1.1  augustss  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     31        1.1  augustss  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     32        1.1  augustss  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     33        1.1  augustss  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     34        1.1  augustss  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     35        1.1  augustss  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     36        1.1  augustss  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     37        1.1  augustss  * POSSIBILITY OF SUCH DAMAGE.
     38        1.1  augustss  */
     39        1.1  augustss 
     40        1.1  augustss /*
     41        1.1  augustss  * List of known USB vendors
     42      1.155  augustss  *
     43      1.155  augustss  * Please note that these IDs do not do anything. Adding an ID here and
     44      1.155  augustss  * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
     45      1.155  augustss  * available to the source code and does not change any functionality, nor
     46      1.155  augustss  * does it make your device available to a specific driver.
     47      1.155  augustss  * It will however make the descriptive string available if a device does not
     48      1.155  augustss  * provide the string itself.
     49      1.155  augustss  *
     50      1.155  augustss  * After adding a vendor ID VNDR and a product ID PRDCT you will have the
     51      1.155  augustss  * following extra defines:
     52      1.155  augustss  * #define USB_VENDOR_VNDR              0x????
     53      1.155  augustss  * #define USB_PRODUCT_VNDR_PRDCT       0x????
     54      1.155  augustss  *
     55      1.155  augustss  * You may have to add these defines to the respective probe routines to
     56      1.155  augustss  * make the device recognised by the appropriate device driver.
     57        1.1  augustss  */
     58        1.1  augustss 
     59  1.188.2.1   thorpej vendor AOX		0x03e8	AOX
     60  1.188.2.1   thorpej vendor ATMEL		0x03eb	Atmel
     61      1.165  augustss vendor MITSUMI		0x03ee	Mitsumi
     62       1.44  augustss vendor HP		0x03f0	Hewlett Packard
     63  1.188.2.1   thorpej vendor ADAPTEC		0x03f3	Adaptec
     64      1.124  augustss vendor NATIONAL		0x0400	National Semiconductor
     65  1.188.2.1   thorpej vendor ACERLABS		0x0402	Acer Labs
     66       1.91  augustss vendor FTDI		0x0403	Future Technology Devices
     67        1.1  augustss vendor NEC		0x0409	NEC
     68  1.188.2.1   thorpej vendor KODAK		0x040a	Eastman Kodak
     69  1.188.2.1   thorpej vendor MELCO		0x0411	Melco
     70      1.143  augustss vendor CREATIVE		0x041e	Creative
     71  1.188.2.1   thorpej vendor ADI		0x0422	ADI Systems
     72  1.188.2.1   thorpej vendor CATC		0x0423	Computer Access Technology
     73  1.188.2.1   thorpej vendor GRAVIS		0x0428	Advanced Gravis Computer Tech.
     74       1.69  augustss vendor SUN		0x0430	Sun Microsystems
     75      1.165  augustss vendor TAUGA		0x0436  Taugagreining HF
     76       1.88  augustss vendor AMD		0x0438	Advanced Micro Devices
     77  1.188.2.1   thorpej vendor LEXMARK		0x043d	Lexmark International
     78  1.188.2.1   thorpej vendor NANAO		0x0440	NANAO
     79  1.188.2.1   thorpej vendor ALPS		0x044e	Alps Electric
     80       1.40  augustss vendor THRUST		0x044f	Thrustmaster
     81       1.69  augustss vendor TI		0x0451	Texas Instruments
     82  1.188.2.1   thorpej vendor ANALOGDEVICES	0x0456	Analog Devices
     83  1.188.2.1   thorpej vendor KYE		0x0458	KYE Systems
     84      1.112  augustss vendor DIAMOND2		0x045a	Diamond (Supra)
     85       1.18  augustss vendor MICROSOFT	0x045e	Microsoft
     86       1.45  augustss vendor PRIMAX		0x0461	Primax Electronics
     87  1.188.2.1   thorpej vendor AMP		0x0464	AMP
     88  1.188.2.1   thorpej vendor CHERRY		0x046a	Cherry Mikroschalter
     89       1.88  augustss vendor MEGATRENDS	0x046b	American Megatrends
     90  1.188.2.1   thorpej vendor LOGITECH		0x046d	Logitech
     91       1.26  augustss vendor BTC		0x046e	Behavior Tech. Computer
     92        1.1  augustss vendor PHILIPS		0x0471	Philips
     93  1.188.2.1   thorpej vendor CONNECTIX	0x0478	Connectix
     94       1.78  augustss vendor KENSINGTON	0x047d	Kensington
     95       1.40  augustss vendor LUCENT		0x047e	Lucent
     96       1.35  augustss vendor STMICRO		0x0483	STMicroelectronics
     97  1.188.2.1   thorpej vendor YAMAHA		0x0499	YAMAHA
     98      1.102  augustss vendor COMPAQ		0x049f	Compaq Computers
     99  1.188.2.1   thorpej vendor ACERP		0x04a5	Acer Peripherals
    100      1.110  augustss vendor VISIONEER	0x04a7	Visioneer
    101  1.188.2.1   thorpej vendor CANON		0x04a9	Canon
    102      1.143  augustss vendor NIKON		0x04b0	Nikon
    103      1.110  augustss vendor IBM		0x04b3	IBM Corporation
    104        1.6  augustss vendor CYPRESS		0x04b4	Cypress Semiconductor
    105  1.188.2.1   thorpej vendor EPSON		0x04b8	Seiko Epson
    106      1.108   darrenr vendor RAINBOW		0x04b9	Rainbow Technologies
    107       1.88  augustss vendor IODATA		0x04bb	I/O Data
    108  1.188.2.1   thorpej vendor TDK		0x04bf	TDK
    109       1.69  augustss vendor 3COMUSR		0x04c1	U.S. Robotics
    110  1.188.2.1   thorpej vendor METHODE		0x04c2	Methode Electronics Far East
    111  1.188.2.1   thorpej vendor MAXISWITCH	0x04c3	Maxi Switch
    112      1.117  augustss vendor LOCKHEEDMER	0x04c4	Lockheed Martin Energy Research
    113  1.188.2.1   thorpej vendor FUJITSU		0x04c5	Fujitsu
    114      1.117  augustss vendor TOSHIBAAM	0x04c6	Toshiba America Electronic Components
    115      1.117  augustss vendor MICROMACRO	0x04c7	Micro Macro Technologies
    116  1.188.2.1   thorpej vendor KONICA		0x04c8	Konica
    117  1.188.2.1   thorpej vendor LITEON		0x04ca	Lite-On Technology
    118  1.188.2.1   thorpej vendor FUJIPHOTO	0x04cb	Fuji Photo Film
    119      1.117  augustss vendor PHILIPSSEMI	0x04cc	Philips Semiconductors
    120      1.117  augustss vendor TATUNG		0x04cd	Tatung Co. Of America
    121  1.188.2.1   thorpej vendor SCANLOGIC	0x04ce	ScanLogic
    122  1.188.2.1   thorpej vendor MYSON		0x04cf	Myson Technology
    123      1.117  augustss vendor DIGI2		0x04d0	Digi International
    124      1.117  augustss vendor ITTCANON		0x04d1	ITT Canon
    125  1.188.2.1   thorpej vendor ALTEC		0x04d2	Altec Lansing Technologies
    126      1.150  augustss vendor PANASONIC	0x04da	Panasonic (Matsushita)
    127  1.188.2.1   thorpej vendor IIYAMA		0x04e1	Iiyama
    128        1.9  augustss vendor SHUTTLE		0x04e6	Shuttle Technology
    129       1.88  augustss vendor ANNABOOKS	0x04ed	Annabooks
    130  1.188.2.1   thorpej vendor CHICONY		0x04f2	Chicony Electronics
    131  1.188.2.1   thorpej vendor BROTHER		0x04f9	Brother Industries
    132       1.45  augustss vendor DALLAS		0x04fa	Dallas Semiconductor
    133  1.188.2.1   thorpej vendor ACER		0x0502	Acer
    134  1.188.2.1   thorpej vendor 3COM		0x0506	3Com
    135  1.188.2.1   thorpej vendor AZTECH		0x0509	Aztech Systems
    136       1.43  augustss vendor BELKIN		0x050d	Belkin Components
    137  1.188.2.1   thorpej vendor KAWATSU		0x050f	Kawatsu Semiconductor
    138       1.44  augustss vendor APC		0x051d	American Power Conversion
    139  1.188.2.1   thorpej vendor CONNECTEK	0x0522	Advanced Connectek USA
    140       1.69  augustss vendor NETCHIP		0x0525	NetChip Technology
    141       1.88  augustss vendor ALTRA		0x0527	ALTRA
    142  1.188.2.1   thorpej vendor ATI		0x0528	ATI Technologies
    143       1.88  augustss vendor AKS		0x0529	Aladdin Knowledge Systems
    144       1.57  augustss vendor UNIACCESS	0x0540	Universal Access
    145  1.188.2.1   thorpej vendor XIRLINK		0x0545	Xirlink
    146  1.188.2.1   thorpej vendor ANCHOR		0x0547	Anchor Chips
    147  1.188.2.1   thorpej vendor SONY		0x054c	Sony
    148  1.188.2.1   thorpej vendor VISION		0x0553	VLSI Vision
    149  1.188.2.1   thorpej vendor ASAHIKASEI	0x0556	Asahi Kasei Microsystems
    150  1.188.2.1   thorpej vendor ATEN		0x0557	ATEN International
    151  1.188.2.1   thorpej vendor MUSTEK		0x055f	Mustek Systems
    152  1.188.2.1   thorpej vendor TELEX		0x0562	Telex Communications
    153  1.188.2.1   thorpej vendor PERACOM		0x0565	Peracom Networks
    154  1.188.2.1   thorpej vendor ALCOR2		0x0566	Alcor Micro
    155  1.188.2.1   thorpej vendor WACOM		0x056a	WACOM
    156       1.43  augustss vendor ETEK		0x056c	e-TEK Labs
    157        1.1  augustss vendor EIZO		0x056d	EIZO
    158  1.188.2.1   thorpej vendor ELECOM		0x056e	Elecom
    159      1.149       abs vendor HAUPPAUGE	0x0573	Hauppauge Computer Works
    160       1.88  augustss vendor BAFO		0x0576	BAFO/Quality Computer Accessories
    161       1.86  augustss vendor YEDATA		0x057b	Y-E Data
    162       1.88  augustss vendor AVM		0x057c	AVM GmbH
    163       1.81  augustss vendor QUICKSHOT	0x057f	Quickshot
    164  1.188.2.1   thorpej vendor ROLAND		0x0582	Roland
    165       1.40  augustss vendor ROCKFIRE		0x0583	Rockfire
    166  1.188.2.1   thorpej vendor ZYXEL		0x0586	ZyXEL Communication
    167  1.188.2.1   thorpej vendor ALCOR		0x058f	Alcor Micro
    168  1.188.2.1   thorpej vendor IOMEGA		0x059b	Iomega
    169  1.188.2.1   thorpej vendor ATREND		0x059c	A-Trend Technology
    170       1.88  augustss vendor AID		0x059d	Advanced Input Devices
    171      1.107  augustss vendor LACIE		0x059f	LaCie
    172       1.40  augustss vendor OMNIVISION	0x05a9	OmniVision
    173       1.43  augustss vendor INSYSTEM		0x05ab	In-System Design
    174       1.34      tron vendor APPLE		0x05ac	Apple Computer
    175       1.74     soren vendor DIGI		0x05c5	Digi International
    176  1.188.2.1   thorpej vendor QTRONIX		0x05c7	Qtronix
    177  1.188.2.1   thorpej vendor ELSA		0x05cc	ELSA
    178       1.88  augustss vendor BRAINBOXES	0x05d1	Brainboxes Limited
    179       1.88  augustss vendor AXIOHM		0x05d9	Axiohm Transaction Solutions
    180      1.110  augustss vendor MICROTEK		0x05da	Microtek
    181      1.167  augustss vendor LEXAR		0x05dc	Lexar Media
    182      1.114  augustss vendor SYMBOL		0x05e0	Symbol Technologies
    183  1.188.2.1   thorpej vendor GENESYS		0x05e3	Genesys Logic
    184  1.188.2.1   thorpej vendor FUJI		0x05e5	Fuji Electric
    185      1.114  augustss vendor KEITHLEY		0x05e6	Keithley Instruments
    186        1.1  augustss vendor EIZONANAO	0x05e7	EIZO Nanao
    187       1.69  augustss vendor KLSI		0x05e9	Kawasaki LSI
    188  1.188.2.1   thorpej vendor FFC		0x05eb	FFC
    189  1.188.2.1   thorpej vendor ANKO		0x05ef	Anko Electronic
    190       1.69  augustss vendor PIENGINEERING	0x05f3	P.I. Engineering
    191       1.88  augustss vendor AOC		0x05f6	AOC International
    192        1.1  augustss vendor CHIC		0x05fe	Chic Technology
    193       1.88  augustss vendor BARCO		0x0600	Barco Display Systems
    194  1.188.2.1   thorpej vendor BRIDGE		0x0607	Bridge Information
    195       1.67      tron vendor SOLIDYEAR	0x060b	Solid Year
    196       1.88  augustss vendor BIORAD		0x0614	Bio-Rad Laboratories
    197       1.24  augustss vendor MACALLY		0x0618	Macally
    198  1.188.2.1   thorpej vendor ACTLABS		0x061c	Act Labs
    199  1.188.2.1   thorpej vendor ALARIS		0x0620	Alaris
    200  1.188.2.1   thorpej vendor APEX		0x0624	Apex
    201  1.188.2.1   thorpej vendor AVISION		0x0638	Avision
    202      1.100  augustss vendor TEAC		0x0644	TEAC
    203  1.188.2.1   thorpej vendor LINKSYS		0x066b	Linksys
    204  1.188.2.1   thorpej vendor ACERSA		0x066e	Acer Semiconductor America
    205  1.188.2.1   thorpej vendor AIWA		0x0677	Aiwa
    206  1.188.2.1   thorpej vendor ACARD		0x0678	ACARD Technology
    207  1.188.2.1   thorpej vendor PROLIFIC		0x067b	Prolific Technology
    208  1.188.2.1   thorpej vendor ADVANCELOGIC	0x0680	Avance Logic
    209      1.165  augustss vendor HAGIWARA		0x0693  Hagiwara Sys-Com
    210      1.101  augustss vendor CTX		0x0698	Chuntex
    211  1.188.2.1   thorpej vendor ASKEY		0x069a	Askey Computer
    212  1.188.2.1   thorpej vendor SAITEK		0x06a3	Saitek
    213       1.88  augustss vendor ALCATELT		0x06b9	Alcatel Telecom
    214  1.188.2.1   thorpej vendor AGFA		0x06bd	AGFA-Gevaert
    215  1.188.2.1   thorpej vendor ASIAMD		0x06be	Asia Microelectronic Development
    216  1.188.2.1   thorpej vendor BIZLINK		0x06c4	Bizlink International
    217      1.156  augustss vendor KEYSPAN		0x06cd	Keyspan
    218  1.188.2.1   thorpej vendor AASHIMA		0x06d6	Aashima Technology
    219       1.38  augustss vendor MULTITECH	0x06e0	MultiTech
    220  1.188.2.1   thorpej vendor ADS		0x06e1	ADS Technologies
    221       1.88  augustss vendor ALCATELM		0x06e4	Alcatel Microelectronics
    222       1.72  augustss vendor SIRIUS		0x06ea	Sirius Technologies
    223       1.88  augustss vendor BOSTON		0x06fd	Boston Acoustics
    224  1.188.2.1   thorpej vendor SMC		0x0707	Standard Microsystems
    225  1.188.2.1   thorpej vendor PUTERCOM		0x0708	Putercom
    226  1.188.2.1   thorpej vendor MCT		0x0711	MCT
    227  1.188.2.1   thorpej vendor DIGITALSTREAM	0x074e	Digital Stream
    228       1.88  augustss vendor AUREAL		0x0755	Aureal Semiconductor
    229       1.53  augustss vendor MIDIMAN		0x0763	Midiman
    230  1.188.2.1   thorpej vendor GRIFFIN		0x077d	Griffin Technology
    231       1.52  augustss vendor SANDISK		0x0781	SanDisk Corp
    232  1.188.2.1   thorpej vendor BRIMAX		0x078e	Brimax
    233  1.188.2.1   thorpej vendor AXIS		0x0792	Axis Communications
    234  1.188.2.1   thorpej vendor ABL		0x0794	ABL Electronics
    235  1.188.2.1   thorpej vendor ALFADATA		0x079d	Alfadata Computer
    236      1.114  augustss vendor NATIONALTECH	0x07a2	National Technical Systems
    237  1.188.2.1   thorpej vendor ONNTO		0x07a3	Onnto
    238  1.188.2.1   thorpej vendor BE		0x07a4	Be
    239  1.188.2.1   thorpej vendor ADMTEK		0x07a6	ADMtek
    240       1.64  augustss vendor COREGA		0x07aa	Corega
    241       1.88  augustss vendor FREECOM		0x07ab	Freecom
    242      1.114  augustss vendor MICROTECH	0x07af	Microtech
    243  1.188.2.1   thorpej vendor OLYMPUS		0x07b4	Olympus
    244  1.188.2.1   thorpej vendor ABOCOM		0x07b8	AboCom Systems
    245  1.188.2.1   thorpej vendor KEISOKUGIKEN	0x07c1	Keisokugiken
    246       1.88  augustss vendor APG		0x07c5	APG Cash Drawer
    247  1.188.2.1   thorpej vendor BUG		0x07c8	B.U.G.
    248       1.88  augustss vendor ALLIEDTELESYN	0x07c9	Allied Telesyn International
    249  1.188.2.1   thorpej vendor AVERMEDIA	0x07ca	AVerMedia Technologies
    250       1.50  augustss vendor SIIG		0x07cc	SIIG
    251      1.147    ichiro vendor CASIO		0x07cf	CASIO
    252  1.188.2.1   thorpej vendor APTIO		0x07d2	Aptio Products
    253       1.88  augustss vendor ARASAN		0x07da	Arasan Chip Systems
    254  1.188.2.1   thorpej vendor ALLIEDCABLE	0x07e6	Allied Cable
    255      1.134    itojun vendor STSN		0x07ef	STSN
    256  1.188.2.1   thorpej vendor ZOOM		0x0803	Zoom Telephonics
    257  1.188.2.1   thorpej vendor BROADLOGIC	0x0827	BroadLogic
    258  1.188.2.1   thorpej vendor HANDSPRING	0x082d	Handspring
    259  1.188.2.1   thorpej vendor ACTIONSTAR	0x0835	Action Star Enterprise
    260  1.188.2.1   thorpej vendor PALM		0x0830	Palm Computing
    261  1.188.2.1   thorpej vendor ACCTON		0x083a	Accton Technology
    262       1.72  augustss vendor DIAMOND		0x0841	Diamond
    263  1.188.2.1   thorpej vendor NETGEAR		0x0846	BayNETGEAR
    264  1.188.2.1   thorpej vendor ACTIVEWIRE	0x0854	ActiveWire
    265      1.186  augustss vendor PORTGEAR		0x085a	PortGear
    266      1.125  explorer vendor METRICOM		0x0870	Metricom
    267  1.188.2.1   thorpej vendor ADESSOKBTEK	0x087c	ADESSO/Kbtek America
    268      1.186  augustss vendor JATON		0x087d	Jaton
    269  1.188.2.1   thorpej vendor APT		0x0880	APT Technologies
    270  1.188.2.1   thorpej vendor BOCARESEARCH	0x0885	Boca Research
    271       1.88  augustss vendor ANDREA		0x08a8	Andrea Electronics
    272  1.188.2.1   thorpej vendor BURRBROWN	0x08bb	Burr-Brown Japan
    273  1.188.2.1   thorpej vendor 2WIRE		0x08c8	2Wire
    274  1.188.2.1   thorpej vendor AIPTEK		0x08ca	AIPTEK International
    275  1.188.2.1   thorpej vendor SMARTBRIDGES	0x08d1	SmartBridges
    276  1.188.2.1   thorpej vendor BILLIONTON	0x08dd	Billionton Systems
    277  1.188.2.1   thorpej vendor EXTENDED		0x08e9	Extended Systems
    278      1.148     soren vendor MSYSTEMS		0x08ec	M-Systems
    279  1.188.2.1   thorpej vendor AUTHENTEC	0x08ff	AuthenTec
    280  1.188.2.1   thorpej vendor ALATION		0x0910	Alation Systems
    281       1.88  augustss vendor BIOMETRIC	0x0929	American Biometric Company
    282      1.120  augustss vendor YANO		0x094f	Yano
    283      1.122  augustss vendor KINGSTON		0x0951	Kingston Technology
    284  1.188.2.1   thorpej vendor BLUEWATER	0x0956	BlueWater Systems
    285  1.188.2.1   thorpej vendor AGILENT		0x0957	Agilent Technologies
    286      1.186  augustss vendor PORTSMITH	0x095a	Portsmith
    287       1.88  augustss vendor ADIRONDACK	0x0976	Adirondack Wire & Cable
    288  1.188.2.1   thorpej vendor BECKHOFF		0x0978	Beckhoff
    289  1.188.2.1   thorpej vendor ALTIUS		0x09b3	Altius Solutions
    290  1.188.2.1   thorpej vendor ARRIS		0x09c1	Arris Interactive
    291  1.188.2.1   thorpej vendor ACTIVCARD	0x09c3	ACTIVCARD
    292  1.188.2.1   thorpej vendor ACTISYS		0x09c4	ACTiSYS
    293  1.188.2.1   thorpej vendor AFOURTECH	0x09da	A-FOUR TECH
    294  1.188.2.1   thorpej vendor AIMEX		0x09dc	AIMEX
    295  1.188.2.1   thorpej vendor ADDONICS		0x09df	Addonics Technologies
    296  1.188.2.1   thorpej vendor AKAI		0x09e8	AKAI professional M.I.
    297       1.88  augustss vendor ARESCOM		0x09f5	ARESCOM
    298       1.88  augustss vendor BAY		0x09f9	Bay Associates
    299       1.88  augustss vendor ALTERA		0x09fb	Altera
    300      1.111   hubertf vendor TREK		0x0a16	Trek Technology
    301  1.188.2.1   thorpej vendor ASAHIOPTICAL	0x0a17	Asahi Optical
    302  1.188.2.1   thorpej vendor BOCASYSTEMS	0x0a43	Boca Systems
    303  1.188.2.1   thorpej vendor BROADCOM		0x0a5c	Broadcom
    304  1.188.2.1   thorpej vendor GREENHOUSE	0x0a6b	GREENHOUSE
    305       1.99    castor vendor GEOCAST		0x0a79	Geocast Network Systems
    306      1.179  augustss vendor TODOS		0x0b0c	Todos Data System
    307      1.159  augustss vendor AGATE		0x0c08	Agate Technologies
    308  1.188.2.1   thorpej vendor DMI		0x0c0b	DMI
    309       1.48  augustss vendor MOTOROLA		0x1063	Motorola
    310        1.1  augustss vendor PLX		0x10b5	PLX
    311      1.186  augustss vendor ASANTE		0x10bd	Asante
    312  1.188.2.1   thorpej vendor BELKIN2		0x1293	Belkin Components
    313      1.186  augustss vendor MOBILITY		0x1342	Mobility
    314      1.186  augustss vendor SHARK		0x13d2	Shark
    315  1.188.2.1   thorpej vendor SILICONPORTALS	0x1527	Silicon Portals
    316      1.175  augustss vendor SOHOWARE		0x15e8	SOHOware
    317  1.188.2.1   thorpej vendor UMAX		0x1606	UMAX Data Systems
    318       1.26  augustss vendor INSIDEOUT	0x1608	Inside Out Networks
    319       1.20  augustss vendor ENTREGA		0x1645	Entrega
    320  1.188.2.1   thorpej vendor ACTIONTEC	0x1668	Actiontec Electronics
    321  1.188.2.1   thorpej vendor DLINK		0x2001	D-Link
    322        1.1  augustss vendor INTEL		0x8086	Intel
    323      1.121  augustss vendor HP2		0xf003	Hewlett Packard
    324        1.1  augustss 
    325        1.1  augustss /*
    326        1.1  augustss  * List of known products.  Grouped by vendor.
    327        1.1  augustss  */
    328        1.1  augustss 
    329       1.66  augustss /* 3Com products */
    330       1.66  augustss product 3COM HOMECONN		0x009d	HomeConnect USB Camera
    331       1.69  augustss product 3COM 3C19250		0x03E8	3C19250 Ethernet adapter
    332       1.66  augustss product 3COM USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
    333      1.176  augustss product 3COM 3C460		0x11f8	HomeConnect 3C460
    334      1.176  augustss product 3COM 3C460B		0x4601	HomeConnect 3C460B
    335       1.66  augustss 
    336       1.78  augustss product 3COMUSR OFFICECONN	0x0082	3Com OfficeConnect Analog Modem
    337       1.78  augustss product 3COMUSR USRISDN		0x008f	3Com U.S. Robotics Pro ISDN TA
    338       1.88  augustss product 3COMUSR HOMECONN	0x009d	3Com HomeConnect camera
    339       1.69  augustss product 3COMUSR USR56K		0x3021	U.S.Robotics 56000 Voice Faxmodem Pro
    340       1.69  augustss 
    341      1.146  augustss /* AboCom products */
    342      1.176  augustss product ABOCOM XX1		0x110c	XX1
    343      1.176  augustss product ABOCOM XX2		0x200c	XX2
    344      1.146  augustss product ABOCOM URE450		0x4000	URE450 Ethernet Adapter
    345      1.176  augustss product ABOCOM XX3		0x4002	XX3
    346      1.173  augustss product ABOCOM DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
    347      1.176  augustss product ABOCOM XX4		0x4004	XX4
    348      1.176  augustss product ABOCOM XX5		0x4007	XX5
    349      1.176  augustss product ABOCOM XX6		0x400b	XX6
    350      1.176  augustss product ABOCOM XX7		0x400c	XX7
    351      1.176  augustss product ABOCOM XX8		0x4102	XX8
    352      1.176  augustss product ABOCOM XX9		0x4104	XX9
    353      1.176  augustss product ABOCOM XX10		0xabc1	XX10
    354      1.176  augustss 
    355      1.176  augustss /* Accton products */
    356      1.182  augustss product ACCTON USB320_EC	0x1046	USB320-EC Ethernet Adapter
    357       1.66  augustss 
    358       1.88  augustss /* Acer Peripherals, Inc. products */
    359       1.88  augustss product ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
    360      1.115  augustss product ACERP ACERSCAN_320U	0x2022	Acerscan 320U
    361      1.110  augustss product ACERP ACERSCAN_640U	0x2040	Acerscan 640U
    362      1.110  augustss product ACERP ACERSCAN_620U	0x2060	Acerscan 620U
    363       1.88  augustss 
    364       1.88  augustss /* ActiveWire, Inc. products */
    365       1.66  augustss product ACTIVEWIRE IOBOARD	0x0100	I/O Board
    366       1.66  augustss product ACTIVEWIRE IOBOARD_FW1	0x0101	I/O Board, rev. 1 firmware
    367       1.66  augustss 
    368       1.69  augustss /* ADMtek products */
    369       1.69  augustss product ADMTEK PEGASUS		0x0986	AN986 USB Ethernet adapter
    370      1.176  augustss product ADMTEK PEGASUSII	0x8511	AN8511 USB Ethernet adapter
    371       1.69  augustss 
    372       1.66  augustss /* ADS products */
    373       1.70  augustss product ADS UBS10BT		0x0008	UBS-10BT Ethernet adapter
    374      1.186  augustss product ADS UBS10BTX		0x0009	UBS-10BT Ethernet adapter
    375       1.44  augustss 
    376      1.159  augustss /* Agate Technologies products */
    377      1.159  augustss product AGATE QDRIVE		0x0378	Q-Drive
    378        1.2  augustss 
    379      1.110  augustss /* AGFA products */
    380      1.110  augustss product AGFA SNAPSCAN1212U	0x0001	SnapScan 1212U
    381      1.110  augustss product AGFA SNAPSCANTOUCH	0x0100	SnapScan Touch
    382      1.110  augustss product AGFA SNAPSCAN1212U2	0x2061	SnapScan 1212U
    383      1.159  augustss 
    384       1.66  augustss /* AKS products */
    385       1.66  augustss product AKS USBHASP		0x0001	USB-HASP 0.06
    386      1.104  augustss 
    387      1.104  augustss /* Alcor Micro, Inc. products */
    388      1.104  augustss product ALCOR2 KBD_HUB		0x2802	Kbd Hub
    389      1.104  augustss 
    390      1.104  augustss product ALCOR MA_KBD_HUB	0x9213	MacAlly Kbd Hub
    391      1.104  augustss product ALCOR AU9814		0x9215	AU9814 Hub
    392      1.104  augustss product ALCOR SM_KBD		0x9410	MicroConnectors/StrongMan Keyboard
    393      1.104  augustss product ALCOR NEC_KBD_HUB	0x9472	NEC Kbd Hub
    394        1.1  augustss 
    395       1.66  augustss /* Altec Lansing products */
    396       1.85  augustss product ALTEC ADA70		0x0070	ADA70 Speakers
    397       1.69  augustss product ALTEC ASC495		0xff05	ASC495 Speakers
    398       1.64  augustss 
    399       1.66  augustss /* American Power Conversion products */
    400       1.66  augustss product APC UPSPRO500		0x0002	Back-UPS Pro 500
    401        1.6  augustss 
    402       1.66  augustss /* Anchor products */
    403       1.66  augustss product ANCHOR EZUSB		0x2131	EZUSB
    404      1.105  augustss product ANCHOR EZLINK		0x2720	EZLINK
    405       1.25  augustss 
    406       1.88  augustss /* AOX, Inc. products */
    407       1.69  augustss product AOX USB101		0x0008	USB ethernet controller engine
    408       1.69  augustss 
    409      1.116  augustss /* Apple Computer products */
    410      1.126  augustss product APPLE OPTMOUSE		0x0302	Optical mouse
    411      1.116  augustss product APPLE SPEAKERS		0x1101	Speakers
    412      1.116  augustss 
    413      1.186  augustss /* Asante products */
    414      1.186  augustss product ASANTE EA		0x1427	Ethernet Adapter
    415      1.186  augustss 
    416       1.66  augustss /* ATen products */
    417       1.66  augustss product ATEN UC1284		0x2001	Parallel printer adapter
    418       1.69  augustss product ATEN UC10T		0x2002	10Mbps ethernet adapter
    419      1.106  augustss product ATEN UC232A		0x2008	Serial adapter
    420      1.186  augustss product ATEN DSB650C		0x4000	DSB-650C
    421       1.44  augustss 
    422      1.133  augustss /* Atmel Comp. products */
    423      1.133  augustss product ATMEL UHB124		0x3301	UHB124 hub
    424      1.151  augustss product ATMEL DWL120		0x7602	DWL-120 Wireless adapter
    425      1.133  augustss 
    426      1.110  augustss /* Avision products */
    427      1.110  augustss product AVISION 1200U		0x0268	1200U scanner
    428      1.110  augustss 
    429       1.71  augustss /* Belkin products */
    430       1.71  augustss /*product BELKIN F5U111		0x????	F5U111 Ethernet adapter*/
    431      1.110  augustss product BELKIN2 F5U002		0x0002	F5U002 Parallel printer adapter
    432       1.71  augustss 
    433       1.66  augustss /* Billionton products */
    434       1.66  augustss product BILLIONTON USB100	0x0986	USB100N 10/100 FastEthernet Adapter
    435      1.177  augustss product BILLIONTON USBLP100	0x0987	USB100LP
    436      1.176  augustss product BILLIONTON USBEL100	0x0988	USB100EL
    437      1.176  augustss product BILLIONTON USBE100	0x8511	USBE100
    438       1.40  augustss 
    439       1.66  augustss /* Brother Industries products */
    440       1.69  augustss product BROTHER HL1050		0x0002	HL-1050 laser printer
    441        1.1  augustss 
    442       1.66  augustss /* Behavior Technology Computer products */
    443       1.66  augustss product BTC BTC7932		0x6782	Keyboard with mouse port
    444       1.18  augustss 
    445       1.88  augustss /* Canon, Inc. products */
    446      1.158  augustss product CANON N656U		0x2206	CANOSCAN N656U
    447       1.66  augustss product CANON S10		0x3041	PowerShot S10
    448      1.158  augustss product CANON S100		0x3045	PowerShot S100
    449       1.16  augustss 
    450       1.66  augustss /* CATC products */
    451       1.71  augustss product CATC NETMATE		0x000a	Netmate ethernet adapter
    452       1.71  augustss product CATC NETMATE2		0x000c	Netmate2 ethernet adapter
    453       1.66  augustss product CATC CHIEF		0x000d	USB Chief Bus & Protocol Analyzer
    454       1.66  augustss product CATC ANDROMEDA		0x1237	Andromeda hub
    455      1.147    ichiro 
    456      1.147    ichiro /* CASIO products */
    457      1.147    ichiro product	CASIO NAMELAND		0x4001	CASIO Nameland EZ-USB
    458        1.1  augustss 
    459        1.1  augustss /* Cherry products */
    460        1.1  augustss product CHERRY MY3000KBD	0x0001	My3000 keyboard
    461        1.1  augustss product CHERRY MY3000HUB	0x0003	My3000 hub
    462        1.1  augustss 
    463       1.66  augustss /* Chic Technology products */
    464       1.66  augustss product CHIC MOUSE1		0x0001	mouse
    465       1.78  augustss product CHIC CYPRESS		0x0003	Cypress USB Mouse
    466        1.6  augustss 
    467       1.66  augustss /* Chicony products */
    468       1.66  augustss product CHICONY KB8933		0x0001	KB-8933 keyboard
    469      1.102  augustss 
    470      1.102  augustss /* Compaq products */
    471      1.184     pooka product COMPAQ IPAQPOCKETPC	0x0003	iPAQ PocketPC
    472      1.102  augustss product COMPAQ PJB100		0x504a	Personal Jukebox PJB100
    473        1.1  augustss 
    474        1.1  augustss /* Connectix products */
    475        1.1  augustss product CONNECTIX QUICKCAM	0x0001	QuickCam
    476       1.35  augustss 
    477       1.66  augustss /* Corega products */
    478       1.66  augustss product COREGA ETHER_USB_T	0x0001	Ether USB-T
    479       1.76  augustss product COREGA FETHER_USB_TX	0x0004	FEther USB-TX
    480      1.101  augustss 
    481      1.143  augustss /* Creative products */
    482      1.143  augustss product CREATIVE NOMAD_II	0x1002	Nomad II MP3 player
    483      1.143  augustss 
    484      1.101  augustss /* CTX products */
    485      1.101  augustss product CTX EX1300		0x9999	Ex1300 hub
    486       1.66  augustss 
    487       1.66  augustss /* Cypress Semiconductor products */
    488       1.66  augustss product CYPRESS MOUSE		0x0001	mouse
    489       1.66  augustss product CYPRESS THERMO		0x0002	thermometer
    490       1.91  augustss product CYPRESS FMRADIO		0x1002	FM Radio
    491       1.66  augustss 
    492       1.69  augustss /* D-Link products */
    493       1.70  augustss /*product DLINK DSBS25		0x0100	DSB-S25 serial adapter*/
    494      1.176  augustss product DLINK DSB650TX4		0x200c	10/100 ethernet adapter
    495       1.69  augustss product DLINK DSB650C		0x4000	10Mbps ethernet adapter
    496      1.176  augustss product DLINK DSB650TX1		0x4001	10/100 ethernet adapter
    497       1.69  augustss product DLINK DSB650TX		0x4002	10/100 ethernet adapter
    498       1.69  augustss product DLINK DSB650TX_PNA	0x4003	1/10/100 ethernet adapter
    499      1.176  augustss product DLINK DSB650TX3		0x400b	10/100 ethernet adapter
    500      1.176  augustss product DLINK DSB650TX2		0x4102	10/100 ethernet adapter
    501      1.176  augustss product DLINK DSB650		0xabc1	10/100 ethernet adapter
    502       1.69  augustss 
    503       1.66  augustss /* Dallas Semiconductor products */
    504       1.66  augustss product DALLAS J6502		0x4201	J-6502 speakers
    505      1.188    ichiro product DALLAS USB_FOB_IBUTTON	0x2490	USB-FOB/iBUTTON
    506       1.40  augustss 
    507       1.72  augustss /* Diamond products */
    508       1.72  augustss product DIAMOND RIO500USB	0x0001	Rio 500 USB
    509       1.74     soren 
    510       1.74     soren /* Digi International products */
    511       1.74     soren product DIGI ACCELEPORT2	0x0002	AccelePort USB 2
    512       1.74     soren product DIGI ACCELEPORT4	0x0004	AccelePort USB 4
    513       1.74     soren product DIGI ACCELEPORT8	0x0008	AccelePort USB 8
    514       1.72  augustss 
    515  1.188.2.1   thorpej /* Digital Stream Corp. products */
    516  1.188.2.1   thorpej product DIGITALSTREAM PS2	0x0001	PS/2 Active Adapter
    517  1.188.2.1   thorpej 
    518  1.188.2.1   thorpej /* DMI products */
    519  1.188.2.1   thorpej product DMI SA2_0		0xb001	Storage Adapter
    520  1.188.2.1   thorpej 
    521       1.66  augustss /* EIZO products */
    522       1.66  augustss product EIZO HUB		0x0000	hub
    523       1.66  augustss product EIZO MONITOR		0x0001	monitor
    524       1.17  augustss 
    525      1.177  augustss /* Elecom products */
    526      1.177  augustss product ELECOM MOUSE29UO	0x0002	mouse 29UO
    527      1.177  augustss product ELECOM LDUSBTX0		0x200c	LD-USB/TX
    528      1.177  augustss product ELECOM LDUSBTX1		0x4002	LD-USB/TX
    529      1.177  augustss product ELECOM LDUSBTX2		0x400b	LD-USB/TX
    530      1.177  augustss product ELECOM LDUSBTX3		0xabc1	LD-USB/TX
    531      1.177  augustss 
    532       1.66  augustss /* Elsa products */
    533       1.66  augustss product ELSA MODEM1		0x2265	ELSA Modem Board
    534      1.177  augustss product ELSA USB2ETHERNET	0x3000	Microlink USB2Ethernet
    535        1.5      mark 
    536       1.66  augustss /* Entrega products */
    537       1.66  augustss product ENTREGA 1S		0x0001	1S serial connector
    538       1.66  augustss product ENTREGA 2S		0x0002	2S serial connector
    539       1.66  augustss product ENTREGA 1S25		0x0003	1S25 serial connector
    540       1.66  augustss product ENTREGA 4S		0x0004	4S serial connector
    541       1.69  augustss product ENTREGA E45		0x0005	E45 Ethernet adapter
    542       1.66  augustss product ENTREGA CENTRONICS	0x0006	Centronics connector
    543      1.186  augustss product ENTREGA XX1		0x0008	Ethernet Adapter
    544       1.66  augustss product ENTREGA 1S9		0x0093	1S9 serial connector
    545       1.66  augustss product ENTREGA EZUSB		0x8000	EZ-USB
    546       1.66  augustss /*product ENTREGA SERIAL	0x8001	DB25 Serial connector*/
    547      1.112  augustss product ENTREGA 2U4S		0x8004  2U4S serial connector/usb hub
    548      1.186  augustss product ENTREGA XX2		0x8005	Ethernet Adapter
    549       1.66  augustss /*product ENTREGA SERIAL_DB9	0x8093	DB9 Serial connector*/
    550       1.57  augustss 
    551      1.103  augustss /* Epson products */
    552      1.107  augustss product EPSON PRINTER1		0x0001	USB Printer
    553      1.103  augustss product EPSON PRINTER2		0x0002	ISD USB Smart Cable for Mac
    554      1.103  augustss product EPSON PRINTER3		0x0003	ISD USB Smart Cable
    555      1.131  augustss product EPSON PRINTER5		0x0005	USB Printer
    556      1.110  augustss product EPSON 636		0x0101	Perfection 636U / 636Photo scanner
    557      1.110  augustss product EPSON 610		0x0103	Perfection 610 scanner
    558      1.110  augustss product EPSON 1200		0x0104	Perfection 1200U / 1200Photo scanner
    559      1.139  augustss product EPSON 1600		0x0107	Expression 1600 scanner
    560      1.139  augustss product EPSON 1640		0x010a	Perfection 1640SU scanner
    561      1.155  augustss product EPSON 1240		0x010b	Perfection 1240U / 1240Photo scanner
    562      1.185  augustss product EPSON 640U		0x010c	Perfection 640U scanner
    563      1.187  augustss product EPSON 1650		0x0110	Perfection 1650 scanner
    564      1.103  augustss 
    565       1.66  augustss /* e-TEK Labs products */
    566       1.66  augustss product ETEK 1COM		0x8007	Serial port
    567       1.22  augustss 
    568      1.103  augustss /* Extended Systems products */
    569      1.103  augustss product EXTENDED XTNDACCESS	0x0100	XTNDAccess IrDA
    570       1.12  augustss 
    571       1.66  augustss /* Gravis products */
    572       1.66  augustss product GRAVIS GAMEPADPRO	0x4001	GamePad Pro
    573      1.152    ichiro 
    574      1.152    ichiro /* GREENHOUSE products */
    575      1.152    ichiro product GREENHOUSE KANA21	0x0001	CF-writer with Portable MP3 Player
    576      1.116  augustss 
    577      1.116  augustss /* Griffin Technology */
    578      1.142    ichiro product GRIFFIN IMATE		0x0405	iMate, ADB adapter
    579        1.9  augustss 
    580       1.88  augustss /* Freecom products */
    581       1.88  augustss product FREECOM DVD		0xfc01	Connector for DVD drive
    582       1.88  augustss 
    583       1.78  augustss /* Future Technology Devices products */
    584       1.91  augustss product FTDI SERIAL		0x8372	Serial converter
    585      1.118  augustss 
    586      1.118  augustss /* Fuji photo products */
    587      1.118  augustss product FUJIPHOTO MASS0100	0x0100	Mass Storage
    588       1.78  augustss 
    589      1.165  augustss /* Hagiwara products */
    590      1.165  augustss product HAGIWARA FGSM		0x0002  FlashGate SmartMedia Card Reader
    591      1.165  augustss product HAGIWARA FGCF		0x0003  FlashGate CompactFlash Card Reader
    592      1.165  augustss product HAGIWARA FG		0x0005  FlashGate
    593      1.165  augustss 
    594       1.88  augustss /* Handspring, Inc. */
    595       1.69  augustss product HANDSPRING VISOR	0x0100	Handspring Visor
    596      1.149       abs 
    597      1.149       abs /* Hauppauge Computer Works */
    598      1.149       abs product HAUPPAUGE WINTV_USB_FM	0x4d12	WinTV USB FM
    599       1.55  augustss 
    600       1.66  augustss /* HP products */
    601      1.163  augustss product HP 895C			0x0004	DeskJet 895C
    602       1.66  augustss product HP 4100C		0x0101	Scanjet 4100C
    603       1.72  augustss product HP S20			0x0102	Photosmart S20
    604      1.163  augustss product HP 880C			0x0104	DeskJet 880C
    605       1.78  augustss product HP 4200C		0x0105	ScanJet 4200C
    606      1.164  augustss product HP CDWRITERPLUS		0x0107	CD-Writer Plus
    607      1.164  augustss product HP KBDHUB		0x010c	Multimedia Keyboard Hub
    608       1.78  augustss product HP 6200C		0x0201	ScanJet 6200C
    609       1.78  augustss product HP S20b			0x0202	PhotoSmart S20
    610      1.163  augustss product HP 815C			0x0204	DeskJet 815C
    611       1.78  augustss product HP 3300C		0x0205	ScanJet 3300C
    612      1.164  augustss product HP CDW8200		0x0207	CD-Writer Plus 8200e
    613      1.163  augustss product HP 810C			0x0304	DeskJet 810C/812C
    614      1.169  augustss product HP 4300C		0x0305	Scanjet 4300C
    615      1.164  augustss product HP G85XI		0x0311	OfficeJet G85xi
    616      1.123  augustss product HP 5200C		0x0401	Scanjet 5200C
    617      1.163  augustss product HP 830C			0x0404	DeskJet 830C
    618      1.164  augustss product HP 3400CSE		0x0405	ScanJet 3400cse
    619       1.66  augustss product HP 6300C		0x0601	Scanjet 6300C
    620      1.164  augustss product HP 840C			0x0604	DeskJet 840c
    621      1.123  augustss product HP 5300C		0x0701	Scanjet 5300C
    622       1.72  augustss product HP 970CSE		0x1004	Deskjet 970Cse
    623      1.164  augustss product HP 930C			0x1204	DeskJet 930c
    624      1.164  augustss product HP 640C			0x2004	DeskJet 640c
    625       1.72  augustss product HP P1100		0x3102	Photosmart P1100
    626      1.121  augustss 
    627      1.121  augustss /* HP products */
    628      1.121  augustss product HP2 C500		0x6002	PhotoSmart C500
    629       1.20  augustss 
    630      1.110  augustss /* IBM Corporation */
    631      1.110  augustss product IBM USBCDROMDRIVE	0x4427	USB CD-ROM Drive
    632      1.110  augustss 
    633  1.188.2.1   thorpej /* Iiyama products */
    634  1.188.2.1   thorpej product IIYAMA HUB		0x0201	Hub
    635  1.188.2.1   thorpej 
    636       1.66  augustss /* Inside Out Networks products */
    637       1.66  augustss product INSIDEOUT EDGEPORT4	0x0001	EdgePort/4 serial ports
    638       1.30      tron 
    639       1.66  augustss /* In-System products */
    640       1.66  augustss product INSYSTEM F5U002		0x0002	Parallel printer adapter
    641      1.165  augustss product INSYSTEM ATAPI		0x0031	ATAPI adapter
    642      1.110  augustss product INSYSTEM ISD110		0x0200	IDE adapter ISD110
    643      1.110  augustss product INSYSTEM ISD105		0x0202	IDE adapter ISD105
    644      1.105  augustss product INSYSTEM USBCABLE	0x081a	USB cable
    645       1.44  augustss 
    646       1.66  augustss /* Intel products */
    647      1.129  augustss product INTEL EASYPC_CAMERA	0x0110	Easy PC Camera
    648       1.66  augustss product INTEL TESTBOARD		0x9890	82930 test board
    649       1.84       uch 
    650       1.84       uch /* I/O DATA products */
    651      1.132  jdolecek product IODATA USBETT		0x0901	USB ETT
    652       1.88  augustss product IODATA USBETTX		0x0904	USB ETTX
    653      1.178  augustss product IODATA USBETTXS		0x0913	USB ETTX
    654      1.145    ichiro product	IODATA USBRSAQ		0x0a03	USB serial adapter USB-RSAQ1
    655        1.6  augustss 
    656       1.66  augustss /* Iomega products */
    657       1.66  augustss product IOMEGA ZIP100		0x0001	Zip 100
    658       1.93  augustss product IOMEGA ZIP250		0x0030	Zip 250
    659       1.36  augustss 
    660      1.186  augustss /* Jaton products */
    661      1.186  augustss product JATON EDA		0x5704	Ethernet Device Adapter
    662       1.86  augustss 
    663       1.36  augustss /* Kawatsu products */
    664       1.36  augustss product KAWATSU MH4000P		0x0003	MiniHub 4000P
    665       1.21  augustss 
    666       1.88  augustss /* Keisokugiken Corp. products */
    667       1.88  augustss product KEISOKUGIKEN USBDAQ	0x0068	HKS-0200 USBDAQ
    668       1.88  augustss 
    669      1.186  augustss /* Kawasaki products */
    670       1.88  augustss product KLSI DUH3E10BT		0x0008	10BT Ethernet adapter, in the DU-H3E
    671      1.186  augustss product KLSI DUH3E10BTN		0x0009	10BT Ethernet adapter, in the DU-H3E
    672       1.88  augustss 
    673       1.78  augustss /* Kensington products */
    674       1.78  augustss product KENSINGTON ORBIT	0x1003	Orbit USB/PS2 trackball
    675       1.78  augustss product KENSINGTON TURBOBALL	0x1005	TurboBall
    676  1.188.2.1   thorpej product KENSINGTON ORBIT_MAC	0x1009	Orbit USB trackball for Mac
    677      1.122  augustss 
    678      1.156  augustss /* Keyspan products */
    679      1.157  augustss product KEYSPAN USA28		0x0101	USA-28 serial adapter
    680      1.157  augustss product KEYSPAN USA28X		0x0102	USA-28X serial adapter
    681      1.157  augustss product KEYSPAN USA19		0x0103	USA-19 serial adapter
    682      1.157  augustss product KEYSPAN USA18X		0x0105	USA-18X serial adapter
    683      1.157  augustss product KEYSPAN USA19W		0x0106	USA-19W serial adapter
    684      1.157  augustss product KEYSPAN USA49W		0x0109	USA-49W serial adapter
    685      1.174  augustss product KEYSPAN UIA10_NF	0x0201	UIA-10 remote control
    686      1.156  augustss 
    687      1.122  augustss /* Kingston products */
    688      1.186  augustss product KINGSTON XX1		0x0008	Ethernet Adapter
    689      1.122  augustss product KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
    690       1.78  augustss 
    691       1.66  augustss /* Kodak products */
    692       1.78  augustss product KODAK DC220		0x0100	Digital Science DC220
    693       1.66  augustss product KODAK DC260		0x0110	Digital Science DC260
    694       1.72  augustss product KODAK DC265		0x0111	Digital Science DC265
    695       1.75  augustss product KODAK DC290		0x0112	Digital Science DC290
    696       1.66  augustss product KODAK DC240		0x0120	Digital Science DC240
    697       1.66  augustss product KODAK DC280		0x0130	Digital Science DC280
    698       1.44  augustss 
    699       1.66  augustss /* Konica Corp. Products */
    700       1.66  augustss product KONICA CAMERA		0x0720	Digital Color Camera
    701       1.57  augustss 
    702       1.66  augustss /* KYE products */
    703       1.66  augustss product KYE NICHE		0x0001	Niche mouse
    704       1.80  jdolecek product KYE NETSCROLL		0x0003	Genius NetScroll mouse
    705       1.66  augustss product KYE FLIGHT2000		0x1004	Flight 2000 joystick
    706      1.110  augustss product KYE VIVIDPRO		0x2001	ColorPage Vivid-Pro scanner
    707        1.6  augustss 
    708      1.107  augustss /* LaCie products */
    709      1.165  augustss product LACIE HD		0xa601	Hard Disk
    710      1.107  augustss product LACIE CDRW		0xa602	CD R/W
    711      1.167  augustss 
    712      1.167  augustss /* Lexar products */
    713      1.167  augustss product LEXAR JUMPSHOT		0x0001	jumpSHOT CompactFlash Reader
    714      1.107  augustss 
    715       1.66  augustss /* Lexmark products */
    716       1.66  augustss product LEXMARK S2450		0x0009	Optra S 2450
    717       1.68  augustss 
    718       1.68  augustss /* Linksys products */
    719      1.165  augustss product LINKSYS MAUSB2		0x0105	Camedia MAUSB-2
    720      1.176  augustss product LINKSYS USB10TX1	0x200c	USB10TX
    721       1.73  augustss product LINKSYS USB10T		0x2202	USB10T Ethernet
    722       1.68  augustss product LINKSYS USB100TX	0x2203	USB100TX Ethernet
    723       1.97  augustss product LINKSYS USB100H1	0x2204	USB100H1 Ethernet/HPNA
    724       1.88  augustss product LINKSYS USB10TA		0x2206	USB10TA Ethernet
    725      1.176  augustss product LINKSYS USB10TX2	0x400b	USB10TX
    726       1.44  augustss 
    727       1.66  augustss /* Logitech products */
    728       1.66  augustss product LOGITECH M2452		0x0203	M2452 keyboard
    729       1.66  augustss product LOGITECH M4848		0x0301	M4848 mouse
    730       1.98     soren product LOGITECH PAGESCAN	0x040f	PageScan
    731       1.98     soren product LOGITECH QUICKCAMWEB	0x0801	QuickCam Web
    732       1.66  augustss product LOGITECH QUICKCAMPRO	0x0810	QuickCam Pro
    733       1.98     soren product LOGITECH QUICKCAMEXP	0x0840	QuickCam Express
    734       1.98     soren product LOGITECH QUICKCAM	0x0850	QuickCam
    735       1.78  augustss product LOGITECH N43		0xc000	N43
    736       1.66  augustss product LOGITECH N48		0xc001	N48 mouse
    737       1.66  augustss product LOGITECH MBA47		0xc002	M-BA47 mouse
    738       1.78  augustss product LOGITECH WMMOUSE	0xc004	WingMan Gaming Mouse
    739      1.133  augustss product LOGITECH BD58		0xc00c	BD58 mouse
    740      1.171  augustss product LOGITECH UN58A		0xc030	iFeel Mouse
    741      1.109  augustss product LOGITECH BB13		0xc401	USB-PS/2 Trackball
    742       1.78  augustss product LOGITECH WMPAD		0xc208	WingMan GamePad Extreme
    743       1.78  augustss product LOGITECH WMJOY		0xc281	WingMan Force joystick 
    744      1.156  augustss product LOGITECH RK53		0xc501	Cordless mouse
    745      1.156  augustss product LOGITECH RB6		0xc503	Cordless keyboard
    746  1.188.2.1   thorpej product LOGITECH CDO		0xc504	Cordless Desktop Optical
    747       1.98     soren product LOGITECH QUICKCAMPRO2	0xd001	QuickCam Pro
    748       1.24  augustss 
    749       1.66  augustss /* Lucent products */
    750       1.66  augustss product LUCENT EVALKIT		0x1001	USS-720 evaluation kit
    751       1.12  augustss 
    752       1.66  augustss /* Macally products */
    753       1.66  augustss product MACALLY MOUSE1		0x0101	mouse
    754       1.94  augustss 
    755       1.94  augustss /* MCT Corp. */
    756       1.94  augustss product MCT HUB0100		0x0100	Hub
    757  1.188.2.1   thorpej product MCT DU_H3SP_USB232	0x0200	D-Link DU-H3SP USB BAY Hub
    758       1.94  augustss product MCT USB232		0x0210	USB-232 Interface
    759      1.154    ichiro product MCT SITECOM_USB232	0x0230	Sitecom USB-232 Products
    760       1.48  augustss 
    761       1.88  augustss /* Melco, Inc products */
    762      1.135  augustss product MELCO LUATX1		0x0001	LUA-TX Ethernet
    763      1.135  augustss product MELCO LUATX5		0x0005	LUA-TX Ethernet
    764      1.176  augustss product MELCO LUA2TX5		0x0009	LUA2-TX Ethernet
    765      1.125  explorer 
    766      1.125  explorer /* Metricom products */
    767      1.125  explorer product METRICOM RICOCHET_GS	0x0001	Ricochet GS
    768       1.53  augustss 
    769       1.66  augustss /* Microsoft products */
    770       1.78  augustss product MICROSOFT SIDEPREC	0x0008	SideWinder Precision Pro
    771       1.66  augustss product MICROSOFT INTELLIMOUSE	0x0009	IntelliMouse
    772       1.66  augustss product MICROSOFT NATURALKBD	0x000b	Natural Keyboard Elite
    773       1.66  augustss product MICROSOFT DDS80		0x0014	Digital Sound System 80
    774       1.72  augustss product MICROSOFT SIDEWINDER	0x001a	Sidewinder Precision Racing Wheel
    775       1.78  augustss product MICROSOFT INTELLIEYE	0x0025	IntelliEye mouse
    776       1.77  augustss product MICROSOFT INETPRO	0x002b	Internet Keyboard Pro
    777      1.153  augustss 
    778      1.153  augustss /* Microtech products */
    779      1.165  augustss product MICROTECH SCSIDB25	0x0004	USB-SCSI-DB25
    780      1.165  augustss product MICROTECH SCSIHD50	0x0005	USB-SCSI-HD50
    781      1.153  augustss product MICROTECH DPCM		0x0006	USB CameraMate
    782      1.165  augustss product MICROTECH FREECOM	0xfc01	Freecom USB-IDE
    783        1.6  augustss 
    784      1.110  augustss /* Microtek products */
    785      1.137  augustss product MICROTEK 336CX		0x0094	Phantom 336CX - C3 scanner
    786      1.110  augustss product MICROTEK X6U		0x0099	ScanMaker X6 - X6U
    787      1.137  augustss product MICROTEK C6		0x009a	Phantom C6 scanner
    788      1.110  augustss product MICROTEK 336CX2		0x00a0	Phantom 336CX - C3 scanner
    789      1.110  augustss product MICROTEK V6USL		0x00a3	ScanMaker V6USL
    790      1.110  augustss product MICROTEK V6USL2		0x80a3	ScanMaker V6USL
    791      1.110  augustss product MICROTEK V6UL		0x80ac	ScanMaker V6UL
    792      1.110  augustss 
    793       1.66  augustss /* Midiman products */
    794       1.66  augustss product MIDIMAN MIDISPORT2X2	0x1001	Midisport 2x2
    795       1.25  augustss 
    796      1.165  augustss /* Mitsumi products */
    797      1.165  augustss product MITSUMI CDRRW		0x0000	CD-R/RW Drive
    798      1.165  augustss 
    799      1.186  augustss /* Mobility products */
    800      1.186  augustss product MOBILITY EA		0x0204	Ethernet Adapter
    801      1.186  augustss 
    802       1.66  augustss /* Motorola products */
    803       1.69  augustss product MOTOROLA MC141555	0x1555	MC141555 hub controller
    804       1.43  augustss 
    805       1.66  augustss /* MultiTech products */
    806       1.66  augustss product MULTITECH ATLAS		0xf101	MT5634ZBA-USB modem
    807        1.6  augustss 
    808       1.66  augustss /* Mustek products */
    809      1.110  augustss product MUSTEK 1200CU		0x0001	1200 CU scanner
    810      1.124  augustss product MUSTEK 600CU		0x0002	600 CU scanner
    811      1.124  augustss product MUSTEK 1200USB		0x0003	1200 USB scanner
    812      1.124  augustss product MUSTEK 1200UB		0x0006	1200 UB scanner
    813       1.66  augustss product MUSTEK MDC800		0xa800	MDC-800 digital camera
    814      1.148     soren 
    815      1.148     soren /* M-Systems products */
    816      1.148     soren product MSYSTEMS DISKONKEY	0x0010	DiskOnKey
    817       1.25  augustss 
    818      1.124  augustss /* National Semiconductor */
    819      1.124  augustss product NATIONAL BEARPAW	0x1000	BearPaw 1200
    820      1.124  augustss 
    821       1.66  augustss /* NEC products */
    822       1.66  augustss product NEC HUB			0x55aa	hub
    823       1.66  augustss product NEC HUB_B		0x55ab	hub
    824        1.1  augustss 
    825       1.69  augustss /* NetChip Technology Products */
    826       1.69  augustss product NETCHIP TURBOCONNECT	0x1080	Turbo-Connect
    827       1.69  augustss 
    828       1.69  augustss /* Netgear products */
    829       1.69  augustss product NETGEAR EA101		0x1001	Ethernet adapter
    830      1.186  augustss product NETGEAR EA101X		0x1001	Ethernet adapter
    831      1.143  augustss 
    832      1.143  augustss /* Nikon products */
    833      1.143  augustss product NIKON E990		0x0102	Digital Camera E990
    834       1.69  augustss 
    835  1.188.2.1   thorpej /* Olympus products */
    836  1.188.2.1   thorpej product OLYMPUS C700		0x0105	C-700 Ultra Zoom
    837  1.188.2.1   thorpej 
    838       1.88  augustss /* OmniVision Technologies, Inc. products */
    839       1.40  augustss product OMNIVISION OV511	0x0511	OV511 Camera
    840       1.98     soren product OMNIVISION OV511PLUS	0xa511	OV511+ Camera
    841       1.40  augustss 
    842      1.150  augustss /* Palm Computing, Inc. product */
    843       1.83  augustss product PALM SERIAL		0x0080	USB Serial Adaptor
    844      1.150  augustss 
    845      1.150  augustss /* Panasonic products */
    846      1.150  augustss product PANASONIC SDCAAE	0x1b00	MultiMediaCard Adapter
    847       1.83  augustss 
    848       1.66  augustss /* Peracom products */
    849       1.66  augustss product PERACOM SERIAL1		0x0001	Serial Converter
    850       1.69  augustss product PERACOM ENET		0x0002	Ethernet adapter
    851       1.88  augustss product PERACOM ENET3		0x0003	At Home Ethernet Adapter
    852       1.69  augustss product PERACOM ENET2		0x0005	Ethernet adapter
    853       1.14  augustss 
    854       1.66  augustss /* Philips products */
    855       1.66  augustss product PHILIPS DSS350		0x0101	DSS 350 Digital Speaker System
    856       1.66  augustss product PHILIPS DSS		0x0104	DSS XXX Digital Speaker System
    857       1.66  augustss product PHILIPS HUB		0x0201	hub
    858      1.172      tron product PHILIPS PCA646VC	0x0303	PCA646VC PC Camera
    859       1.92  augustss product PHILIPS PCVC680K	0x0308	PCVC680K Vesta Pro PC Camera
    860       1.83  augustss product PHILIPS DSS150		0x0471	DSS 150 Digital Speaker System
    861      1.144  augustss 
    862      1.144  augustss /* Philips Semiconductor products */
    863      1.144  augustss product PHILIPSSEMI HUB1122	0x1122	hub
    864       1.39  augustss 
    865       1.39  augustss /* P.I. Engineering products */
    866       1.39  augustss product PIENGINEERING PS2USB	0x020b	PS2 to Mac USB Adapter
    867        1.1  augustss 
    868       1.66  augustss /* PLX products */
    869       1.66  augustss product PLX TESTBOARD		0x9060	test board
    870       1.24  augustss 
    871      1.186  augustss /* PortGear products */
    872      1.186  augustss product PORTGEAR EA8		0x0008	Ethernet Adapter
    873      1.186  augustss product PORTGEAR EA9		0x0008	Ethernet Adapter
    874      1.186  augustss 
    875      1.186  augustss /* Portsmith products */
    876      1.186  augustss product PORTSMITH EEA		0x3003	Express Ethernet Adapter
    877      1.186  augustss 
    878       1.66  augustss /* Primax products */
    879      1.124  augustss product PRIMAX G2X300		0x0300	G2-200 scanner
    880      1.110  augustss product PRIMAX G2E300		0x0301	G2E-300 scanner
    881      1.110  augustss product PRIMAX G2300		0x0302	G2-300 scanner
    882      1.110  augustss product PRIMAX G2E3002		0x0303	G2E-300 scanner
    883      1.110  augustss product PRIMAX 9600		0x0340	Colorado USB 9600 scanner
    884      1.110  augustss product PRIMAX 600U		0x0341	Colorado 600u scanner
    885      1.110  augustss product PRIMAX 19200		0x0360	Colorado USB 19200 scanner
    886      1.110  augustss product PRIMAX 1200U		0x0361	Colorado 1200u scanner
    887      1.124  augustss product PRIMAX G600		0x0380	G2-600 scanner
    888      1.110  augustss product PRIMAX 636I		0x0381	ReadyScan 636i
    889      1.110  augustss product PRIMAX G2600		0x0382	G2-600 scanner
    890      1.110  augustss product PRIMAX G2E600		0x0383	G2E-600 scanner
    891       1.66  augustss product PRIMAX COMFORT		0x4d01	Comfort
    892       1.66  augustss product PRIMAX MOUSEINABOX	0x4d02	Mouse-in-a-Box
    893       1.79  augustss product PRIMAX PCGAUMS1		0x4d04	Sony PCGA-UMS1
    894       1.89  augustss 
    895       1.89  augustss /* Prolific products */
    896       1.90  augustss product PROLIFIC PL2301		0x0000	PL2301 Host-Host interface
    897       1.90  augustss product PROLIFIC PL2302		0x0001	PL2302 Host-Host interface
    898      1.168     jhawk product PROLIFIC RSAQ2		0x04bb	PL2303 Serial adapter (IODATA USB-RSAQ2)
    899      1.168     jhawk product PROLIFIC PL2303 	0x2303  PL2303 Serial adapter (ATEN/IOGEAR UC232A)
    900      1.128     soren product PROLIFIC PL2305		0x2305	Parallel printer adapter
    901      1.110  augustss product PROLIFIC ATAPI4		0x2307	ATAPI-4 Bridge Controller
    902      1.160    ichiro 
    903      1.160    ichiro /* Putercom products */
    904      1.160    ichiro product PUTERCOM UPA100		0x047e	USB-1284 BRIDGE
    905       1.81  augustss 
    906      1.108   darrenr /* Qtronix products */
    907      1.108   darrenr product QTRONIX 980N		0x2011	Scorpion-980N keyboard
    908      1.108   darrenr 
    909       1.81  augustss /* Quickshot products */
    910       1.81  augustss product QUICKSHOT STRIKEPAD	0x6238	USB StrikePad
    911       1.38  augustss 
    912      1.108   darrenr /* Rainbow Technologies products */
    913      1.108   darrenr product	RAINBOW IKEY2000	0x1200	i-Key 2000  
    914      1.108   darrenr 
    915      1.140  tshiozak /* Roland products */
    916      1.140  tshiozak product	ROLAND UM1		0x0009	UM-1 MIDI I/F
    917      1.181  tshiozak product	ROLAND UM880N		0x0014	EDIROL UM-880 MIDI I/F (native)
    918      1.181  tshiozak product	ROLAND UM880G		0x0015	EDIROL UM-880 MIDI I/F (generic)
    919      1.140  tshiozak 
    920       1.66  augustss /* Rockfire products */
    921       1.66  augustss product ROCKFIRE GAMEPAD	0x2033	gamepad 203USB
    922  1.188.2.1   thorpej 
    923  1.188.2.1   thorpej /* Saitek products */
    924  1.188.2.1   thorpej product SAITEK CYBORG_3D_GOLD	0x0006	Cyborg 3D Gold Joystick
    925       1.52  augustss 
    926       1.52  augustss /* SanDisk products */
    927      1.165  augustss product SANDISK SDDR05A		0x0001	ImageMate SDDR-05a
    928      1.165  augustss product SANDISK SDDR31		0x0002	ImageMate SDDR-31
    929      1.165  augustss product SANDISK SDDR12		0x0100	ImageMate SDDR-12
    930      1.165  augustss product SANDISK SDDR09		0x0200	ImageMate SDDR-09
    931      1.137  augustss 
    932      1.137  augustss /* ScanLogic products */
    933      1.137  augustss product SCANLOGIC 336CX		0x0300	Phantom 336CX - C3 scanner
    934      1.186  augustss 
    935      1.186  augustss /* Shark products */
    936      1.186  augustss product SHARK PA		0x0400	Pocket Adapter
    937       1.50  augustss 
    938       1.66  augustss /* Shuttle Technology products */
    939       1.66  augustss product SHUTTLE EUSB		0x0001	E-USB Bridge
    940      1.165  augustss product SHUTTLE EUSCSI		0x0002	eUSCSI Bridge
    941      1.165  augustss product SHUTTLE SDDR09		0x0003	ImageMate SDDR09
    942      1.156  augustss product SHUTTLE ZIOMMC		0x0006	eUSB MultiMediaCard Adapter
    943      1.165  augustss product SHUTTLE HIFD		0x0007	Sony Hifd
    944      1.165  augustss product SHUTTLE EUSBATAPI	0x0009	eUSB ATA/ATAPI Adapter
    945      1.165  augustss product SHUTTLE CF		0x000a	eUSB CompactFlash Adapter
    946      1.165  augustss product SHUTTLE EUSCSI_B	0x000b	eUSCSI Bridge
    947      1.165  augustss product SHUTTLE EUSCSI_C	0x000c	eUSCSI Bridge
    948      1.165  augustss product SHUTTLE CDRW		0x0101	CD-RW Device
    949       1.64  augustss 
    950       1.50  augustss /* SIIG products */
    951       1.50  augustss product SIIG DIGIFILMREADER	0x0004	DigiFilm-Combo Reader
    952      1.130  augustss 
    953      1.130  augustss /* Silicon Portals Inc. */
    954      1.136  augustss product SILICONPORTALS YAPPH_NF	0x0200	YAP Phone (no firmware)
    955      1.136  augustss product SILICONPORTALS YAPPHONE	0x0201	YAP Phone
    956       1.67      tron 
    957       1.72  augustss /* Sirius Technologies products */
    958       1.72  augustss product SIRIUS ROADSTER		0x0001	NetComm Roadster II 56 USB
    959       1.95  augustss 
    960       1.95  augustss /* SmartBridges products */
    961       1.95  augustss product SMARTBRIDGES SMARTLINK	0x0001	SmartLink USB ethernet adapter
    962      1.176  augustss product SMARTBRIDGES SMARTNIC	0x0003	smartNIC 2 PnP Adapter
    963       1.72  augustss 
    964       1.69  augustss /* SMC products */
    965       1.69  augustss product SMC 2102USB		0x0100	10Mbps ethernet adapter
    966       1.69  augustss product SMC 2202USB		0x0200	10/100 ethernet adapter
    967      1.175  augustss 
    968      1.175  augustss /* SOHOware products */
    969      1.175  augustss product SOHOWARE NUB100		0x9100	10/100 USB Ethernet
    970       1.69  augustss 
    971       1.67      tron /* SOLID YEAR products */
    972       1.69  augustss product SOLIDYEAR KEYBOARD	0x2101	Solid Year USB keyboard
    973       1.56  augustss 
    974      1.110  augustss /* SONY products */
    975      1.165  augustss product SONY DSC		0x0010	DSC cameras
    976      1.165  augustss product SONY MSACUS1		0x002d	Memorystick MSAC-US1
    977      1.165  augustss product SONY MSC		0x0032	MSC memory stick slot
    978      1.110  augustss 
    979       1.66  augustss /* STMicroelectronics products */
    980       1.66  augustss product STMICRO COMMUNICATOR	0x7554	USB Communicator
    981      1.134    itojun 
    982      1.134    itojun /* STSN products */
    983      1.134    itojun product STSN STSN0001		0x0001	Internet Access Device
    984       1.69  augustss 
    985       1.69  augustss /* Sun Microsystems products */
    986      1.161  augustss product SUN KEYBOARD		0x0005	Type 6 USB keyboard
    987       1.69  augustss /* XXX The above is a North American PC style keyboard possibly */
    988      1.161  augustss product SUN MOUSE		0x0100	Type 6 USB mouse
    989      1.100  augustss 
    990      1.105  augustss /* Supra products */
    991      1.112  augustss product DIAMOND2 SUPRAEXPRESS56K 0x07da	Supra Express 56K modem
    992      1.112  augustss product DIAMOND2 SUPRA2890	0x0b4a	SupraMax 2890 56K Modem
    993      1.112  augustss product DIAMOND2 RIO600USB	0x5001	Rio 600 USB
    994      1.162  augustss product DIAMOND2 RIO800USB	0x5002	Rio 800 USB
    995      1.165  augustss 
    996      1.165  augustss /* Taugagreining products */
    997      1.165  augustss product TAUGA CAMERAMATE	0x0005	CameraMate (DPCM_USB)
    998      1.105  augustss  
    999      1.162  augustss /* TDK products */
   1000      1.162  augustss product TDK UPA9664		0x0115	USB-PDC Adapter UPA9664
   1001      1.162  augustss product TDK UCA1464		0x0116	USB-cdmaOne Adapter UCA1464
   1002      1.162  augustss product TDK UHA6400		0x0117	USB-PHS Adapter UHA6400
   1003      1.162  augustss product TDK UPA6400		0x0118	USB-PHS Adapter UPA6400
   1004      1.162  augustss 
   1005      1.100  augustss /* TEAC products */
   1006      1.100  augustss product TEAC FD05PUB		0x0000	FD-05PUB floppy
   1007       1.66  augustss 
   1008       1.66  augustss /* Telex Communications products */
   1009       1.66  augustss product TELEX MIC1		0x0001	Enhanced USB Microphone
   1010       1.46  augustss 
   1011       1.66  augustss /* Texas Intel products */
   1012       1.66  augustss product TI UTUSB41		0x1446	UT-USB41 hub
   1013      1.138  augustss product TI TUSB2046		0x2046	TUSB2046 hub
   1014       1.64  augustss 
   1015       1.66  augustss /* Thrustmaster products */
   1016       1.66  augustss product THRUST FUSION_PAD	0xa0a3	Fusion Digital Gamepad
   1017      1.179  augustss 
   1018      1.179  augustss /* Todos Data System products */
   1019      1.179  augustss product	TODOS ARGOS_MINI	0x0002	Argos Mini Smartcard Reader
   1020      1.111   hubertf 
   1021      1.111   hubertf /* Trek Technology products */
   1022      1.113    ichiro product TREK THUMBDRIVE		0x1111	ThumbDrive
   1023      1.107  augustss 
   1024      1.107  augustss /* UMAX products */
   1025      1.110  augustss product UMAX ASTRA1236U		0x0002	Astra 1236U Scanner
   1026      1.110  augustss product UMAX ASTRA1220U		0x0010	Astra 1220U Scanner
   1027      1.110  augustss product UMAX ASTRA2000U		0x0030	Astra 2000U Scanner
   1028      1.110  augustss product UMAX ASTRA2100U		0x0130	Astra 2100U Scanner
   1029      1.110  augustss product UMAX ASTRA2200U		0x0230	Astra 2200U Scanner
   1030      1.183   thorpej product UMAX ASTRA3400		0x0060	Astra 3400 Scanner
   1031       1.48  augustss 
   1032       1.66  augustss /* Universal Access products */
   1033       1.66  augustss product UNIACCESS PANACHE	0x0101	Panache Surf USB ISDN Adapter
   1034        1.1  augustss 
   1035       1.66  augustss /* Vision products */
   1036       1.98     soren product VISION VC6452V002	0x0002	CPiA Camera
   1037        1.1  augustss 
   1038      1.110  augustss /* Visioneer products */
   1039      1.124  augustss product VISIONEER 7600		0x0211	OneTouch 7600
   1040      1.124  augustss product VISIONEER 5300		0x0221	OneTouch 5300
   1041      1.110  augustss product VISIONEER 6100		0x0231	OneTouch 6100
   1042      1.124  augustss product VISIONEER 6200		0x0311	OneTouch 6200
   1043      1.124  augustss product VISIONEER 8100		0x0321	OneTouch 8100
   1044      1.124  augustss product VISIONEER 8600		0x0331	OneTouch 8600
   1045      1.110  augustss 								       
   1046       1.66  augustss /* Wacom products */
   1047       1.66  augustss product WACOM CT0405U		0x0000	CT-0405-U Tablet
   1048       1.78  augustss product WACOM GRAPHIRE		0x0010	Graphire
   1049       1.78  augustss product WACOM INTUOSA5		0x0021	Intuos A5
   1050       1.88  augustss  
   1051      1.166  augustss /* Xirlink products */
   1052      1.166  augustss product XIRLINK PCCAM		0x8080	IBM PC Camera
   1053      1.166  augustss 
   1054       1.88  augustss /* Y-E Data products */
   1055       1.86  augustss product YEDATA FLASHBUSTERU	0x0000	Flashbuster-U
   1056        1.1  augustss 
   1057      1.120  augustss /* Yano products */
   1058      1.120  augustss product YANO U640MO		0x0101	U640MO-03
   1059      1.140  tshiozak 
   1060      1.140  tshiozak /* Yamaha products */
   1061      1.140  tshiozak product YAMAHA UX256		0x1000	UX256 MIDI I/F
   1062      1.170  tshiozak product	YAMAHA UX96		0x1008	UX96 MIDI I/F
   1063      1.120  augustss 
   1064       1.88  augustss /* Zoom Telephonics, Inc. products */
   1065       1.72  augustss product ZOOM 2986L		0x9700	2986L Fax modem
   1066      1.120  augustss 
   1067      1.120  augustss /* ZyXEL Communication Co. products */
   1068      1.162  augustss product ZYXEL OMNI56K		0x1500	Omni 56K Plus
   1069      1.120  augustss product ZYXEL 980N		0x2011	Scorpion-980N keyboard
   1070