diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -7,7 +7,7 @@
 
 
 
-Copyright (c) 2009 Roel van Dijk
+Copyright (c) 2009–2010 Roel van Dijk
 
 All rights reserved.
 
diff --git a/example.hs b/example.hs
--- a/example.hs
+++ b/example.hs
@@ -1,28 +1,34 @@
 module Main where
 
 import System.USB.IDDB
-import System.USB.IDDB.LinuxUsbIdRepo (staticDb)
+import qualified System.USB.IDDB.UsbDotOrg      as U (staticDb)
+import qualified System.USB.IDDB.LinuxUsbIdRepo as L (staticDb)
 import Text.Printf (printf)
 
 
 main :: IO ()
-main = do -- Load a snapshot from the linux-usb.sourceforget.net database.
-          db <- staticDb
+main = do putStrLn "Data from usb.org:"
+          example =<< U.staticDb
+          putStrLn ""
+          putStrLn "Data from linux-usb.org:"
+          example =<< L.staticDb
 
-          -- Print the name of vendor 0x1d6b
-          putStrLn $ maybe "unknown VID!" id
-                   $ vendorName db 0x1d6b
+example :: IDDB -> IO ()
+example db =
+  do -- Print the name of vendor 0x1d6b
+     putStrLn $ maybe "unknown VID!" id
+              $ vendorName db 0x1d6b
 
-          -- Print the ID of "Linux Foundation"
-          putStrLn $ maybe "unknown vendor name!" (printf "0x%04x")
-                   $ vendorId db "Linux Foundation"
+     -- Print the ID of "Linux Foundation"
+     putStrLn $ maybe "unknown vendor name!" (printf "0x%04x")
+              $ vendorId db "Linux Foundation"
 
-          -- Print the name of the product with ID 0x0101 from the
-          -- vendor with ID 0x1d6b.
-          putStrLn $ maybe "unknown PID!" id
-                   $ productName db 0x1d6b 0x0101
+     -- Print the name of the product with ID 0x0101 from the
+     -- vendor with ID 0x1d6b.
+     putStrLn $ maybe "unknown PID!" id
+              $ productName db 0x1d6b 0x0101
 
-          -- Print the ID of the product with the name "Audio Gadget"
-          -- from the vendor with ID 0x1d6b.
-          putStrLn $ maybe "unknown product name!" (printf "0x%04x")
-                   $ productId db 0x1d6b "Audio Gadget"
+     -- Print the ID of the product with the name "Audio Gadget"
+     -- from the vendor with ID 0x1d6b.
+     putStrLn $ maybe "unknown product name!" (printf "0x%04x")
+              $ productId db 0x1d6b "Audio Gadget"
diff --git a/usb-id-database.cabal b/usb-id-database.cabal
--- a/usb-id-database.cabal
+++ b/usb-id-database.cabal
@@ -1,11 +1,11 @@
 name:          usb-id-database
-version:       0.4.0.2
+version:       0.4.0.3
 cabal-version: >=1.6
 build-type:    Simple
 stability:     provisional
-author:        Roel van Dijk
-maintainer:    vandijk.roel@gmail.com
-copyright:     (c) 2009 Roel van Dijk
+author:        Roel van Dijk <vandijk.roel@gmail.com>
+maintainer:    Roel van Dijk <vandijk.roel@gmail.com>
+copyright:     (c) 2009–2010 Roel van Dijk <vandijk.roel@gmail.com>
 license:       BSD3
 license-file:  LICENSE
 category:      System
@@ -23,20 +23,16 @@
   description: Build an example program
   default:     False
 
-flag profile-example
-  description: Enable profiling for the example program
-  default:     False
-
 source-repository head
   type:     darcs
   location: http://code.haskell.org/~roelvandijk/code/usb-id-database
 
 library
   build-depends: base                       >= 3.0.3.1 && < 4.3
-               , base-unicode-symbols       >= 0.1.1   && < 0.2
+               , base-unicode-symbols       >= 0.1.1   && < 0.3
                , bytestring                 == 0.9.*
                , containers                 <  0.4
-               , containers-unicode-symbols == 0.1.*
+               , containers-unicode-symbols <  0.4
                , parsimony                  >= 1 && < 1.1
   ghc-options: -Wall
   cpp-options: -DBUILD_WITH_CABAL
@@ -51,13 +47,10 @@
   extensions: CPP
   cpp-options: -DBUILD_WITH_CABAL
   main-is: example.hs
+  ghc-options: -Wall
 
   if flag(example)
     buildable: True
   else
     buildable: False
 
-  if flag(profile-example)
-    ghc-options: -Wall -prof -auto-all -caf-all -fforce-recomp
-  else
-    ghc-options: -Wall
diff --git a/usb_dot_org_db.txt b/usb_dot_org_db.txt
--- a/usb_dot_org_db.txt
+++ b/usb_dot_org_db.txt
@@ -3,7 +3,6 @@
 1008|Hewlett Packard
 1012|Diebold, Inc.
 1020|Elitegroup Computer Systems
-1021|Xilinx Inc.
 1026|ALi Corporation
 1027|Future Technology Devices International Limited
 1032|Quanta Computer Inc.
@@ -54,8 +53,8 @@
 1207|Compal Electronics, Inc.
 1208|Seiko Epson Corp.
 1211|I-O Data Device, Inc.
-1215|TDK Corporation
 1221|Fujitsu Ltd.
+1222|Toshiba America Electronic Components
 1227|FUJIFILM Corporation
 1228|ST-Ericsson
 1238|Mentor Graphics
@@ -69,7 +68,6 @@
 1256|Samsung Electronics Co., Ltd.
 1259|Northstar Systems Corp.
 1260|Tokyo Electron Device Limited
-1265|Victor Company of Japan, Limited
 1266|Chicony Electronics Co., Ltd.
 1271|Newnex Technology Corp.
 1273|Brother Industries, Ltd.
@@ -78,14 +76,13 @@
 1281|Fujikura/DDK
 1287|Hosiden Corporation
 1293|Belkin Corporation
+1300|FCI Electronics
 1302|Longwell Electronics/Longwell Company
 1305|Star Micronics Co., LTD
 1309|American Power Conversion
 1312|Taiwan Semiconductor Manufacturing Co.
 1314|ACON, Advanced-Connectek, Inc.
 1317|PLX Technology, Inc.
-1321|Aladdin Knowledge Systems
-1324|Canon Development Americas
 1329|Wacom Technology Corp.
 1343|Synopsys, Inc.
 1356|Sony Corporation
@@ -132,7 +129,6 @@
 1582|MAIN SUPER ENTERPRISES CO.,LTD.
 1592|Avision, Inc.
 1593|Chrontel, Inc.
-1604|TEAC Corporation
 1611|Analog Devices, Inc. Development Tools
 1612|Ji-Haw Industrial Co., Ltd
 1614|Suyin Corporation
@@ -145,7 +141,6 @@
 1632|TSAY-E (BVI) International Inc.
 1633|Hamamatsu Photonics K.K.
 1642|Total Technologies, Ltd.
-1652|Key Mouse Electronic Enterprise Co., Ltd.
 1656|ACARD Technology Corp.
 1659|Prolific Technology, Inc.
 16700|Dell Inc.
@@ -159,7 +154,7 @@
 1720|Pixela Corporation
 1724|Oki Data Corporation
 1727|Leoco Corporation
-1732|Bizlink International Corporation
+1732|Bizlink Technology, Inc.
 1736|SIIG, Inc.
 1747|Mitsubishi Electric Corporation
 1758|Heisei Electronics Co. Ltd.
@@ -171,7 +166,7 @@
 1892|Cyber Power Systems, Inc.
 1894|Jess-Link Products Co., Ltd. (JPC)
 1899|OMNIKEY
-1911|Comda Enterprise Corporation
+1911|Comda Advanced Technology Corporation
 1913|Fairchild Semiconductor
 1921|SanDisk Corporation
 1937|Copartner Technology Corporation
@@ -217,7 +212,7 @@
 2395|Medialogic Corporation
 2397|Polycom, Inc.
 2436|Apricorn
-2438|Panasonic Electric Works Co., Ltd.
+24576|TRIDENT MICROSYSTEMS (Far East) Ltd.
 2468|Contech Research, Inc.
 2472|Lin Shiung Enterprise Co., Ltd.
 2475|Japan Cash Machine Co., Ltd.
@@ -228,9 +223,9 @@
 2521|Jungo
 2522|A-FOUR TECH CO., LTD.
 2533|Jo-Dan International, Inc.
+25452|CoreLogic, Inc.
 2554|Mtek Vision
 2578|Cambridge Silicon Radio Ltd.
-2580|Spacelabs Healthcare
 2583|HOYA Corporation
 2593|Medtronic Physio Control Corp.
 2631|Hirose Electric
@@ -253,7 +248,6 @@
 2846|Electronic Warfare Assoc., Inc. (EWA)
 2849|Yokogawa Electric Corporation
 2851|Pan-Asia Electronics Co., Ltd.
-2856|Kenwood Corporation
 2876|Olivetti S.p.A
 2894|Musical Electronics Ltd.
 2900|Sinbon Electronics Co., Ltd.
@@ -262,7 +256,9 @@
 2965|ASIX Electronics Corporation
 2967|O2 Micro, Inc.
 2996|HTC Corporation
+2997|Murata Manufacturing Co., Ltd.
 3010|Seagate Technology LLC
+3034|Realtek Semiconductor Corp.
 3035|Ericsson AB
 3044|Elka International Ltd.
 3046|Wonderful Photoelectricity (DongGuan), Co., Ltd.
@@ -277,6 +273,7 @@
 3170|Chant Sincere Co., Ltd
 3176|Whanam Electronics Co., Ltd.
 3190|Solid State System Co., Ltd.
+3209|Honda Tsushin Kogyo Co., Ltd
 3245|Motorola G&PS
 3255|Singatron Enterprise Co. Ltd.
 3259|Shanghai Darong Electronics Co., Ltd.
@@ -290,12 +287,10 @@
 3315|Atheros Communications, Inc.
 3351|NALTEC, Inc.
 3353|Hank Connection Industrial Co., Ltd.
-3388|SRI CABLE TECHNOLOGY LTD.
 3393|Ta Yun Electronic Technology Co., Ltd.
 3402|NF Corporation
 3403|Grape Systems Inc.
 3409|Volex (Asia) Pte Ltd
-3413|ASKA Technologies Inc.
 3425|MEILU ELECTRONICS (SHENZHEN) CO., LTD.
 3452|Taiwan Line Tek Electronic Co., Ltd.
 3463|Dolby Laboratories Inc.
@@ -303,12 +298,14 @@
 3471|Pitney Bowes
 3484|Chee Chen Hi-Technology Co., Ltd.
 3495|IOGEAR, Inc.
-3524|Macpower & Tytech Technology Co., LTD
+3504|Micro-Star International Co., Ltd.
+3524|inXtron, Inc.
 3525|SDK Co, Ltd.
 3537|Contek Electronics Co., Ltd.
 3540|Custom Engineering SPA
 3552|BD Consumer Healthcare
 3562|UTECH Electronic (D.G.) Co., Ltd.
+3599|VMWare, Inc.
 3607|Walex Electronic Ltd.
 3619|Liou Yuane International Ltd.
 3641|Smart Modular Technologies, Inc.
@@ -317,12 +314,12 @@
 3677|Neltron Industrial Co., Ltd.
 3690|Megawin Technology Co., Ltd.
 3698|Hsi-Chin Electronics Co., Ltd.
-3715|Shin An Wire & Cable Co.
 3724|Well Force Electronic Co., Ltd
 3725|MediaTek Inc.
 3739|ADTEC CORPORATION
 3744|Ours Technology Inc.
 3751|MSL Enterprises Corp.
+3762|Y-S ELECTRONIC CO., LTD.
 3778|Sweetray Industrial Ltd.
 3779|AXELL CO., LTD.
 3782|InnoVISION Multimedia Limited
@@ -330,7 +327,6 @@
 3812|Sunrich Technology (H.K.) Ltd.
 3848|CSL Wire & Plug (Shen Zhen) Company
 38672|Moschip Semiconductor Technology
-3868|Funai Electric Co., Ltd.
 3886|Good Man Corporation
 3890|YFC-BonEagle Electric Co., Ltd.
 3896|Nien-Yi Industrial Corp.
@@ -347,16 +343,15 @@
 4026|SAN SHING ELECTRONICS CO., LTD..
 4027|Bitwise Systems, Inc.
 4046|Sony Ericsson Mobile Communications AB
-4069|Suntecc Inc.
+4069|TC&C ELECTRONIC CO.,LTD (SUNTECC, INC.)
 4087|CHI SHING COMPUTER ACCESSORIES CO., LTD.
 4100|LG Electronics Inc.
 4134|Newly Corporation
+4143|WENZHOU YIHUA COMMUNICATED CONNECTOR CO., LTD.
 4168|Targus Group International
 4172|AMCO TEC International Inc.
-4183|ON Semiconductor
 4184|Western Digital Technologies, Inc.
 4185|Giesecke & Devrient GmbH
-4188|Freeway Electronic Wire & Cable (Dongguan) Co., Ltd.
 4227|CANON ELECTRONICS INC.
 4228|PANTECH CO., LTD.
 4235|Grand-tek Technology Co., Ltd.
@@ -371,7 +366,6 @@
 4370|YM ELECTRIC CO., LTD.
 4371|Medion AG
 4381|Centon Electronics
-4382|VSO Electric Co., Ltd.
 4398|Master Hill Electric Wire and Cable Co., Ltd.
 4400|Tenx Technology, Inc.
 4422|Shimane SANYO Electric Co., Ltd.
@@ -379,7 +373,9 @@
 4443|Salix Technology Co., Ltd.
 4469|Sheng Yih Technologies Co., Ltd.
 4506|DONG GUAN JALINK ELECTRONICES CO.,LTD
+4520|Hoeft & Wessel AG
 4528|ATECH FLASH TECHNOLOGY
+4582|K.I. Technology Co. Ltd.
 4622|HUDSON SOFT CO., LTD.
 4633|COMPAL COMMUNICATIONS, INC.
 4643|SKYCABLE ENTERPRISE. CO., LTD.
@@ -388,7 +384,6 @@
 4706|MICRO VISION CO., LTD.
 4716|Aristocrat Technologies
 4717|Bel Stewart
-4721|Foxda Technology Industrial (Shenzhen) Co., Ltd.
 4742|MARVELL SEMICONDUCTOR, INC.
 4756|RISO KAGAKU CORP.
 4779|Honey Bee Electronic International Ltd.
@@ -396,6 +391,7 @@
 4818|LINE TECH INDUSTRIAL CO., LTD.
 4907|Konica Minolta Holdings, Inc.
 4936|Katsuragawa Electric Co., Ltd.
+4976|Swissbit AG
 4989|Pericom Semiconductor Corp.
 5014|Silicon Storage Technology, Inc.
 5066|JyeTai Precision Industrial Co., Ltd.
@@ -406,8 +402,6 @@
 5089|Kaibo Wire & Cable (Shenzhen) Co., Ltd.
 5117|Initio Corporation
 5118|Phison Electronics Corp.
-5119|VIEWCON ELECTRONIC LTD.
-5122|Bowe Bell & Howell
 5123|Sitronix Technology Corp.
 5134|Telechips, Inc.
 5136|Novatel Wireless, Inc.
@@ -422,6 +416,7 @@
 5246|UPEK Inc.
 5247|Hama GmbH & Co., KG
 5255|DSP Group, Ltd.
+5262|EVATRONIX SA
 5271|Panstrong Company Ltd.
 5293|CTK Corporation
 5295|ATP Electronics Inc.
@@ -433,7 +428,6 @@
 5404|VeriSilicon Holdings Co., Ltd.
 5421|JMicron Technology Corp.
 5422|HLDS (Hitachi-LG Data Storage, Inc.)
-5440|Phihong Technology Co., Ltd.
 5451|PNY Technologies Inc.
 5453|ConnectCounty Holdings Berhad
 5454|D & M Holdings, Inc.
@@ -455,11 +449,9 @@
 5728|Creatix Polymedia GmbH
 5753|Total Phase
 5762|Maxwise Production Enterprise Ltd.
-5764|Godspeed Computer Corp.
 5797|Shenzhen Zhengerya Cable Co., Ltd.
 5804|Dongguan ChingLung Wire & Cable Co., Ltd.
 5836|silex technology, Inc.
-5843|Frontline Test Equipment, Inc.
 5877|Futurelogic Inc.
 5942|CANON IMAGING SYSTEMS INC.
 5960|MQP Electronics Ltd.
@@ -479,10 +471,9 @@
 6127|Lenovo
 6133|K.K. Rocky
 6193|Gwo Jinn Industries Co., Ltd.
-6242|Teridian Semiconductor Corp.
 6292|SyntheSys Research, Inc.
 6296|Summit Microelectronics
-6357|Starline International Group Limited
+6297|Linkiss Co., Ltd.
 6371|Fitilink Integrated Technology, Inc.
 6397|FineArch Inc.
 6420|Alco Digital Devices Limited
@@ -491,14 +482,15 @@
 6448|Shenzhen Xianhe Technology Co., Ltd.
 6449|Ningbo Broad Telecommunication Co., Ltd.
 6473|Lab126
-6483|Ironkey Inc.
 6487|BIOS Corporation
 6503|CASIO HITACHI Mobile Communications Co., Ltd.
+6512|Dane-Elec Corp. USA
 6537|Nuconn Technology Corp.
 6541|Fairchild Imaging
 6556|Richnex Microelectronics Corporation
 6557|Dexxon
 6607|Parrot SA
+6625|WeiDuan Electronic Accessory (S.Z.) Co., Ltd.
 6632|Industrial Technology Research Institute
 6639|Pak Heng Technology (Shenzhen) Co., Ltd.
 6666|USB-IF non-workshop
@@ -509,7 +501,9 @@
 6766|Global Unichip Corp.
 6767|Sagem Orga GmbH
 6772|Oberthur Technologies
-6779|Lumberg Connect  GmbH
+6777|Bayer Health Care LLC
+6779|Lumberg Connect GmbH
+6794|Simula Technology Inc.
 6795|SGS Taiwan Ltd.
 6808|Leica Camera AG
 6809|Asia Tai Technology (Dongguan) Co., Ltd.
@@ -522,16 +516,14 @@
 6895|Octekconn Incorporation
 6944|MStar Semiconductor, Inc.
 6946|WiLinx Corp.
-6962|Ugobe, Inc.
 6984|Plastron Precision Co., Ltd.
 7001|K.S. Terminals Inc.
 7002|Chao Zhou Kai Yuan Electric Co., Ltd.
-7013|The Hong Kong Standards and Testing Centre Ltd.
 7046|Dongguan Guanshang Electronics Co., Ltd.
 7048|ShenMing Electron (Dong Guan) Co., Ltd.
 7054|Amlogic, Inc.
 7055|Super Talent Technology, Inc.
-7064|YMax Communications Corp.
+7062|N-Trig
 7065|Shenzhen Yuanchuan Electronic
 7073|JINQ CHERN ENTERPRISE CO., LTD.
 7108|Ford Motor Co.
@@ -546,53 +538,48 @@
 7229|NONIN MEDICAL INC.
 7275|Philips & Lite-ON Digital Solutions Corporation
 7288|Mindray DS USA, Inc.
+7291|Shenzhen Luxshare Precision Industry Co., Ltd.
 7310|ASTRON INTERNATIONAL CORP.
 7320|ALPINE ELECTRONICS, INC.
 7329|Symwave, Inc.
 7347|Aces Electronic Co., Ltd.
 7348|OPEX CORPORATION
 7358|Texas Instruments - Stellaris
-7359|FORTAT SKYMARK INDUSTRIAL COMPANY
 7390|Telecommunications Technology Association (TTA)
 7391|WonTen Technology Co., Ltd.
-7393|Amphenol KAE
 7432|NINGBO HENTEK DRAGON ELECTRONICS CO., LTD.
 7434|Johnson Controls, Inc. The Automotive Business Unit
 7465|Horng Tong Enterprise Co., Ltd.
 7490|DRAGON JOY LIMITED
 7491|Montage Technology, Inc.
+7493|Qisda Corporation
 7496|Shenzhen XinYonghui Precise Technology Co., Ltd.
 7497|SHENZHEN LINKCONN ELECTRONICS CO., LTD.
 7501|Pegatron Corporation
-7502|INPHI CORPORATION
 7516|Fresco Logic Inc.
 7517|QIXING INDUSTRIAL (HK) CO.
-7520|ASLINK (H.K.) PRECISION CO., LTD.
+7520|ASAP International Co., Ltd.
 7529|Walta Electronic Co., Ltd.
 7531|The Linux Foundation
 7543|Yueqing Changling Electronic Instrument Corp., Ltd.
 7544|CAMBRIDGE SEMICONDUCTOR LTD.
 7545|Shenzhen My-Power Technology Co., Ltd.
-7546|SHINWA INTERNATIONAL HOLDINGS LTD.
 7552|PLDA
-7556|Kechenda Plastic Electronic Factory
 7584|Parade Technologies, Inc.
-7614|S.R.N. Corporation
 7618|Datalogic Mobile Inc.
-7629|HIN KUI MACHINE & METAL INDUSTRIAL CO., LTD.
 7639|REDMERE TECHNOLOGY
 7640|BUFFALO KOKUYO SUPPLY INC.
 7647|GDA Technologies, Inc.
-7648|Shenzhen Excelstor Technology Ltd.
 7649|Actions Microelectronics Co., Ltd.
 7651|SHENZHEN REX ELECTRONICS CO., LTD.
-7652|DAEWOO ELECTRONICS CORPORATION
 7666|Telecommunication Metrology Center of MII
+7668|SHEN ZHEN FORMAN PRECISION INDUSTRY CO., LTD.
+7680|Jupiter Systems
 7688|Inventure, Inc.
 7696|Point Grey Research Inc.
 7708|CMS PRODUCTS
 7711|INVIA
-7738|Temic Automotive of N.A., Inc.
+7738|Continental Automotive Systems Inc.
 7741|Chipsbrand Technologies (HK) Co., Limited
 7751|Jen Jia Precision Industry Co., Ltd.
 7758|Etron Technology, Inc.
@@ -608,8 +595,8 @@
 7912|ONDA COMMUNICATION S.p.a.
 7913|PC PARTNER LIMITED
 7954|Photometrics
-7958|Olidata SpA
 7968|Shenzhen Tenwei Electronics Co., Ltd.
+7976|Cal-Comp Electronics & Communications
 7985|SASKEN COMMUNICATION TECH LTD.
 7989|Amphenol Shouh Min Industry
 7996|Chang Yang Electronics Company Ltd.
@@ -619,26 +606,16 @@
 8063|NOVA Sensors
 8064|MagicPixel Inc.
 8073|Dongguan Goldconn Electronics Co., Ltd.
+8074|Morning Star Industrial Co., Ltd.
 8108|DIFFON CORPORATION
 8109|Cresta Technology Inc.
-8110|Lumidigm, Inc.
 8116|Owl Computing Technologies, Inc.
 8117|Siemens Enterprise Communications GmbH & Co. KG
-8120|DORMA TIME + ACCESS GmbH
-8136|Medis Technologies Ltd.
 8137|NXP Semiconductors
-8144|GILSON S.A.S.
-8152|Guangzhou Tianhe Changjiang Communication Industrial Co
 8172|NIAN YEONG ENTERPRISE CO., LTD.
-8181|Changzhou Wujin BEST Electronic Cables Co., Ltd.
 8193|D-Link Corporation
 8205|Belkin Electronic (Changzhou) Co., Ltd.
-8206|DAIICHI PARTS (HK) CO., LTD.
 8220|Freeport Resources Enterprises Corp.
-8221|Dongguan Shunhui Electronic Co., Ltd.
-8222|Qingdao Haier Telecom Co., Ltd.
-8223|W.E.M. INC.
-8232|DETAS TECHNOLOGY LTD.
 8237|Snowbush IP (a division of Gennum)
 8238|Lumio Inc.
 8259|Mobius Microsystems
@@ -691,9 +668,34 @@
 8564|Transcend Information, Inc.
 8565|Light Blue Optics, Inc.
 8566|TMC/Allion Beijing Lab
-8583|ESM PEEKTON
+8583|ESPACE SERVICES MULTIMEDIAS
 8584|CalDigit
 8618|TAKASAKI KYODO COMPUTING CENTER CO., LTD.
 8627|Dongguan Teconn Electronics Technology Co., Ltd.
 8629|SHENZHEN JASON ELECTRONICS CO., LTD.
+8644|Netcom Technology (HK) Limited
+8658|NeoLAB Convergence
+8659|Compupack Technology Co., Ltd.
+8660|Eduplayer Co., Ltd.
+8665|Verification Technology, Inc.
+8666|Valor Auto Companion, Inc.
+8667|G-Max Technology Co., Ltd.
+8681|Jiafuh Metal & Plastic (ShenZhen) Co., Ltd.
+8682|JUST MAKE ELECTRONICS CO., LTD.
+8695|Wuerth-Elektronik eiSos GmbH & Co. KG
+8705|Elan Digital Systems Ltd.
+8706|Walex Electronic (Wu Xi) Co., Ltd.
+8707|Shin Shin Co., Ltd.
+8709|3eYamaichi Electronics Co., Ltd.
+8710|Wiretek International Investment Ltd.
+8711|Fuzhou Rockchip Electronics Co., Ltd.
+8734|Linktec Technologies Co., Ltd.
+8756|T-CONN PRECISION CORPORATION
+8770|Zhihe Electronics Technology Co., Ltd.
+8784|Evernew Wire & Cable Co., Ltd.
+8785|QuieTek Corp.
+8786|TSANSUN TECH. CO., LTD.
+8793|Skypine Electronics (Shenzhen) Co., Ltd.
+8804|Entourage Systems, Inc.
+8815|KOYO TRADING CO., LTD.
 8888|Motorola MDS
diff --git a/usb_id_repo_db.txt b/usb_id_repo_db.txt
--- a/usb_id_repo_db.txt
+++ b/usb_id_repo_db.txt
@@ -9,8 +9,8 @@
 #	The latest version can be obtained from
 #		http://www.linux-usb.org/usb.ids
 #
-# Version: 2009.12.16
-# Date:    2009-12-16 20:34:13
+# Version: 2010.03.31
+# Date:    2010-03-31 20:34:13
 #
 
 # Vendors, devices and interfaces. Please keep sorted.
@@ -21,6 +21,7 @@
 #		interface  interface_name		<-- two tabs
 
 0001  Fry's Electronics
+	142b  Arbiter Systems, Inc.
 0002  Ingram
 0003  Club Mac
 0004  Nebraska Furniture Mart
@@ -35,6 +36,8 @@
 0204  Chipsbank Microelectronics Co., Ltd
 	6025  CBM2080 Flash drive controller
 	6026  CBM1180 Flash drive controller
+0218  Hangzhou Worlde
+	0301  MIDI Port
 02ad  HUMAX Co., Ltd.
 	138c  PVR Mass Storage
 0324  OCZ Technology Inc
@@ -61,6 +64,26 @@
 	201c  at90usbkey sample firmware (HID mouse)
 	201d  at90usbkey sample firmware (HID generic)
 	2022  at90usbkey sample firmware (composite device)
+	2040  LUFA Test PID
+	2041  LUFA Mouse Demo Application
+	2042  LUFA Keyboard Demo Application
+	2043  LUFA Joystick Demo Application
+	2044  LUFA CDC Demo Application
+	2045  LUFA Mass Storage Demo Application
+	2046  LUFA Audio Output Demo Application
+	2047  LUFA Audio Input Demo Application
+	2048  LUFA MIDI Demo Application
+	2049  Stripe Snoop Magnetic Stripe Reader
+	204a  LUFA CDC Class Bootloader
+	204b  LUFA USB to Serial Adapter Project
+	204c  LUFA RNDIS Demo Application
+	204d  LUFA Combined Mouse and Keyboard Demo Application
+	204e  LUFA Dual CDC Demo Application
+	204f  LUFA Generic HID Demo Application
+	2060  Benito Programmer Project
+	2061  LUFA Combined Mas Storage and Keyboard Demo Application
+	2062  LUFA Combined CDC and Mouse Demo Application
+	2063  LUFA Datalogger Device
 	2103  JTAG ICE mkII
 	2104  AVR ISP mkII
 	2106  STK600 development board
@@ -265,6 +288,7 @@
 	2102  PhotoSmart 7345
 	2104  DeskJet 630c
 	2112  OfficeJet Pro L7500
+	211d  Sierra MC5725 [ev2210]
 	2202  PhotoSmart 7600 series
 	2205  ScanJet 3500c
 	2212  OfficeJet Pro L7600
@@ -354,6 +378,7 @@
 	3c17  EWS UPD
 	3d02  PhotoSmart 7350~
 	3d11  OfficeJet 4215
+	3d17  LaserJet P1005
 	3e02  PhotoSmart 7550
 	3e17  LaserJet P1006
 	3f02  PhotoSmart 7550~
@@ -454,6 +479,7 @@
 	7504  Printing Support
 	7517  LaserJet M3035 MFP
 	7604  DeskJet 3940
+	7611  DeskJet F2492 All-in-One
 	7617  LaserJet P3004
 	7702  PhotoSmart R817 (PTP mode)
 	7704  DeskJet D4100
@@ -610,6 +636,7 @@
 	d012  SCS DRAGON 1
 	d013  SCS DRAGON 1
 	d6f8  UNI Black BOX
+	e0d0  Total Phase Aardvark I2C/SPI analyzer
 	e700  Elster Unicom III Optical Probe
 	e888  Expert ISDN Control USB
 	e889  USB-RS232 OptoBridge
@@ -634,6 +661,7 @@
 	fc0d  Crystalfontz CFA-635 USB LCD
 	fc82  SEMC DSS-20 SyncStation
 	fd48  ShipModul MiniPlex-4xUSB NMEA Multiplexer
+	fd49  ShipModul MiniPlex-4xUSB-AIS NMEA Multiplexer
 	ff08  ToolHouse LoopBack Adapter
 	ff18  Logbook Bus
 	ff19  Logbook Bus
@@ -664,6 +692,7 @@
 0407  Fujitsu Personal Systems, Inc.
 0408  Quanta Computer, Inc.
 	030c  HP Webcam
+	3000  Optical dual-touch panel
 0409  NEC Corp.
 	0011  PC98 Series Layout Keyboard Mouse
 	0012  ATerm IT75DSU ISDN TA
@@ -948,7 +977,7 @@
 0417  Symbios Logic
 0418  AST Research
 0419  Samsung Info. Systems America, Inc.
-	0001  IrDA Remote Controller
+	0001  IrDA Remote Controller / Creative Cordless Mouse
 	3001  Xerox P1202 Laser Printer
 	3003  Olivetti PG L12L
 	3201  Docuprint P8ex
@@ -968,6 +997,7 @@
 	1003  Blaster GamePad Cobra
 	1050  GamePad Cobra
 	1053  Mouse Gamer HD7600L
+	200c  MuVo V100
 	3000  SoundBlaster Extigy
 	3002  SB External Composite Device
 	3010  SoundBlaster MP3+
@@ -1090,6 +1120,9 @@
 	002e  6120 Phone (Media-Player mode)
 	002f  6120 Phone (PC-Suite mode)
 	0042  E51 (PC Suite mode)
+	0064  3109c GSM Phone
+	006b  5310 Xpress Music (PC Suite mode)
+	006c  5310 Xpress music (Storage mode)
 	006d  N95 (Storage mode)
 	006e  N95 (Multimedia mode)
 	006f  N95 (Printing mode)
@@ -1102,6 +1135,10 @@
 	0104  ADL Re-Flashing Engine Parent
 	0105  Nokia Firmware Upgrade Mode
 	0106  ROM Parent
+	0154  5800 XpressMusic (PC Suite mode)
+	0155  5800 XpressMusic (Multimedia mode)
+	0156  5800 XpressMusic (Storage mode)
+	0157  5800 XpressMusic (Imaging mode)
 	01c7  N900 (Storage Mode)
 	01c8  N900 (PC-Suite Mode)
 	0400  7600 Phone Parent
@@ -1160,6 +1197,7 @@
 	04cf  E90 Communicator (Storage mode)
 	04f9  6300 (PC Suite mode)
 	0508  E65 (PC Suite mode)
+	0509  E65 (Storage mode)
 	0600  Digital Pen SU-1B
 	0610  CS-15 (Internet Stick 3G modem)
 	0800  Connectivity Cable DKU-5
@@ -1219,6 +1257,7 @@
 	0082  109 Japanese Keyboard
 	0083  109 Japanese Keyboard
 	0100  3-button Mouse
+	100e  24.1" LCD Monitor v4
 	36ba  Bus Powered Hub
 0431  Itac Systems, Inc.
 	0100  Mouse-Trak 3-button Track Ball
@@ -1430,10 +1469,12 @@
 	a0a1  Top Gun Joystick (rev2)
 	a0a3  Fusion Digital GamePad
 	a201  PK-GP201 PlayStick
+	b10a  T.16000M Joystick
 	b203  360 Modena Pro Wheel
 	b300  Firestorm Dual Power
 	b304  Firestorm Dual Power
 	b307  vibrating Upad
+	b30b  Wireless VibrationPad
 	b603  force feedback Wheel
 	b605  force feedback Racing Wheel
 	b700  Tacticalboard
@@ -1442,10 +1483,12 @@
 	1234  Bluetooth Device
 	1428  Hub
 	1446  TUSB2040/2070 Hub
+	16a6  BM-USBD1 BlueRobin RF heart rate sensor receiver
 	2036  TUSB2036 Hub
 	2046  TUSB2046 Hub
 	2077  TUSB2077 Hub
 	3410  TUSB3410 Microcontroller
+	3f00  OMAP1610
 	3f02  SMC WSKP100 Wi-Fi Phone
 	5409  Frontier Labs NEX IA+ Digital Audio Player
 	6000  AU5 ADSL Modem (pre-reenum)
@@ -1458,6 +1501,7 @@
 	e004  TI-89 Titanium Calculator
 	e008  TI-84 Plus Silver Calculator
 	f430  MSP-FET430UIF JTAG Tool
+	f432  eZ430 Development Tool
 	ffff  Bluetooth Device
 0452  Mitsubishi Electronics America, Inc.
 	0021  HID Monitor Controls
@@ -1486,6 +1530,7 @@
 	0013  TACOMA Fingerprint Mouse V1.06.01
 	001a  Genius WebScroll+
 	0036  Pocket Mouse LE
+	003a  NetScroll+ Mini Traveler
 	004c  Slimstar Pro Keyboard
 	0056  Ergo 300 Mouse
 	0057  Enhanced Gaming Device
@@ -1526,6 +1571,10 @@
 	201f  ColorPage-Vivid 1200 XE
 	2020  ColorPage-Slim 1200 USB2
 	2021  ColorPage-SF600
+	3017  SPEED WHEEL 3 Vibration
+	3018  Wireless 2.4Ghz Game Pad
+	3019  10-Button USB Joystick with Vibration
+	301a  MaxFire G-12U Vibration
 	301d  Genius MaxFire MiniPad
 	400f  Genius TVGo DVB-T02Q MCE
 	6001  GF3000F Ethernet Adapter
@@ -1621,6 +1670,7 @@
 	0071  Wireless MultiMedia Keyboard (106/109)
 	0072  Wireless Natural MultiMedia Keyboard
 	0073  Wireless Natural MultiMedia Keyboard (106/109)
+	0079  IXI Ogo CT-17 handheld device
 	007a  10/100 USB NIC
 	007d  Notebook Optical Mouse
 	007e  Wireless Transceiver for Bluetooth
@@ -1645,6 +1695,7 @@
 	00d1  Optical Mouse with Tilt Wheel
 	00da  eHome Infrared Receiver
 	00db  Natural Ergonomic Keyboard 4000 V1.0
+	00dd  Comfort Curve Keyboard 2000 V1.0
 	00e1  Wireless Laser Mouse 6000 Reciever
 	00f4  LifeCam VX-6000 (SN9C20x + OV9650)
 	00f5  LifeCam VX-3000
@@ -1666,6 +1717,7 @@
 	029c  Xbox360 HD-DVD Drive
 	029d  Xbox360 HD-DVD Drive
 	029e  Xbox360 HD-DVD Memory Unit
+	02a0  Xbox360 Big Button IR
 	0400  Windows Powered Pocket PC 2002
 	0401  Windows Powered Pocket PC 2002
 	0402  Windows Powered Pocket PC 2002
@@ -1885,6 +1937,14 @@
 	040f  Logitech/Storm PageScan
 	0430  Mic (Cordless)
 	0801  QuickCam Home
+	0802  Webcam C200
+	0804  Webcam C250
+	0805  Webcam C300
+	0807  Webcam B500
+	0808  Webcam C600
+	0809  Webcam Pro 9000
+	080a  Portable Webcam C905
+	080f  Webcam C120
 	0810  QuickCam Pro
 	0820  QuickCam VC
 	0830  QuickClip
@@ -1983,6 +2043,8 @@
 	0a02  Premium Stereo USB Headset 350
 	0a03  Logitech USB Microphone
 	0a04  V20 portable speakers (USB powered)
+	0a0b  ClearChat Pro USB
+	0a0c  Clear Chat Comfort USB Headset
 	0a13  Z-5 Speakers
 	0b02  BT Mini-Receiver (HID proxy mode)
 	8801  Video Camera
@@ -2023,10 +2085,11 @@
 	c037  Mouse
 	c038  Mouse
 	c03d  M-BT96a Pilot Optical Mouse
-	c03e  Premium Optical Wheel Mouse
+	c03e  Premium Optical Wheel Mouse (M-BT58)
 	c03f  UltraX Optical Mouse
 	c040  Corded Tilt-Wheel Mouse
 	c041  G5 Laser Mouse
+	c042  G3 Laser Mouse
 	c043  MX320/MX400 Laser Mouse
 	c044  LX3 Optical Mouse
 	c045  Optical Mouse
@@ -2036,7 +2099,9 @@
 	c050  RX 250 Optical Mouse
 	c051  G3 (MX518) Optical Mouse
 	c053  Laser Mouse
+	c061  RX1500 Laser Mouse
 	c101  UltraX Media Remote
+	c122  Harmony 700 Remote
 	c201  WingMan Extreme Joystick with Throttle
 	c202  WingMan Formula
 	c207  WingMan Extreme Digital 3D
@@ -2060,6 +2125,8 @@
 	c221  G15 Keyboard / Keyboard
 	c222  G15 Keyboard / LCD
 	c223  G15 Keyboard / USB Hub
+	c226  G15 Refresh Keyboard
+	c227  G15 Refresh Keyboard
 	c281  WingMan Force
 	c283  WingMan Force 3D
 	c285  WingMan Strike Force 3D
@@ -2151,10 +2218,11 @@
 	5273  KeyMaestro Multimedia Keyboard
 	5308  KeyMaestro Keyboard
 	5408  KeyMaestro Multimedia Keyboard/Hub
+	5500  Portable Keyboard 86+9 keys (Model 6100C US)
 	5720  Smart Card Reader
 	6782  BTC 7932 mouse+keyboard
 046f  Crystal Semiconductor
-0471  Philips
+0471  Philips (or NXP)
 	0101  DSS350 Digital Speaker System
 	0104  DSS330 Digital Speaker System [uda1321]
 	0105  UDA1321
@@ -2227,6 +2295,7 @@
 	205e  TSU9300 Remote Control
 	262c  SPC230NC Webcam
 	485d  Senselock SenseIV v2.x
+	df55  LPCXpresso LPC-Link
 0472  Chicony Electronics Co., Ltd
 	0065  PFU-65 Keyboard
 	b086  Asus USB2.0 Webcam
@@ -2460,6 +2529,7 @@
 	2000  DGP-7
 	2001  DGP-5
 	3001  YST-MS55D USB Speaker
+	3003  YST-M45D USB Speaker
 	4000  NetVolante RTA54i Broadband&ISDN Router
 	4001  NetVolante RTW65b Broadband Wireless Router
 	4002  NetVolante RTW65i Broadband&ISDN Wireless Router
@@ -2637,6 +2707,7 @@
 	0499  Patriot 780
 	049b  Strobe XP 100
 	04a0  7400
+	04ac  Xerox Travel Scanner 100
 04a8  Multivideo Labs, Inc.
 	0101  Hub
 	0303  Peripheral Switch
@@ -2750,7 +2821,10 @@
 	1728  MX310 ser
 	1729  MX700 ser
 	172b  MP140 ser
+	173e  MP560
 	1900  CanoScan LiDE 90
+	1901  CanoScan 8800F
+	1905  CanoScan LiDE 200
 	2200  CanoScan LiDE 25
 	2201  CanoScan FB320U
 	2202  CanoScan FB620U
@@ -2811,6 +2885,7 @@
 	263f  MP375
 	2646  MF5530 Scanner Device V1.9.1
 	2647  MF5550 Composite
+	264d  PIXMA MP710
 	264e  MF5630
 	264f  MF5650 (FAX)
 	2650  iR 6800C EUR
@@ -2982,7 +3057,9 @@
 	3176  PowerShot A590
 	317a  Powershot A470
 	3184  Digital IXUS 80 IS (PTP mode)
+	319a  EOS 7D
 	31bc  PowerShot D10
+	31c0  PowerShot SX200 IS
 	31ff  Digital IXUS 55
 04aa  DaeWoo Telecom, Ltd
 04ab  Chromatic Research
@@ -3052,6 +3129,7 @@
 	0410  D200 (ptp)
 	0413  D40 (mass storage mode)
 	0422  D700 (ptp)
+	0425  D300S
 	4000  Coolscan LS 40 ED
 	4001  LS 50 ED/Coolscan V ED
 	4002  Super Coolscan LS-5000 ED
@@ -3088,6 +3166,7 @@
 	0000  Dacal DC-101 CD Library
 	0001  Mouse
 	0002  CY7C63x0x Thermometer
+	0100  Cino FuzzyScan F760-B
 	0101  Keyboard/Hub
 	0102  Keyboard with APM
 	0130  MyIRC Remote Receiver
@@ -3104,8 +3183,10 @@
 	6830  CY7C68300A EZ-USB AT2 USB 2.0 to ATA/ATAPI
 	6831  Storage Adapter ISD-300LP (CY)
 	7417  Wireless PC Lock
+	8329  USB To keyboard/Mouse Converter
 	8613  CY7C68013 EZ-USB FX2 USB 2.0 Development Kit
 	8614  DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)
+	861f  Anysee E30 USB 2.0 DVB-T Receiver
 	cc04  Centor USB RACIA-ALVAR USB PORT
 	cc06  Centor-P RACIA-ALVAR USB PORT
 	d5d5  CY7C63x0x Zoltrix Z-Boxer GamePad
@@ -3429,7 +3510,8 @@
 	01d2  FinePix A800 Zoom (PTP)
 	01d4  FinePix F50fd (PTP)
 	01d5  FinePix F47 (PTP)
-04cc  Philips Semiconductors
+	01fd  A160
+04cc  ST-Ericsson
 	1122  Hub
 	1521  USB 2.0 Hub
 	8116  Camera
@@ -3446,6 +3528,7 @@
 	8811  CS8811 Mass Storage Device
 	8813  CS8813 Mass Storage Device
 	8818  USB2.0 to ATAPI Bridge Controller
+	8819  USB 2.0 SD/MMC Reader
 	9920  CS8819A2-114 Mass Storage Device
 04d0  Digi International
 04d1  ITT Canon
@@ -3466,6 +3549,7 @@
 04d8  Microchip Technology, Inc.
 	0002  USB-LCD 2x20
 	0003  PICkit 2 Microcontroller Programmer
+	000b  PIC18F2550 (32K Flashable 10 Channel, 10 Bit A/D USB Microcontroller)
 	8000  In-Circuit Debugger
 	8001  ICD2 in-circuit debugger
 04d9  Holtek Semiconductor, Inc.
@@ -3635,6 +3719,8 @@
 	0111  Connect3D Flash Drive
 	1003  MP3 Player and Recorder
 	1006  SDC-200Z
+	2035  Digital Photo Frame Mass Storage
+	2036  Digital Photo Frame Mini Monitor
 	3004  ML-4600
 	3005  Docuprint P1210
 	3008  ML-6060 laser printer
@@ -3665,6 +3751,7 @@
 	3260  CLP-510 Color Laser Printer
 	3268  ML-1610 Mono Laser Printer
 	326c  ML-2010P Mono Laser Printer
+	3276  ML-3050/ML-3051 Laser Printer
 	3409  SCX-4216F Scanner
 	340c  SCX-5x15 series
 	340d  SCX-6x20 series
@@ -3735,8 +3822,13 @@
 	662e  MITs Sync
 	6630  MITs Sync
 	6632  MITs Sync
+	663e  D900e Phone
 	663f  SGH-E720/SGH-E840
 	6640  Usb Modem Enumerator
+	6759  D900e Media Player
+	675a  D900e Mass Storage
+	675b  D900e Camera
+	6795  S5230
 	7011  SEW-2003U Card
 	7021  Bluetooth Device
 	7061  eHome Infrared Receiver
@@ -3802,6 +3894,8 @@
 	b027  Gateway USB 2.0 Webcam
 	b028  VGA UVC Webcam
 	b029  1.3M UVC Webcam
+	b044  Acer CrystalEye Webcam
+	b057  integrated USB webcam
 	b071  2.0M UVC Webcam / CNF7129
 	b091  Webcam
 	b107  CNF7070 Webcam
@@ -4011,6 +4105,7 @@
 04fb  Biostar Microtech International Corp.
 04fc  Sunplus Technology Co., Ltd
 	0003  CM1092 Optical Scroller Mouse
+	0005  USB OpticalWheel Mouse
 	0013  ViewMate Desktop Mouse CC2201
 	0015  ViewMate Desktop Mouse CC2201
 	0232  Fingerprint
@@ -4132,6 +4227,7 @@
 	805e  Realtek RTL8192U [F5D8053 N Wireless USB Adapter v5000]
 	815c  Ralink RT2870 [F5D8053 N Wireless USB Adapter v3000]
 	815f  Realtek RTL8192SU [F5D8053 N Wireless USB Adapter v6000]
+	825b  F5D8055 N Wireless USB Adapter
 	905b  F5D9050 ver 3 Wireless Adapter
 	905c  Wireless G Plus MIMO Network Adapter
 050e  Neon Technology, Inc.
@@ -4245,6 +4341,7 @@
 0538  Caldera International, Inc. (SCO)
 0539  Shyh Shiun Terminals Co., Ltd
 053a  PrehKeyTec GmbH
+	0b00  Hub
 053b  Global Village Communication
 053c  Institut of Microelectronic & Mechatronic Systems
 053d  Silicon Architect
@@ -4412,6 +4509,7 @@
 	018b  Hi-MD SOUND GATE
 	019e  Micro Vault 1.0G Mass Storage
 	01ad  ATRAC HDD PA
+	01bb  802.11g
 	01bd  MRW62E Multi-Card Reader/Writer
 	01c3  NW-E55 Network Walkman
 	01c6  MEMORY P-AUDIO
@@ -4462,6 +4560,7 @@
 	02d1  DVD RW
 	02d2  PSP Slim
 	02ea  PlayStation 3 Memory Card Adaptor
+	02f9  DSC-H9
 	1000  Wireless Buzz! Receiver
 054d  Try Corp.
 054e  Proside Corp.
@@ -4626,7 +4725,9 @@
 	0043  Intuos 2
 	0044  Intuos2 12x12
 	0045  Intuos2 12x18
+	00b2  Intuos3 9x12
 	00b5  Intuos3 6x11 (PTZ-631W)
+	00d3  Bamboo Fun (CTH-661)
 	0400  PenPartner 4x5
 	4850  PenPartner 6x8
 056b  Decicon, Inc.
@@ -4880,14 +4981,65 @@
 	00c4  EDIROL M-16DX
 	00de  Fantom-G7
 0583  Padix Co., Ltd (Rockfire)
+	0001  4 Axis 12 button +POV
+	0002  4 Axis 12 button +POV
 	2030  RM-203 USB Nest [mode 1]
 	2031  RM-203 USB Nest [mode 2]
 	2032  RM-203 USB Nest [mode 3]
 	2033  RM-203 USB Nest [mode 4]
 	2050  PX-205 PSX Bridge
+	205f  PSX/USB converter
+	206f  USB, 2-axis 8-button gamepad
 	3050  QF-305u Gamepad
+	3379  Rockfire X-Force
+	337f  Rockfire USB RacingStar Vibra
+	509f  USB,4-Axis,12-Button with POV
+	5259  Rockfire USB SkyShuttle Vibra
+	525f  USB Vibration Pad
+	5308  USB Wireless VibrationPad
+	5359  Rockfire USB SkyShuttle Pro
+	535f  USB,real VibrationPad
+	5659  Rockfire USB SkyShuttle Vibra
+	565f  USB VibrationPad
+	6009  Revenger
+	600f  USB,GameBoard II
+	6258  USB, 4-axis, 6-button joystick w/view finder
+	6889  Windstorm Pro
 	688f  QF-688uv Windstorm Pro Joystick
 	7070  QF-707u Bazooka Joystick
+	a000  MaxFire G-08XU Gamepad
+	a015  4-Axis,16-Button with POV
+	a019  USB, Vibration ,4-axis, 8-button joystick w/view finder
+	a020  USB,4-Axis,10-Button with POV
+	a021  USB,4-Axis,12-Button with POV
+	a022  USB,4-Axis,14-Button with POV
+	a023  USB,4-Axis,16-Button with POV
+	a024  4axis,12button vibrition audio gamepad
+	a025  4axis,12button vibrition audio gamepad
+	a130  USB Wireless 2.4GHz Gamepad
+	a131  USB Wireless 2.4GHz Joystick
+	a132  USB Wireless 2.4GHz Wheelpad
+	a133  USB Wireless 2.4GHz Wheel&Gamepad
+	a202  ForceFeedbackWheel
+	a209  MetalStrike FF
+	b000  USB,4-Axis,12-Button with POV
+	b001  USB,4-Axis,12-Button with POV
+	b002  Vibration,12-Button USB Wheel
+	b005  USB,12-Button Wheel
+	b008  USB Wireless 2.4GHz Wheel
+	b009  USB,12-Button  Wheel
+	b00a  PSX/USB converter
+	b00b  PSX/USB converter
+	b00c  PSX/USB converter
+	b00d  PSX/USB converter
+	b00e  4-Axis,12-Button with POV
+	b00f  USB,5-Axis,10-Button with POV
+	b010  MetalStrike Pro
+	b012  Wireless MetalStrike
+	b013  USB,Wiress  2.4GHZ Joystick
+	b016  USB,5-Axis,10-Button with POV
+	b018  TW6 Wheel
+	ff60  USB Wireless VibrationPad
 0584  RATOC System, Inc.
 	0008  Fujifilm MemoryCard ReaderWriter
 	b000  REX-USB60
@@ -4989,6 +5141,7 @@
 	9368  Multimedia Card Reader
 	9380  Flash Drive
 	9382  Acer/Sweex Flash drive
+	9384  qdi U2Disk T209M
 	9410  Keyboard
 	9472  Keyboard Hub
 	9510  ChunghwaTL USB02 Smartcard Reader
@@ -5060,8 +5213,10 @@
 	0212  PocketDrive
 	0213  PocketDrive USB2
 	0323  LaCie d2 Drive USB2
+	0421  Big Disk G465
 	0641  Mobile Hard Drive
 	1010  Desktop Hard Drive
+	1019  Desktop Hard Drive
 	a601  HardDrive
 	a602  CD R/W
 05a0  Vetronix Corp.
@@ -5134,6 +5289,7 @@
 	0229  Internal Keyboard/Trackpad (MacBook Pro) (ANSI)
 	022a  Internal Keyboard/Trackpad (MacBook Pro) (ISO)
 	022b  Internal Keyboard/Trackpad (MacBook Pro) (JIS)
+	0230  Internal Keyboard/Trackpad (MacBook Pro 4,1)
 	0301  USB Mouse [Mitsumi, M4848]
 	0302  Optical Mouse [Fujitsu]
 	0304  Optical USB Mouse [Mitsumi]
@@ -5155,6 +5311,10 @@
 	1208  iPod '08'
 	1209  iPod Video
 	120a  iPod Nano
+	1223  iPod Classic/Nano 3.Gen (DFU mode)
+	1224  iPod Nano 3.Gen (DFU mode)
+	1225  iPod Nano 4.Gen (DFU mode)
+	1231  iPod Nano 5.Gen (DFU mode)
 	1240  iPod Nano 2.Gen (DFU mode)
 	1255  iPod Nano 4.Gen (DFU mode)
 	1260  iPod Nano 2.Gen
@@ -5174,11 +5334,16 @@
 	8204  Bluetooth HCI [Bluetooth 2.0 + EDR, built-in]
 	8205  Bluetooth HCI
 	8206  Bluetooth HCI
+	820f  Bluetooth HCI
+	8215  Bluetooth USB Host Controller
+	8216  Bluetooth USB Host Controller
+	8217  Bluetooth USB Host Controller
 	8240  IR Receiver [built-in]
 	8242  IR Receiver [built-in]
 	8300  Built-in iSight (no firmware loaded)
 	8501  Built-in iSight [Micron]
 	8502  Built-in iSight
+	8505  Built-in iSight
 	912f  Hub in 30" Cinema Display
 	9221  30" Cinema Display
 	ffff  Bluetooth in DFU mode - Driver
@@ -5484,6 +5649,7 @@
 	a531  JumpDrive Secure II
 	a560  JumpDrive FireFly
 	a701  JumpDrive FireFly
+	a790  JumpDrive 2GB
 	b002  USB CF Reader
 	b018  Multi-Card Reader
 05dd  Delta Electronics, Inc.
@@ -5524,11 +5690,12 @@
 	0406  Hub
 	0501  GL620USB Host-Host interface
 	0502  GL620USB-A GeneLink USB-USB Bridge
+	0503  Webcam
 	0504  HID Keyboard Filter
 	0604  USB 1.1 Hub
 	0605  USB 2.0 Hub [ednet]
 	0606  USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
-	0608  USB-2.0 4-Port HUB [Hama]
+	0608  USB-2.0 4-Port HUB
 	0660  USB 2.0 Hub
 	0700  SIIG US2256 CompactFlash Card Reader
 	0701  USB 2.0 IDE Adapter
@@ -5548,6 +5715,7 @@
 	0711  Card Reader
 	0712  Delkin Mass Storage Device
 	0715  USB 2.0 microSD Reader
+	0716  USB 2.0 Multislot Card Reader/Writer
 	0723  USB 2.0 SD/MMC/MS Flash Card Reader
 	0760  USB 2.0 Card Reader/Writer
 	0761  Genesys Mass Storage Device
@@ -5734,6 +5902,7 @@
 	0200  All-In-One Multi-Card Reader CA200/B/S
 	1000  CD-ROM Drive
 	800d  TASCAM Portastudio DP-01FX
+	800e  TASCAM US-122L
 	d001  CD-R/RW Unit
 	d002  CD-R/RW Unit
 	d010  CD-RW/DVD Unit
@@ -5927,6 +6096,7 @@
 	0110  Vigor 128 ISDN TA
 	0550  Vigor550
 	1688  miniVigor 128 ISDN TA
+	6694  USB ISDN TA
 0676  Teles AG
 0677  Aiwa Co., Ltd
 	07d5  TM-ED1285(USB)
@@ -5974,7 +6144,8 @@
 	e240  Speedstream Ethernet Adapter E240
 	e540  Speedstream Ethernet Adapter E240
 067d  Hohner Corp.
-067e  Intermec
+067e  Intermec Technologies Corp.
+	0801  SR30 Barcode Scanner
 	1001  Mobile Computer
 067f  Virata, Ltd
 	4552  DSL-200 ADSL Modem
@@ -6000,8 +6171,12 @@
 0684  Actiontec Electronics, Inc.
 0686  Minolta Co., Ltd
 	2001  PagePro 4110W
+	2004  PagePro 1200W
 	3001  PagePro 4100
+	3005  PagePro 1250E
 	3006  PagePro 1250W
+	300b  PagePro 1350W
+	300c  PagePro 1300W
 	302e  Develop D 1650iD PCL
 	3034  Develop D 2050iD PCL
 	4001  Dimage 2300
@@ -6036,6 +6211,7 @@
 	00f1  Pro Throttle
 	00f2  Flight Sim Pedals
 	00f3  Fighterstick
+	00fa  Flight Sim Pedals
 	00ff  Flight Sim Yoke
 	0500  GameStick 3D
 	0501  CH Pro Pedals
@@ -6452,6 +6628,7 @@
 06f7  Wailly Technology Ltd
 	0003  USB->Din 4 Adaptor
 06f8  Guillemot Corp.
+	3002  Hercules Blog Webcam
 	3004  Hercules Classic Silver
 	3005  Hercules Dualpix Exchange
 	3007  Hercules Dualpix Chat and Show
@@ -6579,7 +6756,7 @@
 0735  Asuscom Network
 	2100  ISDN Adapter
 	2101  ISDN Adapter
-	6694  ISDN Adapter
+	6694  ISDNlink 128K
 	c541  ISDN TA 280
 0736  Lorom Industrial Co., Ltd
 0738  Mad Catz, Inc.
@@ -6676,6 +6853,7 @@
 	200d  M-Audio OmniStudio
 	200f  M-Audio MobilePre
 	2010  M-Audio Fast Track
+	2012  M-Audio Fast Track Pro
 	2013  M-Audio JamLab
 	2015  M-Audio RunTime DFU
 	2016  M-Audio RunTime DFU
@@ -6732,6 +6910,8 @@
 076f  Jhen Vei Electronic Co., Ltd
 0770  Welch Allyn, Inc - Medical Division
 0771  Observator Instruments BV
+	4455  OMC45III
+	ae0f  OMC45III
 0774  AmTRAN Technology Co., Ltd
 0775  Longshine Electronics Corp.
 0776  Inalways Corp.
@@ -6775,6 +6955,7 @@
 	5150  SDCZ2 Cruzer Mini Flash Drive (thin)
 	5151  Cruzer Micro Flash Drive
 	5153  Cruzer Flash Drive
+	5402  U3 Cruzer Micro
 	5406  Cruzer Micro U3
 	5408  Cruzer Titanium U3
 	6100  Ultra II SD Plus 2GB
@@ -6809,6 +6990,8 @@
 	74b1  Sansa View
 	74c0  Sansa Fuze (mtp)
 	74c1  Sansa Fuze (msc)
+	74d0  Sansa Clip+ (mtp)
+	74d1  Sansa Clip+ (msc)
 	8181  Pen Flash
 	8183  Hi-Speed Mass Storage Device
 	8185  SDCZ2 Cruzer Mini Flash Drive (older, thick)
@@ -6829,6 +7012,9 @@
 0782  Trackerball
 0783  C3PO
 	0003  LTC31 SmartCard Reader
+	0006  LTC31v2
+	0009  KBR36
+	0010  LTC32
 0784  Vivitar, Inc.
 	0100  Vivicam 2655
 	1310  Vivicam 3305
@@ -6971,6 +7157,7 @@
 	0412  Scanner
 	0800  OpticPro ST48 Scanner
 	0906  OpticBook 3600 Scanner
+	0a06  TVcam VD100
 	0c03  OpticPro ST64+ Scanner
 	0c26  OpticBook 4600 Scanner
 	0c2b  Mobile Office D428 Scanner
@@ -6993,6 +7180,7 @@
 07b5  Mega World International, Ltd
 	0017  Joystick
 	0213  Thrustmaster Firestorm Digital 3 Gamepad
+	0312  Gamepad
 	9902  GamePad
 07b6  Marubun Corp.
 07b7  TIME Interconnect, Ltd
@@ -7199,6 +7387,7 @@
 	2000  FX2 DFU Adapter
 	2001  eUSB CompactFlash Reader
 	4100  Kingsun SF-620 Infrared Adapter
+	4101  Connectivity Cable (CA-42 clone)
 	4959  Kingsun KS-959 Infrared Adapter
 07d1  D-Link System
 	13ec  VvBus for Helium 2xx
@@ -7207,11 +7396,12 @@
 	13f2  DSL-502G Router
 	3a07  WUA-2340 Adapter
 	3a08  predator Bootloader Download
+	3a09  DWA-160 Xtreme N Dual Band USB Adapter(rev.A2) [Atheros AR9001U-(2)NG]
 	3a0d  DWA-120 Wireless 108G Adapter
 	3b01  AirPlus G DWL-G122 Wireless Adapter
 	3b10  RangeBooster N Adapter
 	3b11  Wireless N Adapter DWA-130
-	3c03  DWL-G122 802.11g Adapter [ralink rt73]
+	3c03  DWL-G122 802.11g Adapter(rev.C1) [ralink rt73]
 	3c04  WUA-1340
 	3c05  EH103 Wireless G Adapter
 	3c07  Wireless G DWA-110 Adapter
@@ -7221,8 +7411,8 @@
 	3c0d  DWA-125 Wireless 150 USB Adapter
 	3c0e  WUA-2340 USB Adapter(rev.B)
 	3c0f  AirPlus G DWL-G122 Wireless Adapter(rev.E)
-	3c10  DWA 160A 802.11n
-	3c11  DWA-160 Xtreme N Dual Band USB Adapter(rev.B)
+	3c10  DWA-160 Xtreme N Dual Band USB Adapter(rev.A) [Atheros AR9001U-(2)NG]
+	3c11  DWA-160 Xtreme N Dual Band USB Adapter(rev.B) [Ralink RT2870]
 	3c13  DWA-130 Wireless N USB Adapter(rev.B)
 	3c15  DWA-140 Wireless N USB Adapter(rev.B3)
 	5100  Remote NDIS Device
@@ -7230,6 +7420,7 @@
 	fc01  DBT-120 Bluetooth Adapter
 07d2  Aptio Products, Inc.
 07d3  Cyberdata Corp.
+07d5  Radiant Systems
 07d7  GCC Technologies, Inc.
 07da  Arasan Chip Systems
 07de  Diamond Multimedia
@@ -7256,6 +7447,7 @@
 07ef  STSN
 	0001  Internet Access Device
 07f2  Microcomputer Applications, Inc.
+	0001  KEYLOK II
 07f6  Circuit Assembly Corp.
 07f7  Century Corp.
 	0005  ScanLogic/Century Corporation uATA
@@ -7274,6 +7466,7 @@
 07ff  Unknown
 	00ff  Portable Hard Drive
 0801  Mag-Tek
+	0001  Mini Swipe Reader (Keyboard Emulation)
 	0002  Mini Swipe Reader
 0802  Mako Technologies, LLC
 0803  Zoom Telephonics, Inc.
@@ -7299,6 +7492,8 @@
 0813  Mattel, Inc.
 	0001  Intel Play QX3 Microscope
 	0002  Dual Mode Camera Plus
+0819  eLicenser
+	0101  License Management and Copy Protection
 081a  MG Logic
 	1000  Duo Pen Tablet
 081b  Indigita Corp.
@@ -7354,7 +7549,7 @@
 	0053  Handheld
 	0054  Handheld
 	0060  Tungsten C/E/T/T2/T3 / Zire 71
-	0061  Lifedrive / Treo 650/680 / Tunsten E2/T5/TX / Zire 21/31/72 / Z22
+	0061  Lifedrive / Treo 650/680 / Tunsten E2/T5/TX / Centro / Zire 21/31/72 / Z22
 	0062  Handheld
 	0063  Handheld
 	0064  Handheld
@@ -7462,7 +7657,7 @@
 0850  Fast Point Technologies, Inc.
 0851  Macronix International Co., Ltd
 	1542  SiPix Blink
-	1543  Maxell WS30 Slim Digital Camera
+	1543  Maxell WS30 Slim Digital Camera, or Pandigital PI8004W01 digital photo frame
 	a168  MXIC
 0852  CSEM
 0853  Topre Corporation
@@ -7568,6 +7763,8 @@
 	4944  MassWorks ID-75 TouchScreen
 088c  Swecoin AB
 	2030  Ticket Printer TTP 2030
+088e  iLok
+	5036  Portable secure storage for software licenses
 0892  DioGraphy, Inc.
 	0101  Smartdio Reader/Writer
 0897  Lauterbach
@@ -7586,8 +7783,11 @@
 08bb  Texas Instruments Japan
 	2702  Speakers
 	2900  PCM2900 Audio Codec
+	2901  PCM2901 Audio Codec
+	2902  PCM2902 Audio Codec
 	2904  PCM2904 Audio Codec
 08bd  Citizen Watch Co., Ltd
+	0208  CLP-521 Label Printer
 	1100  X1-USB Floppy
 08c3  Precise Biometrics
 	0001  100 SC
@@ -7647,6 +7847,10 @@
 08d3  Virtual Ink
 08d4  Fujitsu Siemens Computers
 	0009  SCR SmartCard Reader
+08d8  IXXAT Automation GmbH
+	0002  USB-to-CAN compact
+	0003  USB-to-CAN II
+	0100  USB-to-CAN
 08d9  Increment P Corp.
 08dd  Billionton Systems, Inc.
 	0112  Wireless LAN Adapter
@@ -7776,6 +7980,7 @@
 	258d  AES2501
 	258e  AES2501
 	258f  AES2501
+	2810  AES2810
 	3400  AES3400 TruePrint Sensor
 	3401  AES3400 Sensor
 	3402  AES3400 Sensor
@@ -7999,11 +8204,15 @@
 	0300  VideoAdvantage
 	0302  Syntek DC-112X
 	0320  VideoAdvantage
+	0482  USB2.0 TVBOX
 	1100  DC-1100 Video Enhamcement Device
 	1112  Veo Web Camera
 	a311  Video Enhancement Device
 0933  Quantum Corp.
 0934  Netcom Systems
+0936  NuTesla
+	0030  Composite Device, Mass Storage Device (Flash Drive) amd HID
+	003c  Rhythmedics HID Bootloader
 0939  Lumberg, Inc.
 093a  Pixart Imaging, Inc.
 	0007  CMOS 100K-R Rev. 1.90
@@ -8028,11 +8237,12 @@
 093b  Plextor Corp.
 	0010  Storage Adapter
 	0011  PlexWriter 40/12/40U
+	0041  PX-708A DVD RW
 	0042  PX-712UF DVD RW
 	a002  ConvertX M402U XLOADER
 	a003  ConvertX AV100U A/V Capture Audio
 	a004  ConvertX TV402U XLOADER
-	a005  KWorld EMP Audio Device
+	a005  ConvertX TV100U A/V Capture
 	a102  ConvertX M402U A/V Capture
 	a104  ConvertX PX-TV402U/NA
 093c  Intrepid Control Systems, Inc.
@@ -8054,6 +8264,7 @@
 	0304  USB Pro (16/48)
 	1105  USB One
 094b  Linkup Systems Corp.
+	0001  neonode N2
 094d  Cable Television Laboratories
 094f  Yano
 	0101  U640MO-03
@@ -8067,6 +8278,8 @@
 	1603  DataTraveler 1GB/2GB Pen Drive
 	1607  DataTraveler 100
 	1613  DataTraveler 8GB Pen Drive
+	1625  DataTraveler 101 II
+	162a  DataTraveler 112 4GB Pen Drive
 0954  RPM Systems Corp.
 0955  NVidia Corp.
 0956  BSquare Corp.
@@ -8089,6 +8302,7 @@
 	0802  ePass2000 (G&D STARCOS SPK 2.4)
 0971  Gretag-Macbeth AG
 	2005  Huey
+	2007  ColorMunki
 0973  Schlumberger
 	0001  e-gate Smart Card
 0974  Datagraphix, a business unit of Anacomp
@@ -8121,6 +8335,7 @@
 0996  Integrated Telecom Express, Inc.
 099a  Zippy Technology Corp.
 	610c  EL-610 Super Mini Electron luminescent Keyboard
+	7160  Hyper Slim Keyboard
 09a3  PairGain Technologies
 09a4  Contech Research, Inc.
 09a5  VCON Telecommunications
@@ -8174,6 +8389,7 @@
 	0018  Trust Human Interface Device
 	001a  Wireless Mouse & RXM-15 Receiver
 	002a  Wireless Optical Mouse NB-30
+	022b  Wireless Mouse (Battery Free)
 09db  Measurement Computing Corp.
 	0075  MiniLab 1008
 	0076  PMD-1024
@@ -8195,6 +8411,11 @@
 	4331  iRhythm Tuner Remote
 09ef  Xitel
 	0101  MD-Port DG2 MiniDisc Interface
+09f3  GoFlight, Inc.
+	0018  GF-46 Multi-Mode Display Module
+	0028  RP-48 Combination Pushbutton-Rotary Module
+	0064  MCP Pro Airliner Auto-Pilot
+	0300  EFIS - Electronic Flight Information System
 09f5  AresCom
 	0168  Network Adapter
 	0188  LAN Adapter
@@ -8261,12 +8482,15 @@
 	0052  Optio 60 Digital Camera
 	006e  K10D
 	0070  K100D
+	0093  K200D
 	00a7  Optio E50
 	1001  EI2000 Camera powered by Digita!
 0a18  Heidelberger Druckmaschinen AG
 0a19  Hua Geng Technologies, Inc.
 0a21  Medtronic Physio Control Corp.
 0a22  Century Semiconductor USA, Inc.
+0a27  Datacard Group
+	0102  SP35
 0a2c  AK-Modul-Bus Computer GmbH
 	0008  GPIO Ports
 0a34  TG3 Electronics, Inc.
@@ -8386,6 +8610,7 @@
 0a5d  Diatrend Corp.
 0a5f  Zebra
 	0009  LP2844 Printer
+	008b  HC100 wristbands Printer
 	930a  Printer
 0a62  MPMan
 	0010  MPMan MP-F40 MP3 Player
@@ -8499,6 +8724,8 @@
 0aae  NEC infrontia Corp. (Nitsuko)
 0aaf  Digitalway Co., Ltd
 0ab0  Arrow Strong Electronics Co., Ltd
+0ab1  FEIG ELECTRONIC GmbH
+	0002  OBID RFID-Reader
 0aba  Ellisys
 	8001  Tracker 110 Protocol Analyzer
 	8002  Explorer 200 Protocol Analyzer
@@ -8539,6 +8766,7 @@
 0acc  Koga Electronics Co.
 0acd  ID Tech
 	0401  ID TECH Spectrum III Hybrid Smartcard Reader
+	0630  ID TECH Spectrum III Mag-Only Insert Reader (SPT3-355 Series) USB-CDC
 0ace  ZyDAS
 	1201  802.11b
 	1211  ZEW 2501 802.11bg Wireless Adapter
@@ -8591,6 +8819,9 @@
 	6300  GT 3G Quad UMTS/GPRS Card
 	6600  GlobeTrotter 3G+ datacard
 	6711  GlobeTrotter Express 7.2 v2
+	6971  Globetrotter HSDPA Modem
+	7501  Globetrotter HSUPA Modem (icon 411 aka "Vodafone K3760")
+	7701  Globetrotter HSUPA Modem (aka icon 451)
 0af6  Silver I Co., Ltd
 0af7  B2C2, Inc.
 	0101  Digital TV USB Receiver (DVB-S/T/C / ATSC)
@@ -8615,6 +8846,7 @@
 	1716  Bluetooth Device
 	171b  A9T wireless 802.11bg
 	171c  802.11b/g Wireless Network Adapter
+	171f  My Cinema U3000 Mini [DiBcom DiB0700]
 	1723  WL-167G v2 802.11g Adapter [ralink]
 	1724  RT2573
 	1726  Laptop OLED Display
@@ -8636,6 +8868,7 @@
 	106e  Datamax E-4304
 0b0c  Todos Data System AB
 	0009  Todos Argos Mini II Smart Card Reader
+	003f  Todos C400 smartcard controller (Handelsbanken card reader)
 0b0d  ProjectLab
 	0000  CenturyCD
 0b0e  GN Netcom
@@ -8658,6 +8891,7 @@
 	0020  ShuttleXpress
 0b37  Hitachi ULSI Systems Co., Ltd
 0b39  Omnidirectional Control Technology, Inc.
+	0001  Composite USB PS2 Converter
 	0109  USB TO Ethernet
 	0421  Serial
 	0801  USB-Parallel Bridge
@@ -8734,6 +8968,12 @@
 0b7b  Taiko Denki Co., Ltd
 0b7c  ITRAN Communications, Ltd
 0b7d  Astrodesign, Inc.
+0b81  id3 Semiconductors
+	0102  Certis V1 fingerprint reader
+	0200  CL1356T smartcard reader
+	0220  CL1356A smartcard reader
+	1003  CERTIS2 fingerprint reader
+	1004  CERTIS2 fingerprint reader
 0b84  Rextron Technology, Inc.
 0b85  Elkat Electronics, Sdn., Bhd.
 0b86  Exputer Systems, Inc.
@@ -8952,10 +9192,15 @@
 	0a9d  SmartPhone Sync
 	0a9e  SmartPhone Sync
 	0a9f  SmartPhone Sync
+	0b03  Ozone Mobile Broadband
 	0b04  Hermes / TyTN / T-Mobile MDA Vario II / O2 Xda Trion
 	0b06  Athena / Advantage x7500 / Dopod U1000 / T-Mobile AMEO
 	0b0c  Elf / Touch / P3450 / T-Mobile MDA Touch / O2 Xda Nova / Dopod S1
+	0b51  Qtek 8310 mobile phone [Tornado Noble]
 	0bce  Vario MDA
+	0c01  Dream / ADP1 / G1 Phone
+	0c02  Dream / ADP1 / G1 Phone (Debug)
+	0fff  Android Fastboot Bootloader
 0bb5  Murata Manufacturing Co., Ltd
 0bb6  Network Alchemy
 0bb7  Joytech Computer Co., Ltd
@@ -8969,6 +9214,7 @@
 0bc1  Fuw Yng Electronics Co., Ltd
 0bc2  Seagate RSS LLC
 	2000  Storage Adapter V3 (TPP)
+	2200  FreeAgent Go FW
 0bc3  IPWireless, Inc.
 0bc4  Microcube Corp.
 0bc5  JCN Co., Ltd
@@ -9007,7 +9253,7 @@
 	0116  Mass Storage Device
 	0117  Mass Storage Device
 	0118  Mass Storage Device
-	0151  Mass Storage Device
+	0151  Mass Storage Device (Multicard Reader)
 	0152  Mass Storage Device
 	0153  Mass Storage Device
 	0156  Mass Storage Device
@@ -9022,6 +9268,7 @@
 	2831  2831U Device
 	8150  RTL8150 Fast Ethernet Adapter
 	8151  RTL8151 Adapteon Business Mobile Networks BV
+	8172  RTL8191S WLAN Adapter
 	8187  RTL8187 Wireless Adapter
 	8189  RTL8187B Wireless 802.11g 54Mbps Network Adapter
 	8197  RTL8187B Wireless Adapter
@@ -9109,10 +9356,16 @@
 	ffff  Bluetooth module with BlueCore in DFU mode
 0c25  Sampo Corp.
 	0310  Scream Cam
+0c26  Prolific Technology Inc.
+	0018  USB-Serial Controller [Icom Inc. OPC-478UC]
 0c27  RFIDeas, Inc
 	3bfa  pcProx Card Reader
 0c2e  Metro
+	0007  Metrologic MS7120 Barcode Scanner (IBM SurePOS mode)
 	0200  Metrologic Scanner
+	0204  Metrologic MS7120 Barcode Scanner (keyboard mode)
+	0700  Metrologic MS7120 Barcode Scanner (uni-directional serial mode)
+	0720  Metrologic MS7120 Barcode Scanner (bi-directional serial mode)
 0c35  Eagletron, Inc.
 0c36  E Ink Corp.
 0c37  e.Digital
@@ -9381,7 +9634,7 @@
 	0035  Miditech Play'n Roll
 	0036  Cinergy 250 Audio
 	0037  Cinergy 250 Audio
-	0038  Cinergy T^2 DVB-T Receiver
+	0038  Cinergy TÂ² DVB-T Receiver
 	0039  Grabster AV 400
 	003b  Cinergy 400
 	003c  Grabster AV 250
@@ -9389,9 +9642,11 @@
 	0043  Cinergy T XS
 	004e  Cinergy T XS
 	004f  Cinergy Analog XS
+	0055  Cinergy T XE (Version 1, AF9005)
 	005c  Cinergy TÂ²
-	0069  Cinergy T XE DVB-T Receiver
+	0069  Cinergy T XE (Version 2, AF9015)
 	0077  Aureon Dual USB
+	0097  Cinergy T RC MKII
 0cd4  Bang Olufsen
 	0101  BeolinkPC2
 0cd5  LabJack Corporation
@@ -9527,7 +9782,7 @@
 0d56  AVLAB Technology, Inc.
 0d57  Solomon Microtech, Ltd
 0d5c  Belkin
-	a002  F5D6050 802.11b Adapter
+	a002  Atmel at76c503a [F5D6050 802.11b Wireless Adapter v1000]
 0d5e  Myacom, Ltd
 	2346  BT Digital Access adapter
 0d5f  CSI, Inc.
@@ -9536,6 +9791,7 @@
 0d62  Darfon Electronics Corp.
 	0003  Smartcard Reader
 	0004  Filter Driver
+	001c  Benq X120 Internet Keyboard Pro
 	0306  M530 Mouse
 	0800  Magic Wheel
 	2021  AM805 Keyboard
@@ -9756,6 +10012,7 @@
 	0101  Hi-Speed Mass Storage Device
 0dc5  SDK Co., Ltd
 0dc6  Precision Squared Technology Corp.
+	2301  Wireless Touchpad Keyboard
 0dc7  First Cable Line, Inc.
 0dcd  NetworkFab Corp.
 	0001  Remote Interface Adapter
@@ -9772,6 +10029,7 @@
 0dd8  Netac Technology Co., Ltd
 	1060  USB-CF-Card
 	e007  OnlyDisk U222 Pendrive
+	f607  OnlyDisk U208 1G flash drive [U-SAFE]
 0dd9  HighSpeed Surfing
 0dda  Integrated Circuit Solution, Inc.
 	0001  Multi-Card Reader 6in1
@@ -9833,10 +10091,12 @@
 	0040  WL-344 Wireless USB Adapter 300N X2
 	0041  WL-329 Wireless Dualband USB adapter 300N
 	0042  WL-345 Wireless USB adapter 300N X3
+	0045  WL-353 Wireless USB Adapter 150N Nano
 	0047  WL-352v1 Wireless USB Adapter 300N 002
 	0048  WL-349v1 Wireless USB Adapter 150N 002
 	004a  WL-358v1 Wireless Micro USB Adapter 300N X3 002
 	004b  WL-360 Wireless Micro USB Adapter X3
+	004c  WL-352 802.11n Adapter [realtek rtl8191s]
 	061c  LN-028 Network USB 2.0 Adapter
 	21f4  44 St Bluetooth Device
 	2200  Sitecom bluetooth2.0 class 2 dongle CN-512
@@ -9885,6 +10145,7 @@
 	0510  iAudio X5, subpack USB port
 	0513  iAudio X5, side USB port
 	0520  iAudio M5, side USB port
+	0601  iAudio G3
 	0700  iAudio U3
 	0751  iAudio 7
 	0800  Cowon D2 (UMS mode)
@@ -9942,6 +10203,8 @@
 	6119  remote receive and control device
 	6441  C-Media Sound Device
 0e5d  Neltron Industrial Co., Ltd
+0e5e  Conwise Technology Co., Ltd.
+	6622  CW6622
 0e66  Hawking Technologies
 	0001  HWUN1 Hi-Gain Wireless-300N USB Adapter w/ Upgradable Antenna
 	0003  HWDN1 Hi-Gain USB Wireless-300N Dish Adapter
@@ -9970,7 +10233,10 @@
 0e8d  MediaTek Inc.
 	0004  MT6227 phone
 0e8f  GreenAsia Inc.
-	0012  Joystick
+	0003  MaxFire Blaze2
+	0012  USB Wireless 2.4GHz Gamepad
+	0016  4 port HUB
+	0020  USB to PS/2 Adapter
 0e90  WiebeTech, LLC
 	0100  Storage Adapter V1
 0e91  VTech Engineering Canada, Ltd
@@ -9980,6 +10246,7 @@
 0e96  Aplux Communications, Ltd
 	c001  TRUST 380 USB2 SPACEC@M
 0e97  Fingerworks, Inc.
+	0908  Composite HID (Keyboard and Mouse)
 0e98  Advanced Analogic Technologies, Inc.
 0e99  Parallel Dice Co., Ltd
 0e9a  TA HSING Industries, Ltd
@@ -10072,6 +10339,9 @@
 	0006  Focuser
 	0007  Filter Wheel
 	000a  ProLine CCD
+	000b  Color Filter Wheel 4
+	000c  PDF2
+	000d  Guider
 0f19  Oracom Co., Ltd
 0f1b  Onset Computer Corp.
 0f1c  Funai Electric Co., Ltd
@@ -10085,7 +10355,8 @@
 0f2f  Priva Design Services
 0f30  Jess Technology Co., Ltd
 	001c  PS3 Guitar Controller Dongle
-	0110  10-Button Joypad
+	0110  Dual Analog Rumble Pad
+	0111  Colour Rumble Pad
 0f31  Chrysalis Development
 0f32  YFC-BonEagle Electric Co., Ltd
 0f37  Kokuyo Co., Ltd
@@ -10328,10 +10599,13 @@
 	800c  GN-WB31N 802.11n USB WLAN Card
 	800d  GN-WB32L 802.11n USB WLAN Card
 1046  Winbond Electronics Corp. [hex]
+	6694  Generic W6694 USB
 	8901  Bluetooth Device
 	9967  W9967CF/W9968CF Webcam IC
 1048  Targus Group International
 104c  AMCO TEC International, Inc.
+104d  Newport Corporation
+	1003  Model-52 LED Light Source Power Supply and Driver
 104f  WB Electronics
 	0001  Infinity Phoenix
 	0002  Smartmouse
@@ -10355,9 +10629,10 @@
 	0400  External HDD
 	0500  hub
 	0702  Passport External HDD
+	0704  Passport External HDD
 	0900  MyBook Essential External HDD
 	0901  MyBook External HDD
-	1001  External Hard Disk
+	1001  External Hard Disk [Elements]
 1059  Giesecke & Devrient GmbH
 	000b  StarSign Bio Token 3.0
 105c  Hong Ji Electric Wire & Cable (Dongguan) Co., Ltd
@@ -10409,6 +10684,7 @@
 	2603  Packet Service
 	3701  Broadband Wireless modem
 	3702  Pantech PX-500
+	3714  PANTECH USB MODEM [UM175]
 	3eb4  Packet Service Diagnostic Serial Port (WDM)
 	4101  Packet Service Diagnostic Serial Port (WDM)
 	4102  Packet Service
@@ -10496,6 +10772,8 @@
 	0001  SmartHome PowerLinc
 10c4  Cygnal Integrated Products, Inc.
 	0002  F32x USBXpress Device
+	8044  USB Debug Adapter
+	804e  Software Bisque Paramount ME
 	80a9  CP210x to UART Bridge Controller
 	80ca  ATM2400 Sensor Device
 	8461  Sangoma U100
@@ -10509,6 +10787,7 @@
 10ce  Silicon Labs
 	ea6a  MobiData EDGE USB Modem
 10cf  Velleman Components, Inc.
+	2011  R-Engine MPEG2 encoder/decoder
 	5500  8055 Experiment Interface Board (address=0)
 	5501  8055 Experiment Interface Board (address=1)
 	5502  8055 Experiment Interface Board (address=2)
@@ -10528,6 +10807,7 @@
 	8888  ADFU Device
 	ff51  ADFU Device
 	ff61  MP4 Player
+	ff66  Craig 2GB MP3/Video Player
 10de  Authenex, Inc.
 10df  In-Win Development, Inc.
 	0500  iAPP CR-e500 Card reader
@@ -10577,12 +10857,17 @@
 	8888  Evolution Device
 1112  YM ELECTRIC CO., Ltd
 1113  Medion AG
+	a0a2  Active Sync device
 111e  VSO Electric Co., Ltd
+112a  RedRat
+	0001  RedRat3 IR Transceiver
+	0005  RedRat3II IR Transceiver
 112e  Master Hill Electric Wire and Cable Co., Ltd
 112f  Cellon International, Inc.
 1130  Tenx Technology, Inc.
+	6604  MCE IR-Receiver
 	6806  Keychain photo frame
-	f211  audio headset
+	f211  TP6911 Audio Headset
 1131  Integrated System Solution Corp.
 	1001  KY-BT100 Bluetooth Adapter
 	1002  Bluetooth Device
@@ -10671,6 +10956,7 @@
 	6852  AirCard 880E Device
 	6853  AirCard 881E Device
 	6854  AirCard 885 Device
+	6856  ATT "USB Connect 881"
 	6870  MC8780 Device
 	6871  MC8781 Device
 	6893  MC8777 Device
@@ -10686,6 +10972,8 @@
 	1518  iREZ K2
 11ab  Exito Electronics Co., Ltd
 11b0  ATECH FLASH TECHNOLOGY
+11c5  Inmax
+	0521  IMT-0521 Smartcard Reader
 11db  Topfield Co., Ltd.
 	1000  PVR
 	1100  PVR
@@ -10705,6 +10993,9 @@
 	1004  IBSecureCam-O
 	1005  IBSecureCam-N
 120e  Hudson Soft Co., Ltd
+1210  DigiTech
+	001b  RP155 Guitar Multi-Effects Processor
+	001c  RP255 Guitar Multi-Effects Processor
 121e  Jungsoft Co., Ltd
 	3403  Muzio JM250 Audio Player
 1223  SKYCABLE ENTERPRISE. CO., LTD.
@@ -10720,11 +11011,14 @@
 	1166  MI-2150 Trust Mouse
 	1177  F8E842-DL Mouse
 	1503  Keyboard
+	1603  Keyboard
 124a  AirVast
 	168b  PRISM3 WLAN Adapter
 	4017  PC-Chips 802.11b Adapter
 124b  Nyko (Honey Bee)
 	4d01  Airflo EX Joystick
+124c  MXI - Memory Experts International, Inc.
+	3200  Stealth MXP 1GB
 125c  Apogee Inc.
 	0010  Alta series CCD
 125f  A-DATA Technology Co., Ltd.
@@ -10790,6 +11084,8 @@
 	1446  E1552 (HSPA modem)
 12d2  LINE TECH INDUSTRIAL CO., LTD.
 12d6  EMS Dr. Thomas Wuensche
+	0444  CPC-USB/ARM7
+	0888  CPC-USB/M16C
 12d7  BETTER WIRE FACTORY CO., LTD.
 12e6  Waldorf Music GmbH
 	0013  Blofeld
@@ -10804,7 +11100,7 @@
 12ff  Fascinating Electronics, Inc.
 	0101  Advanced RC Servo Controller
 1307  Transcend Information, Inc.
-	0163  512MB/1GB Flash Drive
+	0163  256MB/512MB/1GB Flash Drive
 	0165  2GB/4GB Flash Drive
 	1169  TS2GJF210 JetFlash 210 2GB
 1310  Roper
@@ -10812,6 +11108,7 @@
 1312  ICS Electronics
 131d  Natural Point
 	0155  TrackIR 3 Pro Head Tracker
+	0156  TrackIR 4 Pro Head Tracker
 132b  Konica Minolta
 	0000  Dimage A2 Camera
 	0001  Minolta DiMAGE A2 (ptp)
@@ -10832,6 +11129,8 @@
 	0019  Dimage A200 Camera
 	0021  Dimage Z5 Camera
 	0022  Minolta DiMAGE Z5 (PictBridge mode)
+	2030  PagePro 1350E(N)
+	2033  PagePro 1400W
 1342  Mobility
 	0200  EasiDock 200 Hub
 	0201  EasiDock 200 Keyboard and Mouse Port
@@ -10839,6 +11138,19 @@
 	0203  EasiDock 200 Printer Port
 	0204  Ethernet
 	0304  EasiDock Ethernet
+1345  Sino Lite Technology Corp.
+	001c  Xbox Controller Hub
+1347  Moravian Instruments
+	0400  G2CCD USB 1.1 obsolete
+	0401  G2CCD-S with Sony ICX285 CCD
+	0402  G2CCD2
+	0403  G2/G3CCD-I KAI CCD
+	0404  G2/G3CCD-F KAF CCD
+	0410  G1-0400 CCD
+	0411  G1-0800 CCD
+	0412  G1-0300 CCD
+	0413  G1-2000 CCD
+	0414  G1-1400 CCD
 1348  Katsuragawa Electric Co., Ltd.
 134e  Digby's Bitpile, Inc. DBA D Bit
 1357  P&E Microcomputer Systems
@@ -10881,13 +11193,17 @@
 13b1  Linksys
 	000b  WUSB11 v4.0 802.11b Adapter
 	000d  WUSB54G Wireless Adapter
+	000e  WUSB54GS v1 802.11g Adapter [Broadcom 4320 USB]
 	0011  WUSB54GP v4.0 802.11g Adapter
+	0014  WUSB54GS v2 802.11g Adapter [Broadcom 4320 USB]
 	0018  USB200M 10/100 Ethernet Adapter
 	001a  HU200TS Wireless Adapter
 	001e  WUSBF54G 802.11bg
 	0020  WUSB54GC 802.11g Adapter [ralink rt73]
 	0023  WUSB54GR
 	0024  WUSBF54G v1.1 802.11bg
+	0026  WUSB54GSC v1 802.11g Adapter [Broadcom 4320 USB]
+	0028  WUSB200 [ralink rt73]
 13b3  Nippon Dics Co., Ltd.
 13ba  Unknown
 	0017  PS/2 Keyboard+Mouse Adapter
@@ -10895,6 +11211,7 @@
 13ca  JyeTai Precision Industrial Co., Ltd.
 13cf  Wisair Ltd.
 13d1  A-Max Technology Macao Commercial Offshore Co. Ltd.
+	7019  MD 82288
 13d2  Shark Multimedia
 	0400  Pocket Ethernet [klsi]
 13d3  IMC Networks
@@ -10940,11 +11257,13 @@
 	0001  SL-1
 13e6  TechnoScope Co., Ltd.
 13fd  Initio Corporation
+	1340  Hi-Speed USB to SATA Bridge
 13fe  Kingston Technology Company Inc.
 	1a00  512MB/1GB Flash Drive
 	1a23  512MB Flash Drive
 	1d00  DataTraveler 2.0 1GB/4GB Flash Drive / Patriot Xporter 4GB Flash Drive
 	1f00  DataTraveler 2.0 4GB Flash Drive / Patriot Xporter 32GB (PEF32GUSB) Flash Drive
+	3100  2 GB USB stick
 1400  Axxion Group Corp.
 1402  Bowe Bell & Howell
 1403  Sitronix
@@ -10986,6 +11305,8 @@
 	0829  AR5523 (no firmware)
 1436  Denali Software, Inc.
 143c  Altek Corporation
+1443  Digilent
+	0007  CoolRunner-II CPLD Starter Kit
 1453  Radio Shack
 	4026  26-183 Serial Cable
 1456  Extending Wire & Cable Co., Ltd.
@@ -11012,6 +11333,7 @@
 147a  Formosa Industrial Computing, Inc.
 	e015  eHome Infrared Receiver
 	e016  eHome Infrared Receiver
+	e017  eHome Infrared Receiver
 147e  Upek
 	1000  Biometric Touchchip/Touchstrip Fingerprint Sensor
 	2016  Biometric Touchchip/Touchstrip Fingerprint Sensor
@@ -11049,6 +11371,7 @@
 14b2  Ralink Technology, Corp.
 	3a93  USB WLAN Device
 	3c02  rt2500 802.11g WLAN
+	3c05  rt2570 802.11g WLAN
 	3c22  rt73 802.11g WLAN
 	3c27  rt2870 802.11n WLAN
 14c0  Rockwell Automation, Inc.
@@ -11072,9 +11395,10 @@
 1500  Ellisys
 1501  Pine-Tum Enterprise Co., Ltd.
 1513  Hypercom
+	0444  medMobile
 1516  CompUSA
 	1603  1GB Flash Drive
-	8628  128M Pen Drive
+	8628  Pen Drive
 1518  Cheshire Engineering Corp.
 	0001  HDReye High Dynamic Range Camera
 	0002  HDReye (before firmware loads)
@@ -11089,6 +11413,7 @@
 152d  JMicron Technology Corp. / JMicron USA Technology Corp.
 	2335  ATA/ATAPI Bridge
 	2336  Hard Disk Drive
+	2337  ATA/ATAPI Bridge
 	2338  JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
 152e  LG (HLDS)
 	e001  GSA-5120D DVD-RW
@@ -11145,7 +11470,23 @@
 15ba  Olimex Ltd.
 	0003  OpenOCD JTAG
 	0004  OpenOCD JTAG TINY
+15c0  XL Imaging
+	0001  2M pixel Microscope Camera
+	0002  3M pixel Microscope Camera
+	0003  1.3M pixel Microscope Camera (mono)
+	0004  1.3M pixel Microscope Camera (colour)
+	0005  3M pixel Microscope Camera (Mk 2)
+	0006  2M pixel Microscope Camera (with capture button)
+	0007  3M pixel Microscope Camera (with capture button)
+	0008  1.3M pixel Microscope Camera (colour, with capture button)
+	0009  1.3M pixel Microscope Camera (colour, with capture button)
+	000a  2M pixel Microscope Camera (Mk 2)
+	0010  1.3M pixel "Tinycam"
+	0101  3M pixel Microscope Camera
 15c2  SoundGraph Inc.
+	0036  LC16M VFD Display/IR Receiver
+	0038  GD01 MX VFD Display/IR Receiver
+	ffda  iMON PAD Remote Controller
 	ffdc  iMON PAD Remote Controller
 15c6  Laboratoires MXM
 	1000  DigistimSP (cold)
@@ -11156,9 +11497,10 @@
 15ca  Textech International Ltd.
 	00c3  Mini Optical Mouse
 15d5  Coulomb Electronics Ltd.
-15d9  Unknown
+15d9  Trust International B.V.
 	0a33  Optical Mouse
 	0a37  Mouse
+	0a41  MI-2540D [Optical mouse]
 15dc  Hynix Semiconductor Inc.
 15e0  Seong Ji Industrial Co., Ltd.
 15e1  RSA
@@ -11273,6 +11615,8 @@
 	0311  Watchport/Hc
 	1403  MultiTech Systems MT4X56 Modem
 	1a17  Agilent Technologies (E6473)
+160a  VIA Technologies, Inc.
+	3184  VIA VNT-6656 [WiFi 802.11b/g USB Dongle]
 1614  Amoi Electronics
 	0404  WMA9109 UMTS Phone
 	0600  Vodafone VDA GPS / Toschiba Protege G710
@@ -11352,6 +11696,7 @@
 1686  ZOOM Corporation
 	0045  H4 Digital Recorder
 1687  Kingmax Digital Inc.
+1688  Saab AB
 168c  Atheros Communications
 	0001  AR5523
 	0002  AR5523 (no firmware)
@@ -11422,6 +11767,13 @@
 16d3  Frontline Test Equipment, Inc.
 16d5  AnyDATA Corporation
 	6501  CDMA 2000 1xRTT/EV-DO Modem
+16d6  JABLOCOM s.r.o.
+	8000  GDP-04 desktop phone
+	8001  EYE-02
+	8003  GDP-04 modem
+	8004  Bootloader
+	8005  GDP-04i
+	8007  BTP-06 modem
 16d8  CMOTECH Co., Ltd.
 	5141  CMOTECH CDMA Technologies modem
 	5533  CCU-550 CDMA EV-DO modem
@@ -11446,6 +11798,7 @@
 	0039  USB1000
 	0070  WUSB100 RangePlus Wireless USB Adapter
 	0071  WUSB600N Dual-Band Wireless-N USB Network Adapter
+	0075  WUSB54GSC v2 802.11g Adapter
 	0078  WUSB100 RangePlus Wireless USB Network Adapter ver. 2
 	0079  WUSB600N Wireless-N USB Network Adapter with Dual-Band ver. 2
 1740  Senao
@@ -11460,7 +11813,9 @@
 1743  General Atomics
 174c  ASMedia Technology Inc.
 174f  Syntek
+	1105  SM-MS/Pro-MMC-XD Card Reader
 	1403  Integrated Webcam
+	1404  USB Camera device, 1.3 MPixel Web Cam
 	5212  USB 2.0 UVC PC Camera
 	5a11  PC Camera
 	5a31  Sonix USB 2.0 Camera
@@ -11522,10 +11877,13 @@
 	0051  USB VGA Adaptor
 17eb  Cornice, Inc.
 17ef  Lenovo
+	1003  Integrated Smart Card Reader
 	3815  ChipsBnk 2GB USB Stick
 	4802  Lenovo Vc0323+MI1310_SOC Camera
 17f5  K.K. Rocky
 17f6  Unicomp, Inc
+1809  Advantech
+	4761  USB-4761 Portable Data Acquisition Module
 1822  Twinhan
 	3201  VisionDTV USB-Ter/HAMA USB DVB-T device cold
 	3202  VisionDTV USB-Ter/HAMA USB DVB-T device warm
@@ -11542,16 +11900,29 @@
 1870  Nexio Co., Ltd
 	0001  iNexio Touchscreen controller
 1871  Aveo Technology Corp.
+	0d01  USB2.0 Camera
+187f  Siano Mobile Silicon
+	0010  Stallar Board
+	0100  Stallar Board
+	0200  Nova A
+	0201  Nova B
+	0202  Nice
+	0300  Vega
+	0301  VeNice
 1894  Topseed
 	5632  Atek Tote Remote
 	5641  TSAM-004 Presentation Remote
 1897  Evertop Wire Cable Co.
 18a5  Verbatim, Ltd
 	0214  Portable Hard Drive
+	0216  External Hard Drive
 	0218  External Hard Drive
 18b4  e3C Technologies
 	1001  DUTV007
+	1002  EC168 (v5) based USB DVB-T receiver
 	1689  DUTV009
+	fffa  EC168 (v2) based USB DVB-T receiver
+	fffb  EC168 (v3) based USB DVB-T receiver
 18b6  Mikkon Technology Limited
 18b7  Zotek Electronic Co., Ltd.
 18c5  AMIT Technology, Inc.
@@ -11560,6 +11931,9 @@
 	0012  CG-WLUSB10 Corega Wireless USB Adapter
 18cd  Ecamm
 	cafe  Pico iMage
+18d1  Google Inc.
+	4e11  Nexus One Phone
+	4e12  Nexus One Phone (Debug)
 18d5  Starline International Group Limited
 18d9  Kaba
 	01a0  B-Net 91 07
@@ -11588,6 +11962,7 @@
 1941  Dream Link
 	8021  USB Missile Launcher
 1949  Lab126
+	0002  Amazon Kindle
 1951  Hyperstone AG
 1953  Ironkey Inc.
 1954  Radiient Technologies
@@ -11595,6 +11970,7 @@
 	7002  Libra-Q11 IR remote
 	7006  Libra-Q26 / 1.0 Remote
 	7777  Scorpius wireless keyboard
+	7779  Scorpius-P20MT
 1967  CASIO HITACHI Mobile Communications Co., Ltd.
 196b  Wispro Technology Inc.
 1970  Dane-Elec Corp. USA
@@ -11659,8 +12035,11 @@
 1a6f  Sagem Orga GmbH
 1a79  Bayer Health Care LLC
 1a7b  Lumberg Connect  GmbH & Co. KG
-1a86  Unknown
+1a86  QinHeng Electronics
+	5523  CH341 in serial mode, usb to serial port converter
+	5584  CH341 in parallel mode, usb to printer port converter
 	7523  HL-340 USB-Serial adapter
+	e008  HID-based USB-serial converter, full-speed, similar to HE2325U
 1a89  Dynalith Systems Co., Ltd.
 1a8b  SGS Taiwan Ltd.
 1a98  Leica Camera AG
@@ -11672,6 +12051,7 @@
 1ae4  ic-design Reinhard Gottinger GmbH
 1ae7  X-TENSIONS
 	0381  VS-DVB-T 380U (af9015 based)
+	2001  SpeedLink SL-6825
 1aed  High Top Precision Electronic Co., Ltd.
 1aef  Conntech Electronic (Suzhou) Corporation
 1b04  Meilhaus Electronic GmBH
@@ -11811,6 +12191,7 @@
 1ba2  Lite Metals & Plastic (Shenzhen) Co., Ltd.
 1ba4  Ember Corporation
 	0001  InSight USB Link
+1ba6  Abilis Systems
 1ba8  China Telecommunication Technology Labs
 1bad  Harmonix Music
 	0002  Guitar for Xbox 360
@@ -11853,6 +12234,8 @@
 	3000  Micro USB Web Camera
 1c6b  Philips & Lite-ON Digital Solutions Corporation
 1c6c  Skydigital Inc.
+1c73  AMT
+	861f  Anysee E30 USB 2.0 DVB-T Receiver
 1c77  Kaetat Industrial Co., Ltd.
 1c78  Datascope Corp.
 1c79  Unigen Corporation
@@ -11886,6 +12269,7 @@
 1d07  Solid-Motion
 1d08  NINGBO HENTEK DRAGON ELECTRONICS CO., LTD.
 1d09  TechFaith Wireless Technology Limited
+	1026  HSUPA Modem FLYING-LARK46-VER0.07 [Flying Angel]
 1d0a  Johnson Controls, Inc. The Automotive Business Unit
 1d0b  HAN HUA CABLE & WIRE TECHNOLOGY (J.X.) CO., LTD.
 1d14  ALPHA-SAT TECHNOLOGY LIMITED
@@ -11903,6 +12287,9 @@
 	0003  3.0 root hub
 	0100  PTP Gadget
 	0101  Audio Gadget
+1e0e  Qualcomm / Option
+1e10  Point Grey Research, Inc.
+	2004  Sony 1.3MP 1/3" ICX445 IIDC video camera [Chameleon]
 1e1f  INVIA
 1e29  Festo AG & Co. KG
 	0101  CPX Adapter
@@ -11917,10 +12304,17 @@
 1e74  Coby Electronics Corporation
 	6511  MP705-8G MP3 player
 	6512  MP705-4G
+1e7d  ROCCAT
+	2ced  Kone Mouse
 1ebb  NuCORE Technology, Inc.
 1eda  AirTies Wireless Networks
 	2310  802.11n USB Wireless LAN Card
 1f28  Cal-Comp
+	0020  CDMA USB Modem A600
+	0021  CD INSTALLER USB Device
+1f82  TANDBERG
+	0001  PrecisionHD Camera
+1f87  Stantum
 2001  D-Link Corp. [hex]
 	0001  DWL-120 WIRELESS ADAPTER
 	0201  DHN-120 10Mb Home Phoneline Adapter
@@ -11972,6 +12366,10 @@
 	f116  Formosa 2
 	f117  Formosa 3
 	f118  Formosa 4
+2013  Unknown (Pinnacle?)
+	0245  PCTV 73ESE
+	0246  PCTV 74E
+	0248  PCTV 282E
 2019  PLANEX
 	3220  GW-US11S WLAN
 	5303  GW-US54GXS 802.11bg
@@ -11984,9 +12382,27 @@
 	c007  GW-US54GZL
 	ed02  GW-USMM
 2040  Hauppauge
+	0c80  Windham
+	0c90  Windham
+	1700  CataMount
+	1800  Okemo A
+	1801  Okemo B
+	2000  Tiger Minicard
+	2009  Tiger Minicard R2
+	200a  Tiger Minicard
+	2010  Tiger Minicard
 	2011  WinTV MiniCard [Dell Digital TV Receiver]
+	2019  Tiger Minicard
 	2400  WinTV PVR USB2 (Model 24019)
 	4700  WinTV Nova-S-USB2
+	4902  HD PVR
+	4982  HD PVR
+	5500  Windham
+	5510  Windham
+	5520  Windham
+	5530  Windham
+	5580  Windham
+	5590  Windham
 	6502  WinTV HVR-900
 	6503  WinTV HVR-930
 	6513  WinTV HVR-980
@@ -11995,7 +12411,13 @@
 	7070  Nova-T Stick 3
 	9300  WinTV NOVA-T USB2 (cold)
 	9301  WinTV NOVA-T USB2 (warm)
+	b910  Windham
+	b980  Windham
+	b990  Windham
+	c000  Windham
+	c010  Windham
 2047  Texas Instruments
+	0200  MSP430 USB HID Bootstrap Loader
 20b1  XMOS Ltd
 	10ad  XUSB Loader
 	f7d1  X2TAG - USB to JTAG interface
@@ -12007,6 +12429,8 @@
 	2031  Network Blaster Wireless Adapter
 	500c  DE5771 Modem Blaster
 	8001  Broadxent BritePort DSL Bridge 8010U
+21d6  Agecodagis SARL
+	0002  Seismic recorder [Tellus]
 2222  MacAlly
 	0004  iWebKey Keyboard
 	4050  AirStick joystick
@@ -12056,6 +12480,8 @@
 	4002  A920/A925 UMTS Phone
 	4003  OMAP 1.0 chipset flash
 	4008  OMAP 1.0 chipset RDL
+	41d9  Motorola Droid
+	41db  Motorola Droid (USB Debug)
 	4204  MPx200 Smartphone
 	4214  MPc GSM
 	4224  MPx220 Smartphone
@@ -12243,7 +12669,9 @@
 	1f50  DAQPad-6036E
 	2f80  DAQPad-6052E
 	2f90  DAQPad-6052E
+	702b  GPIB-USB-B
 	703c  USB-485 RS485 Cable
+	709b  GPIB-USB-HS
 	7254  NI MIO (data acquisition card) firmware updater
 	729e  USB-6251 (OEM) data acquisition card
 40bb  I-O Data
@@ -12258,12 +12686,14 @@
 	1008  iFP-800 series mp3/ogg vorbis player
 	100a  iFP-1000 series mp3/ogg vorbis player
 	1014  T20 series mp3/ogg vorbis player (ums firmware)
+	1041  E100 (ums)
 	1101  iFP-100 series mp3 player (ums firmware)
 	1103  iFP-300 series mp3 player (ums firmware)
 	1105  iFP-500 series mp3 player (ums firmware)
 	1113  T10 (alternate)
 	1117  T10
 	1119  T30 series mp3/ogg/wma player
+	1141  E100 (mtp)
 	2002  H10 6GB
 	2101  H10 20GB (mtp)
 	2102  H10 5GB (mtp)
@@ -12273,6 +12703,7 @@
 	1001  Keyboard Hub
 	1002  Keyboard Hub
 	1003  Keyboard Hub
+	1005  Multimedia Pro Keyboard Hub
 	2001  Keyboard HID Support
 	2002  SK-8125 Keyboard
 	2003  Keyboard
@@ -12281,6 +12712,7 @@
 	2100  SK-3106 Keyboard
 	2101  SmartCard Reader Keyboard
 	2105  Model L100 Keyboard
+	2106  Dell QuietKey Keyboard
 	2500  DRAC4 Remote Access Card
 	3010  Optical Wheel Mouse
 	3012  Optical Wheel Mouse
@@ -12363,6 +12795,7 @@
 	8157  Integrated Keyboard
 	8158  Integrated Touchpad / Trackstick
 	8501  Bluetooth Adapter
+	9500  USB CP210x UART Bridge Controller [DW700]
 	a001  Hub
 	a005  Internal 2.0 Hub
 	a700  Hub (in 1905FP LCD Monitor)
@@ -12390,6 +12823,7 @@
 	7288  Ultra Traveldrive 160G 2.5" HDD
 4971  SimpleTech
 	cb01  SP-U25/120G
+	ce17  1TB SimpleDrive II USB External Hard Drive
 5032  Grandtec
 	0bb8  Grandtec USB1.1 DVB-T (cold)
 	0bb9  Grandtec USB1.1 DVB-T (warm)
@@ -12411,6 +12845,16 @@
 	0005  Genius MousePen 8x6 Tablet
 	0041  Genius PenSketch 6x8 Tablet
 	0042  Genius PenSketch 12x9 Tablet
+5555  Epiphan Systems Inc.
+	1110  VGA2USB
+	1120  KVM2USB
+	2222  DVI2USB
+	3333  VGA2USB Pro
+	3337  KVM2USB Pro
+	3340  VGA2USB LR
+	3344  KVM2USB LR
+	3411  DVI2USB Solo
+	3422  DVI2USB Duo
 55aa  OnSpec Electronic, Inc.
 	0015  Hard Drive
 	0102  SuperDisk
@@ -12433,6 +12877,7 @@
 	0101  USB2.0 Camera
 	0102  Crystal Eye Webcam
 	0200  OrbiCam
+	0203  BisonCam NB Pro 1300
 5a57  Zinwell
 	0260  RT2570
 	0280  802.11a/b/g/n USB Wireless LAN Card
@@ -12496,6 +12941,7 @@
 	beef  SCM Miniature Card Reader/Writer
 	c013  Wireless HID Station
 	f001  XScale PXA27x Bulverde flash
+	f1a5  Z-U130 [Value Solid State Drive]
 8087  Intel Corp.
 	0020  Integrated Rate Matching Hub
 8341  EGO Systems, Inc.
@@ -12541,8 +12987,11 @@
 	cdee  Petcam
 c251  Keil Software, Inc.
 	2710  ULink
+cace  CACE Technologies Inc.
+	0002  AirPCAP Classic 802.11 packet capture adapter
 d209  Ultimarc
 	0301  I-PAC Arcade Control Interface
+	0501  Ultra-Stik Ultimarc Ultra-Stik Player 1
 e4e4  Xorcom Ltd.
 	1130  Astribank series
 	1131  Astribank series
@@ -12561,6 +13010,7 @@
 eb1a  eMPIA Technology, Inc.
 	17de  KWorld V-Stream XPERT DTV - DVB-T USB cold
 	17df  KWorld V-Stream XPERT DTV - DVB-T USB warm
+	2571  M035 Compact Web Cam
 	2710  SilverCrest Webcam
 	2750  ECS Elitegroup G220 integrated Webcam
 	2761  EeePC 701 integrated Webcam
@@ -12569,6 +13019,7 @@
 	2870  Pinnacle PCTV Stick
 	50a3  Gadmei UTV380 TV Box
 	50a6  Gadmei UTV330 TV Box
+eb2a  KWorld
 f003  Hewlett Packard
 	6002  PhotoSmart C500
 
