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