Home | History | Annotate | Line # | Download | only in usb
usbdevs_data.h revision 1.151.2.24
      1  1.151.2.24   thorpej /*	$NetBSD: usbdevs_data.h,v 1.151.2.24 2003/01/17 16:32:11 thorpej Exp $	*/
      2         1.1  augustss 
      3         1.1  augustss /*
      4        1.24  augustss  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5         1.1  augustss  *
      6         1.1  augustss  * generated from:
      7  1.151.2.24   thorpej  *	NetBSD: usbdevs,v 1.292 2003/01/15 13:35:55 augustss Exp
      8         1.1  augustss  */
      9         1.1  augustss 
     10         1.1  augustss /*
     11        1.89  augustss  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
     12         1.1  augustss  * All rights reserved.
     13         1.1  augustss  *
     14        1.13  augustss  * This code is derived from software contributed to The NetBSD Foundation
     15        1.97  augustss  * by Lennart Augustsson (lennart (at) augustsson.net) at
     16        1.13  augustss  * Carlstedt Research & Technology.
     17         1.1  augustss  *
     18         1.1  augustss  * Redistribution and use in source and binary forms, with or without
     19         1.1  augustss  * modification, are permitted provided that the following conditions
     20         1.1  augustss  * are met:
     21         1.1  augustss  * 1. Redistributions of source code must retain the above copyright
     22         1.1  augustss  *    notice, this list of conditions and the following disclaimer.
     23         1.1  augustss  * 2. Redistributions in binary form must reproduce the above copyright
     24         1.1  augustss  *    notice, this list of conditions and the following disclaimer in the
     25         1.1  augustss  *    documentation and/or other materials provided with the distribution.
     26         1.1  augustss  * 3. All advertising materials mentioning features or use of this software
     27         1.1  augustss  *    must display the following acknowledgement:
     28         1.1  augustss  *        This product includes software developed by the NetBSD
     29         1.1  augustss  *        Foundation, Inc. and its contributors.
     30         1.1  augustss  * 4. Neither the name of The NetBSD Foundation nor the names of its
     31         1.1  augustss  *    contributors may be used to endorse or promote products derived
     32         1.1  augustss  *    from this software without specific prior written permission.
     33         1.1  augustss  *
     34         1.1  augustss  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     35         1.1  augustss  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     36         1.1  augustss  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     37         1.1  augustss  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     38         1.1  augustss  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     39         1.1  augustss  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     40         1.1  augustss  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     41         1.1  augustss  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     42         1.1  augustss  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     43         1.1  augustss  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     44         1.1  augustss  * POSSIBILITY OF SUCH DAMAGE.
     45         1.1  augustss  */
     46         1.1  augustss 
     47       1.142  jdolecek const struct usb_knowndev usb_knowndevs[] = {
     48         1.1  augustss 	{
     49        1.67  augustss 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_HOMECONN,
     50        1.44  augustss 	    0,
     51   1.151.2.7   nathanw 	    "3Com",
     52        1.67  augustss 	    "HomeConnect USB Camera",
     53        1.44  augustss 	},
     54        1.44  augustss 	{
     55  1.151.2.12   nathanw 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_3CREB96,
     56  1.151.2.12   nathanw 	    0,
     57  1.151.2.12   nathanw 	    "3Com",
     58  1.151.2.12   nathanw 	    "Bluetooth USB Adapter",
     59  1.151.2.12   nathanw 	},
     60  1.151.2.12   nathanw 	{
     61        1.70  augustss 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_3C19250,
     62        1.70  augustss 	    0,
     63   1.151.2.7   nathanw 	    "3Com",
     64        1.70  augustss 	    "3C19250 Ethernet adapter",
     65        1.70  augustss 	},
     66        1.70  augustss 	{
     67        1.67  augustss 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_USR56K,
     68        1.44  augustss 	    0,
     69   1.151.2.7   nathanw 	    "3Com",
     70        1.70  augustss 	    "U.S.Robotics 56000 Voice Faxmodem Pro",
     71        1.83   hubertf 	},
     72        1.83   hubertf 	{
     73        1.83   hubertf 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_3C460,
     74        1.83   hubertf 	    0,
     75   1.151.2.7   nathanw 	    "3Com",
     76   1.151.2.3   nathanw 	    "HomeConnect 3C460",
     77   1.151.2.3   nathanw 	},
     78   1.151.2.3   nathanw 	{
     79   1.151.2.3   nathanw 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_3C460B,
     80   1.151.2.3   nathanw 	    0,
     81   1.151.2.7   nathanw 	    "3Com",
     82   1.151.2.3   nathanw 	    "HomeConnect 3C460B",
     83        1.70  augustss 	},
     84        1.70  augustss 	{
     85        1.79  augustss 	    USB_VENDOR_3COMUSR, USB_PRODUCT_3COMUSR_OFFICECONN,
     86        1.79  augustss 	    0,
     87        1.79  augustss 	    "U.S. Robotics",
     88        1.79  augustss 	    "3Com OfficeConnect Analog Modem",
     89        1.79  augustss 	},
     90        1.79  augustss 	{
     91        1.79  augustss 	    USB_VENDOR_3COMUSR, USB_PRODUCT_3COMUSR_USRISDN,
     92        1.79  augustss 	    0,
     93        1.79  augustss 	    "U.S. Robotics",
     94        1.79  augustss 	    "3Com U.S. Robotics Pro ISDN TA",
     95        1.79  augustss 	},
     96        1.79  augustss 	{
     97        1.79  augustss 	    USB_VENDOR_3COMUSR, USB_PRODUCT_3COMUSR_HOMECONN,
     98        1.79  augustss 	    0,
     99        1.79  augustss 	    "U.S. Robotics",
    100        1.79  augustss 	    "3Com HomeConnect camera",
    101        1.79  augustss 	},
    102        1.79  augustss 	{
    103        1.70  augustss 	    USB_VENDOR_3COMUSR, USB_PRODUCT_3COMUSR_USR56K,
    104        1.70  augustss 	    0,
    105        1.67  augustss 	    "U.S. Robotics",
    106        1.67  augustss 	    "U.S.Robotics 56000 Voice Faxmodem Pro",
    107       1.148  augustss 	},
    108       1.148  augustss 	{
    109   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX1,
    110   1.151.2.3   nathanw 	    0,
    111   1.151.2.7   nathanw 	    "AboCom Systems",
    112   1.151.2.3   nathanw 	    "XX1",
    113   1.151.2.3   nathanw 	},
    114   1.151.2.3   nathanw 	{
    115   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX2,
    116   1.151.2.3   nathanw 	    0,
    117   1.151.2.7   nathanw 	    "AboCom Systems",
    118   1.151.2.3   nathanw 	    "XX2",
    119   1.151.2.3   nathanw 	},
    120   1.151.2.3   nathanw 	{
    121       1.148  augustss 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_URE450,
    122       1.148  augustss 	    0,
    123   1.151.2.7   nathanw 	    "AboCom Systems",
    124       1.148  augustss 	    "URE450 Ethernet Adapter",
    125        1.44  augustss 	},
    126        1.44  augustss 	{
    127   1.151.2.8   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_UFE1000,
    128   1.151.2.3   nathanw 	    0,
    129   1.151.2.7   nathanw 	    "AboCom Systems",
    130   1.151.2.8   nathanw 	    "UFE1000 Fast Ethernet Adapter",
    131   1.151.2.3   nathanw 	},
    132   1.151.2.3   nathanw 	{
    133   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_DSB650TX_PNA,
    134   1.151.2.3   nathanw 	    0,
    135   1.151.2.7   nathanw 	    "AboCom Systems",
    136   1.151.2.3   nathanw 	    "1/10/100 ethernet adapter",
    137   1.151.2.3   nathanw 	},
    138   1.151.2.3   nathanw 	{
    139   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX4,
    140   1.151.2.3   nathanw 	    0,
    141   1.151.2.7   nathanw 	    "AboCom Systems",
    142   1.151.2.3   nathanw 	    "XX4",
    143   1.151.2.3   nathanw 	},
    144   1.151.2.3   nathanw 	{
    145   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX5,
    146   1.151.2.3   nathanw 	    0,
    147   1.151.2.7   nathanw 	    "AboCom Systems",
    148   1.151.2.3   nathanw 	    "XX5",
    149   1.151.2.3   nathanw 	},
    150   1.151.2.3   nathanw 	{
    151   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX6,
    152   1.151.2.3   nathanw 	    0,
    153   1.151.2.7   nathanw 	    "AboCom Systems",
    154   1.151.2.3   nathanw 	    "XX6",
    155   1.151.2.3   nathanw 	},
    156   1.151.2.3   nathanw 	{
    157   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX7,
    158   1.151.2.3   nathanw 	    0,
    159   1.151.2.7   nathanw 	    "AboCom Systems",
    160   1.151.2.3   nathanw 	    "XX7",
    161   1.151.2.3   nathanw 	},
    162   1.151.2.3   nathanw 	{
    163   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX8,
    164   1.151.2.3   nathanw 	    0,
    165   1.151.2.7   nathanw 	    "AboCom Systems",
    166   1.151.2.3   nathanw 	    "XX8",
    167   1.151.2.3   nathanw 	},
    168   1.151.2.3   nathanw 	{
    169   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX9,
    170   1.151.2.3   nathanw 	    0,
    171   1.151.2.7   nathanw 	    "AboCom Systems",
    172   1.151.2.3   nathanw 	    "XX9",
    173   1.151.2.3   nathanw 	},
    174   1.151.2.3   nathanw 	{
    175   1.151.2.3   nathanw 	    USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX10,
    176   1.151.2.3   nathanw 	    0,
    177   1.151.2.7   nathanw 	    "AboCom Systems",
    178   1.151.2.3   nathanw 	    "XX10",
    179   1.151.2.3   nathanw 	},
    180   1.151.2.3   nathanw 	{
    181   1.151.2.5   nathanw 	    USB_VENDOR_ACCTON, USB_PRODUCT_ACCTON_USB320_EC,
    182   1.151.2.3   nathanw 	    0,
    183   1.151.2.7   nathanw 	    "Accton Technology",
    184   1.151.2.5   nathanw 	    "USB320-EC Ethernet Adapter",
    185   1.151.2.3   nathanw 	},
    186   1.151.2.3   nathanw 	{
    187   1.151.2.8   nathanw 	    USB_VENDOR_ACCTON, USB_PRODUCT_ACCTON_SS1001,
    188   1.151.2.8   nathanw 	    0,
    189   1.151.2.8   nathanw 	    "Accton Technology",
    190   1.151.2.8   nathanw 	    "SpeedStream Ethernet Adapter",
    191   1.151.2.8   nathanw 	},
    192   1.151.2.8   nathanw 	{
    193        1.89  augustss 	    USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_C310U,
    194         1.1  augustss 	    0,
    195   1.151.2.7   nathanw 	    "Acer Peripherals",
    196        1.67  augustss 	    "Acerscan C310U",
    197       1.116  augustss 	},
    198       1.116  augustss 	{
    199       1.116  augustss 	    USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U,
    200       1.116  augustss 	    0,
    201   1.151.2.7   nathanw 	    "Acer Peripherals",
    202       1.116  augustss 	    "Acerscan 320U",
    203         1.1  augustss 	},
    204         1.1  augustss 	{
    205       1.111  augustss 	    USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_640U,
    206       1.111  augustss 	    0,
    207   1.151.2.7   nathanw 	    "Acer Peripherals",
    208       1.111  augustss 	    "Acerscan 640U",
    209       1.111  augustss 	},
    210       1.111  augustss 	{
    211       1.111  augustss 	    USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_620U,
    212       1.111  augustss 	    0,
    213   1.151.2.7   nathanw 	    "Acer Peripherals",
    214       1.111  augustss 	    "Acerscan 620U",
    215       1.111  augustss 	},
    216       1.111  augustss 	{
    217  1.151.2.10   nathanw 	    USB_VENDOR_ACTIONTEC, USB_PRODUCT_ACTIONTEC_PRISM_25,
    218  1.151.2.10   nathanw 	    0,
    219  1.151.2.10   nathanw 	    "Actiontec Electronics",
    220  1.151.2.10   nathanw 	    "Prism2.5 WLAN",
    221  1.151.2.10   nathanw 	},
    222  1.151.2.10   nathanw 	{
    223   1.151.2.8   nathanw 	    USB_VENDOR_ACTISYS, USB_PRODUCT_ACTISYS_IR2000U,
    224   1.151.2.8   nathanw 	    0,
    225   1.151.2.8   nathanw 	    "ACTiSYS",
    226   1.151.2.8   nathanw 	    "ACT-IR2000U FIR",
    227   1.151.2.8   nathanw 	},
    228   1.151.2.8   nathanw 	{
    229        1.67  augustss 	    USB_VENDOR_ACTIVEWIRE, USB_PRODUCT_ACTIVEWIRE_IOBOARD,
    230        1.13  augustss 	    0,
    231   1.151.2.7   nathanw 	    "ActiveWire",
    232        1.67  augustss 	    "I/O Board",
    233        1.13  augustss 	},
    234        1.13  augustss 	{
    235        1.67  augustss 	    USB_VENDOR_ACTIVEWIRE, USB_PRODUCT_ACTIVEWIRE_IOBOARD_FW1,
    236         1.3  augustss 	    0,
    237   1.151.2.7   nathanw 	    "ActiveWire",
    238        1.67  augustss 	    "I/O Board, rev. 1 firmware",
    239        1.51  augustss 	},
    240        1.51  augustss 	{
    241   1.151.2.9   nathanw 	    USB_VENDOR_ADDONICS2, USB_PRODUCT_ADDONICS2_205,
    242   1.151.2.9   nathanw 	    0,
    243   1.151.2.9   nathanw 	    "Addonics Technology",
    244   1.151.2.9   nathanw 	    "Cable 205",
    245   1.151.2.9   nathanw 	},
    246   1.151.2.9   nathanw 	{
    247        1.70  augustss 	    USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUS,
    248        1.70  augustss 	    0,
    249   1.151.2.7   nathanw 	    "ADMtek",
    250        1.70  augustss 	    "AN986 USB Ethernet adapter",
    251        1.70  augustss 	},
    252        1.70  augustss 	{
    253   1.151.2.3   nathanw 	    USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUSII,
    254   1.151.2.3   nathanw 	    0,
    255   1.151.2.7   nathanw 	    "ADMtek",
    256   1.151.2.3   nathanw 	    "AN8511 USB Ethernet adapter",
    257   1.151.2.3   nathanw 	},
    258   1.151.2.3   nathanw 	{
    259        1.71  augustss 	    USB_VENDOR_ADS, USB_PRODUCT_ADS_UBS10BT,
    260        1.51  augustss 	    0,
    261   1.151.2.7   nathanw 	    "ADS Technologies",
    262        1.71  augustss 	    "UBS-10BT Ethernet adapter",
    263         1.3  augustss 	},
    264         1.3  augustss 	{
    265   1.151.2.6   nathanw 	    USB_VENDOR_ADS, USB_PRODUCT_ADS_UBS10BTX,
    266   1.151.2.6   nathanw 	    0,
    267   1.151.2.7   nathanw 	    "ADS Technologies",
    268   1.151.2.6   nathanw 	    "UBS-10BT Ethernet adapter",
    269   1.151.2.6   nathanw 	},
    270   1.151.2.6   nathanw 	{
    271   1.151.2.1   nathanw 	    USB_VENDOR_AGATE, USB_PRODUCT_AGATE_QDRIVE,
    272        1.59  augustss 	    0,
    273   1.151.2.1   nathanw 	    "Agate Technologies",
    274   1.151.2.1   nathanw 	    "Q-Drive",
    275        1.61  augustss 	},
    276        1.61  augustss 	{
    277       1.111  augustss 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1212U,
    278       1.111  augustss 	    0,
    279   1.151.2.7   nathanw 	    "AGFA-Gevaert",
    280       1.111  augustss 	    "SnapScan 1212U",
    281       1.111  augustss 	},
    282       1.111  augustss 	{
    283   1.151.2.8   nathanw 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1236U,
    284   1.151.2.8   nathanw 	    0,
    285   1.151.2.8   nathanw 	    "AGFA-Gevaert",
    286   1.151.2.8   nathanw 	    "SnapScan 1236U",
    287   1.151.2.8   nathanw 	},
    288   1.151.2.8   nathanw 	{
    289       1.111  augustss 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANTOUCH,
    290       1.111  augustss 	    0,
    291   1.151.2.7   nathanw 	    "AGFA-Gevaert",
    292       1.111  augustss 	    "SnapScan Touch",
    293       1.111  augustss 	},
    294       1.111  augustss 	{
    295       1.111  augustss 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1212U2,
    296       1.111  augustss 	    0,
    297   1.151.2.7   nathanw 	    "AGFA-Gevaert",
    298       1.111  augustss 	    "SnapScan 1212U",
    299       1.111  augustss 	},
    300       1.111  augustss 	{
    301   1.151.2.8   nathanw 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE40,
    302   1.151.2.8   nathanw 	    0,
    303   1.151.2.8   nathanw 	    "AGFA-Gevaert",
    304   1.151.2.8   nathanw 	    "SnapScan e40",
    305   1.151.2.8   nathanw 	},
    306   1.151.2.8   nathanw 	{
    307   1.151.2.8   nathanw 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE50,
    308   1.151.2.8   nathanw 	    0,
    309   1.151.2.8   nathanw 	    "AGFA-Gevaert",
    310   1.151.2.8   nathanw 	    "SnapScan e50",
    311   1.151.2.8   nathanw 	},
    312   1.151.2.8   nathanw 	{
    313   1.151.2.8   nathanw 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE20,
    314   1.151.2.8   nathanw 	    0,
    315   1.151.2.8   nathanw 	    "AGFA-Gevaert",
    316   1.151.2.8   nathanw 	    "SnapScan e20",
    317   1.151.2.8   nathanw 	},
    318   1.151.2.8   nathanw 	{
    319   1.151.2.8   nathanw 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE25,
    320   1.151.2.8   nathanw 	    0,
    321   1.151.2.8   nathanw 	    "AGFA-Gevaert",
    322   1.151.2.8   nathanw 	    "SnapScan e25",
    323   1.151.2.8   nathanw 	},
    324   1.151.2.8   nathanw 	{
    325   1.151.2.8   nathanw 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE26,
    326   1.151.2.8   nathanw 	    0,
    327   1.151.2.8   nathanw 	    "AGFA-Gevaert",
    328   1.151.2.8   nathanw 	    "SnapScan e26",
    329   1.151.2.8   nathanw 	},
    330   1.151.2.8   nathanw 	{
    331   1.151.2.8   nathanw 	    USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE52,
    332   1.151.2.8   nathanw 	    0,
    333   1.151.2.8   nathanw 	    "AGFA-Gevaert",
    334   1.151.2.8   nathanw 	    "SnapScan e52",
    335   1.151.2.8   nathanw 	},
    336   1.151.2.8   nathanw 	{
    337        1.67  augustss 	    USB_VENDOR_AKS, USB_PRODUCT_AKS_USBHASP,
    338        1.65  augustss 	    0,
    339        1.89  augustss 	    "Aladdin Knowledge Systems",
    340        1.67  augustss 	    "USB-HASP 0.06",
    341        1.86  augustss 	},
    342        1.86  augustss 	{
    343       1.105  augustss 	    USB_VENDOR_ALCOR2, USB_PRODUCT_ALCOR2_KBD_HUB,
    344       1.105  augustss 	    0,
    345   1.151.2.7   nathanw 	    "Alcor Micro",
    346       1.105  augustss 	    "Kbd Hub",
    347       1.105  augustss 	},
    348       1.105  augustss 	{
    349       1.105  augustss 	    USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_MA_KBD_HUB,
    350       1.105  augustss 	    0,
    351   1.151.2.7   nathanw 	    "Alcor Micro",
    352       1.105  augustss 	    "MacAlly Kbd Hub",
    353       1.105  augustss 	},
    354       1.105  augustss 	{
    355       1.105  augustss 	    USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_AU9814,
    356       1.105  augustss 	    0,
    357   1.151.2.7   nathanw 	    "Alcor Micro",
    358       1.105  augustss 	    "AU9814 Hub",
    359       1.105  augustss 	},
    360       1.105  augustss 	{
    361       1.105  augustss 	    USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_SM_KBD,
    362       1.105  augustss 	    0,
    363   1.151.2.7   nathanw 	    "Alcor Micro",
    364       1.105  augustss 	    "MicroConnectors/StrongMan Keyboard",
    365       1.105  augustss 	},
    366       1.105  augustss 	{
    367       1.105  augustss 	    USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_NEC_KBD_HUB,
    368       1.105  augustss 	    0,
    369   1.151.2.7   nathanw 	    "Alcor Micro",
    370       1.105  augustss 	    "NEC Kbd Hub",
    371       1.105  augustss 	},
    372       1.105  augustss 	{
    373        1.86  augustss 	    USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ADA70,
    374        1.86  augustss 	    0,
    375   1.151.2.7   nathanw 	    "Altec Lansing Technologies",
    376        1.86  augustss 	    "ADA70 Speakers",
    377        1.65  augustss 	},
    378        1.65  augustss 	{
    379        1.67  augustss 	    USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ASC495,
    380        1.61  augustss 	    0,
    381   1.151.2.7   nathanw 	    "Altec Lansing Technologies",
    382        1.67  augustss 	    "ASC495 Speakers",
    383        1.59  augustss 	},
    384        1.59  augustss 	{
    385        1.67  augustss 	    USB_VENDOR_APC, USB_PRODUCT_APC_UPSPRO500,
    386         1.7  augustss 	    0,
    387        1.67  augustss 	    "American Power Conversion",
    388        1.67  augustss 	    "Back-UPS Pro 500",
    389         1.7  augustss 	},
    390         1.7  augustss 	{
    391        1.67  augustss 	    USB_VENDOR_ANCHOR, USB_PRODUCT_ANCHOR_EZUSB,
    392        1.25  augustss 	    0,
    393   1.151.2.7   nathanw 	    "Anchor Chips",
    394        1.67  augustss 	    "EZUSB",
    395        1.25  augustss 	},
    396        1.25  augustss 	{
    397       1.106  augustss 	    USB_VENDOR_ANCHOR, USB_PRODUCT_ANCHOR_EZLINK,
    398       1.106  augustss 	    0,
    399   1.151.2.7   nathanw 	    "Anchor Chips",
    400       1.106  augustss 	    "EZLINK",
    401       1.106  augustss 	},
    402       1.106  augustss 	{
    403        1.70  augustss 	    USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101,
    404        1.70  augustss 	    0,
    405   1.151.2.7   nathanw 	    "AOX",
    406        1.70  augustss 	    "USB ethernet controller engine",
    407       1.127  augustss 	},
    408       1.127  augustss 	{
    409       1.127  augustss 	    USB_VENDOR_APPLE, USB_PRODUCT_APPLE_OPTMOUSE,
    410       1.127  augustss 	    0,
    411       1.127  augustss 	    "Apple Computer",
    412       1.127  augustss 	    "Optical mouse",
    413        1.70  augustss 	},
    414        1.70  augustss 	{
    415       1.117  augustss 	    USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS,
    416       1.117  augustss 	    0,
    417       1.117  augustss 	    "Apple Computer",
    418       1.117  augustss 	    "Speakers",
    419       1.117  augustss 	},
    420       1.117  augustss 	{
    421  1.151.2.18   nathanw 	    USB_VENDOR_ASAHIOPTICAL, USB_PRODUCT_ASAHIOPTICAL_OPTIO230,
    422  1.151.2.18   nathanw 	    0,
    423  1.151.2.18   nathanw 	    "Asahi Optical",
    424  1.151.2.18   nathanw 	    "PENTAX Optio230",
    425  1.151.2.18   nathanw 	},
    426  1.151.2.18   nathanw 	{
    427   1.151.2.6   nathanw 	    USB_VENDOR_ASANTE, USB_PRODUCT_ASANTE_EA,
    428   1.151.2.6   nathanw 	    0,
    429   1.151.2.6   nathanw 	    "Asante",
    430   1.151.2.6   nathanw 	    "Ethernet Adapter",
    431   1.151.2.6   nathanw 	},
    432   1.151.2.6   nathanw 	{
    433        1.67  augustss 	    USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC1284,
    434        1.44  augustss 	    0,
    435   1.151.2.7   nathanw 	    "ATEN International",
    436        1.67  augustss 	    "Parallel printer adapter",
    437        1.44  augustss 	},
    438        1.44  augustss 	{
    439        1.70  augustss 	    USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC10T,
    440        1.70  augustss 	    0,
    441   1.151.2.7   nathanw 	    "ATEN International",
    442        1.70  augustss 	    "10Mbps ethernet adapter",
    443       1.107  augustss 	},
    444       1.107  augustss 	{
    445       1.107  augustss 	    USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC232A,
    446       1.107  augustss 	    0,
    447   1.151.2.7   nathanw 	    "ATEN International",
    448       1.107  augustss 	    "Serial adapter",
    449        1.70  augustss 	},
    450        1.70  augustss 	{
    451   1.151.2.6   nathanw 	    USB_VENDOR_ATEN, USB_PRODUCT_ATEN_DSB650C,
    452   1.151.2.6   nathanw 	    0,
    453   1.151.2.7   nathanw 	    "ATEN International",
    454   1.151.2.6   nathanw 	    "DSB-650C",
    455   1.151.2.6   nathanw 	},
    456   1.151.2.6   nathanw 	{
    457   1.151.2.8   nathanw 	    USB_VENDOR_ATI2, USB_PRODUCT_ATI2_205,
    458   1.151.2.8   nathanw 	    0,
    459   1.151.2.8   nathanw 	    "ATI",
    460   1.151.2.8   nathanw 	    "USB Cable 205",
    461   1.151.2.8   nathanw 	},
    462   1.151.2.8   nathanw 	{
    463       1.134  augustss 	    USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_UHB124,
    464       1.134  augustss 	    0,
    465   1.151.2.7   nathanw 	    "Atmel",
    466       1.134  augustss 	    "UHB124 hub",
    467       1.134  augustss 	},
    468       1.134  augustss 	{
    469  1.151.2.12   nathanw 	    USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_DWL900AP,
    470  1.151.2.12   nathanw 	    0,
    471  1.151.2.12   nathanw 	    "Atmel",
    472  1.151.2.12   nathanw 	    "DWL-900AP Wireless access point",
    473  1.151.2.12   nathanw 	},
    474  1.151.2.12   nathanw 	{
    475   1.151.2.1   nathanw 	    USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_DWL120,
    476   1.151.2.1   nathanw 	    0,
    477   1.151.2.7   nathanw 	    "Atmel",
    478   1.151.2.1   nathanw 	    "DWL-120 Wireless adapter",
    479   1.151.2.1   nathanw 	},
    480   1.151.2.1   nathanw 	{
    481  1.151.2.12   nathanw 	    USB_VENDOR_AUDIOTECHNICA, USB_PRODUCT_AUDIOTECHNICA_ATCHA4USB,
    482  1.151.2.12   nathanw 	    0,
    483  1.151.2.12   nathanw 	    "Audio-Technica",
    484  1.151.2.12   nathanw 	    "ATC-HA4USB USB headphone",
    485  1.151.2.12   nathanw 	},
    486  1.151.2.12   nathanw 	{
    487       1.111  augustss 	    USB_VENDOR_AVISION, USB_PRODUCT_AVISION_1200U,
    488       1.111  augustss 	    0,
    489   1.151.2.7   nathanw 	    "Avision",
    490       1.111  augustss 	    "1200U scanner",
    491       1.111  augustss 	},
    492       1.111  augustss 	{
    493       1.106  augustss 	    USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002,
    494       1.106  augustss 	    0,
    495   1.151.2.7   nathanw 	    "Belkin Components",
    496       1.106  augustss 	    "F5U002 Parallel printer adapter",
    497       1.106  augustss 	},
    498       1.106  augustss 	{
    499  1.151.2.17   nathanw 	    USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U103,
    500  1.151.2.17   nathanw 	    0,
    501  1.151.2.17   nathanw 	    "Belkin Components",
    502  1.151.2.17   nathanw 	    "F5U103 Serial adapter",
    503  1.151.2.17   nathanw 	},
    504  1.151.2.17   nathanw 	{
    505   1.151.2.9   nathanw 	    USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_SCSI,
    506   1.151.2.9   nathanw 	    0,
    507   1.151.2.9   nathanw 	    "Belkin Components",
    508   1.151.2.9   nathanw 	    "SCSI Adaptor",
    509   1.151.2.9   nathanw 	},
    510   1.151.2.9   nathanw 	{
    511  1.151.2.13   nathanw 	    USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_USB2LAN,
    512  1.151.2.13   nathanw 	    0,
    513  1.151.2.13   nathanw 	    "Belkin Components",
    514  1.151.2.13   nathanw 	    "USB to LAN Converter",
    515  1.151.2.13   nathanw 	},
    516  1.151.2.13   nathanw 	{
    517  1.151.2.17   nathanw 	    USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U120,
    518  1.151.2.17   nathanw 	    0,
    519  1.151.2.17   nathanw 	    "Belkin Components",
    520  1.151.2.17   nathanw 	    "F5U120-PC Hub",
    521  1.151.2.17   nathanw 	},
    522  1.151.2.17   nathanw 	{
    523        1.67  augustss 	    USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100,
    524        1.40  augustss 	    0,
    525   1.151.2.7   nathanw 	    "Billionton Systems",
    526        1.67  augustss 	    "USB100N 10/100 FastEthernet Adapter",
    527        1.40  augustss 	},
    528        1.40  augustss 	{
    529   1.151.2.3   nathanw 	    USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USBLP100,
    530   1.151.2.3   nathanw 	    0,
    531   1.151.2.7   nathanw 	    "Billionton Systems",
    532   1.151.2.3   nathanw 	    "USB100LP",
    533   1.151.2.3   nathanw 	},
    534   1.151.2.3   nathanw 	{
    535   1.151.2.3   nathanw 	    USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USBEL100,
    536   1.151.2.3   nathanw 	    0,
    537   1.151.2.7   nathanw 	    "Billionton Systems",
    538   1.151.2.3   nathanw 	    "USB100EL",
    539   1.151.2.3   nathanw 	},
    540   1.151.2.3   nathanw 	{
    541   1.151.2.3   nathanw 	    USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USBE100,
    542   1.151.2.3   nathanw 	    0,
    543   1.151.2.7   nathanw 	    "Billionton Systems",
    544   1.151.2.3   nathanw 	    "USBE100",
    545   1.151.2.3   nathanw 	},
    546   1.151.2.3   nathanw 	{
    547  1.151.2.15   nathanw 	    USB_VENDOR_BROADCOM, USB_PRODUCT_BROADCOM_BCM2033,
    548  1.151.2.15   nathanw 	    0,
    549  1.151.2.15   nathanw 	    "Broadcom",
    550  1.151.2.15   nathanw 	    "BCM2033",
    551  1.151.2.15   nathanw 	},
    552  1.151.2.15   nathanw 	{
    553  1.151.2.15   nathanw 	    USB_VENDOR_BROADCOM, USB_PRODUCT_BROADCOM_BCM2033NF,
    554  1.151.2.15   nathanw 	    0,
    555  1.151.2.15   nathanw 	    "Broadcom",
    556  1.151.2.15   nathanw 	    "BCM2033 (no firmware)",
    557  1.151.2.15   nathanw 	},
    558  1.151.2.15   nathanw 	{
    559        1.67  augustss 	    USB_VENDOR_BROTHER, USB_PRODUCT_BROTHER_HL1050,
    560         1.1  augustss 	    0,
    561   1.151.2.7   nathanw 	    "Brother Industries",
    562        1.67  augustss 	    "HL-1050 laser printer",
    563         1.1  augustss 	},
    564         1.1  augustss 	{
    565        1.67  augustss 	    USB_VENDOR_BTC, USB_PRODUCT_BTC_BTC7932,
    566         1.1  augustss 	    0,
    567        1.67  augustss 	    "Behavior Tech. Computer",
    568        1.67  augustss 	    "Keyboard with mouse port",
    569         1.1  augustss 	},
    570         1.1  augustss 	{
    571   1.151.2.1   nathanw 	    USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U,
    572   1.151.2.1   nathanw 	    0,
    573   1.151.2.7   nathanw 	    "Canon",
    574   1.151.2.1   nathanw 	    "CANOSCAN N656U",
    575   1.151.2.1   nathanw 	},
    576   1.151.2.1   nathanw 	{
    577        1.67  augustss 	    USB_VENDOR_CANON, USB_PRODUCT_CANON_S10,
    578         1.1  augustss 	    0,
    579   1.151.2.7   nathanw 	    "Canon",
    580        1.67  augustss 	    "PowerShot S10",
    581        1.72  augustss 	},
    582        1.72  augustss 	{
    583  1.151.2.14   nathanw 	    USB_VENDOR_CANON, USB_PRODUCT_CANON_S20,
    584  1.151.2.14   nathanw 	    0,
    585  1.151.2.14   nathanw 	    "Canon",
    586  1.151.2.14   nathanw 	    "PowerShot S20",
    587  1.151.2.14   nathanw 	},
    588  1.151.2.14   nathanw 	{
    589  1.151.2.14   nathanw 	    USB_VENDOR_CANON, USB_PRODUCT_CANON_S100_US,
    590   1.151.2.1   nathanw 	    0,
    591   1.151.2.7   nathanw 	    "Canon",
    592   1.151.2.1   nathanw 	    "PowerShot S100",
    593   1.151.2.1   nathanw 	},
    594   1.151.2.1   nathanw 	{
    595  1.151.2.14   nathanw 	    USB_VENDOR_CANON, USB_PRODUCT_CANON_S100_EU,
    596  1.151.2.14   nathanw 	    0,
    597  1.151.2.14   nathanw 	    "Canon",
    598  1.151.2.14   nathanw 	    "PowerShot S100",
    599  1.151.2.14   nathanw 	},
    600  1.151.2.14   nathanw 	{
    601  1.151.2.14   nathanw 	    USB_VENDOR_CANON, USB_PRODUCT_CANON_G1,
    602  1.151.2.14   nathanw 	    0,
    603  1.151.2.14   nathanw 	    "Canon",
    604  1.151.2.14   nathanw 	    "PowerShot G1",
    605  1.151.2.14   nathanw 	},
    606  1.151.2.14   nathanw 	{
    607  1.151.2.14   nathanw 	    USB_VENDOR_CANON, USB_PRODUCT_CANON_A20,
    608  1.151.2.14   nathanw 	    0,
    609  1.151.2.14   nathanw 	    "Canon",
    610  1.151.2.14   nathanw 	    "PowerShot A20",
    611  1.151.2.14   nathanw 	},
    612  1.151.2.14   nathanw 	{
    613        1.72  augustss 	    USB_VENDOR_CATC, USB_PRODUCT_CATC_NETMATE,
    614        1.72  augustss 	    0,
    615   1.151.2.7   nathanw 	    "Computer Access Technology",
    616        1.72  augustss 	    "Netmate ethernet adapter",
    617        1.72  augustss 	},
    618        1.72  augustss 	{
    619        1.72  augustss 	    USB_VENDOR_CATC, USB_PRODUCT_CATC_NETMATE2,
    620        1.72  augustss 	    0,
    621   1.151.2.7   nathanw 	    "Computer Access Technology",
    622        1.72  augustss 	    "Netmate2 ethernet adapter",
    623         1.1  augustss 	},
    624         1.1  augustss 	{
    625        1.67  augustss 	    USB_VENDOR_CATC, USB_PRODUCT_CATC_CHIEF,
    626        1.17  augustss 	    0,
    627   1.151.2.7   nathanw 	    "Computer Access Technology",
    628        1.67  augustss 	    "USB Chief Bus & Protocol Analyzer",
    629        1.23  augustss 	},
    630        1.23  augustss 	{
    631        1.67  augustss 	    USB_VENDOR_CATC, USB_PRODUCT_CATC_ANDROMEDA,
    632        1.23  augustss 	    0,
    633   1.151.2.7   nathanw 	    "Computer Access Technology",
    634        1.67  augustss 	    "Andromeda hub",
    635        1.15  augustss 	},
    636        1.15  augustss 	{
    637   1.151.2.9   nathanw 	    USB_VENDOR_CASIO, USB_PRODUCT_CASIO_QV,
    638   1.151.2.9   nathanw 	    0,
    639   1.151.2.9   nathanw 	    "CASIO",
    640   1.151.2.9   nathanw 	    "QV DigitalCamera",
    641   1.151.2.9   nathanw 	},
    642   1.151.2.9   nathanw 	{
    643       1.149    ichiro 	    USB_VENDOR_CASIO, USB_PRODUCT_CASIO_NAMELAND,
    644       1.149    ichiro 	    0,
    645       1.149    ichiro 	    "CASIO",
    646       1.149    ichiro 	    "CASIO Nameland EZ-USB",
    647       1.149    ichiro 	},
    648       1.149    ichiro 	{
    649   1.151.2.9   nathanw 	    USB_VENDOR_CCYU, USB_PRODUCT_CCYU_EASYDISK,
    650   1.151.2.9   nathanw 	    0,
    651   1.151.2.9   nathanw 	    "CCYU Technology",
    652   1.151.2.9   nathanw 	    "EasyDisk Portable Device",
    653   1.151.2.9   nathanw 	},
    654   1.151.2.9   nathanw 	{
    655         1.1  augustss 	    USB_VENDOR_CHERRY, USB_PRODUCT_CHERRY_MY3000KBD,
    656         1.1  augustss 	    0,
    657   1.151.2.7   nathanw 	    "Cherry Mikroschalter",
    658         1.1  augustss 	    "My3000 keyboard",
    659         1.1  augustss 	},
    660         1.1  augustss 	{
    661         1.1  augustss 	    USB_VENDOR_CHERRY, USB_PRODUCT_CHERRY_MY3000HUB,
    662         1.1  augustss 	    0,
    663   1.151.2.7   nathanw 	    "Cherry Mikroschalter",
    664         1.1  augustss 	    "My3000 hub",
    665         1.1  augustss 	},
    666         1.1  augustss 	{
    667        1.67  augustss 	    USB_VENDOR_CHIC, USB_PRODUCT_CHIC_MOUSE1,
    668         1.7  augustss 	    0,
    669        1.67  augustss 	    "Chic Technology",
    670        1.67  augustss 	    "mouse",
    671         1.7  augustss 	},
    672         1.7  augustss 	{
    673        1.79  augustss 	    USB_VENDOR_CHIC, USB_PRODUCT_CHIC_CYPRESS,
    674        1.79  augustss 	    0,
    675        1.79  augustss 	    "Chic Technology",
    676        1.79  augustss 	    "Cypress USB Mouse",
    677        1.79  augustss 	},
    678        1.79  augustss 	{
    679        1.67  augustss 	    USB_VENDOR_CHICONY, USB_PRODUCT_CHICONY_KB8933,
    680        1.44  augustss 	    0,
    681   1.151.2.7   nathanw 	    "Chicony Electronics",
    682        1.67  augustss 	    "KB-8933 keyboard",
    683         1.1  augustss 	},
    684         1.1  augustss 	{
    685   1.151.2.6   nathanw 	    USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_IPAQPOCKETPC,
    686   1.151.2.6   nathanw 	    0,
    687   1.151.2.6   nathanw 	    "Compaq Computers",
    688   1.151.2.6   nathanw 	    "iPAQ PocketPC",
    689   1.151.2.6   nathanw 	},
    690   1.151.2.6   nathanw 	{
    691   1.151.2.9   nathanw 	    USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_A1500,
    692   1.151.2.9   nathanw 	    0,
    693   1.151.2.9   nathanw 	    "Compaq Computers",
    694   1.151.2.9   nathanw 	    "A1500",
    695   1.151.2.9   nathanw 	},
    696   1.151.2.9   nathanw 	{
    697       1.103  augustss 	    USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_PJB100,
    698       1.103  augustss 	    0,
    699       1.103  augustss 	    "Compaq Computers",
    700       1.103  augustss 	    "Personal Jukebox PJB100",
    701       1.103  augustss 	},
    702       1.103  augustss 	{
    703   1.151.2.9   nathanw 	    USB_VENDOR_CONCORDCAMERA, USB_PRODUCT_CONCORDCAMERA_EYE_Q_3X,
    704   1.151.2.9   nathanw 	    0,
    705   1.151.2.9   nathanw 	    "Concord Camera",
    706   1.151.2.9   nathanw 	    "Eye Q 3x",
    707   1.151.2.9   nathanw 	},
    708   1.151.2.9   nathanw 	{
    709         1.1  augustss 	    USB_VENDOR_CONNECTIX, USB_PRODUCT_CONNECTIX_QUICKCAM,
    710         1.1  augustss 	    0,
    711   1.151.2.7   nathanw 	    "Connectix",
    712         1.1  augustss 	    "QuickCam",
    713         1.1  augustss 	},
    714         1.1  augustss 	{
    715        1.67  augustss 	    USB_VENDOR_COREGA, USB_PRODUCT_COREGA_ETHER_USB_T,
    716        1.40  augustss 	    0,
    717        1.67  augustss 	    "Corega",
    718        1.67  augustss 	    "Ether USB-T",
    719        1.77  augustss 	},
    720        1.77  augustss 	{
    721        1.77  augustss 	    USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX,
    722        1.77  augustss 	    0,
    723        1.77  augustss 	    "Corega",
    724        1.77  augustss 	    "FEther USB-TX",
    725        1.57  augustss 	},
    726        1.57  augustss 	{
    727  1.151.2.11   nathanw 	    USB_VENDOR_COREGA, USB_PRODUCT_COREGA_WLAN_USB_USB_11,
    728  1.151.2.11   nathanw 	    0,
    729  1.151.2.11   nathanw 	    "Corega",
    730  1.151.2.11   nathanw 	    "WirelessLAN USB-11",
    731  1.151.2.11   nathanw 	},
    732  1.151.2.11   nathanw 	{
    733   1.151.2.8   nathanw 	    USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXS,
    734   1.151.2.8   nathanw 	    0,
    735   1.151.2.8   nathanw 	    "Corega",
    736   1.151.2.8   nathanw 	    "FEther USB-TXS",
    737   1.151.2.8   nathanw 	},
    738   1.151.2.8   nathanw 	{
    739       1.145  augustss 	    USB_VENDOR_CREATIVE, USB_PRODUCT_CREATIVE_NOMAD_II,
    740       1.145  augustss 	    0,
    741       1.145  augustss 	    "Creative",
    742       1.145  augustss 	    "Nomad II MP3 player",
    743       1.145  augustss 	},
    744       1.145  augustss 	{
    745  1.151.2.22   thorpej 	    USB_VENDOR_CSR, USB_PRODUCT_CSR_BLUETOOTH,
    746  1.151.2.22   thorpej 	    0,
    747  1.151.2.22   thorpej 	    "Cambridge Silicon Radio",
    748  1.151.2.22   thorpej 	    "Bluetooth USB Adapter",
    749  1.151.2.22   thorpej 	},
    750  1.151.2.22   thorpej 	{
    751       1.102  augustss 	    USB_VENDOR_CTX, USB_PRODUCT_CTX_EX1300,
    752       1.102  augustss 	    0,
    753       1.102  augustss 	    "Chuntex",
    754       1.102  augustss 	    "Ex1300 hub",
    755       1.102  augustss 	},
    756       1.102  augustss 	{
    757        1.12  augustss 	    USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_MOUSE,
    758        1.12  augustss 	    0,
    759        1.12  augustss 	    "Cypress Semiconductor",
    760        1.12  augustss 	    "mouse",
    761        1.12  augustss 	},
    762        1.12  augustss 	{
    763        1.44  augustss 	    USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_THERMO,
    764        1.44  augustss 	    0,
    765        1.44  augustss 	    "Cypress Semiconductor",
    766        1.44  augustss 	    "thermometer",
    767        1.44  augustss 	},
    768        1.44  augustss 	{
    769  1.151.2.16   nathanw 	    USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_KBDHUB,
    770  1.151.2.16   nathanw 	    0,
    771  1.151.2.16   nathanw 	    "Cypress Semiconductor",
    772  1.151.2.16   nathanw 	    "Keyboard/Hub",
    773  1.151.2.16   nathanw 	},
    774  1.151.2.16   nathanw 	{
    775        1.92  augustss 	    USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_FMRADIO,
    776        1.92  augustss 	    0,
    777        1.92  augustss 	    "Cypress Semiconductor",
    778        1.92  augustss 	    "FM Radio",
    779        1.92  augustss 	},
    780        1.92  augustss 	{
    781   1.151.2.9   nathanw 	    USB_VENDOR_DAISY, USB_PRODUCT_DAISY_DMC,
    782   1.151.2.9   nathanw 	    0,
    783   1.151.2.9   nathanw 	    "Daisy Technology",
    784  1.151.2.12   nathanw 	    "PhotoClip USBMediaReader",
    785   1.151.2.9   nathanw 	},
    786   1.151.2.9   nathanw 	{
    787   1.151.2.9   nathanw 	    USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_J6502,
    788   1.151.2.9   nathanw 	    0,
    789   1.151.2.9   nathanw 	    "Dallas Semiconductor",
    790   1.151.2.9   nathanw 	    "J-6502 speakers",
    791   1.151.2.9   nathanw 	},
    792   1.151.2.9   nathanw 	{
    793   1.151.2.9   nathanw 	    USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_USB_FOB_IBUTTON,
    794   1.151.2.9   nathanw 	    0,
    795   1.151.2.9   nathanw 	    "Dallas Semiconductor",
    796   1.151.2.9   nathanw 	    "USB-FOB/iBUTTON",
    797   1.151.2.9   nathanw 	},
    798   1.151.2.9   nathanw 	{
    799   1.151.2.9   nathanw 	    USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB,
    800   1.151.2.9   nathanw 	    0,
    801   1.151.2.9   nathanw 	    "Diamond",
    802   1.151.2.9   nathanw 	    "Rio 500 USB",
    803   1.151.2.9   nathanw 	},
    804   1.151.2.9   nathanw 	{
    805   1.151.2.9   nathanw 	    USB_VENDOR_DIGI, USB_PRODUCT_DIGI_ACCELEPORT2,
    806   1.151.2.9   nathanw 	    0,
    807   1.151.2.9   nathanw 	    "Digi International",
    808   1.151.2.9   nathanw 	    "AccelePort USB 2",
    809   1.151.2.9   nathanw 	},
    810   1.151.2.9   nathanw 	{
    811   1.151.2.9   nathanw 	    USB_VENDOR_DIGI, USB_PRODUCT_DIGI_ACCELEPORT4,
    812   1.151.2.9   nathanw 	    0,
    813   1.151.2.9   nathanw 	    "Digi International",
    814   1.151.2.9   nathanw 	    "AccelePort USB 4",
    815   1.151.2.9   nathanw 	},
    816   1.151.2.9   nathanw 	{
    817   1.151.2.9   nathanw 	    USB_VENDOR_DIGI, USB_PRODUCT_DIGI_ACCELEPORT8,
    818   1.151.2.9   nathanw 	    0,
    819   1.151.2.9   nathanw 	    "Digi International",
    820   1.151.2.9   nathanw 	    "AccelePort USB 8",
    821   1.151.2.9   nathanw 	},
    822   1.151.2.9   nathanw 	{
    823   1.151.2.9   nathanw 	    USB_VENDOR_DIGITALSTREAM, USB_PRODUCT_DIGITALSTREAM_PS2,
    824   1.151.2.9   nathanw 	    0,
    825   1.151.2.9   nathanw 	    "Digital Stream",
    826   1.151.2.9   nathanw 	    "PS/2 Active Adapter",
    827   1.151.2.9   nathanw 	},
    828   1.151.2.9   nathanw 	{
    829   1.151.2.3   nathanw 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX4,
    830   1.151.2.3   nathanw 	    0,
    831   1.151.2.7   nathanw 	    "D-Link",
    832   1.151.2.3   nathanw 	    "10/100 ethernet adapter",
    833   1.151.2.3   nathanw 	},
    834   1.151.2.3   nathanw 	{
    835        1.70  augustss 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650C,
    836        1.70  augustss 	    0,
    837   1.151.2.7   nathanw 	    "D-Link",
    838        1.70  augustss 	    "10Mbps ethernet adapter",
    839        1.70  augustss 	},
    840        1.70  augustss 	{
    841   1.151.2.3   nathanw 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX1,
    842   1.151.2.3   nathanw 	    0,
    843   1.151.2.7   nathanw 	    "D-Link",
    844   1.151.2.3   nathanw 	    "10/100 ethernet adapter",
    845   1.151.2.3   nathanw 	},
    846   1.151.2.3   nathanw 	{
    847        1.70  augustss 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX,
    848        1.70  augustss 	    0,
    849   1.151.2.7   nathanw 	    "D-Link",
    850        1.70  augustss 	    "10/100 ethernet adapter",
    851        1.70  augustss 	},
    852        1.70  augustss 	{
    853        1.70  augustss 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX_PNA,
    854        1.70  augustss 	    0,
    855   1.151.2.7   nathanw 	    "D-Link",
    856        1.70  augustss 	    "1/10/100 ethernet adapter",
    857       1.120  augustss 	},
    858       1.120  augustss 	{
    859   1.151.2.3   nathanw 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX3,
    860   1.151.2.3   nathanw 	    0,
    861   1.151.2.7   nathanw 	    "D-Link",
    862   1.151.2.3   nathanw 	    "10/100 ethernet adapter",
    863   1.151.2.3   nathanw 	},
    864   1.151.2.3   nathanw 	{
    865   1.151.2.3   nathanw 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX2,
    866   1.151.2.3   nathanw 	    0,
    867   1.151.2.7   nathanw 	    "D-Link",
    868   1.151.2.3   nathanw 	    "10/100 ethernet adapter",
    869   1.151.2.3   nathanw 	},
    870   1.151.2.3   nathanw 	{
    871       1.120  augustss 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650,
    872       1.120  augustss 	    0,
    873   1.151.2.7   nathanw 	    "D-Link",
    874       1.120  augustss 	    "10/100 ethernet adapter",
    875        1.70  augustss 	},
    876        1.70  augustss 	{
    877   1.151.2.7   nathanw 	    USB_VENDOR_DMI, USB_PRODUCT_DMI_SA2_0,
    878   1.151.2.7   nathanw 	    0,
    879   1.151.2.7   nathanw 	    "DMI",
    880   1.151.2.7   nathanw 	    "Storage Adapter",
    881   1.151.2.7   nathanw 	},
    882   1.151.2.7   nathanw 	{
    883  1.151.2.12   nathanw 	    USB_VENDOR_EASYDISK, USB_PRODUCT_EASYDISK_EASYDISK,
    884  1.151.2.12   nathanw 	    0,
    885  1.151.2.12   nathanw 	    "EasyDisk",
    886  1.151.2.12   nathanw 	    "Flash Disk",
    887  1.151.2.12   nathanw 	},
    888  1.151.2.12   nathanw 	{
    889        1.67  augustss 	    USB_VENDOR_EIZO, USB_PRODUCT_EIZO_HUB,
    890        1.64  augustss 	    0,
    891        1.67  augustss 	    "EIZO",
    892        1.67  augustss 	    "hub",
    893        1.22  augustss 	},
    894        1.22  augustss 	{
    895        1.67  augustss 	    USB_VENDOR_EIZO, USB_PRODUCT_EIZO_MONITOR,
    896         1.7  augustss 	    0,
    897        1.67  augustss 	    "EIZO",
    898        1.67  augustss 	    "monitor",
    899         1.7  augustss 	},
    900         1.7  augustss 	{
    901   1.151.2.3   nathanw 	    USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_MOUSE29UO,
    902   1.151.2.3   nathanw 	    0,
    903   1.151.2.7   nathanw 	    "Elecom",
    904   1.151.2.3   nathanw 	    "mouse 29UO",
    905   1.151.2.3   nathanw 	},
    906   1.151.2.3   nathanw 	{
    907   1.151.2.3   nathanw 	    USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBTX0,
    908   1.151.2.3   nathanw 	    0,
    909   1.151.2.7   nathanw 	    "Elecom",
    910   1.151.2.3   nathanw 	    "LD-USB/TX",
    911   1.151.2.3   nathanw 	},
    912   1.151.2.3   nathanw 	{
    913   1.151.2.3   nathanw 	    USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBTX1,
    914   1.151.2.3   nathanw 	    0,
    915   1.151.2.7   nathanw 	    "Elecom",
    916   1.151.2.3   nathanw 	    "LD-USB/TX",
    917   1.151.2.3   nathanw 	},
    918   1.151.2.3   nathanw 	{
    919   1.151.2.9   nathanw 	    USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBLTX,
    920   1.151.2.9   nathanw 	    0,
    921   1.151.2.9   nathanw 	    "Elecom",
    922   1.151.2.9   nathanw 	    "LD-USBL/TX",
    923   1.151.2.9   nathanw 	},
    924   1.151.2.9   nathanw 	{
    925   1.151.2.3   nathanw 	    USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBTX2,
    926   1.151.2.3   nathanw 	    0,
    927   1.151.2.7   nathanw 	    "Elecom",
    928   1.151.2.3   nathanw 	    "LD-USB/TX",
    929   1.151.2.3   nathanw 	},
    930   1.151.2.3   nathanw 	{
    931   1.151.2.8   nathanw 	    USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT,
    932   1.151.2.8   nathanw 	    0,
    933   1.151.2.8   nathanw 	    "Elecom",
    934   1.151.2.8   nathanw 	    "UC-SGT serial adapter",
    935   1.151.2.8   nathanw 	},
    936   1.151.2.8   nathanw 	{
    937   1.151.2.3   nathanw 	    USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBTX3,
    938   1.151.2.3   nathanw 	    0,
    939   1.151.2.7   nathanw 	    "Elecom",
    940   1.151.2.3   nathanw 	    "LD-USB/TX",
    941   1.151.2.3   nathanw 	},
    942   1.151.2.3   nathanw 	{
    943        1.67  augustss 	    USB_VENDOR_ELSA, USB_PRODUCT_ELSA_MODEM1,
    944        1.20  augustss 	    0,
    945   1.151.2.7   nathanw 	    "ELSA",
    946        1.67  augustss 	    "ELSA Modem Board",
    947        1.20  augustss 	},
    948        1.20  augustss 	{
    949   1.151.2.3   nathanw 	    USB_VENDOR_ELSA, USB_PRODUCT_ELSA_USB2ETHERNET,
    950   1.151.2.3   nathanw 	    0,
    951   1.151.2.7   nathanw 	    "ELSA",
    952   1.151.2.3   nathanw 	    "Microlink USB2Ethernet",
    953   1.151.2.3   nathanw 	},
    954   1.151.2.3   nathanw 	{
    955        1.67  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_1S,
    956        1.55  augustss 	    0,
    957        1.67  augustss 	    "Entrega",
    958        1.67  augustss 	    "1S serial connector",
    959        1.55  augustss 	},
    960        1.55  augustss 	{
    961        1.67  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_2S,
    962         1.9  augustss 	    0,
    963        1.67  augustss 	    "Entrega",
    964        1.67  augustss 	    "2S serial connector",
    965         1.9  augustss 	},
    966         1.9  augustss 	{
    967        1.67  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_1S25,
    968        1.44  augustss 	    0,
    969        1.67  augustss 	    "Entrega",
    970        1.67  augustss 	    "1S25 serial connector",
    971        1.44  augustss 	},
    972        1.44  augustss 	{
    973        1.67  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_4S,
    974        1.30      tron 	    0,
    975        1.67  augustss 	    "Entrega",
    976        1.67  augustss 	    "4S serial connector",
    977        1.30      tron 	},
    978        1.30      tron 	{
    979        1.70  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_E45,
    980        1.70  augustss 	    0,
    981        1.70  augustss 	    "Entrega",
    982        1.70  augustss 	    "E45 Ethernet adapter",
    983        1.70  augustss 	},
    984        1.70  augustss 	{
    985        1.67  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_CENTRONICS,
    986         1.7  augustss 	    0,
    987        1.67  augustss 	    "Entrega",
    988        1.67  augustss 	    "Centronics connector",
    989         1.7  augustss 	},
    990         1.7  augustss 	{
    991   1.151.2.6   nathanw 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_XX1,
    992   1.151.2.6   nathanw 	    0,
    993   1.151.2.6   nathanw 	    "Entrega",
    994   1.151.2.6   nathanw 	    "Ethernet Adapter",
    995   1.151.2.6   nathanw 	},
    996   1.151.2.6   nathanw 	{
    997        1.67  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_1S9,
    998        1.36  augustss 	    0,
    999        1.67  augustss 	    "Entrega",
   1000        1.67  augustss 	    "1S9 serial connector",
   1001        1.36  augustss 	},
   1002        1.36  augustss 	{
   1003        1.67  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_EZUSB,
   1004        1.44  augustss 	    0,
   1005        1.67  augustss 	    "Entrega",
   1006        1.67  augustss 	    "EZ-USB",
   1007        1.44  augustss 	},
   1008        1.44  augustss 	{
   1009       1.113  augustss 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_2U4S,
   1010       1.113  augustss 	    0,
   1011       1.113  augustss 	    "Entrega",
   1012       1.113  augustss 	    "2U4S serial connector/usb hub",
   1013       1.113  augustss 	},
   1014       1.113  augustss 	{
   1015   1.151.2.6   nathanw 	    USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_XX2,
   1016   1.151.2.6   nathanw 	    0,
   1017   1.151.2.6   nathanw 	    "Entrega",
   1018   1.151.2.6   nathanw 	    "Ethernet Adapter",
   1019   1.151.2.6   nathanw 	},
   1020   1.151.2.6   nathanw 	{
   1021       1.108  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_PRINTER1,
   1022       1.108  augustss 	    0,
   1023   1.151.2.7   nathanw 	    "Seiko Epson",
   1024       1.108  augustss 	    "USB Printer",
   1025       1.108  augustss 	},
   1026       1.108  augustss 	{
   1027        1.70  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_PRINTER2,
   1028        1.70  augustss 	    0,
   1029   1.151.2.7   nathanw 	    "Seiko Epson",
   1030        1.70  augustss 	    "ISD USB Smart Cable for Mac",
   1031        1.70  augustss 	},
   1032        1.70  augustss 	{
   1033        1.67  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_PRINTER3,
   1034        1.57  augustss 	    0,
   1035   1.151.2.7   nathanw 	    "Seiko Epson",
   1036        1.67  augustss 	    "ISD USB Smart Cable",
   1037       1.132  augustss 	},
   1038       1.132  augustss 	{
   1039       1.132  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_PRINTER5,
   1040       1.132  augustss 	    0,
   1041   1.151.2.7   nathanw 	    "Seiko Epson",
   1042       1.132  augustss 	    "USB Printer",
   1043        1.57  augustss 	},
   1044        1.57  augustss 	{
   1045       1.111  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_636,
   1046       1.111  augustss 	    0,
   1047   1.151.2.7   nathanw 	    "Seiko Epson",
   1048       1.111  augustss 	    "Perfection 636U / 636Photo scanner",
   1049       1.111  augustss 	},
   1050       1.111  augustss 	{
   1051       1.111  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_610,
   1052       1.111  augustss 	    0,
   1053   1.151.2.7   nathanw 	    "Seiko Epson",
   1054       1.111  augustss 	    "Perfection 610 scanner",
   1055       1.111  augustss 	},
   1056       1.111  augustss 	{
   1057       1.111  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1200,
   1058       1.111  augustss 	    0,
   1059   1.151.2.7   nathanw 	    "Seiko Epson",
   1060       1.111  augustss 	    "Perfection 1200U / 1200Photo scanner",
   1061       1.111  augustss 	},
   1062       1.111  augustss 	{
   1063       1.125  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1600,
   1064       1.125  augustss 	    0,
   1065   1.151.2.7   nathanw 	    "Seiko Epson",
   1066       1.140  augustss 	    "Expression 1600 scanner",
   1067       1.140  augustss 	},
   1068       1.140  augustss 	{
   1069       1.140  augustss 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640,
   1070       1.140  augustss 	    0,
   1071   1.151.2.7   nathanw 	    "Seiko Epson",
   1072       1.140  augustss 	    "Perfection 1640SU scanner",
   1073       1.125  augustss 	},
   1074       1.125  augustss 	{
   1075   1.151.2.1   nathanw 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240,
   1076   1.151.2.1   nathanw 	    0,
   1077   1.151.2.7   nathanw 	    "Seiko Epson",
   1078   1.151.2.1   nathanw 	    "Perfection 1240U / 1240Photo scanner",
   1079   1.151.2.1   nathanw 	},
   1080   1.151.2.1   nathanw 	{
   1081   1.151.2.6   nathanw 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_640U,
   1082   1.151.2.6   nathanw 	    0,
   1083   1.151.2.7   nathanw 	    "Seiko Epson",
   1084   1.151.2.6   nathanw 	    "Perfection 640U scanner",
   1085   1.151.2.6   nathanw 	},
   1086   1.151.2.6   nathanw 	{
   1087   1.151.2.6   nathanw 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1650,
   1088   1.151.2.6   nathanw 	    0,
   1089   1.151.2.7   nathanw 	    "Seiko Epson",
   1090   1.151.2.6   nathanw 	    "Perfection 1650 scanner",
   1091   1.151.2.6   nathanw 	},
   1092   1.151.2.6   nathanw 	{
   1093   1.151.2.8   nathanw 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F,
   1094   1.151.2.8   nathanw 	    0,
   1095   1.151.2.8   nathanw 	    "Seiko Epson",
   1096   1.151.2.8   nathanw 	    "GT-9700F scanner",
   1097  1.151.2.24   thorpej 	},
   1098  1.151.2.24   thorpej 	{
   1099  1.151.2.24   thorpej 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_2400,
   1100  1.151.2.24   thorpej 	    0,
   1101  1.151.2.24   thorpej 	    "Seiko Epson",
   1102  1.151.2.24   thorpej 	    "Perfection 2400 scanner",
   1103   1.151.2.8   nathanw 	},
   1104   1.151.2.8   nathanw 	{
   1105  1.151.2.23   thorpej 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260,
   1106  1.151.2.23   thorpej 	    0,
   1107  1.151.2.23   thorpej 	    "Seiko Epson",
   1108  1.151.2.23   thorpej 	    "Perfection 1260 scanner",
   1109  1.151.2.23   thorpej 	},
   1110  1.151.2.23   thorpej 	{
   1111  1.151.2.23   thorpej 	    USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1660,
   1112  1.151.2.23   thorpej 	    0,
   1113  1.151.2.23   thorpej 	    "Seiko Epson",
   1114  1.151.2.23   thorpej 	    "Perfection 1660 scanner",
   1115  1.151.2.23   thorpej 	},
   1116  1.151.2.23   thorpej 	{
   1117       1.104  augustss 	    USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM,
   1118       1.104  augustss 	    0,
   1119       1.104  augustss 	    "e-TEK Labs",
   1120       1.104  augustss 	    "Serial port",
   1121       1.104  augustss 	},
   1122       1.104  augustss 	{
   1123       1.104  augustss 	    USB_VENDOR_EXTENDED, USB_PRODUCT_EXTENDED_XTNDACCESS,
   1124       1.104  augustss 	    0,
   1125   1.151.2.7   nathanw 	    "Extended Systems",
   1126       1.104  augustss 	    "XTNDAccess IrDA",
   1127       1.104  augustss 	},
   1128       1.104  augustss 	{
   1129        1.67  augustss 	    USB_VENDOR_GRAVIS, USB_PRODUCT_GRAVIS_GAMEPADPRO,
   1130        1.44  augustss 	    0,
   1131   1.151.2.7   nathanw 	    "Advanced Gravis Computer Tech.",
   1132        1.67  augustss 	    "GamePad Pro",
   1133        1.44  augustss 	},
   1134        1.44  augustss 	{
   1135   1.151.2.1   nathanw 	    USB_VENDOR_GREENHOUSE, USB_PRODUCT_GREENHOUSE_KANA21,
   1136   1.151.2.1   nathanw 	    0,
   1137   1.151.2.7   nathanw 	    "GREENHOUSE",
   1138   1.151.2.1   nathanw 	    "CF-writer with Portable MP3 Player",
   1139   1.151.2.1   nathanw 	},
   1140   1.151.2.1   nathanw 	{
   1141  1.151.2.10   nathanw 	    USB_VENDOR_GREENHOUSE2, USB_PRODUCT_GREENHOUSE2_USBKR100,
   1142  1.151.2.10   nathanw 	    0,
   1143  1.151.2.10   nathanw 	    "GREENHOUSE",
   1144  1.151.2.10   nathanw 	    "USB Ethernet Adapter GH-USB100B",
   1145  1.151.2.10   nathanw 	},
   1146  1.151.2.10   nathanw 	{
   1147       1.117  augustss 	    USB_VENDOR_GRIFFIN, USB_PRODUCT_GRIFFIN_IMATE,
   1148       1.117  augustss 	    0,
   1149   1.151.2.7   nathanw 	    "Griffin Technology",
   1150       1.144    ichiro 	    "iMate, ADB adapter",
   1151       1.117  augustss 	},
   1152       1.117  augustss 	{
   1153        1.89  augustss 	    USB_VENDOR_FREECOM, USB_PRODUCT_FREECOM_DVD,
   1154        1.89  augustss 	    0,
   1155        1.89  augustss 	    "Freecom",
   1156        1.89  augustss 	    "Connector for DVD drive",
   1157        1.89  augustss 	},
   1158        1.89  augustss 	{
   1159  1.151.2.12   nathanw 	    USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U100AX,
   1160  1.151.2.12   nathanw 	    0,
   1161  1.151.2.12   nathanw 	    "Future Technology Devices",
   1162  1.151.2.12   nathanw 	    "8U100AX Serial converter",
   1163  1.151.2.12   nathanw 	},
   1164  1.151.2.12   nathanw 	{
   1165  1.151.2.12   nathanw 	    USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U232AM,
   1166        1.79  augustss 	    0,
   1167        1.79  augustss 	    "Future Technology Devices",
   1168  1.151.2.12   nathanw 	    "8U232AM Serial converter",
   1169       1.119  augustss 	},
   1170       1.119  augustss 	{
   1171       1.119  augustss 	    USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100,
   1172       1.119  augustss 	    0,
   1173   1.151.2.7   nathanw 	    "Fuji Photo Film",
   1174       1.119  augustss 	    "Mass Storage",
   1175        1.79  augustss 	},
   1176        1.79  augustss 	{
   1177  1.151.2.19   thorpej 	    USB_VENDOR_FUJITSU, USB_PRODUCT_FUJITSU_AH_F401U,
   1178  1.151.2.19   thorpej 	    0,
   1179  1.151.2.19   thorpej 	    "Fujitsu",
   1180  1.151.2.19   thorpej 	    "AH-F401U Air H device",
   1181  1.151.2.19   thorpej 	},
   1182  1.151.2.19   thorpej 	{
   1183  1.151.2.14   nathanw 	    USB_VENDOR_GENESYS, USB_PRODUCT_GENESYS_GL650,
   1184  1.151.2.14   nathanw 	    0,
   1185  1.151.2.14   nathanw 	    "Genesys Logic",
   1186  1.151.2.14   nathanw 	    "GL650 Hub",
   1187  1.151.2.14   nathanw 	},
   1188  1.151.2.14   nathanw 	{
   1189   1.151.2.9   nathanw 	    USB_VENDOR_GENESYS, USB_PRODUCT_GENESYS_GL641USB,
   1190   1.151.2.9   nathanw 	    0,
   1191   1.151.2.9   nathanw 	    "Genesys Logic",
   1192   1.151.2.9   nathanw 	    "GL641USB CompactFlash Card Reader",
   1193   1.151.2.9   nathanw 	},
   1194   1.151.2.9   nathanw 	{
   1195  1.151.2.17   nathanw 	    USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232,
   1196  1.151.2.17   nathanw 	    0,
   1197  1.151.2.17   nathanw 	    "GoHubs",
   1198  1.151.2.17   nathanw 	    "GoCOM232 Serial converter",
   1199  1.151.2.17   nathanw 	},
   1200  1.151.2.17   nathanw 	{
   1201   1.151.2.2   nathanw 	    USB_VENDOR_HAGIWARA, USB_PRODUCT_HAGIWARA_FGSM,
   1202   1.151.2.2   nathanw 	    0,
   1203   1.151.2.2   nathanw 	    "Hagiwara Sys-Com",
   1204   1.151.2.2   nathanw 	    "FlashGate SmartMedia Card Reader",
   1205   1.151.2.2   nathanw 	},
   1206   1.151.2.2   nathanw 	{
   1207   1.151.2.2   nathanw 	    USB_VENDOR_HAGIWARA, USB_PRODUCT_HAGIWARA_FGCF,
   1208   1.151.2.2   nathanw 	    0,
   1209   1.151.2.2   nathanw 	    "Hagiwara Sys-Com",
   1210   1.151.2.2   nathanw 	    "FlashGate CompactFlash Card Reader",
   1211   1.151.2.2   nathanw 	},
   1212   1.151.2.2   nathanw 	{
   1213   1.151.2.2   nathanw 	    USB_VENDOR_HAGIWARA, USB_PRODUCT_HAGIWARA_FG,
   1214   1.151.2.2   nathanw 	    0,
   1215   1.151.2.2   nathanw 	    "Hagiwara Sys-Com",
   1216   1.151.2.2   nathanw 	    "FlashGate",
   1217   1.151.2.2   nathanw 	},
   1218   1.151.2.2   nathanw 	{
   1219        1.67  augustss 	    USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_VISOR,
   1220        1.24  augustss 	    0,
   1221   1.151.2.7   nathanw 	    "Handspring",
   1222        1.67  augustss 	    "Handspring Visor",
   1223        1.24  augustss 	},
   1224        1.24  augustss 	{
   1225   1.151.2.1   nathanw 	    USB_VENDOR_HAUPPAUGE, USB_PRODUCT_HAUPPAUGE_WINTV_USB_FM,
   1226   1.151.2.1   nathanw 	    0,
   1227   1.151.2.1   nathanw 	    "Hauppauge Computer Works",
   1228   1.151.2.1   nathanw 	    "WinTV USB FM",
   1229   1.151.2.1   nathanw 	},
   1230   1.151.2.1   nathanw 	{
   1231   1.151.2.9   nathanw 	    USB_VENDOR_HITACHI, USB_PRODUCT_HITACHI_DZMV100A,
   1232   1.151.2.9   nathanw 	    0,
   1233   1.151.2.9   nathanw 	    "Hitachi",
   1234   1.151.2.9   nathanw 	    "DVD-CAM DZ-MV100A Camcorder",
   1235   1.151.2.9   nathanw 	},
   1236   1.151.2.9   nathanw 	{
   1237   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_895C,
   1238   1.151.2.2   nathanw 	    0,
   1239   1.151.2.2   nathanw 	    "Hewlett Packard",
   1240   1.151.2.2   nathanw 	    "DeskJet 895C",
   1241   1.151.2.2   nathanw 	},
   1242   1.151.2.2   nathanw 	{
   1243        1.67  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_4100C,
   1244         1.7  augustss 	    0,
   1245        1.67  augustss 	    "Hewlett Packard",
   1246        1.67  augustss 	    "Scanjet 4100C",
   1247         1.7  augustss 	},
   1248         1.7  augustss 	{
   1249        1.73  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_S20,
   1250        1.73  augustss 	    0,
   1251        1.73  augustss 	    "Hewlett Packard",
   1252        1.73  augustss 	    "Photosmart S20",
   1253        1.73  augustss 	},
   1254        1.73  augustss 	{
   1255   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_880C,
   1256   1.151.2.2   nathanw 	    0,
   1257   1.151.2.2   nathanw 	    "Hewlett Packard",
   1258   1.151.2.2   nathanw 	    "DeskJet 880C",
   1259   1.151.2.2   nathanw 	},
   1260   1.151.2.2   nathanw 	{
   1261        1.79  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_4200C,
   1262        1.79  augustss 	    0,
   1263        1.79  augustss 	    "Hewlett Packard",
   1264        1.79  augustss 	    "ScanJet 4200C",
   1265        1.79  augustss 	},
   1266        1.79  augustss 	{
   1267   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_CDWRITERPLUS,
   1268   1.151.2.2   nathanw 	    0,
   1269   1.151.2.2   nathanw 	    "Hewlett Packard",
   1270   1.151.2.2   nathanw 	    "CD-Writer Plus",
   1271   1.151.2.2   nathanw 	},
   1272   1.151.2.2   nathanw 	{
   1273   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_KBDHUB,
   1274   1.151.2.2   nathanw 	    0,
   1275   1.151.2.2   nathanw 	    "Hewlett Packard",
   1276   1.151.2.2   nathanw 	    "Multimedia Keyboard Hub",
   1277   1.151.2.2   nathanw 	},
   1278   1.151.2.2   nathanw 	{
   1279        1.79  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_6200C,
   1280        1.79  augustss 	    0,
   1281        1.79  augustss 	    "Hewlett Packard",
   1282        1.79  augustss 	    "ScanJet 6200C",
   1283        1.79  augustss 	},
   1284        1.79  augustss 	{
   1285        1.79  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_S20b,
   1286        1.79  augustss 	    0,
   1287        1.79  augustss 	    "Hewlett Packard",
   1288        1.79  augustss 	    "PhotoSmart S20",
   1289        1.79  augustss 	},
   1290        1.79  augustss 	{
   1291   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_815C,
   1292   1.151.2.2   nathanw 	    0,
   1293   1.151.2.2   nathanw 	    "Hewlett Packard",
   1294   1.151.2.2   nathanw 	    "DeskJet 815C",
   1295   1.151.2.2   nathanw 	},
   1296   1.151.2.2   nathanw 	{
   1297        1.79  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_3300C,
   1298        1.79  augustss 	    0,
   1299        1.79  augustss 	    "Hewlett Packard",
   1300        1.79  augustss 	    "ScanJet 3300C",
   1301        1.79  augustss 	},
   1302        1.79  augustss 	{
   1303   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_CDW8200,
   1304   1.151.2.2   nathanw 	    0,
   1305   1.151.2.2   nathanw 	    "Hewlett Packard",
   1306   1.151.2.2   nathanw 	    "CD-Writer Plus 8200e",
   1307   1.151.2.2   nathanw 	},
   1308   1.151.2.2   nathanw 	{
   1309  1.151.2.21   thorpej 	    USB_VENDOR_HP, USB_PRODUCT_HP_1220C,
   1310  1.151.2.21   thorpej 	    0,
   1311  1.151.2.21   thorpej 	    "Hewlett Packard",
   1312  1.151.2.21   thorpej 	    "DeskJet 1220C",
   1313  1.151.2.21   thorpej 	},
   1314  1.151.2.21   thorpej 	{
   1315   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_810C,
   1316   1.151.2.2   nathanw 	    0,
   1317   1.151.2.2   nathanw 	    "Hewlett Packard",
   1318   1.151.2.2   nathanw 	    "DeskJet 810C/812C",
   1319   1.151.2.2   nathanw 	},
   1320   1.151.2.2   nathanw 	{
   1321   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_4300C,
   1322   1.151.2.2   nathanw 	    0,
   1323   1.151.2.2   nathanw 	    "Hewlett Packard",
   1324   1.151.2.2   nathanw 	    "Scanjet 4300C",
   1325   1.151.2.2   nathanw 	},
   1326   1.151.2.2   nathanw 	{
   1327   1.151.2.9   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_CD4E,
   1328   1.151.2.9   nathanw 	    0,
   1329   1.151.2.9   nathanw 	    "Hewlett Packard",
   1330   1.151.2.9   nathanw 	    "CD-Writer+ CD-4e",
   1331   1.151.2.9   nathanw 	},
   1332   1.151.2.9   nathanw 	{
   1333   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_G85XI,
   1334   1.151.2.2   nathanw 	    0,
   1335   1.151.2.2   nathanw 	    "Hewlett Packard",
   1336   1.151.2.2   nathanw 	    "OfficeJet G85xi",
   1337   1.151.2.2   nathanw 	},
   1338   1.151.2.2   nathanw 	{
   1339  1.151.2.11   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_1200,
   1340  1.151.2.11   nathanw 	    0,
   1341  1.151.2.11   nathanw 	    "Hewlett Packard",
   1342  1.151.2.11   nathanw 	    "LaserJet 1200",
   1343  1.151.2.11   nathanw 	},
   1344  1.151.2.11   nathanw 	{
   1345       1.124  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_5200C,
   1346        1.73  augustss 	    0,
   1347        1.73  augustss 	    "Hewlett Packard",
   1348       1.124  augustss 	    "Scanjet 5200C",
   1349        1.73  augustss 	},
   1350        1.73  augustss 	{
   1351   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_830C,
   1352   1.151.2.2   nathanw 	    0,
   1353   1.151.2.2   nathanw 	    "Hewlett Packard",
   1354   1.151.2.2   nathanw 	    "DeskJet 830C",
   1355   1.151.2.2   nathanw 	},
   1356   1.151.2.2   nathanw 	{
   1357   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_3400CSE,
   1358   1.151.2.2   nathanw 	    0,
   1359   1.151.2.2   nathanw 	    "Hewlett Packard",
   1360   1.151.2.2   nathanw 	    "ScanJet 3400cse",
   1361   1.151.2.2   nathanw 	},
   1362   1.151.2.2   nathanw 	{
   1363        1.67  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_6300C,
   1364        1.48  augustss 	    0,
   1365        1.67  augustss 	    "Hewlett Packard",
   1366        1.67  augustss 	    "Scanjet 6300C",
   1367       1.124  augustss 	},
   1368       1.124  augustss 	{
   1369   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_840C,
   1370   1.151.2.2   nathanw 	    0,
   1371   1.151.2.2   nathanw 	    "Hewlett Packard",
   1372   1.151.2.2   nathanw 	    "DeskJet 840c",
   1373   1.151.2.2   nathanw 	},
   1374   1.151.2.2   nathanw 	{
   1375  1.151.2.12   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_2200C,
   1376  1.151.2.12   nathanw 	    0,
   1377  1.151.2.12   nathanw 	    "Hewlett Packard",
   1378  1.151.2.12   nathanw 	    "ScanJet 2200C",
   1379  1.151.2.12   nathanw 	},
   1380  1.151.2.12   nathanw 	{
   1381       1.124  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_5300C,
   1382       1.124  augustss 	    0,
   1383       1.124  augustss 	    "Hewlett Packard",
   1384       1.124  augustss 	    "Scanjet 5300C",
   1385        1.48  augustss 	},
   1386        1.48  augustss 	{
   1387        1.73  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_970CSE,
   1388        1.73  augustss 	    0,
   1389        1.73  augustss 	    "Hewlett Packard",
   1390        1.73  augustss 	    "Deskjet 970Cse",
   1391        1.73  augustss 	},
   1392        1.73  augustss 	{
   1393   1.151.2.9   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_5400C,
   1394   1.151.2.9   nathanw 	    0,
   1395   1.151.2.9   nathanw 	    "Hewlett Packard",
   1396   1.151.2.9   nathanw 	    "Scanjet 5400C",
   1397   1.151.2.9   nathanw 	},
   1398   1.151.2.9   nathanw 	{
   1399   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_930C,
   1400   1.151.2.2   nathanw 	    0,
   1401   1.151.2.2   nathanw 	    "Hewlett Packard",
   1402   1.151.2.2   nathanw 	    "DeskJet 930c",
   1403   1.151.2.2   nathanw 	},
   1404   1.151.2.2   nathanw 	{
   1405   1.151.2.9   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_P2000U,
   1406   1.151.2.9   nathanw 	    0,
   1407   1.151.2.9   nathanw 	    "Hewlett Packard",
   1408   1.151.2.9   nathanw 	    "Inkjet P-2000U",
   1409   1.151.2.9   nathanw 	},
   1410   1.151.2.9   nathanw 	{
   1411   1.151.2.2   nathanw 	    USB_VENDOR_HP, USB_PRODUCT_HP_640C,
   1412   1.151.2.2   nathanw 	    0,
   1413   1.151.2.2   nathanw 	    "Hewlett Packard",
   1414   1.151.2.2   nathanw 	    "DeskJet 640c",
   1415   1.151.2.2   nathanw 	},
   1416   1.151.2.2   nathanw 	{
   1417        1.73  augustss 	    USB_VENDOR_HP, USB_PRODUCT_HP_P1100,
   1418        1.73  augustss 	    0,
   1419        1.73  augustss 	    "Hewlett Packard",
   1420        1.73  augustss 	    "Photosmart P1100",
   1421        1.73  augustss 	},
   1422        1.73  augustss 	{
   1423       1.122  augustss 	    USB_VENDOR_HP2, USB_PRODUCT_HP2_C500,
   1424       1.122  augustss 	    0,
   1425       1.122  augustss 	    "Hewlett Packard",
   1426       1.122  augustss 	    "PhotoSmart C500",
   1427       1.122  augustss 	},
   1428       1.122  augustss 	{
   1429       1.111  augustss 	    USB_VENDOR_IBM, USB_PRODUCT_IBM_USBCDROMDRIVE,
   1430       1.111  augustss 	    0,
   1431       1.111  augustss 	    "IBM Corporation",
   1432       1.111  augustss 	    "USB CD-ROM Drive",
   1433       1.111  augustss 	},
   1434       1.111  augustss 	{
   1435   1.151.2.7   nathanw 	    USB_VENDOR_IIYAMA, USB_PRODUCT_IIYAMA_HUB,
   1436   1.151.2.7   nathanw 	    0,
   1437   1.151.2.7   nathanw 	    "Iiyama",
   1438   1.151.2.7   nathanw 	    "Hub",
   1439   1.151.2.7   nathanw 	},
   1440   1.151.2.7   nathanw 	{
   1441        1.67  augustss 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4,
   1442        1.53  augustss 	    0,
   1443        1.67  augustss 	    "Inside Out Networks",
   1444  1.151.2.12   nathanw 	    "EdgePort/4 RS232",
   1445  1.151.2.12   nathanw 	},
   1446  1.151.2.12   nathanw 	{
   1447  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_HUBPORT7,
   1448  1.151.2.12   nathanw 	    0,
   1449  1.151.2.12   nathanw 	    "Inside Out Networks",
   1450  1.151.2.12   nathanw 	    "Hubport/7",
   1451  1.151.2.12   nathanw 	},
   1452  1.151.2.12   nathanw 	{
   1453  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_RAPIDPORT4,
   1454  1.151.2.12   nathanw 	    0,
   1455  1.151.2.12   nathanw 	    "Inside Out Networks",
   1456  1.151.2.12   nathanw 	    "Rapidport/4",
   1457  1.151.2.12   nathanw 	},
   1458  1.151.2.12   nathanw 	{
   1459  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4T,
   1460  1.151.2.12   nathanw 	    0,
   1461  1.151.2.12   nathanw 	    "Inside Out Networks",
   1462  1.151.2.12   nathanw 	    "Edgeport/4 RS232 for Telxon",
   1463  1.151.2.12   nathanw 	},
   1464  1.151.2.12   nathanw 	{
   1465  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT2,
   1466  1.151.2.12   nathanw 	    0,
   1467  1.151.2.12   nathanw 	    "Inside Out Networks",
   1468  1.151.2.12   nathanw 	    "Edgeport/2 RS232",
   1469  1.151.2.12   nathanw 	},
   1470  1.151.2.12   nathanw 	{
   1471  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4I,
   1472  1.151.2.12   nathanw 	    0,
   1473  1.151.2.12   nathanw 	    "Inside Out Networks",
   1474  1.151.2.12   nathanw 	    "Edgeport/4 RS422",
   1475  1.151.2.12   nathanw 	},
   1476  1.151.2.12   nathanw 	{
   1477  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT2I,
   1478  1.151.2.12   nathanw 	    0,
   1479  1.151.2.12   nathanw 	    "Inside Out Networks",
   1480  1.151.2.12   nathanw 	    "Edgeport/2 RS422/RS485",
   1481  1.151.2.12   nathanw 	},
   1482  1.151.2.12   nathanw 	{
   1483  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_HUBPORT4,
   1484  1.151.2.12   nathanw 	    0,
   1485  1.151.2.12   nathanw 	    "Inside Out Networks",
   1486  1.151.2.12   nathanw 	    "Hubport/4",
   1487  1.151.2.12   nathanw 	},
   1488  1.151.2.12   nathanw 	{
   1489  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT8HAND,
   1490  1.151.2.12   nathanw 	    0,
   1491  1.151.2.12   nathanw 	    "Inside Out Networks",
   1492  1.151.2.12   nathanw 	    "Hand-built Edgeport/8",
   1493  1.151.2.12   nathanw 	},
   1494  1.151.2.12   nathanw 	{
   1495  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_MULTIMODEM,
   1496  1.151.2.12   nathanw 	    0,
   1497  1.151.2.12   nathanw 	    "Inside Out Networks",
   1498  1.151.2.12   nathanw 	    "MultiTech version of RP/4",
   1499  1.151.2.12   nathanw 	},
   1500  1.151.2.12   nathanw 	{
   1501  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORTPPORT,
   1502  1.151.2.12   nathanw 	    0,
   1503  1.151.2.12   nathanw 	    "Inside Out Networks",
   1504  1.151.2.12   nathanw 	    "Edgeport/(4)21 Parallel port (USS720)",
   1505  1.151.2.12   nathanw 	},
   1506  1.151.2.12   nathanw 	{
   1507  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT421,
   1508  1.151.2.12   nathanw 	    0,
   1509  1.151.2.12   nathanw 	    "Inside Out Networks",
   1510  1.151.2.12   nathanw 	    "Edgeport/421 Hub+RS232+Parallel",
   1511  1.151.2.12   nathanw 	},
   1512  1.151.2.12   nathanw 	{
   1513  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT21,
   1514  1.151.2.12   nathanw 	    0,
   1515  1.151.2.12   nathanw 	    "Inside Out Networks",
   1516  1.151.2.12   nathanw 	    "Edgeport/21 RS232+Parallel",
   1517  1.151.2.12   nathanw 	},
   1518  1.151.2.12   nathanw 	{
   1519  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT8DC,
   1520  1.151.2.12   nathanw 	    0,
   1521  1.151.2.12   nathanw 	    "Inside Out Networks",
   1522  1.151.2.12   nathanw 	    "1/2 Edgeport/8 (2 EP/4s on 1 PCB)",
   1523  1.151.2.12   nathanw 	},
   1524  1.151.2.12   nathanw 	{
   1525  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT8,
   1526  1.151.2.12   nathanw 	    0,
   1527  1.151.2.12   nathanw 	    "Inside Out Networks",
   1528  1.151.2.12   nathanw 	    "Edgeport/8",
   1529  1.151.2.12   nathanw 	},
   1530  1.151.2.12   nathanw 	{
   1531  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT2DIN,
   1532  1.151.2.12   nathanw 	    0,
   1533  1.151.2.12   nathanw 	    "Inside Out Networks",
   1534  1.151.2.12   nathanw 	    "Edgeport/2 RS232 / Apple DIN connector",
   1535  1.151.2.12   nathanw 	},
   1536  1.151.2.12   nathanw 	{
   1537  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4DIN,
   1538  1.151.2.12   nathanw 	    0,
   1539  1.151.2.12   nathanw 	    "Inside Out Networks",
   1540  1.151.2.12   nathanw 	    "Edgeport/4 RS232 / Apple DIN connector",
   1541  1.151.2.12   nathanw 	},
   1542  1.151.2.12   nathanw 	{
   1543  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT16DC,
   1544  1.151.2.12   nathanw 	    0,
   1545  1.151.2.12   nathanw 	    "Inside Out Networks",
   1546  1.151.2.12   nathanw 	    "1/2 Edgeport/16 (2 EP/8s on 1 PCB))",
   1547  1.151.2.12   nathanw 	},
   1548  1.151.2.12   nathanw 	{
   1549  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORTCOMP,
   1550  1.151.2.12   nathanw 	    0,
   1551  1.151.2.12   nathanw 	    "Inside Out Networks",
   1552  1.151.2.12   nathanw 	    "Edgeport Compatible",
   1553  1.151.2.12   nathanw 	},
   1554  1.151.2.12   nathanw 	{
   1555  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT8I,
   1556  1.151.2.12   nathanw 	    0,
   1557  1.151.2.12   nathanw 	    "Inside Out Networks",
   1558  1.151.2.12   nathanw 	    "Edgeport/8 RS422",
   1559  1.151.2.12   nathanw 	},
   1560  1.151.2.12   nathanw 	{
   1561  1.151.2.12   nathanw 	    USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_MT4X56USB,
   1562  1.151.2.12   nathanw 	    0,
   1563  1.151.2.12   nathanw 	    "Inside Out Networks",
   1564  1.151.2.12   nathanw 	    "OEM device",
   1565        1.53  augustss 	},
   1566        1.53  augustss 	{
   1567        1.67  augustss 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_F5U002,
   1568         1.7  augustss 	    0,
   1569        1.67  augustss 	    "In-System Design",
   1570        1.67  augustss 	    "Parallel printer adapter",
   1571        1.25  augustss 	},
   1572        1.25  augustss 	{
   1573   1.151.2.2   nathanw 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_ATAPI,
   1574   1.151.2.2   nathanw 	    0,
   1575   1.151.2.2   nathanw 	    "In-System Design",
   1576   1.151.2.2   nathanw 	    "ATAPI adapter",
   1577   1.151.2.2   nathanw 	},
   1578   1.151.2.2   nathanw 	{
   1579  1.151.2.13   nathanw 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_IDEUSB2,
   1580  1.151.2.13   nathanw 	    0,
   1581  1.151.2.13   nathanw 	    "In-System Design",
   1582  1.151.2.13   nathanw 	    "USB2 Storage Adapter",
   1583  1.151.2.13   nathanw 	},
   1584  1.151.2.13   nathanw 	{
   1585        1.67  augustss 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_ISD110,
   1586        1.43  augustss 	    0,
   1587        1.67  augustss 	    "In-System Design",
   1588        1.91  augustss 	    "IDE adapter ISD110",
   1589        1.91  augustss 	},
   1590        1.91  augustss 	{
   1591        1.91  augustss 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_ISD105,
   1592        1.91  augustss 	    0,
   1593        1.91  augustss 	    "In-System Design",
   1594        1.91  augustss 	    "IDE adapter ISD105",
   1595        1.43  augustss 	},
   1596        1.43  augustss 	{
   1597   1.151.2.8   nathanw 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_DRIVEV2,
   1598   1.151.2.8   nathanw 	    0,
   1599   1.151.2.8   nathanw 	    "In-System Design",
   1600   1.151.2.8   nathanw 	    "Portable USB Harddrive V2",
   1601   1.151.2.8   nathanw 	},
   1602   1.151.2.8   nathanw 	{
   1603   1.151.2.8   nathanw 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_DRIVEV2_5,
   1604   1.151.2.8   nathanw 	    0,
   1605   1.151.2.8   nathanw 	    "In-System Design",
   1606   1.151.2.8   nathanw 	    "Portable USB Harddrive V2",
   1607   1.151.2.8   nathanw 	},
   1608   1.151.2.8   nathanw 	{
   1609       1.106  augustss 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_USBCABLE,
   1610       1.106  augustss 	    0,
   1611       1.106  augustss 	    "In-System Design",
   1612       1.106  augustss 	    "USB cable",
   1613       1.130  augustss 	},
   1614       1.130  augustss 	{
   1615   1.151.2.8   nathanw 	    USB_VENDOR_INSYSTEM, USB_PRODUCT_INSYSTEM_ADAPTERV2,
   1616   1.151.2.8   nathanw 	    0,
   1617   1.151.2.8   nathanw 	    "In-System Design",
   1618   1.151.2.8   nathanw 	    "USB Storage Adapter V2",
   1619   1.151.2.8   nathanw 	},
   1620   1.151.2.8   nathanw 	{
   1621       1.130  augustss 	    USB_VENDOR_INTEL, USB_PRODUCT_INTEL_EASYPC_CAMERA,
   1622       1.130  augustss 	    0,
   1623       1.130  augustss 	    "Intel",
   1624       1.130  augustss 	    "Easy PC Camera",
   1625       1.106  augustss 	},
   1626       1.106  augustss 	{
   1627        1.67  augustss 	    USB_VENDOR_INTEL, USB_PRODUCT_INTEL_TESTBOARD,
   1628         1.1  augustss 	    0,
   1629        1.67  augustss 	    "Intel",
   1630        1.67  augustss 	    "82930 test board",
   1631       1.133  jdolecek 	},
   1632       1.133  jdolecek 	{
   1633  1.151.2.10   nathanw 	    USB_VENDOR_INTERSIL, USB_PRODUCT_INTERSIL_PRISM_2X,
   1634  1.151.2.10   nathanw 	    0,
   1635  1.151.2.10   nathanw 	    "Intersil",
   1636  1.151.2.10   nathanw 	    "Prism2.x WLAN",
   1637  1.151.2.10   nathanw 	},
   1638  1.151.2.10   nathanw 	{
   1639  1.151.2.12   nathanw 	    USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBSSMRW,
   1640  1.151.2.12   nathanw 	    0,
   1641  1.151.2.12   nathanw 	    "I/O Data",
   1642  1.151.2.12   nathanw 	    "USB-SSMRW SD-card adapter",
   1643  1.151.2.12   nathanw 	},
   1644  1.151.2.12   nathanw 	{
   1645  1.151.2.12   nathanw 	    USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBSDRW,
   1646  1.151.2.12   nathanw 	    0,
   1647  1.151.2.12   nathanw 	    "I/O Data",
   1648  1.151.2.12   nathanw 	    "USB-SDRW SD-card adapter",
   1649  1.151.2.12   nathanw 	},
   1650  1.151.2.12   nathanw 	{
   1651       1.133  jdolecek 	    USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETT,
   1652       1.133  jdolecek 	    0,
   1653       1.133  jdolecek 	    "I/O Data",
   1654       1.133  jdolecek 	    "USB ETT",
   1655         1.1  augustss 	},
   1656         1.1  augustss 	{
   1657        1.85       uch 	    USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETTX,
   1658        1.85       uch 	    0,
   1659        1.89  augustss 	    "I/O Data",
   1660        1.89  augustss 	    "USB ETTX",
   1661        1.85       uch 	},
   1662        1.85       uch 	{
   1663   1.151.2.3   nathanw 	    USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETTXS,
   1664   1.151.2.3   nathanw 	    0,
   1665   1.151.2.3   nathanw 	    "I/O Data",
   1666   1.151.2.3   nathanw 	    "USB ETTX",
   1667   1.151.2.3   nathanw 	},
   1668   1.151.2.3   nathanw 	{
   1669       1.147    ichiro 	    USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBRSAQ,
   1670       1.147    ichiro 	    0,
   1671       1.147    ichiro 	    "I/O Data",
   1672       1.147    ichiro 	    "USB serial adapter USB-RSAQ1",
   1673       1.147    ichiro 	},
   1674       1.147    ichiro 	{
   1675        1.67  augustss 	    USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP100,
   1676         1.1  augustss 	    0,
   1677   1.151.2.7   nathanw 	    "Iomega",
   1678        1.67  augustss 	    "Zip 100",
   1679         1.1  augustss 	},
   1680         1.1  augustss 	{
   1681        1.94  augustss 	    USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP250,
   1682        1.94  augustss 	    0,
   1683   1.151.2.7   nathanw 	    "Iomega",
   1684        1.94  augustss 	    "Zip 250",
   1685        1.94  augustss 	},
   1686        1.94  augustss 	{
   1687   1.151.2.6   nathanw 	    USB_VENDOR_JATON, USB_PRODUCT_JATON_EDA,
   1688        1.87  augustss 	    0,
   1689   1.151.2.6   nathanw 	    "Jaton",
   1690   1.151.2.6   nathanw 	    "Ethernet Device Adapter",
   1691        1.87  augustss 	},
   1692        1.87  augustss 	{
   1693  1.151.2.13   nathanw 	    USB_VENDOR_JENOPTIK, USB_PRODUCT_JENOPTIK_JD350,
   1694  1.151.2.13   nathanw 	    0,
   1695  1.151.2.13   nathanw 	    "Jenoptik",
   1696  1.151.2.13   nathanw 	    "JD 350 Camera/mp3 player",
   1697  1.151.2.13   nathanw 	},
   1698  1.151.2.13   nathanw 	{
   1699        1.67  augustss 	    USB_VENDOR_KAWATSU, USB_PRODUCT_KAWATSU_MH4000P,
   1700        1.12  augustss 	    0,
   1701   1.151.2.7   nathanw 	    "Kawatsu Semiconductor",
   1702        1.67  augustss 	    "MiniHub 4000P",
   1703        1.12  augustss 	},
   1704        1.12  augustss 	{
   1705   1.151.2.8   nathanw 	    USB_VENDOR_KAWATSU, USB_PRODUCT_KAWATSU_KC180,
   1706        1.89  augustss 	    0,
   1707   1.151.2.8   nathanw 	    "Kawatsu Semiconductor",
   1708   1.151.2.8   nathanw 	    "KC-180 IrDA",
   1709        1.89  augustss 	},
   1710        1.89  augustss 	{
   1711        1.89  augustss 	    USB_VENDOR_KLSI, USB_PRODUCT_KLSI_DUH3E10BT,
   1712        1.89  augustss 	    0,
   1713        1.89  augustss 	    "Kawasaki LSI",
   1714        1.89  augustss 	    "10BT Ethernet adapter, in the DU-H3E",
   1715        1.89  augustss 	},
   1716        1.89  augustss 	{
   1717   1.151.2.6   nathanw 	    USB_VENDOR_KLSI, USB_PRODUCT_KLSI_DUH3E10BTN,
   1718   1.151.2.6   nathanw 	    0,
   1719   1.151.2.6   nathanw 	    "Kawasaki LSI",
   1720   1.151.2.6   nathanw 	    "10BT Ethernet adapter, in the DU-H3E",
   1721   1.151.2.6   nathanw 	},
   1722   1.151.2.6   nathanw 	{
   1723   1.151.2.8   nathanw 	    USB_VENDOR_KEISOKUGIKEN, USB_PRODUCT_KEISOKUGIKEN_USBDAQ,
   1724   1.151.2.8   nathanw 	    0,
   1725   1.151.2.8   nathanw 	    "Keisokugiken",
   1726   1.151.2.8   nathanw 	    "HKS-0200 USBDAQ",
   1727   1.151.2.8   nathanw 	},
   1728   1.151.2.8   nathanw 	{
   1729        1.79  augustss 	    USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_ORBIT,
   1730        1.79  augustss 	    0,
   1731        1.79  augustss 	    "Kensington",
   1732        1.79  augustss 	    "Orbit USB/PS2 trackball",
   1733        1.79  augustss 	},
   1734        1.79  augustss 	{
   1735        1.79  augustss 	    USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_TURBOBALL,
   1736        1.79  augustss 	    0,
   1737        1.79  augustss 	    "Kensington",
   1738        1.79  augustss 	    "TurboBall",
   1739        1.79  augustss 	},
   1740        1.79  augustss 	{
   1741   1.151.2.7   nathanw 	    USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_ORBIT_MAC,
   1742   1.151.2.7   nathanw 	    0,
   1743   1.151.2.7   nathanw 	    "Kensington",
   1744   1.151.2.7   nathanw 	    "Orbit USB trackball for Mac",
   1745   1.151.2.7   nathanw 	},
   1746   1.151.2.7   nathanw 	{
   1747  1.151.2.10   nathanw 	    USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_VIDEOCAM_VGA,
   1748  1.151.2.10   nathanw 	    0,
   1749  1.151.2.10   nathanw 	    "Kensington",
   1750  1.151.2.10   nathanw 	    "VideoCAM VGA",
   1751  1.151.2.10   nathanw 	},
   1752  1.151.2.10   nathanw 	{
   1753  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28_NF,
   1754   1.151.2.1   nathanw 	    0,
   1755   1.151.2.1   nathanw 	    "Keyspan",
   1756  1.151.2.12   nathanw 	    "USA-28 serial adapter (no firmware)",
   1757   1.151.2.1   nathanw 	},
   1758   1.151.2.1   nathanw 	{
   1759  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28X_NF,
   1760   1.151.2.1   nathanw 	    0,
   1761   1.151.2.1   nathanw 	    "Keyspan",
   1762  1.151.2.12   nathanw 	    "USA-28X serial adapter (no firmware)",
   1763   1.151.2.1   nathanw 	},
   1764   1.151.2.1   nathanw 	{
   1765  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19_NF,
   1766   1.151.2.1   nathanw 	    0,
   1767   1.151.2.1   nathanw 	    "Keyspan",
   1768  1.151.2.12   nathanw 	    "USA-19 serial adapter (no firmware)",
   1769   1.151.2.1   nathanw 	},
   1770   1.151.2.1   nathanw 	{
   1771  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA18_NF,
   1772   1.151.2.1   nathanw 	    0,
   1773   1.151.2.1   nathanw 	    "Keyspan",
   1774  1.151.2.12   nathanw 	    "USA-18 serial adapter (no firmware)",
   1775  1.151.2.12   nathanw 	},
   1776  1.151.2.12   nathanw 	{
   1777  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA18X_NF,
   1778  1.151.2.12   nathanw 	    0,
   1779  1.151.2.12   nathanw 	    "Keyspan",
   1780  1.151.2.12   nathanw 	    "USA-18X serial adapter (no firmware)",
   1781  1.151.2.12   nathanw 	},
   1782  1.151.2.12   nathanw 	{
   1783  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19W_NF,
   1784  1.151.2.12   nathanw 	    0,
   1785  1.151.2.12   nathanw 	    "Keyspan",
   1786  1.151.2.12   nathanw 	    "USA-19W serial adapter (no firmware)",
   1787  1.151.2.12   nathanw 	},
   1788  1.151.2.12   nathanw 	{
   1789  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19,
   1790  1.151.2.12   nathanw 	    0,
   1791  1.151.2.12   nathanw 	    "Keyspan",
   1792  1.151.2.12   nathanw 	    "USA-19 serial adapter",
   1793   1.151.2.1   nathanw 	},
   1794   1.151.2.1   nathanw 	{
   1795   1.151.2.1   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19W,
   1796   1.151.2.1   nathanw 	    0,
   1797   1.151.2.1   nathanw 	    "Keyspan",
   1798   1.151.2.1   nathanw 	    "USA-19W serial adapter",
   1799   1.151.2.1   nathanw 	},
   1800   1.151.2.1   nathanw 	{
   1801  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA49W_NF,
   1802  1.151.2.12   nathanw 	    0,
   1803  1.151.2.12   nathanw 	    "Keyspan",
   1804  1.151.2.12   nathanw 	    "USA-49W serial adapter (no firmware)",
   1805  1.151.2.12   nathanw 	},
   1806  1.151.2.12   nathanw 	{
   1807   1.151.2.1   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA49W,
   1808   1.151.2.1   nathanw 	    0,
   1809   1.151.2.1   nathanw 	    "Keyspan",
   1810   1.151.2.1   nathanw 	    "USA-49W serial adapter",
   1811   1.151.2.1   nathanw 	},
   1812   1.151.2.1   nathanw 	{
   1813  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19QI_NF,
   1814  1.151.2.12   nathanw 	    0,
   1815  1.151.2.12   nathanw 	    "Keyspan",
   1816  1.151.2.12   nathanw 	    "USA-19QI serial adapter (no firmware)",
   1817  1.151.2.12   nathanw 	},
   1818  1.151.2.12   nathanw 	{
   1819  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19QI,
   1820  1.151.2.12   nathanw 	    0,
   1821  1.151.2.12   nathanw 	    "Keyspan",
   1822  1.151.2.12   nathanw 	    "USA-19QI serial adapter",
   1823  1.151.2.12   nathanw 	},
   1824  1.151.2.12   nathanw 	{
   1825  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19Q_NF,
   1826  1.151.2.12   nathanw 	    0,
   1827  1.151.2.12   nathanw 	    "Keyspan",
   1828  1.151.2.12   nathanw 	    "USA-19Q serial adapter (no firmware)",
   1829  1.151.2.12   nathanw 	},
   1830  1.151.2.12   nathanw 	{
   1831  1.151.2.10   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19Q,
   1832  1.151.2.10   nathanw 	    0,
   1833  1.151.2.10   nathanw 	    "Keyspan",
   1834  1.151.2.10   nathanw 	    "USA-19Q serial adapter",
   1835  1.151.2.10   nathanw 	},
   1836  1.151.2.10   nathanw 	{
   1837  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28,
   1838  1.151.2.12   nathanw 	    0,
   1839  1.151.2.12   nathanw 	    "Keyspan",
   1840  1.151.2.12   nathanw 	    "USA-28 serial adapter",
   1841  1.151.2.12   nathanw 	},
   1842  1.151.2.12   nathanw 	{
   1843  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28XXB,
   1844  1.151.2.12   nathanw 	    0,
   1845  1.151.2.12   nathanw 	    "Keyspan",
   1846  1.151.2.12   nathanw 	    "USA-28X/XB serial adapter",
   1847  1.151.2.12   nathanw 	},
   1848  1.151.2.12   nathanw 	{
   1849  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA18,
   1850  1.151.2.12   nathanw 	    0,
   1851  1.151.2.12   nathanw 	    "Keyspan",
   1852  1.151.2.12   nathanw 	    "USA-18 serial adapter",
   1853  1.151.2.12   nathanw 	},
   1854  1.151.2.12   nathanw 	{
   1855  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA18X,
   1856  1.151.2.12   nathanw 	    0,
   1857  1.151.2.12   nathanw 	    "Keyspan",
   1858  1.151.2.12   nathanw 	    "USA-18X serial adapter",
   1859  1.151.2.12   nathanw 	},
   1860  1.151.2.12   nathanw 	{
   1861  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28XB_NF,
   1862  1.151.2.12   nathanw 	    0,
   1863  1.151.2.12   nathanw 	    "Keyspan",
   1864  1.151.2.12   nathanw 	    "USA-28XB serial adapter (no firmware)",
   1865  1.151.2.12   nathanw 	},
   1866  1.151.2.12   nathanw 	{
   1867  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28XA_NF,
   1868  1.151.2.12   nathanw 	    0,
   1869  1.151.2.12   nathanw 	    "Keyspan",
   1870  1.151.2.12   nathanw 	    "USA-28XB serial adapter (no firmware)",
   1871  1.151.2.12   nathanw 	},
   1872  1.151.2.12   nathanw 	{
   1873  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28XA,
   1874  1.151.2.12   nathanw 	    0,
   1875  1.151.2.12   nathanw 	    "Keyspan",
   1876  1.151.2.12   nathanw 	    "USA-28XA serial adapter",
   1877  1.151.2.12   nathanw 	},
   1878  1.151.2.12   nathanw 	{
   1879  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA18XA_NF,
   1880  1.151.2.12   nathanw 	    0,
   1881  1.151.2.12   nathanw 	    "Keyspan",
   1882  1.151.2.12   nathanw 	    "USA-18XA serial adapter (no firmware)",
   1883  1.151.2.12   nathanw 	},
   1884  1.151.2.12   nathanw 	{
   1885  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA18XA,
   1886  1.151.2.12   nathanw 	    0,
   1887  1.151.2.12   nathanw 	    "Keyspan",
   1888  1.151.2.12   nathanw 	    "USA-18XA serial adapter",
   1889  1.151.2.12   nathanw 	},
   1890  1.151.2.12   nathanw 	{
   1891  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19QW_NF,
   1892  1.151.2.12   nathanw 	    0,
   1893  1.151.2.12   nathanw 	    "Keyspan",
   1894  1.151.2.12   nathanw 	    "USA-19WQ serial adapter (no firmware)",
   1895  1.151.2.12   nathanw 	},
   1896  1.151.2.12   nathanw 	{
   1897  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19QW,
   1898  1.151.2.12   nathanw 	    0,
   1899  1.151.2.12   nathanw 	    "Keyspan",
   1900  1.151.2.12   nathanw 	    "USA-19WQ serial adapter",
   1901  1.151.2.12   nathanw 	},
   1902  1.151.2.12   nathanw 	{
   1903  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_UIA10,
   1904   1.151.2.3   nathanw 	    0,
   1905   1.151.2.3   nathanw 	    "Keyspan",
   1906   1.151.2.3   nathanw 	    "UIA-10 remote control",
   1907   1.151.2.3   nathanw 	},
   1908   1.151.2.3   nathanw 	{
   1909  1.151.2.12   nathanw 	    USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_UIA11,
   1910  1.151.2.12   nathanw 	    0,
   1911  1.151.2.12   nathanw 	    "Keyspan",
   1912  1.151.2.12   nathanw 	    "UIA-11 remote control",
   1913  1.151.2.12   nathanw 	},
   1914  1.151.2.12   nathanw 	{
   1915   1.151.2.6   nathanw 	    USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_XX1,
   1916   1.151.2.6   nathanw 	    0,
   1917   1.151.2.6   nathanw 	    "Kingston Technology",
   1918   1.151.2.6   nathanw 	    "Ethernet Adapter",
   1919   1.151.2.6   nathanw 	},
   1920   1.151.2.6   nathanw 	{
   1921       1.123  augustss 	    USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX,
   1922       1.123  augustss 	    0,
   1923       1.123  augustss 	    "Kingston Technology",
   1924       1.123  augustss 	    "KNU101TX USB Ethernet",
   1925       1.123  augustss 	},
   1926       1.123  augustss 	{
   1927        1.79  augustss 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220,
   1928        1.79  augustss 	    0,
   1929   1.151.2.7   nathanw 	    "Eastman Kodak",
   1930        1.79  augustss 	    "Digital Science DC220",
   1931        1.79  augustss 	},
   1932        1.79  augustss 	{
   1933        1.67  augustss 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC260,
   1934        1.40  augustss 	    0,
   1935   1.151.2.7   nathanw 	    "Eastman Kodak",
   1936        1.67  augustss 	    "Digital Science DC260",
   1937        1.40  augustss 	},
   1938        1.40  augustss 	{
   1939        1.73  augustss 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC265,
   1940        1.73  augustss 	    0,
   1941   1.151.2.7   nathanw 	    "Eastman Kodak",
   1942        1.73  augustss 	    "Digital Science DC265",
   1943        1.73  augustss 	},
   1944        1.73  augustss 	{
   1945        1.73  augustss 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC290,
   1946        1.73  augustss 	    0,
   1947   1.151.2.7   nathanw 	    "Eastman Kodak",
   1948        1.73  augustss 	    "Digital Science DC290",
   1949        1.73  augustss 	},
   1950        1.73  augustss 	{
   1951        1.67  augustss 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC240,
   1952        1.25  augustss 	    0,
   1953   1.151.2.7   nathanw 	    "Eastman Kodak",
   1954        1.67  augustss 	    "Digital Science DC240",
   1955        1.25  augustss 	},
   1956        1.25  augustss 	{
   1957        1.67  augustss 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC280,
   1958        1.40  augustss 	    0,
   1959   1.151.2.7   nathanw 	    "Eastman Kodak",
   1960        1.67  augustss 	    "Digital Science DC280",
   1961        1.40  augustss 	},
   1962        1.40  augustss 	{
   1963        1.67  augustss 	    USB_VENDOR_KONICA, USB_PRODUCT_KONICA_CAMERA,
   1964        1.12  augustss 	    0,
   1965   1.151.2.7   nathanw 	    "Konica",
   1966        1.67  augustss 	    "Digital Color Camera",
   1967        1.12  augustss 	},
   1968        1.12  augustss 	{
   1969        1.67  augustss 	    USB_VENDOR_KYE, USB_PRODUCT_KYE_NICHE,
   1970        1.47   nathanw 	    0,
   1971   1.151.2.7   nathanw 	    "KYE Systems",
   1972        1.67  augustss 	    "Niche mouse",
   1973        1.81  jdolecek 	},
   1974        1.81  jdolecek 	{
   1975        1.81  jdolecek 	    USB_VENDOR_KYE, USB_PRODUCT_KYE_NETSCROLL,
   1976        1.81  jdolecek 	    0,
   1977   1.151.2.7   nathanw 	    "KYE Systems",
   1978        1.81  jdolecek 	    "Genius NetScroll mouse",
   1979        1.47   nathanw 	},
   1980        1.47   nathanw 	{
   1981        1.67  augustss 	    USB_VENDOR_KYE, USB_PRODUCT_KYE_FLIGHT2000,
   1982        1.44  augustss 	    0,
   1983   1.151.2.7   nathanw 	    "KYE Systems",
   1984        1.67  augustss 	    "Flight 2000 joystick",
   1985        1.44  augustss 	},
   1986        1.44  augustss 	{
   1987       1.111  augustss 	    USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO,
   1988       1.111  augustss 	    0,
   1989   1.151.2.7   nathanw 	    "KYE Systems",
   1990       1.111  augustss 	    "ColorPage Vivid-Pro scanner",
   1991       1.111  augustss 	},
   1992       1.111  augustss 	{
   1993   1.151.2.2   nathanw 	    USB_VENDOR_LACIE, USB_PRODUCT_LACIE_HD,
   1994   1.151.2.2   nathanw 	    0,
   1995   1.151.2.2   nathanw 	    "LaCie",
   1996   1.151.2.2   nathanw 	    "Hard Disk",
   1997   1.151.2.2   nathanw 	},
   1998   1.151.2.2   nathanw 	{
   1999       1.108  augustss 	    USB_VENDOR_LACIE, USB_PRODUCT_LACIE_CDRW,
   2000       1.108  augustss 	    0,
   2001       1.108  augustss 	    "LaCie",
   2002       1.108  augustss 	    "CD R/W",
   2003       1.108  augustss 	},
   2004       1.108  augustss 	{
   2005   1.151.2.2   nathanw 	    USB_VENDOR_LEXAR, USB_PRODUCT_LEXAR_JUMPSHOT,
   2006   1.151.2.2   nathanw 	    0,
   2007   1.151.2.2   nathanw 	    "Lexar Media",
   2008   1.151.2.2   nathanw 	    "jumpSHOT CompactFlash Reader",
   2009   1.151.2.2   nathanw 	},
   2010   1.151.2.2   nathanw 	{
   2011        1.67  augustss 	    USB_VENDOR_LEXMARK, USB_PRODUCT_LEXMARK_S2450,
   2012        1.60  augustss 	    0,
   2013   1.151.2.7   nathanw 	    "Lexmark International",
   2014        1.67  augustss 	    "Optra S 2450",
   2015        1.74  augustss 	},
   2016        1.74  augustss 	{
   2017   1.151.2.2   nathanw 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_MAUSB2,
   2018   1.151.2.2   nathanw 	    0,
   2019   1.151.2.7   nathanw 	    "Linksys",
   2020   1.151.2.2   nathanw 	    "Camedia MAUSB-2",
   2021   1.151.2.2   nathanw 	},
   2022   1.151.2.2   nathanw 	{
   2023   1.151.2.3   nathanw 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TX1,
   2024   1.151.2.3   nathanw 	    0,
   2025   1.151.2.7   nathanw 	    "Linksys",
   2026   1.151.2.3   nathanw 	    "USB10TX",
   2027   1.151.2.3   nathanw 	},
   2028   1.151.2.3   nathanw 	{
   2029        1.74  augustss 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10T,
   2030        1.74  augustss 	    0,
   2031   1.151.2.7   nathanw 	    "Linksys",
   2032        1.74  augustss 	    "USB10T Ethernet",
   2033        1.60  augustss 	},
   2034        1.60  augustss 	{
   2035        1.69  augustss 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB100TX,
   2036        1.69  augustss 	    0,
   2037   1.151.2.7   nathanw 	    "Linksys",
   2038        1.69  augustss 	    "USB100TX Ethernet",
   2039        1.98  augustss 	},
   2040        1.98  augustss 	{
   2041        1.98  augustss 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB100H1,
   2042        1.98  augustss 	    0,
   2043   1.151.2.7   nathanw 	    "Linksys",
   2044        1.98  augustss 	    "USB100H1 Ethernet/HPNA",
   2045        1.69  augustss 	},
   2046        1.69  augustss 	{
   2047        1.89  augustss 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TA,
   2048        1.89  augustss 	    0,
   2049   1.151.2.7   nathanw 	    "Linksys",
   2050        1.89  augustss 	    "USB10TA Ethernet",
   2051        1.89  augustss 	},
   2052        1.89  augustss 	{
   2053  1.151.2.10   nathanw 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_WUSB11,
   2054  1.151.2.10   nathanw 	    0,
   2055  1.151.2.10   nathanw 	    "Linksys",
   2056  1.151.2.10   nathanw 	    "WUSB11 Wireless USB Network Adapter",
   2057  1.151.2.10   nathanw 	},
   2058  1.151.2.10   nathanw 	{
   2059  1.151.2.10   nathanw 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_WUSB11_25,
   2060  1.151.2.10   nathanw 	    0,
   2061  1.151.2.10   nathanw 	    "Linksys",
   2062  1.151.2.10   nathanw 	    "WUSB11 Wireless USB Network Adapter (version 2.5)",
   2063  1.151.2.10   nathanw 	},
   2064  1.151.2.10   nathanw 	{
   2065   1.151.2.3   nathanw 	    USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TX2,
   2066   1.151.2.3   nathanw 	    0,
   2067   1.151.2.7   nathanw 	    "Linksys",
   2068   1.151.2.3   nathanw 	    "USB10TX",
   2069   1.151.2.3   nathanw 	},
   2070   1.151.2.3   nathanw 	{
   2071        1.13  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_M2452,
   2072        1.13  augustss 	    0,
   2073   1.151.2.7   nathanw 	    "Logitech",
   2074        1.13  augustss 	    "M2452 keyboard",
   2075        1.13  augustss 	},
   2076        1.13  augustss 	{
   2077        1.13  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_M4848,
   2078        1.13  augustss 	    0,
   2079   1.151.2.7   nathanw 	    "Logitech",
   2080        1.13  augustss 	    "M4848 mouse",
   2081        1.32  augustss 	},
   2082        1.32  augustss 	{
   2083        1.99     soren 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_PAGESCAN,
   2084        1.99     soren 	    0,
   2085   1.151.2.7   nathanw 	    "Logitech",
   2086        1.99     soren 	    "PageScan",
   2087        1.99     soren 	},
   2088        1.99     soren 	{
   2089        1.99     soren 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAMWEB,
   2090        1.42  augustss 	    0,
   2091   1.151.2.7   nathanw 	    "Logitech",
   2092        1.99     soren 	    "QuickCam Web",
   2093        1.59  augustss 	},
   2094        1.59  augustss 	{
   2095        1.59  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAMPRO,
   2096        1.59  augustss 	    0,
   2097   1.151.2.7   nathanw 	    "Logitech",
   2098        1.59  augustss 	    "QuickCam Pro",
   2099        1.42  augustss 	},
   2100        1.42  augustss 	{
   2101        1.99     soren 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAMEXP,
   2102        1.99     soren 	    0,
   2103   1.151.2.7   nathanw 	    "Logitech",
   2104        1.99     soren 	    "QuickCam Express",
   2105        1.99     soren 	},
   2106        1.99     soren 	{
   2107        1.99     soren 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAM,
   2108        1.99     soren 	    0,
   2109   1.151.2.7   nathanw 	    "Logitech",
   2110        1.99     soren 	    "QuickCam",
   2111  1.151.2.14   nathanw 	},
   2112  1.151.2.14   nathanw 	{
   2113  1.151.2.14   nathanw 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAMPRO3k,
   2114  1.151.2.14   nathanw 	    0,
   2115  1.151.2.14   nathanw 	    "Logitech",
   2116  1.151.2.14   nathanw 	    "QuickCam Pro 3000",
   2117        1.99     soren 	},
   2118        1.99     soren 	{
   2119        1.79  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_N43,
   2120        1.79  augustss 	    0,
   2121   1.151.2.7   nathanw 	    "Logitech",
   2122        1.79  augustss 	    "N43",
   2123        1.79  augustss 	},
   2124        1.79  augustss 	{
   2125        1.44  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_N48,
   2126        1.44  augustss 	    0,
   2127   1.151.2.7   nathanw 	    "Logitech",
   2128        1.44  augustss 	    "N48 mouse",
   2129        1.44  augustss 	},
   2130        1.44  augustss 	{
   2131        1.44  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_MBA47,
   2132        1.32  augustss 	    0,
   2133   1.151.2.7   nathanw 	    "Logitech",
   2134        1.44  augustss 	    "M-BA47 mouse",
   2135         1.1  augustss 	},
   2136         1.1  augustss 	{
   2137        1.79  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMMOUSE,
   2138        1.79  augustss 	    0,
   2139   1.151.2.7   nathanw 	    "Logitech",
   2140        1.79  augustss 	    "WingMan Gaming Mouse",
   2141       1.134  augustss 	},
   2142       1.134  augustss 	{
   2143       1.134  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_BD58,
   2144       1.134  augustss 	    0,
   2145   1.151.2.7   nathanw 	    "Logitech",
   2146       1.134  augustss 	    "BD58 mouse",
   2147       1.110  augustss 	},
   2148       1.110  augustss 	{
   2149   1.151.2.2   nathanw 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_UN58A,
   2150   1.151.2.2   nathanw 	    0,
   2151   1.151.2.7   nathanw 	    "Logitech",
   2152   1.151.2.2   nathanw 	    "iFeel Mouse",
   2153   1.151.2.2   nathanw 	},
   2154   1.151.2.2   nathanw 	{
   2155  1.151.2.12   nathanw 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMFFGP,
   2156  1.151.2.12   nathanw 	    0,
   2157  1.151.2.12   nathanw 	    "Logitech",
   2158  1.151.2.12   nathanw 	    "WingMan Formula Force GP (GT-Force)",
   2159  1.151.2.12   nathanw 	},
   2160  1.151.2.12   nathanw 	{
   2161       1.110  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_BB13,
   2162       1.110  augustss 	    0,
   2163   1.151.2.7   nathanw 	    "Logitech",
   2164       1.110  augustss 	    "USB-PS/2 Trackball",
   2165        1.79  augustss 	},
   2166        1.79  augustss 	{
   2167  1.151.2.12   nathanw 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_BB18,
   2168  1.151.2.12   nathanw 	    0,
   2169  1.151.2.12   nathanw 	    "Logitech",
   2170  1.151.2.12   nathanw 	    "TrackMan Wheel",
   2171  1.151.2.12   nathanw 	},
   2172  1.151.2.12   nathanw 	{
   2173        1.79  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMPAD,
   2174        1.79  augustss 	    0,
   2175   1.151.2.7   nathanw 	    "Logitech",
   2176        1.79  augustss 	    "WingMan GamePad Extreme",
   2177        1.79  augustss 	},
   2178        1.79  augustss 	{
   2179        1.79  augustss 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMJOY,
   2180        1.79  augustss 	    0,
   2181   1.151.2.7   nathanw 	    "Logitech",
   2182        1.79  augustss 	    "WingMan Force joystick",
   2183        1.79  augustss 	},
   2184        1.79  augustss 	{
   2185   1.151.2.1   nathanw 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_RK53,
   2186   1.151.2.1   nathanw 	    0,
   2187   1.151.2.7   nathanw 	    "Logitech",
   2188   1.151.2.1   nathanw 	    "Cordless mouse",
   2189   1.151.2.1   nathanw 	},
   2190   1.151.2.1   nathanw 	{
   2191   1.151.2.1   nathanw 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_RB6,
   2192   1.151.2.1   nathanw 	    0,
   2193   1.151.2.7   nathanw 	    "Logitech",
   2194   1.151.2.1   nathanw 	    "Cordless keyboard",
   2195   1.151.2.1   nathanw 	},
   2196   1.151.2.1   nathanw 	{
   2197   1.151.2.7   nathanw 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_CDO,
   2198   1.151.2.7   nathanw 	    0,
   2199   1.151.2.7   nathanw 	    "Logitech",
   2200   1.151.2.7   nathanw 	    "Cordless Desktop Optical",
   2201   1.151.2.7   nathanw 	},
   2202   1.151.2.7   nathanw 	{
   2203        1.99     soren 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAMPRO2,
   2204        1.99     soren 	    0,
   2205   1.151.2.7   nathanw 	    "Logitech",
   2206        1.99     soren 	    "QuickCam Pro",
   2207        1.99     soren 	},
   2208        1.99     soren 	{
   2209        1.67  augustss 	    USB_VENDOR_LUCENT, USB_PRODUCT_LUCENT_EVALKIT,
   2210        1.39  augustss 	    0,
   2211        1.67  augustss 	    "Lucent",
   2212        1.67  augustss 	    "USS-720 evaluation kit",
   2213        1.39  augustss 	},
   2214        1.39  augustss 	{
   2215        1.67  augustss 	    USB_VENDOR_MACALLY, USB_PRODUCT_MACALLY_MOUSE1,
   2216         1.1  augustss 	    0,
   2217        1.67  augustss 	    "Macally",
   2218         1.1  augustss 	    "mouse",
   2219         1.1  augustss 	},
   2220         1.1  augustss 	{
   2221        1.95  augustss 	    USB_VENDOR_MCT, USB_PRODUCT_MCT_HUB0100,
   2222        1.95  augustss 	    0,
   2223   1.151.2.7   nathanw 	    "MCT",
   2224        1.95  augustss 	    "Hub",
   2225        1.95  augustss 	},
   2226        1.95  augustss 	{
   2227   1.151.2.7   nathanw 	    USB_VENDOR_MCT, USB_PRODUCT_MCT_DU_H3SP_USB232,
   2228   1.151.2.7   nathanw 	    0,
   2229   1.151.2.7   nathanw 	    "MCT",
   2230   1.151.2.7   nathanw 	    "D-Link DU-H3SP USB BAY Hub",
   2231   1.151.2.7   nathanw 	},
   2232   1.151.2.7   nathanw 	{
   2233        1.95  augustss 	    USB_VENDOR_MCT, USB_PRODUCT_MCT_USB232,
   2234        1.95  augustss 	    0,
   2235   1.151.2.7   nathanw 	    "MCT",
   2236        1.95  augustss 	    "USB-232 Interface",
   2237        1.95  augustss 	},
   2238        1.95  augustss 	{
   2239   1.151.2.1   nathanw 	    USB_VENDOR_MCT, USB_PRODUCT_MCT_SITECOM_USB232,
   2240   1.151.2.1   nathanw 	    0,
   2241   1.151.2.7   nathanw 	    "MCT",
   2242   1.151.2.1   nathanw 	    "Sitecom USB-232 Products",
   2243   1.151.2.1   nathanw 	},
   2244   1.151.2.1   nathanw 	{
   2245   1.151.2.8   nathanw 	    USB_VENDOR_MCT, USB_PRODUCT_MCT_ML_4500,
   2246   1.151.2.8   nathanw 	    0,
   2247   1.151.2.8   nathanw 	    "MCT",
   2248   1.151.2.8   nathanw 	    "ML-4500",
   2249   1.151.2.8   nathanw 	},
   2250   1.151.2.8   nathanw 	{
   2251       1.136  augustss 	    USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUATX1,
   2252        1.67  augustss 	    0,
   2253   1.151.2.7   nathanw 	    "Melco",
   2254       1.136  augustss 	    "LUA-TX Ethernet",
   2255       1.136  augustss 	},
   2256       1.136  augustss 	{
   2257       1.136  augustss 	    USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUATX5,
   2258       1.136  augustss 	    0,
   2259   1.151.2.7   nathanw 	    "Melco",
   2260       1.136  augustss 	    "LUA-TX Ethernet",
   2261        1.67  augustss 	},
   2262        1.67  augustss 	{
   2263   1.151.2.3   nathanw 	    USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUA2TX5,
   2264   1.151.2.3   nathanw 	    0,
   2265   1.151.2.7   nathanw 	    "Melco",
   2266   1.151.2.3   nathanw 	    "LUA2-TX Ethernet",
   2267   1.151.2.3   nathanw 	},
   2268   1.151.2.3   nathanw 	{
   2269  1.151.2.10   nathanw 	    USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAKTX,
   2270  1.151.2.10   nathanw 	    0,
   2271  1.151.2.10   nathanw 	    "Melco",
   2272  1.151.2.10   nathanw 	    "LUA-KTX Ethernet",
   2273  1.151.2.18   nathanw 	},
   2274  1.151.2.18   nathanw 	{
   2275  1.151.2.18   nathanw 	    USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KS11G,
   2276  1.151.2.18   nathanw 	    0,
   2277  1.151.2.18   nathanw 	    "Melco",
   2278  1.151.2.18   nathanw 	    "WLI-USB-KS11G USB-wlan",
   2279  1.151.2.10   nathanw 	},
   2280  1.151.2.10   nathanw 	{
   2281       1.126  explorer 	    USB_VENDOR_METRICOM, USB_PRODUCT_METRICOM_RICOCHET_GS,
   2282       1.126  explorer 	    0,
   2283       1.126  explorer 	    "Metricom",
   2284       1.126  explorer 	    "Ricochet GS",
   2285       1.126  explorer 	},
   2286       1.126  explorer 	{
   2287        1.79  augustss 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_SIDEPREC,
   2288        1.79  augustss 	    0,
   2289        1.79  augustss 	    "Microsoft",
   2290        1.79  augustss 	    "SideWinder Precision Pro",
   2291        1.79  augustss 	},
   2292        1.79  augustss 	{
   2293        1.67  augustss 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_INTELLIMOUSE,
   2294        1.67  augustss 	    0,
   2295        1.67  augustss 	    "Microsoft",
   2296        1.67  augustss 	    "IntelliMouse",
   2297        1.67  augustss 	},
   2298        1.67  augustss 	{
   2299        1.67  augustss 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_NATURALKBD,
   2300        1.67  augustss 	    0,
   2301        1.67  augustss 	    "Microsoft",
   2302        1.67  augustss 	    "Natural Keyboard Elite",
   2303        1.67  augustss 	},
   2304        1.67  augustss 	{
   2305        1.67  augustss 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_DDS80,
   2306        1.67  augustss 	    0,
   2307        1.67  augustss 	    "Microsoft",
   2308        1.67  augustss 	    "Digital Sound System 80",
   2309        1.67  augustss 	},
   2310        1.67  augustss 	{
   2311        1.73  augustss 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_SIDEWINDER,
   2312        1.73  augustss 	    0,
   2313        1.73  augustss 	    "Microsoft",
   2314        1.73  augustss 	    "Sidewinder Precision Racing Wheel",
   2315        1.78  augustss 	},
   2316        1.78  augustss 	{
   2317  1.151.2.12   nathanw 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_TBEXPLORER,
   2318  1.151.2.12   nathanw 	    0,
   2319  1.151.2.12   nathanw 	    "Microsoft",
   2320  1.151.2.12   nathanw 	    "Trackball Explorer",
   2321  1.151.2.12   nathanw 	},
   2322  1.151.2.12   nathanw 	{
   2323        1.79  augustss 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_INTELLIEYE,
   2324        1.79  augustss 	    0,
   2325        1.79  augustss 	    "Microsoft",
   2326        1.79  augustss 	    "IntelliEye mouse",
   2327        1.79  augustss 	},
   2328        1.79  augustss 	{
   2329        1.78  augustss 	    USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_INETPRO,
   2330        1.78  augustss 	    0,
   2331        1.78  augustss 	    "Microsoft",
   2332        1.78  augustss 	    "Internet Keyboard Pro",
   2333        1.73  augustss 	},
   2334        1.73  augustss 	{
   2335   1.151.2.2   nathanw 	    USB_VENDOR_MICROTECH, USB_PRODUCT_MICROTECH_SCSIDB25,
   2336   1.151.2.2   nathanw 	    0,
   2337   1.151.2.2   nathanw 	    "Microtech",
   2338   1.151.2.2   nathanw 	    "USB-SCSI-DB25",
   2339   1.151.2.2   nathanw 	},
   2340   1.151.2.2   nathanw 	{
   2341   1.151.2.2   nathanw 	    USB_VENDOR_MICROTECH, USB_PRODUCT_MICROTECH_SCSIHD50,
   2342   1.151.2.2   nathanw 	    0,
   2343   1.151.2.2   nathanw 	    "Microtech",
   2344   1.151.2.2   nathanw 	    "USB-SCSI-HD50",
   2345   1.151.2.2   nathanw 	},
   2346   1.151.2.2   nathanw 	{
   2347   1.151.2.1   nathanw 	    USB_VENDOR_MICROTECH, USB_PRODUCT_MICROTECH_DPCM,
   2348   1.151.2.1   nathanw 	    0,
   2349   1.151.2.1   nathanw 	    "Microtech",
   2350   1.151.2.1   nathanw 	    "USB CameraMate",
   2351   1.151.2.1   nathanw 	},
   2352   1.151.2.1   nathanw 	{
   2353   1.151.2.2   nathanw 	    USB_VENDOR_MICROTECH, USB_PRODUCT_MICROTECH_FREECOM,
   2354   1.151.2.2   nathanw 	    0,
   2355   1.151.2.2   nathanw 	    "Microtech",
   2356   1.151.2.2   nathanw 	    "Freecom USB-IDE",
   2357   1.151.2.2   nathanw 	},
   2358   1.151.2.2   nathanw 	{
   2359       1.138  augustss 	    USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_336CX,
   2360       1.138  augustss 	    0,
   2361       1.138  augustss 	    "Microtek",
   2362       1.138  augustss 	    "Phantom 336CX - C3 scanner",
   2363       1.138  augustss 	},
   2364       1.138  augustss 	{
   2365       1.111  augustss 	    USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_X6U,
   2366       1.111  augustss 	    0,
   2367       1.111  augustss 	    "Microtek",
   2368       1.111  augustss 	    "ScanMaker X6 - X6U",
   2369       1.111  augustss 	},
   2370       1.111  augustss 	{
   2371       1.138  augustss 	    USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_C6,
   2372       1.111  augustss 	    0,
   2373       1.111  augustss 	    "Microtek",
   2374       1.138  augustss 	    "Phantom C6 scanner",
   2375       1.111  augustss 	},
   2376       1.111  augustss 	{
   2377       1.111  augustss 	    USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_336CX2,
   2378       1.111  augustss 	    0,
   2379       1.111  augustss 	    "Microtek",
   2380       1.111  augustss 	    "Phantom 336CX - C3 scanner",
   2381       1.111  augustss 	},
   2382       1.111  augustss 	{
   2383       1.111  augustss 	    USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_V6USL,
   2384       1.111  augustss 	    0,
   2385       1.111  augustss 	    "Microtek",
   2386       1.111  augustss 	    "ScanMaker V6USL",
   2387       1.111  augustss 	},
   2388       1.111  augustss 	{
   2389       1.111  augustss 	    USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_V6USL2,
   2390       1.111  augustss 	    0,
   2391       1.111  augustss 	    "Microtek",
   2392       1.111  augustss 	    "ScanMaker V6USL",
   2393       1.111  augustss 	},
   2394       1.111  augustss 	{
   2395       1.111  augustss 	    USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_V6UL,
   2396       1.111  augustss 	    0,
   2397       1.111  augustss 	    "Microtek",
   2398       1.111  augustss 	    "ScanMaker V6UL",
   2399       1.111  augustss 	},
   2400       1.111  augustss 	{
   2401        1.67  augustss 	    USB_VENDOR_MIDIMAN, USB_PRODUCT_MIDIMAN_MIDISPORT2X2,
   2402        1.67  augustss 	    0,
   2403        1.67  augustss 	    "Midiman",
   2404        1.67  augustss 	    "Midisport 2x2",
   2405        1.67  augustss 	},
   2406        1.67  augustss 	{
   2407   1.151.2.9   nathanw 	    USB_VENDOR_MINDSATWORK, USB_PRODUCT_MINDSATWORK_DW,
   2408   1.151.2.9   nathanw 	    0,
   2409   1.151.2.9   nathanw 	    "Minds At Work",
   2410   1.151.2.9   nathanw 	    "Digital Wallet",
   2411   1.151.2.9   nathanw 	},
   2412   1.151.2.9   nathanw 	{
   2413   1.151.2.9   nathanw 	    USB_VENDOR_MINOLTA, USB_PRODUCT_MINOLTA_S304,
   2414   1.151.2.9   nathanw 	    0,
   2415   1.151.2.9   nathanw 	    "Minolta",
   2416   1.151.2.9   nathanw 	    "Dimage S304",
   2417   1.151.2.9   nathanw 	},
   2418   1.151.2.9   nathanw 	{
   2419   1.151.2.9   nathanw 	    USB_VENDOR_MINOLTA, USB_PRODUCT_MINOLTA_X,
   2420   1.151.2.9   nathanw 	    0,
   2421   1.151.2.9   nathanw 	    "Minolta",
   2422   1.151.2.9   nathanw 	    "Dimage X",
   2423   1.151.2.9   nathanw 	},
   2424   1.151.2.9   nathanw 	{
   2425   1.151.2.2   nathanw 	    USB_VENDOR_MITSUMI, USB_PRODUCT_MITSUMI_CDRRW,
   2426   1.151.2.2   nathanw 	    0,
   2427   1.151.2.2   nathanw 	    "Mitsumi",
   2428   1.151.2.2   nathanw 	    "CD-R/RW Drive",
   2429   1.151.2.2   nathanw 	},
   2430   1.151.2.2   nathanw 	{
   2431  1.151.2.12   nathanw 	    USB_VENDOR_MITSUMI, USB_PRODUCT_MITSUMI_MOUSE,
   2432  1.151.2.12   nathanw 	    0,
   2433  1.151.2.12   nathanw 	    "Mitsumi",
   2434  1.151.2.12   nathanw 	    "Mouse",
   2435  1.151.2.12   nathanw 	},
   2436  1.151.2.12   nathanw 	{
   2437   1.151.2.9   nathanw 	    USB_VENDOR_MITSUMI, USB_PRODUCT_MITSUMI_FDD,
   2438   1.151.2.9   nathanw 	    0,
   2439   1.151.2.9   nathanw 	    "Mitsumi",
   2440   1.151.2.9   nathanw 	    "FDD",
   2441   1.151.2.9   nathanw 	},
   2442   1.151.2.9   nathanw 	{
   2443   1.151.2.6   nathanw 	    USB_VENDOR_MOBILITY, USB_PRODUCT_MOBILITY_EA,
   2444   1.151.2.6   nathanw 	    0,
   2445   1.151.2.6   nathanw 	    "Mobility",
   2446   1.151.2.6   nathanw 	    "Ethernet Adapter",
   2447   1.151.2.6   nathanw 	},
   2448   1.151.2.6   nathanw 	{
   2449        1.67  augustss 	    USB_VENDOR_MOTOROLA, USB_PRODUCT_MOTOROLA_MC141555,
   2450        1.24  augustss 	    0,
   2451        1.67  augustss 	    "Motorola",
   2452        1.67  augustss 	    "MC141555 hub controller",
   2453        1.24  augustss 	},
   2454        1.24  augustss 	{
   2455        1.40  augustss 	    USB_VENDOR_MULTITECH, USB_PRODUCT_MULTITECH_ATLAS,
   2456        1.38  augustss 	    0,
   2457        1.38  augustss 	    "MultiTech",
   2458        1.40  augustss 	    "MT5634ZBA-USB modem",
   2459        1.38  augustss 	},
   2460        1.38  augustss 	{
   2461       1.111  augustss 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CU,
   2462       1.111  augustss 	    0,
   2463   1.151.2.7   nathanw 	    "Mustek Systems",
   2464       1.111  augustss 	    "1200 CU scanner",
   2465       1.111  augustss 	},
   2466       1.111  augustss 	{
   2467       1.125  augustss 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_600CU,
   2468       1.125  augustss 	    0,
   2469   1.151.2.7   nathanw 	    "Mustek Systems",
   2470       1.125  augustss 	    "600 CU scanner",
   2471       1.125  augustss 	},
   2472       1.125  augustss 	{
   2473       1.125  augustss 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200USB,
   2474       1.125  augustss 	    0,
   2475   1.151.2.7   nathanw 	    "Mustek Systems",
   2476       1.125  augustss 	    "1200 USB scanner",
   2477       1.125  augustss 	},
   2478       1.125  augustss 	{
   2479       1.125  augustss 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200UB,
   2480       1.125  augustss 	    0,
   2481   1.151.2.7   nathanw 	    "Mustek Systems",
   2482       1.125  augustss 	    "1200 UB scanner",
   2483       1.125  augustss 	},
   2484       1.125  augustss 	{
   2485   1.151.2.8   nathanw 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200USBPLUS,
   2486   1.151.2.8   nathanw 	    0,
   2487   1.151.2.8   nathanw 	    "Mustek Systems",
   2488   1.151.2.8   nathanw 	    "1200 USB Plus scanner",
   2489   1.151.2.8   nathanw 	},
   2490   1.151.2.8   nathanw 	{
   2491   1.151.2.8   nathanw 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CUPLUS,
   2492   1.151.2.8   nathanw 	    0,
   2493   1.151.2.8   nathanw 	    "Mustek Systems",
   2494   1.151.2.8   nathanw 	    "1200 CU Plus scanner",
   2495   1.151.2.8   nathanw 	},
   2496   1.151.2.8   nathanw 	{
   2497   1.151.2.8   nathanw 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_BEARPAW1200F,
   2498   1.151.2.8   nathanw 	    0,
   2499   1.151.2.8   nathanw 	    "Mustek Systems",
   2500   1.151.2.8   nathanw 	    "BearPaw 1200F scanner",
   2501   1.151.2.8   nathanw 	},
   2502   1.151.2.8   nathanw 	{
   2503   1.151.2.8   nathanw 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_600USB,
   2504   1.151.2.8   nathanw 	    0,
   2505   1.151.2.8   nathanw 	    "Mustek Systems",
   2506   1.151.2.8   nathanw 	    "600 USB scanner",
   2507   1.151.2.8   nathanw 	},
   2508   1.151.2.8   nathanw 	{
   2509        1.67  augustss 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_MDC800,
   2510        1.67  augustss 	    0,
   2511   1.151.2.7   nathanw 	    "Mustek Systems",
   2512        1.67  augustss 	    "MDC-800 digital camera",
   2513        1.67  augustss 	},
   2514        1.67  augustss 	{
   2515       1.150     soren 	    USB_VENDOR_MSYSTEMS, USB_PRODUCT_MSYSTEMS_DISKONKEY,
   2516       1.150     soren 	    0,
   2517       1.150     soren 	    "M-Systems",
   2518       1.150     soren 	    "DiskOnKey",
   2519       1.150     soren 	},
   2520       1.150     soren 	{
   2521   1.151.2.8   nathanw 	    USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW1200,
   2522       1.125  augustss 	    0,
   2523       1.125  augustss 	    "National Semiconductor",
   2524       1.125  augustss 	    "BearPaw 1200",
   2525       1.125  augustss 	},
   2526       1.125  augustss 	{
   2527   1.151.2.8   nathanw 	    USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW2400,
   2528   1.151.2.8   nathanw 	    0,
   2529   1.151.2.8   nathanw 	    "National Semiconductor",
   2530   1.151.2.8   nathanw 	    "BearPaw 2400",
   2531   1.151.2.8   nathanw 	},
   2532   1.151.2.8   nathanw 	{
   2533        1.67  augustss 	    USB_VENDOR_NEC, USB_PRODUCT_NEC_HUB,
   2534        1.67  augustss 	    0,
   2535        1.67  augustss 	    "NEC",
   2536        1.67  augustss 	    "hub",
   2537        1.67  augustss 	},
   2538        1.67  augustss 	{
   2539        1.67  augustss 	    USB_VENDOR_NEC, USB_PRODUCT_NEC_HUB_B,
   2540        1.67  augustss 	    0,
   2541        1.67  augustss 	    "NEC",
   2542        1.67  augustss 	    "hub",
   2543        1.67  augustss 	},
   2544        1.67  augustss 	{
   2545   1.151.2.8   nathanw 	    USB_VENDOR_NEC2, USB_PRODUCT_NEC2_HUB2_0,
   2546   1.151.2.8   nathanw 	    0,
   2547   1.151.2.8   nathanw 	    "NEC",
   2548   1.151.2.8   nathanw 	    "USB2.0 Hub Controller",
   2549  1.151.2.23   thorpej 	},
   2550  1.151.2.23   thorpej 	{
   2551  1.151.2.23   thorpej 	    USB_VENDOR_NEODIO, USB_PRODUCT_NEODIO_ND3050,
   2552  1.151.2.23   thorpej 	    0,
   2553  1.151.2.23   thorpej 	    "Neodio",
   2554  1.151.2.23   thorpej 	    "6-in-1 Flash Device Controller",
   2555   1.151.2.8   nathanw 	},
   2556   1.151.2.8   nathanw 	{
   2557  1.151.2.15   nathanw 	    USB_VENDOR_NEODIO, USB_PRODUCT_NEODIO_ND5010,
   2558  1.151.2.15   nathanw 	    0,
   2559  1.151.2.15   nathanw 	    "Neodio",
   2560  1.151.2.15   nathanw 	    "Multi-format Flash Controller",
   2561  1.151.2.15   nathanw 	},
   2562  1.151.2.15   nathanw 	{
   2563        1.70  augustss 	    USB_VENDOR_NETCHIP, USB_PRODUCT_NETCHIP_TURBOCONNECT,
   2564        1.70  augustss 	    0,
   2565        1.70  augustss 	    "NetChip Technology",
   2566        1.70  augustss 	    "Turbo-Connect",
   2567        1.70  augustss 	},
   2568        1.70  augustss 	{
   2569   1.151.2.9   nathanw 	    USB_VENDOR_NETCHIP, USB_PRODUCT_NETCHIP_CLIK40,
   2570   1.151.2.9   nathanw 	    0,
   2571   1.151.2.9   nathanw 	    "NetChip Technology",
   2572   1.151.2.9   nathanw 	    "Clik! 40",
   2573   1.151.2.9   nathanw 	},
   2574   1.151.2.9   nathanw 	{
   2575        1.70  augustss 	    USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_EA101,
   2576        1.70  augustss 	    0,
   2577   1.151.2.7   nathanw 	    "BayNETGEAR",
   2578        1.70  augustss 	    "Ethernet adapter",
   2579        1.70  augustss 	},
   2580        1.70  augustss 	{
   2581   1.151.2.6   nathanw 	    USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_EA101X,
   2582   1.151.2.6   nathanw 	    0,
   2583   1.151.2.7   nathanw 	    "BayNETGEAR",
   2584   1.151.2.6   nathanw 	    "Ethernet adapter",
   2585   1.151.2.6   nathanw 	},
   2586   1.151.2.6   nathanw 	{
   2587  1.151.2.17   nathanw 	    USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA101,
   2588  1.151.2.17   nathanw 	    0,
   2589  1.151.2.17   nathanw 	    "BayNETGEAR",
   2590  1.151.2.17   nathanw 	    "10/100 Ethernet",
   2591  1.151.2.17   nathanw 	},
   2592  1.151.2.17   nathanw 	{
   2593       1.145  augustss 	    USB_VENDOR_NIKON, USB_PRODUCT_NIKON_E990,
   2594       1.145  augustss 	    0,
   2595       1.145  augustss 	    "Nikon",
   2596       1.145  augustss 	    "Digital Camera E990",
   2597       1.145  augustss 	},
   2598       1.145  augustss 	{
   2599   1.151.2.8   nathanw 	    USB_VENDOR_NIKON, USB_PRODUCT_NIKON_E880,
   2600   1.151.2.8   nathanw 	    0,
   2601   1.151.2.8   nathanw 	    "Nikon",
   2602   1.151.2.8   nathanw 	    "Digital Camera E880",
   2603   1.151.2.8   nathanw 	},
   2604   1.151.2.8   nathanw 	{
   2605   1.151.2.8   nathanw 	    USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C1,
   2606   1.151.2.8   nathanw 	    0,
   2607   1.151.2.8   nathanw 	    "Olympus",
   2608   1.151.2.8   nathanw 	    "C-1 Digital Camera",
   2609   1.151.2.8   nathanw 	},
   2610   1.151.2.8   nathanw 	{
   2611   1.151.2.7   nathanw 	    USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C700,
   2612   1.151.2.7   nathanw 	    0,
   2613   1.151.2.7   nathanw 	    "Olympus",
   2614   1.151.2.7   nathanw 	    "C-700 Ultra Zoom",
   2615   1.151.2.7   nathanw 	},
   2616   1.151.2.7   nathanw 	{
   2617        1.67  augustss 	    USB_VENDOR_OMNIVISION, USB_PRODUCT_OMNIVISION_OV511,
   2618        1.67  augustss 	    0,
   2619        1.67  augustss 	    "OmniVision",
   2620        1.67  augustss 	    "OV511 Camera",
   2621        1.67  augustss 	},
   2622        1.67  augustss 	{
   2623        1.99     soren 	    USB_VENDOR_OMNIVISION, USB_PRODUCT_OMNIVISION_OV511PLUS,
   2624        1.99     soren 	    0,
   2625        1.99     soren 	    "OmniVision",
   2626        1.99     soren 	    "OV511+ Camera",
   2627        1.99     soren 	},
   2628        1.99     soren 	{
   2629   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_MD2,
   2630   1.151.2.9   nathanw 	    0,
   2631   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2632   1.151.2.9   nathanw 	    "disk",
   2633   1.151.2.9   nathanw 	},
   2634   1.151.2.9   nathanw 	{
   2635   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_MDCFEB,
   2636   1.151.2.9   nathanw 	    0,
   2637   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2638   1.151.2.9   nathanw 	    "MDCFE-B USB CF Reader",
   2639   1.151.2.9   nathanw 	},
   2640   1.151.2.9   nathanw 	{
   2641   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_SIIGMS,
   2642   1.151.2.9   nathanw 	    0,
   2643   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2644   1.151.2.9   nathanw 	    "Memory Stick+CF Reader/Writer",
   2645   1.151.2.9   nathanw 	},
   2646   1.151.2.9   nathanw 	{
   2647   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_DATAFAB3,
   2648   1.151.2.9   nathanw 	    0,
   2649   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2650   1.151.2.9   nathanw 	    "Datafab-based Reader",
   2651   1.151.2.9   nathanw 	},
   2652   1.151.2.9   nathanw 	{
   2653   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_DATAFAB4,
   2654   1.151.2.9   nathanw 	    0,
   2655   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2656   1.151.2.9   nathanw 	    "Datafab-based Reader",
   2657   1.151.2.9   nathanw 	},
   2658   1.151.2.9   nathanw 	{
   2659   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_PNYCFSM,
   2660   1.151.2.9   nathanw 	    0,
   2661   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2662   1.151.2.9   nathanw 	    "PNY/Datafab CF+SM Reader",
   2663   1.151.2.9   nathanw 	},
   2664   1.151.2.9   nathanw 	{
   2665   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_STECHCFSM,
   2666   1.151.2.9   nathanw 	    0,
   2667   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2668   1.151.2.9   nathanw 	    "Simple Tech/Datafab CF+SM Reader",
   2669   1.151.2.9   nathanw 	},
   2670   1.151.2.9   nathanw 	{
   2671   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_LC1,
   2672   1.151.2.9   nathanw 	    0,
   2673   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2674   1.151.2.9   nathanw 	    "CF + SM Combo (LC1)",
   2675   1.151.2.9   nathanw 	},
   2676   1.151.2.9   nathanw 	{
   2677   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_MD1II,
   2678   1.151.2.9   nathanw 	    0,
   2679   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   2680   1.151.2.9   nathanw 	    "Datafab MD1-II PC-Card Reader",
   2681   1.151.2.9   nathanw 	},
   2682   1.151.2.9   nathanw 	{
   2683  1.151.2.19   thorpej 	    USB_VENDOR_OTI, USB_PRODUCT_OTI_SOLID,
   2684  1.151.2.19   thorpej 	    0,
   2685  1.151.2.19   thorpej 	    "Ours Technology Inc.",
   2686  1.151.2.19   thorpej 	    "Solid state disk",
   2687  1.151.2.19   thorpej 	},
   2688  1.151.2.19   thorpej 	{
   2689        1.84  augustss 	    USB_VENDOR_PALM, USB_PRODUCT_PALM_SERIAL,
   2690        1.84  augustss 	    0,
   2691   1.151.2.7   nathanw 	    "Palm Computing",
   2692        1.84  augustss 	    "USB Serial Adaptor",
   2693        1.84  augustss 	},
   2694        1.84  augustss 	{
   2695   1.151.2.8   nathanw 	    USB_VENDOR_PALM, USB_PRODUCT_PALM_M500,
   2696   1.151.2.8   nathanw 	    0,
   2697   1.151.2.8   nathanw 	    "Palm Computing",
   2698   1.151.2.8   nathanw 	    "Palm m500",
   2699   1.151.2.8   nathanw 	},
   2700   1.151.2.8   nathanw 	{
   2701   1.151.2.8   nathanw 	    USB_VENDOR_PALM, USB_PRODUCT_PALM_M505,
   2702   1.151.2.8   nathanw 	    0,
   2703   1.151.2.8   nathanw 	    "Palm Computing",
   2704   1.151.2.8   nathanw 	    "Palm m505",
   2705   1.151.2.8   nathanw 	},
   2706   1.151.2.8   nathanw 	{
   2707  1.151.2.15   nathanw 	    USB_VENDOR_PALM, USB_PRODUCT_PALM_M515,
   2708  1.151.2.15   nathanw 	    0,
   2709  1.151.2.15   nathanw 	    "Palm Computing",
   2710  1.151.2.15   nathanw 	    "Palm m515",
   2711  1.151.2.15   nathanw 	},
   2712  1.151.2.15   nathanw 	{
   2713  1.151.2.10   nathanw 	    USB_VENDOR_PALM, USB_PRODUCT_PALM_M125,
   2714  1.151.2.10   nathanw 	    0,
   2715  1.151.2.10   nathanw 	    "Palm Computing",
   2716  1.151.2.10   nathanw 	    "Palm m125",
   2717  1.151.2.10   nathanw 	},
   2718  1.151.2.10   nathanw 	{
   2719  1.151.2.19   thorpej 	    USB_VENDOR_PALM, USB_PRODUCT_PALM_M550,
   2720  1.151.2.19   thorpej 	    0,
   2721  1.151.2.19   thorpej 	    "Palm Computing",
   2722  1.151.2.19   thorpej 	    "Palm m550",
   2723  1.151.2.19   thorpej 	},
   2724  1.151.2.19   thorpej 	{
   2725   1.151.2.1   nathanw 	    USB_VENDOR_PANASONIC, USB_PRODUCT_PANASONIC_SDCAAE,
   2726   1.151.2.1   nathanw 	    0,
   2727   1.151.2.1   nathanw 	    "Panasonic (Matsushita)",
   2728   1.151.2.1   nathanw 	    "MultiMediaCard Adapter",
   2729   1.151.2.1   nathanw 	},
   2730   1.151.2.1   nathanw 	{
   2731   1.151.2.9   nathanw 	    USB_VENDOR_PANASONIC, USB_PRODUCT_PANASONIC_LS120,
   2732   1.151.2.9   nathanw 	    0,
   2733   1.151.2.9   nathanw 	    "Panasonic (Matsushita)",
   2734   1.151.2.9   nathanw 	    "LS-120 Camera",
   2735   1.151.2.9   nathanw 	},
   2736   1.151.2.9   nathanw 	{
   2737  1.151.2.10   nathanw 	    USB_VENDOR_PEN, USB_PRODUCT_PEN_USBDISK,
   2738  1.151.2.10   nathanw 	    0,
   2739  1.151.2.10   nathanw 	    "Pen Drive",
   2740  1.151.2.10   nathanw 	    "USB Disk",
   2741  1.151.2.10   nathanw 	},
   2742  1.151.2.10   nathanw 	{
   2743        1.67  augustss 	    USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1,
   2744        1.67  augustss 	    0,
   2745   1.151.2.7   nathanw 	    "Peracom Networks",
   2746        1.67  augustss 	    "Serial Converter",
   2747        1.67  augustss 	},
   2748        1.67  augustss 	{
   2749        1.70  augustss 	    USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET,
   2750        1.70  augustss 	    0,
   2751   1.151.2.7   nathanw 	    "Peracom Networks",
   2752        1.70  augustss 	    "Ethernet adapter",
   2753        1.70  augustss 	},
   2754        1.70  augustss 	{
   2755        1.89  augustss 	    USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET3,
   2756        1.89  augustss 	    0,
   2757   1.151.2.7   nathanw 	    "Peracom Networks",
   2758        1.89  augustss 	    "At Home Ethernet Adapter",
   2759        1.89  augustss 	},
   2760        1.89  augustss 	{
   2761        1.70  augustss 	    USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET2,
   2762        1.70  augustss 	    0,
   2763   1.151.2.7   nathanw 	    "Peracom Networks",
   2764        1.70  augustss 	    "Ethernet adapter",
   2765        1.70  augustss 	},
   2766        1.70  augustss 	{
   2767        1.67  augustss 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_DSS350,
   2768        1.67  augustss 	    0,
   2769        1.67  augustss 	    "Philips",
   2770        1.67  augustss 	    "DSS 350 Digital Speaker System",
   2771        1.67  augustss 	},
   2772        1.67  augustss 	{
   2773        1.67  augustss 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_DSS,
   2774        1.10  augustss 	    0,
   2775        1.67  augustss 	    "Philips",
   2776        1.67  augustss 	    "DSS XXX Digital Speaker System",
   2777        1.10  augustss 	},
   2778        1.10  augustss 	{
   2779        1.67  augustss 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_HUB,
   2780        1.41  augustss 	    0,
   2781        1.67  augustss 	    "Philips",
   2782        1.67  augustss 	    "hub",
   2783        1.93  augustss 	},
   2784        1.93  augustss 	{
   2785  1.151.2.11   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCA645VC,
   2786  1.151.2.11   nathanw 	    0,
   2787  1.151.2.11   nathanw 	    "Philips",
   2788  1.151.2.11   nathanw 	    "PCA645VC PC Camera",
   2789  1.151.2.11   nathanw 	},
   2790  1.151.2.11   nathanw 	{
   2791   1.151.2.2   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCA646VC,
   2792   1.151.2.2   nathanw 	    0,
   2793   1.151.2.2   nathanw 	    "Philips",
   2794   1.151.2.2   nathanw 	    "PCA646VC PC Camera",
   2795   1.151.2.2   nathanw 	},
   2796   1.151.2.2   nathanw 	{
   2797  1.151.2.11   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCVC675K,
   2798  1.151.2.11   nathanw 	    0,
   2799  1.151.2.11   nathanw 	    "Philips",
   2800  1.151.2.11   nathanw 	    "PCVC675K Vesta PC Camera",
   2801  1.151.2.11   nathanw 	},
   2802  1.151.2.11   nathanw 	{
   2803        1.93  augustss 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCVC680K,
   2804        1.93  augustss 	    0,
   2805        1.93  augustss 	    "Philips",
   2806        1.93  augustss 	    "PCVC680K Vesta Pro PC Camera",
   2807  1.151.2.11   nathanw 	},
   2808  1.151.2.11   nathanw 	{
   2809  1.151.2.11   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCVC690K,
   2810  1.151.2.11   nathanw 	    0,
   2811  1.151.2.11   nathanw 	    "Philips",
   2812  1.151.2.11   nathanw 	    "PCVC690K Vesta Pro Scan PC Camera",
   2813  1.151.2.11   nathanw 	},
   2814  1.151.2.11   nathanw 	{
   2815  1.151.2.11   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCVC730K,
   2816  1.151.2.11   nathanw 	    0,
   2817  1.151.2.11   nathanw 	    "Philips",
   2818  1.151.2.11   nathanw 	    "PCVC730K ToUCam Fun PC Camera",
   2819  1.151.2.11   nathanw 	},
   2820  1.151.2.11   nathanw 	{
   2821  1.151.2.11   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCVC740K,
   2822  1.151.2.11   nathanw 	    0,
   2823  1.151.2.11   nathanw 	    "Philips",
   2824  1.151.2.11   nathanw 	    "PCVC740K ToUCam Pro PC Camera",
   2825  1.151.2.11   nathanw 	},
   2826  1.151.2.11   nathanw 	{
   2827  1.151.2.11   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCVC750K,
   2828  1.151.2.11   nathanw 	    0,
   2829  1.151.2.11   nathanw 	    "Philips",
   2830  1.151.2.11   nathanw 	    "PCVC750K ToUCam Pro Scan PC Camera",
   2831        1.41  augustss 	},
   2832        1.41  augustss 	{
   2833        1.67  augustss 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_DSS150,
   2834        1.41  augustss 	    0,
   2835        1.67  augustss 	    "Philips",
   2836        1.84  augustss 	    "DSS 150 Digital Speaker System",
   2837       1.146  augustss 	},
   2838       1.146  augustss 	{
   2839   1.151.2.8   nathanw 	    USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_DIVAUSB,
   2840   1.151.2.8   nathanw 	    0,
   2841   1.151.2.8   nathanw 	    "Philips",
   2842   1.151.2.8   nathanw 	    "DIVA USB mp3 player",
   2843   1.151.2.8   nathanw 	},
   2844   1.151.2.8   nathanw 	{
   2845       1.146  augustss 	    USB_VENDOR_PHILIPSSEMI, USB_PRODUCT_PHILIPSSEMI_HUB1122,
   2846       1.146  augustss 	    0,
   2847       1.146  augustss 	    "Philips Semiconductors",
   2848       1.146  augustss 	    "hub",
   2849        1.41  augustss 	},
   2850        1.41  augustss 	{
   2851        1.67  augustss 	    USB_VENDOR_PIENGINEERING, USB_PRODUCT_PIENGINEERING_PS2USB,
   2852        1.41  augustss 	    0,
   2853        1.67  augustss 	    "P.I. Engineering",
   2854        1.67  augustss 	    "PS2 to Mac USB Adapter",
   2855        1.41  augustss 	},
   2856        1.41  augustss 	{
   2857   1.151.2.8   nathanw 	    USB_VENDOR_PIENGINEERING, USB_PRODUCT_PIENGINEERING_XKEYS,
   2858   1.151.2.8   nathanw 	    0,
   2859   1.151.2.8   nathanw 	    "P.I. Engineering",
   2860   1.151.2.8   nathanw 	    "Xkeys Programmable Keyboard",
   2861   1.151.2.8   nathanw 	},
   2862   1.151.2.8   nathanw 	{
   2863        1.67  augustss 	    USB_VENDOR_PLX, USB_PRODUCT_PLX_TESTBOARD,
   2864        1.41  augustss 	    0,
   2865        1.67  augustss 	    "PLX",
   2866        1.67  augustss 	    "test board",
   2867        1.41  augustss 	},
   2868        1.41  augustss 	{
   2869   1.151.2.6   nathanw 	    USB_VENDOR_PORTGEAR, USB_PRODUCT_PORTGEAR_EA8,
   2870   1.151.2.6   nathanw 	    0,
   2871   1.151.2.6   nathanw 	    "PortGear",
   2872   1.151.2.6   nathanw 	    "Ethernet Adapter",
   2873   1.151.2.6   nathanw 	},
   2874   1.151.2.6   nathanw 	{
   2875   1.151.2.6   nathanw 	    USB_VENDOR_PORTGEAR, USB_PRODUCT_PORTGEAR_EA9,
   2876   1.151.2.6   nathanw 	    0,
   2877   1.151.2.6   nathanw 	    "PortGear",
   2878   1.151.2.6   nathanw 	    "Ethernet Adapter",
   2879   1.151.2.6   nathanw 	},
   2880   1.151.2.6   nathanw 	{
   2881   1.151.2.6   nathanw 	    USB_VENDOR_PORTSMITH, USB_PRODUCT_PORTSMITH_EEA,
   2882   1.151.2.6   nathanw 	    0,
   2883   1.151.2.6   nathanw 	    "Portsmith",
   2884   1.151.2.6   nathanw 	    "Express Ethernet Adapter",
   2885   1.151.2.6   nathanw 	},
   2886   1.151.2.6   nathanw 	{
   2887  1.151.2.17   nathanw 	    USB_VENDOR_PQI, USB_PRODUCT_PQI_TRAVELFLASH,
   2888  1.151.2.17   nathanw 	    0,
   2889  1.151.2.17   nathanw 	    "PQI",
   2890  1.151.2.17   nathanw 	    "Travel Flash Drive",
   2891  1.151.2.17   nathanw 	},
   2892  1.151.2.17   nathanw 	{
   2893       1.125  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2X300,
   2894       1.125  augustss 	    0,
   2895       1.125  augustss 	    "Primax Electronics",
   2896       1.125  augustss 	    "G2-200 scanner",
   2897       1.125  augustss 	},
   2898       1.125  augustss 	{
   2899       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2E300,
   2900       1.111  augustss 	    0,
   2901       1.111  augustss 	    "Primax Electronics",
   2902       1.111  augustss 	    "G2E-300 scanner",
   2903       1.111  augustss 	},
   2904       1.111  augustss 	{
   2905       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2300,
   2906       1.111  augustss 	    0,
   2907       1.111  augustss 	    "Primax Electronics",
   2908       1.111  augustss 	    "G2-300 scanner",
   2909       1.111  augustss 	},
   2910       1.111  augustss 	{
   2911       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2E3002,
   2912       1.111  augustss 	    0,
   2913       1.111  augustss 	    "Primax Electronics",
   2914       1.111  augustss 	    "G2E-300 scanner",
   2915       1.111  augustss 	},
   2916       1.111  augustss 	{
   2917       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_9600,
   2918       1.111  augustss 	    0,
   2919       1.111  augustss 	    "Primax Electronics",
   2920       1.111  augustss 	    "Colorado USB 9600 scanner",
   2921       1.111  augustss 	},
   2922       1.111  augustss 	{
   2923       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_600U,
   2924       1.111  augustss 	    0,
   2925       1.111  augustss 	    "Primax Electronics",
   2926       1.111  augustss 	    "Colorado 600u scanner",
   2927       1.111  augustss 	},
   2928       1.111  augustss 	{
   2929  1.151.2.13   nathanw 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_6200,
   2930  1.151.2.13   nathanw 	    0,
   2931  1.151.2.13   nathanw 	    "Primax Electronics",
   2932  1.151.2.13   nathanw 	    "Visioneer 6200 scanner",
   2933  1.151.2.13   nathanw 	},
   2934  1.151.2.13   nathanw 	{
   2935       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_19200,
   2936       1.111  augustss 	    0,
   2937       1.111  augustss 	    "Primax Electronics",
   2938       1.111  augustss 	    "Colorado USB 19200 scanner",
   2939       1.111  augustss 	},
   2940       1.111  augustss 	{
   2941       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_1200U,
   2942       1.111  augustss 	    0,
   2943       1.111  augustss 	    "Primax Electronics",
   2944       1.111  augustss 	    "Colorado 1200u scanner",
   2945       1.111  augustss 	},
   2946       1.111  augustss 	{
   2947       1.125  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G600,
   2948       1.125  augustss 	    0,
   2949       1.125  augustss 	    "Primax Electronics",
   2950       1.125  augustss 	    "G2-600 scanner",
   2951       1.125  augustss 	},
   2952       1.125  augustss 	{
   2953       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_636I,
   2954       1.111  augustss 	    0,
   2955       1.111  augustss 	    "Primax Electronics",
   2956       1.111  augustss 	    "ReadyScan 636i",
   2957       1.111  augustss 	},
   2958       1.111  augustss 	{
   2959       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2600,
   2960       1.111  augustss 	    0,
   2961       1.111  augustss 	    "Primax Electronics",
   2962       1.111  augustss 	    "G2-600 scanner",
   2963       1.111  augustss 	},
   2964       1.111  augustss 	{
   2965       1.111  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2E600,
   2966       1.111  augustss 	    0,
   2967       1.111  augustss 	    "Primax Electronics",
   2968       1.111  augustss 	    "G2E-600 scanner",
   2969       1.111  augustss 	},
   2970       1.111  augustss 	{
   2971        1.67  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_COMFORT,
   2972        1.20  augustss 	    0,
   2973        1.67  augustss 	    "Primax Electronics",
   2974        1.67  augustss 	    "Comfort",
   2975        1.41  augustss 	},
   2976        1.41  augustss 	{
   2977        1.67  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_MOUSEINABOX,
   2978        1.41  augustss 	    0,
   2979        1.67  augustss 	    "Primax Electronics",
   2980        1.67  augustss 	    "Mouse-in-a-Box",
   2981        1.80  augustss 	},
   2982        1.80  augustss 	{
   2983        1.80  augustss 	    USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_PCGAUMS1,
   2984        1.80  augustss 	    0,
   2985        1.80  augustss 	    "Primax Electronics",
   2986        1.80  augustss 	    "Sony PCGA-UMS1",
   2987        1.91  augustss 	},
   2988        1.91  augustss 	{
   2989        1.91  augustss 	    USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2301,
   2990        1.91  augustss 	    0,
   2991   1.151.2.7   nathanw 	    "Prolific Technology",
   2992        1.91  augustss 	    "PL2301 Host-Host interface",
   2993        1.49  augustss 	},
   2994        1.49  augustss 	{
   2995        1.90  augustss 	    USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2302,
   2996        1.90  augustss 	    0,
   2997   1.151.2.7   nathanw 	    "Prolific Technology",
   2998        1.90  augustss 	    "PL2302 Host-Host interface",
   2999       1.143    ichiro 	},
   3000       1.143    ichiro 	{
   3001   1.151.2.2   nathanw 	    USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_RSAQ2,
   3002       1.143    ichiro 	    0,
   3003   1.151.2.7   nathanw 	    "Prolific Technology",
   3004       1.143    ichiro 	    "PL2303 Serial adapter (IODATA USB-RSAQ2)",
   3005       1.129     soren 	},
   3006       1.129     soren 	{
   3007   1.151.2.2   nathanw 	    USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303,
   3008   1.151.2.2   nathanw 	    0,
   3009   1.151.2.7   nathanw 	    "Prolific Technology",
   3010   1.151.2.2   nathanw 	    "PL2303 Serial adapter (ATEN/IOGEAR UC232A)",
   3011   1.151.2.2   nathanw 	},
   3012   1.151.2.2   nathanw 	{
   3013       1.129     soren 	    USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2305,
   3014       1.129     soren 	    0,
   3015   1.151.2.7   nathanw 	    "Prolific Technology",
   3016       1.129     soren 	    "Parallel printer adapter",
   3017        1.90  augustss 	},
   3018        1.90  augustss 	{
   3019       1.111  augustss 	    USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_ATAPI4,
   3020       1.111  augustss 	    0,
   3021   1.151.2.7   nathanw 	    "Prolific Technology",
   3022       1.111  augustss 	    "ATAPI-4 Bridge Controller",
   3023       1.111  augustss 	},
   3024       1.111  augustss 	{
   3025   1.151.2.1   nathanw 	    USB_VENDOR_PUTERCOM, USB_PRODUCT_PUTERCOM_UPA100,
   3026   1.151.2.1   nathanw 	    0,
   3027   1.151.2.7   nathanw 	    "Putercom",
   3028   1.151.2.1   nathanw 	    "USB-1284 BRIDGE",
   3029   1.151.2.1   nathanw 	},
   3030   1.151.2.1   nathanw 	{
   3031       1.109  augustss 	    USB_VENDOR_QTRONIX, USB_PRODUCT_QTRONIX_980N,
   3032       1.109  augustss 	    0,
   3033   1.151.2.7   nathanw 	    "Qtronix",
   3034       1.109  augustss 	    "Scorpion-980N keyboard",
   3035       1.109  augustss 	},
   3036       1.109  augustss 	{
   3037        1.82  augustss 	    USB_VENDOR_QUICKSHOT, USB_PRODUCT_QUICKSHOT_STRIKEPAD,
   3038        1.82  augustss 	    0,
   3039        1.82  augustss 	    "Quickshot",
   3040        1.82  augustss 	    "USB StrikePad",
   3041        1.82  augustss 	},
   3042        1.82  augustss 	{
   3043       1.109  augustss 	    USB_VENDOR_RAINBOW, USB_PRODUCT_RAINBOW_IKEY2000,
   3044       1.109  augustss 	    0,
   3045       1.109  augustss 	    "Rainbow Technologies",
   3046       1.109  augustss 	    "i-Key 2000",
   3047       1.109  augustss 	},
   3048       1.109  augustss 	{
   3049  1.151.2.13   nathanw 	    USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_SC8850,
   3050  1.151.2.13   nathanw 	    0,
   3051  1.151.2.13   nathanw 	    "Roland",
   3052  1.151.2.13   nathanw 	    "RolandED SC-8850 SOUND Canvas MIDI Synth.",
   3053  1.151.2.13   nathanw 	},
   3054  1.151.2.13   nathanw 	{
   3055       1.141  tshiozak 	    USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UM1,
   3056       1.141  tshiozak 	    0,
   3057   1.151.2.7   nathanw 	    "Roland",
   3058       1.141  tshiozak 	    "UM-1 MIDI I/F",
   3059   1.151.2.5   nathanw 	},
   3060   1.151.2.5   nathanw 	{
   3061  1.151.2.12   nathanw 	    USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UA3,
   3062  1.151.2.12   nathanw 	    0,
   3063  1.151.2.12   nathanw 	    "Roland",
   3064  1.151.2.12   nathanw 	    "EDIROL UA-3 USB audio I/F",
   3065  1.151.2.12   nathanw 	},
   3066  1.151.2.12   nathanw 	{
   3067   1.151.2.5   nathanw 	    USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UM880N,
   3068   1.151.2.5   nathanw 	    0,
   3069   1.151.2.7   nathanw 	    "Roland",
   3070   1.151.2.5   nathanw 	    "EDIROL UM-880 MIDI I/F (native)",
   3071   1.151.2.5   nathanw 	},
   3072   1.151.2.5   nathanw 	{
   3073   1.151.2.5   nathanw 	    USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UM880G,
   3074   1.151.2.5   nathanw 	    0,
   3075   1.151.2.7   nathanw 	    "Roland",
   3076   1.151.2.5   nathanw 	    "EDIROL UM-880 MIDI I/F (generic)",
   3077       1.141  tshiozak 	},
   3078       1.141  tshiozak 	{
   3079  1.151.2.13   nathanw 	    USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_SD90,
   3080  1.151.2.13   nathanw 	    0,
   3081  1.151.2.13   nathanw 	    "Roland",
   3082  1.151.2.13   nathanw 	    "EDIROL SD-90 STDIO Canvas MIDI Synth.",
   3083  1.151.2.13   nathanw 	},
   3084  1.151.2.13   nathanw 	{
   3085        1.67  augustss 	    USB_VENDOR_ROCKFIRE, USB_PRODUCT_ROCKFIRE_GAMEPAD,
   3086        1.49  augustss 	    0,
   3087        1.67  augustss 	    "Rockfire",
   3088        1.67  augustss 	    "gamepad 203USB",
   3089        1.20  augustss 	},
   3090        1.20  augustss 	{
   3091   1.151.2.9   nathanw 	    USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60,
   3092   1.151.2.9   nathanw 	    0,
   3093   1.151.2.9   nathanw 	    "RATOC Systems, Inc.",
   3094   1.151.2.9   nathanw 	    "USB serial adapter REX-USB60",
   3095   1.151.2.9   nathanw 	},
   3096   1.151.2.9   nathanw 	{
   3097   1.151.2.7   nathanw 	    USB_VENDOR_SAITEK, USB_PRODUCT_SAITEK_CYBORG_3D_GOLD,
   3098   1.151.2.7   nathanw 	    0,
   3099   1.151.2.7   nathanw 	    "Saitek",
   3100   1.151.2.7   nathanw 	    "Cyborg 3D Gold Joystick",
   3101   1.151.2.7   nathanw 	},
   3102   1.151.2.7   nathanw 	{
   3103   1.151.2.2   nathanw 	    USB_VENDOR_SANDISK, USB_PRODUCT_SANDISK_SDDR05A,
   3104   1.151.2.2   nathanw 	    0,
   3105   1.151.2.2   nathanw 	    "SanDisk Corp",
   3106   1.151.2.2   nathanw 	    "ImageMate SDDR-05a",
   3107   1.151.2.2   nathanw 	},
   3108   1.151.2.2   nathanw 	{
   3109   1.151.2.2   nathanw 	    USB_VENDOR_SANDISK, USB_PRODUCT_SANDISK_SDDR31,
   3110   1.151.2.2   nathanw 	    0,
   3111   1.151.2.2   nathanw 	    "SanDisk Corp",
   3112   1.151.2.2   nathanw 	    "ImageMate SDDR-31",
   3113   1.151.2.2   nathanw 	},
   3114   1.151.2.2   nathanw 	{
   3115   1.151.2.2   nathanw 	    USB_VENDOR_SANDISK, USB_PRODUCT_SANDISK_SDDR12,
   3116        1.52  augustss 	    0,
   3117        1.52  augustss 	    "SanDisk Corp",
   3118   1.151.2.2   nathanw 	    "ImageMate SDDR-12",
   3119   1.151.2.2   nathanw 	},
   3120   1.151.2.2   nathanw 	{
   3121   1.151.2.2   nathanw 	    USB_VENDOR_SANDISK, USB_PRODUCT_SANDISK_SDDR09,
   3122   1.151.2.2   nathanw 	    0,
   3123   1.151.2.2   nathanw 	    "SanDisk Corp",
   3124   1.151.2.2   nathanw 	    "ImageMate SDDR-09",
   3125       1.138  augustss 	},
   3126       1.138  augustss 	{
   3127  1.151.2.12   nathanw 	    USB_VENDOR_SANWASUPPLY, USB_PRODUCT_SANWASUPPLY_JYDV9USB,
   3128  1.151.2.12   nathanw 	    0,
   3129  1.151.2.12   nathanw 	    "Sanwa Supply",
   3130  1.151.2.12   nathanw 	    "JY-DV9USB gamepad",
   3131  1.151.2.12   nathanw 	},
   3132  1.151.2.12   nathanw 	{
   3133  1.151.2.21   thorpej 	    USB_VENDOR_SANYO, USB_PRODUCT_SANYO_SCP4900,
   3134  1.151.2.21   thorpej 	    0,
   3135  1.151.2.21   thorpej 	    "Sanyo Electric",
   3136  1.151.2.21   thorpej 	    "Sanyo SCP-4900 USB Phone",
   3137  1.151.2.21   thorpej 	},
   3138  1.151.2.21   thorpej 	{
   3139   1.151.2.8   nathanw 	    USB_VENDOR_SCANLOGIC, USB_PRODUCT_SCANLOGIC_SL11R,
   3140   1.151.2.8   nathanw 	    0,
   3141   1.151.2.8   nathanw 	    "ScanLogic",
   3142   1.151.2.8   nathanw 	    "SL11R-IDE",
   3143   1.151.2.8   nathanw 	},
   3144   1.151.2.8   nathanw 	{
   3145       1.138  augustss 	    USB_VENDOR_SCANLOGIC, USB_PRODUCT_SCANLOGIC_336CX,
   3146       1.138  augustss 	    0,
   3147   1.151.2.7   nathanw 	    "ScanLogic",
   3148       1.138  augustss 	    "Phantom 336CX - C3 scanner",
   3149        1.52  augustss 	},
   3150        1.52  augustss 	{
   3151  1.151.2.13   nathanw 	    USB_VENDOR_SGI, USB_PRODUCT_SGI_SN1_L1_SC,
   3152  1.151.2.13   nathanw 	    0,
   3153  1.151.2.13   nathanw 	    "Silicon Graphics",
   3154  1.151.2.13   nathanw 	    "SN1 L1 System Controller",
   3155  1.151.2.13   nathanw 	},
   3156  1.151.2.13   nathanw 	{
   3157   1.151.2.6   nathanw 	    USB_VENDOR_SHARK, USB_PRODUCT_SHARK_PA,
   3158   1.151.2.6   nathanw 	    0,
   3159   1.151.2.6   nathanw 	    "Shark",
   3160   1.151.2.6   nathanw 	    "Pocket Adapter",
   3161   1.151.2.6   nathanw 	},
   3162   1.151.2.6   nathanw 	{
   3163        1.67  augustss 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSB,
   3164        1.65  augustss 	    0,
   3165        1.67  augustss 	    "Shuttle Technology",
   3166        1.67  augustss 	    "E-USB Bridge",
   3167        1.65  augustss 	},
   3168        1.65  augustss 	{
   3169   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSCSI,
   3170   1.151.2.2   nathanw 	    0,
   3171   1.151.2.2   nathanw 	    "Shuttle Technology",
   3172   1.151.2.2   nathanw 	    "eUSCSI Bridge",
   3173   1.151.2.2   nathanw 	},
   3174   1.151.2.2   nathanw 	{
   3175   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_SDDR09,
   3176   1.151.2.2   nathanw 	    0,
   3177   1.151.2.2   nathanw 	    "Shuttle Technology",
   3178   1.151.2.2   nathanw 	    "ImageMate SDDR09",
   3179   1.151.2.2   nathanw 	},
   3180   1.151.2.2   nathanw 	{
   3181   1.151.2.9   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSBSMCF,
   3182   1.151.2.9   nathanw 	    0,
   3183   1.151.2.9   nathanw 	    "Shuttle Technology",
   3184   1.151.2.9   nathanw 	    "eUSB SmartMedia / CompactFlash Adapter",
   3185   1.151.2.9   nathanw 	},
   3186   1.151.2.9   nathanw 	{
   3187   1.151.2.1   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_ZIOMMC,
   3188   1.151.2.1   nathanw 	    0,
   3189   1.151.2.1   nathanw 	    "Shuttle Technology",
   3190   1.151.2.1   nathanw 	    "eUSB MultiMediaCard Adapter",
   3191   1.151.2.1   nathanw 	},
   3192   1.151.2.1   nathanw 	{
   3193   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_HIFD,
   3194   1.151.2.2   nathanw 	    0,
   3195   1.151.2.2   nathanw 	    "Shuttle Technology",
   3196   1.151.2.2   nathanw 	    "Sony Hifd",
   3197   1.151.2.2   nathanw 	},
   3198   1.151.2.2   nathanw 	{
   3199   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSBATAPI,
   3200   1.151.2.2   nathanw 	    0,
   3201   1.151.2.2   nathanw 	    "Shuttle Technology",
   3202   1.151.2.2   nathanw 	    "eUSB ATA/ATAPI Adapter",
   3203   1.151.2.2   nathanw 	},
   3204   1.151.2.2   nathanw 	{
   3205   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_CF,
   3206   1.151.2.2   nathanw 	    0,
   3207   1.151.2.2   nathanw 	    "Shuttle Technology",
   3208   1.151.2.2   nathanw 	    "eUSB CompactFlash Adapter",
   3209   1.151.2.2   nathanw 	},
   3210   1.151.2.2   nathanw 	{
   3211   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSCSI_B,
   3212   1.151.2.2   nathanw 	    0,
   3213   1.151.2.2   nathanw 	    "Shuttle Technology",
   3214   1.151.2.2   nathanw 	    "eUSCSI Bridge",
   3215   1.151.2.2   nathanw 	},
   3216   1.151.2.2   nathanw 	{
   3217   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_EUSCSI_C,
   3218   1.151.2.2   nathanw 	    0,
   3219   1.151.2.2   nathanw 	    "Shuttle Technology",
   3220   1.151.2.2   nathanw 	    "eUSCSI Bridge",
   3221   1.151.2.2   nathanw 	},
   3222   1.151.2.2   nathanw 	{
   3223   1.151.2.2   nathanw 	    USB_VENDOR_SHUTTLE, USB_PRODUCT_SHUTTLE_CDRW,
   3224   1.151.2.2   nathanw 	    0,
   3225   1.151.2.2   nathanw 	    "Shuttle Technology",
   3226   1.151.2.2   nathanw 	    "CD-RW Device",
   3227   1.151.2.2   nathanw 	},
   3228   1.151.2.2   nathanw 	{
   3229  1.151.2.10   nathanw 	    USB_VENDOR_SIEMENS, USB_PRODUCT_SIEMENS_SPEEDSTREAM,
   3230  1.151.2.10   nathanw 	    0,
   3231  1.151.2.10   nathanw 	    "Siemens",
   3232  1.151.2.10   nathanw 	    "SpeedStream USB",
   3233  1.151.2.10   nathanw 	},
   3234  1.151.2.10   nathanw 	{
   3235   1.151.2.8   nathanw 	    USB_VENDOR_SIGMATEL, USB_PRODUCT_SIGMATEL_IRDA,
   3236   1.151.2.8   nathanw 	    0,
   3237   1.151.2.8   nathanw 	    "Sigmatel",
   3238   1.151.2.8   nathanw 	    "IrDA",
   3239   1.151.2.8   nathanw 	},
   3240   1.151.2.8   nathanw 	{
   3241        1.50  augustss 	    USB_VENDOR_SIIG, USB_PRODUCT_SIIG_DIGIFILMREADER,
   3242        1.50  augustss 	    0,
   3243        1.50  augustss 	    "SIIG",
   3244        1.50  augustss 	    "DigiFilm-Combo Reader",
   3245  1.151.2.20   thorpej 	},
   3246  1.151.2.20   thorpej 	{
   3247  1.151.2.20   thorpej 	    USB_VENDOR_SIIG, USB_PRODUCT_SIIG_MULTICARDREADER,
   3248  1.151.2.20   thorpej 	    0,
   3249  1.151.2.20   thorpej 	    "SIIG",
   3250  1.151.2.20   thorpej 	    "MULTICARDREADER",
   3251       1.137  augustss 	},
   3252       1.137  augustss 	{
   3253       1.137  augustss 	    USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPH_NF,
   3254       1.137  augustss 	    0,
   3255   1.151.2.7   nathanw 	    "Silicon Portals",
   3256       1.137  augustss 	    "YAP Phone (no firmware)",
   3257        1.50  augustss 	},
   3258        1.50  augustss 	{
   3259       1.131  augustss 	    USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPHONE,
   3260       1.131  augustss 	    0,
   3261   1.151.2.7   nathanw 	    "Silicon Portals",
   3262       1.131  augustss 	    "YAP Phone",
   3263       1.131  augustss 	},
   3264       1.131  augustss 	{
   3265        1.73  augustss 	    USB_VENDOR_SIRIUS, USB_PRODUCT_SIRIUS_ROADSTER,
   3266        1.73  augustss 	    0,
   3267        1.73  augustss 	    "Sirius Technologies",
   3268        1.73  augustss 	    "NetComm Roadster II 56 USB",
   3269        1.73  augustss 	},
   3270        1.73  augustss 	{
   3271        1.96  augustss 	    USB_VENDOR_SMARTBRIDGES, USB_PRODUCT_SMARTBRIDGES_SMARTLINK,
   3272        1.96  augustss 	    0,
   3273   1.151.2.7   nathanw 	    "SmartBridges",
   3274        1.96  augustss 	    "SmartLink USB ethernet adapter",
   3275        1.96  augustss 	},
   3276        1.96  augustss 	{
   3277   1.151.2.3   nathanw 	    USB_VENDOR_SMARTBRIDGES, USB_PRODUCT_SMARTBRIDGES_SMARTNIC,
   3278   1.151.2.3   nathanw 	    0,
   3279   1.151.2.7   nathanw 	    "SmartBridges",
   3280   1.151.2.3   nathanw 	    "smartNIC 2 PnP Adapter",
   3281   1.151.2.3   nathanw 	},
   3282   1.151.2.3   nathanw 	{
   3283        1.70  augustss 	    USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB,
   3284        1.70  augustss 	    0,
   3285   1.151.2.7   nathanw 	    "Standard Microsystems",
   3286        1.70  augustss 	    "10Mbps ethernet adapter",
   3287        1.70  augustss 	},
   3288        1.70  augustss 	{
   3289        1.70  augustss 	    USB_VENDOR_SMC, USB_PRODUCT_SMC_2202USB,
   3290        1.70  augustss 	    0,
   3291   1.151.2.7   nathanw 	    "Standard Microsystems",
   3292        1.70  augustss 	    "10/100 ethernet adapter",
   3293        1.70  augustss 	},
   3294        1.70  augustss 	{
   3295  1.151.2.13   nathanw 	    USB_VENDOR_SMC, USB_PRODUCT_SMC_2206USB,
   3296  1.151.2.13   nathanw 	    0,
   3297  1.151.2.13   nathanw 	    "Standard Microsystems",
   3298  1.151.2.13   nathanw 	    "EZ Connect USB Ethernet Adapter",
   3299  1.151.2.13   nathanw 	},
   3300  1.151.2.13   nathanw 	{
   3301  1.151.2.10   nathanw 	    USB_VENDOR_SMC2, USB_PRODUCT_SMC2_2020HUB,
   3302  1.151.2.10   nathanw 	    0,
   3303  1.151.2.10   nathanw 	    "Standard Microsystems",
   3304  1.151.2.10   nathanw 	    "USB Hub",
   3305  1.151.2.10   nathanw 	},
   3306  1.151.2.10   nathanw 	{
   3307   1.151.2.3   nathanw 	    USB_VENDOR_SOHOWARE, USB_PRODUCT_SOHOWARE_NUB100,
   3308   1.151.2.3   nathanw 	    0,
   3309   1.151.2.3   nathanw 	    "SOHOware",
   3310   1.151.2.3   nathanw 	    "10/100 USB Ethernet",
   3311   1.151.2.3   nathanw 	},
   3312   1.151.2.3   nathanw 	{
   3313        1.68      tron 	    USB_VENDOR_SOLIDYEAR, USB_PRODUCT_SOLIDYEAR_KEYBOARD,
   3314        1.68      tron 	    0,
   3315        1.68      tron 	    "Solid Year",
   3316        1.68      tron 	    "Solid Year USB keyboard",
   3317        1.68      tron 	},
   3318        1.68      tron 	{
   3319       1.111  augustss 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_DSC,
   3320       1.111  augustss 	    0,
   3321   1.151.2.7   nathanw 	    "Sony",
   3322   1.151.2.2   nathanw 	    "DSC cameras",
   3323   1.151.2.2   nathanw 	},
   3324   1.151.2.2   nathanw 	{
   3325   1.151.2.9   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_NWMS7,
   3326   1.151.2.9   nathanw 	    0,
   3327   1.151.2.9   nathanw 	    "Sony",
   3328   1.151.2.9   nathanw 	    "Memorystick NW-MS7",
   3329   1.151.2.9   nathanw 	},
   3330   1.151.2.9   nathanw 	{
   3331   1.151.2.8   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_DRIVEV2,
   3332   1.151.2.8   nathanw 	    0,
   3333   1.151.2.8   nathanw 	    "Sony",
   3334   1.151.2.8   nathanw 	    "Harddrive V2",
   3335   1.151.2.8   nathanw 	},
   3336   1.151.2.8   nathanw 	{
   3337   1.151.2.2   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_MSACUS1,
   3338   1.151.2.2   nathanw 	    0,
   3339   1.151.2.7   nathanw 	    "Sony",
   3340   1.151.2.2   nathanw 	    "Memorystick MSAC-US1",
   3341       1.128  augustss 	},
   3342       1.128  augustss 	{
   3343   1.151.2.9   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_HANDYCAM,
   3344   1.151.2.9   nathanw 	    0,
   3345   1.151.2.9   nathanw 	    "Sony",
   3346   1.151.2.9   nathanw 	    "Handycam",
   3347   1.151.2.9   nathanw 	},
   3348   1.151.2.9   nathanw 	{
   3349       1.128  augustss 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_MSC,
   3350       1.128  augustss 	    0,
   3351   1.151.2.7   nathanw 	    "Sony",
   3352   1.151.2.2   nathanw 	    "MSC memory stick slot",
   3353       1.111  augustss 	},
   3354       1.111  augustss 	{
   3355   1.151.2.8   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_35,
   3356   1.151.2.8   nathanw 	    0,
   3357   1.151.2.8   nathanw 	    "Sony",
   3358   1.151.2.8   nathanw 	    "Sony Clie v3.5",
   3359   1.151.2.8   nathanw 	},
   3360   1.151.2.8   nathanw 	{
   3361  1.151.2.12   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_PS2KEYBOARD,
   3362  1.151.2.12   nathanw 	    0,
   3363  1.151.2.12   nathanw 	    "Sony",
   3364  1.151.2.12   nathanw 	    "PlayStation2 keyboard",
   3365  1.151.2.12   nathanw 	},
   3366  1.151.2.12   nathanw 	{
   3367  1.151.2.12   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_PS2KEYBOARDHUB,
   3368  1.151.2.12   nathanw 	    0,
   3369  1.151.2.12   nathanw 	    "Sony",
   3370  1.151.2.12   nathanw 	    "PlayStation2 keyboard hub",
   3371  1.151.2.12   nathanw 	},
   3372  1.151.2.12   nathanw 	{
   3373  1.151.2.12   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_PS2MOUSE,
   3374  1.151.2.12   nathanw 	    0,
   3375  1.151.2.12   nathanw 	    "Sony",
   3376  1.151.2.19   thorpej 	    "PlayStation2 mouse",
   3377  1.151.2.12   nathanw 	},
   3378  1.151.2.12   nathanw 	{
   3379   1.151.2.8   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40,
   3380   1.151.2.8   nathanw 	    0,
   3381   1.151.2.8   nathanw 	    "Sony",
   3382   1.151.2.8   nathanw 	    "Sony Clie v4.0",
   3383   1.151.2.8   nathanw 	},
   3384   1.151.2.8   nathanw 	{
   3385   1.151.2.8   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40_MS,
   3386   1.151.2.8   nathanw 	    0,
   3387   1.151.2.8   nathanw 	    "Sony",
   3388   1.151.2.8   nathanw 	    "Sony Clie v4.0 Memory Stick slot",
   3389   1.151.2.8   nathanw 	},
   3390   1.151.2.8   nathanw 	{
   3391  1.151.2.12   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41_MS,
   3392  1.151.2.12   nathanw 	    0,
   3393  1.151.2.12   nathanw 	    "Sony",
   3394  1.151.2.12   nathanw 	    "Sony Clie v4.1 Memory Stick slot",
   3395  1.151.2.12   nathanw 	},
   3396  1.151.2.12   nathanw 	{
   3397  1.151.2.12   nathanw 	    USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41,
   3398  1.151.2.12   nathanw 	    0,
   3399  1.151.2.12   nathanw 	    "Sony",
   3400  1.151.2.12   nathanw 	    "Sony Clie v4.1",
   3401  1.151.2.12   nathanw 	},
   3402  1.151.2.12   nathanw 	{
   3403        1.67  augustss 	    USB_VENDOR_STMICRO, USB_PRODUCT_STMICRO_COMMUNICATOR,
   3404        1.56  augustss 	    0,
   3405        1.67  augustss 	    "STMicroelectronics",
   3406        1.67  augustss 	    "USB Communicator",
   3407        1.56  augustss 	},
   3408        1.56  augustss 	{
   3409       1.135    itojun 	    USB_VENDOR_STSN, USB_PRODUCT_STSN_STSN0001,
   3410       1.135    itojun 	    0,
   3411       1.135    itojun 	    "STSN",
   3412       1.135    itojun 	    "Internet Access Device",
   3413       1.135    itojun 	},
   3414       1.135    itojun 	{
   3415  1.151.2.10   nathanw 	    USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1,
   3416  1.151.2.10   nathanw 	    0,
   3417  1.151.2.10   nathanw 	    "SUN Corporation",
   3418  1.151.2.10   nathanw 	    "SUNTAC U-Cable type P1",
   3419  1.151.2.10   nathanw 	},
   3420  1.151.2.10   nathanw 	{
   3421  1.151.2.10   nathanw 	    USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_VS10U,
   3422  1.151.2.10   nathanw 	    0,
   3423  1.151.2.10   nathanw 	    "SUN Corporation",
   3424  1.151.2.10   nathanw 	    "SUNTAC Slipper U",
   3425  1.151.2.10   nathanw 	},
   3426  1.151.2.10   nathanw 	{
   3427        1.70  augustss 	    USB_VENDOR_SUN, USB_PRODUCT_SUN_KEYBOARD,
   3428        1.70  augustss 	    0,
   3429        1.70  augustss 	    "Sun Microsystems",
   3430   1.151.2.2   nathanw 	    "Type 6 USB keyboard",
   3431   1.151.2.2   nathanw 	},
   3432   1.151.2.2   nathanw 	{
   3433   1.151.2.2   nathanw 	    USB_VENDOR_SUN, USB_PRODUCT_SUN_MOUSE,
   3434   1.151.2.2   nathanw 	    0,
   3435   1.151.2.2   nathanw 	    "Sun Microsystems",
   3436   1.151.2.2   nathanw 	    "Type 6 USB mouse",
   3437        1.70  augustss 	},
   3438        1.70  augustss 	{
   3439       1.113  augustss 	    USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K,
   3440       1.106  augustss 	    0,
   3441       1.113  augustss 	    "Diamond (Supra)",
   3442       1.106  augustss 	    "Supra Express 56K modem",
   3443       1.106  augustss 	},
   3444       1.106  augustss 	{
   3445       1.113  augustss 	    USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_SUPRA2890,
   3446       1.113  augustss 	    0,
   3447       1.113  augustss 	    "Diamond (Supra)",
   3448       1.113  augustss 	    "SupraMax 2890 56K Modem",
   3449       1.113  augustss 	},
   3450       1.113  augustss 	{
   3451       1.113  augustss 	    USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_RIO600USB,
   3452       1.113  augustss 	    0,
   3453       1.113  augustss 	    "Diamond (Supra)",
   3454       1.113  augustss 	    "Rio 600 USB",
   3455       1.113  augustss 	},
   3456       1.113  augustss 	{
   3457   1.151.2.2   nathanw 	    USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_RIO800USB,
   3458   1.151.2.2   nathanw 	    0,
   3459   1.151.2.2   nathanw 	    "Diamond (Supra)",
   3460   1.151.2.2   nathanw 	    "Rio 800 USB",
   3461   1.151.2.2   nathanw 	},
   3462   1.151.2.2   nathanw 	{
   3463  1.151.2.13   nathanw 	    USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_PSAPLAY120,
   3464  1.151.2.13   nathanw 	    0,
   3465  1.151.2.13   nathanw 	    "Diamond (Supra)",
   3466  1.151.2.13   nathanw 	    "Nike psa[play 120",
   3467  1.151.2.13   nathanw 	},
   3468  1.151.2.13   nathanw 	{
   3469  1.151.2.12   nathanw 	    USB_VENDOR_TANGTOP, USB_PRODUCT_TANGTOP_USBPS2,
   3470  1.151.2.12   nathanw 	    0,
   3471  1.151.2.12   nathanw 	    "Tangtop",
   3472  1.151.2.12   nathanw 	    "USBPS2",
   3473  1.151.2.12   nathanw 	},
   3474  1.151.2.12   nathanw 	{
   3475   1.151.2.2   nathanw 	    USB_VENDOR_TAUGA, USB_PRODUCT_TAUGA_CAMERAMATE,
   3476   1.151.2.2   nathanw 	    0,
   3477   1.151.2.2   nathanw 	    "Taugagreining HF",
   3478   1.151.2.2   nathanw 	    "CameraMate (DPCM_USB)",
   3479   1.151.2.2   nathanw 	},
   3480   1.151.2.2   nathanw 	{
   3481   1.151.2.2   nathanw 	    USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA9664,
   3482   1.151.2.2   nathanw 	    0,
   3483   1.151.2.7   nathanw 	    "TDK",
   3484   1.151.2.2   nathanw 	    "USB-PDC Adapter UPA9664",
   3485   1.151.2.2   nathanw 	},
   3486   1.151.2.2   nathanw 	{
   3487   1.151.2.2   nathanw 	    USB_VENDOR_TDK, USB_PRODUCT_TDK_UCA1464,
   3488   1.151.2.2   nathanw 	    0,
   3489   1.151.2.7   nathanw 	    "TDK",
   3490   1.151.2.2   nathanw 	    "USB-cdmaOne Adapter UCA1464",
   3491   1.151.2.2   nathanw 	},
   3492   1.151.2.2   nathanw 	{
   3493   1.151.2.2   nathanw 	    USB_VENDOR_TDK, USB_PRODUCT_TDK_UHA6400,
   3494   1.151.2.2   nathanw 	    0,
   3495   1.151.2.7   nathanw 	    "TDK",
   3496   1.151.2.2   nathanw 	    "USB-PHS Adapter UHA6400",
   3497   1.151.2.2   nathanw 	},
   3498   1.151.2.2   nathanw 	{
   3499   1.151.2.2   nathanw 	    USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA6400,
   3500   1.151.2.2   nathanw 	    0,
   3501   1.151.2.7   nathanw 	    "TDK",
   3502   1.151.2.2   nathanw 	    "USB-PHS Adapter UPA6400",
   3503   1.151.2.2   nathanw 	},
   3504   1.151.2.2   nathanw 	{
   3505       1.101  augustss 	    USB_VENDOR_TEAC, USB_PRODUCT_TEAC_FD05PUB,
   3506       1.101  augustss 	    0,
   3507       1.101  augustss 	    "TEAC",
   3508       1.101  augustss 	    "FD-05PUB floppy",
   3509       1.101  augustss 	},
   3510       1.101  augustss 	{
   3511        1.67  augustss 	    USB_VENDOR_TELEX, USB_PRODUCT_TELEX_MIC1,
   3512        1.46  augustss 	    0,
   3513   1.151.2.7   nathanw 	    "Telex Communications",
   3514        1.67  augustss 	    "Enhanced USB Microphone",
   3515        1.46  augustss 	},
   3516        1.46  augustss 	{
   3517        1.67  augustss 	    USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41,
   3518        1.46  augustss 	    0,
   3519        1.67  augustss 	    "Texas Instruments",
   3520        1.67  augustss 	    "UT-USB41 hub",
   3521       1.139  augustss 	},
   3522       1.139  augustss 	{
   3523       1.139  augustss 	    USB_VENDOR_TI, USB_PRODUCT_TI_TUSB2046,
   3524       1.139  augustss 	    0,
   3525       1.139  augustss 	    "Texas Instruments",
   3526       1.139  augustss 	    "TUSB2046 hub",
   3527        1.46  augustss 	},
   3528        1.46  augustss 	{
   3529   1.151.2.9   nathanw 	    USB_VENDOR_TI, USB_PRODUCT_TI_NEXII,
   3530   1.151.2.9   nathanw 	    0,
   3531   1.151.2.9   nathanw 	    "Texas Instruments",
   3532   1.151.2.9   nathanw 	    "Nex II Digital",
   3533   1.151.2.9   nathanw 	},
   3534   1.151.2.9   nathanw 	{
   3535        1.67  augustss 	    USB_VENDOR_THRUST, USB_PRODUCT_THRUST_FUSION_PAD,
   3536        1.65  augustss 	    0,
   3537        1.67  augustss 	    "Thrustmaster",
   3538        1.67  augustss 	    "Fusion Digital Gamepad",
   3539        1.65  augustss 	},
   3540        1.65  augustss 	{
   3541   1.151.2.4   nathanw 	    USB_VENDOR_TODOS, USB_PRODUCT_TODOS_ARGOS_MINI,
   3542   1.151.2.4   nathanw 	    0,
   3543   1.151.2.4   nathanw 	    "Todos Data System",
   3544   1.151.2.4   nathanw 	    "Argos Mini Smartcard Reader",
   3545   1.151.2.4   nathanw 	},
   3546   1.151.2.4   nathanw 	{
   3547       1.112   hubertf 	    USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE,
   3548       1.112   hubertf 	    0,
   3549       1.112   hubertf 	    "Trek Technology",
   3550       1.114    ichiro 	    "ThumbDrive",
   3551       1.112   hubertf 	},
   3552       1.112   hubertf 	{
   3553  1.151.2.13   nathanw 	    USB_VENDOR_TRUMPION, USB_PRODUCT_TRUMPION_XXX1100,
   3554  1.151.2.13   nathanw 	    0,
   3555  1.151.2.13   nathanw 	    "Trumpion Microelectronics",
   3556  1.151.2.13   nathanw 	    "XXX 1100",
   3557  1.151.2.13   nathanw 	},
   3558  1.151.2.13   nathanw 	{
   3559   1.151.2.8   nathanw 	    USB_VENDOR_ULTIMA, USB_PRODUCT_ULTIMA_1200UBPLUS,
   3560   1.151.2.8   nathanw 	    0,
   3561   1.151.2.8   nathanw 	    "Ultima",
   3562   1.151.2.8   nathanw 	    "1200 UB Plus scanner",
   3563   1.151.2.8   nathanw 	},
   3564   1.151.2.8   nathanw 	{
   3565       1.111  augustss 	    USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1236U,
   3566       1.111  augustss 	    0,
   3567   1.151.2.7   nathanw 	    "UMAX Data Systems",
   3568       1.111  augustss 	    "Astra 1236U Scanner",
   3569       1.111  augustss 	},
   3570       1.111  augustss 	{
   3571       1.108  augustss 	    USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U,
   3572       1.108  augustss 	    0,
   3573   1.151.2.7   nathanw 	    "UMAX Data Systems",
   3574       1.111  augustss 	    "Astra 1220U Scanner",
   3575       1.111  augustss 	},
   3576       1.111  augustss 	{
   3577       1.111  augustss 	    USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2000U,
   3578       1.111  augustss 	    0,
   3579   1.151.2.7   nathanw 	    "UMAX Data Systems",
   3580       1.111  augustss 	    "Astra 2000U Scanner",
   3581       1.111  augustss 	},
   3582       1.111  augustss 	{
   3583       1.111  augustss 	    USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2100U,
   3584       1.111  augustss 	    0,
   3585   1.151.2.7   nathanw 	    "UMAX Data Systems",
   3586       1.111  augustss 	    "Astra 2100U Scanner",
   3587       1.111  augustss 	},
   3588       1.111  augustss 	{
   3589       1.111  augustss 	    USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2200U,
   3590       1.111  augustss 	    0,
   3591   1.151.2.7   nathanw 	    "UMAX Data Systems",
   3592       1.111  augustss 	    "Astra 2200U Scanner",
   3593       1.108  augustss 	},
   3594       1.108  augustss 	{
   3595   1.151.2.6   nathanw 	    USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA3400,
   3596   1.151.2.6   nathanw 	    0,
   3597   1.151.2.7   nathanw 	    "UMAX Data Systems",
   3598   1.151.2.6   nathanw 	    "Astra 3400 Scanner",
   3599   1.151.2.6   nathanw 	},
   3600   1.151.2.6   nathanw 	{
   3601        1.67  augustss 	    USB_VENDOR_UNIACCESS, USB_PRODUCT_UNIACCESS_PANACHE,
   3602        1.48  augustss 	    0,
   3603        1.67  augustss 	    "Universal Access",
   3604        1.67  augustss 	    "Panache Surf USB ISDN Adapter",
   3605        1.48  augustss 	},
   3606        1.48  augustss 	{
   3607        1.67  augustss 	    USB_VENDOR_VISION, USB_PRODUCT_VISION_VC6452V002,
   3608         1.1  augustss 	    0,
   3609   1.151.2.7   nathanw 	    "VLSI Vision",
   3610        1.99     soren 	    "CPiA Camera",
   3611         1.1  augustss 	},
   3612         1.1  augustss 	{
   3613       1.125  augustss 	    USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_7600,
   3614       1.125  augustss 	    0,
   3615       1.125  augustss 	    "Visioneer",
   3616       1.125  augustss 	    "OneTouch 7600",
   3617       1.125  augustss 	},
   3618       1.125  augustss 	{
   3619       1.111  augustss 	    USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_5300,
   3620       1.111  augustss 	    0,
   3621       1.111  augustss 	    "Visioneer",
   3622       1.125  augustss 	    "OneTouch 5300",
   3623       1.111  augustss 	},
   3624       1.111  augustss 	{
   3625  1.151.2.12   nathanw 	    USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_3000,
   3626  1.151.2.12   nathanw 	    0,
   3627  1.151.2.12   nathanw 	    "Visioneer",
   3628  1.151.2.12   nathanw 	    "Scanport 3000",
   3629  1.151.2.12   nathanw 	},
   3630  1.151.2.12   nathanw 	{
   3631       1.111  augustss 	    USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_6100,
   3632       1.111  augustss 	    0,
   3633       1.111  augustss 	    "Visioneer",
   3634       1.111  augustss 	    "OneTouch 6100",
   3635       1.111  augustss 	},
   3636       1.111  augustss 	{
   3637       1.125  augustss 	    USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_6200,
   3638       1.125  augustss 	    0,
   3639       1.125  augustss 	    "Visioneer",
   3640       1.125  augustss 	    "OneTouch 6200",
   3641       1.125  augustss 	},
   3642       1.125  augustss 	{
   3643       1.125  augustss 	    USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_8100,
   3644       1.125  augustss 	    0,
   3645       1.125  augustss 	    "Visioneer",
   3646       1.125  augustss 	    "OneTouch 8100",
   3647       1.125  augustss 	},
   3648       1.125  augustss 	{
   3649       1.125  augustss 	    USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_8600,
   3650       1.125  augustss 	    0,
   3651       1.125  augustss 	    "Visioneer",
   3652       1.125  augustss 	    "OneTouch 8600",
   3653       1.125  augustss 	},
   3654       1.125  augustss 	{
   3655  1.151.2.21   thorpej 	    USB_VENDOR_VIVITAR, USB_PRODUCT_VIVITAR_DSC350,
   3656  1.151.2.21   thorpej 	    0,
   3657  1.151.2.21   thorpej 	    "Vivitar",
   3658  1.151.2.21   thorpej 	    "DSC350 Camera",
   3659  1.151.2.21   thorpej 	},
   3660  1.151.2.21   thorpej 	{
   3661        1.67  augustss 	    USB_VENDOR_WACOM, USB_PRODUCT_WACOM_CT0405U,
   3662         1.1  augustss 	    0,
   3663   1.151.2.7   nathanw 	    "WACOM",
   3664        1.67  augustss 	    "CT-0405-U Tablet",
   3665         1.1  augustss 	},
   3666         1.1  augustss 	{
   3667        1.79  augustss 	    USB_VENDOR_WACOM, USB_PRODUCT_WACOM_GRAPHIRE,
   3668        1.79  augustss 	    0,
   3669   1.151.2.7   nathanw 	    "WACOM",
   3670        1.79  augustss 	    "Graphire",
   3671        1.79  augustss 	},
   3672        1.79  augustss 	{
   3673        1.79  augustss 	    USB_VENDOR_WACOM, USB_PRODUCT_WACOM_INTUOSA5,
   3674        1.79  augustss 	    0,
   3675   1.151.2.7   nathanw 	    "WACOM",
   3676        1.79  augustss 	    "Intuos A5",
   3677  1.151.2.16   nathanw 	},
   3678  1.151.2.16   nathanw 	{
   3679  1.151.2.16   nathanw 	    USB_VENDOR_XIRLINK, USB_PRODUCT_XIRLINK_IMAGING,
   3680  1.151.2.16   nathanw 	    0,
   3681  1.151.2.16   nathanw 	    "Xirlink",
   3682  1.151.2.16   nathanw 	    "IMAGING DEVICE",
   3683        1.79  augustss 	},
   3684        1.79  augustss 	{
   3685   1.151.2.2   nathanw 	    USB_VENDOR_XIRLINK, USB_PRODUCT_XIRLINK_PCCAM,
   3686   1.151.2.2   nathanw 	    0,
   3687   1.151.2.7   nathanw 	    "Xirlink",
   3688   1.151.2.2   nathanw 	    "IBM PC Camera",
   3689   1.151.2.2   nathanw 	},
   3690   1.151.2.2   nathanw 	{
   3691        1.87  augustss 	    USB_VENDOR_YEDATA, USB_PRODUCT_YEDATA_FLASHBUSTERU,
   3692        1.87  augustss 	    0,
   3693        1.87  augustss 	    "Y-E Data",
   3694        1.87  augustss 	    "Flashbuster-U",
   3695        1.87  augustss 	},
   3696        1.87  augustss 	{
   3697       1.141  tshiozak 	    USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_UX256,
   3698       1.141  tshiozak 	    0,
   3699   1.151.2.7   nathanw 	    "YAMAHA",
   3700       1.141  tshiozak 	    "UX256 MIDI I/F",
   3701       1.141  tshiozak 	},
   3702       1.141  tshiozak 	{
   3703   1.151.2.2   nathanw 	    USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_UX96,
   3704   1.151.2.2   nathanw 	    0,
   3705   1.151.2.7   nathanw 	    "YAMAHA",
   3706   1.151.2.2   nathanw 	    "UX96 MIDI I/F",
   3707   1.151.2.2   nathanw 	},
   3708   1.151.2.2   nathanw 	{
   3709  1.151.2.12   nathanw 	    USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RPU200,
   3710  1.151.2.12   nathanw 	    0,
   3711  1.151.2.12   nathanw 	    "YAMAHA",
   3712  1.151.2.12   nathanw 	    "RP-U200",
   3713  1.151.2.12   nathanw 	},
   3714  1.151.2.12   nathanw 	{
   3715   1.151.2.9   nathanw 	    USB_VENDOR_YANO, USB_PRODUCT_YANO_U640MO,
   3716   1.151.2.9   nathanw 	    0,
   3717   1.151.2.9   nathanw 	    "Yano",
   3718   1.151.2.9   nathanw 	    "U640MO-03",
   3719   1.151.2.9   nathanw 	},
   3720   1.151.2.9   nathanw 	{
   3721        1.73  augustss 	    USB_VENDOR_ZOOM, USB_PRODUCT_ZOOM_2986L,
   3722        1.73  augustss 	    0,
   3723   1.151.2.7   nathanw 	    "Zoom Telephonics",
   3724        1.73  augustss 	    "2986L Fax modem",
   3725        1.73  augustss 	},
   3726        1.73  augustss 	{
   3727   1.151.2.2   nathanw 	    USB_VENDOR_ZYXEL, USB_PRODUCT_ZYXEL_OMNI56K,
   3728   1.151.2.2   nathanw 	    0,
   3729   1.151.2.7   nathanw 	    "ZyXEL Communication",
   3730   1.151.2.2   nathanw 	    "Omni 56K Plus",
   3731   1.151.2.2   nathanw 	},
   3732   1.151.2.2   nathanw 	{
   3733       1.121  augustss 	    USB_VENDOR_ZYXEL, USB_PRODUCT_ZYXEL_980N,
   3734       1.121  augustss 	    0,
   3735   1.151.2.7   nathanw 	    "ZyXEL Communication",
   3736       1.121  augustss 	    "Scorpion-980N keyboard",
   3737       1.121  augustss 	},
   3738       1.121  augustss 	{
   3739        1.70  augustss 	    USB_VENDOR_AOX, 0,
   3740        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   3741   1.151.2.7   nathanw 	    "AOX",
   3742        1.89  augustss 	    NULL,
   3743        1.89  augustss 	},
   3744        1.89  augustss 	{
   3745        1.89  augustss 	    USB_VENDOR_ATMEL, 0,
   3746        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3747   1.151.2.7   nathanw 	    "Atmel",
   3748        1.70  augustss 	    NULL,
   3749        1.70  augustss 	},
   3750        1.70  augustss 	{
   3751   1.151.2.2   nathanw 	    USB_VENDOR_MITSUMI, 0,
   3752   1.151.2.2   nathanw 	    USB_KNOWNDEV_NOPROD,
   3753   1.151.2.2   nathanw 	    "Mitsumi",
   3754   1.151.2.2   nathanw 	    NULL,
   3755   1.151.2.2   nathanw 	},
   3756   1.151.2.2   nathanw 	{
   3757        1.44  augustss 	    USB_VENDOR_HP, 0,
   3758        1.44  augustss 	    USB_KNOWNDEV_NOPROD,
   3759        1.44  augustss 	    "Hewlett Packard",
   3760        1.44  augustss 	    NULL,
   3761        1.44  augustss 	},
   3762        1.44  augustss 	{
   3763        1.89  augustss 	    USB_VENDOR_ADAPTEC, 0,
   3764        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3765   1.151.2.7   nathanw 	    "Adaptec",
   3766       1.125  augustss 	    NULL,
   3767       1.125  augustss 	},
   3768       1.125  augustss 	{
   3769       1.125  augustss 	    USB_VENDOR_NATIONAL, 0,
   3770       1.125  augustss 	    USB_KNOWNDEV_NOPROD,
   3771       1.125  augustss 	    "National Semiconductor",
   3772        1.89  augustss 	    NULL,
   3773        1.89  augustss 	},
   3774        1.89  augustss 	{
   3775        1.89  augustss 	    USB_VENDOR_ACERLABS, 0,
   3776        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3777   1.151.2.7   nathanw 	    "Acer Labs",
   3778        1.89  augustss 	    NULL,
   3779        1.89  augustss 	},
   3780        1.89  augustss 	{
   3781        1.92  augustss 	    USB_VENDOR_FTDI, 0,
   3782        1.79  augustss 	    USB_KNOWNDEV_NOPROD,
   3783        1.79  augustss 	    "Future Technology Devices",
   3784        1.79  augustss 	    NULL,
   3785        1.79  augustss 	},
   3786        1.79  augustss 	{
   3787         1.1  augustss 	    USB_VENDOR_NEC, 0,
   3788         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   3789         1.1  augustss 	    "NEC",
   3790         1.3  augustss 	    NULL,
   3791         1.3  augustss 	},
   3792         1.3  augustss 	{
   3793         1.3  augustss 	    USB_VENDOR_KODAK, 0,
   3794         1.3  augustss 	    USB_KNOWNDEV_NOPROD,
   3795   1.151.2.7   nathanw 	    "Eastman Kodak",
   3796         1.1  augustss 	    NULL,
   3797         1.1  augustss 	},
   3798         1.1  augustss 	{
   3799        1.65  augustss 	    USB_VENDOR_MELCO, 0,
   3800        1.65  augustss 	    USB_KNOWNDEV_NOPROD,
   3801   1.151.2.7   nathanw 	    "Melco",
   3802        1.89  augustss 	    NULL,
   3803        1.89  augustss 	},
   3804        1.89  augustss 	{
   3805       1.145  augustss 	    USB_VENDOR_CREATIVE, 0,
   3806       1.145  augustss 	    USB_KNOWNDEV_NOPROD,
   3807       1.145  augustss 	    "Creative",
   3808       1.145  augustss 	    NULL,
   3809       1.145  augustss 	},
   3810       1.145  augustss 	{
   3811        1.89  augustss 	    USB_VENDOR_ADI, 0,
   3812        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3813   1.151.2.7   nathanw 	    "ADI Systems",
   3814        1.65  augustss 	    NULL,
   3815        1.65  augustss 	},
   3816        1.65  augustss 	{
   3817         1.7  augustss 	    USB_VENDOR_CATC, 0,
   3818         1.7  augustss 	    USB_KNOWNDEV_NOPROD,
   3819   1.151.2.7   nathanw 	    "Computer Access Technology",
   3820         1.7  augustss 	    NULL,
   3821         1.7  augustss 	},
   3822         1.7  augustss 	{
   3823  1.151.2.10   nathanw 	    USB_VENDOR_SMC2, 0,
   3824  1.151.2.10   nathanw 	    USB_KNOWNDEV_NOPROD,
   3825  1.151.2.10   nathanw 	    "Standard Microsystems",
   3826  1.151.2.10   nathanw 	    NULL,
   3827  1.151.2.10   nathanw 	},
   3828  1.151.2.10   nathanw 	{
   3829        1.25  augustss 	    USB_VENDOR_GRAVIS, 0,
   3830        1.25  augustss 	    USB_KNOWNDEV_NOPROD,
   3831   1.151.2.7   nathanw 	    "Advanced Gravis Computer Tech.",
   3832        1.25  augustss 	    NULL,
   3833        1.25  augustss 	},
   3834        1.25  augustss 	{
   3835        1.70  augustss 	    USB_VENDOR_SUN, 0,
   3836        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   3837        1.70  augustss 	    "Sun Microsystems",
   3838        1.70  augustss 	    NULL,
   3839        1.70  augustss 	},
   3840        1.70  augustss 	{
   3841   1.151.2.2   nathanw 	    USB_VENDOR_TAUGA, 0,
   3842   1.151.2.2   nathanw 	    USB_KNOWNDEV_NOPROD,
   3843   1.151.2.2   nathanw 	    "Taugagreining HF",
   3844   1.151.2.2   nathanw 	    NULL,
   3845   1.151.2.2   nathanw 	},
   3846   1.151.2.2   nathanw 	{
   3847        1.89  augustss 	    USB_VENDOR_AMD, 0,
   3848        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3849        1.89  augustss 	    "Advanced Micro Devices",
   3850        1.89  augustss 	    NULL,
   3851        1.89  augustss 	},
   3852        1.89  augustss 	{
   3853        1.44  augustss 	    USB_VENDOR_LEXMARK, 0,
   3854        1.44  augustss 	    USB_KNOWNDEV_NOPROD,
   3855   1.151.2.7   nathanw 	    "Lexmark International",
   3856        1.44  augustss 	    NULL,
   3857        1.44  augustss 	},
   3858        1.44  augustss 	{
   3859         1.1  augustss 	    USB_VENDOR_NANAO, 0,
   3860         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   3861   1.151.2.7   nathanw 	    "NANAO",
   3862        1.40  augustss 	    NULL,
   3863        1.40  augustss 	},
   3864        1.40  augustss 	{
   3865        1.89  augustss 	    USB_VENDOR_ALPS, 0,
   3866        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3867   1.151.2.7   nathanw 	    "Alps Electric",
   3868        1.89  augustss 	    NULL,
   3869        1.89  augustss 	},
   3870        1.89  augustss 	{
   3871        1.40  augustss 	    USB_VENDOR_THRUST, 0,
   3872        1.40  augustss 	    USB_KNOWNDEV_NOPROD,
   3873        1.40  augustss 	    "Thrustmaster",
   3874         1.1  augustss 	    NULL,
   3875         1.1  augustss 	},
   3876         1.1  augustss 	{
   3877        1.29  augustss 	    USB_VENDOR_TI, 0,
   3878         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   3879        1.26  augustss 	    "Texas Instruments",
   3880         1.1  augustss 	    NULL,
   3881         1.1  augustss 	},
   3882         1.1  augustss 	{
   3883        1.89  augustss 	    USB_VENDOR_ANALOGDEVICES, 0,
   3884        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3885   1.151.2.7   nathanw 	    "Analog Devices",
   3886        1.89  augustss 	    NULL,
   3887        1.89  augustss 	},
   3888        1.89  augustss 	{
   3889        1.45  augustss 	    USB_VENDOR_KYE, 0,
   3890         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   3891   1.151.2.7   nathanw 	    "KYE Systems",
   3892        1.17  augustss 	    NULL,
   3893        1.17  augustss 	},
   3894        1.17  augustss 	{
   3895       1.113  augustss 	    USB_VENDOR_DIAMOND2, 0,
   3896       1.106  augustss 	    USB_KNOWNDEV_NOPROD,
   3897       1.113  augustss 	    "Diamond (Supra)",
   3898       1.106  augustss 	    NULL,
   3899       1.106  augustss 	},
   3900       1.106  augustss 	{
   3901        1.17  augustss 	    USB_VENDOR_MICROSOFT, 0,
   3902        1.17  augustss 	    USB_KNOWNDEV_NOPROD,
   3903        1.17  augustss 	    "Microsoft",
   3904        1.15  augustss 	    NULL,
   3905        1.15  augustss 	},
   3906        1.15  augustss 	{
   3907        1.45  augustss 	    USB_VENDOR_PRIMAX, 0,
   3908        1.15  augustss 	    USB_KNOWNDEV_NOPROD,
   3909        1.26  augustss 	    "Primax Electronics",
   3910         1.1  augustss 	    NULL,
   3911         1.1  augustss 	},
   3912         1.1  augustss 	{
   3913        1.89  augustss 	    USB_VENDOR_AMP, 0,
   3914        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3915   1.151.2.7   nathanw 	    "AMP",
   3916        1.89  augustss 	    NULL,
   3917        1.89  augustss 	},
   3918        1.89  augustss 	{
   3919         1.1  augustss 	    USB_VENDOR_CHERRY, 0,
   3920         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   3921   1.151.2.7   nathanw 	    "Cherry Mikroschalter",
   3922         1.1  augustss 	    NULL,
   3923         1.1  augustss 	},
   3924         1.1  augustss 	{
   3925        1.89  augustss 	    USB_VENDOR_MEGATRENDS, 0,
   3926        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   3927        1.89  augustss 	    "American Megatrends",
   3928        1.89  augustss 	    NULL,
   3929        1.89  augustss 	},
   3930        1.89  augustss 	{
   3931        1.34      tron 	    USB_VENDOR_LOGITECH, 0,
   3932        1.34      tron 	    USB_KNOWNDEV_NOPROD,
   3933   1.151.2.7   nathanw 	    "Logitech",
   3934        1.34      tron 	    NULL,
   3935        1.34      tron 	},
   3936        1.34      tron 	{
   3937         1.7  augustss 	    USB_VENDOR_BTC, 0,
   3938         1.7  augustss 	    USB_KNOWNDEV_NOPROD,
   3939        1.26  augustss 	    "Behavior Tech. Computer",
   3940         1.7  augustss 	    NULL,
   3941         1.7  augustss 	},
   3942         1.7  augustss 	{
   3943         1.1  augustss 	    USB_VENDOR_PHILIPS, 0,
   3944         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   3945         1.1  augustss 	    "Philips",
   3946         1.1  augustss 	    NULL,
   3947         1.1  augustss 	},
   3948         1.1  augustss 	{
   3949  1.151.2.21   thorpej 	    USB_VENDOR_SANYO, 0,
   3950  1.151.2.21   thorpej 	    USB_KNOWNDEV_NOPROD,
   3951  1.151.2.21   thorpej 	    "Sanyo Electric",
   3952  1.151.2.21   thorpej 	    NULL,
   3953  1.151.2.21   thorpej 	},
   3954  1.151.2.21   thorpej 	{
   3955         1.1  augustss 	    USB_VENDOR_CONNECTIX, 0,
   3956         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   3957   1.151.2.7   nathanw 	    "Connectix",
   3958        1.79  augustss 	    NULL,
   3959        1.79  augustss 	},
   3960        1.79  augustss 	{
   3961        1.79  augustss 	    USB_VENDOR_KENSINGTON, 0,
   3962        1.79  augustss 	    USB_KNOWNDEV_NOPROD,
   3963        1.79  augustss 	    "Kensington",
   3964        1.35  augustss 	    NULL,
   3965        1.35  augustss 	},
   3966        1.35  augustss 	{
   3967        1.40  augustss 	    USB_VENDOR_LUCENT, 0,
   3968        1.40  augustss 	    USB_KNOWNDEV_NOPROD,
   3969        1.40  augustss 	    "Lucent",
   3970        1.40  augustss 	    NULL,
   3971        1.40  augustss 	},
   3972        1.40  augustss 	{
   3973        1.35  augustss 	    USB_VENDOR_STMICRO, 0,
   3974        1.35  augustss 	    USB_KNOWNDEV_NOPROD,
   3975        1.35  augustss 	    "STMicroelectronics",
   3976       1.103  augustss 	    NULL,
   3977       1.103  augustss 	},
   3978       1.103  augustss 	{
   3979       1.141  tshiozak 	    USB_VENDOR_YAMAHA, 0,
   3980       1.141  tshiozak 	    USB_KNOWNDEV_NOPROD,
   3981   1.151.2.7   nathanw 	    "YAMAHA",
   3982       1.141  tshiozak 	    NULL,
   3983       1.141  tshiozak 	},
   3984       1.141  tshiozak 	{
   3985       1.103  augustss 	    USB_VENDOR_COMPAQ, 0,
   3986       1.103  augustss 	    USB_KNOWNDEV_NOPROD,
   3987       1.103  augustss 	    "Compaq Computers",
   3988        1.16  augustss 	    NULL,
   3989        1.16  augustss 	},
   3990        1.16  augustss 	{
   3991   1.151.2.9   nathanw 	    USB_VENDOR_HITACHI, 0,
   3992   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   3993   1.151.2.9   nathanw 	    "Hitachi",
   3994   1.151.2.9   nathanw 	    NULL,
   3995   1.151.2.9   nathanw 	},
   3996   1.151.2.9   nathanw 	{
   3997        1.89  augustss 	    USB_VENDOR_ACERP, 0,
   3998        1.16  augustss 	    USB_KNOWNDEV_NOPROD,
   3999   1.151.2.7   nathanw 	    "Acer Peripherals",
   4000         1.6      mark 	    NULL,
   4001         1.6      mark 	},
   4002         1.6      mark 	{
   4003       1.111  augustss 	    USB_VENDOR_VISIONEER, 0,
   4004       1.111  augustss 	    USB_KNOWNDEV_NOPROD,
   4005       1.111  augustss 	    "Visioneer",
   4006       1.111  augustss 	    NULL,
   4007       1.111  augustss 	},
   4008       1.111  augustss 	{
   4009        1.57  augustss 	    USB_VENDOR_CANON, 0,
   4010        1.57  augustss 	    USB_KNOWNDEV_NOPROD,
   4011   1.151.2.7   nathanw 	    "Canon",
   4012       1.145  augustss 	    NULL,
   4013       1.145  augustss 	},
   4014       1.145  augustss 	{
   4015       1.145  augustss 	    USB_VENDOR_NIKON, 0,
   4016       1.145  augustss 	    USB_KNOWNDEV_NOPROD,
   4017       1.145  augustss 	    "Nikon",
   4018        1.57  augustss 	    NULL,
   4019        1.57  augustss 	},
   4020        1.57  augustss 	{
   4021       1.111  augustss 	    USB_VENDOR_IBM, 0,
   4022       1.111  augustss 	    USB_KNOWNDEV_NOPROD,
   4023       1.111  augustss 	    "IBM Corporation",
   4024       1.111  augustss 	    NULL,
   4025       1.111  augustss 	},
   4026       1.111  augustss 	{
   4027         1.6      mark 	    USB_VENDOR_CYPRESS, 0,
   4028         1.6      mark 	    USB_KNOWNDEV_NOPROD,
   4029         1.7  augustss 	    "Cypress Semiconductor",
   4030        1.22  augustss 	    NULL,
   4031        1.22  augustss 	},
   4032        1.22  augustss 	{
   4033        1.22  augustss 	    USB_VENDOR_EPSON, 0,
   4034        1.22  augustss 	    USB_KNOWNDEV_NOPROD,
   4035   1.151.2.7   nathanw 	    "Seiko Epson",
   4036       1.109  augustss 	    NULL,
   4037       1.109  augustss 	},
   4038       1.109  augustss 	{
   4039       1.109  augustss 	    USB_VENDOR_RAINBOW, 0,
   4040       1.109  augustss 	    USB_KNOWNDEV_NOPROD,
   4041       1.109  augustss 	    "Rainbow Technologies",
   4042        1.85       uch 	    NULL,
   4043        1.85       uch 	},
   4044        1.85       uch 	{
   4045        1.85       uch 	    USB_VENDOR_IODATA, 0,
   4046        1.85       uch 	    USB_KNOWNDEV_NOPROD,
   4047        1.89  augustss 	    "I/O Data",
   4048         1.7  augustss 	    NULL,
   4049         1.7  augustss 	},
   4050         1.7  augustss 	{
   4051   1.151.2.2   nathanw 	    USB_VENDOR_TDK, 0,
   4052   1.151.2.2   nathanw 	    USB_KNOWNDEV_NOPROD,
   4053   1.151.2.7   nathanw 	    "TDK",
   4054   1.151.2.2   nathanw 	    NULL,
   4055   1.151.2.2   nathanw 	},
   4056   1.151.2.2   nathanw 	{
   4057        1.70  augustss 	    USB_VENDOR_3COMUSR, 0,
   4058         1.7  augustss 	    USB_KNOWNDEV_NOPROD,
   4059        1.26  augustss 	    "U.S. Robotics",
   4060         1.9  augustss 	    NULL,
   4061         1.9  augustss 	},
   4062         1.9  augustss 	{
   4063       1.118  augustss 	    USB_VENDOR_METHODE, 0,
   4064       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4065   1.151.2.7   nathanw 	    "Methode Electronics Far East",
   4066       1.118  augustss 	    NULL,
   4067       1.118  augustss 	},
   4068       1.118  augustss 	{
   4069       1.118  augustss 	    USB_VENDOR_MAXISWITCH, 0,
   4070       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4071   1.151.2.7   nathanw 	    "Maxi Switch",
   4072       1.118  augustss 	    NULL,
   4073       1.118  augustss 	},
   4074       1.118  augustss 	{
   4075       1.118  augustss 	    USB_VENDOR_LOCKHEEDMER, 0,
   4076       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4077       1.118  augustss 	    "Lockheed Martin Energy Research",
   4078       1.118  augustss 	    NULL,
   4079       1.118  augustss 	},
   4080       1.118  augustss 	{
   4081       1.118  augustss 	    USB_VENDOR_FUJITSU, 0,
   4082       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4083   1.151.2.7   nathanw 	    "Fujitsu",
   4084       1.118  augustss 	    NULL,
   4085       1.118  augustss 	},
   4086       1.118  augustss 	{
   4087       1.118  augustss 	    USB_VENDOR_TOSHIBAAM, 0,
   4088       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4089       1.118  augustss 	    "Toshiba America Electronic Components",
   4090       1.118  augustss 	    NULL,
   4091       1.118  augustss 	},
   4092       1.118  augustss 	{
   4093       1.118  augustss 	    USB_VENDOR_MICROMACRO, 0,
   4094       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4095       1.118  augustss 	    "Micro Macro Technologies",
   4096       1.118  augustss 	    NULL,
   4097       1.118  augustss 	},
   4098       1.118  augustss 	{
   4099        1.20  augustss 	    USB_VENDOR_KONICA, 0,
   4100        1.20  augustss 	    USB_KNOWNDEV_NOPROD,
   4101   1.151.2.7   nathanw 	    "Konica",
   4102       1.118  augustss 	    NULL,
   4103       1.118  augustss 	},
   4104       1.118  augustss 	{
   4105       1.118  augustss 	    USB_VENDOR_LITEON, 0,
   4106       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4107   1.151.2.7   nathanw 	    "Lite-On Technology",
   4108       1.118  augustss 	    NULL,
   4109       1.118  augustss 	},
   4110       1.118  augustss 	{
   4111       1.118  augustss 	    USB_VENDOR_FUJIPHOTO, 0,
   4112       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4113   1.151.2.7   nathanw 	    "Fuji Photo Film",
   4114       1.118  augustss 	    NULL,
   4115       1.118  augustss 	},
   4116       1.118  augustss 	{
   4117       1.118  augustss 	    USB_VENDOR_PHILIPSSEMI, 0,
   4118       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4119       1.118  augustss 	    "Philips Semiconductors",
   4120       1.118  augustss 	    NULL,
   4121       1.118  augustss 	},
   4122       1.118  augustss 	{
   4123       1.118  augustss 	    USB_VENDOR_TATUNG, 0,
   4124       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4125       1.118  augustss 	    "Tatung Co. Of America",
   4126       1.118  augustss 	    NULL,
   4127       1.118  augustss 	},
   4128       1.118  augustss 	{
   4129       1.118  augustss 	    USB_VENDOR_SCANLOGIC, 0,
   4130       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4131   1.151.2.7   nathanw 	    "ScanLogic",
   4132       1.118  augustss 	    NULL,
   4133       1.118  augustss 	},
   4134       1.118  augustss 	{
   4135       1.118  augustss 	    USB_VENDOR_MYSON, 0,
   4136       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4137   1.151.2.7   nathanw 	    "Myson Technology",
   4138       1.118  augustss 	    NULL,
   4139       1.118  augustss 	},
   4140       1.118  augustss 	{
   4141       1.118  augustss 	    USB_VENDOR_DIGI2, 0,
   4142       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4143       1.118  augustss 	    "Digi International",
   4144       1.118  augustss 	    NULL,
   4145       1.118  augustss 	},
   4146       1.118  augustss 	{
   4147       1.118  augustss 	    USB_VENDOR_ITTCANON, 0,
   4148       1.118  augustss 	    USB_KNOWNDEV_NOPROD,
   4149       1.118  augustss 	    "ITT Canon",
   4150        1.55  augustss 	    NULL,
   4151        1.55  augustss 	},
   4152        1.55  augustss 	{
   4153        1.55  augustss 	    USB_VENDOR_ALTEC, 0,
   4154        1.55  augustss 	    USB_KNOWNDEV_NOPROD,
   4155   1.151.2.7   nathanw 	    "Altec Lansing Technologies",
   4156        1.20  augustss 	    NULL,
   4157        1.20  augustss 	},
   4158        1.20  augustss 	{
   4159   1.151.2.1   nathanw 	    USB_VENDOR_PANASONIC, 0,
   4160   1.151.2.1   nathanw 	    USB_KNOWNDEV_NOPROD,
   4161   1.151.2.1   nathanw 	    "Panasonic (Matsushita)",
   4162   1.151.2.1   nathanw 	    NULL,
   4163   1.151.2.1   nathanw 	},
   4164   1.151.2.1   nathanw 	{
   4165   1.151.2.7   nathanw 	    USB_VENDOR_IIYAMA, 0,
   4166   1.151.2.7   nathanw 	    USB_KNOWNDEV_NOPROD,
   4167   1.151.2.7   nathanw 	    "Iiyama",
   4168   1.151.2.7   nathanw 	    NULL,
   4169   1.151.2.7   nathanw 	},
   4170   1.151.2.7   nathanw 	{
   4171         1.9  augustss 	    USB_VENDOR_SHUTTLE, 0,
   4172         1.9  augustss 	    USB_KNOWNDEV_NOPROD,
   4173         1.9  augustss 	    "Shuttle Technology",
   4174        1.30      tron 	    NULL,
   4175        1.30      tron 	},
   4176        1.30      tron 	{
   4177        1.89  augustss 	    USB_VENDOR_ANNABOOKS, 0,
   4178        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4179        1.89  augustss 	    "Annabooks",
   4180        1.89  augustss 	    NULL,
   4181        1.89  augustss 	},
   4182        1.89  augustss 	{
   4183        1.44  augustss 	    USB_VENDOR_CHICONY, 0,
   4184        1.44  augustss 	    USB_KNOWNDEV_NOPROD,
   4185   1.151.2.7   nathanw 	    "Chicony Electronics",
   4186        1.44  augustss 	    NULL,
   4187        1.44  augustss 	},
   4188        1.44  augustss 	{
   4189        1.30      tron 	    USB_VENDOR_BROTHER, 0,
   4190        1.30      tron 	    USB_KNOWNDEV_NOPROD,
   4191   1.151.2.7   nathanw 	    "Brother Industries",
   4192         1.7  augustss 	    NULL,
   4193         1.7  augustss 	},
   4194         1.7  augustss 	{
   4195        1.45  augustss 	    USB_VENDOR_DALLAS, 0,
   4196         1.7  augustss 	    USB_KNOWNDEV_NOPROD,
   4197        1.26  augustss 	    "Dallas Semiconductor",
   4198        1.36  augustss 	    NULL,
   4199        1.36  augustss 	},
   4200        1.36  augustss 	{
   4201        1.89  augustss 	    USB_VENDOR_ACER, 0,
   4202        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4203   1.151.2.7   nathanw 	    "Acer",
   4204        1.89  augustss 	    NULL,
   4205        1.89  augustss 	},
   4206        1.89  augustss 	{
   4207        1.70  augustss 	    USB_VENDOR_3COM, 0,
   4208        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   4209   1.151.2.7   nathanw 	    "3Com",
   4210        1.70  augustss 	    NULL,
   4211        1.70  augustss 	},
   4212        1.70  augustss 	{
   4213        1.89  augustss 	    USB_VENDOR_AZTECH, 0,
   4214        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4215   1.151.2.7   nathanw 	    "Aztech Systems",
   4216        1.89  augustss 	    NULL,
   4217        1.89  augustss 	},
   4218        1.89  augustss 	{
   4219        1.43  augustss 	    USB_VENDOR_BELKIN, 0,
   4220        1.43  augustss 	    USB_KNOWNDEV_NOPROD,
   4221        1.43  augustss 	    "Belkin Components",
   4222        1.43  augustss 	    NULL,
   4223        1.43  augustss 	},
   4224        1.43  augustss 	{
   4225        1.36  augustss 	    USB_VENDOR_KAWATSU, 0,
   4226        1.36  augustss 	    USB_KNOWNDEV_NOPROD,
   4227   1.151.2.7   nathanw 	    "Kawatsu Semiconductor",
   4228        1.21  augustss 	    NULL,
   4229        1.21  augustss 	},
   4230        1.21  augustss 	{
   4231        1.44  augustss 	    USB_VENDOR_APC, 0,
   4232        1.44  augustss 	    USB_KNOWNDEV_NOPROD,
   4233        1.44  augustss 	    "American Power Conversion",
   4234        1.44  augustss 	    NULL,
   4235        1.44  augustss 	},
   4236        1.44  augustss 	{
   4237        1.89  augustss 	    USB_VENDOR_CONNECTEK, 0,
   4238        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4239   1.151.2.7   nathanw 	    "Advanced Connectek USA",
   4240        1.89  augustss 	    NULL,
   4241        1.89  augustss 	},
   4242        1.89  augustss 	{
   4243        1.70  augustss 	    USB_VENDOR_NETCHIP, 0,
   4244        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   4245        1.70  augustss 	    "NetChip Technology",
   4246        1.70  augustss 	    NULL,
   4247        1.70  augustss 	},
   4248        1.70  augustss 	{
   4249        1.89  augustss 	    USB_VENDOR_ALTRA, 0,
   4250        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4251        1.89  augustss 	    "ALTRA",
   4252        1.89  augustss 	    NULL,
   4253        1.89  augustss 	},
   4254        1.89  augustss 	{
   4255        1.89  augustss 	    USB_VENDOR_ATI, 0,
   4256        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4257   1.151.2.7   nathanw 	    "ATI Technologies",
   4258        1.89  augustss 	    NULL,
   4259        1.89  augustss 	},
   4260        1.89  augustss 	{
   4261        1.21  augustss 	    USB_VENDOR_AKS, 0,
   4262        1.21  augustss 	    USB_KNOWNDEV_NOPROD,
   4263        1.89  augustss 	    "Aladdin Knowledge Systems",
   4264        1.57  augustss 	    NULL,
   4265        1.57  augustss 	},
   4266        1.57  augustss 	{
   4267        1.57  augustss 	    USB_VENDOR_UNIACCESS, 0,
   4268        1.57  augustss 	    USB_KNOWNDEV_NOPROD,
   4269        1.57  augustss 	    "Universal Access",
   4270         1.7  augustss 	    NULL,
   4271         1.7  augustss 	},
   4272         1.7  augustss 	{
   4273   1.151.2.2   nathanw 	    USB_VENDOR_XIRLINK, 0,
   4274   1.151.2.2   nathanw 	    USB_KNOWNDEV_NOPROD,
   4275   1.151.2.7   nathanw 	    "Xirlink",
   4276   1.151.2.2   nathanw 	    NULL,
   4277   1.151.2.2   nathanw 	},
   4278   1.151.2.2   nathanw 	{
   4279        1.44  augustss 	    USB_VENDOR_ANCHOR, 0,
   4280        1.44  augustss 	    USB_KNOWNDEV_NOPROD,
   4281   1.151.2.7   nathanw 	    "Anchor Chips",
   4282        1.44  augustss 	    NULL,
   4283        1.44  augustss 	},
   4284        1.44  augustss 	{
   4285       1.111  augustss 	    USB_VENDOR_SONY, 0,
   4286       1.111  augustss 	    USB_KNOWNDEV_NOPROD,
   4287   1.151.2.7   nathanw 	    "Sony",
   4288       1.111  augustss 	    NULL,
   4289       1.111  augustss 	},
   4290       1.111  augustss 	{
   4291        1.24  augustss 	    USB_VENDOR_VISION, 0,
   4292        1.24  augustss 	    USB_KNOWNDEV_NOPROD,
   4293   1.151.2.7   nathanw 	    "VLSI Vision",
   4294        1.24  augustss 	    NULL,
   4295        1.24  augustss 	},
   4296        1.24  augustss 	{
   4297        1.89  augustss 	    USB_VENDOR_ASAHIKASEI, 0,
   4298        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4299   1.151.2.7   nathanw 	    "Asahi Kasei Microsystems",
   4300        1.89  augustss 	    NULL,
   4301        1.89  augustss 	},
   4302        1.89  augustss 	{
   4303         1.7  augustss 	    USB_VENDOR_ATEN, 0,
   4304         1.7  augustss 	    USB_KNOWNDEV_NOPROD,
   4305   1.151.2.7   nathanw 	    "ATEN International",
   4306        1.12  augustss 	    NULL,
   4307        1.12  augustss 	},
   4308        1.12  augustss 	{
   4309        1.48  augustss 	    USB_VENDOR_MUSTEK, 0,
   4310        1.48  augustss 	    USB_KNOWNDEV_NOPROD,
   4311   1.151.2.7   nathanw 	    "Mustek Systems",
   4312        1.48  augustss 	    NULL,
   4313        1.48  augustss 	},
   4314        1.48  augustss 	{
   4315        1.53  augustss 	    USB_VENDOR_TELEX, 0,
   4316        1.53  augustss 	    USB_KNOWNDEV_NOPROD,
   4317   1.151.2.7   nathanw 	    "Telex Communications",
   4318        1.53  augustss 	    NULL,
   4319        1.53  augustss 	},
   4320        1.53  augustss 	{
   4321        1.12  augustss 	    USB_VENDOR_PERACOM, 0,
   4322        1.12  augustss 	    USB_KNOWNDEV_NOPROD,
   4323   1.151.2.7   nathanw 	    "Peracom Networks",
   4324       1.105  augustss 	    NULL,
   4325       1.105  augustss 	},
   4326       1.105  augustss 	{
   4327       1.105  augustss 	    USB_VENDOR_ALCOR2, 0,
   4328       1.105  augustss 	    USB_KNOWNDEV_NOPROD,
   4329   1.151.2.7   nathanw 	    "Alcor Micro",
   4330         1.1  augustss 	    NULL,
   4331         1.1  augustss 	},
   4332         1.1  augustss 	{
   4333        1.25  augustss 	    USB_VENDOR_WACOM, 0,
   4334        1.25  augustss 	    USB_KNOWNDEV_NOPROD,
   4335   1.151.2.7   nathanw 	    "WACOM",
   4336        1.25  augustss 	    NULL,
   4337        1.25  augustss 	},
   4338        1.25  augustss 	{
   4339        1.43  augustss 	    USB_VENDOR_ETEK, 0,
   4340        1.43  augustss 	    USB_KNOWNDEV_NOPROD,
   4341        1.43  augustss 	    "e-TEK Labs",
   4342        1.43  augustss 	    NULL,
   4343        1.43  augustss 	},
   4344        1.43  augustss 	{
   4345         1.1  augustss 	    USB_VENDOR_EIZO, 0,
   4346         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   4347         1.1  augustss 	    "EIZO",
   4348         1.7  augustss 	    NULL,
   4349         1.7  augustss 	},
   4350         1.7  augustss 	{
   4351        1.45  augustss 	    USB_VENDOR_ELECOM, 0,
   4352         1.7  augustss 	    USB_KNOWNDEV_NOPROD,
   4353   1.151.2.7   nathanw 	    "Elecom",
   4354        1.87  augustss 	    NULL,
   4355        1.87  augustss 	},
   4356        1.87  augustss 	{
   4357   1.151.2.1   nathanw 	    USB_VENDOR_HAUPPAUGE, 0,
   4358   1.151.2.1   nathanw 	    USB_KNOWNDEV_NOPROD,
   4359   1.151.2.1   nathanw 	    "Hauppauge Computer Works",
   4360   1.151.2.1   nathanw 	    NULL,
   4361   1.151.2.1   nathanw 	},
   4362   1.151.2.1   nathanw 	{
   4363        1.89  augustss 	    USB_VENDOR_BAFO, 0,
   4364        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4365        1.89  augustss 	    "BAFO/Quality Computer Accessories",
   4366        1.89  augustss 	    NULL,
   4367        1.89  augustss 	},
   4368        1.89  augustss 	{
   4369        1.87  augustss 	    USB_VENDOR_YEDATA, 0,
   4370        1.87  augustss 	    USB_KNOWNDEV_NOPROD,
   4371        1.87  augustss 	    "Y-E Data",
   4372        1.82  augustss 	    NULL,
   4373        1.82  augustss 	},
   4374        1.82  augustss 	{
   4375        1.89  augustss 	    USB_VENDOR_AVM, 0,
   4376        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4377        1.89  augustss 	    "AVM GmbH",
   4378        1.89  augustss 	    NULL,
   4379        1.89  augustss 	},
   4380        1.89  augustss 	{
   4381        1.82  augustss 	    USB_VENDOR_QUICKSHOT, 0,
   4382        1.82  augustss 	    USB_KNOWNDEV_NOPROD,
   4383        1.82  augustss 	    "Quickshot",
   4384       1.141  tshiozak 	    NULL,
   4385       1.141  tshiozak 	},
   4386       1.141  tshiozak 	{
   4387       1.141  tshiozak 	    USB_VENDOR_ROLAND, 0,
   4388       1.141  tshiozak 	    USB_KNOWNDEV_NOPROD,
   4389   1.151.2.7   nathanw 	    "Roland",
   4390        1.40  augustss 	    NULL,
   4391        1.40  augustss 	},
   4392        1.40  augustss 	{
   4393        1.40  augustss 	    USB_VENDOR_ROCKFIRE, 0,
   4394        1.40  augustss 	    USB_KNOWNDEV_NOPROD,
   4395        1.40  augustss 	    "Rockfire",
   4396        1.25  augustss 	    NULL,
   4397        1.25  augustss 	},
   4398        1.25  augustss 	{
   4399   1.151.2.9   nathanw 	    USB_VENDOR_RATOC, 0,
   4400   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   4401   1.151.2.9   nathanw 	    "RATOC Systems, Inc.",
   4402   1.151.2.9   nathanw 	    NULL,
   4403   1.151.2.9   nathanw 	},
   4404   1.151.2.9   nathanw 	{
   4405       1.121  augustss 	    USB_VENDOR_ZYXEL, 0,
   4406       1.121  augustss 	    USB_KNOWNDEV_NOPROD,
   4407   1.151.2.7   nathanw 	    "ZyXEL Communication",
   4408       1.121  augustss 	    NULL,
   4409       1.121  augustss 	},
   4410       1.121  augustss 	{
   4411        1.89  augustss 	    USB_VENDOR_ALCOR, 0,
   4412        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4413   1.151.2.7   nathanw 	    "Alcor Micro",
   4414        1.89  augustss 	    NULL,
   4415        1.89  augustss 	},
   4416        1.89  augustss 	{
   4417        1.25  augustss 	    USB_VENDOR_IOMEGA, 0,
   4418        1.25  augustss 	    USB_KNOWNDEV_NOPROD,
   4419   1.151.2.7   nathanw 	    "Iomega",
   4420        1.40  augustss 	    NULL,
   4421        1.40  augustss 	},
   4422        1.40  augustss 	{
   4423        1.89  augustss 	    USB_VENDOR_ATREND, 0,
   4424        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4425   1.151.2.7   nathanw 	    "A-Trend Technology",
   4426        1.89  augustss 	    NULL,
   4427        1.89  augustss 	},
   4428        1.89  augustss 	{
   4429        1.89  augustss 	    USB_VENDOR_AID, 0,
   4430        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4431        1.89  augustss 	    "Advanced Input Devices",
   4432        1.89  augustss 	    NULL,
   4433        1.89  augustss 	},
   4434        1.89  augustss 	{
   4435       1.108  augustss 	    USB_VENDOR_LACIE, 0,
   4436       1.108  augustss 	    USB_KNOWNDEV_NOPROD,
   4437       1.108  augustss 	    "LaCie",
   4438       1.108  augustss 	    NULL,
   4439       1.108  augustss 	},
   4440       1.108  augustss 	{
   4441        1.40  augustss 	    USB_VENDOR_OMNIVISION, 0,
   4442        1.40  augustss 	    USB_KNOWNDEV_NOPROD,
   4443        1.40  augustss 	    "OmniVision",
   4444         1.1  augustss 	    NULL,
   4445         1.1  augustss 	},
   4446         1.1  augustss 	{
   4447        1.43  augustss 	    USB_VENDOR_INSYSTEM, 0,
   4448         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   4449        1.26  augustss 	    "In-System Design",
   4450        1.13  augustss 	    NULL,
   4451        1.13  augustss 	},
   4452        1.13  augustss 	{
   4453        1.34      tron 	    USB_VENDOR_APPLE, 0,
   4454        1.13  augustss 	    USB_KNOWNDEV_NOPROD,
   4455        1.34      tron 	    "Apple Computer",
   4456        1.75     soren 	    NULL,
   4457        1.75     soren 	},
   4458        1.75     soren 	{
   4459        1.75     soren 	    USB_VENDOR_DIGI, 0,
   4460        1.75     soren 	    USB_KNOWNDEV_NOPROD,
   4461        1.75     soren 	    "Digi International",
   4462        1.44  augustss 	    NULL,
   4463        1.44  augustss 	},
   4464        1.44  augustss 	{
   4465        1.44  augustss 	    USB_VENDOR_QTRONIX, 0,
   4466        1.44  augustss 	    USB_KNOWNDEV_NOPROD,
   4467   1.151.2.7   nathanw 	    "Qtronix",
   4468        1.60  augustss 	    NULL,
   4469        1.60  augustss 	},
   4470        1.60  augustss 	{
   4471        1.60  augustss 	    USB_VENDOR_ELSA, 0,
   4472        1.60  augustss 	    USB_KNOWNDEV_NOPROD,
   4473   1.151.2.7   nathanw 	    "ELSA",
   4474         1.1  augustss 	    NULL,
   4475         1.1  augustss 	},
   4476         1.1  augustss 	{
   4477        1.89  augustss 	    USB_VENDOR_BRAINBOXES, 0,
   4478        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4479        1.89  augustss 	    "Brainboxes Limited",
   4480        1.89  augustss 	    NULL,
   4481        1.89  augustss 	},
   4482        1.89  augustss 	{
   4483   1.151.2.8   nathanw 	    USB_VENDOR_ULTIMA, 0,
   4484   1.151.2.8   nathanw 	    USB_KNOWNDEV_NOPROD,
   4485   1.151.2.8   nathanw 	    "Ultima",
   4486   1.151.2.8   nathanw 	    NULL,
   4487   1.151.2.8   nathanw 	},
   4488   1.151.2.8   nathanw 	{
   4489        1.89  augustss 	    USB_VENDOR_AXIOHM, 0,
   4490        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4491        1.89  augustss 	    "Axiohm Transaction Solutions",
   4492       1.111  augustss 	    NULL,
   4493       1.111  augustss 	},
   4494       1.111  augustss 	{
   4495       1.111  augustss 	    USB_VENDOR_MICROTEK, 0,
   4496       1.111  augustss 	    USB_KNOWNDEV_NOPROD,
   4497       1.111  augustss 	    "Microtek",
   4498        1.89  augustss 	    NULL,
   4499        1.89  augustss 	},
   4500        1.89  augustss 	{
   4501  1.151.2.10   nathanw 	    USB_VENDOR_SUNTAC, 0,
   4502  1.151.2.10   nathanw 	    USB_KNOWNDEV_NOPROD,
   4503  1.151.2.10   nathanw 	    "SUN Corporation",
   4504  1.151.2.10   nathanw 	    NULL,
   4505  1.151.2.10   nathanw 	},
   4506  1.151.2.10   nathanw 	{
   4507   1.151.2.2   nathanw 	    USB_VENDOR_LEXAR, 0,
   4508   1.151.2.2   nathanw 	    USB_KNOWNDEV_NOPROD,
   4509   1.151.2.2   nathanw 	    "Lexar Media",
   4510   1.151.2.2   nathanw 	    NULL,
   4511   1.151.2.2   nathanw 	},
   4512   1.151.2.2   nathanw 	{
   4513       1.115  augustss 	    USB_VENDOR_SYMBOL, 0,
   4514       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4515       1.115  augustss 	    "Symbol Technologies",
   4516       1.115  augustss 	    NULL,
   4517       1.115  augustss 	},
   4518       1.115  augustss 	{
   4519       1.115  augustss 	    USB_VENDOR_GENESYS, 0,
   4520       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4521   1.151.2.7   nathanw 	    "Genesys Logic",
   4522       1.115  augustss 	    NULL,
   4523       1.115  augustss 	},
   4524       1.115  augustss 	{
   4525       1.115  augustss 	    USB_VENDOR_FUJI, 0,
   4526       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4527   1.151.2.7   nathanw 	    "Fuji Electric",
   4528       1.115  augustss 	    NULL,
   4529       1.115  augustss 	},
   4530       1.115  augustss 	{
   4531       1.115  augustss 	    USB_VENDOR_KEITHLEY, 0,
   4532       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4533       1.115  augustss 	    "Keithley Instruments",
   4534       1.115  augustss 	    NULL,
   4535       1.115  augustss 	},
   4536       1.115  augustss 	{
   4537         1.1  augustss 	    USB_VENDOR_EIZONANAO, 0,
   4538         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   4539         1.1  augustss 	    "EIZO Nanao",
   4540        1.39  augustss 	    NULL,
   4541        1.39  augustss 	},
   4542        1.39  augustss 	{
   4543        1.70  augustss 	    USB_VENDOR_KLSI, 0,
   4544        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   4545        1.70  augustss 	    "Kawasaki LSI",
   4546        1.70  augustss 	    NULL,
   4547        1.70  augustss 	},
   4548        1.70  augustss 	{
   4549       1.115  augustss 	    USB_VENDOR_FFC, 0,
   4550       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4551   1.151.2.7   nathanw 	    "FFC",
   4552       1.115  augustss 	    NULL,
   4553       1.115  augustss 	},
   4554       1.115  augustss 	{
   4555        1.89  augustss 	    USB_VENDOR_ANKO, 0,
   4556        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4557   1.151.2.7   nathanw 	    "Anko Electronic",
   4558        1.89  augustss 	    NULL,
   4559        1.89  augustss 	},
   4560        1.89  augustss 	{
   4561        1.39  augustss 	    USB_VENDOR_PIENGINEERING, 0,
   4562        1.39  augustss 	    USB_KNOWNDEV_NOPROD,
   4563        1.39  augustss 	    "P.I. Engineering",
   4564         1.1  augustss 	    NULL,
   4565         1.1  augustss 	},
   4566         1.1  augustss 	{
   4567        1.89  augustss 	    USB_VENDOR_AOC, 0,
   4568        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4569        1.89  augustss 	    "AOC International",
   4570        1.89  augustss 	    NULL,
   4571        1.89  augustss 	},
   4572        1.89  augustss 	{
   4573         1.1  augustss 	    USB_VENDOR_CHIC, 0,
   4574         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   4575         1.1  augustss 	    "Chic Technology",
   4576        1.68      tron 	    NULL,
   4577        1.68      tron 	},
   4578        1.68      tron 	{
   4579        1.89  augustss 	    USB_VENDOR_BARCO, 0,
   4580        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4581        1.89  augustss 	    "Barco Display Systems",
   4582        1.89  augustss 	    NULL,
   4583        1.89  augustss 	},
   4584        1.89  augustss 	{
   4585        1.89  augustss 	    USB_VENDOR_BRIDGE, 0,
   4586        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4587   1.151.2.7   nathanw 	    "Bridge Information",
   4588        1.89  augustss 	    NULL,
   4589        1.89  augustss 	},
   4590        1.89  augustss 	{
   4591        1.68      tron 	    USB_VENDOR_SOLIDYEAR, 0,
   4592        1.68      tron 	    USB_KNOWNDEV_NOPROD,
   4593        1.68      tron 	    "Solid Year",
   4594        1.24  augustss 	    NULL,
   4595        1.24  augustss 	},
   4596        1.24  augustss 	{
   4597        1.89  augustss 	    USB_VENDOR_BIORAD, 0,
   4598        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4599        1.89  augustss 	    "Bio-Rad Laboratories",
   4600        1.89  augustss 	    NULL,
   4601        1.89  augustss 	},
   4602        1.89  augustss 	{
   4603        1.24  augustss 	    USB_VENDOR_MACALLY, 0,
   4604        1.24  augustss 	    USB_KNOWNDEV_NOPROD,
   4605        1.24  augustss 	    "Macally",
   4606        1.69  augustss 	    NULL,
   4607        1.69  augustss 	},
   4608        1.69  augustss 	{
   4609        1.89  augustss 	    USB_VENDOR_ACTLABS, 0,
   4610        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4611   1.151.2.7   nathanw 	    "Act Labs",
   4612        1.89  augustss 	    NULL,
   4613        1.89  augustss 	},
   4614        1.89  augustss 	{
   4615        1.89  augustss 	    USB_VENDOR_ALARIS, 0,
   4616        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4617   1.151.2.7   nathanw 	    "Alaris",
   4618        1.89  augustss 	    NULL,
   4619        1.89  augustss 	},
   4620        1.89  augustss 	{
   4621        1.89  augustss 	    USB_VENDOR_APEX, 0,
   4622        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4623   1.151.2.7   nathanw 	    "Apex",
   4624  1.151.2.21   thorpej 	    NULL,
   4625  1.151.2.21   thorpej 	},
   4626  1.151.2.21   thorpej 	{
   4627  1.151.2.21   thorpej 	    USB_VENDOR_VIVITAR, 0,
   4628  1.151.2.21   thorpej 	    USB_KNOWNDEV_NOPROD,
   4629  1.151.2.21   thorpej 	    "Vivitar",
   4630        1.89  augustss 	    NULL,
   4631        1.89  augustss 	},
   4632        1.89  augustss 	{
   4633        1.89  augustss 	    USB_VENDOR_AVISION, 0,
   4634        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4635   1.151.2.7   nathanw 	    "Avision",
   4636       1.101  augustss 	    NULL,
   4637       1.101  augustss 	},
   4638       1.101  augustss 	{
   4639       1.101  augustss 	    USB_VENDOR_TEAC, 0,
   4640       1.101  augustss 	    USB_KNOWNDEV_NOPROD,
   4641       1.101  augustss 	    "TEAC",
   4642        1.89  augustss 	    NULL,
   4643        1.89  augustss 	},
   4644        1.89  augustss 	{
   4645  1.151.2.13   nathanw 	    USB_VENDOR_SGI, 0,
   4646  1.151.2.13   nathanw 	    USB_KNOWNDEV_NOPROD,
   4647  1.151.2.13   nathanw 	    "Silicon Graphics",
   4648  1.151.2.13   nathanw 	    NULL,
   4649  1.151.2.13   nathanw 	},
   4650  1.151.2.13   nathanw 	{
   4651  1.151.2.12   nathanw 	    USB_VENDOR_SANWASUPPLY, 0,
   4652  1.151.2.12   nathanw 	    USB_KNOWNDEV_NOPROD,
   4653  1.151.2.12   nathanw 	    "Sanwa Supply",
   4654  1.151.2.12   nathanw 	    NULL,
   4655  1.151.2.12   nathanw 	},
   4656  1.151.2.12   nathanw 	{
   4657        1.69  augustss 	    USB_VENDOR_LINKSYS, 0,
   4658        1.69  augustss 	    USB_KNOWNDEV_NOPROD,
   4659   1.151.2.7   nathanw 	    "Linksys",
   4660        1.89  augustss 	    NULL,
   4661        1.89  augustss 	},
   4662        1.89  augustss 	{
   4663        1.89  augustss 	    USB_VENDOR_ACERSA, 0,
   4664        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4665   1.151.2.7   nathanw 	    "Acer Semiconductor America",
   4666        1.89  augustss 	    NULL,
   4667        1.89  augustss 	},
   4668        1.89  augustss 	{
   4669   1.151.2.8   nathanw 	    USB_VENDOR_SIGMATEL, 0,
   4670   1.151.2.8   nathanw 	    USB_KNOWNDEV_NOPROD,
   4671   1.151.2.8   nathanw 	    "Sigmatel",
   4672   1.151.2.8   nathanw 	    NULL,
   4673   1.151.2.8   nathanw 	},
   4674   1.151.2.8   nathanw 	{
   4675        1.89  augustss 	    USB_VENDOR_AIWA, 0,
   4676        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4677   1.151.2.7   nathanw 	    "Aiwa",
   4678        1.89  augustss 	    NULL,
   4679        1.89  augustss 	},
   4680        1.89  augustss 	{
   4681        1.89  augustss 	    USB_VENDOR_ACARD, 0,
   4682        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4683   1.151.2.7   nathanw 	    "ACARD Technology",
   4684        1.90  augustss 	    NULL,
   4685        1.90  augustss 	},
   4686        1.90  augustss 	{
   4687        1.90  augustss 	    USB_VENDOR_PROLIFIC, 0,
   4688        1.90  augustss 	    USB_KNOWNDEV_NOPROD,
   4689   1.151.2.7   nathanw 	    "Prolific Technology",
   4690        1.89  augustss 	    NULL,
   4691        1.89  augustss 	},
   4692        1.89  augustss 	{
   4693  1.151.2.10   nathanw 	    USB_VENDOR_SIEMENS, 0,
   4694  1.151.2.10   nathanw 	    USB_KNOWNDEV_NOPROD,
   4695  1.151.2.10   nathanw 	    "Siemens",
   4696  1.151.2.10   nathanw 	    NULL,
   4697  1.151.2.10   nathanw 	},
   4698  1.151.2.10   nathanw 	{
   4699        1.89  augustss 	    USB_VENDOR_ADVANCELOGIC, 0,
   4700        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4701   1.151.2.7   nathanw 	    "Avance Logic",
   4702   1.151.2.2   nathanw 	    NULL,
   4703   1.151.2.2   nathanw 	},
   4704   1.151.2.2   nathanw 	{
   4705   1.151.2.2   nathanw 	    USB_VENDOR_HAGIWARA, 0,
   4706   1.151.2.2   nathanw 	    USB_KNOWNDEV_NOPROD,
   4707   1.151.2.2   nathanw 	    "Hagiwara Sys-Com",
   4708       1.102  augustss 	    NULL,
   4709       1.102  augustss 	},
   4710       1.102  augustss 	{
   4711   1.151.2.9   nathanw 	    USB_VENDOR_MINOLTA, 0,
   4712   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   4713   1.151.2.9   nathanw 	    "Minolta",
   4714   1.151.2.9   nathanw 	    NULL,
   4715   1.151.2.9   nathanw 	},
   4716   1.151.2.9   nathanw 	{
   4717       1.102  augustss 	    USB_VENDOR_CTX, 0,
   4718       1.102  augustss 	    USB_KNOWNDEV_NOPROD,
   4719       1.102  augustss 	    "Chuntex",
   4720        1.89  augustss 	    NULL,
   4721        1.89  augustss 	},
   4722        1.89  augustss 	{
   4723        1.89  augustss 	    USB_VENDOR_ASKEY, 0,
   4724        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4725   1.151.2.7   nathanw 	    "Askey Computer",
   4726   1.151.2.7   nathanw 	    NULL,
   4727   1.151.2.7   nathanw 	},
   4728   1.151.2.7   nathanw 	{
   4729   1.151.2.7   nathanw 	    USB_VENDOR_SAITEK, 0,
   4730   1.151.2.7   nathanw 	    USB_KNOWNDEV_NOPROD,
   4731   1.151.2.7   nathanw 	    "Saitek",
   4732        1.89  augustss 	    NULL,
   4733        1.89  augustss 	},
   4734        1.89  augustss 	{
   4735        1.89  augustss 	    USB_VENDOR_ALCATELT, 0,
   4736        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4737        1.89  augustss 	    "Alcatel Telecom",
   4738        1.89  augustss 	    NULL,
   4739        1.89  augustss 	},
   4740        1.89  augustss 	{
   4741        1.89  augustss 	    USB_VENDOR_AGFA, 0,
   4742        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4743   1.151.2.7   nathanw 	    "AGFA-Gevaert",
   4744        1.89  augustss 	    NULL,
   4745        1.89  augustss 	},
   4746        1.89  augustss 	{
   4747        1.89  augustss 	    USB_VENDOR_ASIAMD, 0,
   4748        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4749   1.151.2.7   nathanw 	    "Asia Microelectronic Development",
   4750        1.89  augustss 	    NULL,
   4751        1.89  augustss 	},
   4752        1.89  augustss 	{
   4753        1.89  augustss 	    USB_VENDOR_BIZLINK, 0,
   4754        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4755   1.151.2.7   nathanw 	    "Bizlink International",
   4756        1.89  augustss 	    NULL,
   4757        1.89  augustss 	},
   4758        1.89  augustss 	{
   4759   1.151.2.1   nathanw 	    USB_VENDOR_KEYSPAN, 0,
   4760   1.151.2.1   nathanw 	    USB_KNOWNDEV_NOPROD,
   4761   1.151.2.1   nathanw 	    "Keyspan",
   4762   1.151.2.1   nathanw 	    NULL,
   4763   1.151.2.1   nathanw 	},
   4764   1.151.2.1   nathanw 	{
   4765        1.89  augustss 	    USB_VENDOR_AASHIMA, 0,
   4766        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4767   1.151.2.7   nathanw 	    "Aashima Technology",
   4768        1.38  augustss 	    NULL,
   4769        1.38  augustss 	},
   4770        1.38  augustss 	{
   4771        1.38  augustss 	    USB_VENDOR_MULTITECH, 0,
   4772        1.38  augustss 	    USB_KNOWNDEV_NOPROD,
   4773        1.38  augustss 	    "MultiTech",
   4774        1.10  augustss 	    NULL,
   4775        1.10  augustss 	},
   4776        1.10  augustss 	{
   4777        1.10  augustss 	    USB_VENDOR_ADS, 0,
   4778        1.10  augustss 	    USB_KNOWNDEV_NOPROD,
   4779   1.151.2.7   nathanw 	    "ADS Technologies",
   4780        1.89  augustss 	    NULL,
   4781        1.89  augustss 	},
   4782        1.89  augustss 	{
   4783        1.89  augustss 	    USB_VENDOR_ALCATELM, 0,
   4784        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4785        1.89  augustss 	    "Alcatel Microelectronics",
   4786        1.53  augustss 	    NULL,
   4787        1.53  augustss 	},
   4788        1.53  augustss 	{
   4789        1.73  augustss 	    USB_VENDOR_SIRIUS, 0,
   4790        1.73  augustss 	    USB_KNOWNDEV_NOPROD,
   4791        1.73  augustss 	    "Sirius Technologies",
   4792        1.73  augustss 	    NULL,
   4793        1.73  augustss 	},
   4794        1.73  augustss 	{
   4795        1.89  augustss 	    USB_VENDOR_BOSTON, 0,
   4796        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4797        1.89  augustss 	    "Boston Acoustics",
   4798        1.89  augustss 	    NULL,
   4799        1.89  augustss 	},
   4800        1.89  augustss 	{
   4801        1.70  augustss 	    USB_VENDOR_SMC, 0,
   4802        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   4803   1.151.2.7   nathanw 	    "Standard Microsystems",
   4804        1.95  augustss 	    NULL,
   4805        1.95  augustss 	},
   4806        1.95  augustss 	{
   4807   1.151.2.1   nathanw 	    USB_VENDOR_PUTERCOM, 0,
   4808   1.151.2.1   nathanw 	    USB_KNOWNDEV_NOPROD,
   4809   1.151.2.7   nathanw 	    "Putercom",
   4810   1.151.2.1   nathanw 	    NULL,
   4811   1.151.2.1   nathanw 	},
   4812   1.151.2.1   nathanw 	{
   4813        1.95  augustss 	    USB_VENDOR_MCT, 0,
   4814        1.95  augustss 	    USB_KNOWNDEV_NOPROD,
   4815   1.151.2.7   nathanw 	    "MCT",
   4816   1.151.2.7   nathanw 	    NULL,
   4817   1.151.2.7   nathanw 	},
   4818   1.151.2.7   nathanw 	{
   4819   1.151.2.7   nathanw 	    USB_VENDOR_DIGITALSTREAM, 0,
   4820   1.151.2.7   nathanw 	    USB_KNOWNDEV_NOPROD,
   4821   1.151.2.7   nathanw 	    "Digital Stream",
   4822        1.70  augustss 	    NULL,
   4823        1.70  augustss 	},
   4824        1.70  augustss 	{
   4825        1.89  augustss 	    USB_VENDOR_AUREAL, 0,
   4826        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4827        1.89  augustss 	    "Aureal Semiconductor",
   4828        1.89  augustss 	    NULL,
   4829        1.89  augustss 	},
   4830        1.89  augustss 	{
   4831        1.53  augustss 	    USB_VENDOR_MIDIMAN, 0,
   4832        1.53  augustss 	    USB_KNOWNDEV_NOPROD,
   4833        1.53  augustss 	    "Midiman",
   4834       1.117  augustss 	    NULL,
   4835       1.117  augustss 	},
   4836       1.117  augustss 	{
   4837       1.117  augustss 	    USB_VENDOR_GRIFFIN, 0,
   4838       1.117  augustss 	    USB_KNOWNDEV_NOPROD,
   4839   1.151.2.7   nathanw 	    "Griffin Technology",
   4840        1.52  augustss 	    NULL,
   4841        1.52  augustss 	},
   4842        1.52  augustss 	{
   4843        1.52  augustss 	    USB_VENDOR_SANDISK, 0,
   4844        1.52  augustss 	    USB_KNOWNDEV_NOPROD,
   4845        1.52  augustss 	    "SanDisk Corp",
   4846        1.50  augustss 	    NULL,
   4847        1.50  augustss 	},
   4848        1.50  augustss 	{
   4849  1.151.2.13   nathanw 	    USB_VENDOR_JENOPTIK, 0,
   4850  1.151.2.13   nathanw 	    USB_KNOWNDEV_NOPROD,
   4851  1.151.2.13   nathanw 	    "Jenoptik",
   4852  1.151.2.13   nathanw 	    NULL,
   4853  1.151.2.13   nathanw 	},
   4854  1.151.2.13   nathanw 	{
   4855        1.89  augustss 	    USB_VENDOR_BRIMAX, 0,
   4856        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4857   1.151.2.7   nathanw 	    "Brimax",
   4858        1.89  augustss 	    NULL,
   4859        1.89  augustss 	},
   4860        1.89  augustss 	{
   4861        1.89  augustss 	    USB_VENDOR_AXIS, 0,
   4862        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4863   1.151.2.7   nathanw 	    "Axis Communications",
   4864        1.89  augustss 	    NULL,
   4865        1.89  augustss 	},
   4866        1.89  augustss 	{
   4867        1.89  augustss 	    USB_VENDOR_ABL, 0,
   4868        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4869   1.151.2.7   nathanw 	    "ABL Electronics",
   4870        1.89  augustss 	    NULL,
   4871        1.89  augustss 	},
   4872        1.89  augustss 	{
   4873        1.89  augustss 	    USB_VENDOR_ALFADATA, 0,
   4874        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4875   1.151.2.7   nathanw 	    "Alfadata Computer",
   4876        1.89  augustss 	    NULL,
   4877        1.89  augustss 	},
   4878        1.89  augustss 	{
   4879       1.115  augustss 	    USB_VENDOR_NATIONALTECH, 0,
   4880       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4881       1.115  augustss 	    "National Technical Systems",
   4882       1.115  augustss 	    NULL,
   4883       1.115  augustss 	},
   4884       1.115  augustss 	{
   4885       1.115  augustss 	    USB_VENDOR_ONNTO, 0,
   4886       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4887   1.151.2.7   nathanw 	    "Onnto",
   4888       1.115  augustss 	    NULL,
   4889       1.115  augustss 	},
   4890       1.115  augustss 	{
   4891        1.89  augustss 	    USB_VENDOR_BE, 0,
   4892        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4893   1.151.2.7   nathanw 	    "Be",
   4894        1.89  augustss 	    NULL,
   4895        1.89  augustss 	},
   4896        1.89  augustss 	{
   4897        1.70  augustss 	    USB_VENDOR_ADMTEK, 0,
   4898        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   4899   1.151.2.7   nathanw 	    "ADMtek",
   4900        1.70  augustss 	    NULL,
   4901        1.70  augustss 	},
   4902        1.70  augustss 	{
   4903        1.65  augustss 	    USB_VENDOR_COREGA, 0,
   4904        1.65  augustss 	    USB_KNOWNDEV_NOPROD,
   4905        1.65  augustss 	    "Corega",
   4906        1.65  augustss 	    NULL,
   4907        1.65  augustss 	},
   4908        1.65  augustss 	{
   4909        1.89  augustss 	    USB_VENDOR_FREECOM, 0,
   4910        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4911        1.89  augustss 	    "Freecom",
   4912       1.115  augustss 	    NULL,
   4913       1.115  augustss 	},
   4914       1.115  augustss 	{
   4915       1.115  augustss 	    USB_VENDOR_MICROTECH, 0,
   4916       1.115  augustss 	    USB_KNOWNDEV_NOPROD,
   4917       1.115  augustss 	    "Microtech",
   4918        1.89  augustss 	    NULL,
   4919        1.89  augustss 	},
   4920        1.89  augustss 	{
   4921   1.151.2.7   nathanw 	    USB_VENDOR_OLYMPUS, 0,
   4922   1.151.2.7   nathanw 	    USB_KNOWNDEV_NOPROD,
   4923   1.151.2.7   nathanw 	    "Olympus",
   4924   1.151.2.7   nathanw 	    NULL,
   4925   1.151.2.7   nathanw 	},
   4926   1.151.2.7   nathanw 	{
   4927        1.89  augustss 	    USB_VENDOR_ABOCOM, 0,
   4928        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4929   1.151.2.7   nathanw 	    "AboCom Systems",
   4930        1.89  augustss 	    NULL,
   4931        1.89  augustss 	},
   4932        1.89  augustss 	{
   4933        1.89  augustss 	    USB_VENDOR_KEISOKUGIKEN, 0,
   4934        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4935   1.151.2.7   nathanw 	    "Keisokugiken",
   4936        1.89  augustss 	    NULL,
   4937        1.89  augustss 	},
   4938        1.89  augustss 	{
   4939   1.151.2.9   nathanw 	    USB_VENDOR_ONSPEC, 0,
   4940   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   4941   1.151.2.9   nathanw 	    "OnSpec Electronic, Inc.",
   4942   1.151.2.9   nathanw 	    NULL,
   4943   1.151.2.9   nathanw 	},
   4944   1.151.2.9   nathanw 	{
   4945        1.89  augustss 	    USB_VENDOR_APG, 0,
   4946        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4947        1.89  augustss 	    "APG Cash Drawer",
   4948        1.89  augustss 	    NULL,
   4949        1.89  augustss 	},
   4950        1.89  augustss 	{
   4951        1.89  augustss 	    USB_VENDOR_BUG, 0,
   4952        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4953   1.151.2.7   nathanw 	    "B.U.G.",
   4954        1.89  augustss 	    NULL,
   4955        1.89  augustss 	},
   4956        1.89  augustss 	{
   4957        1.89  augustss 	    USB_VENDOR_ALLIEDTELESYN, 0,
   4958        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4959        1.89  augustss 	    "Allied Telesyn International",
   4960        1.89  augustss 	    NULL,
   4961        1.89  augustss 	},
   4962        1.89  augustss 	{
   4963        1.89  augustss 	    USB_VENDOR_AVERMEDIA, 0,
   4964        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4965   1.151.2.7   nathanw 	    "AVerMedia Technologies",
   4966        1.89  augustss 	    NULL,
   4967        1.89  augustss 	},
   4968        1.89  augustss 	{
   4969        1.50  augustss 	    USB_VENDOR_SIIG, 0,
   4970        1.50  augustss 	    USB_KNOWNDEV_NOPROD,
   4971        1.50  augustss 	    "SIIG",
   4972       1.149    ichiro 	    NULL,
   4973       1.149    ichiro 	},
   4974       1.149    ichiro 	{
   4975       1.149    ichiro 	    USB_VENDOR_CASIO, 0,
   4976       1.149    ichiro 	    USB_KNOWNDEV_NOPROD,
   4977       1.149    ichiro 	    "CASIO",
   4978        1.56  augustss 	    NULL,
   4979        1.56  augustss 	},
   4980        1.56  augustss 	{
   4981        1.89  augustss 	    USB_VENDOR_APTIO, 0,
   4982        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4983   1.151.2.7   nathanw 	    "Aptio Products",
   4984        1.89  augustss 	    NULL,
   4985        1.89  augustss 	},
   4986        1.89  augustss 	{
   4987        1.89  augustss 	    USB_VENDOR_ARASAN, 0,
   4988        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4989        1.89  augustss 	    "Arasan Chip Systems",
   4990        1.89  augustss 	    NULL,
   4991        1.89  augustss 	},
   4992        1.89  augustss 	{
   4993        1.89  augustss 	    USB_VENDOR_ALLIEDCABLE, 0,
   4994        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   4995   1.151.2.7   nathanw 	    "Allied Cable",
   4996       1.135    itojun 	    NULL,
   4997       1.135    itojun 	},
   4998       1.135    itojun 	{
   4999       1.135    itojun 	    USB_VENDOR_STSN, 0,
   5000       1.135    itojun 	    USB_KNOWNDEV_NOPROD,
   5001       1.135    itojun 	    "STSN",
   5002        1.89  augustss 	    NULL,
   5003        1.89  augustss 	},
   5004        1.89  augustss 	{
   5005        1.73  augustss 	    USB_VENDOR_ZOOM, 0,
   5006        1.73  augustss 	    USB_KNOWNDEV_NOPROD,
   5007   1.151.2.7   nathanw 	    "Zoom Telephonics",
   5008        1.89  augustss 	    NULL,
   5009        1.89  augustss 	},
   5010        1.89  augustss 	{
   5011        1.89  augustss 	    USB_VENDOR_BROADLOGIC, 0,
   5012        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5013   1.151.2.7   nathanw 	    "BroadLogic",
   5014        1.73  augustss 	    NULL,
   5015        1.73  augustss 	},
   5016        1.73  augustss 	{
   5017        1.56  augustss 	    USB_VENDOR_HANDSPRING, 0,
   5018        1.56  augustss 	    USB_KNOWNDEV_NOPROD,
   5019   1.151.2.7   nathanw 	    "Handspring",
   5020        1.89  augustss 	    NULL,
   5021        1.89  augustss 	},
   5022        1.89  augustss 	{
   5023        1.89  augustss 	    USB_VENDOR_ACTIONSTAR, 0,
   5024        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5025   1.151.2.7   nathanw 	    "Action Star Enterprise",
   5026        1.84  augustss 	    NULL,
   5027        1.84  augustss 	},
   5028        1.84  augustss 	{
   5029        1.84  augustss 	    USB_VENDOR_PALM, 0,
   5030        1.84  augustss 	    USB_KNOWNDEV_NOPROD,
   5031   1.151.2.7   nathanw 	    "Palm Computing",
   5032        1.73  augustss 	    NULL,
   5033        1.73  augustss 	},
   5034        1.73  augustss 	{
   5035        1.89  augustss 	    USB_VENDOR_ACCTON, 0,
   5036        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5037   1.151.2.7   nathanw 	    "Accton Technology",
   5038        1.89  augustss 	    NULL,
   5039        1.89  augustss 	},
   5040        1.89  augustss 	{
   5041        1.73  augustss 	    USB_VENDOR_DIAMOND, 0,
   5042        1.73  augustss 	    USB_KNOWNDEV_NOPROD,
   5043        1.73  augustss 	    "Diamond",
   5044        1.46  augustss 	    NULL,
   5045        1.46  augustss 	},
   5046        1.46  augustss 	{
   5047        1.70  augustss 	    USB_VENDOR_NETGEAR, 0,
   5048        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   5049   1.151.2.7   nathanw 	    "BayNETGEAR",
   5050        1.70  augustss 	    NULL,
   5051        1.70  augustss 	},
   5052        1.70  augustss 	{
   5053        1.46  augustss 	    USB_VENDOR_ACTIVEWIRE, 0,
   5054        1.46  augustss 	    USB_KNOWNDEV_NOPROD,
   5055   1.151.2.7   nathanw 	    "ActiveWire",
   5056       1.126  explorer 	    NULL,
   5057       1.126  explorer 	},
   5058       1.126  explorer 	{
   5059   1.151.2.6   nathanw 	    USB_VENDOR_PORTGEAR, 0,
   5060   1.151.2.6   nathanw 	    USB_KNOWNDEV_NOPROD,
   5061   1.151.2.6   nathanw 	    "PortGear",
   5062   1.151.2.6   nathanw 	    NULL,
   5063   1.151.2.6   nathanw 	},
   5064   1.151.2.6   nathanw 	{
   5065       1.126  explorer 	    USB_VENDOR_METRICOM, 0,
   5066       1.126  explorer 	    USB_KNOWNDEV_NOPROD,
   5067       1.126  explorer 	    "Metricom",
   5068        1.89  augustss 	    NULL,
   5069        1.89  augustss 	},
   5070        1.89  augustss 	{
   5071        1.89  augustss 	    USB_VENDOR_ADESSOKBTEK, 0,
   5072        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5073   1.151.2.7   nathanw 	    "ADESSO/Kbtek America",
   5074        1.89  augustss 	    NULL,
   5075        1.89  augustss 	},
   5076        1.89  augustss 	{
   5077   1.151.2.6   nathanw 	    USB_VENDOR_JATON, 0,
   5078   1.151.2.6   nathanw 	    USB_KNOWNDEV_NOPROD,
   5079   1.151.2.6   nathanw 	    "Jaton",
   5080   1.151.2.6   nathanw 	    NULL,
   5081   1.151.2.6   nathanw 	},
   5082   1.151.2.6   nathanw 	{
   5083        1.89  augustss 	    USB_VENDOR_APT, 0,
   5084        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5085   1.151.2.7   nathanw 	    "APT Technologies",
   5086        1.89  augustss 	    NULL,
   5087        1.89  augustss 	},
   5088        1.89  augustss 	{
   5089        1.89  augustss 	    USB_VENDOR_BOCARESEARCH, 0,
   5090        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5091   1.151.2.7   nathanw 	    "Boca Research",
   5092        1.89  augustss 	    NULL,
   5093        1.89  augustss 	},
   5094        1.89  augustss 	{
   5095        1.89  augustss 	    USB_VENDOR_ANDREA, 0,
   5096        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5097        1.89  augustss 	    "Andrea Electronics",
   5098        1.89  augustss 	    NULL,
   5099        1.89  augustss 	},
   5100        1.89  augustss 	{
   5101        1.89  augustss 	    USB_VENDOR_BURRBROWN, 0,
   5102        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5103   1.151.2.7   nathanw 	    "Burr-Brown Japan",
   5104        1.89  augustss 	    NULL,
   5105        1.89  augustss 	},
   5106        1.89  augustss 	{
   5107        1.89  augustss 	    USB_VENDOR_2WIRE, 0,
   5108        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5109   1.151.2.7   nathanw 	    "2Wire",
   5110        1.89  augustss 	    NULL,
   5111        1.89  augustss 	},
   5112        1.89  augustss 	{
   5113        1.89  augustss 	    USB_VENDOR_AIPTEK, 0,
   5114        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5115   1.151.2.7   nathanw 	    "AIPTEK International",
   5116        1.96  augustss 	    NULL,
   5117        1.96  augustss 	},
   5118        1.96  augustss 	{
   5119        1.96  augustss 	    USB_VENDOR_SMARTBRIDGES, 0,
   5120        1.96  augustss 	    USB_KNOWNDEV_NOPROD,
   5121   1.151.2.7   nathanw 	    "SmartBridges",
   5122        1.65  augustss 	    NULL,
   5123        1.65  augustss 	},
   5124        1.65  augustss 	{
   5125        1.65  augustss 	    USB_VENDOR_BILLIONTON, 0,
   5126        1.65  augustss 	    USB_KNOWNDEV_NOPROD,
   5127   1.151.2.7   nathanw 	    "Billionton Systems",
   5128       1.104  augustss 	    NULL,
   5129       1.104  augustss 	},
   5130       1.104  augustss 	{
   5131       1.104  augustss 	    USB_VENDOR_EXTENDED, 0,
   5132       1.104  augustss 	    USB_KNOWNDEV_NOPROD,
   5133   1.151.2.7   nathanw 	    "Extended Systems",
   5134       1.150     soren 	    NULL,
   5135       1.150     soren 	},
   5136       1.150     soren 	{
   5137       1.150     soren 	    USB_VENDOR_MSYSTEMS, 0,
   5138       1.150     soren 	    USB_KNOWNDEV_NOPROD,
   5139       1.150     soren 	    "M-Systems",
   5140        1.89  augustss 	    NULL,
   5141        1.89  augustss 	},
   5142        1.89  augustss 	{
   5143        1.89  augustss 	    USB_VENDOR_AUTHENTEC, 0,
   5144        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5145   1.151.2.7   nathanw 	    "AuthenTec",
   5146        1.89  augustss 	    NULL,
   5147        1.89  augustss 	},
   5148        1.89  augustss 	{
   5149  1.151.2.12   nathanw 	    USB_VENDOR_AUDIOTECHNICA, 0,
   5150  1.151.2.12   nathanw 	    USB_KNOWNDEV_NOPROD,
   5151  1.151.2.12   nathanw 	    "Audio-Technica",
   5152  1.151.2.13   nathanw 	    NULL,
   5153  1.151.2.13   nathanw 	},
   5154  1.151.2.13   nathanw 	{
   5155  1.151.2.13   nathanw 	    USB_VENDOR_TRUMPION, 0,
   5156  1.151.2.13   nathanw 	    USB_KNOWNDEV_NOPROD,
   5157  1.151.2.13   nathanw 	    "Trumpion Microelectronics",
   5158  1.151.2.12   nathanw 	    NULL,
   5159  1.151.2.12   nathanw 	},
   5160  1.151.2.12   nathanw 	{
   5161        1.89  augustss 	    USB_VENDOR_ALATION, 0,
   5162        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5163   1.151.2.7   nathanw 	    "Alation Systems",
   5164        1.89  augustss 	    NULL,
   5165        1.89  augustss 	},
   5166        1.89  augustss 	{
   5167   1.151.2.9   nathanw 	    USB_VENDOR_CONCORDCAMERA, 0,
   5168   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   5169   1.151.2.9   nathanw 	    "Concord Camera",
   5170   1.151.2.9   nathanw 	    NULL,
   5171   1.151.2.9   nathanw 	},
   5172   1.151.2.9   nathanw 	{
   5173  1.151.2.17   nathanw 	    USB_VENDOR_GOHUBS, 0,
   5174  1.151.2.17   nathanw 	    USB_KNOWNDEV_NOPROD,
   5175  1.151.2.17   nathanw 	    "GoHubs",
   5176  1.151.2.17   nathanw 	    NULL,
   5177  1.151.2.17   nathanw 	},
   5178  1.151.2.17   nathanw 	{
   5179        1.89  augustss 	    USB_VENDOR_BIOMETRIC, 0,
   5180        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5181        1.89  augustss 	    "American Biometric Company",
   5182        1.89  augustss 	    NULL,
   5183        1.89  augustss 	},
   5184        1.89  augustss 	{
   5185       1.121  augustss 	    USB_VENDOR_YANO, 0,
   5186       1.121  augustss 	    USB_KNOWNDEV_NOPROD,
   5187       1.121  augustss 	    "Yano",
   5188       1.123  augustss 	    NULL,
   5189       1.123  augustss 	},
   5190       1.123  augustss 	{
   5191       1.123  augustss 	    USB_VENDOR_KINGSTON, 0,
   5192       1.123  augustss 	    USB_KNOWNDEV_NOPROD,
   5193       1.123  augustss 	    "Kingston Technology",
   5194       1.121  augustss 	    NULL,
   5195       1.121  augustss 	},
   5196       1.121  augustss 	{
   5197        1.89  augustss 	    USB_VENDOR_BLUEWATER, 0,
   5198        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5199   1.151.2.7   nathanw 	    "BlueWater Systems",
   5200        1.89  augustss 	    NULL,
   5201        1.89  augustss 	},
   5202        1.89  augustss 	{
   5203        1.89  augustss 	    USB_VENDOR_AGILENT, 0,
   5204        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5205   1.151.2.7   nathanw 	    "Agilent Technologies",
   5206        1.89  augustss 	    NULL,
   5207        1.89  augustss 	},
   5208        1.89  augustss 	{
   5209   1.151.2.6   nathanw 	    USB_VENDOR_PORTSMITH, 0,
   5210   1.151.2.6   nathanw 	    USB_KNOWNDEV_NOPROD,
   5211   1.151.2.6   nathanw 	    "Portsmith",
   5212   1.151.2.6   nathanw 	    NULL,
   5213   1.151.2.6   nathanw 	},
   5214   1.151.2.6   nathanw 	{
   5215        1.89  augustss 	    USB_VENDOR_ADIRONDACK, 0,
   5216        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5217        1.89  augustss 	    "Adirondack Wire & Cable",
   5218        1.89  augustss 	    NULL,
   5219        1.89  augustss 	},
   5220        1.89  augustss 	{
   5221        1.89  augustss 	    USB_VENDOR_BECKHOFF, 0,
   5222        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5223   1.151.2.7   nathanw 	    "Beckhoff",
   5224        1.89  augustss 	    NULL,
   5225        1.89  augustss 	},
   5226        1.89  augustss 	{
   5227   1.151.2.9   nathanw 	    USB_VENDOR_MINDSATWORK, 0,
   5228   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   5229   1.151.2.9   nathanw 	    "Minds At Work",
   5230   1.151.2.9   nathanw 	    NULL,
   5231   1.151.2.9   nathanw 	},
   5232   1.151.2.9   nathanw 	{
   5233  1.151.2.10   nathanw 	    USB_VENDOR_INTERSIL, 0,
   5234  1.151.2.10   nathanw 	    USB_KNOWNDEV_NOPROD,
   5235  1.151.2.10   nathanw 	    "Intersil",
   5236  1.151.2.10   nathanw 	    NULL,
   5237  1.151.2.10   nathanw 	},
   5238  1.151.2.10   nathanw 	{
   5239        1.89  augustss 	    USB_VENDOR_ALTIUS, 0,
   5240        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5241   1.151.2.7   nathanw 	    "Altius Solutions",
   5242        1.89  augustss 	    NULL,
   5243        1.89  augustss 	},
   5244        1.89  augustss 	{
   5245        1.89  augustss 	    USB_VENDOR_ARRIS, 0,
   5246        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5247   1.151.2.7   nathanw 	    "Arris Interactive",
   5248        1.89  augustss 	    NULL,
   5249        1.89  augustss 	},
   5250        1.89  augustss 	{
   5251        1.89  augustss 	    USB_VENDOR_ACTIVCARD, 0,
   5252        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5253   1.151.2.7   nathanw 	    "ACTIVCARD",
   5254        1.89  augustss 	    NULL,
   5255        1.89  augustss 	},
   5256        1.89  augustss 	{
   5257        1.89  augustss 	    USB_VENDOR_ACTISYS, 0,
   5258        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5259   1.151.2.7   nathanw 	    "ACTiSYS",
   5260        1.89  augustss 	    NULL,
   5261        1.89  augustss 	},
   5262        1.89  augustss 	{
   5263        1.89  augustss 	    USB_VENDOR_AFOURTECH, 0,
   5264        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5265   1.151.2.7   nathanw 	    "A-FOUR TECH",
   5266        1.89  augustss 	    NULL,
   5267        1.89  augustss 	},
   5268        1.89  augustss 	{
   5269        1.89  augustss 	    USB_VENDOR_AIMEX, 0,
   5270        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5271   1.151.2.7   nathanw 	    "AIMEX",
   5272        1.89  augustss 	    NULL,
   5273        1.89  augustss 	},
   5274        1.89  augustss 	{
   5275        1.89  augustss 	    USB_VENDOR_ADDONICS, 0,
   5276        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5277   1.151.2.7   nathanw 	    "Addonics Technologies",
   5278        1.89  augustss 	    NULL,
   5279        1.89  augustss 	},
   5280        1.89  augustss 	{
   5281        1.89  augustss 	    USB_VENDOR_AKAI, 0,
   5282        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5283   1.151.2.7   nathanw 	    "AKAI professional M.I.",
   5284        1.89  augustss 	    NULL,
   5285        1.89  augustss 	},
   5286        1.89  augustss 	{
   5287        1.89  augustss 	    USB_VENDOR_ARESCOM, 0,
   5288        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5289        1.89  augustss 	    "ARESCOM",
   5290        1.89  augustss 	    NULL,
   5291        1.89  augustss 	},
   5292        1.89  augustss 	{
   5293        1.89  augustss 	    USB_VENDOR_BAY, 0,
   5294        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5295        1.89  augustss 	    "Bay Associates",
   5296        1.89  augustss 	    NULL,
   5297        1.89  augustss 	},
   5298        1.89  augustss 	{
   5299        1.89  augustss 	    USB_VENDOR_ALTERA, 0,
   5300        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5301        1.89  augustss 	    "Altera",
   5302  1.151.2.22   thorpej 	    NULL,
   5303  1.151.2.22   thorpej 	},
   5304  1.151.2.22   thorpej 	{
   5305  1.151.2.22   thorpej 	    USB_VENDOR_CSR, 0,
   5306  1.151.2.22   thorpej 	    USB_KNOWNDEV_NOPROD,
   5307  1.151.2.22   thorpej 	    "Cambridge Silicon Radio",
   5308       1.112   hubertf 	    NULL,
   5309       1.112   hubertf 	},
   5310       1.112   hubertf 	{
   5311       1.112   hubertf 	    USB_VENDOR_TREK, 0,
   5312       1.112   hubertf 	    USB_KNOWNDEV_NOPROD,
   5313       1.112   hubertf 	    "Trek Technology",
   5314        1.89  augustss 	    NULL,
   5315        1.89  augustss 	},
   5316        1.89  augustss 	{
   5317        1.89  augustss 	    USB_VENDOR_ASAHIOPTICAL, 0,
   5318        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5319   1.151.2.7   nathanw 	    "Asahi Optical",
   5320        1.89  augustss 	    NULL,
   5321        1.89  augustss 	},
   5322        1.89  augustss 	{
   5323        1.89  augustss 	    USB_VENDOR_BOCASYSTEMS, 0,
   5324        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5325   1.151.2.7   nathanw 	    "Boca Systems",
   5326        1.89  augustss 	    NULL,
   5327        1.89  augustss 	},
   5328        1.89  augustss 	{
   5329        1.89  augustss 	    USB_VENDOR_BROADCOM, 0,
   5330        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5331   1.151.2.7   nathanw 	    "Broadcom",
   5332        1.48  augustss 	    NULL,
   5333        1.48  augustss 	},
   5334        1.48  augustss 	{
   5335   1.151.2.1   nathanw 	    USB_VENDOR_GREENHOUSE, 0,
   5336   1.151.2.1   nathanw 	    USB_KNOWNDEV_NOPROD,
   5337   1.151.2.7   nathanw 	    "GREENHOUSE",
   5338   1.151.2.1   nathanw 	    NULL,
   5339   1.151.2.1   nathanw 	},
   5340   1.151.2.1   nathanw 	{
   5341       1.100    castor 	    USB_VENDOR_GEOCAST, 0,
   5342       1.100    castor 	    USB_KNOWNDEV_NOPROD,
   5343       1.100    castor 	    "Geocast Network Systems",
   5344  1.151.2.15   nathanw 	    NULL,
   5345  1.151.2.15   nathanw 	},
   5346  1.151.2.15   nathanw 	{
   5347  1.151.2.15   nathanw 	    USB_VENDOR_NEODIO, 0,
   5348  1.151.2.15   nathanw 	    USB_KNOWNDEV_NOPROD,
   5349  1.151.2.15   nathanw 	    "Neodio",
   5350   1.151.2.4   nathanw 	    NULL,
   5351   1.151.2.4   nathanw 	},
   5352   1.151.2.4   nathanw 	{
   5353   1.151.2.4   nathanw 	    USB_VENDOR_TODOS, 0,
   5354   1.151.2.4   nathanw 	    USB_KNOWNDEV_NOPROD,
   5355   1.151.2.4   nathanw 	    "Todos Data System",
   5356   1.151.2.8   nathanw 	    NULL,
   5357   1.151.2.8   nathanw 	},
   5358   1.151.2.8   nathanw 	{
   5359   1.151.2.8   nathanw 	    USB_VENDOR_NEC2, 0,
   5360   1.151.2.8   nathanw 	    USB_KNOWNDEV_NOPROD,
   5361   1.151.2.8   nathanw 	    "NEC",
   5362   1.151.2.8   nathanw 	    NULL,
   5363   1.151.2.8   nathanw 	},
   5364   1.151.2.8   nathanw 	{
   5365   1.151.2.8   nathanw 	    USB_VENDOR_ATI2, 0,
   5366   1.151.2.8   nathanw 	    USB_KNOWNDEV_NOPROD,
   5367   1.151.2.8   nathanw 	    "ATI",
   5368   1.151.2.1   nathanw 	    NULL,
   5369   1.151.2.1   nathanw 	},
   5370   1.151.2.1   nathanw 	{
   5371  1.151.2.12   nathanw 	    USB_VENDOR_KURUSUGAWA, 0,
   5372  1.151.2.12   nathanw 	    USB_KNOWNDEV_NOPROD,
   5373  1.151.2.12   nathanw 	    "Kurusugawa Electronics, Inc.",
   5374  1.151.2.12   nathanw 	    NULL,
   5375  1.151.2.12   nathanw 	},
   5376  1.151.2.12   nathanw 	{
   5377  1.151.2.10   nathanw 	    USB_VENDOR_GREENHOUSE2, 0,
   5378  1.151.2.10   nathanw 	    USB_KNOWNDEV_NOPROD,
   5379  1.151.2.10   nathanw 	    "GREENHOUSE",
   5380  1.151.2.10   nathanw 	    NULL,
   5381  1.151.2.10   nathanw 	},
   5382  1.151.2.10   nathanw 	{
   5383   1.151.2.9   nathanw 	    USB_VENDOR_ADDONICS2, 0,
   5384   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   5385   1.151.2.9   nathanw 	    "Addonics Technology",
   5386   1.151.2.9   nathanw 	    NULL,
   5387   1.151.2.9   nathanw 	},
   5388   1.151.2.9   nathanw 	{
   5389   1.151.2.1   nathanw 	    USB_VENDOR_AGATE, 0,
   5390   1.151.2.1   nathanw 	    USB_KNOWNDEV_NOPROD,
   5391   1.151.2.1   nathanw 	    "Agate Technologies",
   5392       1.100    castor 	    NULL,
   5393       1.100    castor 	},
   5394       1.100    castor 	{
   5395   1.151.2.7   nathanw 	    USB_VENDOR_DMI, 0,
   5396   1.151.2.7   nathanw 	    USB_KNOWNDEV_NOPROD,
   5397   1.151.2.7   nathanw 	    "DMI",
   5398  1.151.2.12   nathanw 	    NULL,
   5399  1.151.2.12   nathanw 	},
   5400  1.151.2.12   nathanw 	{
   5401  1.151.2.12   nathanw 	    USB_VENDOR_EASYDISK, 0,
   5402  1.151.2.12   nathanw 	    USB_KNOWNDEV_NOPROD,
   5403  1.151.2.12   nathanw 	    "EasyDisk",
   5404  1.151.2.12   nathanw 	    NULL,
   5405  1.151.2.12   nathanw 	},
   5406  1.151.2.12   nathanw 	{
   5407  1.151.2.12   nathanw 	    USB_VENDOR_TANGTOP, 0,
   5408  1.151.2.12   nathanw 	    USB_KNOWNDEV_NOPROD,
   5409  1.151.2.12   nathanw 	    "Tangtop",
   5410  1.151.2.10   nathanw 	    NULL,
   5411  1.151.2.10   nathanw 	},
   5412  1.151.2.10   nathanw 	{
   5413  1.151.2.10   nathanw 	    USB_VENDOR_PEN, 0,
   5414  1.151.2.10   nathanw 	    USB_KNOWNDEV_NOPROD,
   5415  1.151.2.10   nathanw 	    "Pen Drive",
   5416  1.151.2.19   thorpej 	    NULL,
   5417  1.151.2.19   thorpej 	},
   5418  1.151.2.19   thorpej 	{
   5419  1.151.2.19   thorpej 	    USB_VENDOR_OTI, 0,
   5420  1.151.2.19   thorpej 	    USB_KNOWNDEV_NOPROD,
   5421  1.151.2.19   thorpej 	    "Ours Technology Inc.",
   5422   1.151.2.7   nathanw 	    NULL,
   5423   1.151.2.7   nathanw 	},
   5424   1.151.2.7   nathanw 	{
   5425        1.48  augustss 	    USB_VENDOR_MOTOROLA, 0,
   5426        1.48  augustss 	    USB_KNOWNDEV_NOPROD,
   5427        1.48  augustss 	    "Motorola",
   5428         1.1  augustss 	    NULL,
   5429         1.1  augustss 	},
   5430         1.1  augustss 	{
   5431   1.151.2.9   nathanw 	    USB_VENDOR_CCYU, 0,
   5432   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   5433   1.151.2.9   nathanw 	    "CCYU Technology",
   5434   1.151.2.9   nathanw 	    NULL,
   5435   1.151.2.9   nathanw 	},
   5436   1.151.2.9   nathanw 	{
   5437         1.1  augustss 	    USB_VENDOR_PLX, 0,
   5438         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   5439         1.1  augustss 	    "PLX",
   5440       1.106  augustss 	    NULL,
   5441       1.106  augustss 	},
   5442       1.106  augustss 	{
   5443   1.151.2.6   nathanw 	    USB_VENDOR_ASANTE, 0,
   5444   1.151.2.6   nathanw 	    USB_KNOWNDEV_NOPROD,
   5445   1.151.2.6   nathanw 	    "Asante",
   5446   1.151.2.6   nathanw 	    NULL,
   5447   1.151.2.6   nathanw 	},
   5448   1.151.2.6   nathanw 	{
   5449       1.106  augustss 	    USB_VENDOR_BELKIN2, 0,
   5450       1.106  augustss 	    USB_KNOWNDEV_NOPROD,
   5451   1.151.2.7   nathanw 	    "Belkin Components",
   5452   1.151.2.6   nathanw 	    NULL,
   5453   1.151.2.6   nathanw 	},
   5454   1.151.2.6   nathanw 	{
   5455   1.151.2.6   nathanw 	    USB_VENDOR_MOBILITY, 0,
   5456   1.151.2.6   nathanw 	    USB_KNOWNDEV_NOPROD,
   5457   1.151.2.6   nathanw 	    "Mobility",
   5458   1.151.2.6   nathanw 	    NULL,
   5459   1.151.2.6   nathanw 	},
   5460   1.151.2.6   nathanw 	{
   5461   1.151.2.6   nathanw 	    USB_VENDOR_SHARK, 0,
   5462   1.151.2.6   nathanw 	    USB_KNOWNDEV_NOPROD,
   5463   1.151.2.6   nathanw 	    "Shark",
   5464       1.131  augustss 	    NULL,
   5465       1.131  augustss 	},
   5466       1.131  augustss 	{
   5467       1.131  augustss 	    USB_VENDOR_SILICONPORTALS, 0,
   5468       1.131  augustss 	    USB_KNOWNDEV_NOPROD,
   5469   1.151.2.7   nathanw 	    "Silicon Portals",
   5470   1.151.2.3   nathanw 	    NULL,
   5471   1.151.2.3   nathanw 	},
   5472   1.151.2.3   nathanw 	{
   5473   1.151.2.3   nathanw 	    USB_VENDOR_SOHOWARE, 0,
   5474   1.151.2.3   nathanw 	    USB_KNOWNDEV_NOPROD,
   5475   1.151.2.3   nathanw 	    "SOHOware",
   5476       1.108  augustss 	    NULL,
   5477       1.108  augustss 	},
   5478       1.108  augustss 	{
   5479       1.108  augustss 	    USB_VENDOR_UMAX, 0,
   5480       1.108  augustss 	    USB_KNOWNDEV_NOPROD,
   5481   1.151.2.7   nathanw 	    "UMAX Data Systems",
   5482        1.20  augustss 	    NULL,
   5483        1.20  augustss 	},
   5484        1.20  augustss 	{
   5485        1.26  augustss 	    USB_VENDOR_INSIDEOUT, 0,
   5486        1.20  augustss 	    USB_KNOWNDEV_NOPROD,
   5487        1.26  augustss 	    "Inside Out Networks",
   5488         1.1  augustss 	    NULL,
   5489         1.1  augustss 	},
   5490         1.1  augustss 	{
   5491        1.26  augustss 	    USB_VENDOR_ENTREGA, 0,
   5492         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   5493        1.26  augustss 	    "Entrega",
   5494        1.89  augustss 	    NULL,
   5495        1.89  augustss 	},
   5496        1.89  augustss 	{
   5497        1.89  augustss 	    USB_VENDOR_ACTIONTEC, 0,
   5498        1.89  augustss 	    USB_KNOWNDEV_NOPROD,
   5499   1.151.2.7   nathanw 	    "Actiontec Electronics",
   5500        1.70  augustss 	    NULL,
   5501        1.70  augustss 	},
   5502        1.70  augustss 	{
   5503        1.70  augustss 	    USB_VENDOR_DLINK, 0,
   5504        1.70  augustss 	    USB_KNOWNDEV_NOPROD,
   5505   1.151.2.7   nathanw 	    "D-Link",
   5506  1.151.2.17   nathanw 	    NULL,
   5507  1.151.2.17   nathanw 	},
   5508  1.151.2.17   nathanw 	{
   5509  1.151.2.17   nathanw 	    USB_VENDOR_PQI, 0,
   5510  1.151.2.17   nathanw 	    USB_KNOWNDEV_NOPROD,
   5511  1.151.2.17   nathanw 	    "PQI",
   5512   1.151.2.9   nathanw 	    NULL,
   5513   1.151.2.9   nathanw 	},
   5514   1.151.2.9   nathanw 	{
   5515   1.151.2.9   nathanw 	    USB_VENDOR_DAISY, 0,
   5516   1.151.2.9   nathanw 	    USB_KNOWNDEV_NOPROD,
   5517   1.151.2.9   nathanw 	    "Daisy Technology",
   5518         1.1  augustss 	    NULL,
   5519         1.1  augustss 	},
   5520         1.1  augustss 	{
   5521         1.1  augustss 	    USB_VENDOR_INTEL, 0,
   5522         1.1  augustss 	    USB_KNOWNDEV_NOPROD,
   5523         1.1  augustss 	    "Intel",
   5524       1.122  augustss 	    NULL,
   5525       1.122  augustss 	},
   5526       1.122  augustss 	{
   5527       1.122  augustss 	    USB_VENDOR_HP2, 0,
   5528       1.122  augustss 	    USB_KNOWNDEV_NOPROD,
   5529       1.122  augustss 	    "Hewlett Packard",
   5530         1.1  augustss 	    NULL,
   5531         1.1  augustss 	},
   5532         1.1  augustss 	{ 0, 0, 0, NULL, NULL, }
   5533         1.1  augustss };
   5534