DROP TABLE IF EXISTS `glpi_plugin_fusioninventory_usbvendors`; CREATE TABLE `glpi_plugin_fusioninventory_usbvendors` ( `id` int(11) NOT NULL AUTO_INCREMENT, `vendorid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `vendorid` (`vendorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; DROP TABLE IF EXISTS `glpi_plugin_fusioninventory_usbdevices`; CREATE TABLE `glpi_plugin_fusioninventory_usbdevices` ( `id` int(11) NOT NULL AUTO_INCREMENT, `deviceid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `plugin_fusioninventory_usbvendor_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `deviceid` (`deviceid`,`plugin_fusioninventory_usbvendor_id`), KEY `plugin_fusioninventory_usbvendor_id` (`plugin_fusioninventory_usbvendor_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; INSERT INTO `glpi_plugin_fusioninventory_usbvendors` (`id`, `vendorid`, `name`) VALUES (1, '0001', 'Fry\'s Electronics'), (2, '0002', 'Ingram'), (3, '0003', 'Club Mac'), (4, '0004', 'Nebraska Furniture Mart'), (5, '0011', 'Unknown'), (6, '0053', 'Planex'), (7, '0078', 'Microntek'), (8, '0079', 'DragonRise Inc.'), (9, '0080', 'Unknown'), (10, '0085', 'Boeye Technology Co., Ltd.'), (11, '0102', 'miniSTREAK'), (12, '0105', 'Trust International B.V.'), (13, '0127', 'IBP'), (14, '0145', 'Unknown'), (15, '017c', 'MLK'), (16, '0200', 'TP-Link'), (17, '0204', 'Chipsbank Microelectronics Co., Ltd'), (18, '0218', 'Hangzhou Worlde'), (19, '02ad', 'HUMAX Co., Ltd.'), (20, '0303', 'Mini Automation Controller'), (21, '0324', 'OCZ Technology Inc'), (22, '0325', 'OCZ Technology Inc'), (23, '0386', 'LTS'), (24, '03d9', 'Shenzhen Sinote Tech-Electron Co., Ltd'), (25, '03da', 'Bernd Walter Computer Technology'), (26, '03e7', 'Intel'), (27, '03e8', 'EndPoints, Inc.'), (28, '03e9', 'Thesys Microelectronics'), (29, '03ea', 'Data Broadcasting Corp.'), (30, '03eb', 'Atmel Corp.'), (31, '03ec', 'Iwatsu America, Inc.'), (32, '03ed', 'Mitel Corp.'), (33, '03ee', 'Mitsumi'), (34, '03f0', 'HP, Inc'), (35, '03f1', 'Genoa Technology'), (36, '03f2', 'Oak Technology, Inc.'), (37, '03f3', 'Adaptec, Inc.'), (38, '03f4', 'Diebold, Inc.'), (39, '03f5', 'Siemens Electromechanical'), (40, '03f8', 'Epson Imaging Technology Center'), (41, '03f9', 'KeyTronic Corp.'), (42, '03fb', 'OPTi, Inc.'), (43, '03fc', 'Elitegroup Computer Systems'), (44, '03fd', 'Xilinx, Inc.'), (45, '03fe', 'Farallon Comunications'), (46, '0400', 'National Semiconductor Corp.'), (47, '0401', 'National Registry, Inc.'), (48, '0402', 'ALi Corp.'), (49, '0403', 'Future Technology Devices International, Ltd'), (50, '0404', 'NCR Corp.'), (51, '0405', 'Synopsys, Inc.'), (52, '0406', 'Fujitsu-ICL Computers'), (53, '0407', 'Fujitsu Personal Systems, Inc.'), (54, '0408', 'Quanta Computer, Inc.'), (55, '0409', 'NEC Corp.'), (56, '040a', 'Kodak Co.'), (57, '040b', 'Weltrend Semiconductor'), (58, '040c', 'VTech Computers, Ltd'), (59, '040d', 'VIA Technologies, Inc.'), (60, '040e', 'MCCI'), (61, '040f', 'Echo Speech Corp.'), (62, '0411', 'BUFFALO INC. (formerly MelCo., Inc.)'), (63, '0412', 'Award Software International'), (64, '0413', 'Leadtek Research, Inc.'), (65, '0414', 'Giga-Byte Technology Co., Ltd'), (66, '0416', 'Winbond Electronics Corp.'), (67, '0417', 'Symbios Logic'), (68, '0418', 'AST Research'), (69, '0419', 'Samsung Info. Systems America, Inc.'), (70, '041a', 'Phoenix Technologies, Ltd'), (71, '041b', 'd\'TV'), (72, '041d', 'S3, Inc.'), (73, '041e', 'Creative Technology, Ltd'), (74, '041f', 'LCS Telegraphics'), (75, '0420', 'Chips and Technologies'), (76, '0421', 'Nokia Mobile Phones'), (77, '0422', 'ADI Systems, Inc.'), (78, '0423', 'Computer Access Technology Corp.'), (79, '0424', 'Microchip Technology, Inc. (formerly SMSC)'), (80, '0425', 'Motorola Semiconductors HK, Ltd'), (81, '0426', 'Integrated Device Technology, Inc.'), (82, '0427', 'Motorola Electronics Taiwan, Ltd'), (83, '0428', 'Advanced Gravis Computer Tech, Ltd'), (84, '0429', 'Cirrus Logic'), (85, '042a', 'Ericsson Austrian, AG'), (86, '042b', 'Intel Corp.'), (87, '042c', 'Innovative Semiconductors, Inc.'), (88, '042d', 'Micronics'), (89, '042e', 'Acer, Inc.'), (90, '042f', 'Molex, Inc.'), (91, '0430', 'Sun Microsystems, Inc.'), (92, '0431', 'Itac Systems, Inc.'), (93, '0432', 'Unisys Corp.'), (94, '0433', 'Alps Electric, Inc.'), (95, '0434', 'Samsung Info. Systems America, Inc.'), (96, '0435', 'Hyundai Electronics America'), (97, '0436', 'Taugagreining HF'), (98, '0437', 'Framatome Connectors USA'), (99, '0438', 'Advanced Micro Devices, Inc.'), (100, '0439', 'Voice Technologies Group'), (101, '043d', 'Lexmark International, Inc.'), (102, '043e', 'LG Electronics USA, Inc.'), (103, '043f', 'RadiSys Corp.'), (104, '0440', 'Eizo Nanao Corp.'), (105, '0441', 'Winbond Systems Lab.'), (106, '0442', 'Ericsson, Inc.'), (107, '0443', 'Gateway, Inc.'), (108, '0445', 'Lucent Technologies, Inc.'), (109, '0446', 'NMB Technologies Corp.'), (110, '0447', 'Momentum Microsystems'), (111, '0449', 'Duta Multi Robotik'), (112, '044a', 'Shamrock Tech. Co., Ltd'), (113, '044b', 'WSI'), (114, '044c', 'CCL/ITRI'), (115, '044d', 'Siemens Nixdorf AG'), (116, '044e', 'Alps Electric Co., Ltd'), (117, '044f', 'ThrustMaster, Inc.'), (118, '0450', 'DFI, Inc.'), (119, '0451', 'Texas Instruments, Inc.'), (120, '0452', 'Mitsubishi Electronics America, Inc.'), (121, '0453', 'CMD Technology'), (122, '0454', 'Vobis Microcomputer AG'), (123, '0455', 'Telematics International, Inc.'), (124, '0456', 'Analog Devices, Inc.'), (125, '0457', 'Silicon Integrated Systems Corp.'), (126, '0458', 'KYE Systems Corp. (Mouse Systems)'), (127, '0459', 'Adobe Systems, Inc.'), (128, '045a', 'SONICblue, Inc.'), (129, '045b', 'Hitachi, Ltd'), (130, '045d', 'Nortel Networks, Ltd'), (131, '045e', 'Microsoft Corp.'), (132, '0460', 'Ace Cad Enterprise Co., Ltd'), (133, '0461', 'Primax Electronics, Ltd'), (134, '0463', 'MGE UPS Systems'), (135, '0464', 'AMP/Tycoelectronics Corp.'), (136, '0467', 'AT&T Paradyne'), (137, '0468', 'Wieson Technologies Co., Ltd'), (138, '046a', 'Cherry GmbH'), (139, '046b', 'American Megatrends, Inc.'), (140, '046c', 'Toshiba Corp., Digital Media Equipment'), (141, '046d', 'Logitech, Inc.'), (142, '046e', 'Behavior Tech. Computer Corp.'), (143, '046f', 'Crystal Semiconductor'), (144, '0471', 'Philips (or NXP)'), (145, '0472', 'Chicony Electronics Co., Ltd'), (146, '0473', 'Sanyo Information Business Co., Ltd'), (147, '0474', 'Sanyo Electric Co., Ltd'), (148, '0475', 'Relisys/Teco Information System'), (149, '0476', 'AESP'), (150, '0477', 'Seagate Technology, Inc.'), (151, '0478', 'Connectix Corp.'), (152, '0479', 'Advanced Peripheral Laboratories'), (153, '047a', 'Semtech Corp.'), (154, '047b', 'Silitek Corp.'), (155, '047c', 'Dell Computer Corp.'), (156, '047d', 'Kensington'), (157, '047e', 'Agere Systems, Inc. (Lucent)'), (158, '047f', 'Plantronics, Inc.'), (159, '0480', 'Toshiba America Inc'), (160, '0481', 'Zenith Data Systems'), (161, '0482', 'Kyocera Corp.'), (162, '0483', 'STMicroelectronics'), (163, '0484', 'Specialix'), (164, '0485', 'Nokia Monitors'), (165, '0486', 'ASUS Computers, Inc.'), (166, '0487', 'Stewart Connector'), (167, '0488', 'Cirque Corp.'), (168, '0489', 'Foxconn / Hon Hai'), (169, '048a', 'S-MOS Systems, Inc.'), (170, '048c', 'Alps Electric Ireland, Ltd'), (171, '048d', 'Integrated Technology Express, Inc.'), (172, '048f', 'Eicon Tech.'), (173, '0490', 'United Microelectronics Corp.'), (174, '0491', 'Capetronic'), (175, '0492', 'Samsung SemiConductor, Inc.'), (176, '0493', 'MAG Technology Co., Ltd'), (177, '0495', 'ESS Technology, Inc.'), (178, '0496', 'Micron Electronics'), (179, '0497', 'Smile International'), (180, '0498', 'Capetronic (Kaohsiung) Corp.'), (181, '0499', 'Yamaha Corp.'), (182, '049a', 'Gandalf Technologies, Ltd'), (183, '049b', 'Curtis Computer Products'), (184, '049c', 'Acer Advanced Labs, Inc.'), (185, '049d', 'VLSI Technology'), (186, '049f', 'Compaq Computer Corp.'), (187, '04a0', 'Digital Equipment Corp.'), (188, '04a1', 'SystemSoft Corp.'), (189, '04a2', 'FirePower Systems'), (190, '04a3', 'Trident Microsystems, Inc.'), (191, '04a4', 'Hitachi, Ltd'), (192, '04a5', 'Acer Peripherals Inc. (now BenQ Corp.)'), (193, '04a6', 'Nokia Display Products'), (194, '04a7', 'Visioneer'), (195, '04a8', 'Multivideo Labs, Inc.'), (196, '04a9', 'Canon, Inc.'), (197, '04aa', 'DaeWoo Telecom, Ltd'), (198, '04ab', 'Chromatic Research'), (199, '04ac', 'Micro Audiometrics Corp.'), (200, '04ad', 'Dooin Electronics'), (201, '04af', 'Winnov L.P.'), (202, '04b0', 'Nikon Corp.'), (203, '04b1', 'Pan International'), (204, '04b3', 'IBM Corp.'), (205, '04b4', 'Cypress Semiconductor Corp.'), (206, '04b5', 'ROHM LSI Systems USA, LLC'), (207, '04b6', 'Hint Corp.'), (208, '04b7', 'Compal Electronics, Inc.'), (209, '04b8', 'Seiko Epson Corp.'), (210, '04b9', 'Rainbow Technologies, Inc.'), (211, '04ba', 'Toucan Systems, Ltd'), (212, '04bb', 'I-O Data Device, Inc.'), (213, '04bd', 'Toshiba Electronics Taiwan Corp.'), (214, '04be', 'Telia Research AB'), (215, '04bf', 'TDK Corp.'), (216, '04c1', 'U.S. Robotics (3Com)'), (217, '04c2', 'Methode Electronics Far East PTE, Ltd'), (218, '04c3', 'Maxi Switch, Inc.'), (219, '04c4', 'Lockheed Martin Energy Research'), (220, '04c5', 'Fujitsu, Ltd'), (221, '04c6', 'Toshiba America Electronic Components'), (222, '04c7', 'Micro Macro Technologies'), (223, '04c8', 'Konica Corp.'), (224, '04ca', 'Lite-On Technology Corp.'), (225, '04cb', 'Fuji Photo Film Co., Ltd'), (226, '04cc', 'ST-Ericsson'), (227, '04cd', 'Tatung Co. Of America'), (228, '04ce', 'ScanLogic Corp.'), (229, '04cf', 'Myson Century, Inc.'), (230, '04d0', 'Digi International'), (231, '04d1', 'ITT Canon'), (232, '04d2', 'Altec Lansing Technologies'), (233, '04d3', 'VidUS, Inc.'), (234, '04d4', 'LSI Logic, Inc.'), (235, '04d5', 'Forte Technologies, Inc.'), (236, '04d6', 'Mentor Graphics'), (237, '04d7', 'Oki Semiconductor'), (238, '04d8', 'Microchip Technology, Inc.'), (239, '04d9', 'Holtek Semiconductor, Inc.'), (240, '04da', 'Panasonic (Matsushita)'), (241, '04db', 'Hypertec Pty, Ltd'), (242, '04dc', 'Huan Hsin Holdings, Ltd'), (243, '04dd', 'Sharp Corp.'), (244, '04de', 'MindShare, Inc.'), (245, '04df', 'Interlink Electronics'), (246, '04e1', 'Iiyama North America, Inc.'), (247, '04e2', 'Exar Corp.'), (248, '04e3', 'Zilog, Inc.'), (249, '04e4', 'ACC Microelectronics'), (250, '04e5', 'Promise Technology'), (251, '04e6', 'SCM Microsystems, Inc.'), (252, '04e7', 'Elo TouchSystems'), (253, '04e8', 'Samsung Electronics Co., Ltd'), (254, '04e9', 'PC-Tel, Inc.'), (255, '04ea', 'Brooktree Corp.'), (256, '04eb', 'Northstar Systems, Inc.'), (257, '04ec', 'Tokyo Electron Device, Ltd'), (258, '04ed', 'Annabooks'), (259, '04ef', 'Pacific Electronic International, Inc.'), (260, '04f0', 'Daewoo Electronics Co., Ltd'), (261, '04f1', 'Victor Company of Japan, Ltd'), (262, '04f2', 'Chicony Electronics Co., Ltd'), (263, '04f3', 'Elan Microelectronics Corp.'), (264, '04f4', 'Harting Elektronik, Inc.'), (265, '04f5', 'Fujitsu-ICL Systems, Inc.'), (266, '04f6', 'Norand Corp.'), (267, '04f7', 'Newnex Technology Corp.'), (268, '04f8', 'FuturePlus Systems'), (269, '04f9', 'Brother Industries, Ltd'), (270, '04fa', 'Dallas Semiconductor'), (271, '04fb', 'Biostar Microtech International Corp.'), (272, '04fc', 'Sunplus Technology Co., Ltd'), (273, '04fd', 'Soliton Systems, K.K.'), (274, '04fe', 'PFU, Ltd'), (275, '04ff', 'E-CMOS Corp.'), (276, '0500', 'Siam United Hi-Tech'), (277, '0501', 'Fujikura DDK, Ltd'), (278, '0502', 'Acer, Inc.'), (279, '0503', 'Hitachi America, Ltd'), (280, '0504', 'Hayes Microcomputer Products'), (281, '0506', '3Com Corp.'), (282, '0507', 'Hosiden Corp.'), (283, '0508', 'Clarion Co., Ltd'), (284, '0509', 'Aztech Systems, Ltd'), (285, '050a', 'Cinch Connectors'), (286, '050b', 'Cable System International'), (287, '050c', 'InnoMedia, Inc.'), (288, '050d', 'Belkin Components'), (289, '050e', 'Neon Technology, Inc.'), (290, '050f', 'KC Technology, Inc.'), (291, '0510', 'Sejin Electron, Inc.'), (292, '0511', 'N\'Able (DataBook) Technologies, Inc.'), (293, '0512', 'Hualon Microelectronics Corp.'), (294, '0513', 'digital-X, Inc.'), (295, '0514', 'FCI Electronics'), (296, '0515', 'ACTC'), (297, '0516', 'Longwell Electronics'), (298, '0517', 'Butterfly Communications'), (299, '0518', 'EzKEY Corp.'), (300, '0519', 'Star Micronics Co., Ltd'), (301, '051a', 'WYSE Technology'), (302, '051b', 'Silicon Graphics'), (303, '051c', 'Shuttle, Inc.'), (304, '051d', 'American Power Conversion'), (305, '051e', 'Scientific Atlanta, Inc.'), (306, '051f', 'IO Systems (Elite Electronics), Inc.'), (307, '0520', 'Taiwan Semiconductor Manufacturing Co.'), (308, '0521', 'Airborn Connectors'), (309, '0522', 'Advanced Connectek, Inc.'), (310, '0523', 'ATEN GmbH'), (311, '0524', 'Sola Electronics'), (312, '0525', 'Netchip Technology, Inc.'), (313, '0526', 'Temic MHS S.A.'), (314, '0527', 'ALTRA'), (315, '0528', 'ATI Technologies, Inc.'), (316, '0529', 'Aladdin Knowledge Systems'), (317, '052a', 'Crescent Heart Software'), (318, '052b', 'Tekom Technologies, Inc.'), (319, '052c', 'Canon Information Systems, Inc.'), (320, '052d', 'Avid Electronics Corp.'), (321, '052e', 'Standard Microsystems Corp.'), (322, '052f', 'Unicore Software, Inc.'), (323, '0530', 'American Microsystems, Inc.'), (324, '0531', 'Wacom Technology Corp.'), (325, '0532', 'Systech Corp.'), (326, '0533', 'Alcatel Mobile Phones'), (327, '0534', 'Motorola, Inc.'), (328, '0535', 'LIH TZU Electric Co., Ltd'), (329, '0536', 'Hand Held Products (Welch Allyn, Inc.)'), (330, '0537', 'Inventec Corp.'), (331, '0538', 'Caldera International, Inc. (SCO)'), (332, '0539', 'Shyh Shiun Terminals Co., Ltd'), (333, '053a', 'PrehKeyTec GmbH'), (334, '053b', 'Global Village Communication'), (335, '053c', 'Institut of Microelectronic & Mechatronic Systems'), (336, '053d', 'Silicon Architect'), (337, '053e', 'Mobility Electronics'), (338, '053f', 'Synopsys, Inc.'), (339, '0540', 'UniAccess AB'), (340, '0541', 'Sirf Technology, Inc.'), (341, '0543', 'ViewSonic Corp.'), (342, '0544', 'Cristie Electronics, Ltd'), (343, '0545', 'Xirlink, Inc.'), (344, '0546', 'Polaroid Corp.'), (345, '0547', 'Anchor Chips, Inc.'), (346, '0548', 'Tyan Computer Corp.'), (347, '0549', 'Pixera Corp.'), (348, '054a', 'Fujitsu Microelectronics, Inc.'), (349, '054b', 'New Media Corp.'), (350, '054c', 'Sony Corp.'), (351, '054d', 'Try Corp.'), (352, '054e', 'Proside Corp.'), (353, '054f', 'WYSE Technology Taiwan'), (354, '0550', 'Fuji Xerox Co., Ltd'), (355, '0551', 'CompuTrend Systems, Inc.'), (356, '0552', 'Philips Monitors'), (357, '0553', 'STMicroelectronics Imaging Division (VLSI Vision)'), (358, '0554', 'Dictaphone Corp.'), (359, '0555', 'ANAM S&T Co., Ltd'), (360, '0556', 'Asahi Kasei Microsystems Co., Ltd'), (361, '0557', 'ATEN International Co., Ltd'), (362, '0558', 'Truevision, Inc.'), (363, '0559', 'Cadence Design Systems, Inc.'), (364, '055a', 'Kenwood USA'), (365, '055b', 'KnowledgeTek, Inc.'), (366, '055c', 'Proton Electronic Ind.'), (367, '055d', 'Samsung Electro-Mechanics Co.'), (368, '055e', 'CTX Opto-Electronics Corp.'), (369, '055f', 'Mustek Systems, Inc.'), (370, '0560', 'Interface Corp.'), (371, '0561', 'Oasis Design, Inc.'), (372, '0562', 'Telex Communications, Inc.'), (373, '0563', 'Immersion Corp.'), (374, '0564', 'Kodak Digital Product Center, Japan Ltd. (formerly Chinon Industries Inc.)'), (375, '0565', 'Peracom Networks, Inc.'), (376, '0566', 'Monterey International Corp.'), (377, '0567', 'Xyratex International, Ltd'), (378, '0568', 'Quartz Ingenierie'), (379, '0569', 'SegaSoft'), (380, '056a', 'Wacom Co., Ltd'), (381, '056b', 'Decicon, Inc.'), (382, '056c', 'eTEK Labs'), (383, '056d', 'EIZO Corp.'), (384, '056e', 'Elecom Co., Ltd'), (385, '056f', 'Korea Data Systems Co., Ltd'), (386, '0570', 'Epson America'), (387, '0571', 'Interex, Inc.'), (388, '0572', 'Conexant Systems (Rockwell), Inc.'), (389, '0573', 'Zoran Co. Personal Media Division (Nogatech)'), (390, '0574', 'City University of Hong Kong'), (391, '0575', 'Philips Creative Display Solutions'), (392, '0576', 'BAFO/Quality Computer Accessories'), (393, '0577', 'ELSA'), (394, '0578', 'Intrinsix Corp.'), (395, '0579', 'GVC Corp.'), (396, '057a', 'Samsung Electronics America'), (397, '057b', 'Y-E Data, Inc.'), (398, '057c', 'AVM GmbH'), (399, '057d', 'Shark Multimedia, Inc.'), (400, '057e', 'Nintendo Co., Ltd'), (401, '057f', 'QuickShot, Ltd'), (402, '0580', 'Denron, Inc.'), (403, '0581', 'Racal Data Group'), (404, '0582', 'Roland Corp.'), (405, '0583', 'Padix Co., Ltd (Rockfire)'), (406, '0584', 'RATOC System, Inc.'), (407, '0585', 'FlashPoint Technology, Inc.'), (408, '0586', 'ZyXEL Communications Corp.'), (409, '0587', 'America Kotobuki Electronics Industries, Inc.'), (410, '0588', 'Sapien Design'), (411, '0589', 'Victron'), (412, '058a', 'Nohau Corp.'), (413, '058b', 'Infineon Technologies'), (414, '058c', 'In Focus Systems'), (415, '058d', 'Micrel Semiconductor'), (416, '058e', 'Tripath Technology, Inc.'), (417, '058f', 'Alcor Micro Corp.'), (418, '0590', 'Omron Corp.'), (419, '0591', 'Questra Consulting'), (420, '0592', 'Powerware Corp.'), (421, '0593', 'Incite'), (422, '0594', 'Princeton Graphic Systems'), (423, '0595', 'Zoran Microelectronics, Ltd'), (424, '0596', 'MicroTouch Systems, Inc.'), (425, '0597', 'Trisignal Communications'), (426, '0598', 'Niigata Canotec Co., Inc.'), (427, '0599', 'Brilliance Semiconductor, Inc.'), (428, '059a', 'Spectrum Signal Processing, Inc.'), (429, '059b', 'Iomega Corp.'), (430, '059c', 'A-Trend Technology Co., Ltd'), (431, '059d', 'Advanced Input Devices'), (432, '059e', 'Intelligent Instrumentation'), (433, '059f', 'LaCie, Ltd'), (434, '05a0', 'Vetronix Corp.'), (435, '05a1', 'USC Corp.'), (436, '05a2', 'Fuji Film Microdevices Co., Ltd'), (437, '05a3', 'ARC International'), (438, '05a4', 'Ortek Technology, Inc.'), (439, '05a5', 'Sampo Technology Corp.'), (440, '05a6', 'Cisco Systems, Inc.'), (441, '05a7', 'Bose Corp.'), (442, '05a8', 'Spacetec IMC Corp.'), (443, '05a9', 'OmniVision Technologies, Inc.'), (444, '05aa', 'Utilux South China, Ltd'), (445, '05ab', 'In-System Design'), (446, '05ac', 'Apple, Inc.'), (447, '05ad', 'Y.C. Cable U.S.A., Inc.'), (448, '05ae', 'Synopsys, Inc.'), (449, '05af', 'Jing-Mold Enterprise Co., Ltd'), (450, '05b0', 'Fountain Technologies, Inc.'), (451, '05b1', 'First International Computer, Inc.'), (452, '05b4', 'LG Semicon Co., Ltd'), (453, '05b5', 'Dialogic Corp.'), (454, '05b6', 'Proxima Corp.'), (455, '05b7', 'Medianix Semiconductor, Inc.'), (456, '05b8', 'SYSGRATION'), (457, '05b9', 'Philips Research Laboratories'), (458, '05ba', 'DigitalPersona, Inc.'), (459, '05bb', 'Grey Cell Systems'), (460, '05bc', '3G Green Green Globe Co., Ltd'), (461, '05bd', 'RAFI GmbH & Co. KG'), (462, '05be', 'Tyco Electronics (Raychem)'), (463, '05bf', 'S & S Research'), (464, '05c0', 'Keil Software'), (465, '05c1', 'Kawasaki Microelectronics, Inc.'), (466, '05c2', 'Media Phonics (Suisse) S.A.'), (467, '05c5', 'Digi International, Inc.'), (468, '05c6', 'Qualcomm, Inc.'), (469, '05c7', 'Qtronix Corp.'), (470, '05c8', 'Cheng Uei Precision Industry Co., Ltd (Foxlink)'), (471, '05c9', 'Semtech Corp.'), (472, '05ca', 'Ricoh Co., Ltd'), (473, '05cb', 'PowerVision Technologies, Inc.'), (474, '05cc', 'ELSA AG'), (475, '05cd', 'Silicom, Ltd'), (476, '05ce', 'sci-worx GmbH'), (477, '05cf', 'Sung Forn Co., Ltd'), (478, '05d0', 'GE Medical Systems Lunar'), (479, '05d1', 'Brainboxes, Ltd'), (480, '05d2', 'Wave Systems Corp.'), (481, '05d3', 'Tohoku Ricoh Co., Ltd'), (482, '05d5', 'Super Gate Technology Co., Ltd'), (483, '05d6', 'Philips Semiconductors, CICT'), (484, '05d7', 'Thomas & Betts Corp.'), (485, '05d8', 'Ultima Electronics Corp.'), (486, '05d9', 'Axiohm Transaction Solutions'), (487, '05da', 'Microtek International, Inc.'), (488, '05db', 'Sun Corp. (Suntac?)'), (489, '05dc', 'Lexar Media, Inc.'), (490, '05dd', 'Delta Electronics, Inc.'), (491, '05df', 'Silicon Vision, Inc.'), (492, '05e0', 'Symbol Technologies'), (493, '05e1', 'Syntek Semiconductor Co., Ltd'), (494, '05e2', 'ElecVision, Inc.'), (495, '05e3', 'Genesys Logic, Inc.'), (496, '05e4', 'Red Wing Corp.'), (497, '05e5', 'Fuji Electric Co., Ltd'), (498, '05e6', 'Keithley Instruments'), (499, '05e8', 'ICC, Inc.'), (500, '05e9', 'Kawasaki LSI'), (501, '05eb', 'FFC, Ltd'), (502, '05ec', 'COM21, Inc.'), (503, '05ee', 'Cytechinfo Inc.'), (504, '05ef', 'AVB, Inc. [anko?]'), (505, '05f0', 'Canopus Co., Ltd'), (506, '05f1', 'Compass Communications'), (507, '05f2', 'Dexin Corp., Ltd'), (508, '05f3', 'PI Engineering, Inc.'), (509, '05f5', 'Unixtar Technology, Inc.'), (510, '05f6', 'AOC International'), (511, '05f7', 'RFC Distribution(s) PTE, Ltd'), (512, '05f9', 'PSC Scanning, Inc.'), (513, '05fa', 'Siemens Telecommunications Systems, Ltd'), (514, '05fc', 'Harman'), (515, '05fd', 'InterAct, Inc.'), (516, '05fe', 'Chic Technology Corp.'), (517, '05ff', 'LeCroy Corp.'), (518, '0600', 'Barco Display Systems'), (519, '0601', 'Jazz Hipster Corp.'), (520, '0602', 'Vista Imaging, Inc.'), (521, '0603', 'Novatek Microelectronics Corp.'), (522, '0604', 'Jean Co., Ltd'), (523, '0605', 'Anchor C&C Co., Ltd'), (524, '0606', 'Royal Information Electronics Co., Ltd'), (525, '0607', 'Bridge Information Co., Ltd'), (526, '0608', 'Genrad Ads'), (527, '0609', 'SMK Manufacturing, Inc.'), (528, '060a', 'Worthington Data Solutions, Inc.'), (529, '060b', 'Solid Year'), (530, '060c', 'EEH Datalink GmbH'), (531, '060d', 'Auctor Corp.'), (532, '060e', 'Transmonde Technologies, Inc.'), (533, '060f', 'Joinsoon Electronics Mfg. Co., Ltd'), (534, '0610', 'Costar Electronics, Inc.'), (535, '0611', 'Totoku Electric Co., Ltd'), (536, '0613', 'TransAct Technologies, Inc.'), (537, '0614', 'Bio-Rad Laboratories'), (538, '0615', 'Quabbin Wire & Cable Co., Inc.'), (539, '0616', 'Future Techno Designs PVT, Ltd'), (540, '0617', 'Swiss Federal Insitute of Technology'), (541, '0618', 'MacAlly'), (542, '0619', 'Seiko Instruments, Inc.'), (543, '061a', 'Veridicom International, Inc.'), (544, '061b', 'Promptus Communications, Inc.'), (545, '061c', 'Act Labs, Ltd'), (546, '061d', 'Quatech, Inc.'), (547, '061e', 'Nissei Electric Co.'), (548, '0620', 'Alaris, Inc.'), (549, '0621', 'ODU-Steckverbindungssysteme GmbH & Co. KG'), (550, '0622', 'Iotech, Inc.'), (551, '0623', 'Littelfuse, Inc.'), (552, '0624', 'Avocent Corp.'), (553, '0625', 'TiMedia Technology Co., Ltd'), (554, '0626', 'Nippon Systems Development Co., Ltd'), (555, '0627', 'Adomax Technology Co., Ltd'), (556, '0628', 'Tasking Software, Inc.'), (557, '0629', 'Zida Technologies, Ltd'), (558, '062a', 'MosArt Semiconductor Corp.'), (559, '062b', 'Greatlink Electronics Taiwan, Ltd'), (560, '062c', 'Institute for Information Industry'), (561, '062d', 'Taiwan Tai-Hao Enterprises Co., Ltd'), (562, '062e', 'Mainsuper Enterprises Co., Ltd'), (563, '062f', 'Sin Sheng Terminal & Machine, Inc.'), (564, '0631', 'JUJO Electronics Corp.'), (565, '0633', 'Cyrix Corp.'), (566, '0634', 'Micron Technology, Inc.'), (567, '0635', 'Methode Electronics, Inc.'), (568, '0636', 'Sierra Imaging, Inc.'), (569, '0638', 'Avision, Inc.'), (570, '0639', 'Chrontel, Inc.'), (571, '063a', 'Techwin Corp.'), (572, '063b', 'Taugagreining HF'), (573, '063c', 'Yamaichi Electronics Co., Ltd (Sakura)'), (574, '063d', 'Fong Kai Industrial Co., Ltd'), (575, '063e', 'RealMedia Technology, Inc.'), (576, '063f', 'New Technology Cable, Ltd'), (577, '0640', 'Hitex Development Tools'), (578, '0641', 'Woods Industries, Inc.'), (579, '0642', 'VIA Medical Corp.'), (580, '0644', 'TEAC Corp.'), (581, '0645', 'Who? Vision Systems, Inc.'), (582, '0646', 'UMAX'), (583, '0647', 'Acton Research Corp.'), (584, '0648', 'Inside Out Networks'), (585, '0649', 'Weli Science Co., Ltd'), (586, '064b', 'Analog Devices, Inc. (White Mountain DSP)'), (587, '064c', 'Ji-Haw Industrial Co., Ltd'), (588, '064d', 'TriTech Microelectronics, Ltd'), (589, '064e', 'Suyin Corp.'), (590, '064f', 'WIBU-Systems AG'), (591, '0650', 'Dynapro Systems'), (592, '0651', 'Likom Technology Sdn. Bhd.'), (593, '0652', 'Stargate Solutions, Inc.'), (594, '0653', 'CNF, Inc.'), (595, '0654', 'Granite Microsystems, Inc.'), (596, '0655', 'Space Shuttle Hi-Tech Co., Ltd'), (597, '0656', 'Glory Mark Electronic, Ltd'), (598, '0657', 'Tekcon Electronics Corp.'), (599, '0658', 'Sigma Designs, Inc.'), (600, '0659', 'Aethra'), (601, '065a', 'Optoelectronics Co., Ltd'), (602, '065b', 'Tracewell Systems'), (603, '065e', 'Silicon Graphics'), (604, '065f', 'Good Way Technology Co., Ltd & GWC technology Inc.'), (605, '0660', 'TSAY-E (BVI) International, Inc.'), (606, '0661', 'Hamamatsu Photonics K.K.'), (607, '0662', 'Kansai Electric Co., Ltd'), (608, '0663', 'Topmax Electronic Co., Ltd'), (609, '0664', 'ET&T Technology Co., Ltd.'), (610, '0665', 'Cypress Semiconductor'), (611, '0667', 'Aiwa Co., Ltd'), (612, '0668', 'WordWand'), (613, '0669', 'Oce\' Printing Systems GmbH'), (614, '066a', 'Total Technologies, Ltd'), (615, '066b', 'Linksys, Inc.'), (616, '066d', 'Entrega, Inc.'), (617, '066e', 'Acer Semiconductor America, Inc.'), (618, '066f', 'SigmaTel, Inc.'), (619, '0670', 'Sequel Imaging'), (620, '0672', 'Labtec, Inc.'), (621, '0673', 'HCL'), (622, '0674', 'Key Mouse Electronic Enterprise Co., Ltd'), (623, '0675', 'DrayTek Corp.'), (624, '0676', 'Teles AG'), (625, '0677', 'Aiwa Co., Ltd'), (626, '0678', 'ACard Technology Corp.'), (627, '067b', 'Prolific Technology, Inc.'), (628, '067c', 'Efficient Networks, Inc.'), (629, '067d', 'Hohner Corp.'), (630, '067e', 'Intermec Technologies Corp.'), (631, '067f', 'Virata, Ltd'), (632, '0680', 'Realtek Semiconductor Corp., CPP Div. (Avance Logic)'), (633, '0681', 'Siemens Information and Communication Products'), (634, '0682', 'Victor Company of Japan, Ltd'), (635, '0684', 'Actiontec Electronics, Inc.'), (636, '0685', 'ZD Incorporated'), (637, '0686', 'Minolta Co., Ltd'), (638, '068a', 'Pertech, Inc.'), (639, '068b', 'Potrans International, Inc.'), (640, '068e', 'CH Products, Inc.'), (641, '068f', 'Nihon KOHDEN'), (642, '0690', 'Golden Bridge Electech, Inc.'), (643, '0693', 'Hagiwara Sys-Com Co., Ltd'), (644, '0694', 'Lego Group'), (645, '0698', 'Chuntex (CTX)'), (646, '0699', 'Tektronix, Inc.'), (647, '069a', 'Askey Computer Corp.'), (648, '069b', 'Thomson, Inc.'), (649, '069d', 'Hughes Network Systems (HNS)'), (650, '069e', 'Welcat Inc.'), (651, '069f', 'Allied Data Technologies BV'), (652, '06a2', 'Topro Technology, Inc.'), (653, '06a3', 'Saitek PLC'), (654, '06a4', 'Xiamen Doowell Electron Co., Ltd'), (655, '06a5', 'Divio'), (656, '06a7', 'MicroStore, Inc.'), (657, '06a8', 'Topaz Systems, Inc.'), (658, '06a9', 'Westell'), (659, '06aa', 'Sysgration, Ltd'), (660, '06ac', 'Fujitsu Laboratories of America, Inc.'), (661, '06ad', 'Greatland Electronics Taiwan, Ltd'), (662, '06ae', 'Professional Multimedia Testing Centre'), (663, '06af', 'Harting, Inc. of North America'), (664, '06b8', 'Pixela Corp.'), (665, '06b9', 'Alcatel Telecom'), (666, '06ba', 'Smooth Cord & Connector Co., Ltd'), (667, '06bb', 'EDA, Inc.'), (668, '06bc', 'Oki Data Corp.'), (669, '06bd', 'AGFA-Gevaert NV'), (670, '06be', 'AME Optimedia Technology Co., Ltd'), (671, '06bf', 'Leoco Corp.'), (672, '06c2', 'Phidgets Inc. (formerly GLAB)'), (673, '06c4', 'Bizlink International Corp.'), (674, '06c5', 'Hagenuk, GmbH'), (675, '06c6', 'Infowave Software, Inc.'), (676, '06c8', 'SIIG, Inc.'), (677, '06c9', 'Taxan (Europe), Ltd'), (678, '06ca', 'Newer Technology, Inc.'), (679, '06cb', 'Synaptics, Inc.'), (680, '06cc', 'Terayon Communication Systems'), (681, '06cd', 'Keyspan'), (682, '06ce', 'Contec'), (683, '06cf', 'SpheronVR AG'), (684, '06d0', 'LapLink, Inc.'), (685, '06d1', 'Daewoo Electronics Co., Ltd'), (686, '06d3', 'Mitsubishi Electric Corp.'), (687, '06d4', 'Cisco Systems'), (688, '06d5', 'Toshiba'), (689, '06d6', 'Aashima Technology B.V.'), (690, '06d7', 'Network Computing Devices (NCD)'), (691, '06d8', 'Technical Marketing Research, Inc.'), (692, '06da', 'Phoenixtec Power Co., Ltd'), (693, '06db', 'Paradyne'), (694, '06dc', 'Foxlink Image Technology Co., Ltd'), (695, '06de', 'Heisei Electronics Co., Ltd'), (696, '06e0', 'Multi-Tech Systems, Inc.'), (697, '06e1', 'ADS Technologies, Inc.'), (698, '06e4', 'Alcatel Microelectronics'), (699, '06e6', 'Tiger Jet Network, Inc.'), (700, '06ea', 'Sirius Technologies'), (701, '06eb', 'PC Expert Tech. Co., Ltd'), (702, '06ef', 'I.A.C. Geometrische Ingenieurs B.V.'), (703, '06f0', 'T.N.C Industrial Co., Ltd'), (704, '06f1', 'Opcode Systems, Inc.'), (705, '06f2', 'Emine Technology Co.'), (706, '06f6', 'Wintrend Technology Co., Ltd'), (707, '06f7', 'Wailly Technology Ltd'), (708, '06f8', 'Guillemot Corp.'), (709, '06f9', 'ASYST electronic d.o.o.'), (710, '06fa', 'HSD S.r.L'), (711, '06fc', 'Motorola Semiconductor Products Sector'), (712, '06fd', 'Boston Acoustics'), (713, '06fe', 'Gallant Computer, Inc.'), (714, '0701', 'Supercomal Wire & Cable SDN. BHD.'), (715, '0703', 'Bvtech Industry, Inc.'), (716, '0705', 'NKK Corp.'), (717, '0706', 'Ariel Corp.'), (718, '0707', 'Standard Microsystems Corp.'), (719, '0708', 'Putercom Co., Ltd'), (720, '0709', 'Silicon Systems, Ltd (SSL)'), (721, '070a', 'Oki Electric Industry Co., Ltd'), (722, '070d', 'Comoss Electronic Co., Ltd'), (723, '070e', 'Excel Cell Electronic Co., Ltd'), (724, '0710', 'Connect Tech, Inc.'), (725, '0711', 'Magic Control Technology Corp.'), (726, '0713', 'Interval Research Corp.'), (727, '0714', 'NewMotion, Inc.'), (728, '0717', 'ZNK Corp.'), (729, '0718', 'Imation Corp.'), (730, '0719', 'Tremon Enterprises Co., Ltd'), (731, '071b', 'Domain Technologies, Inc.'), (732, '071c', 'Xionics Document Technologies, Inc.'), (733, '071d', 'Eicon Networks Corp.'), (734, '071e', 'Ariston Technologies'), (735, '0720', 'Keyence Corp.'), (736, '0723', 'Centillium Communications Corp.'), (737, '0726', 'Vanguard International Semiconductor-America'), (738, '0729', 'Amitm'), (739, '072e', 'Sunix Co., Ltd'), (740, '072f', 'Advanced Card Systems, Ltd'), (741, '0731', 'Susteen, Inc.'), (742, '0732', 'Goldfull Electronics & Telecommunications Corp.'), (743, '0733', 'ViewQuest Technologies, Inc.'), (744, '0734', 'Lasat Communications A/S'), (745, '0735', 'Asuscom Network'), (746, '0736', 'Lorom Industrial Co., Ltd'), (747, '0738', 'Mad Catz, Inc.'), (748, '073a', 'Chaplet Systems, Inc.'), (749, '073b', 'Suncom Technologies'), (750, '073c', 'Industrial Electronic Engineers, Inc.'), (751, '073d', 'Eutron S.p.a.'), (752, '073e', 'NEC, Inc.'), (753, '0742', 'Stollmann'), (754, '0745', 'Syntech Information Co., Ltd'), (755, '0746', 'Onkyo Corp.'), (756, '0747', 'Labway Corp.'), (757, '0748', 'Strong Man Enterprise Co., Ltd'), (758, '0749', 'EVer Electronics Corp.'), (759, '074a', 'Ming Fortune Industry Co., Ltd'), (760, '074b', 'Polestar Tech. Corp.'), (761, '074c', 'C-C-C Group PLC'), (762, '074d', 'Micronas GmbH'), (763, '074e', 'Digital Stream Corp.'), (764, '0755', 'Aureal Semiconductor'), (765, '0757', 'Network Technologies, Inc.'), (766, '0758', 'Carl Zeiss Microscopy GmbH'), (767, '075b', 'Sophisticated Circuits, Inc.'), (768, '0763', 'M-Audio'), (769, '0764', 'Cyber Power System, Inc.'), (770, '0765', 'X-Rite, Inc.'), (771, '0766', 'Jess-Link Products Co., Ltd'), (772, '0767', 'Tokheim Corp.'), (773, '0768', 'Camtel Technology Corp.'), (774, '0769', 'Surecom Technology Corp.'), (775, '076a', 'Smart Technology Enablers, Inc.'), (776, '076b', 'OmniKey AG'), (777, '076c', 'Partner Tech'), (778, '076d', 'Denso Corp.'), (779, '076e', 'Kuan Tech Enterprise Co., Ltd'), (780, '076f', 'Jhen Vei Electronic Co., Ltd'), (781, '0770', 'Welch Allyn, Inc - Medical Division'), (782, '0771', 'Observator Instruments BV'), (783, '0772', 'Your data Our Care'), (784, '0774', 'AmTRAN Technology Co., Ltd'), (785, '0775', 'Longshine Electronics Corp.'), (786, '0776', 'Inalways Corp.'), (787, '0777', 'Comda Enterprise Corp.'), (788, '0778', 'Volex, Inc.'), (789, '0779', 'ON Semiconductor (formerly Fairchild)'), (790, '077a', 'Sankyo Seiki Mfg. Co., Ltd'), (791, '077b', 'Linksys'), (792, '077c', 'Forward Electronics Co., Ltd'), (793, '077d', 'Griffin Technology'), (794, '077e', 'Softing AG'), (795, '077f', 'Well Excellent & Most Corp.'), (796, '0780', 'Sagem Monetel GmbH'), (797, '0781', 'SanDisk Corp.'), (798, '0782', 'Trackerball'), (799, '0783', 'C3PO'), (800, '0784', 'Vivitar, Inc.'), (801, '0785', 'NTT-ME'), (802, '0789', 'Logitec Corp.'), (803, '078b', 'Happ Controls, Inc.'), (804, '078c', 'GTCO/CalComp'), (805, '078e', 'Brincom, Inc.'), (806, '0790', 'Pro-Image Manufacturing Co., Ltd'), (807, '0791', 'Copartner Wire and Cable Mfg. Corp.'), (808, '0792', 'Axis Communications AB'), (809, '0793', 'Wha Yu Industrial Co., Ltd'), (810, '0794', 'ABL Electronics Corp.'), (811, '0795', 'RealChip, Inc.'), (812, '0796', 'Certicom Corp.'), (813, '0797', 'Grandtech Semiconductor Corp.'), (814, '0798', 'Optelec'), (815, '0799', 'Altera'), (816, '079b', 'Sagem'), (817, '079d', 'Alfadata Computer Corp.'), (818, '07a1', 'Digicom S.p.A.'), (819, '07a2', 'National Technical Systems'), (820, '07a3', 'Onnto Corp.'), (821, '07a4', 'Be, Inc.'), (822, '07a6', 'ADMtek, Inc.'), (823, '07aa', 'Corega K.K.'), (824, '07ab', 'Freecom Technologies'), (825, '07af', 'Microtech'), (826, '07b0', 'Trust Technologies'), (827, '07b1', 'IMP, Inc.'), (828, '07b2', 'Motorola BCS, Inc.'), (829, '07b3', 'Plustek, Inc.'), (830, '07b4', 'Olympus Optical Co., Ltd'), (831, '07b5', 'Mega World International, Ltd'), (832, '07b6', 'Marubun Corp.'), (833, '07b7', 'TIME Interconnect, Ltd'), (834, '07b8', 'AboCom Systems Inc'), (835, '07bc', 'Canon Computer Systems, Inc.'), (836, '07bd', 'Webgear, Inc.'), (837, '07be', 'Veridicom'), (838, '07c0', 'Code Mercenaries Hard- und Software GmbH'), (839, '07c1', 'Keisokugiken'), (840, '07c4', 'Datafab Systems, Inc.'), (841, '07c5', 'APG Cash Drawer'), (842, '07c6', 'ShareWave, Inc.'), (843, '07c7', 'Powertech Industrial Co., Ltd'), (844, '07c8', 'B.U.G., Inc.'), (845, '07c9', 'Allied Telesyn International'), (846, '07ca', 'AVerMedia Technologies, Inc.'), (847, '07cb', 'Kingmax Technology, Inc.'), (848, '07cc', 'Carry Computer Eng., Co., Ltd'), (849, '07cd', 'Elektor'), (850, '07ce', 'Nidec Copal'), (851, '07cf', 'Casio Computer Co., Ltd'), (852, '07d0', 'Dazzle'), (853, '07d1', 'D-Link System'), (854, '07d2', 'Aptio Products, Inc.'), (855, '07d3', 'Cyberdata Corp.'), (856, '07d5', 'Radiant Systems'), (857, '07d7', 'GCC Technologies, Inc.'), (858, '07da', 'Arasan Chip Systems'), (859, '07de', 'Diamond Multimedia'), (860, '07df', 'David Electronics Co., Ltd'), (861, '07e0', 'NCP engineering GmbH'), (862, '07e1', 'Ambient Technologies, Inc.'), (863, '07e2', 'Elmeg GmbH & Co., Ltd'), (864, '07e3', 'Planex Communications, Inc.'), (865, '07e4', 'Movado Enterprise Co., Ltd'), (866, '07e5', 'QPS, Inc.'), (867, '07e6', 'Allied Cable Corp.'), (868, '07e7', 'Mirvo Toys, Inc.'), (869, '07e8', 'Labsystems'), (870, '07ea', 'Iwatsu Electric Co., Ltd'), (871, '07eb', 'Double-H Technology Co., Ltd'), (872, '07ec', 'Taiyo Electric Wire & Cable Co., Ltd'), (873, '07ee', 'Torex Retail (formerly Logware)'), (874, '07ef', 'STSN'), (875, '07f2', 'Microcomputer Applications, Inc.'), (876, '07f6', 'Circuit Assembly Corp.'), (877, '07f7', 'Century Corp.'), (878, '07f9', 'Dotop Technology, Inc.'), (879, '07fa', 'DrayTek Corp.'), (880, '07fc', 'Thomann'), (881, '07fd', 'Mark of the Unicorn'), (882, '07ff', 'Unknown'), (883, '0801', 'MagTek'), (884, '0802', 'Mako Technologies, LLC'), (885, '0803', 'Zoom Telephonics, Inc.'), (886, '0809', 'Genicom Technology, Inc.'), (887, '080a', 'Evermuch Technology Co., Ltd'), (888, '080b', 'Cross Match Technologies'), (889, '080c', 'Datalogic S.p.A.'), (890, '080d', 'Teco Image Systems Co., Ltd'), (891, '0810', 'Personal Communication Systems, Inc.'), (892, '0813', 'Mattel, Inc.'), (893, '0819', 'eLicenser'), (894, '081a', 'MG Logic'), (895, '081b', 'Indigita Corp.'), (896, '081c', 'Mipsys'), (897, '081e', 'AlphaSmart, Inc.'), (898, '081f', 'Manta'), (899, '0822', 'Reudo Corp.'), (900, '0825', 'GC Protronics'), (901, '0826', 'Data Transit'), (902, '0827', 'BroadLogic, Inc.'), (903, '0828', 'Sato Corp.'), (904, '0829', 'DirecTV Broadband, Inc. (Telocity)'), (905, '082d', 'Handspring'), (906, '0830', 'Palm, Inc.'), (907, '0832', 'Kouwell Electronics Corp.'), (908, '0833', 'Sourcenext Corp.'), (909, '0835', 'Action Star Enterprise Co., Ltd'), (910, '0836', 'TrekStor'), (911, '0839', 'Samsung Techwin Co., Ltd'), (912, '083a', 'Accton Technology Corp.'), (913, '083f', 'Global Village'), (914, '0840', 'Argosy Research, Inc.'), (915, '0841', 'Rioport.com, Inc.'), (916, '0844', 'Welland Industrial Co., Ltd'), (917, '0846', 'NetGear, Inc.'), (918, '084d', 'Minton Optic Industry Co., Inc.'), (919, '084e', 'KB Gear'), (920, '084f', 'Empeg'), (921, '0850', 'Fast Point Technologies, Inc.'), (922, '0851', 'Macronix International Co., Ltd'), (923, '0852', 'CSEM'), (924, '0853', 'Topre Corporation'), (925, '0854', 'ActiveWire, Inc.'), (926, '0856', 'B&B Electronics'), (927, '0858', 'Hitachi Maxell, Ltd'), (928, '0859', 'Minolta Systems Laboratory, Inc.'), (929, '085a', 'Xircom'), (930, '085c', 'ColorVision, Inc.'), (931, '0862', 'Teletrol Systems, Inc.'), (932, '0863', 'Filanet Corp.'), (933, '0864', 'NetGear, Inc.'), (934, '0867', 'Data Translation, Inc.'), (935, '086a', 'Emagic Soft- und Hardware GmbH'), (936, '086c', 'DeTeWe - Deutsche Telephonwerke AG & Co.'), (937, '086e', 'System TALKS, Inc.'), (938, '086f', 'MEC IMEX, Inc.'), (939, '0870', 'Metricom'), (940, '0871', 'SanDisk, Inc.'), (941, '0873', 'Xpeed, Inc.'), (942, '0874', 'A-Tec Subsystem, Inc.'), (943, '0879', 'Comtrol Corp.'), (944, '087c', 'Adesso/Kbtek America, Inc.'), (945, '087d', 'Jaton Corp.'), (946, '087e', 'Fujitsu Computer Products of America'), (947, '087f', 'QualCore Logic Inc.'), (948, '0880', 'APT Technologies, Inc.'), (949, '0883', 'Recording Industry Association of America (RIAA)'), (950, '0885', 'Boca Research, Inc.'), (951, '0886', 'XAC Automation Corp.'), (952, '0887', 'Hannstar Electronics Corp.'), (953, '088a', 'TechTools'), (954, '088b', 'MassWorks, Inc.'), (955, '088c', 'Swecoin AB'), (956, '088e', 'iLok'), (957, '0892', 'DioGraphy, Inc.'), (958, '0894', 'TSI Incorporated'), (959, '0897', 'Lauterbach'), (960, '089c', 'United Technologies Research Cntr.'), (961, '089d', 'Icron Technologies Corp.'), (962, '089e', 'NST Co., Ltd'), (963, '089f', 'Primex Aerospace Co.'), (964, '08a5', 'e9, Inc.'), (965, '08a6', 'Toshiba TEC'), (966, '08a8', 'Andrea Electronics'), (967, '08a9', 'CWAV Inc.'), (968, '08ac', 'Macraigor Systems LLC'), (969, '08ae', 'Macally (Mace Group, Inc.)'), (970, '08b0', 'Metrohm'), (971, '08b4', 'Sorenson Vision, Inc.'), (972, '08b7', 'NATSU'), (973, '08b8', 'J. Gordon Electronic Design, Inc.'), (974, '08b9', 'RadioShack Corp. (Tandy)'), (975, '08bb', 'Texas Instruments'), (976, '08bd', 'Citizen Watch Co., Ltd'), (977, '08c3', 'Precise Biometrics'), (978, '08c4', 'Proxim, Inc.'), (979, '08c7', 'Key Nice Enterprise Co., Ltd'), (980, '08c8', '2Wire, Inc.'), (981, '08c9', 'Nippon Telegraph and Telephone Corp.'), (982, '08ca', 'Aiptek International, Inc.'), (983, '08cd', 'Jue Hsun Ind. Corp.'), (984, '08ce', 'Long Well Electronics Corp.'), (985, '08cf', 'Productivity Enhancement Products'), (986, '08d1', 'smartBridges, Inc.'), (987, '08d3', 'Virtual Ink'), (988, '08d4', 'Fujitsu Siemens Computers'), (989, '08d8', 'IXXAT Automation GmbH'), (990, '08d9', 'Increment P Corp.'), (991, '08dd', 'Billionton Systems, Inc.'), (992, '08de', '???'), (993, '08df', 'Spyrus, Inc.'), (994, '08e3', 'Olitec, Inc.'), (995, '08e4', 'Pioneer Corp.'), (996, '08e5', 'Litronic'), (997, '08e6', 'Gemalto (was Gemplus)'), (998, '08e7', 'Pan-International Wire & Cable'), (999, '08e8', 'Integrated Memory Logic'), (1000, '08e9', 'Extended Systems, Inc.'), (1001, '08ea', 'Ericsson, Inc., Blue Ridge Labs'), (1002, '08ec', 'M-Systems Flash Disk Pioneers'), (1003, '08ed', 'MediaTek Inc.'), (1004, '08ee', 'CCSI/Hesso'), (1005, '08f0', 'Corex Technologies'), (1006, '08f1', 'CTI Electronics Corp.'), (1007, '08f2', 'Gotop Information Inc.'), (1008, '08f5', 'SysTec Co., Ltd'), (1009, '08f6', 'Logic 3 International, Ltd'), (1010, '08f7', 'Vernier'), (1011, '08f8', 'Keen Top International Enterprise Co., Ltd'), (1012, '08f9', 'Wipro Technologies'), (1013, '08fa', 'Caere'), (1014, '08fb', 'Socket Communications'), (1015, '08fc', 'Sicon Cable Technology Co., Ltd'), (1016, '08fd', 'Digianswer A/S'), (1017, '08ff', 'AuthenTec, Inc.'), (1018, '0900', 'Pinnacle Systems, Inc.'), (1019, '0901', 'VST Technologies'), (1020, '0906', 'Faraday Technology Corp.'), (1021, '0908', 'Siemens AG'), (1022, '0909', 'Audio-Technica Corp.'), (1023, '090a', 'Trumpion Microelectronics, Inc.'), (1024, '090b', 'Neurosmith'), (1025, '090c', 'Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.)'), (1026, '090d', 'Multiport Computer Vertriebs GmbH'), (1027, '090e', 'Shining Technology, Inc.'), (1028, '090f', 'Fujitsu Devices, Inc.'), (1029, '0910', 'Alation Systems, Inc.'), (1030, '0911', 'Philips Speech Processing'), (1031, '0912', 'Voquette, Inc.'), (1032, '0915', 'GlobeSpan, Inc.'), (1033, '0917', 'SmartDisk Corp.'), (1034, '0919', 'Tiger Electronics'), (1035, '091e', 'Garmin International'), (1036, '0920', 'Echelon Co.'), (1037, '0921', 'GoHubs, Inc.'), (1038, '0922', 'Dymo-CoStar Corp.'), (1039, '0923', 'IC Media Corp.'), (1040, '0924', 'Xerox'), (1041, '0925', 'Lakeview Research'), (1042, '0927', 'Summus, Ltd'), (1043, '0928', 'PLX Technology, Inc. (formerly Oxford Semiconductor, Ltd)'), (1044, '0929', 'American Biometric Co.'), (1045, '092a', 'Toshiba Information & Industrial Sys. And Services'), (1046, '092b', 'Sena Technologies, Inc.'), (1047, '092f', 'Northern Embedded Science/CAVNEX'), (1048, '0930', 'Toshiba Corp.'), (1049, '0931', 'Harmonic Data Systems, Ltd'), (1050, '0932', 'Crescentec Corp.'), (1051, '0933', 'Quantum Corp.'), (1052, '0934', 'Spirent Communications'), (1053, '0936', 'NuTesla'), (1054, '0939', 'Lumberg, Inc.'), (1055, '093a', 'Pixart Imaging, Inc.'), (1056, '093b', 'Plextor Corp.'), (1057, '093c', 'Intrepid Control Systems, Inc.'), (1058, '093d', 'InnoSync, Inc.'), (1059, '093e', 'J.S.T. Mfg. Co., Ltd'), (1060, '093f', 'Olympia Telecom Vertriebs GmbH'), (1061, '0940', 'Japan Storage Battery Co., Ltd'), (1062, '0941', 'Photobit Corp.'), (1063, '0942', 'i2Go.com, LLC'), (1064, '0943', 'HCL Technologies India Private, Ltd'), (1065, '0944', 'KORG, Inc.'), (1066, '0945', 'Pasco Scientific'), (1067, '0948', 'Kronauer music in digital'), (1068, '094b', 'Linkup Systems Corp.'), (1069, '094d', 'Cable Television Laboratories'), (1070, '094f', 'Yano'), (1071, '0951', 'Kingston Technology'), (1072, '0954', 'RPM Systems Corp.'), (1073, '0955', 'NVIDIA Corp.'), (1074, '0956', 'BSquare Corp.'), (1075, '0957', 'Agilent Technologies, Inc.'), (1076, '0958', 'CompuLink Research, Inc.'), (1077, '0959', 'Cologne Chip AG'), (1078, '095a', 'Portsmith'), (1079, '095b', 'Medialogic Corp.'), (1080, '095c', 'K-Tec Electronics'), (1081, '095d', 'Polycom, Inc.'), (1082, '0964', 'BITRAN'), (1083, '0967', 'Acer NeWeb Corp.'), (1084, '0968', 'Catalyst Enterprises, Inc.'), (1085, '096e', 'Feitian Technologies, Inc.'), (1086, '0971', 'Gretag-Macbeth AG'), (1087, '0973', 'Schlumberger'), (1088, '0974', 'Datagraphix, a business unit of Anacomp'), (1089, '0975', 'OL\'E Communications, Inc.'), (1090, '0976', 'Adirondack Wire & Cable'), (1091, '0977', 'Lightsurf Technologies'), (1092, '0978', 'Beckhoff GmbH'), (1093, '0979', 'Jeilin Technology Corp., Ltd'), (1094, '097a', 'Minds At Work LLC'), (1095, '097b', 'Knudsen Engineering, Ltd'), (1096, '097c', 'Marunix Co., Ltd'), (1097, '097d', 'Rosun Technologies, Inc.'), (1098, '097e', 'Biopac Systems Inc.'), (1099, '097f', 'Barun Electronics Co., Ltd'), (1100, '0981', 'Oak Technology, Ltd'), (1101, '0984', 'Apricorn'), (1102, '0985', 'cab Produkttechnik GmbH & Co KG'), (1103, '0986', 'Matsushita Electric Works, Ltd.'), (1104, '098c', 'Vitana Corp.'), (1105, '098d', 'INDesign'), (1106, '098e', 'Integrated Intellectual Property, Inc.'), (1107, '098f', 'Kenwood TMI Corp.'), (1108, '0993', 'Gemstar eBook Group, Ltd'), (1109, '0996', 'Integrated Telecom Express, Inc.'), (1110, '099a', 'Zippy Technology Corp.'), (1111, '099e', 'Trimble Navigation, Ltd'), (1112, '09a3', 'PairGain Technologies'), (1113, '09a4', 'Contech Research, Inc.'), (1114, '09a5', 'VCON Telecommunications'), (1115, '09a6', 'Poinchips'), (1116, '09a7', 'Data Transmission Network Corp.'), (1117, '09a8', 'Lin Shiung Enterprise Co., Ltd'), (1118, '09a9', 'Smart Card Technologies Co., Ltd'), (1119, '09aa', 'Intersil Corp.'), (1120, '09ab', 'Japan Cash Machine Co., Ltd.'), (1121, '09ae', 'Tripp Lite'), (1122, '09b0', 'Fargo'), (1123, '09b2', 'Franklin Electronic Publishers, Inc.'), (1124, '09b3', 'Altius Solutions, Inc.'), (1125, '09b4', 'MDS Telephone Systems'), (1126, '09b5', 'Celltrix Technology Co., Ltd'), (1127, '09bc', 'Grundig'), (1128, '09be', 'MySmart.Com'), (1129, '09bf', 'Auerswald GmbH & Co. KG'), (1130, '09c0', 'Genpix Electronics, LLC'), (1131, '09c1', 'Arris Interactive LLC'), (1132, '09c2', 'Nisca Corp.'), (1133, '09c3', 'HID Global'), (1134, '09c4', 'ACTiSYS Corp.'), (1135, '09c5', 'Memory Corp.'), (1136, '09ca', 'BMC Messsysteme GmbH'), (1137, '09cb', 'FLIR Systems'), (1138, '09cc', 'Workbit Corp.'), (1139, '09cd', 'Psion Dacom Home Networks, Ltd'), (1140, '09ce', 'City Electronics, Ltd'), (1141, '09cf', 'Electronics Testing Center, Taiwan'), (1142, '09d1', 'NeoMagic, Inc.'), (1143, '09d2', 'Vreelin Engineering, Inc.'), (1144, '09d3', 'Com One'), (1145, '09d7', 'Hexagon NovAtel Inc.'), (1146, '09d8', 'ELATEC GmbH'), (1147, '09d9', 'KRF Tech, Ltd'), (1148, '09da', 'A4Tech Co., Ltd.'), (1149, '09db', 'Measurement Computing Corp.'), (1150, '09dc', 'Aimex Corp.'), (1151, '09dd', 'Fellowes, Inc.'), (1152, '09df', 'Addonics Technologies Corp.'), (1153, '09e1', 'Intellon Corp.'), (1154, '09e5', 'Jo-Dan International, Inc.'), (1155, '09e6', 'Silutia, Inc.'), (1156, '09e7', 'Real 3D, Inc.'), (1157, '09e8', 'AKAI Professional M.I. Corp.'), (1158, '09e9', 'Chen-Source, Inc.'), (1159, '09eb', 'IM Networks, Inc.'), (1160, '09ef', 'Xitel'), (1161, '09f3', 'GoFlight, Inc.'), (1162, '09f5', 'AresCom'), (1163, '09f6', 'RocketChips, Inc.'), (1164, '09f7', 'Edu-Science (H.K.), Ltd'), (1165, '09f8', 'SoftConnex Technologies, Inc.'), (1166, '09f9', 'Bay Associates'), (1167, '09fa', 'Mtek Vision'), (1168, '09fb', 'Altera'), (1169, '09ff', 'Gain Technology Corp.'), (1170, '0a00', 'Liquid Audio'), (1171, '0a01', 'ViA, Inc.'), (1172, '0a05', 'Unknown Manufacturer'), (1173, '0a07', 'Ontrak Control Systems Inc.'), (1174, '0a0b', 'Cybex Computer Products Co.'), (1175, '0a0d', 'Servergy, Inc'), (1176, '0a11', 'Xentec, Inc.'), (1177, '0a12', 'Cambridge Silicon Radio, Ltd'), (1178, '0a13', 'Telebyte, Inc.'), (1179, '0a14', 'Spacelabs Medical, Inc.'), (1180, '0a15', 'Scalar Corp.'), (1181, '0a16', 'Trek Technology (S) PTE, Ltd'), (1182, '0a17', 'Pentax Corp.'), (1183, '0a18', 'Heidelberger Druckmaschinen AG'), (1184, '0a19', 'Hua Geng Technologies, Inc.'), (1185, '0a21', 'Medtronic Physio Control Corp.'), (1186, '0a22', 'Century Semiconductor USA, Inc.'), (1187, '0a27', 'Datacard Group'), (1188, '0a2c', 'AK-Modul-Bus Computer GmbH'), (1189, '0a34', 'TG3 Electronics, Inc.'), (1190, '0a35', 'Radikal Technologies'), (1191, '0a39', 'Gilat Satellite Networks, Ltd'), (1192, '0a3a', 'PentaMedia Co., Ltd'), (1193, '0a3c', 'NTT DoCoMo, Inc.'), (1194, '0a3d', 'Varo Vision'), (1195, '0a3f', 'Swissonic AG'), (1196, '0a43', 'Boca Systems, Inc.'), (1197, '0a46', 'Davicom Semiconductor, Inc.'), (1198, '0a47', 'Hirose Electric'), (1199, '0a48', 'I/O Interconnect'), (1200, '0a4a', 'Ploytec GmbH'), (1201, '0a4b', 'Fujitsu Media Devices, Ltd'), (1202, '0a4c', 'Computex Co., Ltd'), (1203, '0a4d', 'Evolution Electronics, Ltd'), (1204, '0a4e', 'Steinberg Soft-und Hardware GmbH'), (1205, '0a4f', 'Litton Systems, Inc.'), (1206, '0a50', 'Mimaki Engineering Co., Ltd'), (1207, '0a51', 'Sony Electronics, Inc.'), (1208, '0a52', 'Jebsee Electronics Co., Ltd'), (1209, '0a53', 'Portable Peripheral Co., Ltd'), (1210, '0a5a', 'Electronics For Imaging, Inc.'), (1211, '0a5b', 'EAsics NV'), (1212, '0a5c', 'Broadcom Corp.'), (1213, '0a5d', 'Diatrend Corp.'), (1214, '0a5f', 'Zebra'), (1215, '0a62', 'MPMan'), (1216, '0a66', 'ClearCube Technology'), (1217, '0a67', 'Medeli Electronics Co., Ltd'), (1218, '0a68', 'Comaide Corp.'), (1219, '0a69', 'Chroma ate, Inc.'), (1220, '0a6b', 'Green House Co., Ltd'), (1221, '0a6c', 'Integrated Circuit Systems, Inc.'), (1222, '0a6d', 'UPS Manufacturing'), (1223, '0a6e', 'Benwin'), (1224, '0a6f', 'Core Technology, Inc.'), (1225, '0a70', 'International Game Technology'), (1226, '0a71', 'VIPColor Technologies USA, Inc.'), (1227, '0a72', 'Sanwa Denshi'), (1228, '0a73', 'Mackie Designs'), (1229, '0a7d', 'NSTL, Inc.'), (1230, '0a7e', 'Octagon Systems Corp.'), (1231, '0a80', 'Rexon Technology Corp., Ltd'), (1232, '0a81', 'Chesen Electronics Corp.'), (1233, '0a82', 'Syscan'), (1234, '0a83', 'NextComm, Inc.'), (1235, '0a84', 'Maui Innovative Peripherals'), (1236, '0a85', 'Idexx Labs'), (1237, '0a86', 'NITGen Co., Ltd'), (1238, '0a89', 'Aktiv'), (1239, '0a8d', 'Picturetel'), (1240, '0a8e', 'Japan Aviation Electronics Industry, Ltd'), (1241, '0a90', 'Candy Technology Co., Ltd'), (1242, '0a91', 'Globlink Technology, Inc.'), (1243, '0a92', 'EGO SYStems, Inc.'), (1244, '0a93', 'C Technologies AB'), (1245, '0a94', 'Intersense'), (1246, '0aa3', 'Lava Computer Mfg., Inc.'), (1247, '0aa4', 'Develco Elektronik'), (1248, '0aa5', 'First International Digital'), (1249, '0aa6', 'Perception Digital, Ltd'), (1250, '0aa7', 'Wincor Nixdorf International GmbH'), (1251, '0aa8', 'TriGem Computer, Inc.'), (1252, '0aa9', 'Baromtec Co.'), (1253, '0aaa', 'Japan CBM Corp.'), (1254, '0aab', 'Vision Shape Europe SA'), (1255, '0aac', 'iCompression, Inc.'), (1256, '0aad', 'Rohde & Schwarz GmbH & Co. KG'), (1257, '0aae', 'NEC infrontia Corp. (Nitsuko)'), (1258, '0aaf', 'Digitalway Co., Ltd'), (1259, '0ab0', 'Arrow Strong Electronics Co., Ltd'), (1260, '0ab1', 'FEIG ELECTRONIC GmbH'), (1261, '0aba', 'Ellisys'), (1262, '0abe', 'Stereo-Link'), (1263, '0abf', 'Diolan'), (1264, '0ac3', 'Sanyo Semiconductor Company Micro'), (1265, '0ac4', 'Leco Corp.'), (1266, '0ac5', 'I & C Corp.'), (1267, '0ac6', 'Singing Electrons, Inc.'), (1268, '0ac7', 'Panwest Corp.'), (1269, '0ac8', 'Z-Star Microelectronics Corp.'), (1270, '0ac9', 'Micro Solutions, Inc.'), (1271, '0aca', 'OPEN Networks Ltd'), (1272, '0acc', 'Koga Electronics Co.'), (1273, '0acd', 'ID Tech'), (1274, '0ace', 'ZyDAS'), (1275, '0acf', 'Intoto, Inc.'), (1276, '0ad0', 'Intellix Corp.'), (1277, '0ad1', 'Remotec Technology, Ltd'), (1278, '0ad2', 'Service & Quality Technology Co., Ltd'), (1279, '0ada', 'Data Encryption Systems Ltd.'), (1280, '0ae3', 'Allion Computer, Inc.'), (1281, '0ae4', 'Taito Corp.'), (1282, '0ae7', 'Neodym Systems, Inc.'), (1283, '0ae8', 'System Support Co., Ltd'), (1284, '0ae9', 'North Shore Circuit Design L.L.P.'), (1285, '0aea', 'SciEssence, LLC'), (1286, '0aeb', 'TTP Communications, Ltd'), (1287, '0aec', 'Neodio Technologies Corp.'), (1288, '0af0', 'Option'), (1289, '0af6', 'Silver I Co., Ltd'), (1290, '0af7', 'B2C2, Inc.'), (1291, '0af9', 'Hama, Inc.'), (1292, '0afa', 'DMC Co., Ltd.'), (1293, '0afc', 'Zaptronix Ltd'), (1294, '0afd', 'Tateno Dennou, Inc.'), (1295, '0afe', 'Cummins Engine Co.'), (1296, '0aff', 'Jump Zone Network Products, Inc.'), (1297, '0b00', 'INGENICO'), (1298, '0b05', 'ASUSTek Computer, Inc.'), (1299, '0b0b', 'Datamax-O\'Neil'), (1300, '0b0c', 'Todos AB'), (1301, '0b0d', 'ProjectLab'), (1302, '0b0e', 'GN Netcom'), (1303, '0b0f', 'AVID Technology'), (1304, '0b10', 'Pcally'), (1305, '0b11', 'I Tech Solutions Co., Ltd'), (1306, '0b1e', 'Electronic Warfare Assoc., Inc. (EWA)'), (1307, '0b1f', 'Insyde Software Corp.'), (1308, '0b20', 'TransDimension, Inc.'), (1309, '0b21', 'Yokogawa Electric Corp.'), (1310, '0b22', 'Japan System Development Co., Ltd'), (1311, '0b23', 'Pan-Asia Electronics Co., Ltd'), (1312, '0b24', 'Link Evolution Corp.'), (1313, '0b27', 'Ritek Corp.'), (1314, '0b28', 'Kenwood Corp.'), (1315, '0b2c', 'Village Center, Inc.'), (1316, '0b30', 'PNY Technologies, Inc.'), (1317, '0b33', 'Contour Design, Inc.'), (1318, '0b37', 'Hitachi ULSI Systems Co., Ltd'), (1319, '0b38', 'Gear Head'), (1320, '0b39', 'Omnidirectional Control Technology, Inc.'), (1321, '0b3a', 'IPaxess'), (1322, '0b3b', 'Tekram Technology Co., Ltd'), (1323, '0b3c', 'Olivetti Techcenter'), (1324, '0b3e', 'Kikusui Electronics Corp.'), (1325, '0b41', 'Hal Corp.'), (1326, '0b43', 'Play.com, Inc.'), (1327, '0b47', 'Sportbug.com, Inc.'), (1328, '0b48', 'TechnoTrend AG'), (1329, '0b49', 'ASCII Corp.'), (1330, '0b4b', 'Pine Corp. Ltd.'), (1331, '0b4d', 'Graphtec America, Inc.'), (1332, '0b4e', 'Musical Electronics, Ltd'), (1333, '0b50', 'Dumpries Co., Ltd'), (1334, '0b51', 'Comfort Keyboard Co.'), (1335, '0b52', 'Colorado MicroDisplay, Inc.'), (1336, '0b54', 'Sinbon Electronics Co., Ltd'), (1337, '0b56', 'TYI Systems, Ltd'), (1338, '0b57', 'Beijing HanwangTechnology Co., Ltd'), (1339, '0b59', 'Lake Communications, Ltd'), (1340, '0b5a', 'Corel Corp.'), (1341, '0b5f', 'Green Electronics Co., Ltd'), (1342, '0b60', 'Nsine, Ltd'), (1343, '0b61', 'NEC Viewtechnology, Ltd'), (1344, '0b62', 'Orange Micro, Inc.'), (1345, '0b63', 'ADLink Technology, Inc.'), (1346, '0b64', 'Wonderful Wire Cable Co., Ltd'), (1347, '0b65', 'Expert Magnetics Corp.'), (1348, '0b66', 'Cybiko Inc.'), (1349, '0b67', 'Fairbanks Scales'), (1350, '0b69', 'CacheVision'), (1351, '0b6a', 'Maxim Integrated Products'), (1352, '0b6f', 'Nagano Japan Radio Co., Ltd'), (1353, '0b70', 'PortalPlayer, Inc.'), (1354, '0b71', 'SHIN-EI Sangyo Co., Ltd'), (1355, '0b72', 'Embedded Wireless Technology Co., Ltd'), (1356, '0b73', 'Computone Corp.'), (1357, '0b75', 'Roland DG Corp.'), (1358, '0b79', 'Sunrise Telecom, Inc.'), (1359, '0b7a', 'Zeevo, Inc.'), (1360, '0b7b', 'Taiko Denki Co., Ltd'), (1361, '0b7c', 'ITRAN Communications, Ltd'), (1362, '0b7d', 'Astrodesign, Inc.'), (1363, '0b81', 'id3 Technologies'), (1364, '0b84', 'Rextron Technology, Inc.'), (1365, '0b85', 'Elkat Electronics, Sdn., Bhd.'), (1366, '0b86', 'Exputer Systems, Inc.'), (1367, '0b87', 'Plus-One I & T, Inc.'), (1368, '0b88', 'Sigma Koki Co., Ltd, Technology Center'), (1369, '0b89', 'Advanced Digital Broadcast, Ltd'), (1370, '0b8c', 'SMART Technologies Inc.'), (1371, '0b95', 'ASIX Electronics Corp.'), (1372, '0b96', 'Sewon Telecom'), (1373, '0b97', 'O2 Micro, Inc.'), (1374, '0b98', 'Playmates Toys, Inc.'), (1375, '0b99', 'Audio International, Inc.'), (1376, '0b9b', 'Dipl.-Ing. Stefan Kunde'), (1377, '0b9d', 'Softprotec Co.'), (1378, '0b9f', 'Chippo Technologies'), (1379, '0baf', 'U.S. Robotics'), (1380, '0bb0', 'Concord Camera Corp.'), (1381, '0bb1', 'Infinilink Corp.'), (1382, '0bb2', 'Ambit Microsystems Corp.'), (1383, '0bb3', 'Ofuji Technology'), (1384, '0bb4', 'HTC (High Tech Computer Corp.)'), (1385, '0bb5', 'Murata Manufacturing Co., Ltd'), (1386, '0bb6', 'Network Alchemy'), (1387, '0bb7', 'Joytech Computer Co., Ltd'), (1388, '0bb8', 'Hitachi Semiconductor and Devices Sales Co., Ltd'), (1389, '0bb9', 'Eiger M&C Co., Ltd'), (1390, '0bba', 'ZAccess Systems'), (1391, '0bbb', 'General Meters Corp.'), (1392, '0bbc', 'Assistive Technology, Inc.'), (1393, '0bbd', 'System Connection, Inc.'), (1394, '0bc0', 'Knilink Technology, Inc.'), (1395, '0bc1', 'Fuw Yng Electronics Co., Ltd'), (1396, '0bc2', 'Seagate RSS LLC'), (1397, '0bc3', 'IPWireless, Inc.'), (1398, '0bc4', 'Microcube Corp.'), (1399, '0bc5', 'JCN Co., Ltd'), (1400, '0bc6', 'ExWAY, Inc.'), (1401, '0bc7', 'X10 Wireless Technology, Inc.'), (1402, '0bc8', 'Telmax Communications'), (1403, '0bc9', 'ECI Telecom, Ltd'), (1404, '0bca', 'Startek Engineering, Inc.'), (1405, '0bcb', 'Perfect Technic Enterprise Co., Ltd'), (1406, '0bd7', 'Andrew Pargeter & Associates'), (1407, '0bda', 'Realtek Semiconductor Corp.'), (1408, '0bdb', 'Ericsson Business Mobile Networks BV'), (1409, '0bdc', 'Y Media Corp.'), (1410, '0bdd', 'Orange PCS'), (1411, '0be2', 'Kanda Tsushin Kogyo Co., Ltd'), (1412, '0be3', 'TOYO Corp.'), (1413, '0be4', 'Elka International, Ltd'), (1414, '0be5', 'DOME imaging systems, Inc.'), (1415, '0be6', 'Dong Guan Humen Wonderful Wire Cable Factory'), (1416, '0bed', 'MEI'), (1417, '0bee', 'LTK Industries, Ltd'), (1418, '0bef', 'Way2Call Communications'), (1419, '0bf0', 'Pace Micro Technology PLC'), (1420, '0bf1', 'Intracom S.A.'), (1421, '0bf2', 'Konexx'), (1422, '0bf6', 'Addonics Technologies, Inc.'), (1423, '0bf7', 'Sunny Giken, Inc.'), (1424, '0bf8', 'Fujitsu Siemens Computers'), (1425, '0bfb', 'Grass Valley Group'), (1426, '0bfd', 'Kvaser AB'), (1427, '0c00', 'FireFly Mouse Mat'), (1428, '0c04', 'MOTO Development Group, Inc.'), (1429, '0c05', 'Appian Graphics'), (1430, '0c06', 'Hasbro Games, Inc.'), (1431, '0c07', 'Infinite Data Storage, Ltd'), (1432, '0c08', 'Agate'), (1433, '0c09', 'Comjet Information System'), (1434, '0c0a', 'Highpoint Technologies, Inc.'), (1435, '0c0b', 'Dura Micro, Inc. (Acomdata)'), (1436, '0c12', 'Zeroplus'), (1437, '0c15', 'Iris Graphics'), (1438, '0c16', 'Gyration, Inc.'), (1439, '0c17', 'Cyberboard A/S'), (1440, '0c18', 'SynerTek Korea, Inc.'), (1441, '0c19', 'cyberPIXIE, Inc.'), (1442, '0c1a', 'Silicon Motion, Inc.'), (1443, '0c1b', 'MIPS Technologies'), (1444, '0c1c', 'Hang Zhou Silan Electronics Co., Ltd'), (1445, '0c1f', 'Magicard'), (1446, '0c22', 'Tally Printer Corp.'), (1447, '0c23', 'Lernout + Hauspie'), (1448, '0c24', 'Taiyo Yuden'), (1449, '0c25', 'Sampo Corp.'), (1450, '0c26', 'Prolific Technology Inc.'), (1451, '0c27', 'RFIDeas, Inc'), (1452, '0c2e', 'Metrologic Instruments'), (1453, '0c30', 'Mutoh Industries Ltd'), (1454, '0c35', 'Eagletron, Inc.'), (1455, '0c36', 'E Ink Corp.'), (1456, '0c37', 'e.Digital'), (1457, '0c38', 'Der An Electric Wire & Cable Co., Ltd'), (1458, '0c39', 'IFR'), (1459, '0c3a', 'Furui Precise Component (Kunshan) Co., Ltd'), (1460, '0c3b', 'Komatsu, Ltd'), (1461, '0c3c', 'Radius Co., Ltd'), (1462, '0c3d', 'Innocom, Inc.'), (1463, '0c3e', 'Nextcell, Inc.'), (1464, '0c40', 'ELMCU'), (1465, '0c44', 'Motorola iDEN'), (1466, '0c45', 'Microdia'), (1467, '0c46', 'WaveRider Communications, Inc.'), (1468, '0c4a', 'ALGE-TIMING GmbH'), (1469, '0c4b', 'Reiner SCT Kartensysteme GmbH'), (1470, '0c4c', 'Needham\'s Electronics'), (1471, '0c52', 'Sealevel Systems, Inc.'), (1472, '0c53', 'ViewPLUS, Inc.'), (1473, '0c54', 'Glory, Ltd'), (1474, '0c55', 'Spectrum Digital, Inc.'), (1475, '0c56', 'Billion Bright, Ltd'), (1476, '0c57', 'Imaginative Design Operation Co., Ltd'), (1477, '0c58', 'Vidar Systems Corp.'), (1478, '0c59', 'Dong Guan Shinko Wire Co., Ltd'), (1479, '0c5a', 'TRS International Mfg., Inc.'), (1480, '0c5e', 'Xytronix Research & Design'), (1481, '0c60', 'Apogee Electronics Corp.'), (1482, '0c62', 'Chant Sincere Co., Ltd'), (1483, '0c63', 'Toko, Inc.'), (1484, '0c64', 'Signality System Engineering Co., Ltd'), (1485, '0c65', 'Eminence Enterprise Co., Ltd'), (1486, '0c66', 'Rexon Electronics Corp.'), (1487, '0c67', 'Concept Telecom, Ltd'), (1488, '0c6a', 'ACS'), (1489, '0c6c', 'JETI Technische Instrumente GmbH'), (1490, '0c70', 'MCT Elektronikladen'), (1491, '0c72', 'PEAK System'), (1492, '0c74', 'Optronic Laboratories Inc.'), (1493, '0c76', 'JMTek, LLC.'), (1494, '0c77', 'Sipix Group, Ltd'), (1495, '0c78', 'Detto Corp.'), (1496, '0c79', 'NuConnex Technologies Pte., Ltd'), (1497, '0c7a', 'Wing-Span Enterprise Co., Ltd'), (1498, '0c86', 'NDA Technologies, Inc.'), (1499, '0c88', 'Kyocera Wireless Corp.'), (1500, '0c89', 'Honda Tsushin Kogyo Co., Ltd'), (1501, '0c8a', 'Pathway Connectivity, Inc.'), (1502, '0c8b', 'Wavefly Corp.'), (1503, '0c8c', 'Coactive Networks'), (1504, '0c8d', 'Tempo'), (1505, '0c8e', 'Cesscom Co., Ltd'), (1506, '0c8f', 'Applied Microsystems'), (1507, '0c94', 'Cryptera'), (1508, '0c98', 'Berkshire Products, Inc.'), (1509, '0c99', 'Innochips Co., Ltd'), (1510, '0c9a', 'Hanwool Robotics Corp.'), (1511, '0c9b', 'Jobin Yvon, Inc.'), (1512, '0c9c', 'Brand Innovators BV'), (1513, '0c9d', 'SemTek'), (1514, '0ca2', 'Zyfer'), (1515, '0ca3', 'Sega Corp.'), (1516, '0ca4', 'ST&T Instrument Corp.'), (1517, '0ca5', 'BAE Systems Canada, Inc.'), (1518, '0ca6', 'Castles Technology Co., Ltd'), (1519, '0ca7', 'Information Systems Laboratories'), (1520, '0caa', 'Allied Telesis KK.'), (1521, '0cad', 'Motorola CGISS'), (1522, '0cae', 'Ascom Business Systems, Ltd'), (1523, '0caf', 'Buslink'), (1524, '0cb0', 'Flying Pig Systems'), (1525, '0cb1', 'Innovonics, Inc.'), (1526, '0cb6', 'Celestix Networks, Pte., Ltd'), (1527, '0cb7', 'Singatron Enterprise Co., Ltd'), (1528, '0cb8', 'Opticis Co., Ltd'), (1529, '0cba', 'Trust Electronic (Shanghai) Co., Ltd'), (1530, '0cbb', 'Shanghai Darong Electronics Co., Ltd'), (1531, '0cbc', 'Palmax Technology Co., Ltd'), (1532, '0cbd', 'Pentel Co., Ltd (Electronics Equipment Div.)'), (1533, '0cbe', 'Keryx Technologies, Inc.'), (1534, '0cbf', 'Union Genius Computer Co., Ltd'), (1535, '0cc0', 'Kuon Yi Industrial Corp.'), (1536, '0cc1', 'Given Imaging, Ltd'), (1537, '0cc2', 'Timex Corp.'), (1538, '0cc3', 'Rimage Corp.'), (1539, '0cc4', 'emsys GmbH'), (1540, '0cc5', 'Sendo'), (1541, '0cc6', 'Intermagic Corp.'), (1542, '0cc8', 'Technotools Corp.'), (1543, '0cc9', 'BroadMAX Technologies, Inc.'), (1544, '0cca', 'Amphenol'), (1545, '0ccb', 'SKNet Co., Ltd'), (1546, '0ccc', 'Domex Technology Corp.'), (1547, '0ccd', 'TerraTec Electronic GmbH'), (1548, '0cd4', 'Bang Olufsen'), (1549, '0cd5', 'LabJack Corporation'), (1550, '0cd6', 'Scheidt & Bachmann'), (1551, '0cd7', 'NewChip S.r.l.'), (1552, '0cd8', 'JS Digitech, Inc.'), (1553, '0cd9', 'Hitachi Shin Din Cable, Ltd'), (1554, '0cde', 'Z-Com'), (1555, '0ce5', 'Validation Technologies International'), (1556, '0ce9', 'Pico Technology'), (1557, '0cf1', 'e-Conn Electronic Co., Ltd'), (1558, '0cf2', 'ENE Technology, Inc.'), (1559, '0cf3', 'Qualcomm Atheros Communications'), (1560, '0cf4', 'Fomtex Corp.'), (1561, '0cf5', 'Cellink Co., Ltd'), (1562, '0cf6', 'Compucable Corp.'), (1563, '0cf7', 'ishoni Networks'), (1564, '0cf8', 'Clarisys, Inc.'), (1565, '0cf9', 'Central System Research Co., Ltd'), (1566, '0cfa', 'Inviso, Inc.'), (1567, '0cfc', 'Minolta-QMS, Inc.'), (1568, '0cff', 'SAFA MEDIA Co., Ltd.'), (1569, '0d06', 'telos EDV Systementwicklung GmbH'), (1570, '0d08', 'UTStarcom'), (1571, '0d0b', 'Contemporary Controls'), (1572, '0d0c', 'Astron Electronics Co., Ltd'), (1573, '0d0d', 'MKNet Corp.'), (1574, '0d0e', 'Hybrid Networks, Inc.'), (1575, '0d0f', 'Feng Shin Cable Co., Ltd'), (1576, '0d10', 'Elastic Networks'), (1577, '0d11', 'Maspro Denkoh Corp.'), (1578, '0d12', 'Hansol Electronics, Inc.'), (1579, '0d13', 'BMF Corp.'), (1580, '0d14', 'Array Comm, Inc.'), (1581, '0d15', 'OnStream b.v.'), (1582, '0d16', 'Hi-Touch Imaging Technologies Co., Ltd'), (1583, '0d17', 'NALTEC, Inc.'), (1584, '0d18', 'coaXmedia'), (1585, '0d19', 'Hank Connection Industrial Co., Ltd'), (1586, '0d28', 'NXP'), (1587, '0d2f', 'Andamiro'), (1588, '0d32', 'Leo Hui Electric Wire & Cable Co., Ltd'), (1589, '0d33', 'AirSpeak, Inc.'), (1590, '0d34', 'Rearden Steel Technologies'), (1591, '0d35', 'Dah Kun Co., Ltd'), (1592, '0d3a', 'Posiflex Technologies, Inc.'), (1593, '0d3c', 'Sri Cable Technology, Ltd'), (1594, '0d3d', 'Tangtop Technology Co., Ltd'), (1595, '0d3e', 'Fitcom, inc.'), (1596, '0d3f', 'MTS Systems Corp.'), (1597, '0d40', 'Ascor, Inc.'), (1598, '0d41', 'Ta Yun Terminals Industrial Co., Ltd'), (1599, '0d42', 'Full Der Co., Ltd'), (1600, '0d46', 'Kobil Systems GmbH'), (1601, '0d48', 'Promethean Limited'), (1602, '0d49', 'Maxtor'), (1603, '0d4a', 'NF Corp.'), (1604, '0d4b', 'Grape Systems, Inc.'), (1605, '0d4c', 'Tedas AG'), (1606, '0d4d', 'Coherent, Inc.'), (1607, '0d4e', 'Agere Systems Netherland BV'), (1608, '0d4f', 'EADS Airbus France'), (1609, '0d50', 'Cleware GmbH'), (1610, '0d51', 'Volex (Asia) Pte., Ltd'), (1611, '0d53', 'HMI Co., Ltd'), (1612, '0d54', 'Holon Corp.'), (1613, '0d55', 'ASKA Technologies, Inc.'), (1614, '0d56', 'AVLAB Technology, Inc.'), (1615, '0d57', 'Solomon Microtech, Ltd'), (1616, '0d59', 'TRC Simulators b.v.'), (1617, '0d5c', 'SMC Networks, Inc.'), (1618, '0d5e', 'Myacom, Ltd'), (1619, '0d5f', 'CSI, Inc.'), (1620, '0d60', 'IVL Technologies, Ltd'), (1621, '0d61', 'Meilu Electronics (Shenzhen) Co., Ltd'), (1622, '0d62', 'Darfon Electronics Corp.'), (1623, '0d63', 'Fritz Gegauf AG'), (1624, '0d64', 'DXG Technology Corp.'), (1625, '0d65', 'KMJP Co., Ltd'), (1626, '0d66', 'TMT'), (1627, '0d67', 'Advanet, Inc.'), (1628, '0d68', 'Super Link Electronics Co., Ltd'), (1629, '0d69', 'NSI'), (1630, '0d6a', 'Megapower International Corp.'), (1631, '0d6b', 'And-Or Logic'), (1632, '0d70', 'Try Computer Co., Ltd'), (1633, '0d71', 'Hirakawa Hewtech Corp.'), (1634, '0d72', 'Winmate Communication, Inc.'), (1635, '0d73', 'Hit\'s Communications, Inc.'), (1636, '0d76', 'MFP Korea, Inc.'), (1637, '0d77', 'Power Sentry/Newpoint'), (1638, '0d78', 'Japan Distributor Corp.'), (1639, '0d7a', 'MARX Datentechnik GmbH'), (1640, '0d7b', 'Wellco Technology Co., Ltd'), (1641, '0d7c', 'Taiwan Line Tek Electronic Co., Ltd'), (1642, '0d7d', 'Phison Electronics Corp.'), (1643, '0d7e', 'American Computer & Digital Components'), (1644, '0d7f', 'Essential Reality LLC'), (1645, '0d80', 'H.R. Silvine Electronics, Inc.'), (1646, '0d81', 'TechnoVision'), (1647, '0d83', 'Think Outside, Inc.'), (1648, '0d87', 'Dolby Laboratories Inc.'), (1649, '0d89', 'Oz Software'), (1650, '0d8a', 'King Jim Co., Ltd'), (1651, '0d8b', 'Ascom Telecommunications, Ltd'), (1652, '0d8c', 'C-Media Electronics, Inc.'), (1653, '0d8d', 'Promotion & Display Technology, Ltd'), (1654, '0d8e', 'Global Sun Technology, Inc.'), (1655, '0d8f', 'Pitney Bowes'), (1656, '0d90', 'Sure-Fire Electrical Corp.'), (1657, '0d96', 'Skanhex Technology, Inc.'), (1658, '0d97', 'Santa Barbara Instrument Group'), (1659, '0d98', 'Mars Semiconductor Corp.'), (1660, '0d99', 'Trazer Technologies, Inc.'), (1661, '0d9a', 'RTX AS'), (1662, '0d9b', 'Tat Shing Electrical Co.'), (1663, '0d9c', 'Chee Chen Hi-Technology Co., Ltd'), (1664, '0d9d', 'Sanwa Supply, Inc.'), (1665, '0d9e', 'Avaya'), (1666, '0d9f', 'Powercom Co., Ltd'), (1667, '0da0', 'Danger Research'), (1668, '0da1', 'Suzhou Peter\'s Precise Industrial Co., Ltd'), (1669, '0da2', 'Land Instruments International, Ltd'), (1670, '0da3', 'Nippon Electro-Sensory Devices Corp.'), (1671, '0da4', 'Polar Electro Oy'), (1672, '0da7', 'IOGear, Inc.'), (1673, '0da8', 'softDSP Co., Ltd'), (1674, '0dab', 'Cubig Group'), (1675, '0dad', 'Westover Scientific'), (1676, '0db0', 'Micro Star International'), (1677, '0db1', 'Wen Te Electronics Co., Ltd'), (1678, '0db2', 'Shian Hwi Plug Parts, Plastic Factory'), (1679, '0db3', 'Tekram Technology Co., Ltd'), (1680, '0db4', 'Chung Fu Chen Yeh Enterprise Corp.'), (1681, '0db5', 'Access IS'), (1682, '0db7', 'ELCON Systemtechnik'), (1683, '0dba', 'Digidesign'), (1684, '0dbc', 'A&D Medical'), (1685, '0dbe', 'Jiuh Shiuh Precision Industry Co., Ltd'), (1686, '0dbf', 'Jess-Link International'), (1687, '0dc0', 'G7 Solutions (formerly Great Notions)'), (1688, '0dc1', 'Tamagawa Seiki Co., Ltd'), (1689, '0dc3', 'Athena Smartcard Solutions, Inc.'), (1690, '0dc4', 'inXtron, Inc.'), (1691, '0dc5', 'SDK Co., Ltd'), (1692, '0dc6', 'Precision Squared Technology Corp.'), (1693, '0dc7', 'First Cable Line, Inc.'), (1694, '0dcd', 'NetworkFab Corp.'), (1695, '0dd0', 'Access Solutions'), (1696, '0dd1', 'Contek Electronics Co., Ltd'), (1697, '0dd2', 'Power Quotient International Co., Ltd'), (1698, '0dd3', 'MediaQ'), (1699, '0dd4', 'Custom Engineering SPA'), (1700, '0dd5', 'California Micro Devices'), (1701, '0dd7', 'Kocom Co., Ltd'), (1702, '0dd8', 'Netac Technology Co., Ltd'), (1703, '0dd9', 'HighSpeed Surfing'), (1704, '0dda', 'Integrated Circuit Solution, Inc.'), (1705, '0ddb', 'Tamarack, Inc.'), (1706, '0ddd', 'Datelink Technology Co., Ltd'), (1707, '0dde', 'Ubicom, Inc.'), (1708, '0de0', 'BD Consumer Healthcare'), (1709, '0de7', 'USBmicro'), (1710, '0dea', 'UTECH Electronic (D.G.) Co., Ltd.'), (1711, '0ded', 'Novasonics'), (1712, '0dee', 'Lifetime Memory Products'), (1713, '0def', 'Full Rise Electronic Co., Ltd'), (1714, '0df4', 'NET&SYS'), (1715, '0df6', 'Sitecom Europe B.V.'), (1716, '0df7', 'Mobile Action Technology, Inc.'), (1717, '0dfa', 'Toyo Communication Equipment Co., Ltd'), (1718, '0dfc', 'GeneralTouch Technology Co., Ltd'), (1719, '0e03', 'Nippon Systemware Co., Ltd'), (1720, '0e08', 'Winbest Technology Co., Ltd'), (1721, '0e0b', 'Amigo Technology Inc.'), (1722, '0e0c', 'Gesytec'), (1723, '0e0d', 'PicoQuant GmbH'), (1724, '0e0f', 'VMware, Inc.'), (1725, '0e16', 'JMTek, LLC'), (1726, '0e17', 'Walex Electronic, Ltd'), (1727, '0e1a', 'Unisys'), (1728, '0e1b', 'Crewave'), (1729, '0e1e', 'Green Hills Software'), (1730, '0e20', 'Pegasus Technologies Ltd.'), (1731, '0e21', 'Cowon Systems, Inc.'), (1732, '0e22', 'Symbian Ltd.'), (1733, '0e23', 'Liou Yuane Enterprise Co., Ltd'), (1734, '0e25', 'VinChip Systems, Inc.'), (1735, '0e26', 'J-Phone East Co., Ltd'), (1736, '0e30', 'HeartMath LLC'), (1737, '0e34', 'Micro Computer Control Corp.'), (1738, '0e35', '3Pea Technologies, Inc.'), (1739, '0e36', 'TiePie engineering'), (1740, '0e38', 'Stratitec, Inc.'), (1741, '0e39', 'Smart Modular Technologies, Inc.'), (1742, '0e3a', 'Neostar Technology Co., Ltd'), (1743, '0e3b', 'Mansella, Ltd'), (1744, '0e41', 'Line6, Inc.'), (1745, '0e44', 'Sun-Riseful Technology Co., Ltd.'), (1746, '0e48', 'Julia Corp., Ltd'), (1747, '0e4a', 'Shenzhen Bao Hing Electric Wire & Cable Mfr. Co.'), (1748, '0e4c', 'Radica Games, Ltd'), (1749, '0e50', 'TechnoData Interware'), (1750, '0e55', 'Speed Dragon Multimedia, Ltd'), (1751, '0e56', 'Kingston Technology Company, Inc.'), (1752, '0e5a', 'Active Co., Ltd'), (1753, '0e5b', 'Union Power Information Industrial Co., Ltd'), (1754, '0e5c', 'Bitland Information Technology Co., Ltd'), (1755, '0e5d', 'Neltron Industrial Co., Ltd'), (1756, '0e5e', 'Conwise Technology Co., Ltd.'), (1757, '0e66', 'Hawking Technologies'), (1758, '0e67', 'Fossil, Inc.'), (1759, '0e6a', 'Megawin Technology Co., Ltd'), (1760, '0e6f', 'Logic3'), (1761, '0e70', 'Tokyo Electronic Industry Co., Ltd'), (1762, '0e72', 'Hsi-Chin Electronics Co., Ltd'), (1763, '0e75', 'TVS Electronics, Ltd'), (1764, '0e79', 'Archos, Inc.'), (1765, '0e7b', 'On-Tech Industry Co., Ltd'), (1766, '0e7e', 'Gmate, Inc.'), (1767, '0e82', 'Ching Tai Electric Wire & Cable Co., Ltd'), (1768, '0e83', 'Shin An Wire & Cable Co.'), (1769, '0e8c', 'Well Force Electronic Co., Ltd'), (1770, '0e8d', 'MediaTek Inc.'), (1771, '0e8f', 'GreenAsia Inc.'), (1772, '0e90', 'WiebeTech, LLC'), (1773, '0e91', 'VTech Engineering Canada, Ltd'), (1774, '0e92', 'C\'s Glory Enterprise Co., Ltd'), (1775, '0e93', 'eM Technics Co., Ltd'), (1776, '0e95', 'Future Technology Co., Ltd'), (1777, '0e96', 'Aplux Communications, Ltd'), (1778, '0e97', 'Fingerworks, Inc.'), (1779, '0e98', 'Advanced Analogic Technologies, Inc.'), (1780, '0e99', 'Parallel Dice Co., Ltd'), (1781, '0e9a', 'TA HSING Industries, Ltd'), (1782, '0e9b', 'ADTEC Corp.'), (1783, '0e9c', 'Streamzap, Inc.'), (1784, '0e9f', 'Tamura Corp.'), (1785, '0ea0', 'Ours Technology, Inc.'), (1786, '0ea6', 'Nihon Computer Co., Ltd'), (1787, '0ea7', 'MSL Enterprises Corp.'), (1788, '0ea8', 'CenDyne, Inc.'), (1789, '0ead', 'Humax Co., Ltd'), (1790, '0eb0', 'NovaTech'), (1791, '0eb1', 'WIS Technologies, Inc.'), (1792, '0eb2', 'Y-S Electronic Co., Ltd'), (1793, '0eb3', 'Saint Technology Corp.'), (1794, '0eb7', 'Endor AG'), (1795, '0eb8', 'Mettler Toledo'), (1796, '0ebb', 'Thermo Fisher Scientific'), (1797, '0ebe', 'VWeb Corp.'), (1798, '0ebf', 'Omega Technology of Taiwan, Inc.'), (1799, '0ec0', 'LHI Technology (China) Co., Ltd'), (1800, '0ec1', 'Abit Computer Corp.'), (1801, '0ec2', 'Sweetray Industrial, Ltd'), (1802, '0ec3', 'Axell Co., Ltd'), (1803, '0ec4', 'Ballracing Developments, Ltd'), (1804, '0ec5', 'GT Information System Co., Ltd'), (1805, '0ec6', 'InnoVISION Multimedia, Ltd'), (1806, '0ec7', 'Theta Link Corp.'), (1807, '0ecd', 'Lite-On IT Corp.'), (1808, '0ece', 'TaiSol Electronics Co., Ltd'), (1809, '0ecf', 'Phogenix Imaging, LLC'), (1810, '0ed1', 'WinMaxGroup'), (1811, '0ed2', 'Kyoto Micro Computer Co., Ltd'), (1812, '0ed3', 'Wing-Tech Enterprise Co., Ltd'), (1813, '0ed5', 'Fiberbyte'), (1814, '0eda', 'Noriake Itron Corp.'), (1815, '0edf', 'e-MDT Co., Ltd'), (1816, '0ee0', 'Shima Seiki Mfg., Ltd'), (1817, '0ee1', 'Sarotech Co., Ltd'), (1818, '0ee2', 'AMI Semiconductor, Inc.'), (1819, '0ee3', 'ComTrue Technology Corp.'), (1820, '0ee4', 'Sunrich Technology, Ltd'), (1821, '0eee', 'Digital Stream Technology, Inc.'), (1822, '0eef', 'D-WAV Scientific Co., Ltd'), (1823, '0ef0', 'Hitachi Cable, Ltd'), (1824, '0ef1', 'Aichi Micro Intelligent Corp.'), (1825, '0ef2', 'I/O Magic Corp.'), (1826, '0ef3', 'Lynn Products, Inc.'), (1827, '0ef4', 'DSI Datotech'), (1828, '0ef5', 'PointChips'), (1829, '0ef6', 'Yield Microelectronics Corp.'), (1830, '0ef7', 'SM Tech Co., Ltd (Tulip)'), (1831, '0efd', 'Oasis Semiconductor'), (1832, '0efe', 'Wem Technology, Inc.'), (1833, '0f03', 'Unitek UPS Systems'), (1834, '0f06', 'Visual Frontier Enterprise Co., Ltd'), (1835, '0f08', 'CSL Wire & Plug (Shen Zhen) Co.'), (1836, '0f0c', 'CAS Corp.'), (1837, '0f0d', 'Hori Co., Ltd'), (1838, '0f0e', 'Energy Full Corp.'), (1839, '0f0f', 'Silego Technology Inc'), (1840, '0f11', 'LD Didactic GmbH'), (1841, '0f12', 'Mars Engineering Corp.'), (1842, '0f13', 'Acetek Technology Co., Ltd'), (1843, '0f14', 'Ingenico'), (1844, '0f18', 'Finger Lakes Instrumentation'), (1845, '0f19', 'Oracom Co., Ltd'), (1846, '0f1b', 'Onset Computer Corp.'), (1847, '0f1c', 'Funai Electric Co., Ltd'), (1848, '0f1d', 'Iwill Corp.'), (1849, '0f21', 'IOI Technology Corp.'), (1850, '0f22', 'Senior Industries, Inc.'), (1851, '0f23', 'Leader Tech Manufacturer Co., Ltd'), (1852, '0f24', 'Flex-P Industries, Snd., Bhd.'), (1853, '0f2d', 'ViPower, Inc.'), (1854, '0f2e', 'Geniality Maple Technology Co., Ltd'), (1855, '0f2f', 'Priva Design Services'), (1856, '0f30', 'Jess Technology Co., Ltd'), (1857, '0f31', 'Chrysalis Development'), (1858, '0f32', 'YFC-BonEagle Electric Co., Ltd'), (1859, '0f37', 'Kokuyo Co., Ltd'), (1860, '0f38', 'Nien-Yi Industrial Corp.'), (1861, '0f39', 'TG3 Electronics'), (1862, '0f3d', 'Airprime, Incorporated'), (1863, '0f41', 'RDC Semiconductor Co., Ltd'), (1864, '0f42', 'Nital Consulting Services, Inc.'), (1865, '0f44', 'Polhemus'), (1866, '0f49', 'Evolis SA'), (1867, '0f4b', 'St. John Technology Co., Ltd'), (1868, '0f4c', 'WorldWide Cable Opto Corp.'), (1869, '0f4d', 'Microtune, Inc.'), (1870, '0f4e', 'Freedom Scientific'), (1871, '0f52', 'Wing Key Electrical Co., Ltd'), (1872, '0f53', 'Dongguan White Horse Cable Factory, Ltd'), (1873, '0f54', 'Kawai Musical Instruments Mfg. Co., Ltd'), (1874, '0f55', 'AmbiCom, Inc.'), (1875, '0f5c', 'Prairiecomm, Inc.'), (1876, '0f5d', 'NewAge International, LLC'), (1877, '0f5f', 'Key Technology Corp.'), (1878, '0f60', 'NTK, Ltd'), (1879, '0f61', 'Varian, Inc.'), (1880, '0f62', 'Acrox Technologies Co., Ltd'), (1881, '0f63', 'LeapFrog Enterprises'), (1882, '0f68', 'Kobe Steel, Ltd'), (1883, '0f69', 'Dionex Corp.'), (1884, '0f6a', 'Vibren Technologies, Inc.'), (1885, '0f6e', 'INTELLIGENT SYSTEMS'), (1886, '0f73', 'DFI'), (1887, '0f78', 'Guntermann & Drunck GmbH'), (1888, '0f7c', 'DQ Technology, Inc.'), (1889, '0f7d', 'NetBotz, Inc.'), (1890, '0f7e', 'Fluke Corp.'), (1891, '0f88', 'VTech Holdings, Ltd'), (1892, '0f8b', 'Yazaki Corp.'), (1893, '0f8c', 'Young Generation International Corp.'), (1894, '0f8d', 'Uniwill Computer Corp.'), (1895, '0f8e', 'Kingnet Technology Co., Ltd'), (1896, '0f8f', 'Soma Networks'), (1897, '0f97', 'CviLux Corp.'), (1898, '0f98', 'CyberBank Corp.'), (1899, '0f9c', 'Hyun Won, Inc.'), (1900, '0f9e', 'Lucent Technologies'), (1901, '0fa3', 'Starconn Electronic Co., Ltd'), (1902, '0fa4', 'ATL Technology'), (1903, '0fa5', 'Sotec Co., Ltd'), (1904, '0fa7', 'Epox Computer Co., Ltd'), (1905, '0fa8', 'Logic Controls, Inc.'), (1906, '0faf', 'Winpoint Electronic Corp.'), (1907, '0fb0', 'Haurtian Wire & Cable Co., Ltd'), (1908, '0fb1', 'Inclose Design, Inc.'), (1909, '0fb2', 'Juan-Chern Industrial Co., Ltd'), (1910, '0fb6', 'Heber Ltd'), (1911, '0fb8', 'Wistron Corp.'), (1912, '0fb9', 'AACom Corp.'), (1913, '0fba', 'San Shing Electronics Co., Ltd'), (1914, '0fbb', 'Bitwise Systems, Inc.'), (1915, '0fc1', 'Mitac Internatinal Corp.'), (1916, '0fc2', 'Plug and Jack Industrial, Inc.'), (1917, '0fc5', 'Delcom Engineering'), (1918, '0fc6', 'Dataplus Supplies, Inc.'), (1919, '0fca', 'Research In Motion, Ltd.'), (1920, '0fce', 'Sony Ericsson Mobile Communications AB'), (1921, '0fcf', 'Dynastream Innovations, Inc.'), (1922, '0fd0', 'Tulip Computers B.V.'), (1923, '0fd1', 'Giant Electronics Ltd.'), (1924, '0fd2', 'Seac Banche'), (1925, '0fd4', 'Tenovis GmbH & Co., KG'), (1926, '0fd5', 'Direct Access Technology, Inc.'), (1927, '0fd9', 'Elgato Systems GmbH'), (1928, '0fda', 'Quantec Networks GmbH'), (1929, '0fdc', 'Micro Plus'), (1930, '0fde', 'Oregon Scientific'), (1931, '0fe0', 'Osterhout Design Group'), (1932, '0fe2', 'Air Techniques'), (1933, '0fe4', 'IN-Tech Electronics, Ltd'), (1934, '0fe5', 'Greenconn (U.S.A.), Inc.'), (1935, '0fe6', 'ICS Advent'), (1936, '0fe9', 'DVICO'), (1937, '0fea', 'United Computer Accessories'), (1938, '0feb', 'CRS Electronic Co., Ltd'), (1939, '0fec', 'UMC Electronics Co., Ltd'), (1940, '0fed', 'Access Co., Ltd'), (1941, '0fee', 'Xsido Corp.'), (1942, '0fef', 'MJ Research, Inc.'), (1943, '0ff6', 'Core Valley Co., Ltd'), (1944, '0ff7', 'CHI SHING Computer Accessories Co., Ltd'), (1945, '0ffc', 'Clavia DMI AB'), (1946, '0ffd', 'EarlySense'), (1947, '0fff', 'Aopen, Inc.'), (1948, '1000', 'Speed Tech Corp.'), (1949, '1001', 'Ritronics Components (S) Pte., Ltd'), (1950, '1003', 'Sigma Corp.'), (1951, '1004', 'LG Electronics, Inc.'), (1952, '1005', 'Apacer Technology, Inc.'), (1953, '1006', 'iRiver, Ltd.'), (1954, '1009', 'Emuzed, Inc.'), (1955, '100a', 'AV Chaseway, Ltd'), (1956, '100b', 'Chou Chin Industrial Co., Ltd'), (1957, '100d', 'Netopia, Inc.'), (1958, '1010', 'Fukuda Denshi Co., Ltd'), (1959, '1011', 'Mobile Media Tech.'), (1960, '1012', 'SDKM Fibres, Wires & Cables Berhad'), (1961, '1013', 'TST-Touchless Sensor Technology AG'), (1962, '1014', 'Densitron Technologies PLC'), (1963, '1015', 'Softronics Pty., Ltd'), (1964, '1016', 'Xiamen Hung\'s Enterprise Co., Ltd'), (1965, '1017', 'Speedy Industrial Supplies, Pte., Ltd'), (1966, '1019', 'Elitegroup Computer Systems (ECS)'), (1967, '1020', 'Labtec'), (1968, '1022', 'Shinko Shoji Co., Ltd'), (1969, '1025', 'Hyper-Paltek'), (1970, '1026', 'Newly Corp.'), (1971, '1027', 'Time Domain'), (1972, '1028', 'Inovys Corp.'), (1973, '1029', 'Atlantic Coast Telesys'), (1974, '102a', 'Ramos Technology Co., Ltd'), (1975, '102b', 'Infotronic America, Inc.'), (1976, '102c', 'Etoms Electronics Corp.'), (1977, '102d', 'Winic Corp.'), (1978, '1031', 'Comax Technology, Inc.'), (1979, '1032', 'C-One Technology Corp.'), (1980, '1033', 'Nucam Corp.'), (1981, '1038', 'SteelSeries ApS'), (1982, '1039', 'devolo AG'), (1983, '103a', 'PSA'), (1984, '103d', 'Stanton'), (1985, '1043', 'iCreate Technologies Corp.'), (1986, '1044', 'Chu Yuen Enterprise Co., Ltd'), (1987, '1046', 'Winbond Electronics Corp. [hex]'), (1988, '1048', 'Targus Group International'), (1989, '104b', 'Mylex / Buslogic'), (1990, '104c', 'AMCO TEC International, Inc.'), (1991, '104d', 'Newport Corporation'), (1992, '104f', 'WB Electronics'), (1993, '1050', 'Yubico.com'), (1994, '1053', 'Immanuel Electronics Co., Ltd'), (1995, '1054', 'BMS International Beheer N.V.'), (1996, '1055', 'Complex Micro Interconnection Co., Ltd'), (1997, '1056', 'Hsin Chen Ent Co., Ltd'), (1998, '1057', 'ON Semiconductor'), (1999, '1058', 'Western Digital Technologies, Inc.'), (2000, '1059', 'Giesecke & Devrient GmbH'), (2001, '105b', 'Foxconn International, Inc.'), (2002, '105c', 'Hong Ji Electric Wire & Cable (Dongguan) Co., Ltd'), (2003, '105d', 'Delkin Devices, Inc.'), (2004, '105e', 'Valence Semiconductor Design, Ltd'), (2005, '105f', 'Chin Shong Enterprise Co., Ltd'), (2006, '1060', 'Easthome Industrial Co., Ltd'), (2007, '1063', 'Motorola Electronics Taiwan, Ltd [hex]'), (2008, '1065', 'CCYU Technology'), (2009, '1068', 'Micropi Elettronica'), (2010, '106a', 'Loyal Legend, Ltd'), (2011, '106c', 'Curitel Communications, Inc.'), (2012, '106d', 'San Chieh Manufacturing, Ltd'), (2013, '106e', 'ConectL'), (2014, '106f', 'Money Controls'), (2015, '1076', 'GCT Semiconductor, Inc.'), (2016, '107b', 'Gateway, Inc.'), (2017, '107d', 'Arlec Australia, Ltd'), (2018, '107e', 'Midoriya Electric Co., Ltd'), (2019, '107f', 'KidzMouse, Inc.'), (2020, '1082', 'Shin-Etsukaken Co., Ltd'), (2021, '1083', 'Canon Electronics, Inc.'), (2022, '1084', 'Pantech Co., Ltd'), (2023, '108a', 'Chloride Power Protection'), (2024, '108b', 'Grand-tek Technology Co., Ltd'), (2025, '108c', 'Robert Bosch GmbH'), (2026, '108e', 'Lotes Co., Ltd.'), (2027, '1091', 'Numerik Jena'), (2028, '1099', 'Surface Optics Corp.'), (2029, '109a', 'DATASOFT Systems GmbH'), (2030, '109b', 'Hisense'), (2031, '109f', 'eSOL Co., Ltd'), (2032, '10a0', 'Hirotech, Inc.'), (2033, '10a3', 'Mitsubishi Materials Corp.'), (2034, '10a9', 'SK Teletech Co., Ltd'), (2035, '10aa', 'Cables To Go'), (2036, '10ab', 'USI Co., Ltd'), (2037, '10ac', 'Honeywell, Inc.'), (2038, '10ae', 'Princeton Technology Corp.'), (2039, '10af', 'Liebert Corp.'), (2040, '10b5', 'Comodo (PLX?)'), (2041, '10b8', 'DiBcom'), (2042, '10bb', 'TM Technology, Inc.'), (2043, '10bc', 'Dinging Technology Co., Ltd'), (2044, '10bd', 'TMT Technology, Inc.'), (2045, '10bf', 'SmartHome'), (2046, '10c3', 'Universal Laser Systems, Inc.'), (2047, '10c4', 'Silicon Labs'), (2048, '10c5', 'Sanei Electric, Inc.'), (2049, '10c6', 'Intec, Inc.'), (2050, '10cb', 'Eratech'), (2051, '10cc', 'GBM Connector Co., Ltd'), (2052, '10cd', 'Kycon, Inc.'), (2053, '10ce', 'Silicon Labs'), (2054, '10cf', 'Velleman Components, Inc.'), (2055, '10d1', 'Hottinger Baldwin Measurement'), (2056, '10d2', 'RayComposer - R. Adams'), (2057, '10d4', 'Man Boon Manufactory, Ltd'), (2058, '10d5', 'Uni Class Technology Co., Ltd'), (2059, '10d6', 'Actions Semiconductor Co., Ltd'), (2060, '10de', 'Authenex, Inc.'), (2061, '10df', 'In-Win Development, Inc.'), (2062, '10e0', 'Post-Op Video, Inc.'), (2063, '10e1', 'CablePlus, Ltd'), (2064, '10e2', 'Nada Electronics, Ltd'), (2065, '10ec', 'Vast Technologies, Inc.'), (2066, '10f0', 'Nexio Co., Ltd'), (2067, '10f1', 'Importek'), (2068, '10f5', 'Turtle Beach'), (2069, '10f8', 'Cesys GmbH'), (2070, '10fb', 'Pictos Technologies, Inc.'), (2071, '10fd', 'Anubis Electronics, Ltd'), (2072, '10fe', 'Thrane & Thrane'), (2073, '1100', 'VirTouch, Ltd'), (2074, '1101', 'EasyPass Industrial Co., Ltd'), (2075, '1108', 'Brightcom Technologies, Ltd'), (2076, '110a', 'Moxa Technologies Co., Ltd.'), (2077, '1110', 'Analog Devices Canada, Ltd (Allied Telesyn)'), (2078, '1111', 'Pandora International Ltd.'), (2079, '1112', 'YM ELECTRIC CO., Ltd'), (2080, '1113', 'Medion AG'), (2081, '111e', 'VSO Electric Co., Ltd'), (2082, '112a', 'RedRat'), (2083, '112e', 'Master Hill Electric Wire and Cable Co., Ltd'), (2084, '112f', 'Cellon International, Inc.'), (2085, '1130', 'Tenx Technology, Inc.'), (2086, '1131', 'Integrated System Solution Corp.'), (2087, '1132', 'Toshiba Corp., Digital Media Equipment [hex]'), (2088, '1136', 'CTS Electronincs'), (2089, '113c', 'Arin Tech Co., Ltd'), (2090, '113d', 'Mapower Electronics Co., Ltd'), (2091, '113f', 'Integrated Biometrics, LLC'), (2092, '1141', 'V One Multimedia, Pte., Ltd'), (2093, '1142', 'CyberScan Technologies, Inc.'), (2094, '1145', 'Japan Radio Company'), (2095, '1146', 'Shimane SANYO Electric Co., Ltd.'), (2096, '1147', 'Ever Great Electric Wire and Cable Co., Ltd'), (2097, '114b', 'Sphairon Access Systems GmbH'), (2098, '114c', 'Tinius Olsen Testing Machine Co., Inc.'), (2099, '114d', 'Alpha Imaging Technology Corp.'), (2100, '114f', 'Wavecom'), (2101, '115b', 'Salix Technology Co., Ltd.'), (2102, '1162', 'Secugen Corp.'), (2103, '1163', 'DeLorme Publishing, Inc.'), (2104, '1164', 'YUAN High-Tech Development Co., Ltd'), (2105, '1165', 'Telson Electronics Co., Ltd'), (2106, '1166', 'Bantam Interactive Technologies'), (2107, '1167', 'Salient Systems Corp.'), (2108, '1168', 'BizConn International Corp.'), (2109, '116e', 'Gigastorage Corp.'), (2110, '116f', 'Silicon 10 Technology Corp.'), (2111, '1175', 'Shengyih Steel Mold Co., Ltd'), (2112, '117d', 'Santa Electronic, Inc.'), (2113, '117e', 'JNC, Inc.'), (2114, '1182', 'Venture Corp., Ltd'), (2115, '1183', 'Compaq Computer Corp. [hex] (Digital Dream ??)'), (2116, '1184', 'Kyocera Elco Corp.'), (2117, '1188', 'Bloomberg L.P.'), (2118, '1189', 'Acer Communications & Multimedia'), (2119, '118f', 'You Yang Technology Co., Ltd'), (2120, '1190', 'Tripace'), (2121, '1191', 'Loyalty Founder Enterprise Co., Ltd'), (2122, '1196', 'Yankee Robotics, LLC'), (2123, '1197', 'Technoimagia Co., Ltd'), (2124, '1198', 'StarShine Technology Corp.'), (2125, '1199', 'Sierra Wireless, Inc.'), (2126, '119a', 'ZHAN QI Technology Co., Ltd'), (2127, '119b', 'ruwido austria GmbH'), (2128, '11a0', 'Chipcon AS'), (2129, '11a3', 'Technovas Co., Ltd'), (2130, '11aa', 'GlobalMedia Group, LLC'), (2131, '11ab', 'Exito Electronics Co., Ltd'), (2132, '11ac', 'Nike'), (2133, '11b0', 'ATECH FLASH TECHNOLOGY'), (2134, '11be', 'R&D International NV'), (2135, '11c0', 'Betop'), (2136, '11c5', 'Inmax'), (2137, '11c9', 'Nacon'), (2138, '11ca', 'VeriFone Inc'), (2139, '11db', 'Topfield Co., Ltd.'), (2140, '11e6', 'K.I. Technology Co. Ltd.'), (2141, '11f5', 'Siemens AG'), (2142, '11f6', 'Prolific'), (2143, '11f7', 'Alcatel (?)'), (2144, '1203', 'TSC Auto ID Technology Co., Ltd'), (2145, '1209', 'Generic'), (2146, '120e', 'Hudson Soft Co., Ltd'), (2147, '120f', 'Magellan'), (2148, '1210', 'DigiTech'), (2149, '121e', 'Jungsoft Co., Ltd'), (2150, '121f', 'Panini S.p.A.'), (2151, '1220', 'TC Electronic'), (2152, '1221', 'Unknown manufacturer'), (2153, '1222', 'TiPro'), (2154, '1223', 'SKYCABLE ENTERPRISE. CO., LTD.'), (2155, '1228', 'Datapaq Limited'), (2156, '1230', 'Chipidea-Microelectronica, S.A.'), (2157, '1233', 'Denver Electronics'), (2158, '1234', 'Brain Actuated Technologies'), (2159, '1235', 'Focusrite-Novation'), (2160, '1241', 'Belkin'), (2161, '1243', 'Holtek Semiconductor, Inc.'), (2162, '124a', 'AirVast'), (2163, '124b', 'Nyko (Honey Bee)'), (2164, '124c', 'MXI - Memory Experts International, Inc.'), (2165, '125c', 'Apogee Inc.'), (2166, '125d', 'JMicron'), (2167, '125f', 'A-DATA Technology Co., Ltd.'), (2168, '1260', 'Standard Microsystems Corp.'), (2169, '1264', 'Covidien Energy-based Devices'), (2170, '1266', 'Pirelli Broadband Solutions'), (2171, '1267', 'Logic3 / SpectraVideo plc'), (2172, '126c', 'Aristocrat Technologies'), (2173, '126d', 'Bel Stewart'), (2174, '126e', 'Strobe Data, Inc.'), (2175, '126f', 'TwinMOS'), (2176, '1274', 'Ensoniq'), (2177, '1275', 'Xaxero Marine Software Engineering, Ltd.'), (2178, '1278', 'Starlight Xpress'), (2179, '1283', 'zebris Medical GmbH'), (2180, '1286', 'Marvell Semiconductor, Inc.'), (2181, '1291', 'Qualcomm Flarion Technologies, Inc. / Leadtek Research, Inc.'), (2182, '1292', 'Innomedia'), (2183, '1293', 'Belkin Components [hex]'), (2184, '1294', 'RISO KAGAKU CORP.'), (2185, '1297', 'DekTec'), (2186, '129b', 'CyberTAN Technology'), (2187, '12a7', 'Trendchip Technologies Corp.'), (2188, '12ab', 'Honey Bee Electronic International Ltd.'), (2189, '12b8', 'Zhejiang Xinya Electronic Technology Co., Ltd.'), (2190, '12b9', 'E28'), (2191, '12ba', 'Licensed by Sony Computer Entertainment America'), (2192, '12bd', 'Gembird'), (2193, '12c4', 'Autocue Group Ltd'), (2194, '12cf', 'DEXIN'), (2195, '12d1', 'Huawei Technologies Co., Ltd.'), (2196, '12d2', 'LINE TECH INDUSTRIAL CO., LTD.'), (2197, '12d3', 'LINAK'), (2198, '12d6', 'EMS Dr. Thomas Wuensche'), (2199, '12d7', 'BETTER WIRE FACTORY CO., LTD.'), (2200, '12d8', 'Araneus Information Systems Oy'), (2201, '12e6', 'Waldorf Music GmbH'), (2202, '12ef', 'Tapwave, Inc.'), (2203, '12f2', 'ViewPlus Technologies, Inc.'), (2204, '12f5', 'Dynamic System Electronics Corp.'), (2205, '12f7', 'Memorex Products, Inc.'), (2206, '12fd', 'AIN Comm. Technology Co., Ltd'), (2207, '12ff', 'Fascinating Electronics, Inc.'), (2208, '1306', 'FM20 Barcode Scanner'), (2209, '1307', 'Transcend Information, Inc.'), (2210, '1308', 'Shuttle, Inc.'), (2211, '1310', 'Roper'), (2212, '1312', 'ICS Electronics'), (2213, '1313', 'ThorLabs'), (2214, '131d', 'Natural Point'), (2215, '1325', 'ams AG'), (2216, '132a', 'Envara Inc.'), (2217, '132b', 'Konica Minolta'), (2218, '133e', 'Kemper Digital GmbH'), (2219, '1342', 'Mobility'), (2220, '1343', 'Citizen Systems'), (2221, '1345', 'Sino Lite Technology Corp.'), (2222, '1347', 'Moravian Instruments'), (2223, '1348', 'Katsuragawa Electric Co., Ltd.'), (2224, '134c', 'PanJit International Inc.'), (2225, '134e', 'Digby\'s Bitpile, Inc. DBA D Bit'), (2226, '1357', 'P&E Microcomputer Systems'), (2227, '135e', 'Insta GmbH'), (2228, '135f', 'Control Development Inc.'), (2229, '1366', 'SEGGER'), (2230, '136b', 'STEC'), (2231, '136e', 'Andor Technology Ltd.'), (2232, '1370', 'Swissbit'), (2233, '1371', 'CNet Technology Inc.'), (2234, '1376', 'Vimtron Electronics Co., Ltd.'), (2235, '1377', 'Sennheiser electronic GmbH & Co. KG'), (2236, '137b', 'SCAPS GmbH'), (2237, '137c', 'YASKAWA ELECTRIC CORP.'), (2238, '1385', 'Netgear, Inc'), (2239, '138a', 'Validity Sensors, Inc.'), (2240, '138e', 'Jungo LTD'), (2241, '1390', 'TOMTOM B.V.'), (2242, '1391', 'IdealTEK, Inc.'), (2243, '1395', 'Sennheiser Communications'), (2244, '1397', 'BEHRINGER International GmbH'), (2245, '1398', 'Q-tec'), (2246, '13ad', 'Baltech'), (2247, '13b0', 'PerkinElmer Optoelectronics'), (2248, '13b1', 'Linksys'), (2249, '13b2', 'Alesis'), (2250, '13b3', 'Nippon Dics Co., Ltd.'), (2251, '13ba', 'PCPlay'), (2252, '13be', 'Ricoh Printing Systems, Ltd.'), (2253, '13ca', 'JyeTai Precision Industrial Co., Ltd.'), (2254, '13cf', 'Wisair Ltd.'), (2255, '13d0', 'Techsan Electronics Co., Ltd.'), (2256, '13d1', 'A-Max Technology Macao Commercial Offshore Co. Ltd.'), (2257, '13d2', 'Shark Multimedia'), (2258, '13d3', 'IMC Networks'), (2259, '13d7', 'Guidance Software, Inc.'), (2260, '13dc', 'ALEREON, INC.'), (2261, '13dd', 'i.Tech Dynamic Limited'), (2262, '13e1', 'Kaibo Wire & Cable (Shenzhen) Co., Ltd.'), (2263, '13e5', 'Rane'), (2264, '13e6', 'TechnoScope Co., Ltd.'), (2265, '13ea', 'Hengstler'), (2266, '13ec', 'Zydacron'), (2267, '13ee', 'MosArt'), (2268, '13fd', 'Initio Corporation'), (2269, '13fe', 'Kingston Technology Company Inc.'), (2270, '1400', 'Axxion Group Corp.'), (2271, '1402', 'Bowe Bell & Howell'), (2272, '1403', 'Sitronix'), (2273, '1404', 'Fundamental Software, Inc.'), (2274, '1409', 'IDS Imaging Development Systems GmbH'), (2275, '140e', 'Telechips, Inc.'), (2276, '1410', 'Novatel Wireless'), (2277, '1415', 'Nam Tai E&E Products Ltd. or OmniVision Technologies, Inc.'), (2278, '1419', 'ABILITY ENTERPRISE CO., LTD.'), (2279, '1421', 'Sensor Technology'), (2280, '1424', 'Posnet Polska S.A.'), (2281, '1429', 'Vega Technologies Industrial (Austria) Co.'), (2282, '142a', 'Thales E-Transactions'), (2283, '142b', 'Arbiter Systems, Inc.'), (2284, '1430', 'RedOctane'), (2285, '1431', 'Pertech Resources, Inc.'), (2286, '1435', 'Wistron NeWeb'), (2287, '1436', 'Denali Software, Inc.'), (2288, '143c', 'Altek Corporation'), (2289, '1443', 'Digilent'), (2290, '1446', 'X.J.GROUP'), (2291, '1451', 'Force Dimension'), (2292, '1452', 'Dai Nippon Printing, Inc'), (2293, '1453', 'Radio Shack'), (2294, '1456', 'Extending Wire & Cable Co., Ltd.'), (2295, '1457', 'First International Computer, Inc.'), (2296, '145f', 'Trust'), (2297, '1460', 'Tatung Co.'), (2298, '1461', 'Staccato Communications'), (2299, '1462', 'Micro Star International'), (2300, '146b', 'BigBen Interactive'), (2301, '1472', 'Huawei-3Com'), (2302, '147a', 'Formosa Industrial Computing, Inc.'), (2303, '147e', 'Upek'), (2304, '147f', 'Hama GmbH & Co., KG'), (2305, '1482', 'Vaillant'), (2306, '1484', 'Elsa AG [hex]'), (2307, '1485', 'Silicom'), (2308, '1487', 'DSP Group, Ltd.'), (2309, '148e', 'EVATRONIX SA'), (2310, '148f', 'Ralink Technology, Corp.'), (2311, '1491', 'Futronic Technology Co. Ltd.'), (2312, '1493', 'Suunto'), (2313, '1497', 'Panstrong Company Ltd.'), (2314, '1498', 'Microtek International Inc.'), (2315, '149a', 'Imagination Technologies'), (2316, '14aa', 'WideView Technology Inc.'), (2317, '14ad', 'CTK Corporation'), (2318, '14ae', 'Printronix Inc.'), (2319, '14af', 'ATP Electronics Inc.'), (2320, '14b0', 'StarTech.com Ltd.'), (2321, '14b2', 'Ralink Technology, Corp.'), (2322, '14c0', 'Rockwell Automation, Inc.'), (2323, '14c2', 'Gemlight Computer, Ltd'), (2324, '14c8', 'Zytronic'), (2325, '14cd', 'Super Top'), (2326, '14d8', 'JAMER INDUSTRIES CO., LTD.'), (2327, '14dd', 'Raritan Computer, Inc.'), (2328, '14e0', 'WiNRADiO Communications'), (2329, '14e1', 'Dialogue Technology Corp.'), (2330, '14e5', 'SAIN Information & Communications Co., Ltd.'), (2331, '14ea', 'Planex Communications'), (2332, '14ed', 'Shure Inc.'), (2333, '14f7', 'TechniSat Digital GmbH'), (2334, '1500', 'Ellisys'), (2335, '1501', 'Pine-Tum Enterprise Co., Ltd.'), (2336, '1504', 'Bixolon CO LTD'), (2337, '1508', 'Fibocom'), (2338, '1509', 'First International Computer, Inc.'), (2339, '1513', 'medMobile'), (2340, '1514', 'Actel'), (2341, '1516', 'CompUSA'), (2342, '1518', 'Cheshire Engineering Corp.'), (2343, '1519', 'Comneon'), (2344, '151f', 'Opal Kelly Incorporated'), (2345, '1520', 'Bitwire Corp.'), (2346, '1524', 'ENE Technology Inc'), (2347, '1527', 'Silicon Portals'), (2348, '1529', 'UBIQUAM Co., Ltd.'), (2349, '152a', 'Thesycon Systemsoftware & Consulting GmbH'), (2350, '152b', 'MIR Srl'), (2351, '152d', 'JMicron Technology Corp. / JMicron USA Technology Corp.'), (2352, '152e', 'LG (HLDS)'), (2353, '1532', 'Razer USA, Ltd'), (2354, '153b', 'TerraTec Electronic GmbH'), (2355, '1546', 'U-Blox AG'), (2356, '1547', 'SG Intec Ltd & Co KG'), (2357, '154a', 'Celectronic GmbH'), (2358, '154b', 'PNY'), (2359, '154d', 'ConnectCounty Holdings Berhad'), (2360, '154e', 'D&M Holdings, Inc. (Denon/Marantz)'), (2361, '154f', 'SNBC CO., Ltd'), (2362, '1554', 'Prolink Microsystems Corp.'), (2363, '1557', 'OQO'), (2364, '1568', 'Sunf Pu Technology Co., Ltd'), (2365, '156f', 'Quantum Corporation'), (2366, '1570', 'ALLTOP TECHNOLOGY CO., LTD.'), (2367, '157b', 'Ketron SRL'), (2368, '157e', 'TRENDnet'), (2369, '1582', 'Fiberline'), (2370, '1587', 'SMA Technologie AG'), (2371, '158d', 'Oakley Inc.'), (2372, '158e', 'JDS Uniphase Corporation (JDSU)'), (2373, '1598', 'Kunshan Guoji Electronics Co., Ltd.'), (2374, '15a2', 'Freescale Semiconductor, Inc.'), (2375, '15a4', 'Afatech Technologies, Inc.'), (2376, '15a8', 'Teams Power Limited'), (2377, '15a9', 'Gemtek'), (2378, '15aa', 'Gearway Electronics (Dong Guan) Co., Ltd.'), (2379, '15ad', 'VMware Inc.'), (2380, '15ba', 'Olimex Ltd.'), (2381, '15c0', 'XL Imaging'), (2382, '15c2', 'SoundGraph Inc.'), (2383, '15c5', 'Advance Multimedia Internet Technology Inc. (AMIT)'), (2384, '15c6', 'Laboratoires MXM'), (2385, '15c8', 'KTF Technologies'), (2386, '15c9', 'D-Box Technologies'), (2387, '15ca', 'Textech International Ltd.'), (2388, '15d5', 'Coulomb Electronics Ltd.'), (2389, '15d9', 'Trust International B.V.'), (2390, '15dc', 'Hynix Semiconductor Inc.'), (2391, '15e0', 'Seong Ji Industrial Co., Ltd.'), (2392, '15e1', 'RSA'), (2393, '15e4', 'Numark'), (2394, '15e8', 'SohoWare'), (2395, '15e9', 'Pacific Digital Corp.'), (2396, '15ec', 'Belcarra Technologies Corp.'), (2397, '15f4', 'HanfTek'), (2398, '1604', 'Tascam'), (2399, '1605', 'ACCES I/O Products, Inc.'), (2400, '1606', 'Umax'), (2401, '1608', 'Inside Out Networks [hex]'), (2402, '160a', 'VIA Technologies, Inc.'), (2403, '160e', 'INRO'), (2404, '1614', 'Amoi Electronics'), (2405, '1617', 'Sony Corp.'), (2406, '1619', 'L & K Precision Technology Co., Ltd.'), (2407, '161c', 'Digitech Systems'), (2408, '1621', 'Wionics Research'), (2409, '1628', 'Stonestreet One, Inc.'), (2410, '162a', 'Airgo Networks Inc.'), (2411, '162f', 'WiQuest Communications, Inc.'), (2412, '1630', '2Wire, Inc.'), (2413, '1631', 'Good Way Technology'), (2414, '1633', 'AIM GmbH'), (2415, '1645', 'Entrega [hex]'), (2416, '1649', 'SofTec Microsystems'), (2417, '164a', 'ChipX'), (2418, '164c', 'Matrix Vision GmbH'), (2419, '1657', 'Struck Innovative Systeme GmbH'), (2420, '165b', 'Frontier Design Group'), (2421, '165c', 'Kondo Kagaku'), (2422, '1660', 'Creatix Polymedia GmbH'), (2423, '1667', 'GIGA-TMS INC.'), (2424, '1668', 'Actiontec Electronics, Inc. [hex]'), (2425, '1669', 'PiKRON Ltd. [hex]'), (2426, '166a', 'Clipsal'), (2427, '1677', 'China Huada Integrated Circuit Design (Group) Co., Ltd. (CIDC Group)'), (2428, '1679', 'Total Phase'), (2429, '167b', 'Pure Digital Technologies, Inc.'), (2430, '1680', 'Golden Bridge Electech Inc.'), (2431, '1681', 'Prevo Technologies, Inc.'), (2432, '1682', 'Maxwise Production Enterprise Ltd.'), (2433, '1684', 'Godspeed Computer Corp.'), (2434, '1685', 'Delock'), (2435, '1686', 'ZOOM Corporation'), (2436, '1687', 'Kingmax Digital Inc.'), (2437, '1688', 'Saab AB'), (2438, '1689', 'Razer USA, Ltd'), (2439, '168c', 'Atheros Communications'), (2440, '1690', 'Askey Computer Corp. [hex]'), (2441, '1696', 'Hitachi Video and Information System, Inc.'), (2442, '1697', 'VTec Test, Inc.'), (2443, '16a5', 'Shenzhen Zhengerya Cable Co., Ltd.'), (2444, '16a6', 'Unigraf'), (2445, '16ab', 'Global Sun Technology'), (2446, '16ac', 'Dongguan ChingLung Wire & Cable Co., Ltd.'), (2447, '16b4', 'iStation'), (2448, '16b5', 'Persentec, Inc.'), (2449, '16c0', 'Van Ooijen Technische Informatica'), (2450, '16ca', 'Wireless Cables, Inc.'), (2451, '16cc', 'silex technology, Inc.'), (2452, '16d0', 'MCS'), (2453, '16d1', 'Suprema Inc.'), (2454, '16d3', 'Frontline Test Equipment, Inc.'), (2455, '16d5', 'AnyDATA Corporation'), (2456, '16d6', 'JABLOCOM s.r.o.'), (2457, '16d8', 'CMOTECH Co., Ltd.'), (2458, '16dc', 'Wiener, Plein & Baus'), (2459, '16de', 'Telemecanique'), (2460, '16df', 'King Billion Electronics Co., Ltd.'), (2461, '16f0', 'GN Hearing A/S'), (2462, '16f5', 'Futurelogic Inc.'), (2463, '1702', 'FDI-MATELEC'), (2464, '1706', 'BlueView Technologies, Inc.'), (2465, '1707', 'ARTIMI'), (2466, '170b', 'Swissonic'), (2467, '170d', 'Avnera'), (2468, '1711', 'Leica Microsystems'), (2469, '1724', 'Meyer Instruments (MIS)'), (2470, '1725', 'Vitesse Semiconductor'), (2471, '1726', 'Axesstel, Inc.'), (2472, '172f', 'Waltop International Corp.'), (2473, '1733', 'Cellink Technology Co., Ltd'), (2474, '1736', 'CANON IMAGING SYSTEM TECHNOLOGIES INC.'), (2475, '1737', '802.11g Adapter [Linksys WUSB54GC v3]'), (2476, '173a', 'Roche'), (2477, '173d', 'QSENN'), (2478, '1740', 'Senao'), (2479, '1743', 'General Atomics'), (2480, '1748', 'MQP Electronics'), (2481, '174c', 'ASMedia Technology Inc.'), (2482, '174f', 'Syntek'), (2483, '1753', 'GERTEC Telecomunicacoes Ltda.'), (2484, '1756', 'ENENSYS Technologies'), (2485, '1759', 'LucidPort Technology, Inc.'), (2486, '1761', 'ASUSTek Computer, Inc. (wrong ID)'), (2487, '1770', 'MSI'), (2488, '1772', 'System Level Solutions, Inc.'), (2489, '1776', 'Arowana'), (2490, '1777', 'Microscan Systems, Inc.'), (2491, '177f', 'Sweex'), (2492, '1781', 'Multiple Vendors'), (2493, '1782', 'Spreadtrum Communications Inc.'), (2494, '1784', 'TopSeed Technology Corp.'), (2495, '1787', 'ATI AIB'), (2496, '1788', 'ShenZhen Litkconn Technology Co., Ltd.'), (2497, '178e', 'ASUSTek Computer, Inc. (wrong ID)'), (2498, '1796', 'Printrex, Inc.'), (2499, '1797', 'JALCO CO., LTD.'), (2500, '1799', 'Thales Norway A/S'), (2501, '179d', 'Ricavision International, Inc.'), (2502, '17a0', 'Samson Technologies Corp.'), (2503, '17a4', 'Concept2'), (2504, '17a5', 'Advanced Connection Technology Inc.'), (2505, '17a7', 'MICOMSOFT CO., LTD.'), (2506, '17a8', 'Kamstrup A/S'), (2507, '17b3', 'Grey Innovation'), (2508, '17b5', 'Lunatone'), (2509, '17ba', 'SAURIS GmbH'), (2510, '17c3', 'Singim International Corp.'), (2511, '17cc', 'Native Instruments'), (2512, '17cf', 'Hip Hing Cable & Plug Mfy. Ltd.'), (2513, '17d0', 'Sanford L.P.'), (2514, '17d3', 'Korea Techtron Co., Ltd.'), (2515, '17e9', 'DisplayLink'), (2516, '17eb', 'Cornice, Inc.'), (2517, '17ef', 'Lenovo'), (2518, '17f4', 'WaveSense'), (2519, '17f5', 'K.K. Rocky'), (2520, '17f6', 'Unicomp, Inc.'), (2521, '1809', 'Advantech'), (2522, '1822', 'Twinhan'), (2523, '1831', 'Gwo Jinn Industries Co., Ltd.'), (2524, '1832', 'Huizhou Shenghua Industrial Co., Ltd.'), (2525, '183d', 'VIVOphone'), (2526, '1843', 'Vaisala'), (2527, '1849', 'ASRock Incorporation'), (2528, '184f', 'K2L GmbH'), (2529, '1852', 'GYROCOM C&C Co., LTD'), (2530, '1854', 'Memory Devices Ltd.'), (2531, '185b', 'Compro'), (2532, '1861', 'Tech Technology Industrial Company'), (2533, '1862', 'Teridian Semiconductor Corp.'), (2534, '1870', 'Nexio Co., Ltd'), (2535, '1871', 'Aveo Technology Corp.'), (2536, '1873', 'Navilock'), (2537, '187c', 'Alienware Corporation'), (2538, '187f', 'Siano Mobile Silicon'), (2539, '1892', 'Vast Technologies, Inc.'), (2540, '1894', 'Topseed'), (2541, '1897', 'Evertop Wire Cable Co.'), (2542, '189f', '3Shape A/S'), (2543, '18a4', 'CSSN'), (2544, '18a5', 'Verbatim, Ltd'), (2545, '18b1', 'Petalynx'), (2546, '18b4', 'e3C Technologies'), (2547, '18b6', 'Mikkon Technology Limited'), (2548, '18b7', 'Zotek Electronic Co., Ltd.'), (2549, '18c5', 'AMIT Technology, Inc.'), (2550, '18cd', 'Ecamm'), (2551, '18d1', 'Google Inc.'), (2552, '18d5', 'Starline International Group Limited'), (2553, '18d9', 'Kaba'), (2554, '18dc', 'LKC Technologies, Inc.'), (2555, '18dd', 'Planon System Solutions Inc.'), (2556, '18e3', 'Fitipower Integrated Technology Inc'), (2557, '18e8', 'Qcom'), (2558, '18ea', 'Matrox Graphics, Inc.'), (2559, '18ec', 'Arkmicro Technologies Inc.'), (2560, '18ef', 'ELV Elektronik AG'), (2561, '18f8', '[Maxxter]'), (2562, '18fb', 'Scriptel Corporation'), (2563, '18fd', 'FineArch Inc.'), (2564, '1901', 'GE Healthcare'), (2565, '1908', 'GEMBIRD'), (2566, '190d', 'Motorola GSG'), (2567, '1914', 'Alco Digital Devices Limited'), (2568, '1915', 'Nordic Semiconductor ASA'), (2569, '191c', 'Innovative Technology LTD'), (2570, '1923', 'FitLinxx'), (2571, '1926', 'NextWindow'), (2572, '1928', 'Proceq SA'), (2573, '192f', 'Avago Technologies, Pte.'), (2574, '1930', 'Shenzhen Xianhe Technology Co., Ltd.'), (2575, '1931', 'Ningbo Broad Telecommunication Co., Ltd.'), (2576, '1934', 'Feature Integration Technology Inc. (Fintek)'), (2577, '1935', 'Elektron Music Machines'), (2578, '1938', 'Meinberg Funkuhren GmbH & Co. KG'), (2579, '1941', 'Dream Link'), (2580, '1943', 'Sensoray Co., Inc.'), (2581, '1949', 'Lab126, Inc.'), (2582, '194f', 'PreSonus Audio Electronics, Inc.'), (2583, '1951', 'Hyperstone AG'), (2584, '1953', 'Ironkey Inc.'), (2585, '1954', 'Radiient Technologies'), (2586, '195d', 'Itron Technology iONE'), (2587, '1963', 'IK Multimedia'), (2588, '1965', 'Uniden Corporation'), (2589, '1967', 'CASIO HITACHI Mobile Communications Co., Ltd.'), (2590, '196b', 'Wispro Technology Inc.'), (2591, '1970', 'Dane-Elec Corp. USA'), (2592, '1973', 'Spectralink Corporation'), (2593, '1975', 'Dongguan Guneetal Wire & Cable Co., Ltd.'), (2594, '1976', 'Chipsbrand Microelectronics (HK) Co., Ltd.'), (2595, '1977', 'T-Logic'), (2596, '197d', 'Leuze electronic'), (2597, '1980', 'Storage Appliance Corporation'), (2598, '1989', 'Nuconn Technology Corp.'), (2599, '198f', 'Beceem Communications Inc.'), (2600, '1990', 'Acron Precision Industrial Co., Ltd.'), (2601, '1995', 'Trillium Technology Pty. Ltd.'), (2602, '1996', 'PixeLINK'), (2603, '1997', 'Shenzhen Riitek Technology Co., Ltd'), (2604, '199b', 'MicroStrain, Inc.'), (2605, '199e', 'The Imaging Source Europe GmbH'), (2606, '199f', 'Benica Corporation'), (2607, '19a5', 'HARRIS Corp.'), (2608, '19a8', 'Biforst Technology Inc.'), (2609, '19ab', 'Bodelin'), (2610, '19af', 'S Life'), (2611, '19b2', 'Batronix'), (2612, '19b4', 'Celestron'), (2613, '19b5', 'B & W Group'), (2614, '19b6', 'Infotech Logistic, LLC'), (2615, '19b9', 'Data Robotics'), (2616, '19c2', 'Futuba'), (2617, '19ca', 'Mindtribe'), (2618, '19cf', 'Parrot SA'), (2619, '19d1', 'BYD'), (2620, '19d2', 'ZTE WCDMA Technologies MSM'), (2621, '19db', 'KFI Printers'), (2622, '19e1', 'WeiDuan Electronic Accessory (S.Z.) Co., Ltd.'), (2623, '19e8', 'Industrial Technology Research Institute'), (2624, '19ef', 'Pak Heng Technology (Shenzhen) Co., Ltd.'), (2625, '19f7', 'RODE Microphones'), (2626, '19fa', 'Gampaq Co.Ltd'), (2627, '19fd', 'MTI Instruments Inc.'), (2628, '19ff', 'Dynex'), (2629, '1a08', 'Bellwood International, Inc.'), (2630, '1a0a', 'USB-IF non-workshop'), (2631, '1a12', 'KES Co., Ltd.'), (2632, '1a1d', 'Veho'), (2633, '1a25', 'Amphenol East Asia Ltd.'), (2634, '1a2a', 'Seagate Branded Solutions'), (2635, '1a2c', 'China Resource Semico Co., Ltd'), (2636, '1a32', 'Quanta Microsystems, Inc.'), (2637, '1a34', 'ACRUX'), (2638, '1a36', 'Biwin Technology Ltd.'), (2639, '1a40', 'Terminus Technology Inc.'), (2640, '1a41', 'Action Electronics Co., Ltd.'), (2641, '1a44', 'VASCO Data Security International'), (2642, '1a4a', 'Silicon Image'), (2643, '1a4b', 'SafeBoot International B.V.'), (2644, '1a5a', 'Tandberg Data'), (2645, '1a61', 'Abbott Diabetes Care'), (2646, '1a64', 'Mastervolt'), (2647, '1a6a', 'Spansion Inc.'), (2648, '1a6d', 'SamYoung Electronics Co., Ltd'), (2649, '1a6e', 'Global Unichip Corp.'), (2650, '1a6f', 'Sagem Orga GmbH'), (2651, '1a72', 'Physik Instrumente'), (2652, '1a79', 'Bayer Health Care LLC'), (2653, '1a7b', 'Lumberg Connect GmbH & Co. KG'), (2654, '1a7c', 'Evoluent'), (2655, '1a7e', 'Meltec Systementwicklung'), (2656, '1a81', 'Holtek Semiconductor, Inc.'), (2657, '1a86', 'QinHeng Electronics'), (2658, '1a89', 'Dynalith Systems Co., Ltd.'), (2659, '1a8b', 'SGS Taiwan Ltd.'), (2660, '1a8d', 'BandRich, Inc.'), (2661, '1a98', 'Leica Camera AG'), (2662, '1aa4', 'Data Drive Thru, Inc.'), (2663, '1aa5', 'UBeacon Technologies, Inc.'), (2664, '1aa6', 'eFortune Technology Corp.'), (2665, '1aab', 'Silvercreations Software AG'), (2666, '1aad', 'KeeTouch'), (2667, '1ab1', 'Rigol Technologies'), (2668, '1ab2', 'Allied Vision'), (2669, '1acb', 'Salcomp Plc'), (2670, '1acc', 'Midiplus Co, Ltd.'), (2671, '1ad1', 'Desay Wire Co., Ltd.'), (2672, '1ad4', 'APS'), (2673, '1adb', 'Schweitzer Engineering Laboratories, Inc'), (2674, '1ae4', 'ic-design Reinhard Gottinger GmbH'), (2675, '1ae7', 'X-TENSIONS'), (2676, '1aed', 'High Top Precision Electronic Co., Ltd.'), (2677, '1aef', 'Conntech Electronic (Suzhou) Corporation'), (2678, '1af1', 'Connect One Ltd.'), (2679, '1af3', 'Kingsis Technology Corporation'), (2680, '1afe', 'A. Eberle GmbH & Co. KG'), (2681, '1b04', 'Meilhaus Electronic GmbH'), (2682, '1b0e', 'BLUTRONICS S.r.l.'), (2683, '1b12', 'Eventide'), (2684, '1b1c', 'Corsair'), (2685, '1b1e', 'General Imaging / General Electric'), (2686, '1b1f', 'eQ-3 Entwicklung GmbH'), (2687, '1b20', 'MStar Semiconductor, Inc.'), (2688, '1b22', 'WiLinx Corp.'), (2689, '1b24', 'Telegent Systems, Inc.'), (2690, '1b26', 'Cellex Power Products, Inc.'), (2691, '1b27', 'Current Electronics Inc.'), (2692, '1b28', 'NAVIsis Inc.'), (2693, '1b32', 'Ugobe Life Forms, Inc.'), (2694, '1b36', 'ViXS Systems, Inc.'), (2695, '1b3b', 'iPassion Technology Inc.'), (2696, '1b3f', 'Generalplus Technology Inc.'), (2697, '1b47', 'Energizer Holdings, Inc.'), (2698, '1b48', 'Plastron Precision Co., Ltd.'), (2699, '1b52', 'ARH Inc.'), (2700, '1b59', 'K.S. Terminals Inc.'), (2701, '1b5a', 'Chao Zhou Kai Yuan Electric Co., Ltd.'), (2702, '1b65', 'The Hong Kong Standards and Testing Centre Ltd.'), (2703, '1b71', 'Fushicai'), (2704, '1b72', 'ATERGI TECHNOLOGY CO., LTD.'), (2705, '1b73', 'Fresco Logic'), (2706, '1b75', 'Ovislink Corp.'), (2707, '1b76', 'Legend Silicon Corp.'), (2708, '1b80', 'Afatech'), (2709, '1b86', 'Dongguan Guanshang Electronics Co., Ltd.'), (2710, '1b88', 'ShenMing Electron (Dong Guan) Co., Ltd.'), (2711, '1b8c', 'Altium Limited'), (2712, '1b8d', 'e-MOVE Technology Co., Ltd.'), (2713, '1b8e', 'Amlogic, Inc.'), (2714, '1b8f', 'MA LABS, Inc.'), (2715, '1b96', 'N-Trig'), (2716, '1b98', 'YMax Communications Corp.'), (2717, '1b99', 'Shenzhen Yuanchuan Electronic'), (2718, '1ba1', 'JINQ CHERN ENTERPRISE CO., LTD.'), (2719, '1ba2', 'Lite Metals & Plastic (Shenzhen) Co., Ltd.'), (2720, '1ba4', 'Ember Corporation'), (2721, '1ba6', 'Abilis Systems'), (2722, '1ba8', 'China Telecommunication Technology Labs'), (2723, '1bad', 'Harmonix Music'), (2724, '1bae', 'Vuzix Corporation'), (2725, '1bbb', 'T & A Mobile Phones'), (2726, '1bbd', 'Videology Imaging Solutions, Inc.'), (2727, '1bc0', 'Beijing Senseshield Technology Co.,Ltd.'), (2728, '1bc4', 'Ford Motor Co.'), (2729, '1bc5', 'AVIXE Technology (China) Ltd.'), (2730, '1bc7', 'Telit Wireless Solutions'), (2731, '1bce', 'Contac Cable Industrial Limited'), (2732, '1bcf', 'Sunplus Innovation Technology Inc.'), (2733, '1bd0', 'Hangzhou Riyue Electronic Co., Ltd.'), (2734, '1bd5', 'BG Systems, Inc.'), (2735, '1bda', 'University Of Southampton'), (2736, '1bde', 'P-TWO INDUSTRIES, INC.'), (2737, '1bef', 'Shenzhen Tongyuan Network-Communication Cables Co., Ltd'), (2738, '1bf0', 'RealVision Inc.'), (2739, '1bf5', 'Extranet Systems Inc.'), (2740, '1bf6', 'Orient Semiconductor Electronics, Ltd.'), (2741, '1bfd', 'TouchPack'), (2742, '1c02', 'Kreton Corporation'), (2743, '1c04', 'QNAP System Inc.'), (2744, '1c05', 'Shenxhen Stager Electric'), (2745, '1c0c', 'Ionics EMS, Inc.'), (2746, '1c0d', 'Relm Wireless'), (2747, '1c10', 'Lanterra Industrial Co., Ltd.'), (2748, '1c11', 'Input Club Inc.'), (2749, '1c13', 'ALECTRONIC LIMITED'), (2750, '1c1a', 'Datel Electronics Ltd.'), (2751, '1c1b', 'Volkswagen of America, Inc.'), (2752, '1c1f', 'Goldvish S.A.'), (2753, '1c20', 'Fuji Electric Device Technology Co., Ltd.'), (2754, '1c21', 'ADDMM LLC'), (2755, '1c22', 'ZHONGSHAN CHIANG YU ELECTRIC CO., LTD.'), (2756, '1c26', 'Shanghai Haiying Electronics Co., Ltd.'), (2757, '1c27', 'HuiYang D & S Cable Co., Ltd.'), (2758, '1c28', 'PMD Technologies'), (2759, '1c29', 'Elster GmbH'), (2760, '1c31', 'LS Cable Ltd.'), (2761, '1c34', 'SpringCard'), (2762, '1c37', 'Authorizer Technologies, Inc.'), (2763, '1c3d', 'NONIN MEDICAL INC.'), (2764, '1c3e', 'Wep Peripherals'), (2765, '1c40', 'EZPrototypes'), (2766, '1c49', 'Cherng Weei Technology Corp.'), (2767, '1c4b', 'Geratherm Medical AG'), (2768, '1c4f', 'SiGma Micro'), (2769, '1c57', 'Zalman Tech Co., Ltd.'), (2770, '1c6b', 'Philips & Lite-ON Digital Solutions Corporation'), (2771, '1c6c', 'Skydigital Inc.'), (2772, '1c71', 'Humanware Inc'), (2773, '1c73', 'AMT'), (2774, '1c75', 'Arturia'), (2775, '1c77', 'Kaetat Industrial Co., Ltd.'), (2776, '1c78', 'Datascope Corp.'), (2777, '1c79', 'Unigen Corporation'), (2778, '1c7a', 'LighTuning Technology Inc.'), (2779, '1c7b', 'LUXSHARE PRECISION INDUSTRY (SHENZHEN) CO., LTD.'), (2780, '1c82', 'Atracsys'), (2781, '1c83', 'Schomaecker GmbH'), (2782, '1c87', '2N TELEKOMUNIKACE a.s.'), (2783, '1c88', 'Somagic, Inc.'), (2784, '1c89', 'HONGKONG WEIDIDA ELECTRON LIMITED'), (2785, '1c8e', 'ASTRON INTERNATIONAL CORP.'), (2786, '1c98', 'ALPINE ELECTRONICS, INC.'), (2787, '1c9e', 'OMEGA TECHNOLOGY'), (2788, '1ca0', 'ACCARIO Inc.'), (2789, '1ca1', 'Symwave'), (2790, '1cac', 'Kinstone'), (2791, '1cb3', 'Aces Electronic Co., Ltd.'), (2792, '1cb4', 'OPEX CORPORATION'), (2793, '1cb6', 'IdeaCom Technology Inc.'), (2794, '1cbe', 'Luminary Micro Inc.'), (2795, '1cbf', 'FORTAT SKYMARK INDUSTRIAL COMPANY'), (2796, '1cc0', 'PlantSense'), (2797, '1cca', 'NextWave Broadband Inc.'), (2798, '1ccd', 'Bodatong Technology (Shenzhen) Co., Ltd.'), (2799, '1cd4', 'adp corporation'), (2800, '1cd5', 'Firecomms Ltd.'), (2801, '1cd6', 'Antonio Precise Products Manufactory Ltd.'), (2802, '1cde', 'Telecommunications Technology Association (TTA)'), (2803, '1cdf', 'WonTen Technology Co., Ltd.'), (2804, '1ce0', 'EDIMAX TECHNOLOGY CO., LTD.'), (2805, '1ce1', 'Amphenol KAE'), (2806, '1cf1', 'Dresden Elektronik'), (2807, '1cfc', 'ANDES TECHNOLOGY CORPORATION'), (2808, '1cfd', 'Flextronics Digital Design Japan, LTD.'), (2809, '1d03', 'iCON'), (2810, '1d07', 'Solid-Motion'), (2811, '1d08', 'NINGBO HENTEK DRAGON ELECTRONICS CO., LTD.'), (2812, '1d09', 'TechFaith Wireless Technology Limited'), (2813, '1d0a', 'Johnson Controls, Inc. The Automotive Business Unit'), (2814, '1d0b', 'HAN HUA CABLE & WIRE TECHNOLOGY (J.X.) CO., LTD.'), (2815, '1d0d', 'TDKMedia'), (2816, '1d0f', 'Sonix Technology Co., Ltd.'), (2817, '1d14', 'ALPHA-SAT TECHNOLOGY LIMITED'), (2818, '1d17', 'C-Thru Music Ltd.'), (2819, '1d19', 'Dexatek Technology Ltd.'), (2820, '1d1f', 'Diostech Co., Ltd.'), (2821, '1d20', 'SAMTACK INC.'), (2822, '1d27', 'ASUS'), (2823, '1d34', 'Dream Cheeky'), (2824, '1d45', 'Touch'), (2825, '1d4d', 'PEGATRON CORPORATION'), (2826, '1d50', 'OpenMoko, Inc.'), (2827, '1d57', 'Xenta'), (2828, '1d5b', 'Smartronix, Inc.'), (2829, '1d5c', 'Fresco Logic'), (2830, '1d6b', 'Linux Foundation'), (2831, '1d88', 'Mahr GmbH'), (2832, '1d90', 'Citizen'), (2833, '1d9d', 'Sigma Sport'), (2834, '1dd2', 'Leo Bodnar Electronics Ltd'), (2835, '1dd3', 'Dajc Inc.'), (2836, '1de1', 'Actions Microelectronics Co.'), (2837, '1de6', 'MICRORISC s.r.o.'), (2838, '1e0e', 'Qualcomm / Option'), (2839, '1e10', 'Point Grey Research, Inc.'), (2840, '1e17', 'Mirion Technologies Dosimetry Services Division'), (2841, '1e1d', 'Kanguru Solutions'), (2842, '1e1f', 'INVIA'), (2843, '1e29', 'Festo AG & Co. KG'), (2844, '1e2d', 'Gemalto M2M GmbH'), (2845, '1e3d', 'Chipsbank Microelectronics Co., Ltd'), (2846, '1e41', 'Cleverscope'), (2847, '1e44', 'SHIMANO INC.'), (2848, '1e4e', 'Cubeternet'), (2849, '1e54', 'TypeMatrix'), (2850, '1e68', 'TrekStor GmbH & Co. KG'), (2851, '1e71', 'NZXT'), (2852, '1e74', 'Coby Electronics Corporation'), (2853, '1e7b', 'Zurich Instruments'), (2854, '1e7d', 'ROCCAT'), (2855, '1e8e', 'Airbus Defence and Space'), (2856, '1e91', 'Other World Computing'), (2857, '1ea7', 'SHARKOON Technologies GmbH'), (2858, '1eab', 'Fujian Newland Computer Co., Ltd'), (2859, '1eaf', 'Leaflabs'), (2860, '1eb8', 'Modacom Co., Ltd.'), (2861, '1ebb', 'NuCORE Technology, Inc.'), (2862, '1ecb', 'AMTelecom'), (2863, '1ed8', 'FENDER MUSICAL INSTRUMENTS CORPORATION'), (2864, '1eda', 'AirTies Wireless Networks'), (2865, '1edb', 'Blackmagic design'), (2866, '1ee8', 'ONDA COMMUNICATION S.p.a.'), (2867, '1ef6', 'EADS Deutschland GmbH'), (2868, '1f0c', 'CMX Systems'), (2869, '1f28', 'Cal-Comp'), (2870, '1f3a', 'Allwinner Technology'), (2871, '1f44', 'The Neat Company'), (2872, '1f48', 'H-TRONIC GmbH'), (2873, '1f4d', 'G-Tek Electronics Group'), (2874, '1f52', 'Systems & Electronic Development FZCO (SEDCO)'), (2875, '1f6f', 'Aliph'), (2876, '1f75', 'Innostor Technology Corporation'), (2877, '1f82', 'TANDBERG'), (2878, '1f84', 'Alere, Inc.'), (2879, '1f87', 'Stantum'), (2880, '1f9b', 'Ubiquiti Networks, Inc.'), (2881, '1fab', 'Samsung Opto-Electroncs Co., Ltd.'), (2882, '1fac', 'Franklin Wireless'), (2883, '1fae', 'Lumidigm'), (2884, '1fb2', 'Withings'), (2885, '1fba', 'DERMALOG Identification Systems GmbH'), (2886, '1fbd', 'Delphin Technology AG'), (2887, '1fc9', 'NXP Semiconductors'), (2888, '1fde', 'ILX Lightwave Corporation'), (2889, '1fe7', 'Vertex Wireless Co., Ltd.'), (2890, '1ff7', 'CVT Electronics.Co.,Ltd'), (2891, '1ffb', 'Pololu Corporation'), (2892, '1fff', 'Ideofy Inc.'), (2893, '2000', 'CMX Systems'), (2894, '2001', 'D-Link Corp.'), (2895, '2002', 'DAP Technologies'), (2896, '2003', 'detectomat'), (2897, '2006', 'LenovoMobile'), (2898, '2009', 'iStorage'), (2899, '200c', 'Reloop'), (2900, '2013', 'PCTV Systems'), (2901, '2018', 'Deutsche Telekom AG'), (2902, '2019', 'PLANEX'), (2903, '201e', 'Haier'), (2904, '203a', 'PARALLELS'), (2905, '203d', 'Encore Electronics Inc.'), (2906, '2040', 'Hauppauge'), (2907, '2047', 'Texas Instruments'), (2908, '2058', 'Nano River Technology'), (2909, '2077', 'Taicang T&W Electronics Co. Ltd'), (2910, '2080', 'Barnes & Noble'), (2911, '2086', 'SIMPASS'), (2912, '2087', 'Cando'), (2913, '20a0', 'Clay Logic'), (2914, '20b1', 'XMOS Ltd'), (2915, '20b3', 'Hanvon'), (2916, '20b7', 'Qi Hardware'), (2917, '20bc', 'ShenZhen ShanWan Technology Co., Ltd.'), (2918, '20ce', 'Minicircuits'), (2919, '20df', 'Simtec Electronics'), (2920, '20f0', 'L3Harris Technologies'), (2921, '20f1', 'NET New Electronic Technology GmbH'), (2922, '20f4', 'TRENDnet'), (2923, '20f7', 'XIMEA'), (2924, '2100', 'RT Systems'), (2925, '2101', 'ActionStar'), (2926, '2104', 'Tobii Technology AB'), (2927, '2107', 'RDING TECH CO.,LTD'), (2928, '2109', 'VIA Labs, Inc.'), (2929, '2113', 'Softkinetic'), (2930, '2116', 'KT Tech'), (2931, '211f', 'CELOT Corporation'), (2932, '2123', 'Cheeky Dream'), (2933, '2125', 'Fiberpro Inc.'), (2934, '2133', 'signotec GmbH'), (2935, '2149', 'Advanced Silicon S.A.'), (2936, '214b', 'Huasheng Electronics'), (2937, '214e', 'Swiftpoint'), (2938, '2162', 'Broadxent (Creative Labs)'), (2939, '2166', 'JVC Kenwood'), (2940, '2184', 'GW Instek'), (2941, '2188', 'No brand'), (2942, '219c', 'Seal One AG'), (2943, '21a1', 'Emotiv Systems Pty. Ltd.'), (2944, '21a4', 'Electronic Arts Inc.'), (2945, '21a9', 'Saleae, Inc.'), (2946, '21ab', 'Planeta Informatica'), (2947, '21b4', 'AudioQuest'), (2948, '21d6', 'Agecodagis SARL'), (2949, '2207', 'Fuzhou Rockchip Electronics Company'), (2950, '221a', 'ZTEX GmbH'), (2951, '2222', 'MacAlly'), (2952, '2226', 'Copper Mountain technologies'), (2953, '2227', 'SAMWOO Enterprise'), (2954, '222a', 'ILI Technology Corp.'), (2955, '2230', 'Plugable'), (2956, '2232', 'Silicon Motion'), (2957, '2233', 'RadioShack Corporation'), (2958, '2237', 'Kobo Inc.'), (2959, '2245', 'Aspeed Technology, Inc.'), (2960, '224f', 'APDM'), (2961, '2256', 'Faderfox'), (2962, '225d', 'Morpho'), (2963, '226e', 'DISPLAX'), (2964, '228d', '8D Technologies inc.'), (2965, '22a4', 'VERZO Technology'), (2966, '22a6', 'Pie Digital, Inc.'), (2967, '22a7', 'Fortinet Technologies'), (2968, '22b1', 'Secret Labs LLC'), (2969, '22b8', 'Motorola PCS'), (2970, '22b9', 'eTurboTouch Technology, Inc.'), (2971, '22ba', 'Technology Innovation Holdings, Ltd'), (2972, '22c9', 'StepOver GmbH'), (2973, '22cd', 'Kinova Robotics Inc.'), (2974, '22d4', 'Laview Technology'), (2975, '22d9', 'OPPO Electronics Corp.'), (2976, '22db', 'Phase One'), (2977, '22dc', 'Mellanox Technologies'), (2978, '22de', 'WeTelecom Incorporated'), (2979, '22df', 'Medicom MTD, Ltd'), (2980, '22e0', 'secunet Security Networks AG'), (2981, '22e8', 'Cambridge Audio'), (2982, '2304', 'Pinnacle Systems, Inc.'), (2983, '230d', 'Teracom'), (2984, '2314', 'INQ Mobile'), (2985, '2318', 'Shining Technologies, Inc. [hex]'), (2986, '2319', 'Tronsmart'), (2987, '232b', 'Pantum Ltd.'), (2988, '232e', 'EA Elektro-Automatik GmbH & Co. KG'), (2989, '2340', 'Teleepoch'), (2990, '2341', 'Arduino SA'), (2991, '2349', 'P2 Engineering Group, LLC'), (2992, '234b', 'Free Software Initiative of Japan'), (2993, '2357', 'TP-Link'), (2994, '2366', 'Bitmanufaktur GmbH'), (2995, '2367', 'Teenage Engineering'), (2996, '2368', 'Peterson Electro-Musical Products Inc.'), (2997, '236a', 'SiBEAM'), (2998, '2373', 'Pumatronix Ltda'), (2999, '2375', 'Digit@lway, Inc.'), (3000, '2378', 'OnLive'), (3001, '237d', 'Cradlepoint'), (3002, '2386', 'Raydium Corporation'), (3003, '238b', 'Hytera Communications'), (3004, '239a', 'Adafruit'), (3005, '23a0', 'BIFIT'), (3006, '23a6', 'Tronical Components GmbH'), (3007, '23b4', 'Dental Wings Inc.'), (3008, '23c7', 'Gemini'), (3009, '23fc', 'SesKion GmbH'), (3010, '2405', 'Custom Computer Services, Inc'), (3011, '2406', 'SANHO Digital Electronics Co., Ltd.'), (3012, '2420', 'IRiver'), (3013, '242e', 'Vossloh-Schwabe Deutschland GmbH'), (3014, '2433', 'ASETEK'), (3015, '2443', 'Aessent Technology Ltd'), (3016, '2457', 'Ocean Optics Inc.'), (3017, '2458', 'Bluegiga Technologies'), (3018, '245f', 'Chord Electronics Limited'), (3019, '2464', 'Nest'), (3020, '2466', 'Fractal Audio Systems'), (3021, '2476', 'YEI Technology'), (3022, '2478', 'Tripp-Lite'), (3023, '248a', 'Maxxter'), (3024, '249c', 'M2Tech s.r.l.'), (3025, '24a4', 'Primare AB'), (3026, '24ae', 'Shenzhen Rapoo Technology Co., Ltd.'), (3027, '24c0', 'Chaney Instrument'), (3028, '24c6', 'ThrustMaster, Inc.'), (3029, '24cf', 'Lytro, Inc.'), (3030, '24dc', 'Aladdin R.D.'), (3031, '24e0', 'Yoctopuce Sarl'), (3032, '24e1', 'Paratronic'), (3033, '24e3', 'K-Touch'), (3034, '24ea', 'Meva'), (3035, '24ed', 'Zen Group'), (3036, '24f0', 'Metadot'), (3037, '24ff', 'Acroname Inc.'), (3038, '2500', 'Ettus Research LLC'), (3039, '2516', 'Cooler Master Co., Ltd.'), (3040, '2520', 'ANA-U GmbH'), (3041, '2527', 'Software Bisque'), (3042, '2537', 'Norelsys'), (3043, '2544', 'Energy Micro AS'), (3044, '2546', 'Ravensburger'), (3045, '2548', 'Pulse-Eight'), (3046, '254e', 'SHF Communication Technologies AG'), (3047, '2554', 'ASSA ABLOY AB'), (3048, '2555', 'Basis Science Inc.'), (3049, '255e', 'Beijing Bonxeon Technology Co., Ltd.'), (3050, '2560', 'e-con Systems'), (3051, '2563', 'ShenZhen ShanWan Technology Co., Ltd.'), (3052, '256b', 'Perreaux Industries Ltd'), (3053, '256f', '3Dconnexion'), (3054, '2573', 'ESI Audiotechnik GmbH'), (3055, '2574', 'AVer Information, Inc.'), (3056, '2575', 'Weida Hi-Tech Co., Ltd.'), (3057, '2576', 'AFO Co., Ltd.'), (3058, '2578', 'Pluscom'), (3059, '2581', 'Plug-up'), (3060, '258d', 'Sequans Communications'), (3061, '259a', 'TriQuint Semiconductor'), (3062, '25a7', 'Areson Technology Corp'), (3063, '25b5', 'FlatFrog'), (3064, '25bb', 'Brunner Elektronik AG'), (3065, '25bf', 'Elegant Invention'), (3066, '25c4', 'ARCAM'), (3067, '25c6', 'Vitus Audio (AVA Group A/S)'), (3068, '25c8', 'Visual Planet Ltd'), (3069, '25da', 'Netatmo'), (3070, '25e3', 'Lumigon'), (3071, '25f0', 'ShanWan'), (3072, '25fb', 'Pentax Ricoh Imaging Co., Ltd'), (3073, '2604', 'Tenda'), (3074, '2625', 'MilDef AB'), (3075, '2626', 'Aruba Networks'), (3076, '262a', 'SAVITECH Corp.'), (3077, '2632', 'TwinMOS'), (3078, '2639', 'Xsens'), (3079, '264a', 'Thermaltake'), (3080, '2650', 'Electronics For Imaging, Inc. [hex]'), (3081, '2659', 'Sundtek'), (3082, '2662', 'Moog Music Inc.'), (3083, '266e', 'Silicon Integrated Systems'), (3084, '2672', 'GoPro'), (3085, '2676', 'Basler AG'), (3086, '2685', 'Cardo Peripheral Systems LTD'), (3087, '2687', 'Fitbit Inc.'), (3088, '2689', 'StepOver International GmbH'), (3089, '268b', 'Dimension Engineering'), (3090, '26a9', 'Research Industrial Systems Engineering'), (3091, '26aa', 'Yaesu Musen'), (3092, '26b5', 'Electrocompaniet'), (3093, '26bd', 'Integral Memory'), (3094, '26e2', 'Ingenieurbuero Dietzsch und Thiele, PartG'), (3095, '26f2', 'Micromega'), (3096, '2707', 'Bardac Corporation'), (3097, '270d', 'Rosand Technologies'), (3098, '2717', 'Xiaomi Inc.'), (3099, '272a', 'StarLeaf Ltd.'), (3100, '272c', 'Signum Systems'), (3101, '2730', 'Citizen'), (3102, '2735', 'DigitalWay'), (3103, '273f', 'Hughski Limited'), (3104, '2756', 'Victor Hasselblad AB'), (3105, '2759', 'Philip Morris Products S.A.'), (3106, '2765', 'Firstbeat Technologies, Ltd.'), (3107, '2766', 'LifeScan'), (3108, '2770', 'NHJ, Ltd'), (3109, '27a8', 'Square, Inc.'), (3110, '27b8', 'ThingM'), (3111, '27bd', 'Codethink Ltd.'), (3112, '27c0', 'Cadwell Laboratories, Inc.'), (3113, '27c6', 'Shenzhen Goodix Technology Co.,Ltd.'), (3114, '27d4', 'Blackstar Amplification Limited'), (3115, '27dd', 'Mindeo'), (3116, '27f2', 'Softnautics LLP'), (3117, '2803', 'StarLine LLC.'), (3118, '2806', 'SIMPASS'), (3119, '2817', 'Signal Hound, Inc.'), (3120, '2818', 'Codex Digital Limited'), (3121, '2821', 'ASUSTek Computer Inc.'), (3122, '2822', 'REFLEXdigital'), (3123, '2833', 'Oculus VR, Inc.'), (3124, '2836', 'OUYA'), (3125, '286b', 'STANEO SAS'), (3126, '2886', 'Seeed Technology Co., Ltd.'), (3127, '2890', 'Teknic, Inc'), (3128, '2899', 'Toptronic Industrial Co., Ltd'), (3129, '289b', 'Dracal/Raphnet technologies'), (3130, '289d', 'Seek Thermal, Inc.'), (3131, '28bd', 'XP-Pen'), (3132, '28c7', 'Ultimaker B.V.'), (3133, '28d4', 'Devialet'), (3134, '28de', 'Valve Software'), (3135, '28e0', 'PT. Prasimax Inovasi Teknologi'), (3136, '28e9', 'GDMicroelectronics'), (3137, '28f3', 'Clover Network, Inc.'), (3138, '28f9', 'Profitap HQ BV'), (3139, '290c', 'R. Hamilton & Co. Ltd.'), (3140, '2912', 'Audioengine'), (3141, '2916', 'Yota Devices'), (3142, '2931', 'Jolla Oy'), (3143, '2939', 'Zaber Technologies Inc.'), (3144, '2957', 'Obsidian Research Corporation'), (3145, '2961', 'Miselu'), (3146, '296b', 'Xacti Corporation'), (3147, '2972', 'FiiO Electronics Technology'), (3148, '298d', 'Next Biometrics'), (3149, '29bd', 'Silicon Works'), (3150, '29c1', 'Taztag'), (3151, '29c2', 'Lewitt GmbH'), (3152, '29c3', 'Noviga'), (3153, '29e2', 'Huatune Technology (Shanghai) Co., Ltd.'), (3154, '29e7', 'Brunel University'), (3155, '29e8', '4Links Limited'), (3156, '29ea', 'Kinesis Corporation'), (3157, '29f1', 'Canaan Creative Co., Ltd'), (3158, '2a03', 'dog hunter AG'), (3159, '2a0e', 'Shenzhen DreamSource Technology Co., Ltd.'), (3160, '2a13', 'Grabba International'), (3161, '2a19', 'Numato Systems Pvt. Ltd'), (3162, '2a1d', 'Oxford Nanopore Technologies, Ltd'), (3163, '2a37', 'RTD Embedded Technologies, Inc.'), (3164, '2a39', 'RME'), (3165, '2a3c', 'Trinamic Motion Control GmbH & Co KG'), (3166, '2a45', 'Meizu Corp.'), (3167, '2a47', 'Mundo Reader, S.L.'), (3168, '2a4b', 'EMULEX Corporation'), (3169, '2a62', 'Flymaster Avionics'), (3170, '2a6e', 'Bare Conductive'), (3171, '2a70', 'OnePlus Technology (Shenzhen) Co., Ltd.'), (3172, '2a88', 'DFU Technology Ltd'), (3173, '2a8d', 'Keysight Technologies, Inc.'), (3174, '2ab6', 'T+A elektroakustik GmbH & Co KG, Germany'), (3175, '2ac7', 'Ultrahaptics Ltd.'), (3176, '2ad1', 'Picotronic GmbH'), (3177, '2ae5', 'Fairphone B.V.'), (3178, '2aec', 'Ambiq Micro, Inc.'), (3179, '2af4', 'ROLI Ltd.'), (3180, '2b03', 'STEREOLABS'), (3181, '2b0e', 'LeEco'), (3182, '2b23', 'Red Hat, Inc.'), (3183, '2b24', 'KeepKey LLC'), (3184, '2b3e', 'NewAE Technology Inc.'), (3185, '2b4c', 'ZUK'), (3186, '2bc5', 'Orbbec 3D Technology International, Inc'), (3187, '2bcc', 'InoTec GmbH Organisationssysteme'), (3188, '2bd6', 'Coroware, Inc.'), (3189, '2bd8', 'ROPEX Industrie-Elektronik GmbH'), (3190, '2c02', 'Planex Communications'), (3191, '2c1a', 'Dolphin Peripherals'), (3192, '2c23', 'Supermicro Computer Incorporated'), (3193, '2c4e', 'Mercucys INC'), (3194, '2c4f', 'Canon Electronic Business Machines Co., Ltd.'), (3195, '2c55', 'Magic Leap, Inc.'), (3196, '2c7c', 'Quectel Wireless Solutions Co., Ltd.'), (3197, '2c97', 'Ledger'), (3198, '2c99', 'Prusa'), (3199, '2c9c', 'Vayyar Imaging Ltd.'), (3200, '2c9d', 'Nod Inc'), (3201, '2ca3', 'DJI Technology Co., Ltd.'), (3202, '2cb7', 'Fibocom'), (3203, '2cc0', 'Hangzhou Zero Zero Infinity Technology Co., Ltd.'), (3204, '2cc2', 'Lautsprecher Teufel GmbH'), (3205, '2ccf', 'Hypersecu'), (3206, '2cd9', 'Cambrionix Ltd'), (3207, '2cdc', 'Sea & Sun Technology GmbH'), (3208, '2ce5', 'InX8 Inc [AKiTiO]'), (3209, '2cf0', 'Nuand LLC'), (3210, '2d1f', 'Wacom Taiwan Information Co. Ltd.'), (3211, '2d25', 'Kronegger GmbH.'), (3212, '2d2d', 'proxmark.org'), (3213, '2d37', 'Zhuhai Poskey Technology Co.,Ltd'), (3214, '2d6b', 'NetUP Inc.'), (3215, '2d81', 'Evollve Inc.'), (3216, '2d84', 'Zhuhai Poskey Technology Co.,Ltd'), (3217, '2dc8', '8BitDo'), (3218, '2dcf', 'Dialog Semiconductor'), (3219, '2def', 'Kirale Technologies'), (3220, '2df2', 'LIPS Corporation'), (3221, '2e04', 'HMD Global'), (3222, '2e0e', 'Hatteland Display AS'), (3223, '2e24', 'Hyperkin'), (3224, '2e3b', 'uSens Inc.'), (3225, '2e57', 'MEGWARE Computer Vertrieb und Service GmbH'), (3226, '2e69', 'Swift Navigation'), (3227, '2e95', 'SCUF Gaming'), (3228, '2f76', 'KeyXentic Inc.'), (3229, '2fad', 'Definium Technologies'), (3230, '2fb0', 'Infocrypt'), (3231, '2fb2', 'Fujitsu, Ltd'), (3232, '2fc0', 'Sensidyne, LP'), (3233, '2fc6', 'Comtrue Inc.'), (3234, '2fe0', 'Xaptum, Inc.'), (3235, '2fe3', 'NordicSemiconductor'), (3236, '2fe7', 'ELGIN S.A.'), (3237, '2feb', 'Beijing Veikk E-Commerce Co., Ltd.'), (3238, '2ff4', 'Quixant Plc'), (3239, '3016', 'Boundary Devices, LLC'), (3240, '3036', 'Control iD'), (3241, '3037', 'Beijing Chushifengmang Technology Development Co.,Ltd.'), (3242, '3057', 'Kingsis Corporation'), (3243, '308f', 'Input Club'), (3244, '30a4', 'Blues Wireless'), (3245, '30c2', 'UNPARALLEL Innovation, Lda'), (3246, '30c9', 'Luxvisions Innotech Limited'), (3247, '30ee', 'Fujitsu Connected Technologies Limited'), (3248, '30f2', 'Varex Imaging'), (3249, '3111', 'Hiperscan GmbH'), (3250, '3112', 'Meteca SA'), (3251, '3125', 'Eagletron'), (3252, '3136', 'Navini Networks'), (3253, '3145', 'SafeLogic Inc.'), (3254, '3147', 'Tanvas, Inc.'), (3255, '316c', 'SigmaSense, LLC'), (3256, '316d', 'Purism, SPC'), (3257, '316e', 'SPECINFOSYSTEMS'), (3258, '3171', '8086 Consultancy'), (3259, '3176', 'Whanam Electronics Co., Ltd'), (3260, '3195', 'Link Instruments'), (3261, '31c9', 'BeiJing LanXum Computer Technology Co., Ltd.'), (3262, '3200', 'Alcatel-Lucent Enterprise'), (3263, '3219', 'Smak Tecnologia e Automacao LTDA'), (3264, '321c', 'Premio, Inc.'), (3265, '324c', 'CUPRIS Ltd.'), (3266, '326d', 'Agile Display Solutions Co., Ltd'), (3267, '3275', 'VidzMedia Pte Ltd'), (3268, '3293', 'Unhuman Inc.'), (3269, '32b3', 'TEXA'), (3270, '3310', 'MUDITA Sp. z o.o.'), (3271, '3333', 'InLine'), (3272, '3334', 'AEI'), (3273, '3340', 'Yakumo'), (3274, '3344', 'Leaguer Microelectronics (LME)'), (3275, '3384', 'System76'), (3276, '348f', 'ISY'), (3277, '3504', 'Micro Star'), (3278, '3538', 'Power Quotient International Co., Ltd'), (3279, '3579', 'DIVA'), (3280, '357d', 'Sharkoon'), (3281, '3636', 'InVibro'), (3282, '3767', 'Fanatec'), (3283, '3838', 'WEM'), (3284, '3923', 'National Instruments Corp.'), (3285, '40bb', 'I-O Data'), (3286, '4101', 'i-rocks'), (3287, '4102', 'iRiver, Ltd.'), (3288, '413c', 'Dell Computer Corp.'), (3289, '4146', 'USBest Technology'), (3290, '4168', 'Targus'), (3291, '4242', 'USB Design by Example'), (3292, '4255', 'GoPro'), (3293, '4317', 'Broadcom Corp.'), (3294, '4348', 'WinChipHead'), (3295, '4572', 'Shuttle, Inc.'), (3296, '4586', 'Panram'), (3297, '4670', 'EMS Production'), (3298, '46f4', 'QEMU'), (3299, '4752', 'Miditech'), (3300, '4757', 'GW Instek'), (3301, '4766', 'Aceeca'), (3302, '4855', 'Memorex'), (3303, '4971', 'SimpleTech'), (3304, '4d46', 'Musical Fidelity'), (3305, '5032', 'Grandtec'), (3306, '50c2', 'Averatec (?)'), (3307, '5131', 'MSR'), (3308, '5173', 'Sweex'), (3309, '5219', 'I-Tetra'), (3310, '5332', 'Clearly Superior Technologies, Inc.'), (3311, '5345', 'Owon'), (3312, '534c', 'SatoshiLabs'), (3313, '534d', 'MacroSilicon'), (3314, '5354', 'Meyer Instruments (MIS)'), (3315, '544d', 'Transmeta Corp.'), (3316, '5543', 'UC-Logic Technology Corp.'), (3317, '5555', 'Epiphan Systems Inc.'), (3318, '55aa', 'OnSpec Electronic, Inc.'), (3319, '5654', 'Gotview'), (3320, '5656', 'Uni-Trend Group Limited'), (3321, '595a', 'IRTOUCHSYSTEMS Co. Ltd.'), (3322, '5986', 'Acer, Inc'), (3323, '59e3', 'Nonolith Labs'), (3324, '5a57', 'Zinwell'), (3325, '6000', 'Beholder International Ltd.'), (3326, '601a', 'Ingenic Semiconductor Ltd.'), (3327, '6022', 'Xektek'), (3328, '6189', 'Sitecom'), (3329, '6244', 'LightingSoft AG'), (3330, '6253', 'TwinHan Technology Co., Ltd'), (3331, '636c', 'CoreLogic, Inc.'), (3332, '6472', 'Sony Corp.'), (3333, '6547', 'Arkmicro Technologies Inc.'), (3334, '6557', 'Emtec'), (3335, '6615', 'IRTOUCHSYSTEMS Co. Ltd.'), (3336, '6666', 'Prototype product Vendor ID'), (3337, '6677', 'WiseGroup, Ltd.'), (3338, '675d', 'Humanscale'), (3339, '6891', '3Com'), (3340, '695c', 'Opera1'), (3341, '6993', 'Yealink Network Technology Co., Ltd.'), (3342, '6a75', 'Shanghai Jujo Electronics Co., Ltd'), (3343, '7104', 'CME (Central Music Co.)'), (3344, '726c', 'StackFoundry LLC'), (3345, '7302', 'Solinftec'), (3346, '734c', 'TBS Technologies China'), (3347, '7373', 'Beijing STONE Technology Co. Ltd.'), (3348, '7392', 'Edimax Technology Co., Ltd'), (3349, '73d8', 'Progeny Dental Equipment Specialists'), (3350, '7669', 'Venable Instruments'), (3351, '7825', 'Other World Computing'), (3352, '8070', 'ACCES I/O Products, Inc.'), (3353, '8086', 'Intel Corp.'), (3354, '8087', 'Intel Corp.'), (3355, '80ee', 'VirtualBox'), (3356, '8282', 'Keio'), (3357, '8301', 'Hapurs'), (3358, '8341', 'EGO Systems, Inc.'), (3359, '8564', 'Transcend Information, Inc.'), (3360, '8644', 'Intenso GmbG'), (3361, '8e06', 'CH Products, Inc.'), (3362, '8ea3', 'Doosl'), (3363, '9016', 'Sitecom'), (3364, '9022', 'TeVii Technology Ltd.'), (3365, '9148', 'GeoLab, Ltd'), (3366, '9516', 'Studiologic'), (3367, '9710', 'MosChip Semiconductor'), (3368, '9849', 'Bestmedia CD Recordable GmbH & Co. KG'), (3369, '9886', 'Astro Gaming'), (3370, '9999', 'Odeon'), (3371, '99fa', 'Grandtec'), (3372, '9ac4', 'J. Westhues'), (3373, '9e88', 'Marvell Semiconductor, Inc.'), (3374, 'a014', 'Insignia (Best Buy)'), (3375, 'a108', 'Ingenic Semiconductor Co.,Ltd'), (3376, 'a128', 'AnMo Electronics Corp. / Dino-Lite (?)'), (3377, 'a168', 'AnMo Electronics Corporation'), (3378, 'a466', 'Haikou Xingong Electronics Co.,Ltd'), (3379, 'a600', 'ASIX s.r.o.'), (3380, 'a727', '3Com'), (3381, 'a88a', 'Clas Ohlsson'), (3382, 'aaaa', 'MXT'), (3383, 'ab12', 'aplic'), (3384, 'abcd', 'LogiLink'), (3385, 'b58e', 'Blue Microphones'), (3386, 'ba77', 'Clockmaker'), (3387, 'c216', 'Card Device Expert Co., LTD'), (3388, 'c251', 'Keil Software, Inc.'), (3389, 'c502', 'AGPTek'), (3390, 'cace', 'CACE Technologies Inc.'), (3391, 'cd12', 'SMART TECHNOLOGY INDUSTRIAL LTD.'), (3392, 'd208', 'Ultimarc'), (3393, 'd209', 'Ultimarc'), (3394, 'd904', 'LogiLink'), (3395, 'e2b7', 'Jie Li'), (3396, 'e4e4', 'Xorcom Ltd.'), (3397, 'eb03', 'MakingThings'), (3398, 'eb1a', 'eMPIA Technology, Inc.'), (3399, 'eb2a', 'KWorld'), (3400, 'ef18', 'SMART TECHNOLOGY INDUSTRIAL LTD.'), (3401, 'f003', 'Hewlett Packard'), (3402, 'f007', 'Teslong'), (3403, 'f182', 'Leap Motion'), (3404, 'f3f0', 'CCT, Inc'), (3405, 'f4ec', 'Atten Electronics / Siglent Technologies'), (3406, 'f4ed', 'Shenzhen Siglent Co., Ltd.'), (3407, 'f766', 'Hama'), (3408, 'fa11', 'DyingLight'), (3409, 'fc08', 'Conrad Electronic SE'), (3410, 'ff00', 'Power Delivery'), (3411, 'ffee', 'FNK Tech'), (3412, 'C', '00 (Defined at Interface level)'), (3413, 'C', '01 Audio'), (3414, 'C', '02 Communications'), (3415, 'C', '03 Human Interface Device'), (3416, 'C', '05 Physical Interface Device'), (3417, 'C', '06 Imaging'), (3418, 'C', '07 Printer'), (3419, 'C', '08 Mass Storage'), (3420, 'C', '09 Hub'), (3421, 'C', '0a CDC Data'), (3422, 'C', '0b Chip/SmartCard'), (3423, 'C', '0d Content Security'), (3424, 'C', '0e Video'), (3425, 'C', '58 Xbox'), (3426, 'C', 'dc Diagnostic'), (3427, 'C', 'e0 Wireless'), (3428, 'C', 'ef Miscellaneous Device'), (3429, 'C', 'fe Application Specific Interface'), (3430, 'C', 'ff Vendor Specific Class'), (3431, 'AT', '0100 USB Undefined'), (3432, 'AT', '0101 USB Streaming'), (3433, 'AT', '01ff USB Vendor Specific'), (3434, 'AT', '0200 Input Undefined'), (3435, 'AT', '0201 Microphone'), (3436, 'AT', '0202 Desktop Microphone'), (3437, 'AT', '0203 Personal Microphone'), (3438, 'AT', '0204 Omni-directional Microphone'), (3439, 'AT', '0205 Microphone Array'), (3440, 'AT', '0206 Processing Microphone Array'), (3441, 'AT', '0300 Output Undefined'), (3442, 'AT', '0301 Speaker'), (3443, 'AT', '0302 Headphones'), (3444, 'AT', '0303 Head Mounted Display Audio'), (3445, 'AT', '0304 Desktop Speaker'), (3446, 'AT', '0305 Room Speaker'), (3447, 'AT', '0306 Communication Speaker'), (3448, 'AT', '0307 Low Frequency Effects Speaker'), (3449, 'AT', '0400 Bidirectional Undefined'), (3450, 'AT', '0401 Handset'), (3451, 'AT', '0402 Headset'), (3452, 'AT', '0403 Speakerphone, no echo reduction'), (3453, 'AT', '0404 Echo-suppressing speakerphone'), (3454, 'AT', '0405 Echo-canceling speakerphone'), (3455, 'AT', '0500 Telephony Undefined'), (3456, 'AT', '0501 Phone line'), (3457, 'AT', '0502 Telephone'), (3458, 'AT', '0503 Down Line Phone'), (3459, 'AT', '0600 External Undefined'), (3460, 'AT', '0601 Analog Connector'), (3461, 'AT', '0602 Digital Audio Interface'), (3462, 'AT', '0603 Line Connector'), (3463, 'AT', '0604 Legacy Audio Connector'), (3464, 'AT', '0605 SPDIF interface'), (3465, 'AT', '0606 1394 DA stream'), (3466, 'AT', '0607 1394 DV stream soundtrack'), (3467, 'AT', '0700 Embedded Undefined'), (3468, 'AT', '0701 Level Calibration Noise Source'), (3469, 'AT', '0702 Equalization Noise'), (3470, 'AT', '0703 CD Player'), (3471, 'AT', '0704 DAT'), (3472, 'AT', '0705 DCC'), (3473, 'AT', '0706 MiniDisc'), (3474, 'AT', '0707 Analog Tape'), (3475, 'AT', '0708 Phonograph'), (3476, 'AT', '0709 VCR Audio'), (3477, 'AT', '070a Video Disc Audio'), (3478, 'AT', '070b DVD Audio'), (3479, 'AT', '070c TV Tuner Audio'), (3480, 'AT', '070d Satellite Receiver Audio'), (3481, 'AT', '070e Cable Tuner Audio'), (3482, 'AT', '070f DSS Audio'), (3483, 'AT', '0710 Radio Receiver'), (3484, 'AT', '0711 Radio Transmitter'), (3485, 'AT', '0712 Multitrack Recorder'), (3486, 'AT', '0713 Synthesizer'), (3487, 'HID', '21 HID'), (3488, 'HID', '22 Report'), (3489, 'HID', '23 Physical'), (3490, 'R', '04 Usage Page'), (3491, 'R', '08 Usage'), (3492, 'R', '14 Logical Minimum'), (3493, 'R', '18 Usage Minimum'), (3494, 'R', '24 Logical Maximum'), (3495, 'R', '28 Usage Maximum'), (3496, 'R', '34 Physical Minimum'), (3497, 'R', '38 Designator Index'), (3498, 'R', '44 Physical Maximum'), (3499, 'R', '48 Designator Minimum'), (3500, 'R', '54 Unit Exponent'), (3501, 'R', '58 Designator Maximum'), (3502, 'R', '64 Unit'), (3503, 'R', '74 Report Size'), (3504, 'R', '78 String Index'), (3505, 'R', '80 Input'), (3506, 'R', '84 Report ID'), (3507, 'R', '88 String Minimum'), (3508, 'R', '90 Output'), (3509, 'R', '94 Report Count'), (3510, 'R', '98 String Maximum'), (3511, 'R', 'a0 Collection'), (3512, 'R', 'a4 Push'), (3513, 'R', 'a8 Delimiter'), (3514, 'R', 'b0 Feature'), (3515, 'R', 'b4 Pop'), (3516, 'R', 'c0 End Collection'), (3517, 'BIAS', '0 Not Applicable'), (3518, 'BIAS', '1 Right Hand'), (3519, 'BIAS', '2 Left Hand'), (3520, 'BIAS', '3 Both Hands'), (3521, 'BIAS', '4 Either Hand'), (3522, 'PHY', '00 None'), (3523, 'PHY', '01 Hand'), (3524, 'PHY', '02 Eyeball'), (3525, 'PHY', '03 Eyebrow'), (3526, 'PHY', '04 Eyelid'), (3527, 'PHY', '05 Ear'), (3528, 'PHY', '06 Nose'), (3529, 'PHY', '07 Mouth'), (3530, 'PHY', '08 Upper Lip'), (3531, 'PHY', '09 Lower Lip'), (3532, 'PHY', '0a Jaw'), (3533, 'PHY', '0b Neck'), (3534, 'PHY', '0c Upper Arm'), (3535, 'PHY', '0d Elbow'), (3536, 'PHY', '0e Forearm'), (3537, 'PHY', '0f Wrist'), (3538, 'PHY', '10 Palm'), (3539, 'PHY', '11 Thumb'), (3540, 'PHY', '12 Index Finger'), (3541, 'PHY', '13 Middle Finger'), (3542, 'PHY', '14 Ring Finger'), (3543, 'PHY', '15 Little Finger'), (3544, 'PHY', '16 Head'), (3545, 'PHY', '17 Shoulder'), (3546, 'PHY', '18 Hip'), (3547, 'PHY', '19 Waist'), (3548, 'PHY', '1a Thigh'), (3549, 'PHY', '1b Knee'), (3550, 'PHY', '1c calf'), (3551, 'PHY', '1d Ankle'), (3552, 'PHY', '1e Foot'), (3553, 'PHY', '1f Heel'), (3554, 'PHY', '20 Ball of Foot'), (3555, 'PHY', '21 Big Toe'), (3556, 'PHY', '22 Second Toe'), (3557, 'PHY', '23 Third Toe'), (3558, 'PHY', '24 Fourth Toe'), (3559, 'PHY', '25 Fifth Toe'), (3560, 'PHY', '26 Brow'), (3561, 'PHY', '27 Cheek'), (3562, 'HUT', '00 Undefined'), (3563, 'HUT', '01 Generic Desktop Controls'), (3564, 'HUT', '02 Simulation Controls'), (3565, 'HUT', '03 VR Controls'), (3566, 'HUT', '04 Sport Controls'), (3567, 'HUT', '05 Game Controls'), (3568, 'HUT', '07 Keyboard'), (3569, 'HUT', '08 LEDs'), (3570, 'HUT', '09 Buttons'), (3571, 'HUT', '0a Ordinal'), (3572, 'HUT', '0b Telephony'), (3573, 'HUT', '0c Consumer'), (3574, 'HUT', '0d Digitizer'), (3575, 'HUT', '0f PID Page'), (3576, 'HUT', '10 Unicode'), (3577, 'HUT', '14 Alphanumeric Display'), (3578, 'HUT', '80 USB Monitor'), (3579, 'HUT', '81 USB Monitor Enumerated Values'), (3580, 'HUT', '82 Monitor VESA Virtual Controls'), (3581, 'HUT', '84 Power Device Page'), (3582, 'HUT', '85 Battery System Page'), (3583, 'HUT', '86 Power Pages'), (3584, 'HUT', '87 Power Pages'), (3585, 'HUT', '8c Bar Code Scanner Page (POS)'), (3586, 'HUT', '8d Scale Page (POS)'), (3587, 'HUT', '90 Camera Control Page'), (3588, 'HUT', '91 Arcade Control Page'), (3589, 'HUT', 'f0 Cash Device'), (3590, 'HUT', 'ff Vendor Specific'), (3591, 'L', '0001 Arabic'), (3592, 'L', '0002 Bulgarian'), (3593, 'L', '0003 Catalan'), (3594, 'L', '0004 Chinese'), (3595, 'L', '0005 Czech'), (3596, 'L', '0006 Danish'), (3597, 'L', '0007 German'), (3598, 'L', '0008 Greek'), (3599, 'L', '0009 English'), (3600, 'L', '000a Spanish'), (3601, 'L', '000b Finnish'), (3602, 'L', '000c French'), (3603, 'L', '000d Hebrew'), (3604, 'L', '000e Hungarian'), (3605, 'L', '000f Idelandic'), (3606, 'L', '0010 Italian'), (3607, 'L', '0011 Japanese'), (3608, 'L', '0012 Korean'), (3609, 'L', '0013 Dutch'), (3610, 'L', '0014 Norwegian'), (3611, 'L', '0015 Polish'), (3612, 'L', '0016 Portuguese'), (3613, 'L', '0017 forgotten'), (3614, 'L', '0018 Romanian'), (3615, 'L', '0019 Russian'), (3616, 'L', '001a Serbian'), (3617, 'L', '001b Slovak'), (3618, 'L', '001c Albanian'), (3619, 'L', '001d Swedish'), (3620, 'L', '001e Thai'), (3621, 'L', '001f Turkish'), (3622, 'L', '0020 Urdu'), (3623, 'L', '0021 Indonesian'), (3624, 'L', '0022 Ukrainian'), (3625, 'L', '0023 Belarusian'), (3626, 'L', '0024 Slovenian'), (3627, 'L', '0025 Estonian'), (3628, 'L', '0026 Latvian'), (3629, 'L', '0027 Lithuanian'), (3630, 'L', '0028 forgotten'), (3631, 'L', '0029 Farsi'), (3632, 'L', '002a Vietnamese'), (3633, 'L', '002b Armenian'), (3634, 'L', '002c Azeri'), (3635, 'L', '002d Basque'), (3636, 'L', '002e forgotten'), (3637, 'L', '002f Macedonian'), (3638, 'L', '0036 Afrikaans'), (3639, 'L', '0037 Georgian'), (3640, 'L', '0038 Faeroese'), (3641, 'L', '0039 Hindi'), (3642, 'L', '003e Malay'), (3643, 'L', '003f Kazak'), (3644, 'L', '0041 Awahili'), (3645, 'L', '0043 Uzbek'), (3646, 'L', '0044 Tatar'), (3647, 'L', '0045 Bengali'), (3648, 'L', '0046 Punjabi'), (3649, 'L', '0047 Gujarati'), (3650, 'L', '0048 Oriya'), (3651, 'L', '0049 Tamil'), (3652, 'L', '004a Telugu'), (3653, 'L', '004b Kannada'), (3654, 'L', '004c Malayalam'), (3655, 'L', '004d Assamese'), (3656, 'L', '004e Marathi'), (3657, 'L', '004f Sanskrit'), (3658, 'L', '0057 Konkani'), (3659, 'L', '0058 Manipuri'), (3660, 'L', '0059 Sindhi'), (3661, 'L', '0060 Kashmiri'), (3662, 'L', '0061 Nepali'), (3663, 'HCC', '00 Not supported'), (3664, 'HCC', '01 Arabic'), (3665, 'HCC', '02 Belgian'), (3666, 'HCC', '03 Canadian-Bilingual'), (3667, 'HCC', '04 Canadian-French'), (3668, 'HCC', '05 Czech Republic'), (3669, 'HCC', '06 Danish'), (3670, 'HCC', '07 Finnish'), (3671, 'HCC', '08 French'), (3672, 'HCC', '09 German'), (3673, 'HCC', '10 Greek'), (3674, 'HCC', '11 Hebrew'), (3675, 'HCC', '12 Hungary'), (3676, 'HCC', '13 International (ISO)'), (3677, 'HCC', '14 Italian'), (3678, 'HCC', '15 Japan (Katakana)'), (3679, 'HCC', '16 Korean'), (3680, 'HCC', '17 Latin American'), (3681, 'HCC', '18 Netherlands/Dutch'), (3682, 'HCC', '19 Norwegian'), (3683, 'HCC', '20 Persian (Farsi)'), (3684, 'HCC', '21 Poland'), (3685, 'HCC', '22 Portuguese'), (3686, 'HCC', '23 Russia'), (3687, 'HCC', '24 Slovakia'), (3688, 'HCC', '25 Spanish'), (3689, 'HCC', '26 Swedish'), (3690, 'HCC', '27 Swiss/French'), (3691, 'HCC', '28 Swiss/German'), (3692, 'HCC', '29 Switzerland'), (3693, 'HCC', '30 Taiwan'), (3694, 'HCC', '31 Turkish-Q'), (3695, 'HCC', '32 UK'), (3696, 'HCC', '33 US'), (3697, 'HCC', '34 Yugoslavia'), (3698, 'HCC', '35 Turkish-F'), (3699, 'VT', '0100 USB Vendor Specific'), (3700, 'VT', '0101 USB Streaming'), (3701, 'VT', '0200 Input Vendor Specific'), (3702, 'VT', '0201 Camera Sensor'), (3703, 'VT', '0202 Sequential Media'), (3704, 'VT', '0300 Output Vendor Specific'), (3705, 'VT', '0301 Generic Display'), (3706, 'VT', '0302 Sequential Media'), (3707, 'VT', '0400 External Vendor Specific'), (3708, 'VT', '0401 Composite Video'), (3709, 'VT', '0402 S-Video'), (3710, 'VT', '0403 Component Video'); INSERT INTO `glpi_plugin_fusioninventory_usbdevices` (`id`, `deviceid`, `name`, `plugin_fusioninventory_usbvendor_id`) VALUES (1, '7778', 'Counterfeit flash drive [Kingston]', '1'), (2, '0002', 'passport00', '2'), (3, '7788', 'counterfeit flash drive', '5'), (4, '5301', 'GW-US54ZGL 802.11bg', '6'), (5, '0006', 'Joystick', '7'), (6, '0006', 'PC TWIN SHOCK Gamepad', '8'), (7, '0011', 'Gamepad', '8'), (8, '1800', 'Mayflash Wii U Pro Game Controller Adapter [DirectInput]', '8'), (9, '181b', 'Venom Arcade Joystick', '8'), (10, '1843', 'Mayflash GameCube Controller Adapter', '8'), (11, '1844', 'Mayflash GameCube Controller', '8'), (12, 'a001', 'JMS578 based SATA bridge', '9'), (13, '0600', 'eBook Reader', '10'), (14, '145f', 'NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]', '12'), (15, '0002', 'HDM Interface', '13'), (16, '0127', 'ibp', '13'), (17, '0112', 'Card Reader', '14'), (18, '145f', 'Trust Deskset', '15'), (19, '0201', 'MA180 UMTS Modem', '16'), (20, '6025', 'CBM2080 / CBM2090 Flash drive controller', '17'), (21, '6026', 'CBM1180 Flash drive controller', '17'), (22, '0301', 'MIDI Port', '18'), (23, '138c', 'PVR Mass Storage', '19'), (24, 'bc06', 'OCZ ATV USB 2.0 Flash Drive', '21'), (25, 'bc08', 'OCZ Rally2/ATV USB 2.0 Flash Drive', '21'), (26, 'ac02', 'ATV Turbo / Rally2 Dual Channel USB 2.0 Flash Drive', '22'), (27, '0001', 'PSX for USB Converter', '23'), (28, '0499', 'SE340D PC Remote Control', '24'), (29, '0002', 'HD44780 LCD interface', '25'), (30, '2150', 'Myriad VPU [Movidius Neural Compute Stick]', '26'), (31, '2485', 'Movidius MyriadX', '26'), (32, 'f63b', 'Myriad VPU [Movidius Neural Compute Stick]', '26'), (33, '0004', 'SE401 Webcam', '27'), (34, '0008', '101 Ethernet [klsi]', '27'), (35, '0015', 'ATAPI Enclosure', '27'), (36, '2123', 'SiPix StyleCam Deluxe', '27'), (37, '8004', 'Aox 99001', '27'), (38, '0902', '4-Port Hub', '30'), (39, '2002', 'Mass Storage Device', '30'), (40, '2015', 'at90usbkey sample firmware (HID keyboard)', '30'), (41, '2018', 'at90usbkey sample firmware (CDC ACM)', '30'), (42, '2019', 'stk525 sample firmware (microphone)', '30'), (43, '201c', 'at90usbkey sample firmware (HID mouse)', '30'), (44, '201d', 'at90usbkey sample firmware (HID generic)', '30'), (45, '2022', 'at90usbkey sample firmware (composite device)', '30'), (46, '2040', 'LUFA Test PID', '30'), (47, '2041', 'LUFA Mouse Demo Application', '30'), (48, '2042', 'LUFA Keyboard Demo Application', '30'), (49, '2043', 'LUFA Joystick Demo Application', '30'), (50, '2044', 'LUFA CDC Demo Application', '30'), (51, '2045', 'LUFA Mass Storage Demo Application', '30'), (52, '2046', 'LUFA Audio Output Demo Application', '30'), (53, '2047', 'LUFA Audio Input Demo Application', '30'), (54, '2048', 'LUFA MIDI Demo Application', '30'), (55, '2049', 'Stripe Snoop Magnetic Stripe Reader', '30'), (56, '204a', 'LUFA CDC Class Bootloader', '30'), (57, '204b', 'LUFA USB to Serial Adapter Project', '30'), (58, '204c', 'LUFA RNDIS Demo Application', '30'), (59, '204d', 'LUFA Combined Mouse and Keyboard Demo Application', '30'), (60, '204e', 'LUFA Dual CDC Demo Application', '30'), (61, '204f', 'LUFA Generic HID Demo Application', '30'), (62, '2060', 'Benito Programmer Project', '30'), (63, '2061', 'LUFA Combined Mass Storage and Keyboard Demo Application', '30'), (64, '2062', 'LUFA Combined CDC and Mouse Demo Application', '30'), (65, '2063', 'LUFA Datalogger Device', '30'), (66, '2064', 'Interfaceless Control-Only LUFA Devices', '30'), (67, '2065', 'LUFA Test and Measurement Demo Application', '30'), (68, '2066', 'LUFA Multiple Report HID Demo', '30'), (69, '2068', 'LUFA Virtual Serial/Mass Storage Demo', '30'), (70, '2069', 'LUFA Webserver Project', '30'), (71, '2103', 'JTAG ICE mkII', '30'), (72, '2104', 'AVR ISP mkII', '30'), (73, '2105', 'AVRONE!', '30'), (74, '2106', 'STK600 development board', '30'), (75, '2107', 'AVR Dragon', '30'), (76, '2109', 'STK541 ZigBee Development Board', '30'), (77, '210a', 'AT86RF230 [RZUSBSTICK] transceiver', '30'), (78, '210d', 'XPLAIN evaluation kit (CDC ACM)', '30'), (79, '2110', 'AVR JTAGICE3 Debugger and Programmer', '30'), (80, '2111', 'Xplained Pro board debugger and programmer', '30'), (81, '2122', 'XMEGA-A1 Explained evaluation kit', '30'), (82, '2140', 'AVR JTAGICE3 (v3.x) Debugger and Programmer', '30'), (83, '2141', 'ICE debugger', '30'), (84, '2145', 'ATMEGA328P-XMINI (CDC ACM)', '30'), (85, '2310', 'EVK11xx evaluation board', '30'), (86, '2404', 'The Micro', '30'), (87, '2fe4', 'ATxmega32A4U DFU bootloader', '30'), (88, '2fe6', 'Cactus V6 (DFU)', '30'), (89, '2fea', 'Cactus RF60 (DFU)', '30'), (90, '2fee', 'atmega8u2 DFU bootloader', '30'), (91, '2fef', 'atmega16u2 DFU bootloader', '30'), (92, '2ff0', 'atmega32u2 DFU bootloader', '30'), (93, '2ff1', 'at32uc3a3 DFU bootloader', '30'), (94, '2ff3', 'atmega16u4 DFU bootloader', '30'), (95, '2ff4', 'atmega32u4 DFU bootloader', '30'), (96, '2ff6', 'at32uc3b0/1 DFU bootloader', '30'), (97, '2ff7', 'at90usb82 DFU bootloader', '30'), (98, '2ff8', 'at32uc3a0/1 DFU bootloader', '30'), (99, '2ff9', 'at90usb646/647 DFU bootloader', '30'), (100, '2ffa', 'at90usb162 DFU bootloader', '30'), (101, '2ffb', 'at90usb AVR DFU bootloader', '30'), (102, '2ffd', 'at89c5130/c5131 DFU bootloader', '30'), (103, '2fff', 'at89c5132/c51snd1c DFU bootloader', '30'), (104, '3301', 'at43301 4-Port Hub', '30'), (105, '3312', '4-Port Hub', '30'), (106, '4102', 'AirVast W-Buddie WN210', '30'), (107, '5601', 'at76c510 Prism-II 802.11b Access Point', '30'), (108, '5603', 'Cisco 7920 WiFi IP Phone', '30'), (109, '6119', 'AT91SAM CDC Demo Application', '30'), (110, '6124', 'at91sam SAMBA bootloader', '30'), (111, '6127', 'AT91SAM HID Keyboard Demo Application', '30'), (112, '6129', 'AT91SAM Mass Storage Demo Application', '30'), (113, '6200', 'AT91SAM HID Mouse Demo Application', '30'), (114, '7603', 'D-Link DWL-120 802.11b Wireless Adapter [Atmel at76c503a]', '30'), (115, '7604', 'at76c503a 802.11b Adapter', '30'), (116, '7605', 'at76c503a 802.11b Adapter', '30'), (117, '7606', 'at76c505 802.11b Adapter', '30'), (118, '7611', 'at76c510 rfmd2948 802.11b Access Point', '30'), (119, '7613', 'WL-1130 USB', '30'), (120, '7614', 'AT76c505a Wireless Adapter', '30'), (121, '7615', 'AT76C505AMX Wireless Adapter', '30'), (122, '7617', 'AT76C505AS Wireless Adapter', '30'), (123, '7800', 'Mini Album', '30'), (124, '800c', 'Airspy HF+', '30'), (125, 'ff01', 'WootingOne', '30'), (126, 'ff02', 'WootingTwo', '30'), (127, 'ff07', 'Tux Droid fish dongle', '30'), (128, '0000', 'CD-R/RW Drive', '33'), (129, '2501', 'eHome Infrared Receiver', '33'), (130, '2502', 'eHome Infrared Receiver', '33'), (131, '5609', 'Japanese Keyboard', '33'), (132, '641f', 'WIF-0402C Bluetooth Adapter', '33'), (133, '6438', 'Bluetooth Device', '33'), (134, '6440', 'WML-C52APR Bluetooth Adapter', '33'), (135, '6901', 'SmartDisk FDD', '33'), (136, '6902', 'Floppy Disk Drive', '33'), (137, '7500', 'CD-R/RW', '33'), (138, 'ffff', 'Dongle with BlueCore in DFU mode', '33'), (139, '0004', 'DeskJet 895c', '34'), (140, '0011', 'OfficeJet G55', '34'), (141, '0012', 'DeskJet 1125C Printer Port', '34'), (142, '0024', 'KU-0316 Keyboard', '34'), (143, '002a', 'LaserJet P1102', '34'), (144, '0053', 'DeskJet 2620 All-in-One Printer', '34'), (145, '0101', 'ScanJet 4100c', '34'), (146, '0102', 'PhotoSmart S20', '34'), (147, '0104', 'DeskJet 880c/970c', '34'), (148, '0105', 'ScanJet 4200c', '34'), (149, '0107', 'CD-Writer Plus', '34'), (150, '010c', 'Multimedia Keyboard Hub', '34'), (151, '0111', 'G55xi Printer/Scanner/Copier', '34'), (152, '0117', 'LaserJet 3200', '34'), (153, '011c', 'hn210w 802.11b Adapter', '34'), (154, '011d', 'Bluetooth 1.2 Interface [Broadcom BCM2035]', '34'), (155, '0121', 'HP 39g+ [F2224A], 39gs [F2223A], 40gs [F2225A], 48gII [F2226A], 49g+ [F2228A], 50g [F2229A, NW240AA]', '34'), (156, '0122', 'HID Internet Keyboard', '34'), (157, '0125', 'DAT72 Tape', '34'), (158, '0139', 'Barcode Scanner 4430', '34'), (159, '0201', 'ScanJet 6200c', '34'), (160, '0202', 'PhotoSmart S20', '34'), (161, '0204', 'DeskJet 815c', '34'), (162, '0205', 'ScanJet 3300c', '34'), (163, '0207', 'CD-Writer Plus 8200e', '34'), (164, '020c', 'Multimedia Keyboard', '34'), (165, '0211', 'OfficeJet G85', '34'), (166, '0212', 'DeskJet 1220C', '34'), (167, '0217', 'LaserJet 2200', '34'), (168, '0218', 'APOLLO P2500/2600', '34'), (169, '0221', 'StreamSmart 400 [F2235AA]', '34'), (170, '0223', 'Digital Drive Flash Reader', '34'), (171, '022a', 'Laserjet CP1525nw', '34'), (172, '0241', 'Link-5 micro dongle', '34'), (173, '0304', 'DeskJet 810c/812c', '34'), (174, '0305', 'ScanJet 4300c', '34'), (175, '0307', 'CD-Writer+ CD-4e', '34'), (176, '0311', 'OfficeJet G85xi', '34'), (177, '0312', 'Color Inkjet CP1700', '34'), (178, '0314', 'designjet 30/130 series', '34'), (179, '0317', 'LaserJet 1200', '34'), (180, '0324', 'SK-2885 keyboard', '34'), (181, '034a', 'Elite Keyboard', '34'), (182, '0401', 'ScanJet 5200c', '34'), (183, '0404', 'DeskJet 830c/832c', '34'), (184, '0405', 'ScanJet 3400cse', '34'), (185, '0411', 'OfficeJet G95', '34'), (186, '0412', 'Printing Support', '34'), (187, '0417', 'LaserJet 1200 series', '34'), (188, '0423', 'HS-COMBO Cardreader', '34'), (189, '042a', 'LaserJet M1132 MFP', '34'), (190, '0441', 'Prime [NW280AA, G8X92AA]', '34'), (191, '0504', 'DeskJet 885c', '34'), (192, '0505', 'ScanJet 2100c', '34'), (193, '0507', 'DVD+RW', '34'), (194, '050c', '5219 Wireless Keyboard', '34'), (195, '0511', 'OfficeJet K60', '34'), (196, '0512', 'DeckJet 450', '34'), (197, '0517', 'LaserJet 1000', '34'), (198, '051d', 'Bluetooth Interface', '34'), (199, '052a', 'LaserJet M1212nf MFP', '34'), (200, '0601', 'ScanJet 6300c', '34'), (201, '0604', 'DeskJet 840c', '34'), (202, '0605', 'ScanJet 2200c', '34'), (203, '0610', 'Z24i Monitor Hub', '34'), (204, '0611', 'OfficeJet K60xi', '34'), (205, '0612', 'business inkjet 3000', '34'), (206, '0624', 'Bluetooth Dongle', '34'), (207, '0641', 'X1200 Optical Mouse', '34'), (208, '0701', 'ScanJet 5300c/5370c', '34'), (209, '0704', 'DeskJet 825c', '34'), (210, '0705', 'ScanJet 4400c', '34'), (211, '070c', 'Personal Media Drive', '34'), (212, '0711', 'OfficeJet K80', '34'), (213, '0712', 'DeskJet 1180c', '34'), (214, '0714', 'Printing Support', '34'), (215, '0741', 'Prime Wireless Kit [FOK65AA]', '34'), (216, '0801', 'ScanJet 7400c', '34'), (217, '0804', 'DeskJet 816c', '34'), (218, '0805', 'HP4470C', '34'), (219, '0811', 'OfficeJet K80xi', '34'), (220, '0817', 'LaserJet 3300', '34'), (221, '0901', 'ScanJet 2300c', '34'), (222, '0904', 'DeskJet 845c', '34'), (223, '0912', 'Printing Support', '34'), (224, '0917', 'LaserJet 3330', '34'), (225, '0924', 'Modular Smartcard Keyboard', '34'), (226, '0941', 'X500 Optical Mouse', '34'), (227, '094a', 'Optical Mouse [672662-001]', '34'), (228, '0a01', 'ScanJet 2400c', '34'), (229, '0a17', 'color LaserJet 3700', '34'), (230, '0b01', 'ScanJet 82x0C', '34'), (231, '0b0c', 'Wireless Keyboard and Optical Mouse receiver', '34'), (232, '0b17', 'LaserJet 2300d', '34'), (233, '0c17', 'LaserJet 1010', '34'), (234, '0c24', 'Bluetooth Dongle', '34'), (235, '0d12', 'OfficeJet 9100 series', '34'), (236, '0d17', 'LaserJet 1012', '34'), (237, '0d4a', 'SK-2025 Keyboard', '34'), (238, '0e17', 'LaserJet 1015', '34'), (239, '0f0c', 'Wireless Keyboard and Optical Mouse receiver', '34'), (240, '0f11', 'OfficeJet V40', '34'), (241, '0f12', 'Printing Support', '34'), (242, '0f17', 'LaserJet 1150', '34'), (243, '0f2a', 'LaserJet 400 color M451dn', '34'), (244, '1001', 'Photo Scanner 1000', '34'), (245, '1002', 'PhotoSmart 140 series', '34'), (246, '1004', 'DeskJet 970c/970cse', '34'), (247, '1005', 'ScanJet 5400c', '34'), (248, '1011', 'OfficeJet V40xi', '34'), (249, '1016', 'Jornada 548 / iPAQ HW6515 Pocket PC', '34'), (250, '1017', 'LaserJet 1300', '34'), (251, '1024', 'Smart Card Keyboard', '34'), (252, '1027', 'Virtual keyboard and mouse', '34'), (253, '102a', 'LaserJet Professional P 1102w', '34'), (254, '1102', 'PhotoSmart 240 series', '34'), (255, '1104', 'DeskJet 959c', '34'), (256, '1105', 'ScanJet 5470c/5490c', '34'), (257, '1111', 'OfficeJet v60', '34'), (258, '1116', 'Jornada 568 Pocket PC', '34'), (259, '1117', 'LaserJet 1300n', '34'), (260, '1151', 'PSC-750xi Printer/Scanner/Copier', '34'), (261, '1198', 'HID-compliant mouse', '34'), (262, '1202', 'PhotoSmart 320 series', '34'), (263, '1204', 'DeskJet 930c', '34'), (264, '1205', 'ScanJet 4500C/5550C', '34'), (265, '1211', 'OfficeJet v60xi', '34'), (266, '1217', 'LaserJet 2300L', '34'), (267, '1227', 'Virtual CD-ROM', '34'), (268, '1302', 'PhotoSmart 370 series', '34'), (269, '1305', 'ScanJet 4570c', '34'), (270, '1311', 'OfficeJet V30', '34'), (271, '1312', 'DeskJet 460', '34'), (272, '1317', 'LaserJet 1005', '34'), (273, '1327', 'iLO Virtual Hub', '34'), (274, '134a', 'Optical Mouse', '34'), (275, '1405', 'ScanJet 3670', '34'), (276, '1411', 'PSC 750', '34'), (277, '1424', 'f2105 Monitor Hub', '34'), (278, '1502', 'PhotoSmart 420 series', '34'), (279, '1504', 'DeskJet 920c', '34'), (280, '150c', 'Mood Lighting (Microchip Technology Inc.)', '34'), (281, '1511', 'PSC 750xi', '34'), (282, '1512', 'Printing Support', '34'), (283, '1517', 'color LaserJet 3500', '34'), (284, '1524', 'Smart Card Keyboard - KR', '34'), (285, '1539', 'Mini Magnetic Stripe Reader', '34'), (286, '1541', 'Prime [G8X92AA]', '34'), (287, '154a', 'Laser Mouse', '34'), (288, '1602', 'PhotoSmart 330 series', '34'), (289, '1604', 'DeskJet 940c', '34'), (290, '1605', 'ScanJet 5530C PhotoSmart', '34'), (291, '1611', 'psc 780', '34'), (292, '1617', 'LaserJet 3015', '34'), (293, '161d', 'Wireless Rechargeable Optical Mouse (HID)', '34'), (294, '1624', 'Smart Card Keyboard - JP', '34'), (295, '1702', 'PhotoSmart 380 series', '34'), (296, '1704', 'DeskJet 948C', '34'), (297, '1705', 'ScanJet 5590', '34'), (298, '1711', 'psc 780xi', '34'), (299, '1712', 'Printing Support', '34'), (300, '1717', 'LaserJet 3020', '34'), (301, '171d', 'Bluetooth 2.0 Interface [Broadcom BCM2045]', '34'), (302, '1801', 'Inkjet P-2000U', '34'), (303, '1802', 'PhotoSmart 470 series', '34'), (304, '1804', 'DeskJet 916C', '34'), (305, '1805', 'ScanJet 7650', '34'), (306, '1811', 'PSC 720', '34'), (307, '1812', 'OfficeJet Pro K550', '34'), (308, '1817', 'LaserJet 3030', '34'), (309, '181d', 'Bluetooth 2.0 Interface', '34'), (310, '1902', 'PhotoSmart A430 series', '34'), (311, '1904', 'DeskJet 3820', '34'), (312, '1911', 'OfficeJet V45', '34'), (313, '1917', 'LaserJet 3380', '34'), (314, '1a02', 'PhotoSmart A510 series', '34'), (315, '1a11', 'OfficeJet 5100 series', '34'), (316, '1a17', 'color LaserJet 4650', '34'), (317, '1b02', 'PhotoSmart A610 series', '34'), (318, '1b04', 'DeskJet 3810', '34'), (319, '1b05', 'ScanJet 4850C/4890C', '34'), (320, '1b07', 'Premium Starter Webcam', '34'), (321, '1c02', 'PhotoSmart A710 series', '34'), (322, '1c17', 'Color LaserJet 2550l', '34'), (323, '1d02', 'PhotoSmart A310 series', '34'), (324, '1d17', 'LaserJet 1320', '34'), (325, '1d24', 'Barcode scanner', '34'), (326, '1e02', 'PhotoSmart A320 Printer series', '34'), (327, '1e11', 'PSC-950', '34'), (328, '1e17', 'LaserJet 1160 series', '34'), (329, '1f02', 'PhotoSmart A440 Printer series', '34'), (330, '1f11', 'PSC 920', '34'), (331, '1f12', 'OfficeJet Pro K5300', '34'), (332, '1f17', 'color LaserJet 5550', '34'), (333, '1f1d', 'un2400 Gobi Wireless Modem', '34'), (334, '2001', 'Floppy', '34'), (335, '2002', 'Hub', '34'), (336, '2004', 'DeskJet 640c', '34'), (337, '2005', 'ScanJet 3570c', '34'), (338, '2012', 'OfficeJet Pro K5400', '34'), (339, '201d', 'un2400 Gobi Wireless Modem (QDL mode)', '34'), (340, '2039', 'Cashdrawer', '34'), (341, '2102', 'PhotoSmart 7345', '34'), (342, '2104', 'DeskJet 630c', '34'), (343, '2112', 'OfficeJet Pro L7500', '34'), (344, '211d', 'Sierra MC5725 [ev2210]', '34'), (345, '2202', 'PhotoSmart 7600 series', '34'), (346, '2205', 'ScanJet 3500c', '34'), (347, '2212', 'OfficeJet Pro L7600', '34'), (348, '2217', 'color LaserJet 9500 MFP', '34'), (349, '222a', 'LaserJet Pro MFP M125nw', '34'), (350, '2302', 'PhotoSmart 7600 series', '34'), (351, '2304', 'DeskJet 656c', '34'), (352, '2305', 'ScanJet 3970c', '34'), (353, '2311', 'OfficeJet d series', '34'), (354, '2312', 'OfficeJet Pro L7700', '34'), (355, '2317', 'LaserJet 4350', '34'), (356, '231d', 'Broadcom 2070 Bluetooth Combo', '34'), (357, '2402', 'PhotoSmart 7700 series', '34'), (358, '2404', 'Deskjet F2280 series', '34'), (359, '2405', 'ScanJet 4070 PhotoSmart', '34'), (360, '2417', 'LaserJet 4250', '34'), (361, '241d', 'Gobi 2000 Wireless Modem (QDL mode)', '34'), (362, '2424', 'LP1965 19" Monitor Hub', '34'), (363, '2441', 'Prime G2 [2AP18AA]', '34'), (364, '2502', 'PhotoSmart 7700 series', '34'), (365, '2504', 'DeskJet F4200 series', '34'), (366, '2505', 'ScanJet 3770', '34'), (367, '2512', 'OfficeJet Pro L7300 / Compaq LA2405 series monitor', '34'), (368, '2514', '4-port hub', '34'), (369, '2517', 'LaserJet 2410', '34'), (370, '251d', 'Gobi 2000 Wireless Modem', '34'), (371, '2524', 'LP3065 30" Monitor Hub', '34'), (372, '2602', 'PhotoSmart A520 series', '34'), (373, '2605', 'ScanJet 3800c', '34'), (374, '2611', 'OfficeJet 7100 series', '34'), (375, '2617', 'Color LaserJet 2820 series', '34'), (376, '2624', 'Pole Display (HP522 2 x 20 Line Display)', '34'), (377, '2702', 'PhotoSmart A620 series', '34'), (378, '2704', 'DeskJet 915', '34'), (379, '2717', 'Color LaserJet 2830', '34'), (380, '2724', 'Magnetic Stripe Reader IDRA-334133-HP', '34'), (381, '2805', 'Scanjet G2710', '34'), (382, '2811', 'PSC-2100', '34'), (383, '2817', 'Color LaserJet 2840', '34'), (384, '2902', 'PhotoSmart A820 series', '34'), (385, '2911', 'PSC 2200', '34'), (386, '2917', 'LaserJet 2420', '34'), (387, '2a11', 'PSC 2150 series', '34'), (388, '2a17', 'LaserJet 2430', '34'), (389, '2a1d', 'Integrated Module with Bluetooth 2.1 Wireless technology', '34'), (390, '2b11', 'PSC 2170 series', '34'), (391, '2b17', 'LaserJet 1020', '34'), (392, '2b4a', 'Business Slim Keyboard', '34'), (393, '2c12', 'Officejet J4680', '34'), (394, '2c17', 'LaserJet 1022', '34'), (395, '2c24', 'Logitech M-UAL-96 Mouse', '34'), (396, '2d05', 'Scanjet 7000', '34'), (397, '2d11', 'OfficeJet 6110', '34'), (398, '2d17', 'Printing Support', '34'), (399, '2e11', 'PSC 1000', '34'), (400, '2e17', 'LaserJet 2600n', '34'), (401, '2e24', 'LP2275w Monitor Hub', '34'), (402, '2f11', 'PSC 1200', '34'), (403, '2f17', 'Color LaserJet 2605dn', '34'), (404, '2f24', 'LP2475w Monitor Hub', '34'), (405, '3002', 'PhotoSmart P1000', '34'), (406, '3004', 'DeskJet 980c', '34'), (407, '3005', 'ScanJet 4670v', '34'), (408, '3011', 'PSC 1100 series', '34'), (409, '3017', 'Printing Support', '34'), (410, '304a', 'Slim Keyboard', '34'), (411, '3102', 'PhotoSmart P1100 Printer w/ Card Reader', '34'), (412, '3104', 'DeskJet 960c', '34'), (413, '3111', 'OfficeJet 4100 series', '34'), (414, '3117', 'EWS 2605dtn', '34'), (415, '311d', 'Atheros AR9285 Malbec Bluetooth Adapter', '34'), (416, '312a', 'LaserJet Pro M701n', '34'), (417, '3202', 'PhotoSmart 1215', '34'), (418, '3207', '4 GB flash drive', '34'), (419, '3211', 'OfficeJet 4105 series', '34'), (420, '3217', 'LaserJet 3050', '34'), (421, '3302', 'PhotoSmart 1218', '34'), (422, '3304', 'DeskJet 990c', '34'), (423, '3307', 'v125w Stick', '34'), (424, '3312', 'OfficeJet J6410', '34'), (425, '3317', 'LaserJet 3052', '34'), (426, '3402', 'PhotoSmart 1115', '34'), (427, '3404', 'DeskJet 6122', '34'), (428, '3417', 'LaserJet 3055', '34'), (429, '3502', 'PhotoSmart 230', '34'), (430, '3504', 'DeskJet 6127c', '34'), (431, '3511', 'PSC 2300', '34'), (432, '3517', 'LaserJet 3390', '34'), (433, '354a', 'Slim Keyboard', '34'), (434, '3602', 'PhotoSmart 1315', '34'), (435, '3611', 'PSC 2410 PhotoSmart', '34'), (436, '3612', 'Officejet Pro 8000 A809', '34'), (437, '3617', 'Color LaserJet 2605', '34'), (438, '3711', 'PSC 2500', '34'), (439, '3717', 'EWS UPD', '34'), (440, '3724', 'Webcam', '34'), (441, '3802', 'PhotoSmart 100', '34'), (442, '3807', 'c485w Flash Drive', '34'), (443, '3817', 'LaserJet P2015 series', '34'), (444, '3902', 'PhotoSmart 130', '34'), (445, '3912', 'Officejet Pro 8500', '34'), (446, '3917', 'LaserJet P2014', '34'), (447, '3a02', 'PhotoSmart 7150', '34'), (448, '3a11', 'OfficeJet 5500 series', '34'), (449, '3a17', 'Printing Support', '34'), (450, '3a1d', 'hs2340 HSPA+ mobile broadband', '34'), (451, '3b02', 'PhotoSmart 7150~', '34'), (452, '3b05', 'Scanjet N8460', '34'), (453, '3b11', 'PSC 1300 series', '34'), (454, '3b17', 'LaserJet M1005 MFP', '34'), (455, '3b2a', 'Color LaserJet MFP M277dw', '34'), (456, '3c02', 'PhotoSmart 7350', '34'), (457, '3c05', 'Scanjet Professional 1000 Mobile Scanner', '34'), (458, '3c11', 'PSC 1358', '34'), (459, '3c17', 'EWS UPD', '34'), (460, '3d02', 'PhotoSmart 7350~', '34'), (461, '3d11', 'OfficeJet 4215', '34'), (462, '3d17', 'LaserJet P1005', '34'), (463, '3e02', 'PhotoSmart 7550', '34'), (464, '3e17', 'LaserJet P1006', '34'), (465, '3f02', 'PhotoSmart 7550~', '34'), (466, '3f11', 'PSC-1315/PSC-1317', '34'), (467, '3f17', 'Laserjet P1505', '34'), (468, '4002', 'PhotoSmart 635/715/720/735/935/E337 (storage)', '34'), (469, '4004', 'CP1160', '34'), (470, '4102', 'PhotoSmart 618', '34'), (471, '4105', 'ScanJet 4370', '34'), (472, '4111', 'OfficeJet 7200 series', '34'), (473, '4117', 'LaserJet 1018', '34'), (474, '4202', 'PhotoSmart 812', '34'), (475, '4205', 'ScanJet G3010', '34'), (476, '4211', 'OfficeJet 7300 series', '34'), (477, '4217', 'EWS CM1015', '34'), (478, '4302', 'PhotoSmart 850 (ptp)', '34'), (479, '4305', 'ScanJet G3110', '34'), (480, '4311', 'OfficeJet 7400 series', '34'), (481, '4317', 'Color LaserJet CM1017', '34'), (482, '4402', 'PhotoSmart 935 (ptp)', '34'), (483, '4417', 'EWS UPD', '34'), (484, '4502', 'PhotoSmart 945 (PTP mode)', '34'), (485, '4505', 'ScanJet G4010', '34'), (486, '4507', 'External HDD', '34'), (487, '4511', 'PhotoSmart 2600', '34'), (488, '4512', 'E709n [Officejet 6500 Wireless]', '34'), (489, '4517', 'EWS UPD', '34'), (490, '4605', 'ScanJet G4050', '34'), (491, '4611', 'PhotoSmart 2700', '34'), (492, '4717', 'Color LaserJet CP1215', '34'), (493, '4811', 'PSC 1600', '34'), (494, '4911', 'PSC 2350', '34'), (495, '4b11', 'OfficeJet 6200', '34'), (496, '4c11', 'PSC 1500 series', '34'), (497, '4c17', 'EWS UPD', '34'), (498, '4d11', 'PSC 1400', '34'), (499, '4d17', 'EWS UPD', '34'), (500, '4e11', 'PhotoSmart 2570 series', '34'), (501, '4f11', 'OfficeJet 5600 (USBHUB)', '34'), (502, '4f17', 'Color LaserJet CM1312 MFP', '34'), (503, '5004', 'DeskJet 995c', '34'), (504, '5011', 'PhotoSmart 3100 series', '34'), (505, '5017', 'EWS UPD', '34'), (506, '5111', 'PhotoSmart 3200 series', '34'), (507, '5211', 'PhotoSmart 3300 series', '34'), (508, '5307', 'v165w Stick', '34'), (509, '5311', 'OfficeJet 6300', '34'), (510, '5312', 'Officejet Pro 8500A', '34'), (511, '5317', 'Color LaserJet CP2025 series', '34'), (512, '5411', 'OfficeJet 4300', '34'), (513, '5511', 'DeskJet F300 series', '34'), (514, '5611', 'PhotoSmart C3180', '34'), (515, '5617', 'LaserJet M1120 MFP', '34'), (516, '5711', 'PhotoSmart C4100 series', '34'), (517, '5717', 'LaserJet M1120n MFP', '34'), (518, '5811', 'PhotoSmart C5100 series', '34'), (519, '5817', 'LaserJet M1319f MFP', '34'), (520, '581d', 'lt4112 Gobi 4G Module Network Device', '34'), (521, '5911', 'PhotoSmart C6180', '34'), (522, '5912', 'Officejet Pro 8600', '34'), (523, '5a11', 'PhotoSmart C7100 series', '34'), (524, '5b11', 'OfficeJet J2100 series', '34'), (525, '5b12', 'Officejet Pro 8100', '34'), (526, '5c11', 'PhotoSmart C4200 Printer series', '34'), (527, '5c12', 'OfficeJet 6700', '34'), (528, '5c17', 'LaserJet P2055 series', '34'), (529, '5d11', 'PhotoSmart C5200 series', '34'), (530, '5e11', 'PhotoSmart D7400 series', '34'), (531, '6004', 'DeskJet 5550', '34'), (532, '6102', 'Hewlett Packard Digital Camera', '34'), (533, '6104', 'DeskJet 5650c', '34'), (534, '6117', 'color LaserJet 3550', '34'), (535, '6202', 'PhotoSmart 215', '34'), (536, '6204', 'DeskJet 5150c', '34'), (537, '6217', 'Color LaserJet 4700', '34'), (538, '6302', 'PhotoSmart 318/612', '34'), (539, '6317', 'Color LaserJet 4730mfp', '34'), (540, '6402', 'PhotoSmart 715 (ptp)', '34'), (541, '6411', 'PhotoSmart C8100 series', '34'), (542, '6417', 'LaserJet 5200', '34'), (543, '6502', 'PhotoSmart 120 (ptp)', '34'), (544, '6511', 'PhotoSmart C7200 series', '34'), (545, '6602', 'PhotoSmart 320', '34'), (546, '6611', 'PhotoSmart C4380 series', '34'), (547, '6617', 'LaserJet 5200L', '34'), (548, '6702', 'PhotoSmart 720 (ptp)', '34'), (549, '6717', 'Color LaserJet 3000', '34'), (550, '6802', 'PhotoSmart 620 (ptp)', '34'), (551, '6811', 'PhotoSmart D5300 series', '34'), (552, '6817', 'Color LaserJet 3800', '34'), (553, '6911', 'PhotoSmart D7200 series', '34'), (554, '6917', 'Color LaserJet 3600', '34'), (555, '6a02', 'PhotoSmart 735 (ptp)', '34'), (556, '6a11', 'PhotoSmart C6200 series', '34'), (557, '6a17', 'LaserJet 4240', '34'), (558, '6b02', 'PhotoSmart R707 (PTP mode)', '34'), (559, '6b11', 'Photosmart C4500 series', '34'), (560, '6c11', 'Photosmart C4480', '34'), (561, '6c17', 'Color LaserJet 4610', '34'), (562, '6f17', 'Color LaserJet CP6015 series', '34'), (563, '7004', 'DeskJet 3320c', '34'), (564, '7102', 'PhotoSmart 635 (PTP mode)', '34'), (565, '7104', 'DeskJet 3420c', '34'), (566, '7117', 'CM8060 Color MFP with Edgeline Technology', '34'), (567, '7202', 'PhotoSmart 43x (ptp)', '34'), (568, '7204', 'DeskJet 36xx', '34'), (569, '7217', 'LaserJet M5035 MFP', '34'), (570, '7302', 'PhotoSmart M307 (PTP mode)', '34'), (571, '7304', 'DeskJet 35xx', '34'), (572, '7311', 'Photosmart Premium C309', '34'), (573, '7317', 'LaserJet P3005', '34'), (574, '7404', 'Printing Support', '34'), (575, '7417', 'LaserJet M4345 MFP', '34'), (576, '7504', 'Printing Support', '34'), (577, '7517', 'LaserJet M3035 MFP', '34'), (578, '7604', 'DeskJet 3940', '34'), (579, '7611', 'DeskJet F2492 All-in-One', '34'), (580, '7617', 'LaserJet P3004', '34'), (581, '7702', 'PhotoSmart R817 (PTP mode)', '34'), (582, '7704', 'DeskJet D4100', '34'), (583, '7717', 'CM8050 Color MFP with Edgeline Technology', '34'), (584, '7804', 'DeskJet D1360', '34'), (585, '7817', 'Color LaserJet CP3505', '34'), (586, '7917', 'LaserJet M5025 MFP', '34'), (587, '7a02', 'PhotoSmart M415 (PTP mode)', '34'), (588, '7a04', 'DeskJet D2460', '34'), (589, '7a11', 'Photosmart B109', '34'), (590, '7a17', 'LaserJet M3027 MFP', '34'), (591, '7b02', 'PhotoSmart M23 (PTP mode)', '34'), (592, '7b17', 'Color LaserJet CP4005', '34'), (593, '7c17', 'Color LaserJet CM6040 series', '34'), (594, '7d04', 'DeskJet F2100 Printer series', '34'), (595, '7d17', 'Color LaserJet CM4730 MFP', '34'), (596, '7e04', 'DeskJet F4100 Printer series', '34'), (597, '8017', 'LaserJet P4515', '34'), (598, '8104', 'Printing Support', '34'), (599, '8117', 'LaserJet P4015', '34'), (600, '811c', 'Ethernet HN210E', '34'), (601, '8204', 'Printing Support', '34'), (602, '8207', 'FHA-3510 2.4GHz Wireless Optical Mobile Mouse', '34'), (603, '8217', 'LaserJet P4014', '34'), (604, '8317', 'LaserJet M9050 MFP', '34'), (605, '8404', 'DeskJet 6800 series', '34'), (606, '8417', 'LaserJet M9040 MFP', '34'), (607, '8504', 'DeskJet 6600 series', '34'), (608, '8604', 'DeskJet 5440', '34'), (609, '8607', 'Optical Mobile Mouse', '34'), (610, '8704', 'DeskJet 5940', '34'), (611, '8711', 'Deskjet 2050 J510', '34'), (612, '8804', 'DeskJet 6980 series', '34'), (613, '8904', 'DeskJet 6940 series', '34'), (614, '8911', 'Deskjet 1050 J410', '34'), (615, '8c07', 'Digital Stereo Headset', '34'), (616, '8c11', 'Deskjet F4500 series', '34'), (617, '9002', 'PhotoSmart M437', '34'), (618, '9102', 'PhotoSmart M537', '34'), (619, '9207', 'HD-4110 Webcam', '34'), (620, '9302', 'PhotoSmart R930 series', '34'), (621, '9402', 'PhotoSmart R837', '34'), (622, '942a', 'LaserJet Pro M12a', '34'), (623, '9502', 'PhotoSmart R840 series', '34'), (624, '952a', 'LaserJet Pro M12w', '34'), (625, '9602', 'PhotoSmart M730 series', '34'), (626, '9702', 'PhotoSmart R740 series', '34'), (627, '9802', 'PhotoSmart Mz60 series', '34'), (628, '9902', 'PhotoSmart M630 series', '34'), (629, '9a02', 'PhotoSmart E330 series', '34'), (630, '9b02', 'PhotoSmart M540 series', '34'), (631, '9b07', 'Portable Drive', '34'), (632, '9c02', 'PhotoSmart M440 series', '34'), (633, 'a004', 'DeskJet 5850c', '34'), (634, 'a011', 'Deskjet 3050A', '34'), (635, 'a407', 'Wireless Optical Comfort Mouse', '34'), (636, 'b002', 'PhotoSmart 7200 series', '34'), (637, 'b102', 'PhotoSmart 7200 series', '34'), (638, 'b107', 'v255w/c310w Flash Drive', '34'), (639, 'b116', 'Webcam', '34'), (640, 'b202', 'PhotoSmart 7600 series', '34'), (641, 'b302', 'PhotoSmart 7600 series', '34'), (642, 'b402', 'PhotoSmart 7700 series', '34'), (643, 'b502', 'PhotoSmart 7700 series', '34'), (644, 'b602', 'PhotoSmart 7900 series', '34'), (645, 'b702', 'PhotoSmart 7900 series', '34'), (646, 'b802', 'PhotoSmart 7400 series', '34'), (647, 'b902', 'PhotoSmart 7800 series', '34'), (648, 'ba02', 'PhotoSmart 8100 series', '34'), (649, 'bb02', 'PhotoSmart 8400 series', '34'), (650, 'bc02', 'PhotoSmart 8700 series', '34'), (651, 'bd02', 'PhotoSmart Pro B9100 series', '34'), (652, 'bef4', 'NEC Picty760', '34'), (653, 'c002', 'PhotoSmart 7800 series', '34'), (654, 'c102', 'PhotoSmart 8000 series', '34'), (655, 'c111', 'Deskjet 1510', '34'), (656, 'c202', 'PhotoSmart 8200 series', '34'), (657, 'c211', 'Deskjet 2540 series', '34'), (658, 'c302', 'DeskJet D2300', '34'), (659, 'c402', 'PhotoSmart D5100 series', '34'), (660, 'c502', 'PhotoSmart D6100 series', '34'), (661, 'c602', 'PhotoSmart D7100 series', '34'), (662, 'c702', 'PhotoSmart D7300 series', '34'), (663, 'c802', 'PhotoSmart D5060 Printer', '34'), (664, 'd104', 'Bluetooth Dongle', '34'), (665, 'd507', '39gII [NW249AA]', '34'), (666, 'efbe', 'NEC Picty900', '34'), (667, 'f0be', 'NEC Picty920', '34'), (668, 'f1be', 'NEC Picty800', '34'), (669, '0020', 'AWN-8020 WLAN [Intersil PRISM 2.5]', '37'), (670, '0080', 'AVC-1100 Audio Capture', '37'), (671, '0083', 'AVC-2200 Device', '37'), (672, '0087', 'AVC-2210 Loader', '37'), (673, '0088', 'AVC-2210 Device', '37'), (674, '008b', 'AVC-2310 Loader', '37'), (675, '008c', 'AVC-2310 Device', '37'), (676, '0094', 'eHome Infrared Receiver', '37'), (677, '009b', 'AVC-1410 GameBridge TV NTSC', '37'), (678, '2000', 'USBXchange', '37'), (679, '2001', 'USBXchange Adapter', '37'), (680, '2002', 'USB2-Xchange', '37'), (681, '2003', 'USB2-Xchange Adapter', '37'), (682, '4000', '4-port hub', '37'), (683, 'adcc', 'Composite Device Support', '37'), (684, '0100', 'KT-2001 Keyboard', '41'), (685, '0101', 'Keyboard', '41'), (686, '0102', 'Keyboard Mouse', '41'), (687, '0008', 'Platform Cable USB II', '44'), (688, '0050', 'dfu downloader', '44'), (689, '05dc', 'Rigol Technologies DS1000USB Oscilloscope', '46'), (690, '0807', 'Bluetooth Dongle', '46'), (691, '080a', 'Bluetooth Device', '46'), (692, '09c4', 'Rigol Technologies DG1022 Arbitrary Waveform Generator', '46'), (693, '1000', 'Mustek BearPaw 1200 Scanner', '46'), (694, '1001', 'Mustek BearPaw 2400 Scanner', '46'), (695, '1237', 'Hub', '46'), (696, 'a000', 'Smart Display Reference Device', '46'), (697, 'c359', 'Logitech Harmony', '46'), (698, 'c35b', 'Printing Support', '46'), (699, 'c55d', 'Rigol Technologies DS5000USB Oscilloscope', '46'), (700, '5462', 'M5462 IDE Controller', '48'), (701, '5602', 'M5602 Video Camera Controller', '48'), (702, '5603', 'M5603 Video Camera Controller', '48'), (703, '5606', 'M5606 Video Camera Controller [UVC]', '48'), (704, '5621', 'M5621 High-Speed IDE Controller', '48'), (705, '5623', 'M5623 Scanner Controller', '48'), (706, '5627', 'Welland ME-740PS USB2 3.5" Power Saving Enclosure', '48'), (707, '5632', 'M5632 Host-to-Host Link', '48'), (708, '5635', 'M5635 Flash Card Reader', '48'), (709, '5636', 'USB 2.0 Storage Device', '48'), (710, '5637', 'M5637 IDE Controller', '48'), (711, '5642', 'Storage Device', '48'), (712, '5661', 'M5661 MP3 player', '48'), (713, '5667', 'M5667 MP3 player', '48'), (714, '9665', 'Gateway Webcam', '48'), (715, '0000', 'H4SMK 7 Port Hub / Bricked Counterfeit FT232 Serial (UART) IC', '49'), (716, '0232', 'Serial Converter', '49'), (717, '1060', 'JTAG adapter', '49'), (718, '1234', 'IronLogic RFID Adapter [Z-2 USB]', '49'), (719, '1235', 'Iron Logic Z-397 RS-485/422 converter', '49'), (720, '6001', 'FT232 Serial (UART) IC', '49'), (721, '6002', 'Lumel PD12', '49'), (722, '6007', 'Serial Converter', '49'), (723, '6008', 'Serial Converter', '49'), (724, '6009', 'Serial Converter', '49'), (725, '6010', 'FT2232C/D/H Dual UART/FIFO IC', '49'), (726, '6011', 'FT4232H Quad HS USB-UART/FIFO IC', '49'), (727, '6014', 'FT232H Single HS USB-UART/FIFO IC', '49'), (728, '6015', 'Bridge(I2C/SPI/UART/FIFO)', '49'), (729, '601f', 'Myriad-RF LimeSDR-Mini', '49'), (730, '6f70', 'HB-RF-USB', '49'), (731, '8028', 'Dev board JTAG (FT232H based)', '49'), (732, '8040', '4 Port Hub', '49'), (733, '8070', '7 Port Hub', '49'), (734, '8140', 'Vehicle Explorer Interface', '49'), (735, '8210', 'MGTimer - MGCC (Vic) Timing System', '49'), (736, '8348', 'FT232BM [SIENNA Serial Interface]', '49'), (737, '8370', '7 Port Hub', '49'), (738, '8371', 'PS/2 Keyboard And Mouse', '49'), (739, '8372', 'FT8U100AX Serial Port', '49'), (740, '8508', 'Selectronic SP PRO', '49'), (741, '87d0', 'Cressi Dive Computer Interface', '49'), (742, '8a28', 'Rainforest Automation ZigBee Controller', '49'), (743, '8a98', 'TIAO Multi-Protocol Adapter', '49'), (744, '8b28', 'Alpermann+Velte TCI70', '49'), (745, '8b29', 'Alpermann+Velte TC60 CLS', '49'), (746, '8b2a', 'Alpermann+Velte Rubidium Q1', '49'), (747, '8b2b', 'Alpermann+Velte TCD', '49'), (748, '8b2c', 'Alpermann+Velte TCC70', '49'), (749, '9090', 'SNAP Stick 200', '49'), (750, '9132', 'LCD and Temperature Interface', '49'), (751, '9133', 'CallerID', '49'), (752, '9135', 'Rotary Pub alarm', '49'), (753, '9136', 'Pulsecounter', '49'), (754, '9e90', 'Marvell OpenRD Base/Client', '49'), (755, '9f08', 'CIB-1894 Conclusion SmartLink Box:', '49'), (756, '9f80', 'Ewert Energy Systems CANdapter', '49'), (757, 'a6d0', 'Texas Instruments XDS100v2 JTAG / BeagleBone A3', '49'), (758, 'a951', 'HCP HIT GSM/GPRS modem [Cinterion MC55i]', '49'), (759, 'a9a0', 'FT2232D - Dual UART/FIFO IC - FTDI', '49'), (760, 'abb8', 'Lego Mindstorms NXTCam', '49'), (761, 'b0c0', 'microSensys RFID device', '49'), (762, 'b0c1', 'microSensys RFID device', '49'), (763, 'b0c2', 'iID contactless RFID device', '49'), (764, 'b0c3', 'iID contactless RFID device', '49'), (765, 'b0c4', 'RFID device', '49'), (766, 'b0c5', 'RFID device', '49'), (767, 'b810', 'US Interface Navigator (CAT and 2nd PTT lines)', '49'), (768, 'b811', 'US Interface Navigator (WKEY and FSK lines)', '49'), (769, 'b812', 'US Interface Navigator (RS232 and CONFIG lines)', '49'), (770, 'b9b0', 'Fujitsu SK-16FX-100PMC V1.1', '49'), (771, 'baf8', 'Amontec JTAGkey', '49'), (772, 'bcd8', 'Stellaris Development Board', '49'), (773, 'bcd9', 'Stellaris Evaluation Board', '49'), (774, 'bcda', 'Stellaris ICDI Board', '49'), (775, 'bd90', 'PICAXE Download Cable [AXE027]', '49'), (776, 'bdc8', 'Egnite GmbH - JTAG/RS-232 adapter', '49'), (777, 'bfd8', 'OpenDCC', '49'), (778, 'bfd9', 'OpenDCC (Sniffer)', '49'), (779, 'bfda', 'OpenDCC (Throttle)', '49'), (780, 'bfdb', 'OpenDCC (Gateway)', '49'), (781, 'bfdc', 'OpenDCC (GBM)', '49'), (782, 'c580', 'HID UNIKEY dongle [F-Response]', '49'), (783, 'c630', 'lcd2usb interface', '49'), (784, 'c631', 'i2c-tiny-usb interface', '49'), (785, 'c632', 'xu1541 c64 floppy drive interface', '49'), (786, 'c633', 'TinyCrypt dongle', '49'), (787, 'c634', 'glcd2usb interface', '49'), (788, 'c7d0', 'RR-CirKits LocoBuffer-USB', '49'), (789, 'c8b8', 'Alpermann+Velte MTD TCU', '49'), (790, 'c8b9', 'Alpermann+Velte MTD TCU 1HE', '49'), (791, 'c8ba', 'Alpermann+Velte Rubidium H1', '49'), (792, 'c8bb', 'Alpermann+Velte Rubidium H3', '49'), (793, 'c8bc', 'Alpermann+Velte Rubidium S1', '49'), (794, 'c8bd', 'Alpermann+Velte Rubidium T1', '49'), (795, 'c8be', 'Alpermann+Velte Rubidium D1', '49'), (796, 'c8bf', 'Alpermann+Velte TC60 RLV', '49'), (797, 'cc48', 'Tactrix OpenPort 1.3 Mitsubishi', '49'), (798, 'cc49', 'Tactrix OpenPort 1.3 Subaru', '49'), (799, 'cc4a', 'Tactrix OpenPort 1.3 Universal', '49'), (800, 'cff8', 'Amontec JTAGkey', '49'), (801, 'd010', 'SCS PTC-IIusb', '49'), (802, 'd011', 'SCS Position-Tracker/TNC', '49'), (803, 'd012', 'SCS DRAGON 1', '49'), (804, 'd013', 'SCS DRAGON 1', '49'), (805, 'd388', 'Xsens converter', '49'), (806, 'd389', 'Xsens Wireless Receiver', '49'), (807, 'd38a', 'Xsens serial converter', '49'), (808, 'd38b', 'Xsens serial converter', '49'), (809, 'd38c', 'Xsens Wireless Receiver', '49'), (810, 'd38d', 'Xsens Awinda Station', '49'), (811, 'd38e', 'Xsens serial converter', '49'), (812, 'd38f', 'Xsens serial converter', '49'), (813, 'd491', 'Zolix Omni 1509 monochromator', '49'), (814, 'd578', 'Accesio USB-COM-4SM', '49'), (815, 'd6f8', 'UNI Black BOX', '49'), (816, 'd738', 'Propox JTAGcable II', '49'), (817, 'd739', 'Propox ISPcable III', '49'), (818, 'd9a9', 'Actisense USG-1 NMEA Serial Gateway', '49'), (819, 'd9aa', 'Actisense NGT-1 NMEA2000 PC Interface', '49'), (820, 'd9ab', 'Actisense NGT-1 NMEA2000 Gateway', '49'), (821, 'daf4', 'Qundis Serial Infrared Head', '49'), (822, 'e0d0', 'Total Phase Aardvark I2C/SPI Host Adapter', '49'), (823, 'e521', 'EVER Sinline XL Series UPS', '49'), (824, 'e6c8', 'PYRAMID Computer GmbH LCD', '49'), (825, 'e700', 'Elster Unicom III Optical Probe', '49'), (826, 'e729', 'Segway Robotic Mobility Platforms 200', '49'), (827, 'e888', 'Expert ISDN Control USB', '49'), (828, 'e889', 'USB-RS232 OptoBridge', '49'), (829, 'e88a', 'Expert mouseCLOCK USB II', '49'), (830, 'e88b', 'Precision Clock MSF USB', '49'), (831, 'e88c', 'Expert mouseCLOCK USB II HBG', '49'), (832, 'e8d8', 'Aaronia AG Spectran Spectrum Analyzer', '49'), (833, 'e8dc', 'Aaronia AG UBBV Preamplifier', '49'), (834, 'ea90', 'Eclo 1-Wire Adapter', '49'), (835, 'ecd9', 'miControl miCan-Stick', '49'), (836, 'ed71', 'HAMEG HO870 Serial Port', '49'), (837, 'ed72', 'HAMEG HO720 Serial Port', '49'), (838, 'ed73', 'HAMEG HO730 Serial Port', '49'), (839, 'ed74', 'HAMEG HO820 Serial Port', '49'), (840, 'ef10', 'FT1245BL', '49'), (841, 'f070', 'Serial Converter 422/485 [Vardaan VEUSB422R3]', '49'), (842, 'f0c8', 'SPROG Decoder Programmer', '49'), (843, 'f0c9', 'SPROG-DCC CAN-USB', '49'), (844, 'f0e9', 'Tagsys L-P101', '49'), (845, 'f0ee', 'Tagsys Medio P200x', '49'), (846, 'f1a0', 'Asix PRESTO Programmer', '49'), (847, 'f208', 'Papenmeier Braille-Display', '49'), (848, 'f3c0', '4N-GALAXY Serial Converter', '49'), (849, 'f458', 'ABACUS ELECTRICS Optical Probe', '49'), (850, 'f608', 'CTI USB-485-Mini', '49'), (851, 'f60b', 'CTI USB-Nano-485', '49'), (852, 'f680', 'Suunto Sports Instrument', '49'), (853, 'f758', 'GW Instek GDS-8x0 Oscilloscope', '49'), (854, 'f7c0', 'ZeitControl Cardsystems TagTracer MIFARE', '49'), (855, 'f850', 'USB-UIRT (Universal Infrared Receiver+Transmitter)', '49'), (856, 'f918', 'Ant8 Logic Probe', '49'), (857, 'fa00', 'Matrix Orbital USB Serial', '49'), (858, 'fa01', 'Matrix Orbital MX2 or MX3', '49'), (859, 'fa02', 'Matrix Orbital MX4 or MX5', '49'), (860, 'fa03', 'Matrix Orbital VK/LK202 Family', '49'), (861, 'fa04', 'Matrix Orbital VK/LK204 Family', '49'), (862, 'fa20', 'Ross-Tech HEX-USB', '49'), (863, 'fc08', 'Crystalfontz CFA-632 USB LCD', '49'), (864, 'fc09', 'Crystalfontz CFA-634 USB LCD', '49'), (865, 'fc0b', 'Crystalfontz CFA-633 USB LCD', '49'), (866, 'fc0c', 'Crystalfontz CFA-631 USB LCD', '49'), (867, 'fc0d', 'Crystalfontz CFA-635 USB LCD', '49'), (868, 'fc82', 'SEMC DSS-20/DSS-25 SyncStation', '49'), (869, 'fd48', 'ShipModul MiniPlex-4xUSB NMEA Multiplexer', '49'), (870, 'fd49', 'ShipModul MiniPlex-4xUSB-AIS NMEA Multiplexer', '49'), (871, 'fd4b', 'ShipModul MiniPlex NMEA Multiplexer', '49'), (872, 'ff08', 'ToolHouse LoopBack Adapter', '49'), (873, 'ff18', 'ScienceScope Logbook ML', '49'), (874, 'ff19', 'Logbook Bus', '49'), (875, 'ff1a', 'Logbook Bus', '49'), (876, 'ff1b', 'Logbook Bus', '49'), (877, 'ff1c', 'ScienceScope Logbook LS', '49'), (878, 'ff1d', 'ScienceScope Logbook HS', '49'), (879, 'ff1e', 'Logbook Bus', '49'), (880, 'ff1f', 'Logbook Bus', '49'), (881, '0202', '78XX Scanner', '50'), (882, '0203', '78XX Scanner - Embedded System', '50'), (883, '0310', 'K590 Printer, Self-Service', '50'), (884, '0311', '7167 Printer, Receipt/Slip', '50'), (885, '0312', '7197 Printer Receipt', '50'), (886, '0320', '5932-USB Keyboard', '50'), (887, '0321', '5953-USB Dynakey', '50'), (888, '0322', '5932-USB Enhanced Keyboard', '50'), (889, '0323', '5932-USB Enhanced Keyboard, Flash-Recovery/Download', '50'), (890, '0324', '5953-USB Enhanced Dynakey', '50'), (891, '0325', '5953-USB Enhanced Dynakey Flash-Recovery/Download', '50'), (892, '0328', 'K016: USB-MSR ISO 3-track MSR: POS Standard (See HID pages)', '50'), (893, '0329', 'K018: USB-MSR JIS 2-Track MSR: POS Standard', '50'), (894, '032a', 'K016: USB-MSR ISO 3-Track MSR: HID Keyboard Mode', '50'), (895, '032b', 'K016/K018: USB-MSR Flash-Recovery/Download', '50'), (896, '0103', 'FV TouchCam N1 (Audio)', '54'), (897, '030c', 'HP Webcam', '54'), (898, '03b2', 'HP Webcam', '54'), (899, '03f4', 'HP Webcam', '54'), (900, '1030', 'FV TouchCam N1 (Video)', '54'), (901, '3000', 'Optical dual-touch panel', '54'), (902, '3001', 'Optical Touch Screen', '54'), (903, '3008', 'Optical Touch Screen', '54'), (904, 'a060', 'HD Webcam', '54'), (905, '0011', 'PC98 Series Layout Keyboard Mouse', '55'), (906, '0012', 'ATerm IT75DSU ISDN TA', '55'), (907, '0014', 'Japanese Keyboard', '55'), (908, '0019', '109 Japanese Keyboard with Bus-Powered Hub', '55'), (909, '001a', 'PC98 Series Layout Keyboard with Bus-Powered Hub', '55'), (910, '0025', 'Mini Keyboard with Bus-Powered Hub', '55'), (911, '0027', 'MultiSync Monitor', '55'), (912, '002c', 'Clik!-USB Drive', '55'), (913, '0034', '109 Japanese Keyboard with One-touch start buttons', '55'), (914, '003f', 'Wireless Keyboard with One-touch start buttons', '55'), (915, '0040', 'Floppy', '55'), (916, '004e', 'SuperScript 1400 Series', '55'), (917, '004f', 'Wireless Keyboard with One-touch start buttons', '55'), (918, '0050', '7-port hub', '55'), (919, '0058', 'HighSpeed Hub', '55'), (920, '0059', 'HighSpeed Hub', '55'), (921, '005a', 'HighSpeed Hub', '55'), (922, '006a', 'Conceptronic USB Harddisk Box', '55'), (923, '007d', 'MINICUBE2', '55'), (924, '007e', 'PG-FP5 Flash Memory Programmer', '55'), (925, '0081', 'SuperScript 1400 Series', '55'), (926, '0082', 'SuperScript 1400 Series', '55'), (927, '0094', 'Japanese Keyboard with One-touch start buttons', '55'), (928, '0095', 'Japanese Keyboard', '55'), (929, '00a9', 'AtermIT21L 128K Support Standard', '55'), (930, '00aa', 'AtermITX72 128K Support Standard', '55'), (931, '00ab', 'AtermITX62 128K Support Standard', '55'), (932, '00ac', 'AtermIT42 128K Support Standard', '55'), (933, '00ae', 'INSMATEV70G-MAX Standard', '55'), (934, '00af', 'AtermITX70 128K Support Standard', '55'), (935, '00b0', 'AtermITX80 128K Support Standard', '55'), (936, '00b2', 'AtermITX80D 128K Support Standard', '55'), (937, '00c0', 'Wireless Remocon', '55'), (938, '00f7', 'Smart Display PK-SD10', '55'), (939, '011d', 'e228 Mobile Phone', '55'), (940, '0203', 'HID Audio Controls', '55'), (941, '021d', 'Aterm WL54SU2 802.11g Wireless Adapter [Atheros AR5523]', '55'), (942, '0248', 'Aterm PA-WL54GU', '55'), (943, '0249', 'Aterm WL300NU-G', '55'), (944, '02b4', 'Aterm WL300NU-AG', '55'), (945, '02b6', 'Aterm WL300NU-GS 802.11n Wireless Adapter', '55'), (946, '02bc', 'Computer Monitor', '55'), (947, '0300', 'LifeTouch Note', '55'), (948, '0301', 'LifeTouch Note (debug mode)', '55'), (949, '55aa', 'Hub', '55'), (950, '55ab', 'Hub [iMac/iTouch kbd]', '55'), (951, '8010', 'Intellibase Hub', '55'), (952, '8011', 'Intellibase Hub', '55'), (953, 'efbe', 'P!cty 900 [HP DJ]', '55'), (954, 'f0be', 'P!cty 920 [HP DJ 812c]', '55'), (955, '0001', 'DVC-323', '56'), (956, '0002', 'DVC-325', '56'), (957, '0100', 'DC-220', '56'), (958, '0110', 'DC-260', '56'), (959, '0111', 'DC-265', '56'), (960, '0112', 'DC-290', '56'), (961, '0120', 'DC-240', '56'), (962, '0121', 'DC-240 (PTP firmware)', '56'), (963, '0130', 'DC-280', '56'), (964, '0131', 'DC-5000', '56'), (965, '0132', 'DC-3400', '56'), (966, '0140', 'DC-4800', '56'), (967, '0160', 'DC4800', '56'), (968, '0170', 'DX3900', '56'), (969, '0200', 'Digital Camera', '56'), (970, '0300', 'EZ-200', '56'), (971, '0400', 'MC3', '56'), (972, '0402', 'Digital Camera', '56'), (973, '0403', 'Z7590', '56'), (974, '0500', 'DX3500', '56'), (975, '0510', 'DX3600', '56'), (976, '0525', 'DX3215', '56'), (977, '0530', 'DX3700', '56'), (978, '0535', 'EasyShare CX4230 Camera', '56'), (979, '0540', 'LS420', '56'), (980, '0550', 'DX4900', '56'), (981, '0555', 'DX4330', '56'), (982, '0560', 'CX4200', '56'), (983, '0565', 'CX4210', '56'), (984, '0566', 'CX4300', '56'), (985, '0567', 'LS753', '56'), (986, '0568', 'LS443', '56'), (987, '0569', 'LS663', '56'), (988, '0570', 'DX6340', '56'), (989, '0571', 'CX6330', '56'), (990, '0572', 'DX6440', '56'), (991, '0573', 'CX6230', '56'), (992, '0574', 'CX6200', '56'), (993, '0575', 'DX6490', '56'), (994, '0576', 'DX4530', '56'), (995, '0577', 'DX7630', '56'), (996, '0578', 'CX7300/CX7310', '56'), (997, '0579', 'CX7220', '56'), (998, '057a', 'CX7330', '56'), (999, '057b', 'CX7430', '56'), (1000, '057c', 'CX7530', '56'), (1001, '057d', 'DX7440', '56'), (1002, '057e', 'C300', '56'), (1003, '057f', 'DX7590', '56'), (1004, '0580', 'Z730', '56'), (1005, '0581', 'Digital Camera', '56'), (1006, '0582', 'Digital Camera', '56'), (1007, '0583', 'Digital Camera', '56'), (1008, '0584', 'CX6445', '56'), (1009, '0585', 'Digital Camera', '56'), (1010, '0586', 'CX7525', '56'), (1011, '0587', 'Digital Camera', '56'), (1012, '0588', 'Digital Camera', '56'), (1013, '0589', 'EasyShare C360', '56'), (1014, '058a', 'C310', '56'), (1015, '058b', 'Digital Camera', '56'), (1016, '058c', 'C330', '56'), (1017, '058d', 'C340', '56'), (1018, '058e', 'V530', '56'), (1019, '058f', 'V550', '56'), (1020, '0590', 'Digital Camera', '56'), (1021, '0591', 'Digital Camera', '56'), (1022, '0592', 'Digital Camera', '56'), (1023, '0593', 'Digital Camera', '56'), (1024, '0594', 'Digital Camera', '56'), (1025, '0595', 'Digital Camera', '56'), (1026, '0596', 'Digital Camera', '56'), (1027, '0597', 'Digital Camera', '56'), (1028, '0598', 'EASYSHARE M1033 digital camera', '56'), (1029, '0599', 'Digital Camera', '56'), (1030, '059a', 'Digital Camera', '56'), (1031, '059b', 'Digital Camera', '56'), (1032, '059c', 'Digital Camera', '56'), (1033, '059d', 'Digital Camera', '56'), (1034, '059e', 'Digital Camera', '56'), (1035, '059f', 'Digital Camera', '56'), (1036, '05a0', 'Digital Camera', '56'), (1037, '05a1', 'Digital Camera', '56'), (1038, '05a2', 'Digital Camera', '56'), (1039, '05a3', 'Digital Camera', '56'), (1040, '05a4', 'Digital Camera', '56'), (1041, '05a5', 'Digital Camera', '56'), (1042, '05a6', 'Digital Camera', '56'), (1043, '05a7', 'Digital Camera', '56'), (1044, '05a8', 'Digital Camera', '56'), (1045, '05a9', 'Digital Camera', '56'), (1046, '05aa', 'Digital Camera', '56'), (1047, '05ab', 'Digital Camera', '56'), (1048, '05ac', 'Digital Camera', '56'), (1049, '05ad', 'Digital Camera', '56'), (1050, '05ae', 'Digital Camera', '56'), (1051, '05af', 'Digital Camera', '56'), (1052, '05b0', 'Digital Camera', '56'), (1053, '05b1', 'Digital Camera', '56'), (1054, '05b2', 'Digital Camera', '56'), (1055, '05b3', 'EasyShare Z710 Camera', '56'), (1056, '05b4', 'Digital Camera', '56'), (1057, '05b5', 'Digital Camera', '56'), (1058, '05b6', 'Digital Camera', '56'), (1059, '05b7', 'Digital Camera', '56'), (1060, '05b8', 'Digital Camera', '56'), (1061, '05b9', 'Digital Camera', '56'), (1062, '05ba', 'Digital Camera', '56'), (1063, '05bb', 'Digital Camera', '56'), (1064, '05bc', 'Digital Camera', '56'), (1065, '05bd', 'Digital Camera', '56'), (1066, '05be', 'Digital Camera', '56'), (1067, '05bf', 'Digital Camera', '56'), (1068, '05c0', 'Digital Camera', '56'), (1069, '05c1', 'Digital Camera', '56'), (1070, '05c2', 'Digital Camera', '56'), (1071, '05c3', 'Digital Camera', '56'), (1072, '05c4', 'Digital Camera', '56'), (1073, '05c5', 'Digital Camera', '56'), (1074, '05c8', 'EASYSHARE Z1485 IS Digital Camera', '56'), (1075, '05d3', 'EasyShare M320 Camera', '56'), (1076, '05d4', 'EasyShare C180 Digital Camera', '56'), (1077, '1001', 'EasyShare SV811 Digital Picture Frame', '56'), (1078, '4000', 'InkJet Color Printer', '56'), (1079, '4021', 'Photo Printer 6800', '56'), (1080, '4022', '1400 Digital Photo Printer', '56'), (1081, '402b', 'Photo Printer 6850', '56'), (1082, '402e', '605 Photo Printer', '56'), (1083, '4034', '805 Photo Printer', '56'), (1084, '4035', '7000 Photo Printer', '56'), (1085, '4037', '7010 Photo Printer', '56'), (1086, '4038', '7015 Photo Printer', '56'), (1087, '404d', '8810 Photo Printer', '56'), (1088, '404f', '305 Photo Printer', '56'), (1089, '4056', 'ESP 7200 Series AiO', '56'), (1090, '4109', 'EasyShare Printer Dock Series 3', '56'), (1091, '410d', 'EasyShare G600 Printer Dock', '56'), (1092, '5010', 'Wireless Adapter', '56'), (1093, '5012', 'DBT-220 Bluetooth Adapter', '56'), (1094, '6001', 'i30', '56'), (1095, '6002', 'i40', '56'), (1096, '6003', 'i50', '56'), (1097, '6004', 'i60', '56'), (1098, '6005', 'i80', '56'), (1099, '6029', 'i900', '56'), (1100, '602a', 'i900', '56'), (1101, '0a68', 'Func MS-3 gaming mouse [WT6573F MCU]', '57'), (1102, '2000', 'wired Keyboard [Dynex DX-WRK1401]', '57'), (1103, '2367', 'Human Interface Device [HP CalcPad 200 Calculator and Numeric Keypad]', '57'), (1104, '6510', 'Weltrend Bar Code Reader', '57'), (1105, '6520', 'Xploder Xbox Memory Unit (8MB)', '57'), (1106, '6533', 'Speed-Link Competition Pro', '57'), (1107, '6543', 'Manhattan Magnetic Card Strip Reader', '57'), (1108, '3184', 'VNT VT6656 USB-802.11 Wireless LAN Adapter', '59'), (1109, '340f', 'Audinst HUD-mx2', '59'), (1110, '6205', 'USB 2.0 Card Reader', '59'), (1111, '0001', 'LUA-TX Ethernet [pegasus]', '62'), (1112, '0005', 'LUA-TX Ethernet', '62'), (1113, '0006', 'WLI-USB-L11 Wireless LAN Adapter', '62'), (1114, '0009', 'LUA2-TX Ethernet', '62'), (1115, '000b', 'WLI-USB-L11G-WR Wireless LAN Adapter', '62'), (1116, '000d', 'WLI-USB-L11G Wireless LAN Adapter', '62'), (1117, '0012', 'LUA-KTX Ethernet', '62'), (1118, '0013', 'USB2-IDE Adapter', '62'), (1119, '0016', 'WLI-USB-S11 802.11b Adapter', '62'), (1120, '0018', 'USB2-IDE Adapter', '62'), (1121, '001c', 'USB-IDE Bridge: DUB-PxxG', '62'), (1122, '0027', 'WLI-USB-KS11G 802.11b Adapter', '62'), (1123, '002a', 'SMSC USB97C202 "HD-HB300V2-EU"', '62'), (1124, '003d', 'LUA-U2-KTX Ethernet', '62'), (1125, '0044', 'WLI-USB-KB11 Wireless LAN Adapter', '62'), (1126, '004b', 'WLI-USB-G54 802.11g Adapter [Broadcom 4320 USB]', '62'), (1127, '004d', 'WLI-USB-B11 Wireless LAN Adapter', '62'), (1128, '0050', 'WLI2-USB2-G54 Wireless LAN Adapter', '62'), (1129, '005e', 'WLI-U2-KG54-YB WLAN', '62'), (1130, '0065', 'Python2 WDM Encoder', '62'), (1131, '0066', 'WLI-U2-KG54 WLAN', '62'), (1132, '0067', 'WLI-U2-KG54-AI WLAN', '62'), (1133, '006e', 'LUA-U2-GT 10/100/1000 Ethernet Adapter', '62'), (1134, '0089', 'RUF-C/U2 Flash Drive', '62'), (1135, '008b', 'Nintendo Wi-Fi', '62'), (1136, '0091', 'WLI-U2-KAMG54 Wireless LAN Adapter', '62'), (1137, '0092', 'WLI-U2-KAMG54 Bootloader', '62'), (1138, '0097', 'WLI-U2-KG54-BB', '62'), (1139, '00a9', 'WLI-U2-AMG54HP Wireless LAN Adapter', '62'), (1140, '00aa', 'WLI-U2-AMG54HP Bootloader', '62'), (1141, '00b3', 'PC-OP-RS1 RemoteStation', '62'), (1142, '00bc', 'WLI-U2-KG125S 802.11g Adapter [Broadcom 4320 USB]', '62'), (1143, '00ca', '802.11n Network Adapter', '62'), (1144, '00cb', 'WLI-U2-G300N 802.11n Adapter', '62'), (1145, '00d8', 'WLI-U2-SG54HP', '62'), (1146, '00d9', 'WLI-U2-G54HP', '62'), (1147, '00da', 'WLI-U2-KG54L 802.11bg [ZyDAS ZD1211B]', '62'), (1148, '00db', 'External Hard Drive HD-PF32OU2 [Buffalo Ministation]', '62'), (1149, '00e8', 'WLI-UC-G300N Wireless LAN Adapter [Ralink RT2870]', '62'), (1150, '00f9', 'Portable DVD Writer (DVSM-PL58U2)', '62'), (1151, '0105', 'External Hard Drive HD-CEU2 [Drive Station]', '62'), (1152, '012c', 'SATA Bridge', '62'), (1153, '012e', 'WLI-UC-AG300N Wireless LAN Adapter', '62'), (1154, '0148', 'WLI-UC-G300HP Wireless LAN Adapter', '62'), (1155, '0150', 'WLP-UC-AG300 Wireless LAN Adapter', '62'), (1156, '0157', 'External Hard Drive HD-PEU2', '62'), (1157, '0158', 'WLI-UC-GNHP Wireless LAN Adapter', '62'), (1158, '015d', 'WLI-UC-GN Wireless LAN Adapter [Ralink RT3070]', '62'), (1159, '016f', 'WLI-UC-G301N Wireless LAN Adapter [Ralink RT3072]', '62'), (1160, '017f', 'Sony UWA-BR100 802.11abgn Wireless Adapter [Atheros AR7010+AR9280]', '62'), (1161, '019e', 'WLI-UC-GNP Wireless LAN Adapter', '62'), (1162, '01a1', 'MiniStation Metro', '62'), (1163, '01a2', 'WLI-UC-GNM Wireless LAN Adapter [Ralink RT8070]', '62'), (1164, '01ba', 'SATA Bridge', '62'), (1165, '01dc', 'Ultra-Slim Portable DVD Writer (DVSM-PC58U2V)', '62'), (1166, '01de', 'External Hard Drive HD-PCTU3 [Buffalo MiniStation]', '62'), (1167, '01ea', 'SATA Bridge', '62'), (1168, '01ee', 'WLI-UC-GNM2 Wireless LAN Adapter [Ralink RT3070]', '62'), (1169, '01f1', 'SATA Adapter [HD-LBU3]', '62'), (1170, '01fd', 'WLI-UC-G450 Wireless LAN Adapter', '62'), (1171, '027e', 'HD-LCU3', '62'), (1172, '1310', 'WinFast TV - NTSC + FM', '64'), (1173, '1311', 'WinFast TV - NTSC + MTS + FM', '64'), (1174, '1312', 'WinFast TV - PAL BG + FM', '64'), (1175, '1313', 'WinFast TV - PAL BG+TXT + FM', '64'), (1176, '1314', 'WinFast TV Audio - PHP PAL I', '64'), (1177, '1315', 'WinFast TV Audio - PHP PAL I+TXT', '64'), (1178, '1316', 'WinFast TV Audio - PHP PAL DK', '64'), (1179, '1317', 'WinFast TV Audio - PHP PAL DK+TXT', '64'), (1180, '1318', 'WinFast TV - PAL I/DK + FM', '64'), (1181, '1319', 'WinFast TV - PAL N + FM', '64'), (1182, '131a', 'WinFast TV Audio - PHP SECAM LL', '64'), (1183, '131b', 'WinFast TV Audio - PHP SECAM LL+TXT', '64'), (1184, '131c', 'WinFast TV Audio - PHP SECAM DK', '64'), (1185, '131d', 'WinFast TV - SECAM DK + TXT + FM', '64'), (1186, '131e', 'WinFast TV - NTSC Japan + FM', '64'), (1187, '1320', 'WinFast TV - NTSC', '64'), (1188, '1321', 'WinFast TV - NTSC + MTS', '64'), (1189, '1322', 'WinFast TV - PAL BG', '64'), (1190, '1323', 'WinFast TV - PAL BG+TXT', '64'), (1191, '1324', 'WinFast TV Audio - PHP PAL I', '64'), (1192, '1325', 'WinFast TV Audio - PHP PAL I+TXT', '64'), (1193, '1326', 'WinFast TV Audio - PHP PAL DK', '64'), (1194, '1327', 'WinFast TV Audio - PHP PAL DK+TXT', '64'), (1195, '1328', 'WinFast TV - PAL I/DK', '64'), (1196, '1329', 'WinFast TV - PAL N', '64'), (1197, '132a', 'WinFast TV Audio - PHP SECAM LL', '64'), (1198, '132b', 'WinFast TV Audio - PHP SECAM LL+TXT', '64'), (1199, '132c', 'WinFast TV Audio - PHP SECAM DK', '64'), (1200, '132d', 'WinFast TV - SECAM DK + TXT', '64'), (1201, '132e', 'WinFast TV - NTSC Japan', '64'), (1202, '6023', 'EMP Audio Device', '64'), (1203, '6024', 'WinFast PalmTop/Novo TV Video', '64'), (1204, '6025', 'WinFast DTV Dongle (cold state)', '64'), (1205, '6026', 'WinFast DTV Dongle (warm state)', '64'), (1206, '6029', 'WinFast DTV Dongle Gold', '64'), (1207, '6125', 'WinFast DTV Dongle', '64'), (1208, '6126', 'WinFast DTV Dongle BDA Driver', '64'), (1209, '6a03', 'RTL2832 [WinFast DTV Dongle Mini]', '64'), (1210, '6f00', 'WinFast DTV Dongle (STK7700P based)', '64'), (1211, '0035', 'W89C35 802.11bg WLAN Adapter', '66'), (1212, '0101', 'Hub', '66'), (1213, '0961', 'AVL Flash Card Reader', '66'), (1214, '3810', 'Smart Card Controller', '66'), (1215, '3811', 'Generic Controller - Single interface', '66'), (1216, '3812', 'Smart Card Controller_2Interface', '66'), (1217, '3813', 'Panel Display', '66'), (1218, '5011', 'Virtual Com Port', '66'), (1219, '511b', 'Nuvoton Nu-Link1 ICE', '66'), (1220, '511c', 'Nuvoton Nu-Link1 ICE', '66'), (1221, '511d', 'Nuvoton Nu-Link1 ICE/VCOM', '66'), (1222, '511e', 'Nuvoton Nu-Link1 MSC/VCOM', '66'), (1223, '5200', 'Nuvoton Nu-Link2-ME ICE/MSC/VCOM', '66'), (1224, '5201', 'Nuvoton Nu-Link2-Pro ICE/MSC/VCOM', '66'), (1225, '5210', 'Nuvoton Nu-Link2 MSC FW UPGRADE', '66'), (1226, '5211', 'Nuvoton Nu-Link2 HID FW UPGRADE', '66'), (1227, '5518', '4-Port Hub', '66'), (1228, '551a', 'PC Sync Keypad', '66'), (1229, '551b', 'PC Async Keypad', '66'), (1230, '551c', 'Sync Tenkey', '66'), (1231, '551d', 'Async Tenkey', '66'), (1232, '551e', 'Keyboard', '66'), (1233, '551f', 'Keyboard w/ Sys and Media', '66'), (1234, '5521', 'Keyboard', '66'), (1235, '6481', '16-bit Scanner', '66'), (1236, '7721', 'Memory Stick Reader/Writer', '66'), (1237, '7722', 'Memory Stick Reader/Writer', '66'), (1238, '7723', 'SD Card Reader', '66'), (1239, 'c141', 'Barcode Scanner', '66'), (1240, '0001', 'IrDA Remote Controller / Creative Cordless Mouse', '69'), (1241, '0600', 'Desktop Wireless 6000', '69'), (1242, '2694', 'Laila', '69'), (1243, '3001', 'Xerox P1202 Laser Printer', '69'), (1244, '3003', 'Olivetti PG L12L', '69'), (1245, '3201', 'Docuprint P8ex', '69'), (1246, '3404', 'SCX-5x12 series', '69'), (1247, '3406', 'MFP 830 series', '69'), (1248, '3407', 'ML-912', '69'), (1249, '3601', 'InkJet Color Printer', '69'), (1250, '3602', 'InkJet Color Printer', '69'), (1251, '4602', 'Remote NDIS Network Device', '69'), (1252, '8001', 'Hub', '69'), (1253, '8002', 'SyncMaster HID Monitor Control', '69'), (1254, 'aa03', 'SDAS-3 MP3 Player', '69'), (1255, '0414', 'HS-720 Headset', '73'), (1256, '1002', 'Nomad II', '73'), (1257, '1003', 'Blaster GamePad Cobra', '73'), (1258, '1050', 'GamePad Cobra', '73'), (1259, '1053', 'Mouse Gamer HD7600L', '73'), (1260, '200c', 'MuVo V100', '73'), (1261, '2020', 'Zen X-Fi 2', '73'), (1262, '2029', 'ZiiO', '73'), (1263, '2801', 'Prodikeys PC-MIDI multifunction keyboard', '73'), (1264, '3000', 'SoundBlaster Extigy', '73'), (1265, '3002', 'SB External Composite Device', '73'), (1266, '3010', 'SoundBlaster MP3+', '73'), (1267, '3014', 'SB External Composite Device', '73'), (1268, '3015', 'Sound Blaster Digital Music LX', '73'), (1269, '3020', 'SoundBlaster Audigy 2 NX', '73'), (1270, '3030', 'SB External Composite Device', '73'), (1271, '3040', 'SoundBlaster Live! 24-bit External SB0490', '73'), (1272, '3060', 'Sound Blaster Audigy 2 ZS External', '73'), (1273, '3061', 'SoundBlaster Audigy 2 ZS Video Editor', '73'), (1274, '3090', 'Sound Blaster Digital Music SX', '73'), (1275, '30d0', 'Xmod', '73'), (1276, '30d3', 'Sound Blaster Play!', '73'), (1277, '3100', 'IR Receiver (SB0540)', '73'), (1278, '3121', 'WoW tap chat', '73'), (1279, '3220', 'Sound Blaster Tactic(3D) Sigma sound card', '73'), (1280, '3232', 'Sound Blaster Premium HD [SBX]', '73'), (1281, '3237', 'SB X-Fi Surround 5.1 Pro', '73'), (1282, '3263', 'SB X-Fi Surround 5.1 Pro', '73'), (1283, '3f00', 'E-Mu Xboard 25 MIDI Controller', '73'), (1284, '3f02', 'E-Mu 0202', '73'), (1285, '3f04', 'E-Mu 0404', '73'), (1286, '3f07', 'E-Mu Xmidi 1x1', '73'), (1287, '3f0e', 'Xmidi 1x1 Tab', '73'), (1288, '4003', 'VideoBlaster Webcam Go Plus [W9967CF]', '73'), (1289, '4004', 'Nomad II MG', '73'), (1290, '4005', 'Webcam Blaster Go ES', '73'), (1291, '4007', 'Go Mini', '73'), (1292, '400a', 'PC-Cam 300', '73'), (1293, '400b', 'PC-Cam 600', '73'), (1294, '400c', 'Webcam 5 [pwc]', '73'), (1295, '400d', 'Webcam PD1001', '73'), (1296, '400f', 'PC-CAM 550 (Composite)', '73'), (1297, '4011', 'Webcam PRO eX', '73'), (1298, '4012', 'PC-CAM350', '73'), (1299, '4013', 'PC-Cam 750', '73'), (1300, '4015', 'CardCam Value', '73'), (1301, '4016', 'CardCam', '73'), (1302, '4017', 'Webcam Mobile [PD1090]', '73'), (1303, '4018', 'Webcam Vista [PD1100]', '73'), (1304, '4019', 'Audio Device', '73'), (1305, '401a', 'Webcam Vista [PD1100]', '73'), (1306, '401c', 'Webcam NX [PD1110]', '73'), (1307, '401d', 'Webcam NX Ultra', '73'), (1308, '401e', 'Webcam NX Pro', '73'), (1309, '401f', 'Webcam Notebook [PD1171]', '73'), (1310, '4020', 'Webcam NX', '73'), (1311, '4021', 'Webcam NX Ultra', '73'), (1312, '4022', 'Webcam NX Pro', '73'), (1313, '4028', 'Vista Plus cam [VF0090]', '73'), (1314, '4029', 'Webcam Live!', '73'), (1315, '402f', 'DC-CAM 3000Z', '73'), (1316, '4034', 'Webcam Instant', '73'), (1317, '4035', 'Webcam Instant', '73'), (1318, '4036', 'Webcam Live!/Live! Pro', '73'), (1319, '4037', 'Webcam Live!', '73'), (1320, '4038', 'ORITE CCD Webcam [PC370R]', '73'), (1321, '4039', 'Webcam Live! Effects', '73'), (1322, '403a', 'Webcam NX Pro 2', '73'), (1323, '403b', 'Creative Webcam Vista [VF0010]', '73'), (1324, '403c', 'Webcam Live! Ultra', '73'), (1325, '403d', 'Webcam Notebook Ultra', '73'), (1326, '403e', 'Webcam Vista Plus', '73'), (1327, '4041', 'Webcam Live! Motion', '73'), (1328, '4043', 'Vibra Plus Webcam', '73'), (1329, '4045', 'Live! Cam Voice', '73'), (1330, '4049', 'Live! Cam Voice', '73'), (1331, '4051', 'Live! Cam Notebook Pro [VF0250]', '73'), (1332, '4052', 'Live! Cam Vista IM', '73'), (1333, '4053', 'Live! Cam Video IM', '73'), (1334, '4054', 'Live! Cam Video IM', '73'), (1335, '4055', 'Live! Cam Video IM Pro', '73'), (1336, '4056', 'Live! Cam Video IM Pro', '73'), (1337, '4057', 'Live! Cam Optia', '73'), (1338, '4058', 'Live! Cam Optia AF', '73'), (1339, '405f', 'WebCam Vista (VF0330)', '73'), (1340, '4061', 'Live! Cam Notebook Pro [VF0400]', '73'), (1341, '4063', 'Live! Cam Video IM Pro', '73'), (1342, '4068', 'Live! Cam Notebook [VF0470]', '73'), (1343, '406c', 'Live! Cam Sync [VF0520]', '73'), (1344, '4083', 'Live! Cam Socialize [VF0640]', '73'), (1345, '4087', 'Live! Cam Socialize HD 1080 [VF0680]', '73'), (1346, '4088', 'Live! Cam Chat HD [VF0700]', '73'), (1347, '4095', 'Live! Cam Sync HD [VF0770]', '73'), (1348, '4097', 'Live! Cam Chat HD [VF0700]', '73'), (1349, '4100', 'Nomad Jukebox 2', '73'), (1350, '4101', 'Nomad Jukebox 3', '73'), (1351, '4102', 'NOMAD MuVo^2', '73'), (1352, '4106', 'Nomad MuVo', '73'), (1353, '4107', 'NOMAD MuVo', '73'), (1354, '4108', 'Nomad Jukebox Zen', '73'), (1355, '4109', 'Nomad Jukebox Zen NX', '73'), (1356, '410b', 'Nomad Jukebox Zen USB 2.0', '73'), (1357, '410c', 'Nomad MuVo NX', '73'), (1358, '410f', 'NOMAD MuVo^2 (Flash)', '73'), (1359, '4110', 'Nomad Jukebox Zen Xtra', '73'), (1360, '4111', 'Dell Digital Jukebox', '73'), (1361, '4116', 'MuVo^2', '73'), (1362, '4117', 'Nomad MuVo TX', '73'), (1363, '411b', 'Zen Touch', '73'), (1364, '411c', 'Nomad MuVo USB 2.0', '73'), (1365, '411d', 'Zen', '73'), (1366, '411e', 'Zen Micro', '73'), (1367, '4120', 'Nomad MuVo TX FM', '73'), (1368, '4123', 'Zen Portable Media Center', '73'), (1369, '4124', 'MuVo^2 FM (uHDD)', '73'), (1370, '4126', 'Dell DJ (2nd gen)', '73'), (1371, '4127', 'Dell DJ', '73'), (1372, '4128', 'NOMAD Jukebox Zen Xtra (mtp)', '73'), (1373, '412b', 'MuVo N200 with FM radio', '73'), (1374, '412f', 'Dell Digital Jukebox 2.Gen', '73'), (1375, '4130', 'Zen Micro (mtp)', '73'), (1376, '4131', 'DAP-HD0014 [Zen Touch] (MTP)', '73'), (1377, '4133', 'Mass Storage Device', '73'), (1378, '4134', 'Zen Neeon', '73'), (1379, '4136', 'Zen Sleek', '73'), (1380, '4137', 'Zen Sleek (mtp)', '73'), (1381, '4139', 'Zen Nano Plus', '73'), (1382, '413c', 'Zen MicroPhoto', '73'), (1383, '4150', 'Zen V (MTP)', '73'), (1384, '4151', 'Zen Vision:M (mtp)', '73'), (1385, '4152', 'Zen V Plus', '73'), (1386, '4153', 'Zen Vision W', '73'), (1387, '4154', 'Zen Stone', '73'), (1388, '4155', 'Zen Stone plus', '73'), (1389, '4157', 'Zen (MTP)', '73'), (1390, '500f', 'Broadband Blaster 8012U-V', '73'), (1391, '5015', 'TECOM Bluetooth Device', '73'), (1392, 'ffff', 'Webcam Live! Ultra', '73'), (1393, '1307', 'Celly SIM Card Reader', '75'), (1394, '0001', 'E61i (PC Suite mode)', '76'), (1395, '0018', '6288 GSM Smartphone', '76'), (1396, '0019', '6288 GSM Smartphone (imaging mode)', '76'), (1397, '001a', '6288 GSM Smartphone (file transfer mode)', '76'), (1398, '0024', '5610 XpressMusic (Storage mode)', '76'), (1399, '0025', '5610 XpressMusic (PC Suite mode)', '76'), (1400, '0028', '5610 XpressMusic (Imaging mode)', '76'), (1401, '002d', '6120 Phone (Mass storage mode)', '76'), (1402, '002e', '6120 Phone (Media-Player mode)', '76'), (1403, '002f', '6120 Phone (PC-Suite mode)', '76'), (1404, '0042', 'E51 (PC Suite mode)', '76'), (1405, '0064', '3109c GSM Phone', '76'), (1406, '006b', '5310 Xpress Music (PC Suite mode)', '76'), (1407, '006c', '5310 Xpress music (Storage mode)', '76'), (1408, '006d', 'N95 (Storage mode)', '76'), (1409, '006e', 'N95 (Multimedia mode)', '76'), (1410, '006f', 'N95 (Printing mode)', '76'), (1411, '0070', 'N95 (PC Suite mode)', '76'), (1412, '0096', 'N810 Internet Tablet', '76'), (1413, '00aa', 'E71 (Mass storage mode)', '76'), (1414, '00ab', 'E71 (PC Suite mode)', '76'), (1415, '00e4', 'E71 (Media transfer mode)', '76'), (1416, '0103', 'ADL Flashing Engine AVALON Parent', '76'), (1417, '0104', 'ADL Re-Flashing Engine Parent', '76'), (1418, '0105', 'Nokia Firmware Upgrade Mode', '76'), (1419, '0106', 'ROM Parent', '76'), (1420, '010d', 'E75 (Storage Mode)', '76'), (1421, '010e', 'E75 (PC Suite mode)', '76'), (1422, '010f', 'E75 (Media transfer mode)', '76'), (1423, '0110', 'E75 (Imaging Mode)', '76'), (1424, '0154', '5800 XpressMusic (PC Suite mode)', '76'), (1425, '0155', '5800 XpressMusic (Multimedia mode)', '76'), (1426, '0156', '5800 XpressMusic (Storage mode)', '76'), (1427, '0157', '5800 XpressMusic (Imaging mode)', '76'), (1428, '0189', 'N810 Internet Tablet WiMAX', '76'), (1429, '0199', '6700 Classic (msc)', '76'), (1430, '019a', '6700 Classic (PC Suite)', '76'), (1431, '019b', '6700 Classic (mtp)', '76'), (1432, '01b0', '6303 classic Phone (PC Suite mode)', '76'), (1433, '01b1', '6303 classic Phone (Mass storage mode)', '76'), (1434, '01b2', '6303 classic Phone (Printing and media mode)', '76'), (1435, '01c7', 'N900 (Storage Mode)', '76'), (1436, '01c8', 'N900/N950 (PC-Suite Mode)', '76'), (1437, '0228', '5530 XpressMusic', '76'), (1438, '023a', '6730 Classic', '76'), (1439, '026a', 'N97 (mass storage)', '76'), (1440, '026b', 'N97 (Multimedia)', '76'), (1441, '026c', 'N97 (PC Suite)', '76'), (1442, '026d', 'N97 (Pictures)', '76'), (1443, '0295', '660i/6600i Slide Phone (Mass Storage)', '76'), (1444, '0297', '660i/6600i Slide Phone (Still Image)', '76'), (1445, '02e1', '5230 (Storage mode)', '76'), (1446, '02e2', '5230 (Multimedia mode)', '76'), (1447, '02e3', '5230 (PC-Suite mode)', '76'), (1448, '02e4', '5230 (Imaging mode)', '76'), (1449, '0360', 'C1-01 Ovi Suite Mode', '76'), (1450, '0396', 'C7-00 (Modem mode)', '76'), (1451, '03a4', 'C5 (Storage mode)', '76'), (1452, '03c0', 'C7-00 (Mass storage mode)', '76'), (1453, '03c1', 'C7-00 (Media transfer mode)', '76'), (1454, '03c2', 'Sim', '76'), (1455, '03cd', 'C7-00 (Nokia Suite mode)', '76'), (1456, '03d1', 'N950 (Storage Mode)', '76'), (1457, '03d2', 'N950 (PC Suite mode)', '76'), (1458, '0400', '7600 Phone Parent', '76'), (1459, '0401', '6650 GSM Phone', '76'), (1460, '0402', '6255 Phone Parent', '76'), (1461, '0404', '5510', '76'), (1462, '0405', '9500 GSM Communicator', '76'), (1463, '0407', 'Music Player HDR-1(tm)', '76'), (1464, '040b', 'N-Gage GSM Phone', '76'), (1465, '040d', '6620 Phone Parent', '76'), (1466, '040e', '6651 Phone Parent', '76'), (1467, '040f', '6230 GSM Phone', '76'), (1468, '0410', '6630 Imaging Smartphone', '76'), (1469, '0411', '7610 Phone Parent', '76'), (1470, '0413', '6260 Phone Parent', '76'), (1471, '0414', '7370', '76'), (1472, '0415', '9300 GSM Smartphone', '76'), (1473, '0416', '6170 Phone Parent', '76'), (1474, '0417', '7270 Phone Parent', '76'), (1475, '0418', 'E70 (PC Suite mode)', '76'), (1476, '0419', 'E60 (PC Suite mode)', '76'), (1477, '041a', '9500 GSM Communicator (RNDIS)', '76'), (1478, '041b', '9300 GSM Smartphone (RNDIS)', '76'), (1479, '041c', '7710 Phone Parent', '76'), (1480, '041d', '6670 Phone Parent', '76'), (1481, '041e', '6680', '76'), (1482, '041f', '6235 Phone Parent', '76'), (1483, '0421', '3230 Phone Parent', '76'), (1484, '0422', '6681 Phone Parent', '76'), (1485, '0423', '6682 Phone Parent', '76'), (1486, '0428', '6230i Modem', '76'), (1487, '0429', '6230i MultiMedia Card', '76'), (1488, '0431', '770/N800 Internet Tablet', '76'), (1489, '0432', 'N90 Phone Parent', '76'), (1490, '0435', 'E70 (IP Passthrough/RNDIS mode)', '76'), (1491, '0436', 'E60 (IP Passthrough/RNDIS mode)', '76'), (1492, '0437', '6265 Phone Parent', '76'), (1493, '043a', 'N70 USB Phone Parent', '76'), (1494, '043b', '3155 Phone Parent', '76'), (1495, '043c', '6155 Phone Parent', '76'), (1496, '043d', '6270 Phone Parent', '76'), (1497, '0443', 'N70 Phone Parent', '76'), (1498, '0444', 'N91', '76'), (1499, '044c', 'NM850iG Phone Parent', '76'), (1500, '044d', 'E61 (PC Suite mode)', '76'), (1501, '044e', 'E61 (Data Exchange mode)', '76'), (1502, '044f', 'E61 (IP Passthrough/RNDIS mode)', '76'), (1503, '0453', '9300 Phone Parent', '76'), (1504, '0456', '6111 Phone Parent', '76'), (1505, '0457', '6111 Phone (Printing mode)', '76'), (1506, '045a', '6280 Phone Parent', '76'), (1507, '045d', '6282 Phone Parent', '76'), (1508, '046e', '6110 Navigator', '76'), (1509, '0471', '6110 Navigator', '76'), (1510, '0485', 'MTP Device', '76'), (1511, '04b9', '5300', '76'), (1512, '04bc', '5200 (Nokia mode)', '76'), (1513, '04bd', '5200 (Storage mode)', '76'), (1514, '04be', '5200 (MTP mode)', '76'), (1515, '04c3', 'N800 Internet Tablet', '76'), (1516, '04ce', 'E90 Communicator (PC Suite mode)', '76'), (1517, '04cf', 'E90 Communicator (Storage mode)', '76'), (1518, '04f0', 'Nokia N95 (PC Suite mode)', '76'), (1519, '04f9', '6300 (PC Suite mode)', '76'), (1520, '0508', 'E65 (PC Suite mode)', '76'), (1521, '0509', 'E65 (Storage mode)', '76'), (1522, '0518', 'N9 (Storage mode)', '76'), (1523, '0519', 'N9 (RNDIS/Ethernet mode)', '76'), (1524, '051a', 'N9 (PC Suite mode)', '76'), (1525, '054d', 'C2-01', '76'), (1526, '0600', 'Digital Pen SU-1B', '76'), (1527, '0610', 'CS-15 (Internet Stick 3G modem)', '76'), (1528, '0661', 'Lumia 620/920', '76'), (1529, '0662', '301 Dual SIM (Mass Storage)', '76'), (1530, '0663', '301 Dual SIM', '76'), (1531, '069a', '130 [RM-1035] (Charging only)', '76'), (1532, '06fc', 'Lumia 640 Phone', '76'), (1533, '0720', 'X (RM-980)', '76'), (1534, '0800', 'Connectivity Cable DKU-5', '76'), (1535, '0801', 'Data Cable DKU-6', '76'), (1536, '0802', 'CA-42 Phone Parent', '76'), (1537, '000a', 'NetMate Ethernet', '78'), (1538, '000c', 'NetMate2 Ethernet', '78'), (1539, '000d', 'USB Chief Analyzer', '78'), (1540, '0100', 'Generic Universal Protocol Analyzer', '78'), (1541, '0101', 'UPA USBTracer', '78'), (1542, '0200', 'Generic 10K Universal Protocol Analyzer', '78'), (1543, '020a', 'PETracer ML', '78'), (1544, '0300', 'Generic Universal Protocol Analyzer', '78'), (1545, '0301', '2500H Tracer Trainer', '78'), (1546, '030a', 'PETracer x1', '78'), (1547, '1237', 'Andromeda Hub', '78'), (1548, '0001', 'Integrated Hub', '79'), (1549, '0140', 'LPC47M14x hub', '79'), (1550, '0acd', 'Sitecom Internal Multi Memory reader/writer MD-005', '79'), (1551, '0fdc', 'Floppy', '79'), (1552, '10cd', 'Sitecom Internal Multi Memory reader/writer MD-005', '79'), (1553, '2020', 'USB Hub', '79'), (1554, '20cd', 'Sitecom Internal Multi Memory reader/writer MD-005', '79'), (1555, '20fc', '6-in-1 Card Reader', '79'), (1556, '2134', 'Hub', '79'), (1557, '2228', '9-in-2 Card Reader', '79'), (1558, '223a', '8-in-1 Card Reader', '79'), (1559, '2503', 'USB 2.0 Hub', '79'), (1560, '2507', 'hub', '79'), (1561, '2512', 'USB 2.0 Hub', '79'), (1562, '2513', '2.0 Hub', '79'), (1563, '2514', 'USB 2.0 Hub', '79'), (1564, '2517', 'Hub', '79'), (1565, '2524', 'USB MultiSwitch Hub', '79'), (1566, '2602', 'USB 2.0 Hub', '79'), (1567, '2640', 'USB 2.0 Hub', '79'), (1568, '2660', 'Hub', '79'), (1569, '2744', 'Hub', '79'), (1570, '274d', 'HTC Hub Controller', '79'), (1571, '2807', 'Hub', '79'), (1572, '3fc7', 'RME Babyface audio system', '79'), (1573, '3fcc', 'RME MADIface', '79'), (1574, '4041', 'Hub and media card controller', '79'), (1575, '4060', 'Ultra Fast Media Reader', '79'), (1576, '4064', 'Ultra Fast Media Reader', '79'), (1577, '4712', 'USB4712 high-speed hub', '79'), (1578, '4713', 'USB4715 high-speed hub (2 ports disabled)', '79'), (1579, '4714', 'USB4715 high-speed hub (1 port disabled)', '79'), (1580, '4715', 'USB4715 high-speed hub', '79'), (1581, '4910', 'USB491x hub integrated functions (primary)', '79'), (1582, '4912', 'USB4912 high-speed hub (1 port disabled)', '79'), (1583, '4914', 'USB4914 high-speed hub', '79'), (1584, '4916', 'USB4916 high-speed hub', '79'), (1585, '4920', 'USB491x hub integrated functions (secondary)', '79'), (1586, '4925', 'USB4925 high-speed hub (primary upstream)', '79'), (1587, '4927', 'USB4927 high-speed hub (primary upstream)', '79'), (1588, '4931', 'USB4925/4927 high-speed hub (secondary upstream)', '79'), (1589, '4940', 'USB47xx/49xx hub integrated WinUSB', '79'), (1590, '4942', 'USB47xx/49xx hub integrated I2S audio port', '79'), (1591, '4943', 'USB47xx/49xx hub integrated I2S audio + HID port', '79'), (1592, '4944', 'USB47xx/49xx hub integrated serial port', '79'), (1593, '4946', 'USB47xx/49xx hub integrated serial + I2S audio port', '79'), (1594, '4947', 'USB47xx/49xx hub integrated serial + I2S audio + HID port', '79'), (1595, '494a', 'USB47xx/49xx hub integrated WinUSB + I2S audio port', '79'), (1596, '494b', 'USB47xx/49xx hub integrated WinUSB + I2S audio + HID port', '79'), (1597, '494c', 'USB47xx/49xx hub integrated WinUSB + serial port', '79'), (1598, '494e', 'USB47xx/49xx hub integrated WinUSB + serial + I2S audio port', '79'), (1599, '494f', 'USB47xx/49xx hub integrated WinUSB + serial + I2S audio + HID port', '79'), (1600, '5434', 'Hub', '79'), (1601, '5534', 'Hub', '79'), (1602, '5744', 'Hub', '79'), (1603, '5807', 'Hub', '79'), (1604, '7500', 'LAN7500 Ethernet 10/100/1000 Adapter', '79'), (1605, '9500', 'LAN9500/LAN9500i', '79'), (1606, '9512', 'SMC9512/9514 USB Hub', '79'), (1607, '9514', 'SMC9514 Hub', '79'), (1608, '9904', 'LAN9512/LAN9514 Ethernet 10/100 Adapter (SAL10)', '79'), (1609, '9e00', 'LAN9500A/LAN9500Ai', '79'), (1610, 'a700', '2 Port Hub', '79'), (1611, 'ec00', 'SMSC9512/9514 Fast Ethernet Adapter', '79'), (1612, '0101', 'G-Tech Wireless Mouse & Keyboard', '80'), (1613, 'f102', 'G-Tech U+P Wireless Mouse', '80'), (1614, '0426', 'WDM Driver', '81'), (1615, '4001', 'GamePad Pro', '83'), (1616, '9316', '8x931Hx Customer Hub', '86'), (1617, '0380', 'MP3 Player', '89'), (1618, '0002', '109 Keyboard', '91'), (1619, '0005', 'Type 6 Keyboard', '91'), (1620, '000a', '109 Japanese Keyboard', '91'), (1621, '000b', '109 Japanese Keyboard', '91'), (1622, '0082', '109 Japanese Keyboard', '91'), (1623, '0083', '109 Japanese Keyboard', '91'), (1624, '00a2', 'Type 7 Keyboard', '91'), (1625, '0100', '3-button Mouse', '91'), (1626, '0502', 'Panasonic CF-19 HID Touch Panel', '91'), (1627, '100e', '24.1" LCD Monitor v4 / FID-638 Mouse', '91'), (1628, '36ba', 'Bus Powered Hub', '91'), (1629, 'a101', 'remote key/mouse for P3 chip', '91'), (1630, 'a102', 'remote key/mouse/storage for P3 chip', '91'), (1631, 'a103', 'remote storage for P3 chip', '91'), (1632, 'a111', 'remote keyboard for P4 chip', '91'), (1633, 'a112', 'remote mouse for P4 chip', '91'), (1634, 'a113', 'remote storage for P4 chip', '91'), (1635, 'a4a2', 'Ethernet (RNDIS and CDC ethernet)', '91'), (1636, 'cdab', 'Raritan KVM dongle', '91'), (1637, '0100', 'Mouse-Trak 3-button Track Ball', '92'), (1638, '0031', 'Document Processor', '93'), (1639, '1101', 'IBM Game Controller', '94'), (1640, 'abab', 'Keyboard', '94'), (1641, '0005', 'CameraMate (DPCM_USB)', '97'), (1642, '7900', 'Root Hub', '99'), (1643, '0001', 'Laser Printer', '101'), (1644, '0002', 'Optra E310 Printer', '101'), (1645, '0003', 'Laser Printer', '101'), (1646, '0004', 'Laser Printer', '101'), (1647, '0005', 'Laser Printer', '101'), (1648, '0006', 'Laser Printer', '101'), (1649, '0007', 'Laser Printer', '101'), (1650, '0008', 'Inkjet Color Printer', '101'), (1651, '0009', 'Optra S2450 Printer', '101'), (1652, '000a', 'Laser Printer', '101'), (1653, '000b', 'Inkjet Color Printer', '101'), (1654, '000c', 'Optra E312 Printer', '101'), (1655, '000d', 'Laser Printer', '101'), (1656, '000e', 'Laser Printer', '101'), (1657, '000f', 'Laser Printer', '101'), (1658, '0010', 'Laser Printer', '101'), (1659, '0011', 'Laser Printer', '101'), (1660, '0012', 'Inkjet Color Printer', '101'), (1661, '0013', 'Inkjet Color Printer', '101'), (1662, '0014', 'InkJet Color Printer', '101'), (1663, '0015', 'InkJet Color Printer', '101'), (1664, '0016', 'Z12 Color Jetprinter', '101'), (1665, '0017', 'Z32 printer', '101'), (1666, '0018', 'Z52 Printer', '101'), (1667, '0019', 'Forms Printer', '101'), (1668, '001a', 'Z65 Printer', '101'), (1669, '001b', 'InkJet Photo Printer', '101'), (1670, '001c', 'Kodak Personal Picture Maker 200 Printer', '101'), (1671, '001d', 'InkJet Color Printer', '101'), (1672, '001e', 'InkJet Photo Printer', '101'), (1673, '001f', 'Kodak Personal Picture Maker 200 Card Reader', '101'), (1674, '0020', 'Z51 Printer', '101'), (1675, '0021', 'Z33 Printer', '101'), (1676, '0022', 'InkJet Color Printer', '101'), (1677, '0023', 'Laser Printer', '101'), (1678, '0024', 'Laser Printer', '101'), (1679, '0025', 'InkJet Color Printer', '101'), (1680, '0026', 'InkJet Color Printer', '101'), (1681, '0027', 'InkJet Color Printer', '101'), (1682, '0028', 'InkJet Color Printer', '101'), (1683, '0029', 'Scan Print Copy', '101'), (1684, '002a', 'Scan Print Copy', '101'), (1685, '002b', 'Scan Print Copy', '101'), (1686, '002c', 'Scan Print Copy', '101'), (1687, '002d', 'X70/X73 Scan/Print/Copy', '101'), (1688, '002e', 'Scan Print Copy', '101'), (1689, '002f', 'Scan Print Copy', '101'), (1690, '0030', 'Scan Print Copy', '101'), (1691, '0031', 'Scan Print Copy', '101'), (1692, '0032', 'Scan Print Copy', '101'), (1693, '0033', 'Scan Print Copy', '101'), (1694, '0034', 'Scan Print Copy', '101'), (1695, '0035', 'Scan Print Copy', '101'), (1696, '0036', 'Scan Print Copy', '101'), (1697, '0037', 'Scan Print Copy', '101'), (1698, '0038', 'Scan Print Copy', '101'), (1699, '0039', 'Scan Print Copy', '101'), (1700, '003a', 'Scan Print Copy', '101'), (1701, '003b', 'Scan Print Copy', '101'), (1702, '003c', 'Scan Print Copy', '101'), (1703, '003d', 'X83 Scan/Print/Copy', '101'), (1704, '003e', 'Scan Print Copy', '101'), (1705, '003f', 'Scan Print Copy', '101'), (1706, '0040', 'Scan Print Copy', '101'), (1707, '0041', 'Scan Print Copy', '101'), (1708, '0042', 'Scan Print Copy', '101'), (1709, '0043', 'Scan Print Copy', '101'), (1710, '0044', 'Scan Print Copy', '101'), (1711, '0045', 'Scan Print Copy', '101'), (1712, '0046', 'Scan Print Copy', '101'), (1713, '0047', 'Scan Print Copy', '101'), (1714, '0048', 'Scan Print Copy', '101'), (1715, '0049', 'Scan Print Copy', '101'), (1716, '004a', 'Scan Print Copy', '101'), (1717, '004b', 'Scan Print Copy', '101'), (1718, '004c', 'Scan Print Copy', '101'), (1719, '004d', 'Laser Printer', '101'), (1720, '004e', 'Laser Printer', '101'), (1721, '004f', 'InkJet Color Printer', '101'), (1722, '0050', 'InkJet Color Printer', '101'), (1723, '0051', 'Laser Printer', '101'), (1724, '0052', 'Laser Printer', '101'), (1725, '0053', 'InkJet Color Printer', '101'), (1726, '0054', 'InkJet Color Printer', '101'), (1727, '0057', 'Z35 Printer', '101'), (1728, '0058', 'Laser Printer', '101'), (1729, '005a', 'X63', '101'), (1730, '005c', 'InkJet Color Printer', '101'), (1731, '0060', 'X74/X75 Scanner', '101'), (1732, '0061', 'X74 Hub', '101'), (1733, '0065', 'X5130', '101'), (1734, '0069', 'X74/X75 Printer', '101'), (1735, '006d', 'X125', '101'), (1736, '006e', 'C510', '101'), (1737, '0072', 'X6170 Printer', '101'), (1738, '0073', 'InkJet Color Printer', '101'), (1739, '0078', 'InkJet Color Printer', '101'), (1740, '0079', 'InkJet Color Printer', '101'), (1741, '007a', 'Generic Hub', '101'), (1742, '007b', 'InkJet Color Printer', '101'), (1743, '007c', 'X1110/X1130/X1140/X1150/X1170/X1180/X1185', '101'), (1744, '007d', 'Photo 3150', '101'), (1745, '008a', '4200 series', '101'), (1746, '008b', 'InkJet Color Printer', '101'), (1747, '008c', 'to CF/SM/SD/MS Card Reader', '101'), (1748, '008e', 'InkJet Color Printer', '101'), (1749, '008f', 'X422', '101'), (1750, '0091', 'Laser Printer E232', '101'), (1751, '0093', 'X5250', '101'), (1752, '0095', 'E220 Printer', '101'), (1753, '0096', '2200 series', '101'), (1754, '0097', 'P6250', '101'), (1755, '0098', '7100 series', '101'), (1756, '009e', 'P910 series Human Interface Device', '101'), (1757, '009f', 'InkJet Color Printer', '101'), (1758, '00a9', 'IBM Infoprint 1410 MFP', '101'), (1759, '00ab', 'InkJet Color Printer', '101'), (1760, '00b2', '3300 series', '101'), (1761, '00b8', '7300 series', '101'), (1762, '00b9', '8300 series', '101'), (1763, '00ba', 'InkJet Color Printer', '101'), (1764, '00bb', '2300 series', '101'), (1765, '00bd', 'Printing Support', '101'), (1766, '00be', 'Printing Support', '101'), (1767, '00bf', 'Printing Support', '101'), (1768, '00c0', '6300 series', '101'), (1769, '00c1', '4300 series', '101'), (1770, '00c7', 'Printing Support', '101'), (1771, '00c8', 'Printing Support', '101'), (1772, '00c9', 'Printing Support', '101'), (1773, '00cb', 'Printing Support', '101'), (1774, '00cc', 'E120(n)', '101'), (1775, '00d0', '9300 series', '101'), (1776, '00d3', 'X340 Scanner', '101'), (1777, '00d4', 'X342n Scanner', '101'), (1778, '00d5', 'Printing Support', '101'), (1779, '00d6', 'X340 Scanner', '101'), (1780, '00e8', 'X642e', '101'), (1781, '00e9', '2400 series', '101'), (1782, '00f6', '3400 series', '101'), (1783, '00f7', 'InkJet Color Printer', '101'), (1784, '00ff', 'InkJet Color Printer', '101'), (1785, '010b', '2500 series', '101'), (1786, '010d', '3500-4500 series', '101'), (1787, '010f', '6500 series', '101'), (1788, '0142', 'X3650 (Printer, Scanner, Copier)', '101'), (1789, '01fa', 'S310 series', '101'), (1790, '4303', 'Xerox WorkCentre Pro 412', '101'), (1791, '3001', 'AN-WF100 802.11abgn Wireless Adapter [Broadcom BCM4323]', '102'), (1792, '3004', 'TWFM-B003D 802.11abgn Wireless Module [Broadcom BCM43236B]', '102'), (1793, '3009', 'VC400', '102'), (1794, '3101', 'AN-WF500 802.11abgn + BT Wireless Adapter [Broadcom BCM43242]', '102'), (1795, '42bd', 'Flatron 795FT Plus Monitor', '102'), (1796, '4a4d', 'Flatron 915FT Plus Monitor', '102'), (1797, '7001', 'MF-PD100 Soul Digital MP3 Player', '102'), (1798, '7013', 'MP3 Player', '102'), (1799, '70d7', 'Mouse Scanner LSM-150 [LG Smart Scan Mouse]', '102'), (1800, '70f5', 'External HDD', '102'), (1801, '8484', 'LPC-U30 Webcam II', '102'), (1802, '8585', 'LPC-UC35 Webcam', '102'), (1803, '8888', 'Electronics VCS Camera II(LPC-U20)', '102'), (1804, '9800', 'Remote Control Receiver_iMON', '102'), (1805, '9803', 'eHome Infrared Receiver', '102'), (1806, '9804', 'DMB Receiver Control', '102'), (1807, '9c01', 'LGE Sync', '102'), (1808, '1456', 'Hub', '105'), (1809, 'abba', 'Bluetooth Device', '106'), (1810, '000e', 'Multimedia Keyboard', '107'), (1811, '002e', 'Millennium Keyboard', '107'), (1812, '6781', 'Keyboard with PS/2 Mouse Port', '109'), (1813, '6782', 'Keyboard', '109'), (1814, '0128', 'Menengah', '111'), (1815, '0210', 'Dasar', '111'), (1816, '0612', 'Lanjutan', '111'), (1817, '1104', 'Japanese Keyboard', '116'), (1818, '2002', 'MD-5500 Printer', '116'), (1819, '2014', 'Bluetooth Device', '116'), (1820, '3001', 'UGTZ4 Bluetooth', '116'), (1821, '3002', 'Bluetooth Device', '116'), (1822, '3003', 'Bluetooth Device', '116'), (1823, '3004', 'Bluetooth Adapter', '116'), (1824, '3005', 'Integrated Bluetooth Device', '116'), (1825, '3006', 'Bluetooth Adapter', '116'), (1826, '3007', 'Bluetooth Controller (ALPS/UGX)', '116'), (1827, '300c', 'Bluetooth Controller (ALPS/UGPZ6)', '116'), (1828, '300d', 'Bluetooth Controller (ALPS/UGPZ6)', '116'), (1829, '3010', 'Bluetooth Adapter', '116'), (1830, '3017', 'BCM2046 Bluetooth Device', '116'), (1831, 'ffff', 'Compaq Bluetooth Multiport Module', '116'), (1832, '0400', 'HOTAS Cougar', '117'), (1833, '0402', 'HOTAS Warthog Joystick', '117'), (1834, '0404', 'HOTAS Warthog Throttle', '117'), (1835, '044f', 'GP XID', '117'), (1836, '0f00', 'Steering Wheel for Xbox', '117'), (1837, '0f03', 'Steering Wheel for Xbox', '117'), (1838, '0f07', 'Controller for Xbox', '117'), (1839, '0f0c', 'Xbox Memory Unit (8MB)', '117'), (1840, '0f10', 'Modena GT Wheel', '117'), (1841, 'a003', 'Rage 3D Game Pad', '117'), (1842, 'a01b', 'PK-GP301 Driving Wheel', '117'), (1843, 'a0a0', 'Top Gun Joystick', '117'), (1844, 'a0a1', 'Top Gun Joystick (rev2)', '117'), (1845, 'a0a3', 'Fusion Digital GamePad', '117'), (1846, 'a201', 'PK-GP201 PlayStick', '117'), (1847, 'b108', 'T-Flight Hotas X Flight Stick', '117'), (1848, 'b10a', 'T.16000M Joystick', '117'), (1849, 'b203', '360 Modena Pro Wheel', '117'), (1850, 'b300', 'Firestorm Dual Power', '117'), (1851, 'b303', 'FireStorm Dual Analog 2', '117'), (1852, 'b304', 'Firestorm Dual Power', '117'), (1853, 'b307', 'vibrating Upad', '117'), (1854, 'b30b', 'Wireless VibrationPad', '117'), (1855, 'b315', 'Firestorm Dual Analog 3', '117'), (1856, 'b320', 'Dual Trigger gamepad PC/PS2 2.0', '117'), (1857, 'b323', 'Dual Trigger 3-in-1 (PC Mode)', '117'), (1858, 'b324', 'Dual Trigger 3-in-1 (PS3 Mode)', '117'), (1859, 'b326', 'Gamepad GP XID', '117'), (1860, 'b351', 'F16 MFD 1', '117'), (1861, 'b352', 'F16 MFD 2', '117'), (1862, 'b365', 'UbiSoft UbiConnect', '117'), (1863, 'b603', 'force feedback Wheel', '117'), (1864, 'b605', 'force feedback Racing Wheel', '117'), (1865, 'b651', 'Ferrari GT Rumble Force Wheel', '117'), (1866, 'b653', 'RGT Force Feedback Clutch Racing Wheel', '117'), (1867, 'b654', 'Ferrari GT Force Feedback Wheel', '117'), (1868, 'b678', 'T.Flight Rudder Pedals', '117'), (1869, 'b679', 'T-Rudder', '117'), (1870, 'b687', 'TWCS Throttle', '117'), (1871, 'b700', 'Tacticalboard', '117'), (1872, '0422', 'TUSB422 Port Controller with Power Delivery', '119'), (1873, '1234', 'Bluetooth Device', '119'), (1874, '1428', 'Hub', '119'), (1875, '1446', 'TUSB2040/2070 Hub', '119'), (1876, '16a2', 'CC Debugger', '119'), (1877, '16a6', 'BM-USBD1 BlueRobin RF heart rate sensor receiver', '119'), (1878, '16a8', 'CC2531 ZigBee', '119'), (1879, '16ae', 'CC2531 Dongle', '119'), (1880, '2036', 'TUSB2036 Hub', '119'), (1881, '2046', 'TUSB2046 Hub', '119'), (1882, '2077', 'TUSB2077 Hub', '119'), (1883, '2f90', 'SM-USB-DIG', '119'), (1884, '3200', 'TUSB3200 Boot Loader', '119'), (1885, '3410', 'TUSB3410 Microcontroller', '119'), (1886, '3f00', 'OMAP1610', '119'), (1887, '3f02', 'SMC WSKP100 Wi-Fi Phone', '119'), (1888, '505f', 'TUSB5052 Serial', '119'), (1889, '5153', 'TUSB5052 Hub', '119'), (1890, '5409', 'Frontier Labs NEX IA+ Digital Audio Player', '119'), (1891, '6000', 'AU5 ADSL Modem (pre-reenum)', '119'), (1892, '6001', 'AU5 ADSL Modem', '119'), (1893, '6060', 'RNDIS/BeWAN ADSL2+', '119'), (1894, '6070', 'RNDIS/BeWAN ADSL2+', '119'), (1895, '625f', 'TUSB6250 ATA Bridge', '119'), (1896, '8041', 'Hub', '119'), (1897, '8042', 'Hub', '119'), (1898, '8043', 'Hub', '119'), (1899, '8140', 'TUSB8041 4-Port Hub', '119'), (1900, '8142', 'TUSB8041 4-Port Hub', '119'), (1901, '926b', 'TUSB9260 Boot Loader', '119'), (1902, 'bef3', 'CC1352R1 Launchpad', '119'), (1903, 'dbc0', 'Device Bay Controller', '119'), (1904, 'e001', 'GraphLink [SilverLink]', '119'), (1905, 'e003', 'TI-84 Plus Calculator', '119'), (1906, 'e004', 'TI-89 Titanium Calculator', '119'), (1907, 'e008', 'TI-84 Plus Silver Calculator', '119'), (1908, 'e00e', 'TI-89 Titanium Presentation Link', '119'), (1909, 'e00f', 'TI-84 Plus Presentation Link', '119'), (1910, 'e010', 'TI SmartPad Keyboard', '119'), (1911, 'e011', 'Nspire CAS+ prototype', '119'), (1912, 'e012', 'TI-Nspire Calculator', '119'), (1913, 'e013', 'Network Bridge', '119'), (1914, 'e01c', 'Data Collection Sled [Nspire Lab Cradle, Nspire Datatracker Cradle]', '119'), (1915, 'e01e', 'Nspire CX Navigator Access Point', '119'), (1916, 'e01f', 'Python Adapter (firmware install mode)', '119'), (1917, 'e020', 'Python Adapter', '119'), (1918, 'e022', 'Nspire CX II', '119'), (1919, 'f430', 'MSP-FET430UIF JTAG Tool', '119'), (1920, 'f432', 'eZ430 Development Tool', '119'), (1921, 'ffff', 'Bluetooth Device', '119'), (1922, '0021', 'HID Monitor Controls', '120'), (1923, '0050', 'Diamond Pro 900u CRT Monitor', '120'), (1924, '0051', 'Integrated Hub', '120'), (1925, '0100', 'Control Panel for Leica TCS SP5', '120'), (1926, '6781', 'NMB Keyboard', '121'), (1927, '6783', 'Chicony Composite Keyboard', '121'), (1928, 'f000', 'FT2232 JTAG ICE [gnICE]', '124'), (1929, 'f001', 'FT2232H Hi-Speed JTAG ICE [gnICE+]', '124'), (1930, '0150', 'Super Talent 1GB Flash Drive', '125'), (1931, '0151', 'Super Flash 1GB / GXT 64MB Flash Drive', '125'), (1932, '0162', 'SiS162 usb Wireless LAN Adapter', '125'), (1933, '0163', 'SiS163U 802.11 Wireless LAN Adapter', '125'), (1934, '0817', 'SiS-184-ASUS-4352.17 touch panel', '125'), (1935, '10e1', 'HID Touch Controller', '125'), (1936, '5401', 'Wireless Adapter RO80211GS-USB', '125'), (1937, '0001', 'Mouse', '126'), (1938, '0002', 'Genius NetMouse Pro', '126'), (1939, '0003', 'Genius NetScroll+', '126'), (1940, '0006', 'Easy Mouse+', '126'), (1941, '0007', 'Trackbar Emotion', '126'), (1942, '000b', 'NetMouse Wheel(P+U)', '126'), (1943, '000c', 'TACOMA Fingerprint V1.06.01', '126'), (1944, '000e', 'Genius NetScroll Optical', '126'), (1945, '0013', 'TACOMA Fingerprint Mouse V1.06.01', '126'), (1946, '001a', 'Genius WebScroll+', '126'), (1947, '002e', 'NetScroll + Traveler / NetScroll 110', '126'), (1948, '0036', 'Pocket Mouse LE', '126'), (1949, '0039', 'NetScroll+ Superior', '126'), (1950, '003a', 'NetScroll+ Mini Traveler / Genius NetScroll 120', '126'), (1951, '004c', 'Slimstar Pro Keyboard', '126'), (1952, '0056', 'Ergo 300 Mouse', '126'), (1953, '0057', 'Enhanced Gaming Device', '126'), (1954, '0059', 'Enhanced Laser Device', '126'), (1955, '005a', 'Enhanced Device', '126'), (1956, '005b', 'Enhanced Device', '126'), (1957, '005c', 'Enhanced Laser Gaming Device', '126'), (1958, '005d', 'Enhanced Device', '126'), (1959, '0061', 'Bluetooth Dongle', '126'), (1960, '0066', 'Genius Traveler 1000 Wireless Mouse', '126'), (1961, '0072', 'Navigator 335', '126'), (1962, '0083', 'Bluetooth Dongle', '126'), (1963, '0087', 'Ergo 525V Laser Mouse', '126'), (1964, '0088', 'Genius Traveler 515 Laser', '126'), (1965, '0089', 'Genius Traveler 350', '126'), (1966, '00ca', 'Pen Mouse', '126'), (1967, '0100', 'EasyPen Tablet', '126'), (1968, '0101', 'CueCat', '126'), (1969, '011b', 'NetScroll T220', '126'), (1970, '0186', 'Genius DX-120 Mouse', '126'), (1971, '1001', 'Joystick', '126'), (1972, '1002', 'Game Pad', '126'), (1973, '1003', 'Genius VideoCam', '126'), (1974, '1004', 'Flight2000 F-23 Joystick', '126'), (1975, '100a', 'Aashima Technology Trust Sight Fighter Vibration Feedback Joystick', '126'), (1976, '2001', 'ColorPage-Vivid Pro Scanner', '126'), (1977, '2004', 'ColorPage-HR6 V1 Scanner', '126'), (1978, '2005', 'ColorPage-HR6/Vivid3', '126'), (1979, '2007', 'ColorPage-HR6 V2 Scanner', '126'), (1980, '2008', 'ColorPage-HR6 V2 Scanner', '126'), (1981, '2009', 'ColorPage-HR6A Scanner', '126'), (1982, '2011', 'ColorPage-Vivid3x Scanner', '126'), (1983, '2012', 'Plustek Scanner', '126'), (1984, '2013', 'ColorPage-HR7 Scanner', '126'), (1985, '2014', 'ColorPage-Vivid4', '126'), (1986, '2015', 'ColorPage-HR7LE Scanner', '126'), (1987, '2016', 'ColorPage-HR6X Scanner', '126'), (1988, '2017', 'ColorPage-Vivid3xe', '126'), (1989, '2018', 'ColorPage-HR7X', '126'), (1990, '2019', 'ColorPage-HR6X Slim', '126'), (1991, '201a', 'ColorPage-Vivid4xe', '126'), (1992, '201b', 'ColorPage-Vivid4x', '126'), (1993, '201c', 'ColorPage-HR8', '126'), (1994, '201d', 'ColorPage-Vivid 1200 X', '126'), (1995, '201e', 'ColorPage-Slim 1200', '126'), (1996, '201f', 'ColorPage-Vivid 1200 XE', '126'), (1997, '2020', 'ColorPage-Slim 1200 USB2', '126'), (1998, '2021', 'ColorPage-SF600', '126'), (1999, '3017', 'SPEED WHEEL 3 Vibration', '126'), (2000, '3018', 'Wireless 2.4Ghz Game Pad', '126'), (2001, '3019', '10-Button USB Joystick with Vibration', '126'), (2002, '301a', 'MaxFire G-12U Vibration', '126'), (2003, '301c', 'Genius MaxFighter F-16U', '126'), (2004, '301d', 'Genius MaxFire MiniPad', '126'), (2005, '400f', 'Genius TVGo DVB-T02Q MCE', '126'), (2006, '4012', 'TVGo DVB-T03 [AF9015]', '126'), (2007, '5003', 'G-pen 560 Tablet', '126'), (2008, '5004', 'G-pen Tablet', '126'), (2009, '5005', 'Genius EasyPen M406', '126'), (2010, '5012', 'Genius EasyPen M406W', '126'), (2011, '5014', 'Genius EasyPen 340', '126'), (2012, '505e', 'Genius iSlim 330', '126'), (2013, '6001', 'GF3000F Ethernet Adapter', '126'), (2014, '7004', 'VideoCAM Express V2', '126'), (2015, '7006', 'Dsc 1.3 Smart Camera Device', '126'), (2016, '7007', 'VideoCAM Web', '126'), (2017, '7009', 'G-Shot G312 Still Camera Device', '126'), (2018, '700c', 'VideoCAM Web V3', '126'), (2019, '700d', 'G-Shot G511 Composite Device', '126'), (2020, '700f', 'VideoCAM Web', '126'), (2021, '7012', 'WebCAM USB2.0', '126'), (2022, '7014', 'VideoCAM Live V3', '126'), (2023, '701c', 'G-Shot G512 Still Camera', '126'), (2024, '7020', 'Sim 321C', '126'), (2025, '7025', 'Eye 311Q Camera', '126'), (2026, '7029', 'Genius Look 320s (SN9C201 + HV7131R)', '126'), (2027, '702f', 'Genius Slim 322', '126'), (2028, '7035', 'i-Look 325T Camera', '126'), (2029, '7045', 'Genius Look 1320 V2', '126'), (2030, '704c', 'Genius i-Look 1321', '126'), (2031, '704d', 'Slim 1322AF', '126'), (2032, '7055', 'Slim 2020AF camera', '126'), (2033, '705a', 'Asus USB2.0 Webcam', '126'), (2034, '705c', 'Genius iSlim 1300AF', '126'), (2035, '7061', 'Genius iLook 1321 V2', '126'), (2036, '7066', 'Acer Crystal Eye Webcam', '126'), (2037, '7067', 'Genius iSlim 1300AF V2', '126'), (2038, '7068', 'Genius eFace 1325R', '126'), (2039, '706d', 'Genius iSlim 2000AF V2', '126'), (2040, '7076', 'Genius FaceCam 312', '126'), (2041, '7079', 'FaceCam 2025R', '126'), (2042, '707f', 'TVGo DVB-T03 [RTL2832]', '126'), (2043, '7088', 'WideCam 1050', '126'), (2044, '7089', 'Genius FaceCam 320', '126'), (2045, '708c', 'Genius WideCam F100', '126'), (2046, '07da', 'Supra Express 56K modem', '128'), (2047, '0b4a', 'SupraMax 2890 56K Modem [Lucent Atlas]', '128'), (2048, '0b68', 'SupraMax 56K Modem', '128'), (2049, '5001', 'Rio 600 MP3 Player', '128'), (2050, '5002', 'Rio 800 MP3 Player', '128'), (2051, '5003', 'Nike Psa/Play MP3 Player', '128'), (2052, '5005', 'Rio S10 MP3 Player', '128'), (2053, '5006', 'Rio S50 MP3 Player', '128'), (2054, '5007', 'Rio S35 MP3 Player', '128'), (2055, '5008', 'Rio 900 MP3 Player', '128'), (2056, '5009', 'Rio S30 MP3 Player', '128'), (2057, '500d', 'Fuse MP3 Player', '128'), (2058, '500e', 'Chiba MP3 Player', '128'), (2059, '500f', 'Cali MP3 Player', '128'), (2060, '5010', 'Rio S11 MP3 Player', '128'), (2061, '501c', 'Virgin MPF-1000', '128'), (2062, '501d', 'Rio Fuse', '128'), (2063, '501e', 'Rio Chiba', '128'), (2064, '501f', 'Rio Cali', '128'), (2065, '503f', 'Cali256 MP3 Player', '128'), (2066, '5042', 'Rio Forge', '128'), (2067, '5202', 'Rio Riot MP3 Player', '128'), (2068, '5210', 'Rio Karma Music Player', '128'), (2069, '5220', 'Rio Nitrus MP3 Player', '128'), (2070, '5221', 'Rio Eigen', '128'), (2071, '0053', 'RX610 RX-Stick', '129'), (2072, '0229', 'mSATA Adapter [renkforce Pi-102]', '129'), (2073, '0007', 'SideWinder Game Pad', '131'), (2074, '0008', 'SideWinder Precision Pro', '131'), (2075, '0009', 'IntelliMouse', '131'), (2076, '000b', 'Natural Keyboard Elite', '131'), (2077, '000e', 'SideWinder® Freestyle Pro', '131'), (2078, '0014', 'Digital Sound System 80', '131'), (2079, '001a', 'SideWinder Precision Racing Wheel', '131'), (2080, '001b', 'SideWinder Force Feedback 2 Joystick', '131'), (2081, '001c', 'Internet Keyboard Pro', '131'), (2082, '001d', 'Natural Keyboard Pro', '131'), (2083, '001e', 'IntelliMouse Explorer', '131'), (2084, '0023', 'Trackball Optical', '131'), (2085, '0024', 'Trackball Explorer', '131'), (2086, '0025', 'IntelliEye Mouse', '131'), (2087, '0026', 'SideWinder GamePad Pro', '131'), (2088, '0027', 'SideWinder PnP GamePad', '131'), (2089, '0028', 'SideWinder Dual Strike', '131'), (2090, '0029', 'IntelliMouse Optical', '131'), (2091, '002b', 'Internet Keyboard Pro', '131'), (2092, '002d', 'Internet Keyboard', '131'), (2093, '002f', 'Integrated Hub', '131'), (2094, '0033', 'Sidewinder Strategic Commander', '131'), (2095, '0034', 'SideWinder Force Feedback Wheel', '131'), (2096, '0038', 'SideWinder Precision 2', '131'), (2097, '0039', 'IntelliMouse Optical', '131'), (2098, '003b', 'SideWinder Game Voice', '131'), (2099, '003c', 'SideWinder Joystick', '131'), (2100, '0040', 'Wheel Mouse Optical', '131'), (2101, '0047', 'IntelliMouse Explorer 3.0', '131'), (2102, '0048', 'Office Keyboard 1.0A', '131'), (2103, '0053', 'Optical Mouse', '131'), (2104, '0059', 'Wireless IntelliMouse Explorer', '131'), (2105, '005c', 'Office Keyboard (106/109)', '131'), (2106, '005f', 'Wireless MultiMedia Keyboard', '131'), (2107, '0061', 'Wireless MultiMedia Keyboard (106/109)', '131'), (2108, '0063', 'Wireless Natural MultiMedia Keyboard', '131'), (2109, '0065', 'Wireless Natural MultiMedia Keyboard (106/109)', '131'), (2110, '006a', 'Wireless Optical Mouse (IntelliPoint)', '131'), (2111, '006d', 'eHome Remote Control Keyboard keys', '131'), (2112, '006e', 'MN-510 802.11b Wireless Adapter [Intersil ISL3873B]', '131'), (2113, '006f', 'Smart Display Reference Device', '131'), (2114, '0070', 'Wireless MultiMedia Keyboard', '131'), (2115, '0071', 'Wireless MultiMedia Keyboard (106/109)', '131'), (2116, '0072', 'Wireless Natural MultiMedia Keyboard', '131'), (2117, '0073', 'Wireless Natural MultiMedia Keyboard (106/109)', '131'), (2118, '0079', 'IXI Ogo CT-17 handheld device', '131'), (2119, '007a', '10/100 USB NIC', '131'), (2120, '007d', 'Notebook Optical Mouse', '131'), (2121, '007e', 'Wireless Transceiver for Bluetooth', '131'), (2122, '0080', 'Digital Media Pro Keyboard', '131'), (2123, '0083', 'Basic Optical Mouse', '131'), (2124, '0084', 'Basic Optical Mouse', '131'), (2125, '008a', 'Wireless Optical Desktop Receiver 2.0A', '131'), (2126, '008b', 'Dual Receiver Wireless Mouse (IntelliPoint)', '131'), (2127, '008c', 'Wireless Intellimouse Explorer 2.0', '131'), (2128, '0095', 'IntelliMouse Explorer 4.0 (IntelliPoint)', '131'), (2129, '009c', 'Wireless Transceiver for Bluetooth 2.0', '131'), (2130, '009d', 'Wireless Optical Desktop 3.0', '131'), (2131, '00a0', 'eHome Infrared Receiver', '131'), (2132, '00a4', 'Compact Optical Mouse, model 1016', '131'), (2133, '00b0', 'Digital Media Pro Keyboard', '131'), (2134, '00b4', 'Digital Media Keyboard 1.0A', '131'), (2135, '00b9', 'Wireless Optical Mouse 3.0', '131'), (2136, '00bb', 'Fingerprint Reader', '131'), (2137, '00bc', 'Fingerprint Reader', '131'), (2138, '00bd', 'Fingerprint Reader', '131'), (2139, '00c2', 'MN-710 802.11g Wireless Adapter [Intersil ISL3886]', '131'), (2140, '00c9', 'MTP Device', '131'), (2141, '00ca', 'Fingerprint Reader', '131'), (2142, '00cb', 'Basic Optical Mouse v2.0', '131'), (2143, '00ce', 'Generic PPC Flash device', '131'), (2144, '00d1', 'Optical Mouse with Tilt Wheel', '131'), (2145, '00d2', 'Notebook Optical Mouse with Tilt Wheel', '131'), (2146, '00da', 'eHome Infrared Receiver', '131'), (2147, '00db', 'Natural Ergonomic Keyboard 4000 V1.0', '131'), (2148, '00dd', 'Comfort Curve Keyboard 2000 V1.0', '131'), (2149, '00e1', 'Wireless Laser Mouse 6000 Receiver', '131'), (2150, '00f4', 'LifeCam VX-6000 (SN9C20x + OV9650)', '131'), (2151, '00f5', 'LifeCam VX-3000', '131'), (2152, '00f6', 'Comfort Optical Mouse 1000', '131'), (2153, '00f7', 'LifeCam VX-1000', '131'), (2154, '00f8', 'LifeCam NX-6000', '131'), (2155, '00f9', 'Wireless Desktop Receiver 3.1', '131'), (2156, '0202', 'Xbox Controller', '131'), (2157, '0280', 'Xbox Memory Unit (8MB)', '131'), (2158, '0283', 'Xbox Communicator', '131'), (2159, '0284', 'Xbox DVD Playback Kit', '131'), (2160, '0285', 'Xbox Controller S', '131'), (2161, '0288', 'Xbox Controller S Hub', '131'), (2162, '0289', 'Xbox Controller S', '131'), (2163, '028b', 'Xbox360 DVD Emulator', '131'), (2164, '028d', 'Xbox360 Memory Unit 64MB', '131'), (2165, '028e', 'Xbox360 Controller', '131'), (2166, '028f', 'Xbox360 Wireless Controller', '131'), (2167, '0290', 'Xbox360 Performance Pipe (PIX)', '131'), (2168, '0291', 'Xbox 360 Wireless Receiver for Windows', '131'), (2169, '0292', 'Xbox360 Wireless Networking Adapter', '131'), (2170, '029c', 'Xbox360 HD-DVD Drive', '131'), (2171, '029d', 'Xbox360 HD-DVD Drive', '131'), (2172, '029e', 'Xbox360 HD-DVD Memory Unit', '131'), (2173, '02a0', 'Xbox360 Big Button IR', '131'), (2174, '02a1', 'Xbox 360 Wireless Receiver for Windows', '131'), (2175, '02a8', 'Xbox360 Wireless N Networking Adapter [Atheros AR7010+AR9280]', '131'), (2176, '02ad', 'Xbox NUI Audio', '131'), (2177, '02ae', 'Xbox NUI Camera', '131'), (2178, '02b0', 'Xbox NUI Motor', '131'), (2179, '02b6', 'Xbox360 Bluetooth Wireless Headset', '131'), (2180, '02bb', 'Kinect Audio', '131'), (2181, '02be', 'Kinect for Windows NUI Audio', '131'), (2182, '02bf', 'Kinect for Windows NUI Camera', '131'), (2183, '02c2', 'Kinect for Windows NUI Motor', '131'), (2184, '02d1', 'Xbox One Controller', '131'), (2185, '02d5', 'Xbox One Digital TV Tuner', '131'), (2186, '02dd', 'Xbox One Controller (Firmware 2015)', '131'), (2187, '02e3', 'Xbox One Elite Controller', '131'), (2188, '02e6', 'Wireless XBox Controller Dongle', '131'), (2189, '02ea', 'Xbox One S Controller', '131'), (2190, '02fd', 'Xbox One S Controller [Bluetooth]', '131'), (2191, '0400', 'Windows Powered Pocket PC 2002', '131'), (2192, '0401', 'Windows Powered Pocket PC 2002', '131'), (2193, '0402', 'Windows Powered Pocket PC 2002', '131'), (2194, '0403', 'Windows Powered Pocket PC 2002', '131'), (2195, '0404', 'Windows Powered Pocket PC 2002', '131'), (2196, '0405', 'Windows Powered Pocket PC 2002', '131'), (2197, '0406', 'Windows Powered Pocket PC 2002', '131'), (2198, '0407', 'Windows Powered Pocket PC 2002', '131'), (2199, '0408', 'Windows Powered Pocket PC 2002', '131'), (2200, '0409', 'Windows Powered Pocket PC 2002', '131'), (2201, '040a', 'Windows Powered Pocket PC 2002', '131'), (2202, '040b', 'Windows Powered Pocket PC 2002', '131'), (2203, '040c', 'Windows Powered Pocket PC 2002', '131'), (2204, '040d', 'Windows Powered Pocket PC 2002', '131'), (2205, '040e', 'Windows Powered Pocket PC 2002', '131'), (2206, '040f', 'Windows Powered Pocket PC 2002', '131'), (2207, '0410', 'Windows Powered Pocket PC 2002', '131'), (2208, '0411', 'Windows Powered Pocket PC 2002', '131'), (2209, '0412', 'Windows Powered Pocket PC 2002', '131'), (2210, '0413', 'Windows Powered Pocket PC 2002', '131'), (2211, '0414', 'Windows Powered Pocket PC 2002', '131'), (2212, '0415', 'Windows Powered Pocket PC 2002', '131'), (2213, '0416', 'Windows Powered Pocket PC 2002', '131'), (2214, '0417', 'Windows Powered Pocket PC 2002', '131'), (2215, '0432', 'Windows Powered Pocket PC 2003', '131'), (2216, '0433', 'Windows Powered Pocket PC 2003', '131'), (2217, '0434', 'Windows Powered Pocket PC 2003', '131'), (2218, '0435', 'Windows Powered Pocket PC 2003', '131'), (2219, '0436', 'Windows Powered Pocket PC 2003', '131'), (2220, '0437', 'Windows Powered Pocket PC 2003', '131'), (2221, '0438', 'Windows Powered Pocket PC 2003', '131'), (2222, '0439', 'Windows Powered Pocket PC 2003', '131'), (2223, '043a', 'Windows Powered Pocket PC 2003', '131'), (2224, '043b', 'Windows Powered Pocket PC 2003', '131'), (2225, '043c', 'Windows Powered Pocket PC 2003', '131'), (2226, '043d', 'Becker Traffic Assist Highspeed 7934', '131'), (2227, '043e', 'Windows Powered Pocket PC 2003', '131'), (2228, '043f', 'Windows Powered Pocket PC 2003', '131'), (2229, '0440', 'Windows Powered Pocket PC 2003', '131'), (2230, '0441', 'Windows Powered Pocket PC 2003', '131'), (2231, '0442', 'Windows Powered Pocket PC 2003', '131'), (2232, '0443', 'Windows Powered Pocket PC 2003', '131'), (2233, '0444', 'Windows Powered Pocket PC 2003', '131'), (2234, '0445', 'Windows Powered Pocket PC 2003', '131'), (2235, '0446', 'Windows Powered Pocket PC 2003', '131'), (2236, '0447', 'Windows Powered Pocket PC 2003', '131'), (2237, '0448', 'Windows Powered Pocket PC 2003', '131'), (2238, '0449', 'Windows Powered Pocket PC 2003', '131'), (2239, '044a', 'Windows Powered Pocket PC 2003', '131'), (2240, '044b', 'Windows Powered Pocket PC 2003', '131'), (2241, '044c', 'Windows Powered Pocket PC 2003', '131'), (2242, '044d', 'Windows Powered Pocket PC 2003', '131'), (2243, '044e', 'Windows Powered Pocket PC 2003', '131'), (2244, '044f', 'Windows Powered Pocket PC 2003', '131'), (2245, '0450', 'Windows Powered Pocket PC 2003', '131'), (2246, '0451', 'Windows Powered Pocket PC 2003', '131'), (2247, '0452', 'Windows Powered Pocket PC 2003', '131'), (2248, '0453', 'Windows Powered Pocket PC 2003', '131'), (2249, '0454', 'Windows Powered Pocket PC 2003', '131'), (2250, '0455', 'Windows Powered Pocket PC 2003', '131'), (2251, '0456', 'Windows Powered Pocket PC 2003', '131'), (2252, '0457', 'Windows Powered Pocket PC 2003', '131'), (2253, '0458', 'Windows Powered Pocket PC 2003', '131'), (2254, '0459', 'Windows Powered Pocket PC 2003', '131'), (2255, '045a', 'Windows Powered Pocket PC 2003', '131'), (2256, '045b', 'Windows Powered Pocket PC 2003', '131'), (2257, '045c', 'Windows Powered Pocket PC 2003', '131'), (2258, '045d', 'Windows Powered Pocket PC 2003', '131'), (2259, '045e', 'Windows Powered Pocket PC 2003', '131'), (2260, '045f', 'Windows Powered Pocket PC 2003', '131'), (2261, '0460', 'Windows Powered Pocket PC 2003', '131'), (2262, '0461', 'Windows Powered Pocket PC 2003', '131'), (2263, '0462', 'Windows Powered Pocket PC 2003', '131'), (2264, '0463', 'Windows Powered Pocket PC 2003', '131'), (2265, '0464', 'Windows Powered Pocket PC 2003', '131'), (2266, '0465', 'Windows Powered Pocket PC 2003', '131'), (2267, '0466', 'Windows Powered Pocket PC 2003', '131'), (2268, '0467', 'Windows Powered Pocket PC 2003', '131'), (2269, '0468', 'Windows Powered Pocket PC 2003', '131'), (2270, '0469', 'Windows Powered Pocket PC 2003', '131'), (2271, '046a', 'Windows Powered Pocket PC 2003', '131'), (2272, '046b', 'Windows Powered Pocket PC 2003', '131'), (2273, '046c', 'Windows Powered Pocket PC 2003', '131'), (2274, '046d', 'Windows Powered Pocket PC 2003', '131'), (2275, '046e', 'Windows Powered Pocket PC 2003', '131'), (2276, '046f', 'Windows Powered Pocket PC 2003', '131'), (2277, '0470', 'Windows Powered Pocket PC 2003', '131'), (2278, '0471', 'Windows Powered Pocket PC 2003', '131'), (2279, '0472', 'Windows Powered Pocket PC 2003', '131'), (2280, '0473', 'Windows Powered Pocket PC 2003', '131'), (2281, '0474', 'Windows Powered Pocket PC 2003', '131'), (2282, '0475', 'Windows Powered Pocket PC 2003', '131'), (2283, '0476', 'Windows Powered Pocket PC 2003', '131'), (2284, '0477', 'Windows Powered Pocket PC 2003', '131'), (2285, '0478', 'Windows Powered Pocket PC 2003', '131'), (2286, '0479', 'Windows Powered Pocket PC 2003', '131'), (2287, '047a', 'Windows Powered Pocket PC 2003', '131'), (2288, '047b', 'Windows Powered Pocket PC 2003', '131'), (2289, '04c8', 'Windows Powered Smartphone 2002', '131'), (2290, '04c9', 'Windows Powered Smartphone 2002', '131'), (2291, '04ca', 'Windows Powered Smartphone 2002', '131'), (2292, '04cb', 'Windows Powered Smartphone 2002', '131'), (2293, '04cc', 'Windows Powered Smartphone 2002', '131'), (2294, '04cd', 'Windows Powered Smartphone 2002', '131'), (2295, '04ce', 'Windows Powered Smartphone 2002', '131'), (2296, '04d7', 'Windows Powered Smartphone 2003', '131'), (2297, '04d8', 'Windows Powered Smartphone 2003', '131'), (2298, '04d9', 'Windows Powered Smartphone 2003', '131'), (2299, '04da', 'Windows Powered Smartphone 2003', '131'), (2300, '04db', 'Windows Powered Smartphone 2003', '131'), (2301, '04dc', 'Windows Powered Smartphone 2003', '131'), (2302, '04dd', 'Windows Powered Smartphone 2003', '131'), (2303, '04de', 'Windows Powered Smartphone 2003', '131'), (2304, '04df', 'Windows Powered Smartphone 2003', '131'), (2305, '04e0', 'Windows Powered Smartphone 2003', '131'), (2306, '04e1', 'Windows Powered Smartphone 2003', '131'), (2307, '04e2', 'Windows Powered Smartphone 2003', '131'), (2308, '04e3', 'Windows Powered Smartphone 2003', '131'), (2309, '04e4', 'Windows Powered Smartphone 2003', '131'), (2310, '04e5', 'Windows Powered Smartphone 2003', '131'), (2311, '04e6', 'Windows Powered Smartphone 2003', '131'), (2312, '04e7', 'Windows Powered Smartphone 2003', '131'), (2313, '04e8', 'Windows Powered Smartphone 2003', '131'), (2314, '04e9', 'Windows Powered Smartphone 2003', '131'), (2315, '04ea', 'Windows Powered Smartphone 2003', '131'), (2316, '04ec', 'Windows Phone (Zune)', '131'), (2317, '063e', 'Zune HD Media Player', '131'), (2318, '0640', 'KIN Phone', '131'), (2319, '0641', 'KIN Phone', '131'), (2320, '0642', 'KIN Phone', '131'), (2321, '0707', 'Wireless Laser Mouse 8000', '131'), (2322, '0708', 'Transceiver v 3.0 for Bluetooth', '131'), (2323, '070a', 'Charon Bluetooth Dongle (DFU)', '131'), (2324, '070f', 'LifeChat LX-3000 Headset', '131'), (2325, '0710', 'Zune Media Player', '131'), (2326, '0713', 'Wireless Presenter Mouse 8000', '131'), (2327, '0719', 'Xbox 360 Wireless Adapter', '131'), (2328, '071f', 'Mouse/Keyboard 2.4GHz Transceiver V2.0', '131'), (2329, '0721', 'LifeCam NX-3000 (UVC-compliant)', '131'), (2330, '0723', 'LifeCam VX-7000 (UVC-compliant)', '131'), (2331, '0724', 'SideWinder Mouse', '131'), (2332, '0728', 'LifeCam VX-5000', '131'), (2333, '0730', 'Digital Media Keyboard 3000', '131'), (2334, '0734', 'Wireless Optical Desktop 700', '131'), (2335, '0736', 'Sidewinder X5 Mouse', '131'), (2336, '0737', 'Compact Optical Mouse 500', '131'), (2337, '0745', 'Nano Transceiver v1.0 for Bluetooth', '131'), (2338, '074a', 'LifeCam VX-500 [1357]', '131'), (2339, '0750', 'Wired Keyboard 600', '131'), (2340, '0752', 'Wired Keyboard 400', '131'), (2341, '075d', 'LifeCam Cinema', '131'), (2342, '0761', 'LifeCam VX-2000', '131'), (2343, '0765', 'Xbox360 Slim Internal Wireless Module (1400) [Marvell 88W8786U]', '131'), (2344, '0766', 'LifeCam VX-800', '131'), (2345, '0768', 'Sidewinder X4', '131'), (2346, '076c', 'Comfort Mouse 4500', '131'), (2347, '076d', 'LifeCam HD-5000', '131'), (2348, '0770', 'LifeCam VX-700', '131'), (2349, '0772', 'LifeCam Studio', '131'), (2350, '0779', 'LifeCam HD-3000', '131'), (2351, '077f', 'LifeChat LX-6000 Headset', '131'), (2352, '0780', 'Comfort Curve Keyboard 3000', '131'), (2353, '0797', 'Optical Mouse 200', '131'), (2354, '0799', 'Surface Pro embedded keyboard', '131'), (2355, '07a5', 'Wireless Receiver 1461C', '131'), (2356, '07b2', '2.4GHz Transceiver v8.0 used by mouse Wireless Desktop 900', '131'), (2357, '07b6', 'Comfort Curve Keyboard 3000', '131'), (2358, '07b9', 'Wired Keyboard 200', '131'), (2359, '07c6', 'RTL8153 GigE [Surface Ethernet Adapter]', '131'), (2360, '07ca', 'Surface Pro 3 Docking Station Audio Device', '131'), (2361, '07cd', 'Surface Keyboard', '131'), (2362, '07f8', 'Wired Keyboard 600 (model 1576)', '131'), (2363, '07fd', 'Nano Transceiver 1.1', '131'), (2364, '0800', 'Wireless keyboard (All-in-One-Media)', '131'), (2365, '0810', 'LifeCam HD-3000', '131'), (2366, '0823', 'Classic IntelliMouse', '131'), (2367, '0900', 'Surface Dock Hub', '131'), (2368, '0901', 'Surface Dock Hub', '131'), (2369, '0902', 'Surface Dock Hub', '131'), (2370, '0903', 'Surface Dock Hub', '131'), (2371, '0904', 'Surface Dock Extender', '131'), (2372, '0905', 'Surface Dock Audio', '131'), (2373, '090b', 'Hub', '131'), (2374, '090c', 'SD Card', '131'), (2375, '091a', 'Hub', '131'), (2376, '0927', 'RTL8153B GigE [Surface Ethernet Adapter]', '131'), (2377, '0955', 'Hub', '131'), (2378, '0957', 'Hub', '131'), (2379, '09a0', 'RTL8153B GigE [Surface Ethernet Adapter]', '131'), (2380, '09c0', 'Surface Type Cover', '131'), (2381, '0a00', 'Lumia 950 Dual SIM (RM-1118)', '131'), (2382, '930a', 'ISOUSB.SYS Intel 82930 Isochronous IO Test Board', '131'), (2383, 'ffca', 'Catalina', '131'), (2384, 'fff8', 'Keyboard', '131'), (2385, 'ffff', 'Windows CE Mass Storage', '131'), (2386, '0004', 'Tablet (5x3.75)', '132'), (2387, '0006', 'LCD Tablet (12x9)', '132'), (2388, '0008', 'Tablet (3x2.25)', '132'), (2389, '0010', 'HP PR1101U / Primax PMX-KPR1101U Keyboard', '133'), (2390, '0300', 'G2-300 Scanner', '133'), (2391, '0301', 'G2E-300 Scanner', '133'), (2392, '0302', 'G2-300 #2 Scanner', '133'), (2393, '0303', 'G2E-300 #2 Scanner', '133'), (2394, '0340', 'Colorado 9600 Scanner', '133'), (2395, '0341', 'Colorado 600u Scanner', '133'), (2396, '0345', 'Visioneer 6200 Scanner', '133'), (2397, '0346', 'Memorex Maxx 6136u Scanner', '133'), (2398, '0347', 'Primascan Colorado 2600u/Visioneer 4400 Scanner', '133'), (2399, '0360', 'Colorado 19200 Scanner', '133'), (2400, '0361', 'Colorado 1200u Scanner', '133'), (2401, '0363', 'VistaScan Astra 3600(ENG)', '133'), (2402, '0364', 'LG Electronics Scanworks 600U Scanner', '133'), (2403, '0365', 'VistaScan Astra 3600(ENG)', '133'), (2404, '0366', '6400', '133'), (2405, '0367', 'VistaScan Astra 3600(ENG)', '133'), (2406, '0371', 'Visioneer Onetouch 8920 Scanner', '133'), (2407, '0374', 'UMAX Astra 2500', '133'), (2408, '0375', 'VistaScan Astra 3600(ENG)', '133'), (2409, '0377', 'Medion MD 5345 Scanner', '133'), (2410, '0378', 'VistaScan Astra 3600(ENG)', '133'), (2411, '037b', 'Medion MD 6190 Scanner', '133'), (2412, '037c', 'VistaScan Astra 3600(ENG)', '133'), (2413, '0380', 'G2-600 Scanner', '133'), (2414, '0381', 'ReadyScan 636i Scanner', '133'), (2415, '0382', 'G2-600 #2 Scanner', '133'), (2416, '0383', 'G2E-600 Scanner', '133'), (2417, '038a', 'UMAX Astra 3000/3600', '133'), (2418, '038b', 'Xerox 2400 Onetouch', '133'), (2419, '038c', 'UMAX Astra 4100', '133'), (2420, '0392', 'Medion/Lifetec/Tevion/Cytron MD 6190', '133'), (2421, '03a8', '9420M', '133'), (2422, '0813', 'IBM UltraPort Camera', '133'), (2423, '0815', 'Micro Innovations IC200 Webcam', '133'), (2424, '0819', 'Fujifilm IX-30 Camera [webcam mode]', '133'), (2425, '081a', 'Fujifilm IX-30 Camera [storage mode]', '133'), (2426, '081c', 'Elitegroup ECS-C11 Camera', '133'), (2427, '081d', 'Elitegroup ECS-C11 Storage', '133'), (2428, '0a00', 'Micro Innovations Web Cam 320', '133'), (2429, '4d01', 'Comfort Keyboard / Kensington Orbit Elite', '133'), (2430, '4d02', 'Mouse-in-a-Box', '133'), (2431, '4d03', 'Kensington Mouse-in-a-box', '133'), (2432, '4d04', 'Mouse', '133'), (2433, '4d06', 'Balless Mouse (HID)', '133'), (2434, '4d0f', 'HP Optical Mouse', '133'), (2435, '4d15', 'Dell Optical Mouse', '133'), (2436, '4d17', 'Optical Mouse', '133'), (2437, '4d20', 'HP Optical Mouse', '133'), (2438, '4d2a', 'PoPo Elixir Mouse (HID)', '133'), (2439, '4d2b', 'Wireless Laser Mini Mouse (HID)', '133'), (2440, '4d2c', 'PoPo Mini Pointer Mouse (HID)', '133'), (2441, '4d2e', 'Optical Mobile Mouse (HID)', '133'), (2442, '4d51', '0Y357C PMX-MMOCZUL (B) [Dell Laser Mouse]', '133'), (2443, '4d62', 'HP Laser Mobile Mini Mouse', '133'), (2444, '4d75', 'Rocketfish RF-FLBTAD Bluetooth Adapter', '133'), (2445, '4d81', 'Dell N889 Optical Mouse', '133'), (2446, '4d8a', 'HP Multimedia Keyboard', '133'), (2447, '4d91', 'Laser mouse M-D16DL', '133'), (2448, '4d92', 'Optical mouse M-D17DR', '133'), (2449, '4db1', 'Dell Laptop Integrated Webcam 2Mpix', '133'), (2450, '4de3', 'HP 5-Button Optical Comfort Mouse', '133'), (2451, '4de7', 'webcam', '133'), (2452, '4e04', 'Lenovo Keyboard KB1021', '133'), (2453, '4e22', 'Dell Mouse, 2 Buttons, Modell: MS111-P', '133'), (2454, '4e6f', 'Acer Wired Keyboard Model KBAY211', '133'), (2455, '0001', 'UPS', '134'), (2456, 'ffff', 'UPS', '134'), (2457, '0001', 'Keyboard', '138'), (2458, '0003', 'My3000 Hub', '138'), (2459, '0004', 'CyBoard Keyboard', '138'), (2460, '0005', 'XX33 SmartCard Reader Keyboard', '138'), (2461, '0008', 'Wireless Keyboard and Mouse', '138'), (2462, '0010', 'SmartBoard XX44', '138'), (2463, '0011', 'G83 (RS 6000) Keyboard', '138'), (2464, '0021', 'CyMotion Expert Combo', '138'), (2465, '0023', 'Keyboard', '138'), (2466, '0027', 'CyMotion Master Solar Keyboard', '138'), (2467, '002a', 'Wireless Mouse & Keyboard', '138'), (2468, '002d', 'SmartTerminal XX44', '138'), (2469, '003c', 'Raptor Gaming Keyboard', '138'), (2470, '003d', 'Raptor Gaming Keyboard Integrated Hub', '138'), (2471, '003e', 'SmartTerminal ST-2xxx', '138'), (2472, '0041', 'G86 6240 Keyboard', '138'), (2473, '0080', 'eHealth Terminal ST 1503', '138'), (2474, '0081', 'eHealth Keyboard G87 1504', '138'), (2475, '00a1', 'SmartCard Reader Keyboard KC 1000 SC', '138'), (2476, '0106', 'R-300 Wireless Mouse Receiver', '138'), (2477, '010d', 'MX-Board 3.0 Keyboard', '138'), (2478, '0180', 'Strait 3.0', '138'), (2479, 'b090', 'Keyboard', '138'), (2480, 'b091', 'Mouse', '138'), (2481, '0001', 'Keyboard', '139'), (2482, '0101', 'PS/2 Keyboard, Mouse & Joystick Ports', '139'), (2483, '0301', 'USB 1.0 Hub', '139'), (2484, '0500', 'Serial & Parallel Ports', '139'), (2485, 'ff10', 'Virtual Keyboard and Mouse', '139'), (2486, '0082', 'Acer Aspire 5672 Webcam', '141'), (2487, '0200', 'WingMan Extreme Joystick', '141'), (2488, '0203', 'M2452 Keyboard', '141'), (2489, '0242', 'Chillstream for Xbox 360', '141'), (2490, '0301', 'M4848 Mouse', '141'), (2491, '0401', 'HP PageScan', '141'), (2492, '0402', 'NEC PageScan', '141'), (2493, '040f', 'Logitech/Storm PageScan', '141'), (2494, '0430', 'Mic (Cordless)', '141'), (2495, '0801', 'QuickCam Home', '141'), (2496, '0802', 'Webcam C200', '141'), (2497, '0804', 'Webcam C250', '141'), (2498, '0805', 'Webcam C300', '141'), (2499, '0807', 'Webcam B500', '141'), (2500, '0808', 'Webcam C600', '141'), (2501, '0809', 'Webcam Pro 9000', '141'), (2502, '080a', 'Portable Webcam C905', '141'), (2503, '080f', 'Webcam C120', '141'), (2504, '0810', 'QuickCam Pro', '141'), (2505, '0819', 'Webcam C210', '141'), (2506, '081a', 'Webcam C260', '141'), (2507, '081b', 'Webcam C310', '141'), (2508, '081d', 'HD Webcam C510', '141'), (2509, '0820', 'QuickCam VC', '141'), (2510, '0821', 'HD Webcam C910', '141'), (2511, '0823', 'HD Webcam B910', '141'), (2512, '0825', 'Webcam C270', '141'), (2513, '0826', 'HD Webcam C525', '141'), (2514, '0828', 'HD Webcam B990', '141'), (2515, '082b', 'Webcam C170', '141'), (2516, '082c', 'HD Webcam C615', '141'), (2517, '082d', 'HD Pro Webcam C920', '141'), (2518, '0830', 'QuickClip', '141'), (2519, '0836', 'B525 HD Webcam', '141'), (2520, '0837', 'BCC950 ConferenceCam', '141'), (2521, '0840', 'QuickCam Express', '141'), (2522, '0843', 'Webcam C930e', '141'), (2523, '0850', 'QuickCam Web', '141'), (2524, '085c', 'C922 Pro Stream Webcam', '141'), (2525, '0870', 'QuickCam Express', '141'), (2526, '0890', 'QuickCam Traveler', '141'), (2527, '0892', 'OrbiCam', '141'), (2528, '0894', 'CrystalCam', '141'), (2529, '0895', 'QuickCam for Dell Notebooks', '141'), (2530, '0896', 'OrbiCam', '141'), (2531, '0897', 'QuickCam for Dell Notebooks', '141'), (2532, '0899', 'QuickCam for Dell Notebooks', '141'), (2533, '089d', 'QuickCam E2500 series', '141'), (2534, '08a0', 'QuickCam IM', '141'), (2535, '08a1', 'QuickCam IM with sound', '141'), (2536, '08a2', 'Labtec Webcam Pro', '141'), (2537, '08a3', 'QuickCam QuickCam Chat', '141'), (2538, '08a6', 'QuickCam IM', '141'), (2539, '08a7', 'QuickCam Image', '141'), (2540, '08a9', 'Notebook Deluxe', '141'), (2541, '08aa', 'Labtec Notebooks', '141'), (2542, '08ac', 'QuickCam Cool', '141'), (2543, '08ad', 'QuickCam Communicate STX', '141'), (2544, '08ae', 'QuickCam for Notebooks', '141'), (2545, '08af', 'QuickCam Easy/Cool', '141'), (2546, '08b0', 'QuickCam 3000 Pro [pwc]', '141'), (2547, '08b1', 'QuickCam Notebook Pro', '141'), (2548, '08b2', 'QuickCam Pro 4000', '141'), (2549, '08b3', 'QuickCam Zoom', '141'), (2550, '08b4', 'QuickCam Zoom', '141'), (2551, '08b5', 'QuickCam Sphere', '141'), (2552, '08b9', 'QuickCam IM', '141'), (2553, '08bd', 'Microphone (Pro 4000)', '141'), (2554, '08c0', 'QuickCam Pro 3000', '141'), (2555, '08c1', 'QuickCam Fusion', '141'), (2556, '08c2', 'QuickCam PTZ', '141'), (2557, '08c3', 'Camera (Notebooks Pro)', '141'), (2558, '08c5', 'QuickCam Pro 5000', '141'), (2559, '08c6', 'QuickCam for DELL Notebooks', '141'), (2560, '08c7', 'QuickCam OEM Cisco VT Camera II', '141'), (2561, '08c9', 'QuickCam Ultra Vision', '141'), (2562, '08ca', 'Mic (Fusion)', '141'), (2563, '08cb', 'Mic (Notebooks Pro)', '141'), (2564, '08cc', 'Mic (PTZ)', '141'), (2565, '08ce', 'QuickCam Pro 5000', '141'), (2566, '08cf', 'QuickCam UpdateMe', '141'), (2567, '08d0', 'QuickCam Express', '141'), (2568, '08d7', 'QuickCam Communicate STX', '141'), (2569, '08d8', 'QuickCam for Notebook Deluxe', '141'), (2570, '08d9', 'QuickCam IM/Connect', '141'), (2571, '08da', 'QuickCam Messanger', '141'), (2572, '08dd', 'QuickCam for Notebooks', '141'), (2573, '08e0', 'QuickCam Express', '141'), (2574, '08e1', 'Labtec Webcam', '141'), (2575, '08f0', 'QuickCam Messenger', '141'), (2576, '08f1', 'QuickCam Express', '141'), (2577, '08f2', 'Microphone (Messenger)', '141'), (2578, '08f3', 'QuickCam Express', '141'), (2579, '08f4', 'Labtec Webcam', '141'), (2580, '08f5', 'QuickCam Messenger Communicate', '141'), (2581, '08f6', 'QuickCam Messenger Plus', '141'), (2582, '0900', 'ClickSmart 310', '141'), (2583, '0901', 'ClickSmart 510', '141'), (2584, '0903', 'ClickSmart 820', '141'), (2585, '0905', 'ClickSmart 820', '141'), (2586, '0910', 'QuickCam Cordless', '141'), (2587, '0920', 'QuickCam Express', '141'), (2588, '0921', 'Labtec Webcam', '141'), (2589, '0922', 'QuickCam Live', '141'), (2590, '0928', 'QuickCam Express', '141'), (2591, '0929', 'Labtec Webcam Pro', '141'), (2592, '092a', 'QuickCam for Notebooks', '141'), (2593, '092b', 'Labtec Webcam Plus', '141'), (2594, '092c', 'QuickCam Chat', '141'), (2595, '092d', 'QuickCam Express / Go', '141'), (2596, '092e', 'QuickCam Chat', '141'), (2597, '092f', 'QuickCam Express Plus', '141'), (2598, '0950', 'Pocket Camera', '141'), (2599, '0960', 'ClickSmart 420', '141'), (2600, '0970', 'Pocket750', '141'), (2601, '0990', 'QuickCam Pro 9000', '141'), (2602, '0991', 'QuickCam Pro for Notebooks', '141'), (2603, '0992', 'QuickCam Communicate Deluxe', '141'), (2604, '0994', 'QuickCam Orbit/Sphere AF', '141'), (2605, '09a1', 'QuickCam Communicate MP/S5500', '141'), (2606, '09a2', 'QuickCam Communicate Deluxe/S7500', '141'), (2607, '09a4', 'QuickCam E 3500', '141'), (2608, '09a5', 'Quickcam 3000 For Business', '141'), (2609, '09a6', 'QuickCam Vision Pro', '141'), (2610, '09b0', 'Acer OrbiCam', '141'), (2611, '09b2', 'Fujitsu Webcam', '141'), (2612, '09c0', 'QuickCam for Dell Notebooks Mic', '141'), (2613, '09c1', 'QuickCam Deluxe for Notebooks', '141'), (2614, '0a01', 'USB Headset', '141'), (2615, '0a02', 'Premium Stereo USB Headset 350', '141'), (2616, '0a03', 'Logitech USB Microphone', '141'), (2617, '0a04', 'V20 portable speakers (USB powered)', '141'), (2618, '0a07', 'Z-10 Speakers', '141'), (2619, '0a0b', 'ClearChat Pro USB', '141'), (2620, '0a0c', 'Clear Chat Comfort USB Headset', '141'), (2621, '0a10', 'V10 Notebook Speakers', '141'), (2622, '0a13', 'Z-5 Speakers', '141'), (2623, '0a14', 'USB Headset', '141'), (2624, '0a15', 'G35 Headset', '141'), (2625, '0a17', 'G330 Headset', '141'), (2626, '0a1f', 'G930', '141'), (2627, '0a29', 'H600 [Wireless Headset]', '141'), (2628, '0a37', 'USB Headset H540', '141'), (2629, '0a38', 'Headset H340', '141'), (2630, '0a44', 'Headset H390', '141'), (2631, '0a45', '960 Headset', '141'), (2632, '0a4d', 'G430 Surround Sound Gaming Headset', '141'), (2633, '0a5b', 'G933 Wireless Headset Dongle', '141'), (2634, '0a5d', 'G933 Headset Battery Charger', '141'), (2635, '0a66', '[G533 Wireless Headset Dongle]', '141'), (2636, '0b02', 'C-UV35 [Bluetooth Mini-Receiver] (HID proxy mode)', '141'), (2637, '8801', 'Video Camera', '141'), (2638, 'b014', 'Bluetooth Mouse M336/M337/M535', '141'), (2639, 'b305', 'BT Mini-Receiver', '141'), (2640, 'bfe4', 'Premium Optical Wheel Mouse', '141'), (2641, 'c000', 'N43 [Pilot Mouse]', '141'), (2642, 'c001', 'N48/M-BB48/M-UK96A [FirstMouse Plus]', '141'), (2643, 'c002', 'M-BA47 [MouseMan Plus]', '141'), (2644, 'c003', 'MouseMan', '141'), (2645, 'c004', 'WingMan Gaming Mouse', '141'), (2646, 'c005', 'WingMan Gaming Wheel Mouse', '141'), (2647, 'c00b', 'MouseMan Wheel', '141'), (2648, 'c00c', 'Optical Wheel Mouse', '141'), (2649, 'c00d', 'MouseMan Wheel+', '141'), (2650, 'c00e', 'M-BJ58/M-BJ69 Optical Wheel Mouse', '141'), (2651, 'c00f', 'MouseMan Traveler/Mobile', '141'), (2652, 'c011', 'Optical MouseMan', '141'), (2653, 'c012', 'Mouseman Dual Optical', '141'), (2654, 'c014', 'Corded Workstation Mouse', '141'), (2655, 'c015', 'Corded Workstation Mouse', '141'), (2656, 'c016', 'Optical Wheel Mouse', '141'), (2657, 'c018', 'Optical Wheel Mouse', '141'), (2658, 'c019', 'Optical Tilt Wheel Mouse', '141'), (2659, 'c01a', 'M-BQ85 Optical Wheel Mouse', '141'), (2660, 'c01b', 'MX310 Optical Mouse', '141'), (2661, 'c01c', 'Optical Mouse', '141'), (2662, 'c01d', 'MX510 Optical Mouse', '141'), (2663, 'c01e', 'MX518 Optical Mouse', '141'), (2664, 'c024', 'MX300 Optical Mouse', '141'), (2665, 'c025', 'MX500 Optical Mouse', '141'), (2666, 'c030', 'iFeel Mouse', '141'), (2667, 'c031', 'iFeel Mouse+', '141'), (2668, 'c032', 'MouseMan iFeel', '141'), (2669, 'c033', 'iFeel MouseMan+', '141'), (2670, 'c034', 'MouseMan Optical', '141'), (2671, 'c035', 'Mouse', '141'), (2672, 'c036', 'Mouse', '141'), (2673, 'c037', 'Mouse', '141'), (2674, 'c038', 'Mouse', '141'), (2675, 'c03d', 'M-BT96a Pilot Optical Mouse', '141'), (2676, 'c03e', 'Premium Optical Wheel Mouse (M-BT58)', '141'), (2677, 'c03f', 'M-BT85 [UltraX Optical Mouse]', '141'), (2678, 'c040', 'Corded Tilt-Wheel Mouse', '141'), (2679, 'c041', 'G5 Laser Mouse', '141'), (2680, 'c042', 'G3 Laser Mouse', '141'), (2681, 'c043', 'MX320/MX400 Laser Mouse', '141'), (2682, 'c044', 'LX3 Optical Mouse', '141'), (2683, 'c045', 'Optical Mouse', '141'), (2684, 'c046', 'RX1000 Laser Mouse', '141'), (2685, 'c047', 'Laser Mouse M-UAL120', '141'), (2686, 'c048', 'G9 Laser Mouse', '141'), (2687, 'c049', 'G5 Laser Mouse', '141'), (2688, 'c050', 'RX 250 Optical Mouse', '141'), (2689, 'c051', 'G3 (MX518) Optical Mouse', '141'), (2690, 'c053', 'Laser Mouse', '141'), (2691, 'c054', 'Bluetooth mini-receiver', '141'), (2692, 'c058', 'M115 Mouse', '141'), (2693, 'c05a', 'M90/M100 Optical Mouse', '141'), (2694, 'c05b', 'M-U0004 810-001317 [B110 Optical USB Mouse]', '141'), (2695, 'c05d', 'Optical Mouse', '141'), (2696, 'c05f', 'M115 Optical Mouse', '141'), (2697, 'c061', 'RX1500 Laser Mouse', '141'), (2698, 'c062', 'M-UAS144 [LS1 Laser Mouse]', '141'), (2699, 'c063', 'DELL Laser Mouse', '141'), (2700, 'c064', 'M110 corded optical mouse (M-B0001)', '141'), (2701, 'c066', 'G9x Laser Mouse', '141'), (2702, 'c068', 'G500 Laser Mouse', '141'), (2703, 'c069', 'M-U0007 [Corded Mouse M500]', '141'), (2704, 'c06a', 'USB Optical Mouse', '141'), (2705, 'c06b', 'G700 Wireless Gaming Mouse', '141'), (2706, 'c06c', 'Optical Mouse', '141'), (2707, 'c077', 'M105 Optical Mouse', '141'), (2708, 'c07c', 'M-R0017 [G700s Rechargeable Gaming Mouse]', '141'), (2709, 'c07d', 'G502 Mouse', '141'), (2710, 'c07e', 'G402 Gaming Mouse', '141'), (2711, 'c080', 'G303 Gaming Mouse', '141'), (2712, 'c083', 'G403 Prodigy Gaming Mouse', '141'), (2713, 'c084', 'G203 Gaming Mouse', '141'), (2714, 'c08b', 'G502 SE HERO Gaming Mouse', '141'), (2715, 'c101', 'UltraX Media Remote', '141'), (2716, 'c110', 'Harmony 785/880/885 Remote', '141'), (2717, 'c111', 'Harmony 525 Remote', '141'), (2718, 'c112', 'Harmony 890 Remote', '141'), (2719, 'c11f', 'Harmony 900/1100 Remote', '141'), (2720, 'c121', 'Harmony One Remote', '141'), (2721, 'c122', 'Harmony 650/700 Remote', '141'), (2722, 'c124', 'Harmony 300/350 Remote', '141'), (2723, 'c125', 'Harmony 200 Remote', '141'), (2724, 'c126', 'Harmony Link', '141'), (2725, 'c129', 'Harmony Hub', '141'), (2726, 'c12b', 'Harmony Touch/Ultimate Remote', '141'), (2727, 'c201', 'WingMan Extreme Joystick with Throttle', '141'), (2728, 'c202', 'WingMan Formula', '141'), (2729, 'c207', 'WingMan Extreme Digital 3D', '141'), (2730, 'c208', 'WingMan Gamepad Extreme', '141'), (2731, 'c209', 'WingMan Gamepad', '141'), (2732, 'c20a', 'WingMan RumblePad', '141'), (2733, 'c20b', 'WingMan Action Pad', '141'), (2734, 'c20c', 'WingMan Precision', '141'), (2735, 'c20d', 'WingMan Attack 2', '141'), (2736, 'c20e', 'WingMan Formula GP', '141'), (2737, 'c211', 'iTouch Cordless Receiver', '141'), (2738, 'c212', 'WingMan Extreme Digital 3D', '141'), (2739, 'c213', 'J-UH16 (Freedom 2.4 Cordless Joystick)', '141'), (2740, 'c214', 'ATK3 (Attack III Joystick)', '141'), (2741, 'c215', 'Extreme 3D Pro', '141'), (2742, 'c216', 'F310 Gamepad [DirectInput Mode]', '141'), (2743, 'c218', 'F510 Gamepad [DirectInput Mode]', '141'), (2744, 'c219', 'F710 Gamepad [DirectInput Mode]', '141'), (2745, 'c21a', 'Precision Gamepad', '141'), (2746, 'c21c', 'G13 Advanced Gameboard', '141'), (2747, 'c21d', 'F310 Gamepad [XInput Mode]', '141'), (2748, 'c21e', 'F510 Gamepad [XInput Mode]', '141'), (2749, 'c21f', 'F710 Wireless Gamepad [XInput Mode]', '141'), (2750, 'c221', 'G11/G15 Keyboard / Keyboard', '141'), (2751, 'c222', 'G15 Keyboard / LCD', '141'), (2752, 'c223', 'G11/G15 Keyboard / USB Hub', '141'), (2753, 'c225', 'G11/G15 Keyboard / G keys', '141'), (2754, 'c226', 'G15 Refresh Keyboard', '141'), (2755, 'c227', 'G15 Refresh Keyboard', '141'), (2756, 'c228', 'G19 Gaming Keyboard', '141'), (2757, 'c229', 'G19 Gaming Keyboard Macro Interface', '141'), (2758, 'c22a', 'Gaming Keyboard G110', '141'), (2759, 'c22b', 'Gaming Keyboard G110 G-keys', '141'), (2760, 'c22d', 'G510 Gaming Keyboard', '141'), (2761, 'c22e', 'G510 Gaming Keyboard onboard audio', '141'), (2762, 'c231', 'G13 Virtual Mouse', '141'), (2763, 'c232', 'Gaming Virtual Keyboard', '141'), (2764, 'c245', 'G400 Optical Mouse', '141'), (2765, 'c246', 'Gaming Mouse G300', '141'), (2766, 'c247', 'G100S Optical Gaming Mouse', '141'), (2767, 'c248', 'G105 Gaming Keyboard', '141'), (2768, 'c24a', 'G600 Gaming Mouse', '141'), (2769, 'c24c', 'G400s Optical Mouse', '141'), (2770, 'c24d', 'G710 Gaming Keyboard', '141'), (2771, 'c24e', 'G500s Laser Gaming Mouse', '141'), (2772, 'c24f', 'G29 Driving Force Racing Wheel [PS3]', '141'), (2773, 'c260', 'G29 Driving Force Racing Wheel [PS4]', '141'), (2774, 'c281', 'WingMan Force', '141'), (2775, 'c283', 'WingMan Force 3D', '141'), (2776, 'c285', 'WingMan Strike Force 3D', '141'), (2777, 'c286', 'Force 3D Pro', '141'), (2778, 'c287', 'Flight System G940', '141'), (2779, 'c291', 'WingMan Formula Force', '141'), (2780, 'c293', 'WingMan Formula Force GP', '141'), (2781, 'c294', 'Driving Force', '141'), (2782, 'c295', 'Momo Force Steering Wheel', '141'), (2783, 'c298', 'Driving Force Pro', '141'), (2784, 'c299', 'G25 Racing Wheel', '141'), (2785, 'c29b', 'G27 Racing Wheel', '141'), (2786, 'c29c', 'Speed Force Wireless Wheel for Wii', '141'), (2787, 'c2a0', 'Wingman Force Feedback Mouse', '141'), (2788, 'c2a1', 'WingMan Force Feedback Mouse', '141'), (2789, 'c2ab', 'G13 Joystick', '141'), (2790, 'c301', 'iTouch Keyboard', '141'), (2791, 'c302', 'iTouch Pro Keyboard', '141'), (2792, 'c303', 'iTouch Keyboard', '141'), (2793, 'c305', 'Internet Keyboard', '141'), (2794, 'c307', 'Internet Keyboard', '141'), (2795, 'c308', 'Internet Navigator Keyboard', '141'), (2796, 'c309', 'Y-BF37 [Internet Navigator Keyboard]', '141'), (2797, 'c30a', 'iTouch Composite', '141'), (2798, 'c30b', 'NetPlay Keyboard', '141'), (2799, 'c30c', 'Internet Keys (X)', '141'), (2800, 'c30d', 'Internet Keys', '141'), (2801, 'c30e', 'UltraX Keyboard (Y-BL49)', '141'), (2802, 'c30f', 'Logicool HID-Compliant Keyboard (106 key)', '141'), (2803, 'c311', 'Y-UF49 [Internet Pro Keyboard]', '141'), (2804, 'c312', 'DeLuxe 250 Keyboard', '141'), (2805, 'c313', 'Internet 350 Keyboard', '141'), (2806, 'c315', 'Classic Keyboard 200', '141'), (2807, 'c316', 'HID-Compliant Keyboard', '141'), (2808, 'c317', 'Wave Corded Keyboard', '141'), (2809, 'c318', 'Illuminated Keyboard', '141'), (2810, 'c31a', 'Comfort Wave 450', '141'), (2811, 'c31b', 'Compact Keyboard K300', '141'), (2812, 'c31c', 'Keyboard K120', '141'), (2813, 'c31d', 'Media Keyboard K200', '141'), (2814, 'c31f', 'Comfort Keyboard K290', '141'), (2815, 'c326', 'Washable Keyboard K310', '141'), (2816, 'c328', 'Corded Keyboard K280e', '141'), (2817, 'c32b', 'G910 Orion Spark Mechanical Keyboard', '141'), (2818, 'c332', 'G502 Proteus Spectrum Optical Mouse', '141'), (2819, 'c335', 'G910 Orion Spectrum Mechanical Keyboard', '141'), (2820, 'c33a', 'G413 Gaming Keyboard', '141'), (2821, 'c401', 'TrackMan Marble Wheel', '141'), (2822, 'c402', 'Marble Mouse (2-button)', '141'), (2823, 'c403', 'Turbo TrackMan Marble FX', '141'), (2824, 'c404', 'TrackMan Wheel', '141'), (2825, 'c408', 'Marble Mouse (4-button)', '141'), (2826, 'c501', 'Cordless Mouse Receiver', '141'), (2827, 'c502', 'Cordless Mouse & iTouch Keys', '141'), (2828, 'c503', 'Cordless Mouse+Keyboard Receiver', '141'), (2829, 'c504', 'Cordless Mouse+Keyboard Receiver', '141'), (2830, 'c505', 'Cordless Mouse+Keyboard Receiver', '141'), (2831, 'c506', 'MX700 Cordless Mouse Receiver', '141'), (2832, 'c508', 'Cordless Trackball', '141'), (2833, 'c509', 'Cordless Keyboard & Mouse', '141'), (2834, 'c50a', 'Cordless Mouse', '141'), (2835, 'c50b', 'Cordless Desktop Optical', '141'), (2836, 'c50c', 'Cordless Desktop S510', '141'), (2837, 'c50d', 'Cordless Mouse', '141'), (2838, 'c50e', 'Cordless Mouse Receiver', '141'), (2839, 'c510', 'Cordless Mouse', '141'), (2840, 'c512', 'LX-700 Cordless Desktop Receiver', '141'), (2841, 'c513', 'MX3000 Cordless Desktop Receiver', '141'), (2842, 'c514', 'Cordless Mouse', '141'), (2843, 'c515', 'Cordless 2.4 GHz Presenter Presentation remote control', '141'), (2844, 'c517', 'LX710 Cordless Desktop Laser', '141'), (2845, 'c518', 'MX610 Laser Cordless Mouse', '141'), (2846, 'c51a', 'MX Revolution/G7 Cordless Mouse', '141'), (2847, 'c51b', 'V220 Cordless Optical Mouse for Notebooks', '141'), (2848, 'c521', 'Cordless Mouse Receiver', '141'), (2849, 'c525', 'MX Revolution Cordless Mouse', '141'), (2850, 'c526', 'Nano Receiver', '141'), (2851, 'c529', 'Logitech Keyboard + Mice', '141'), (2852, 'c52b', 'Unifying Receiver', '141'), (2853, 'c52d', 'R700 Remote Presenter receiver', '141'), (2854, 'c52e', 'MK260 Wireless Combo Receiver', '141'), (2855, 'c52f', 'Unifying Receiver', '141'), (2856, 'c531', 'C-U0007 [Unifying Receiver]', '141'), (2857, 'c532', 'Unifying Receiver', '141'), (2858, 'c534', 'Unifying Receiver', '141'), (2859, 'c537', 'Cordless Mouse Receiver', '141'), (2860, 'c53a', 'PowerPlay Wireless Charging System', '141'), (2861, 'c603', '3Dconnexion Spacemouse Plus XT', '141'), (2862, 'c605', '3Dconnexion CADman', '141'), (2863, 'c606', '3Dconnexion Spacemouse Classic', '141'), (2864, 'c621', '3Dconnexion Spaceball 5000', '141'), (2865, 'c623', '3Dconnexion Space Traveller 3D Mouse', '141'), (2866, 'c625', '3Dconnexion Space Pilot 3D Mouse', '141'), (2867, 'c626', '3Dconnexion Space Navigator 3D Mouse', '141'), (2868, 'c627', '3Dconnexion Space Explorer 3D Mouse', '141'), (2869, 'c628', '3Dconnexion Space Navigator for Notebooks', '141'), (2870, 'c629', '3Dconnexion SpacePilot Pro 3D Mouse', '141'), (2871, 'c62b', '3Dconnexion Space Mouse Pro', '141'), (2872, 'c640', 'NuLOOQ navigator', '141'), (2873, 'c702', 'Cordless Presenter', '141'), (2874, 'c703', 'Elite Keyboard Y-RP20 + Mouse MX900 (Bluetooth)', '141'), (2875, 'c704', 'diNovo Wireless Desktop', '141'), (2876, 'c705', 'MX900 Bluetooth Wireless Hub (C-UJ16A)', '141'), (2877, 'c707', 'Bluetooth wireless hub', '141'), (2878, 'c708', 'Bluetooth wireless hub', '141'), (2879, 'c709', 'BT Mini-Receiver (HCI mode)', '141'), (2880, 'c70a', 'MX5000 Cordless Desktop', '141'), (2881, 'c70b', 'BT Mini-Receiver (HID proxy mode)', '141'), (2882, 'c70c', 'BT Mini-Receiver (HID proxy mode)', '141'), (2883, 'c70d', 'Bluetooth wireless hub', '141'), (2884, 'c70e', 'MX1000 Bluetooth Laser Mouse', '141'), (2885, 'c70f', 'Bluetooth wireless hub', '141'), (2886, 'c712', 'Bluetooth wireless hub', '141'), (2887, 'c714', 'diNovo Edge Keyboard', '141'), (2888, 'c715', 'Bluetooth wireless hub', '141'), (2889, 'c71a', 'Bluetooth wireless hub', '141'), (2890, 'c71d', 'Bluetooth wireless hub', '141'), (2891, 'c71f', 'diNovo Mini Wireless Keyboard', '141'), (2892, 'c720', 'Bluetooth wireless hub', '141'), (2893, 'ca03', 'MOMO Racing', '141'), (2894, 'ca04', 'Formula Vibration Feedback Wheel', '141'), (2895, 'ca84', 'Cordless Controller for Xbox', '141'), (2896, 'ca88', 'Thunderpad for Xbox', '141'), (2897, 'ca8a', 'Precision Vibration Feedback Wheel for Xbox', '141'), (2898, 'caa3', 'DriveFX Racing Wheel', '141'), (2899, 'cab1', 'Cordless Keyboard for Wii HID Receiver', '141'), (2900, 'd001', 'QuickCam Pro', '141'), (2901, 'f301', 'Controller', '141'), (2902, '0100', 'Keyboard', '142'), (2903, '3001', 'Mass Storage Device', '142'), (2904, '3002', 'Mass Storage Device', '142'), (2905, '3003', 'Mass Storage Device', '142'), (2906, '3005', 'Mass Storage Device', '142'), (2907, '3008', 'Mass Storage Device', '142'), (2908, '5250', 'KeyMaestro Multimedia Keyboard', '142'), (2909, '5273', 'KeyMaestro Multimedia Keyboard', '142'), (2910, '52e6', 'Cordless Mouse', '142'), (2911, '5308', 'KeyMaestro Keyboard', '142'), (2912, '5408', 'KeyMaestro Multimedia Keyboard/Hub', '142'), (2913, '5500', 'Portable Keyboard 86+9 keys (Model 6100C US)', '142'), (2914, '5550', '5 button optical mouse model M873U', '142'), (2915, '5720', 'Smart Card Reader', '142'), (2916, '6782', 'BTC 7932 mouse+keyboard', '142'), (2917, '0101', 'DSS350 Digital Speaker System', '144'), (2918, '0104', 'DSS330 Digital Speaker System [uda1321]', '144'), (2919, '0105', 'UDA1321', '144'), (2920, '014f', 'GoGear SA9200', '144'), (2921, '0160', 'MP3 Player', '144'), (2922, '0161', 'MP3 Player', '144'), (2923, '0163', 'GoGear SA1100', '144'), (2924, '0164', 'GoGear SA1110/02', '144'), (2925, '0165', 'GoGear SA1330', '144'), (2926, '0201', 'Hub', '144'), (2927, '0222', 'Creative Nomad Jukebox', '144'), (2928, '0302', 'PCA645VC Webcam [pwc]', '144'), (2929, '0303', 'PCA646VC Webcam [pwc]', '144'), (2930, '0304', 'Askey VC010 Webcam [pwc]', '144'), (2931, '0307', 'PCVC675K Webcam [pwc]', '144'), (2932, '0308', 'PCVC680K Webcam [pwc]', '144'), (2933, '030b', 'PC VGA Camera (Vesta Fun)', '144'), (2934, '030c', 'PCVC690K Webcam [pwc]', '144'), (2935, '0310', 'PCVC730K Webcam [pwc]', '144'), (2936, '0311', 'PCVC740K ToUcam Pro [pwc]', '144'), (2937, '0312', 'PCVC750K Webcam [pwc]', '144'), (2938, '0314', 'DMVC 1000K', '144'), (2939, '0316', 'DMVC 2000K Video Capture', '144'), (2940, '0321', 'FunCam', '144'), (2941, '0322', 'DMVC1300K PC Camera', '144'), (2942, '0325', 'SPC 200NC PC Camera', '144'), (2943, '0326', 'SPC 300NC PC Camera', '144'), (2944, '0327', 'Webcam SPC 6000 NC (Webcam w/ mic)', '144'), (2945, '0328', 'SPC 700NC PC Camera', '144'), (2946, '0329', 'SPC 900NC PC Camera / ORITE CCD Webcam(PC370R)', '144'), (2947, '032d', 'SPC 210NC PC Camera', '144'), (2948, '032e', 'SPC 315NC PC Camera', '144'), (2949, '0330', 'SPC 710NC PC Camera', '144'), (2950, '0331', 'SPC 1300NC PC Camera', '144'), (2951, '0332', 'SPC 1000NC PC Camera', '144'), (2952, '0333', 'SPC 620NC PC Camera', '144'), (2953, '0334', 'SPC 520/525NC PC Camera', '144'), (2954, '0401', 'Semiconductors CICT Keyboard', '144'), (2955, '0402', 'PS/2 Mouse on Semiconductors CICT Keyboard', '144'), (2956, '0406', '15 inch Detachable Monitor', '144'), (2957, '0407', '10 inch Mobile Monitor', '144'), (2958, '0408', 'SG3WA1/74 802.11b WLAN Adapter [Atmel AT76C503A]', '144'), (2959, '0471', 'Digital Speaker System', '144'), (2960, '0601', 'OVU1020 IR Dongle (Kbd+Mouse)', '144'), (2961, '0602', 'ATI Remote Wonder II Input Device', '144'), (2962, '0603', 'ATI Remote Wonder II Controller', '144'), (2963, '0608', 'eHome Infrared Receiver', '144'), (2964, '060a', 'TSU9600 Remote Control', '144'), (2965, '060c', 'Consumer Infrared Transceiver (HP)', '144'), (2966, '060d', 'Consumer Infrared Transceiver (SRM5100)', '144'), (2967, '060e', 'RF Dongle', '144'), (2968, '060f', 'Consumer Infrared Transceiver', '144'), (2969, '0613', 'Infrared Transceiver', '144'), (2970, '0617', 'IEEE802.15.4 RF Dongle', '144'), (2971, '0619', 'TSU9400 Remote Control', '144'), (2972, '0666', 'Hantek DDS-3005 Arbitrary Waveform Generator', '144'), (2973, '0700', 'Semiconductors CICT Hub', '144'), (2974, '0701', '150P1 TFT Display', '144'), (2975, '0809', 'AVNET Bluetooth Device', '144'), (2976, '0811', 'JR24 CDRW', '144'), (2977, '0814', 'DCCX38/P data cable', '144'), (2978, '0815', 'eHome Infrared Receiver', '144'), (2979, '0844', 'SA2111/02 1GB Flash Audio Player', '144'), (2980, '084a', 'GoGear SA3125', '144'), (2981, '084e', 'GoGear SA60xx (mtp)', '144'), (2982, '0888', 'Hantek DDS-3005 Arbitrary Waveform Generator', '144'), (2983, '1103', 'Digital Speaker System', '144'), (2984, '1120', 'Creative Rhomba MP3 player', '144'), (2985, '1125', 'Nike psa[128max Player', '144'), (2986, '1137', 'HDD065 MP3 player', '144'), (2987, '1201', 'Arima Bluetooth Device', '144'), (2988, '1230', 'Wireless Adapter 11g', '144'), (2989, '1232', 'SNU6500 Wireless Adapter', '144'), (2990, '1233', 'Wireless Adapter Bootloader Download', '144'), (2991, '1236', 'SNU5600 802.11bg', '144'), (2992, '1237', 'TalkTalk SNU5630NS/05 802.11bg', '144'), (2993, '1552', 'ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit', '144'), (2994, '1801', 'Diva MP3 player', '144'), (2995, '200a', 'Wireless Network Adapter', '144'), (2996, '200f', '802.11n Wireless Adapter', '144'), (2997, '2021', 'SDE3273FC/97 2.5" SATA HDD Enclosure [INIC-1608L]', '144'), (2998, '2022', 'GoGear SA52XX', '144'), (2999, '2034', 'Webcam SPC530NC', '144'), (3000, '2036', 'Webcam SPC1030NC', '144'), (3001, '203f', 'TSU9200 Remote Control', '144'), (3002, '2046', 'TSU9800 Remote Control', '144'), (3003, '204e', 'GoGear RaGa (SA1942/02)', '144'), (3004, '205e', 'TSU9300 Remote Control', '144'), (3005, '206c', 'MCE IR Receiver - Spinel plusf0r ASUS', '144'), (3006, '2070', 'GoGear Mix', '144'), (3007, '2076', 'GoGear Aria', '144'), (3008, '2079', 'GoGear Opus', '144'), (3009, '2088', 'MCE IR Receiver with ALS- Spinel plus for ASUS', '144'), (3010, '209e', 'PTA01 Wireless Adapter', '144'), (3011, '20b6', 'GoGear Vibe', '144'), (3012, '20d0', 'SPZ2000 Webcam [PixArt PAC7332]', '144'), (3013, '20e3', 'GoGear Raga', '144'), (3014, '20e4', 'GoGear ViBE 8GB', '144'), (3015, '2160', 'Mio LINK Heart Rate Monitor', '144'), (3016, '21e0', 'GoGEAR Raga', '144'), (3017, '262c', 'SPC230NC Webcam', '144'), (3018, '2721', 'PTA 317 TV Camera', '144'), (3019, '485d', 'Senselock SenseIV v2.x', '144'), (3020, 'df55', 'LPCXpresso LPC-Link', '144'), (3021, '0065', 'PFU-65 Keyboard [Chicony]', '145'), (3022, 'b086', 'Asus USB2.0 Webcam', '145'), (3023, 'b091', 'Webcam', '145'), (3024, '0110', 'Digital Voice Recorder R200', '147'), (3025, '0217', 'Xacti J2', '147'), (3026, '022f', 'C5 Digital Media Camera (mass storage mode)', '147'), (3027, '0230', 'C5 Digital Media Camera (PictBridge mode)', '147'), (3028, '0231', 'C5 Digital Media Camera (PC control mode)', '147'), (3029, '0401', 'Optical Drive', '147'), (3030, '0701', 'SCP-4900 Cellphone', '147'), (3031, '071f', 'Usb Com Port Enumerator', '147'), (3032, '0722', 'W33SA Camera', '147'), (3033, '0100', 'NEC Petiscan', '148'), (3034, '0103', 'Eclipse 1200U/Episode', '148'), (3035, '0210', 'Scorpio Ultra 3', '148'), (3036, '0001', 'QuickCam', '151'), (3037, '0002', 'QuickClip', '151'), (3038, '0003', 'QuickCam Pro', '151'), (3039, '0004', 'ScreenCoder UR7HCTS2-USB', '153'), (3040, '0001', 'Keyboard', '154'), (3041, '0002', 'Keyboard and Mouse', '154'), (3042, '0011', 'SK-1688U Keyboard', '154'), (3043, '00f9', 'SK-1789u Keyboard', '154'), (3044, '0101', 'BlueTooth Keyboard and Mouse', '154'), (3045, '020b', 'SK-3105 SmartCard Reader', '154'), (3046, '050e', 'Internet Compact Keyboard', '154'), (3047, '1000', 'Trust Office Scan USB 19200', '154'), (3048, '1002', 'HP ScanJet 4300c Parallel Port', '154'), (3049, 'ffff', 'UPS Tower 500W LV', '155'), (3050, '1001', 'Mouse*in*a*Box', '156'), (3051, '1002', 'Expert Mouse Pro', '156'), (3052, '1003', 'Orbit TrackBall', '156'), (3053, '1004', 'MouseWorks', '156'), (3054, '1005', 'TurboBall', '156'), (3055, '1006', 'TurboRing', '156'), (3056, '1009', 'Orbit TrackBall for Mac', '156'), (3057, '1012', 'PocketMouse', '156'), (3058, '1013', 'Mouse*in*a*Box Optical Pro', '156'), (3059, '1014', 'Expert Mouse Pro Wireless', '156'), (3060, '1015', 'Expert Mouse', '156'), (3061, '1016', 'ADB/USB Orbit', '156'), (3062, '1018', 'Studio Mouse', '156'), (3063, '101d', 'Mouse*in*a*Box Optical Pro', '156'), (3064, '101e', 'Studio Mouse Wireless', '156'), (3065, '101f', 'PocketMouse Pro', '156'), (3066, '1020', 'Expert Mouse Trackball', '156'), (3067, '1021', 'Expert Mouse Wireless', '156'), (3068, '1022', 'Orbit Optical', '156'), (3069, '1023', 'Pocket Mouse Pro Wireless', '156'), (3070, '1024', 'PocketMouse', '156'), (3071, '1025', 'Mouse*in*a*Box Optical Elite Wireless', '156'), (3072, '1026', 'Pocket Mouse Pro', '156'), (3073, '1027', 'StudioMouse', '156'), (3074, '1028', 'StudioMouse Wireless', '156'), (3075, '1029', 'Mouse*in*a*Box Optical Elite', '156'), (3076, '102a', 'Mouse*in*a*Box Optical', '156'), (3077, '102b', 'PocketMouse', '156'), (3078, '102c', 'Iridio', '156'), (3079, '102d', 'Pilot Optical', '156'), (3080, '102e', 'Pilot Optical Pro', '156'), (3081, '102f', 'Pilot Optical Pro Wireless', '156'), (3082, '1042', 'Ci25m Notebook Optical Mouse [Diamond Eye Precision]', '156'), (3083, '1043', 'Ci65m Wireless Notebook Optical Mouse', '156'), (3084, '104a', 'PilotMouse Mini Retractable', '156'), (3085, '105d', 'PocketMouse Bluetooth', '156'), (3086, '105e', 'Bluetooth EDR Dongle', '156'), (3087, '1061', 'PocketMouse Grip', '156'), (3088, '1062', 'PocketMouse Max', '156'), (3089, '1063', 'PocketMouse Max Wireless', '156'), (3090, '1064', 'PocketMouse 2.0 Wireless', '156'), (3091, '1065', 'PocketMouse 2.0', '156'), (3092, '1066', 'PocketMouse Max Glow', '156'), (3093, '1067', 'ValueMouse', '156'), (3094, '1068', 'ValueOpt White', '156'), (3095, '1069', 'ValueOpt Black', '156'), (3096, '106a', 'PilotMouse Laser Wireless Mini', '156'), (3097, '106b', 'PilotMouse Laser - 3 Button', '156'), (3098, '106c', 'PilotMouse Laser - Gaming', '156'), (3099, '106d', 'PilotMouse Laser - Wired', '156'), (3100, '106e', 'PilotMouse Micro Laser', '156'), (3101, '1070', 'ValueOpt Travel', '156'), (3102, '1071', 'ValueOpt RF TX', '156'), (3103, '1072', 'PocketMouse Colour', '156'), (3104, '1073', 'PilotMouse Laser - 6 Button', '156'), (3105, '1074', 'PilotMouse Laser Wireless Mini', '156'), (3106, '1075', 'SlimBlade Presenter Media Mouse', '156'), (3107, '1076', 'SlimBlade Media Mouse', '156'), (3108, '1077', 'SlimBlade Presenter Mouse', '156'), (3109, '1152', 'Bluetooth EDR Dongle', '156'), (3110, '2002', 'Optical Elite Wireless', '156'), (3111, '2010', 'Wireless Presentation Remote', '156'), (3112, '2012', 'Wireless Presenter with Laser Pointer', '156'), (3113, '2021', 'PilotBoard Wireless', '156'), (3114, '2030', 'PilotBoard Wireless', '156'), (3115, '2034', 'SlimBlade Media Notebook Set', '156'), (3116, '2041', 'SlimBlade Trackball', '156'), (3117, '2048', 'Orbit Trackball with Scroll Ring', '156'), (3118, '4003', 'Gravis Xterminator Digital Gamepad', '156'), (3119, '4005', 'Gravis Eliminator GamePad Pro', '156'), (3120, '4006', 'Gravis Eliminator AfterShock', '156'), (3121, '4007', 'Gravis Xterminator Force', '156'), (3122, '4008', 'Gravis Destroyer TiltPad', '156'), (3123, '5001', 'Cabo I Camera', '156'), (3124, '5002', 'VideoCam CABO II', '156'), (3125, '5003', 'VideoCam', '156'), (3126, '0300', 'ORiNOCO Card', '157'), (3127, '1001', 'USS720 Parallel Port', '157'), (3128, '2892', 'Systems Soft Modem', '157'), (3129, 'bad1', 'Lucent 56k Modem', '157'), (3130, 'f101', 'Atlas Modem', '157'), (3131, '0101', 'Bulk Driver', '158'), (3132, '02ee', 'BT600', '158'), (3133, '0301', 'Bulk Driver', '158'), (3134, '0411', 'Savi Office Base Station', '158'), (3135, '0ca1', 'USB DSP v4 Audio Interface', '158'), (3136, '4254', 'BUA-100 Bluetooth Adapter', '158'), (3137, 'aa05', 'DA45', '158'), (3138, 'ac01', 'Savi 7xx', '158'), (3139, 'ad01', 'GameCom 777 5.1 Headset', '158'), (3140, 'af01', 'DA80', '158'), (3141, 'c008', 'Audio 655 DSP', '158'), (3142, 'c00e', 'Blackwire C310 headset', '158'), (3143, 'c03b', 'HD1', '158'), (3144, 'da60', 'DA60', '158'), (3145, '0001', 'InTouch Module', '159'), (3146, '0004', 'InTouch Module', '159'), (3147, '0011', 'InTouch Module', '159'), (3148, '0014', 'InTouch Module', '159'), (3149, '0100', 'Stor.E Slim USB 3.0', '159'), (3150, '0200', 'External Disk', '159'), (3151, '0820', 'Canvio Advance Disk', '159'), (3152, '0821', 'Canvio Advance 2TB model DTC920', '159'), (3153, '0900', 'MQ04UBF100', '159'), (3154, 'a006', 'External Disk 1.5TB', '159'), (3155, 'a007', 'External Disk USB 3.0', '159'), (3156, 'a009', 'Stor.E Basics', '159'), (3157, 'a00d', 'STOR.E BASICS 500GB', '159'), (3158, 'a100', 'Canvio Alu 2TB 2.5" Black External Disk Model HDTH320EK3CA', '159'), (3159, 'a102', 'Canvio Alu 2TB 2.5" Black External Disk Model HDTH320EK3CA', '159'), (3160, 'a202', 'Canvio Basics HDD', '159'), (3161, 'a208', 'Canvio Basics 2TB USB 3.0 Portable Hard Drive', '159'), (3162, 'b001', 'Stor.E Partner', '159'), (3163, 'b207', 'Canvio Ready', '159'), (3164, 'd000', 'External Disk 2TB Model DT01ABA200', '159'), (3165, 'd010', 'External Disk 3TB', '159'), (3166, 'd011', 'Canvio Desk', '159'), (3167, '000e', 'FS-1020D Printer', '161'), (3168, '000f', 'FS-1920 Mono Printer', '161'), (3169, '0015', 'FS-1030D printer', '161'), (3170, '0100', 'Finecam S3x', '161'), (3171, '0101', 'Finecam S4', '161'), (3172, '0103', 'Finecam S5', '161'), (3173, '0105', 'Finecam L3', '161'), (3174, '0106', 'Finecam', '161'), (3175, '0107', 'Digital Camera Device', '161'), (3176, '0108', 'Digital Camera Device', '161'), (3177, '0203', 'AH-K3001V', '161'), (3178, '0204', 'iBurst Terminal', '161'), (3179, '0408', 'FS-1320D Printer', '161'), (3180, '0640', 'ECOSYS M6026cdn', '161'), (3181, '069b', 'ECOSYS M2635dn', '161'), (3182, '0137', 'BeWAN ADSL USB ST (blue or green)', '162'), (3183, '0138', 'Unicorn II (ST70138B + MTC-20174TQ chipset)', '162'), (3184, '0adb', 'Android Debug Bridge (ADB) device', '162'), (3185, '0afb', 'Android Fastboot device', '162'), (3186, '1307', 'Cytronix 6in1 Card Reader', '162'), (3187, '163d', 'Cool Icam Digi-MP3', '162'), (3188, '2015', 'TouchChip® Fingerprint Reader', '162'), (3189, '2016', 'Fingerprint Reader', '162'), (3190, '2017', 'Biometric Smart Card Reader', '162'), (3191, '2018', 'BioSimKey', '162'), (3192, '2302', 'Portable Flash Device (PFD)', '162'), (3193, '3744', 'ST-LINK/V1', '162'), (3194, '3747', 'ST Micro Connect Lite', '162'), (3195, '3748', 'ST-LINK/V2', '162'), (3196, '374b', 'ST-LINK/V2.1', '162'), (3197, '374d', 'STLINK-V3 Loader', '162'), (3198, '374e', 'STLINK-V3', '162'), (3199, '374f', 'STLINK-V3', '162'), (3200, '3752', 'ST-LINK/V2.1', '162'), (3201, '3753', 'STLINK-V3', '162'), (3202, '4810', 'ISDN adapter', '162'), (3203, '481d', 'BT Digital Access adapter', '162'), (3204, '5000', 'ST Micro/Ergenic ERG BT-002 Bluetooth Adapter', '162'), (3205, '5001', 'ST Micro Bluetooth Device', '162'), (3206, '5710', 'Joystick in FS Mode', '162'), (3207, '5720', 'Mass Storage Device', '162'), (3208, '5721', 'Interrupt Demo', '162'), (3209, '5722', 'Bulk Demo', '162'), (3210, '5730', 'Audio Speaker', '162'), (3211, '5731', 'Microphone', '162'), (3212, '5740', 'Virtual COM Port', '162'), (3213, '5750', 'LED badge -- mini LED display -- 11x44', '162'), (3214, '7270', 'ST Micro Serial Bridge', '162'), (3215, '7554', '56k SoftModem', '162'), (3216, '8213', 'ThermaData Logger Cradle', '162'), (3217, '8259', 'Probe', '162'), (3218, '91d1', 'Sensor Hub', '162'), (3219, 'a171', 'ThermaData WiFi', '162'), (3220, 'a2e0', 'BMeasure instrument', '162'), (3221, 'df11', 'STM Device in DFU Mode', '162'), (3222, 'ff10', 'Swann ST56 Modem', '162'), (3223, '0185', 'EeePC T91MT HID Touch Panel', '165'), (3224, '0502', 'SmartMedia Card Reader Firmware Loader', '168'), (3225, '0503', 'SmartMedia Card Reader', '168'), (3226, 'd00c', 'Rollei Compactline (Storage Mode)', '168'), (3227, 'd00e', 'Rollei Compactline (Video Mode)', '168'), (3228, 'e000', 'T-Com TC 300', '168'), (3229, 'e003', 'Pirelli DP-L10', '168'), (3230, 'e00d', 'Broadcom Bluetooth 2.1 Device', '168'), (3231, 'e00f', 'Foxconn T77H114 BCM2070 [Single-Chip Bluetooth 2.1 + EDR Adapter]', '168'), (3232, 'e011', 'Acer Bluetooth module', '168'), (3233, 'e016', 'Ubee PXU1900 WiMAX Adapter [Beceem BCSM250]', '168'), (3234, 'e02c', 'Atheros AR5BBU12 Bluetooth Device', '168'), (3235, 'e032', 'Broadcom BCM20702 Bluetooth', '168'), (3236, 'e042', 'Broadcom BCM20702 Bluetooth', '168'), (3237, 'e04d', 'Atheros AR3012 Bluetooth', '168'), (3238, 'e055', 'BCM43142A0 broadcom bluetooth', '168'), (3239, '1165', 'IT1165 Flash Controller', '171'), (3240, '1172', 'Flash Drive', '171'), (3241, '1234', 'Chipsbank CBM2199 Flash Drive', '171'), (3242, '1336', 'SD/MMC Cardreader', '171'), (3243, '1345', 'Multi Cardreader', '171'), (3244, '8297', 'IT8297 RGB LED Controller', '171'), (3245, '9006', 'IT9135 BDA Afatech DVB-T HDTV Dongle', '171'), (3246, '9009', 'Zolid HD DVD Maker', '171'), (3247, '9135', 'Zolid Mini DVB-T Stick', '171'), (3248, '9306', 'IT930x DVB stick', '171'), (3249, '9503', 'ITE it9503 feature-limited DVB-T transmission chip [ccHDtv]', '171'), (3250, '9507', 'ITE it9507 full featured DVB-T transmission chip [ccHDtv]', '171'), (3251, '9910', 'IT9910 chipset based grabber', '171'), (3252, 'ff59', 'Hdmi-CEC Bridge', '171'), (3253, '0003', 'Taxan Monitor Control', '174'), (3254, '0140', 'MP3 player', '175'), (3255, '0141', 'MP3 Player', '175'), (3256, 'c001', 'Camera Device', '179'), (3257, '1000', 'UX256 MIDI I/F', '181'), (3258, '1001', 'MU1000', '181'), (3259, '1002', 'MU2000', '181'), (3260, '1003', 'MU500', '181'), (3261, '1004', 'UW500', '181'), (3262, '1005', 'MOTIF6', '181'), (3263, '1006', 'MOTIF7', '181'), (3264, '1007', 'MOTIF8', '181'), (3265, '1008', 'UX96 MIDI I/F', '181'), (3266, '1009', 'UX16 MIDI I/F', '181'), (3267, '100a', 'EOS BX', '181'), (3268, '100c', 'UC-MX', '181'), (3269, '100d', 'UC-KX', '181'), (3270, '100e', 'S08', '181'), (3271, '100f', 'CLP-150', '181'), (3272, '1010', 'CLP-170', '181'), (3273, '1011', 'P-250', '181'), (3274, '1012', 'TYROS', '181'), (3275, '1013', 'PF-500', '181'), (3276, '1014', 'S90', '181'), (3277, '1015', 'MOTIF-R', '181'), (3278, '1016', 'MDP-5', '181'), (3279, '1017', 'CVP-204', '181'), (3280, '1018', 'CVP-206', '181'), (3281, '1019', 'CVP-208', '181'), (3282, '101a', 'CVP-210', '181'), (3283, '101b', 'PSR-1100', '181'), (3284, '101c', 'PSR-2100', '181'), (3285, '101d', 'CLP-175', '181'), (3286, '101e', 'PSR-K1', '181'), (3287, '101f', 'EZ-J24', '181'), (3288, '1020', 'EZ-250i', '181'), (3289, '1021', 'MOTIF ES 6', '181'), (3290, '1022', 'MOTIF ES 7', '181'), (3291, '1023', 'MOTIF ES 8', '181'), (3292, '1024', 'CVP-301', '181'), (3293, '1025', 'CVP-303', '181'), (3294, '1026', 'CVP-305', '181'), (3295, '1027', 'CVP-307', '181'), (3296, '1028', 'CVP-309', '181'), (3297, '1029', 'CVP-309GP', '181'), (3298, '102a', 'PSR-1500', '181'), (3299, '102b', 'PSR-3000', '181'), (3300, '102e', 'ELS-01/01C', '181'), (3301, '1030', 'PSR-295/293', '181'), (3302, '1031', 'DGX-205/203', '181'), (3303, '1032', 'DGX-305', '181'), (3304, '1033', 'DGX-505', '181'), (3305, '1037', 'PSR-E403', '181'), (3306, '103c', 'MOTIF-RACK ES', '181'), (3307, '1054', 'S90XS Keyboard/Music Synthesizer', '181'), (3308, '160f', 'P-105', '181'), (3309, '1613', 'Clavinova CLP535', '181'), (3310, '1617', 'PSR-E353 digital keyboard', '181'), (3311, '1704', 'Steinberg UR44', '181'), (3312, '2000', 'DGP-7', '181'), (3313, '2001', 'DGP-5', '181'), (3314, '3001', 'YST-MS55D USB Speaker', '181'), (3315, '3003', 'YST-M45D USB Speaker', '181'), (3316, '4000', 'NetVolante RTA54i Broadband&ISDN Router', '181'), (3317, '4001', 'NetVolante RTW65b Broadband Wireless Router', '181'), (3318, '4002', 'NetVolante RTW65i Broadband&ISDN Wireless Router', '181'), (3319, '4004', 'NetVolante RTA55i Broadband VoIP Router', '181'), (3320, '5000', 'CS1D', '181'), (3321, '5001', 'DSP1D', '181'), (3322, '5002', 'DME32', '181'), (3323, '5003', 'DM2000', '181'), (3324, '5004', '02R96', '181'), (3325, '5005', 'ACU16-C', '181'), (3326, '5006', 'NHB32-C', '181'), (3327, '5007', 'DM1000', '181'), (3328, '5008', '01V96', '181'), (3329, '5009', 'SPX2000', '181'), (3330, '500a', 'PM5D', '181'), (3331, '500b', 'DME64N', '181'), (3332, '500c', 'DME24N', '181'), (3333, '6001', 'CRW2200UX Lightspeed 2 External CD-RW Drive', '181'), (3334, '7000', 'DTX', '181'), (3335, '7010', 'UB99', '181'), (3336, '0002', 'Keyboard (???)', '184'), (3337, '0002', 'InkJet Color Printer', '186'), (3338, '0003', 'iPAQ PocketPC', '186'), (3339, '000e', 'Internet Keyboard', '186'), (3340, '0012', 'InkJet Color Printer', '186'), (3341, '0018', 'PA-1/PA-2 MP3 Player', '186'), (3342, '0019', 'InkJet Color Printer', '186'), (3343, '001a', 'S4 100 Scanner', '186'), (3344, '001e', 'IJ650 Inkjet Printer', '186'), (3345, '001f', 'WL215 Adapter', '186'), (3346, '0021', 'S200 Scanner', '186'), (3347, '0027', 'Bluetooth Multiport Module by Compaq', '186'), (3348, '002a', '1400P Inkjet Printer', '186'), (3349, '002b', 'A3000', '186'), (3350, '002c', 'Lexmark X125', '186'), (3351, '0032', '802.11b Adapter [ipaq h5400]', '186'), (3352, '0033', 'Wireless LAN MultiPort W100 [Intersil PRISM 2.5]', '186'), (3353, '0036', 'Bluetooth Multiport Module', '186'), (3354, '0051', 'KU-0133 Easy Access Interner Keyboard', '186'), (3355, '0076', 'Wireless LAN MultiPort W200', '186'), (3356, '0080', 'GPRS Multiport', '186'), (3357, '0086', 'Bluetooth Device', '186'), (3358, '504a', 'Personal Jukebox PJB100', '186'), (3359, '505a', 'Linux-USB "CDC Subset" Device, or Itsy (experimental)', '186'), (3360, '8511', 'iPAQ Networking 10/100 Ethernet [pegasus2]', '186'), (3361, 'fff0', 'Telex Composite Device', '188'), (3362, '0004', 'DVD-CAM DZ-MV100A Camcorder', '191'), (3363, '001e', 'DVDCAM USB HS Interface', '191'), (3364, '0001', 'Keyboard', '192'), (3365, '0002', 'API Ergo K/B', '192'), (3366, '0003', 'API Generic K/B Mouse', '192'), (3367, '12a6', 'AcerScan C310U', '192'), (3368, '1a20', 'Prisa 310U', '192'), (3369, '1a2a', 'Prisa 620U', '192'), (3370, '2022', 'Prisa 320U/340U', '192'), (3371, '2040', 'Prisa 620UT', '192'), (3372, '205e', 'ScanPrisa 640BU', '192'), (3373, '2060', 'Prisa 620U+/640U', '192'), (3374, '207e', 'Prisa 640BU', '192'), (3375, '209e', 'ScanPrisa 640BT', '192'), (3376, '20ae', 'S2W 3000U', '192'), (3377, '20b0', 'S2W 3300U/4300U', '192'), (3378, '20be', 'Prisa 640BT', '192'), (3379, '20c0', 'Prisa 1240UT', '192'), (3380, '20de', 'S2W 4300U+', '192'), (3381, '20f8', 'Benq 5000', '192'), (3382, '20fc', 'Benq 5000', '192'), (3383, '20fe', 'SW2 5300U', '192'), (3384, '2137', 'Benq 5150/5250', '192'), (3385, '2202', 'Benq 7400UT', '192'), (3386, '2311', 'Benq 5560', '192'), (3387, '3003', 'Benq Webcam', '192'), (3388, '3008', 'Benq 1500', '192'), (3389, '300a', 'Benq 3410', '192'), (3390, '300c', 'Benq 1016', '192'), (3391, '3019', 'Benq DC C40', '192'), (3392, '4000', 'P30 Composite Device', '192'), (3393, '4013', 'BenQ-Siemens EF82/SL91', '192'), (3394, '4044', 'BenQ-Siemens SF71', '192'), (3395, '4045', 'BenQ-Siemens E81', '192'), (3396, '4048', 'BenQ M7', '192'), (3397, '6001', 'Mass Storage Device', '192'), (3398, '6002', 'Mass Storage Device', '192'), (3399, '6003', 'ATA/ATAPI Adapter', '192'), (3400, '6004', 'Mass Storage Device', '192'), (3401, '6005', 'Mass Storage Device', '192'), (3402, '6006', 'Mass Storage Device', '192'), (3403, '6007', 'Mass Storage Device', '192'), (3404, '6008', 'Mass Storage Device', '192'), (3405, '6009', 'Mass Storage Device', '192'), (3406, '600a', 'Mass Storage Device', '192'), (3407, '600b', 'Mass Storage Device', '192'), (3408, '600c', 'Mass Storage Device', '192'), (3409, '600d', 'Mass Storage Device', '192'), (3410, '600e', 'Mass Storage Device', '192'), (3411, '600f', 'Mass Storage Device', '192'), (3412, '6010', 'Mass Storage Device', '192'), (3413, '6011', 'Mass Storage Device', '192'), (3414, '6012', 'Mass Storage Device', '192'), (3415, '6013', 'Mass Storage Device', '192'), (3416, '6014', 'Mass Storage Device', '192'), (3417, '6015', 'Mass Storage Device', '192'), (3418, '6125', 'MP3 Player', '192'), (3419, '6180', 'MP3 Player', '192'), (3420, '6200', 'MP3 Player', '192'), (3421, '7500', 'Hi-Speed Mass Storage Device', '192'), (3422, '9000', 'AWL300 Wireless Adapter', '192'), (3423, '9001', 'AWL400 Wireless Adapter', '192'), (3424, '9213', 'Kbd Hub', '192'), (3425, '00b9', 'Audio', '193'), (3426, '0180', 'Hub Type P', '193'), (3427, '0181', 'HID Monitor Controls', '193'), (3428, '0100', 'StrobePro', '194'), (3429, '0101', 'Strobe Pro Scanner (1.01)', '194'), (3430, '0102', 'StrobePro Scanner', '194'), (3431, '0211', 'OneTouch 7600 Scanner', '194'), (3432, '0221', 'OneTouch 5300 Scanner', '194'), (3433, '0223', 'OneTouch 8200', '194'), (3434, '0224', 'OneTouch 4800 USB/Microtek Scanport 3000', '194'), (3435, '0225', 'VistaScan Astra 3600(ENG)', '194'), (3436, '0226', 'OneTouch 5300 USB', '194'), (3437, '0229', 'OneTouch 7100', '194'), (3438, '022a', 'OneTouch 6600', '194'), (3439, '022c', 'OneTouch 9000/9020', '194'), (3440, '0231', '6100 Scanner', '194'), (3441, '0311', '6200 EPP/USB Scanner', '194'), (3442, '0321', 'OneTouch 8100 EPP/USB Scanner', '194'), (3443, '0331', 'OneTouch 8600 EPP/USB Scanner', '194'), (3444, '0341', '6400', '194'), (3445, '0361', 'VistaScan Astra 3600(ENG)', '194'), (3446, '0362', 'OneTouch 9320', '194'), (3447, '0371', 'OneTouch 8700/8920', '194'), (3448, '0380', 'OneTouch 7700', '194'), (3449, '0382', 'Photo Port 7700', '194'), (3450, '0390', '9650', '194'), (3451, '03a0', 'Xerox 4800 One Touch', '194'), (3452, '0410', 'OneTouch Pro 8800/8820', '194'), (3453, '0421', '9450 USB', '194'), (3454, '0423', '9750 Scanner', '194'), (3455, '0424', 'Strobe XP 450', '194'), (3456, '0425', 'Strobe XP 100', '194'), (3457, '0426', 'Strobe XP 200', '194'), (3458, '0427', 'Strobe XP 100', '194'), (3459, '0444', 'OneTouch 7300', '194'), (3460, '0445', 'CardReader 100', '194'), (3461, '0446', 'Xerox DocuMate 510', '194'), (3462, '0447', 'XEROX DocuMate 520', '194'), (3463, '0448', 'XEROX DocuMate 250', '194'), (3464, '0449', 'Xerox DocuMate 252', '194'), (3465, '044a', 'Xerox 6400', '194'), (3466, '044c', 'Xerox DocuMate 262', '194'), (3467, '0474', 'Strobe XP 300', '194'), (3468, '0475', 'Xerox DocuMate 272', '194'), (3469, '0478', 'Strobe XP 220', '194'), (3470, '0479', 'Strobe XP 470', '194'), (3471, '047a', '9450', '194'), (3472, '047b', '9650', '194'), (3473, '047d', '9420', '194'), (3474, '0480', '9520', '194'), (3475, '048f', 'Strobe XP 470', '194'), (3476, '0491', 'Strobe XP 450', '194'), (3477, '0493', '9750', '194'), (3478, '0494', 'Strobe XP 120', '194'), (3479, '0497', 'Patriot 430', '194'), (3480, '0498', 'Patriot 680', '194'), (3481, '0499', 'Patriot 780', '194'), (3482, '049b', 'Strobe XP 100', '194'), (3483, '04a0', '7400', '194'), (3484, '04ac', 'Xerox Travel Scanner 100', '194'), (3485, '04bb', 'strobe 400 scanner', '194'), (3486, '04cd', 'Xerox Travel Scanner 150', '194'), (3487, '0101', 'Hub', '195'), (3488, '0303', 'Peripheral Switch', '195'), (3489, '0404', 'Peripheral Switch', '195'), (3490, '1005', 'BJ Printer Hub', '196'), (3491, '1035', 'PD Printer Storage', '196'), (3492, '1050', 'BJC-8200', '196'), (3493, '1051', 'BJC-3000 Color Printer', '196'), (3494, '1052', 'BJC-6100', '196'), (3495, '1053', 'BJC-6200', '196'), (3496, '1054', 'BJC-6500', '196'), (3497, '1055', 'BJC-85', '196'), (3498, '1056', 'BJC-2110 Color Printer', '196'), (3499, '1057', 'LR1', '196'), (3500, '105a', 'BJC-55', '196'), (3501, '105b', 'S600 Printer', '196'), (3502, '105c', 'S400', '196'), (3503, '105d', 'S450 Printer', '196'), (3504, '105e', 'S800', '196'), (3505, '1062', 'S500 Printer', '196'), (3506, '1063', 'S4500', '196'), (3507, '1064', 'S300 Printer', '196'), (3508, '1065', 'S100', '196'), (3509, '1066', 'S630', '196'), (3510, '1067', 'S900', '196'), (3511, '1068', 'S9000', '196'), (3512, '1069', 'S820', '196'), (3513, '106a', 'S200 Printer', '196'), (3514, '106b', 'S520 Printer', '196'), (3515, '106d', 'S750 Printer', '196'), (3516, '106e', 'S820D', '196'), (3517, '1070', 'S530D', '196'), (3518, '1072', 'I850 Printer', '196'), (3519, '1073', 'I550 Printer', '196'), (3520, '1074', 'S330 Printer', '196'), (3521, '1076', 'i70', '196'), (3522, '1077', 'i950', '196'), (3523, '107a', 'S830D', '196'), (3524, '107b', 'i320', '196'), (3525, '107c', 'i470D', '196'), (3526, '107d', 'i9100', '196'), (3527, '107e', 'i450', '196'), (3528, '107f', 'i860', '196'), (3529, '1082', 'i350', '196'), (3530, '1084', 'i250', '196'), (3531, '1085', 'i255', '196'), (3532, '1086', 'i560', '196'), (3533, '1088', 'i965', '196'), (3534, '108a', 'i455', '196'), (3535, '108b', 'i900D', '196'), (3536, '108c', 'i475D', '196'), (3537, '108d', 'PIXMA iP2000', '196'), (3538, '108f', 'i80', '196'), (3539, '1090', 'i9900 Photo Printer', '196'), (3540, '1091', 'PIXMA iP1500', '196'), (3541, '1093', 'PIXMA iP4000', '196'), (3542, '1094', 'PIXMA iP3000x Printer', '196'), (3543, '1095', 'PIXMA iP6000D', '196'), (3544, '1097', 'PIXMA iP5000', '196'), (3545, '1098', 'PIXMA iP1000', '196'), (3546, '1099', 'PIXMA iP8500', '196'), (3547, '109c', 'PIXMA iP4000R', '196'), (3548, '109d', 'iP90', '196'), (3549, '10a0', 'PIXMA iP1600 Printer', '196'), (3550, '10a2', 'iP4200', '196'), (3551, '10a4', 'iP5200R', '196'), (3552, '10a5', 'iP5200', '196'), (3553, '10a7', 'iP6210D', '196'), (3554, '10a8', 'iP6220D', '196'), (3555, '10a9', 'iP6600D', '196'), (3556, '10b6', 'PIXMA iP4300 Printer', '196'), (3557, '10b7', 'PIXMA iP5300 Printer', '196'), (3558, '10c2', 'PIXMA iP1800 Printer', '196'), (3559, '10c4', 'Pixma iP4500 Printer', '196'), (3560, '10c9', 'PIXMA iP4600 Printer', '196'), (3561, '10ca', 'PIXMA iP3600 Printer', '196'), (3562, '10e3', 'PIXMA iX6850 Printer', '196'), (3563, '12fe', 'Printer in service mode', '196'), (3564, '1404', 'W6400PG', '196'), (3565, '1405', 'W8400PG', '196'), (3566, '150f', 'BIJ2350 PCL', '196'), (3567, '1510', 'BIJ1350 PCL', '196'), (3568, '1512', 'BIJ1350D PCL', '196'), (3569, '1601', 'DR-2080C Scanner', '196'), (3570, '1607', 'DR-6080 Scanner', '196'), (3571, '1608', 'DR-2580C Scanner', '196'), (3572, '1609', 'DR-3080CII', '196'), (3573, '160a', 'DR-2050C Scanner', '196'), (3574, '1700', 'PIXMA MP110 Scanner', '196'), (3575, '1701', 'PIXMA MP130 Scanner', '196'), (3576, '1702', 'MP410 Composite', '196'), (3577, '1703', 'MP430 Composite', '196'), (3578, '1704', 'MP330 Composite', '196'), (3579, '1706', 'PIXMA MP750 Scanner', '196'), (3580, '1707', 'PIXMA MP780/MP790', '196'), (3581, '1708', 'PIXMA MP760/MP770', '196'), (3582, '1709', 'PIXMA MP150 Scanner', '196'), (3583, '170a', 'PIXMA MP170 Scanner', '196'), (3584, '170b', 'PIXMA MP450 Scanner', '196'), (3585, '170c', 'PIXMA MP500 Scanner', '196'), (3586, '170d', 'PIXMA MP800 Scanner', '196'), (3587, '170e', 'PIXMA MP800R', '196'), (3588, '1710', 'MP950', '196'), (3589, '1712', 'PIXMA MP530', '196'), (3590, '1713', 'PIXMA MP830 Scanner', '196'), (3591, '1714', 'MP160', '196'), (3592, '1715', 'PIXMA MP180', '196'), (3593, '1716', 'PIXMA MP460', '196'), (3594, '1717', 'PIXMA MP510', '196'), (3595, '1718', 'PIXMA MP600', '196'), (3596, '1719', 'PIXMA MP600R', '196'), (3597, '171a', 'PIXMA MP810', '196'), (3598, '171b', 'PIXMA MP960', '196'), (3599, '171c', 'PIXMA MX7600', '196'), (3600, '1721', 'PIXMA MP210', '196'), (3601, '1722', 'PIXMA MP220', '196'), (3602, '1723', 'PIXMA MP470', '196'), (3603, '1724', 'PIXMA MP520 series', '196'), (3604, '1725', 'PIXMA MP610', '196'), (3605, '1726', 'PIXMA MP970', '196'), (3606, '1727', 'PIXMA MX300', '196'), (3607, '1728', 'PIXMA MX310 series', '196'), (3608, '1729', 'PIXMA MX700', '196'), (3609, '172b', 'MP140 ser', '196'), (3610, '172c', 'PIXMA MX850', '196'), (3611, '172d', 'PIXMA MP980', '196'), (3612, '172e', 'PIXMA MP630', '196'), (3613, '172f', 'PIXMA MP620', '196'), (3614, '1730', 'PIXMA MP540', '196'), (3615, '1731', 'PIXMA MP480', '196'), (3616, '1732', 'PIXMA MP240', '196'), (3617, '1733', 'PIXMA MP260', '196'), (3618, '1734', 'PIXMA MP190', '196'), (3619, '1735', 'PIXMA MX860', '196'), (3620, '1736', 'PIXMA MX320 series', '196'), (3621, '1737', 'PIXMA MX330', '196'), (3622, '173a', 'PIXMA MP250', '196'), (3623, '173b', 'PIXMA MP270 All-In-One Printer', '196'), (3624, '173c', 'PIXMA MP490', '196'), (3625, '173d', 'PIXMA MP550', '196'), (3626, '173e', 'PIXMA MP560', '196'), (3627, '173f', 'PIXMA MP640', '196'), (3628, '1740', 'PIXMA MP990', '196'), (3629, '1741', 'PIXMA MX340', '196'), (3630, '1742', 'PIXMA MX350', '196'), (3631, '1743', 'PIXMA MX870', '196'), (3632, '1746', 'PIXMA MP280', '196'), (3633, '1747', 'PIXMA MP495', '196'), (3634, '1748', 'PIXMA MG5100 Series', '196'), (3635, '1749', 'PIXMA MG5200 Series', '196'), (3636, '174a', 'PIXMA MG6100 Series', '196'), (3637, '174b', 'PIXMA MG8100 Series', '196'), (3638, '174d', 'PIXMA MX360', '196'), (3639, '174e', 'PIXMA MX410', '196'), (3640, '174f', 'PIXMA MX420', '196'), (3641, '1750', 'PIXMA MX880 Series', '196'), (3642, '1752', 'PIXMA MG3100 Series', '196'), (3643, '1753', 'PIXMA MG4100 Series', '196'), (3644, '1754', 'PIXMA MG5300 Series', '196'), (3645, '1755', 'PIXMA MG6200 Series', '196'), (3646, '1756', 'PIXMA MG8200 Series', '196'), (3647, '1757', 'PIXMA MP493', '196'), (3648, '1759', 'PIXMA MX370 Series', '196'), (3649, '175b', 'PIXMA MX430 Series', '196'), (3650, '175c', 'PIXMA MX510 Series', '196'), (3651, '175d', 'PIXMA MX710 Series', '196'), (3652, '175e', 'PIXMA MX890 Series', '196'), (3653, '175f', 'PIXMA MP230', '196'), (3654, '1762', 'PIXMA MG3200 Series', '196'), (3655, '1763', 'PIXMA MG4200 Series', '196'), (3656, '1764', 'PIXMA MG5400 Series', '196'), (3657, '1765', 'PIXMA MG6300 Series', '196'), (3658, '1766', 'PIXMA MX390 Series', '196'), (3659, '1768', 'PIXMA MX450 Series', '196'), (3660, '1769', 'PIXMA MX520 Series', '196'), (3661, '176a', 'PIXMA MX720 Series', '196'), (3662, '176b', 'PIXMA MX920 Series', '196'), (3663, '176d', 'PIXMA MG2500 Series', '196'), (3664, '176e', 'PIXMA MG3500 Series', '196'), (3665, '176f', 'PIXMA MG6500 Series', '196'), (3666, '1770', 'PIXMA MG6400 Series', '196'), (3667, '1771', 'PIXMA MG5500 Series', '196'), (3668, '1772', 'PIXMA MG7100 Series', '196'), (3669, '1774', 'PIXMA MX470 Series', '196'), (3670, '1775', 'PIXMA MX530 Series', '196'), (3671, '177c', 'PIXMA MG7500 Series', '196'), (3672, '177e', 'PIXMA MG6600 Series', '196'), (3673, '177f', 'PIXMA MG5600 Series', '196'), (3674, '1780', 'PIXMA MG2900 Series', '196'), (3675, '1787', 'PIXMA MX490 Series', '196'), (3676, '178a', 'PIXMA MG3600 Series', '196'), (3677, '178d', 'PIXMA MG6853', '196'), (3678, '180b', 'PIXMA MG3000 series', '196'), (3679, '1856', 'PIXMA TS6250', '196'), (3680, '1900', 'CanoScan LiDE 90', '196'), (3681, '1901', 'CanoScan 8800F', '196'), (3682, '1904', 'CanoScan LiDE 100', '196'), (3683, '1905', 'CanoScan LiDE 200', '196'), (3684, '1906', 'CanoScan 5600F', '196'), (3685, '1907', 'CanoScan LiDE 700F', '196'), (3686, '1909', 'CanoScan LiDE 110', '196'), (3687, '190a', 'CanoScan LiDE 210', '196'), (3688, '190d', 'CanoScan 9000F Mark II', '196'), (3689, '190e', 'CanoScan LiDE 120', '196'), (3690, '190f', 'CanoScan LiDE 220', '196'), (3691, '2200', 'CanoScan LiDE 25', '196'), (3692, '2201', 'CanoScan FB320U', '196'), (3693, '2202', 'CanoScan FB620U', '196'), (3694, '2204', 'CanoScan FB630U', '196'), (3695, '2205', 'CanoScan FB1210U', '196'), (3696, '2206', 'CanoScan N650U/N656U', '196'), (3697, '2207', 'CanoScan 1220U', '196'), (3698, '2208', 'CanoScan D660U', '196'), (3699, '220a', 'CanoScan D2400UF', '196'), (3700, '220b', 'CanoScan D646U', '196'), (3701, '220c', 'CanoScan D1250U2', '196'), (3702, '220d', 'CanoScan N670U/N676U/LiDE 20', '196'), (3703, '220e', 'CanoScan N1240U/LiDE 30', '196'), (3704, '220f', 'CanoScan 8000F', '196'), (3705, '2210', 'CanoScan 9900F', '196'), (3706, '2212', 'CanoScan 5000F', '196'), (3707, '2213', 'CanoScan LiDE 50/LiDE 35/LiDE 40', '196'), (3708, '2214', 'CanoScan LiDE 80', '196'), (3709, '2215', 'CanoScan 3000/3000F/3000ex', '196'), (3710, '2216', 'CanoScan 3200F', '196'), (3711, '2217', 'CanoScan 5200F', '196'), (3712, '2219', 'CanoScan 9950F', '196'), (3713, '221b', 'CanoScan 4200F', '196'), (3714, '221c', 'CanoScan LiDE 60', '196'), (3715, '221e', 'CanoScan 8400F', '196'), (3716, '221f', 'CanoScan LiDE 500F', '196'), (3717, '2220', 'CanoScan LIDE 25', '196'), (3718, '2224', 'CanoScan LiDE 600F', '196'), (3719, '2225', 'CanoScan LiDE 70', '196'), (3720, '2228', 'CanoScan 4400F', '196'), (3721, '2229', 'CanoScan 8600F', '196'), (3722, '2602', 'MultiPASS C555', '196'), (3723, '2603', 'MultiPASS C755', '196'), (3724, '260a', 'LBP810', '196'), (3725, '260e', 'LBP-2000', '196'), (3726, '2610', 'MPC600F', '196'), (3727, '2611', 'SmartBase MPC400', '196'), (3728, '2612', 'MultiPASS C855', '196'), (3729, '2617', 'LBP1210', '196'), (3730, '261a', 'iR1600', '196'), (3731, '261b', 'iR1610', '196'), (3732, '261c', 'iC2300', '196'), (3733, '261f', 'MPC200 Printer', '196'), (3734, '2621', 'iR2000', '196'), (3735, '2622', 'iR2010', '196'), (3736, '2623', 'FAX-B180C', '196'), (3737, '2629', 'FAXPHONE L75', '196'), (3738, '262b', 'LaserShot LBP-1120 Printer', '196'), (3739, '262c', 'imageCLASS D300', '196'), (3740, '262d', 'iR C3200', '196'), (3741, '262f', 'PIXMA MP730', '196'), (3742, '2630', 'PIXMA MP700', '196'), (3743, '2631', 'LASER CLASS 700', '196'), (3744, '2632', 'FAX-L2000', '196'), (3745, '2633', 'LASERCLASS 500', '196'), (3746, '2634', 'PC-D300/FAX-L400/ICD300', '196'), (3747, '2635', 'MPC190', '196'), (3748, '2636', 'LBP3200', '196'), (3749, '2637', 'iR C6800', '196'), (3750, '2638', 'iR C3100', '196'), (3751, '263c', 'PIXMA MP360', '196'), (3752, '263d', 'PIXMA MP370', '196'), (3753, '263e', 'PIXMA MP390', '196'), (3754, '263f', 'PIXMA MP375R', '196'), (3755, '2646', 'MF5530 Scanner Device V1.9.1', '196'), (3756, '2647', 'MF5550 Composite', '196'), (3757, '264c', 'PIXMA MP740', '196'), (3758, '264d', 'PIXMA MP710', '196'), (3759, '264e', 'MF5630', '196'), (3760, '264f', 'MF5650 (FAX)', '196'), (3761, '2650', 'iR 6800C EUR', '196'), (3762, '2651', 'iR 3100C EUR', '196'), (3763, '2654', 'LBP3600', '196'), (3764, '2655', 'FP-L170/MF350/L380/L398', '196'), (3765, '2656', 'iR1510-1670 CAPT Printer', '196'), (3766, '2657', 'LBP3210', '196'), (3767, '2659', 'MF8100', '196'), (3768, '265b', 'CAPT Printer', '196'), (3769, '265c', 'iR C3220', '196'), (3770, '265d', 'MF5730', '196'), (3771, '265e', 'MF5750', '196'), (3772, '265f', 'MF5770', '196'), (3773, '2660', 'MF3110', '196'), (3774, '2663', 'iR3570/iR4570', '196'), (3775, '2664', 'iR2270/iR2870', '196'), (3776, '2665', 'iR C2620', '196'), (3777, '2666', 'iR C5800', '196'), (3778, '2667', 'iR85PLUS', '196'), (3779, '2669', 'iR105PLUS', '196'), (3780, '266a', 'LBP3000', '196'), (3781, '266b', 'iR8070', '196'), (3782, '266c', 'iR9070', '196'), (3783, '266d', 'iR 5800C EUR', '196'), (3784, '266e', 'CAPT Device', '196'), (3785, '266f', 'iR2230', '196'), (3786, '2670', 'iR3530', '196'), (3787, '2671', 'iR5570/iR6570', '196'), (3788, '2672', 'iR C3170', '196'), (3789, '2673', 'iR 3170C EUR', '196'), (3790, '2674', 'FAX-L120', '196'), (3791, '2675', 'iR2830', '196'), (3792, '2676', 'LBP2900', '196'), (3793, '2677', 'iR C2570', '196'), (3794, '2678', 'iR 2570C EUR', '196'), (3795, '2679', 'LBP5000', '196'), (3796, '267a', 'iR2016', '196'), (3797, '267b', 'iR2020', '196'), (3798, '267d', 'MF7100 series', '196'), (3799, '267e', 'LBP3300', '196'), (3800, '2684', 'MF3200 series', '196'), (3801, '2686', 'MF6500 series', '196'), (3802, '2687', 'iR4530', '196'), (3803, '2688', 'LBP3460', '196'), (3804, '2689', 'FAX-L180/L380S/L398S', '196'), (3805, '268a', 'LC310/L390/L408S', '196'), (3806, '268b', 'LBP3500', '196'), (3807, '268c', 'iR C6870', '196'), (3808, '268d', 'iR 6870C EUR', '196'), (3809, '268e', 'iR C5870', '196'), (3810, '268f', 'iR 5870C EUR', '196'), (3811, '2691', 'iR7105', '196'), (3812, '26a1', 'LBP5300', '196'), (3813, '26a3', 'MF4100 series', '196'), (3814, '26a4', 'LBP5100', '196'), (3815, '26b0', 'MF4600 series', '196'), (3816, '26b4', 'MF4010 series', '196'), (3817, '26b5', 'MF4200 series', '196'), (3818, '26b6', 'FAX-L140/L130', '196'), (3819, '26b9', 'LBP3310', '196'), (3820, '26ba', 'LBP5050', '196'), (3821, '26da', 'LBP3010/LBP3018/LBP3050', '196'), (3822, '26db', 'LBP3100/LBP3108/LBP3150', '196'), (3823, '26e6', 'iR1024', '196'), (3824, '26ea', 'LBP9100C', '196'), (3825, '26ee', 'MF4320-4350', '196'), (3826, '26f1', 'LBP7200C', '196'), (3827, '26ff', 'LBP6300', '196'), (3828, '271a', 'LBP6000', '196'), (3829, '271b', 'LBP6200', '196'), (3830, '271c', 'LBP7010C/7018C', '196'), (3831, '2736', 'I-SENSYS MF4550d', '196'), (3832, '2737', 'MF4410', '196'), (3833, '2742', 'imageRUNNER1133 series', '196'), (3834, '2771', 'LBP6020', '196'), (3835, '2796', 'LBP6230/6240', '196'), (3836, '3041', 'PowerShot S10', '196'), (3837, '3042', 'CanoScan FS4000US Film Scanner', '196'), (3838, '3043', 'PowerShot S20', '196'), (3839, '3044', 'EOS D30', '196'), (3840, '3045', 'PowerShot S100', '196'), (3841, '3046', 'IXY Digital', '196'), (3842, '3047', 'Digital IXUS', '196'), (3843, '3048', 'PowerShot G1', '196'), (3844, '3049', 'PowerShot Pro90 IS', '196'), (3845, '304a', 'CP-10', '196'), (3846, '304b', 'IXY Digital 300', '196'), (3847, '304c', 'PowerShot S300', '196'), (3848, '304d', 'Digital IXUS 300', '196'), (3849, '304e', 'PowerShot A20', '196'), (3850, '304f', 'PowerShot A10', '196'), (3851, '3050', 'PowerShot unknown 1', '196'), (3852, '3051', 'PowerShot S110', '196'), (3853, '3052', 'Digital IXUS V', '196'), (3854, '3055', 'PowerShot G2', '196'), (3855, '3056', 'PowerShot S40', '196'), (3856, '3057', 'PowerShot S30', '196'), (3857, '3058', 'PowerShot A40', '196'), (3858, '3059', 'PowerShot A30', '196'), (3859, '305b', 'ZR45MC Digital Camcorder', '196'), (3860, '305c', 'PowerShot unknown 2', '196'), (3861, '3060', 'EOS D60', '196'), (3862, '3061', 'PowerShot A100', '196'), (3863, '3062', 'PowerShot A200', '196'), (3864, '3063', 'CP-100', '196'), (3865, '3065', 'PowerShot S200', '196'), (3866, '3066', 'Digital IXUS 330', '196'), (3867, '3067', 'MV550i Digital Video Camera', '196'), (3868, '3069', 'PowerShot G3', '196'), (3869, '306a', 'Digital unknown 3', '196'), (3870, '306b', 'MVX2i Digital Video Camera', '196'), (3871, '306c', 'PowerShot S45', '196'), (3872, '306d', 'PowerShot S45 PtP Mode', '196'), (3873, '306e', 'PowerShot G3 (normal mode)', '196'), (3874, '306f', 'PowerShot G3 (ptp)', '196'), (3875, '3070', 'PowerShot S230', '196'), (3876, '3071', 'PowerShot S230 (ptp)', '196'), (3877, '3072', 'PowerShot SD100 / Digital IXUS II (ptp)', '196'), (3878, '3073', 'PowerShot A70 (ptp)', '196'), (3879, '3074', 'PowerShot A60 (ptp)', '196'), (3880, '3075', 'IXUS 400 Camera', '196'), (3881, '3076', 'PowerShot A300', '196'), (3882, '3077', 'PowerShot S50', '196'), (3883, '3078', 'ZR70MC Digital Camcorder', '196'), (3884, '307a', 'MV650i (normal mode)', '196'), (3885, '307b', 'MV630i Digital Video Camera', '196'), (3886, '307c', 'CP-200', '196'), (3887, '307d', 'CP-300', '196'), (3888, '307f', 'Optura 20', '196'), (3889, '3080', 'MVX150i (normal mode) / Optura 20 (normal mode)', '196'), (3890, '3081', 'Optura 10', '196'), (3891, '3082', 'MVX100i / Optura 10', '196'), (3892, '3083', 'EOS 10D', '196'), (3893, '3084', 'EOS 300D / EOS Digital Rebel', '196'), (3894, '3085', 'PowerShot G5', '196'), (3895, '3087', 'Elura 50 (PTP mode)', '196'), (3896, '3088', 'Elura 50 (normal mode)', '196'), (3897, '308d', 'MVX3i', '196'), (3898, '308e', 'FV M1 (normal mode) / MVX 3i (normal mode) / Optura Xi (normal mode)', '196'), (3899, '3093', 'Optura 300', '196'), (3900, '3096', 'IXY DV M2 (normal mode) / MVX 10i (normal mode)', '196'), (3901, '3099', 'EOS 300D (ptp)', '196'), (3902, '309a', 'PowerShot A80', '196'), (3903, '309b', 'Digital IXUS (ptp)', '196'), (3904, '309c', 'PowerShot S1 IS', '196'), (3905, '309d', 'Powershot Pro 1', '196'), (3906, '309f', 'Camera', '196'), (3907, '30a0', 'Camera', '196'), (3908, '30a1', 'Camera', '196'), (3909, '30a2', 'Camera', '196'), (3910, '30a8', 'Elura 60E/Optura 40 (ptp)', '196'), (3911, '30a9', 'MVX25i (normal mode) / Optura 40 (normal mode)', '196'), (3912, '30b1', 'PowerShot S70 (normal mode) / PowerShot S70 (PTP mode)', '196'), (3913, '30b2', 'PowerShot S60 (normal mode) / PowerShot S60 (PTP mode)', '196'), (3914, '30b3', 'PowerShot G6 (normal mode) / PowerShot G6 (PTP mode)', '196'), (3915, '30b4', 'PowerShot S500', '196'), (3916, '30b5', 'PowerShot A75', '196'), (3917, '30b6', 'Digital IXUS II2 / Digital IXUS II2 (PTP mode) / PowerShot SD110 (PTP mode) / PowerShot SD110 Digital ELPH', '196'), (3918, '30b7', 'PowerShot A400 / PowerShot A400 (PTP mode)', '196'), (3919, '30b8', 'PowerShot A310 / PowerShot A310 (PTP mode)', '196'), (3920, '30b9', 'Powershot A85', '196'), (3921, '30ba', 'PowerShot S410 Digital Elph', '196'), (3922, '30bb', 'PowerShot A95', '196'), (3923, '30bd', 'CP-220', '196'), (3924, '30be', 'CP-330', '196'), (3925, '30bf', 'Digital IXUS 40', '196'), (3926, '30c0', 'Digital IXUS 30 (PTP mode) / PowerShot SD200 (PTP mode)', '196'), (3927, '30c1', 'Digital IXUS 50 (normal mode) / IXY Digital 55 (normal mode) / PowerShot A520 (PTP mode) / PowerShot SD400 (normal mode)', '196'), (3928, '30c2', 'PowerShot A510 (normal mode) / PowerShot A510 (PTP mode)', '196'), (3929, '30c4', 'Digital IXUS i5 (normal mode) / IXY Digital L2 (normal mode) / PowerShot SD20 (normal mode)', '196'), (3930, '30ea', 'EOS 1D Mark II (PTP mode)', '196'), (3931, '30eb', 'EOS 20D', '196'), (3932, '30ec', 'EOS 20D (ptp)', '196'), (3933, '30ee', 'EOS 350D', '196'), (3934, '30ef', 'EOS 350D (ptp)', '196'), (3935, '30f0', 'PowerShot S2 IS (PTP mode)', '196'), (3936, '30f2', 'Digital IXUS 700 (normal mode) / Digital IXUS 700 (PTP mode) / IXY Digital 600 (normal mode) / PowerShot SD500 (normal mode) / PowerShot SD500 (PTP mode)', '196'), (3937, '30f4', 'PowerShot SD30 / Ixus iZoom / IXY DIGITAL L3', '196'), (3938, '30f5', 'SELPHY CP500', '196'), (3939, '30f6', 'SELPHY CP400', '196'), (3940, '30f8', 'Powershot A430', '196'), (3941, '30f9', 'PowerShot A410 (PTP mode)', '196'), (3942, '30fa', 'PowerShot S80', '196'), (3943, '30fc', 'PowerShot A620 (PTP mode)', '196'), (3944, '30fd', 'PowerShot A610 (normal mode)/PowerShot A610 (PTP mode)', '196'), (3945, '30fe', 'Digital IXUS 65 (PTP mode)/PowerShot SD630 (PTP mode)', '196'), (3946, '30ff', 'Digital IXUS 55 (PTP mode)/PowerShot SD450 (PTP mode)', '196'), (3947, '3100', 'PowerShot TX1', '196'), (3948, '310b', 'SELPHY CP600', '196'), (3949, '310e', 'Digital IXUS 50 (PTP mode)', '196'), (3950, '310f', 'PowerShot A420', '196'), (3951, '3110', 'EOS Digital Rebel XTi', '196'), (3952, '3115', 'PowerShot SD900 / Digital IXUS 900 Ti / IXY DIGITAL 1000', '196'), (3953, '3116', 'Digital IXUS 750 / PowerShot SD550 (PTP mode)', '196'), (3954, '3117', 'PowerShot A700', '196'), (3955, '3119', 'PowerShot SD700 IS / Digital IXUS 800 IS / IXY Digital 800 IS', '196'), (3956, '311a', 'PowerShot S3 IS', '196'), (3957, '311b', 'PowerShot A540', '196'), (3958, '311c', 'PowerShot SD600 DIGITAL ELPH / DIGITAL IXUS 60 / IXY DIGITAL 70', '196'), (3959, '3125', 'PowerShot G7', '196'), (3960, '3126', 'PowerShot A530', '196'), (3961, '3127', 'SELPHY CP710', '196'), (3962, '3128', 'SELPHY CP510', '196'), (3963, '312d', 'Elura 100', '196'), (3964, '3136', 'PowerShot SD800 IS / Digital IXUS 850 IS / IXY DIGITAL 900 IS', '196'), (3965, '3137', 'PowerShot SD40 / Digital IXUS i7 IXY / DIGITAL L4', '196'), (3966, '3138', 'PowerShot A710 IS', '196'), (3967, '3139', 'PowerShot A640', '196'), (3968, '313a', 'PowerShot A630', '196'), (3969, '3141', 'SELPHY ES1', '196'), (3970, '3142', 'SELPHY CP730', '196'), (3971, '3143', 'SELPHY CP720', '196'), (3972, '3145', 'EOS 450D', '196'), (3973, '3146', 'EOS 40D', '196'), (3974, '3147', 'EOS 1Ds Mark III', '196'), (3975, '3148', 'PowerShot S5 IS', '196'), (3976, '3149', 'PowerShot A460', '196'), (3977, '314b', 'PowerShot SD850 IS DIGITAL ELPH / Digital IXUS 950 IS / IXY DIGITAL 810 IS', '196'), (3978, '314c', 'PowerShot A570 IS', '196'), (3979, '314d', 'PowerShot A560', '196'), (3980, '314e', 'PowerShot SD750 DIGITAL ELPH / DIGITAL IXUS 75 / IXY DIGITAL 90', '196'), (3981, '314f', 'PowerShot SD1000 DIGITAL ELPH / DIGITAL IXUS 70 / IXY DIGITAL 10', '196'), (3982, '3150', 'PowerShot A550', '196'), (3983, '3155', 'PowerShot A450', '196'), (3984, '315a', 'PowerShot G9', '196'), (3985, '315b', 'PowerShot A650 IS', '196'), (3986, '315d', 'PowerShot A720', '196'), (3987, '315e', 'PowerShot SX100 IS', '196'), (3988, '315f', 'PowerShot SD950 IS DIGITAL ELPH / DIGITAL IXUS 960 IS / IXY DIGITAL 2000 IS', '196'), (3989, '3160', 'Digital IXUS 860 IS', '196'), (3990, '3170', 'SELPHY CP750', '196'), (3991, '3171', 'SELPHY CP740', '196'), (3992, '3172', 'SELPHY CP520', '196'), (3993, '3173', 'PowerShot SD890 IS DIGITAL ELPH / Digital IXUS 970 IS / IXY DIGITAL 820 IS', '196'), (3994, '3174', 'PowerShot SD790 IS DIGITAL ELPH / Digital IXUS 90 IS / IXY DIGITAL 95 IS', '196'), (3995, '3175', 'IXY Digital 25 IS', '196'), (3996, '3176', 'PowerShot A590', '196'), (3997, '3177', 'PowerShot A580', '196'), (3998, '317a', 'PC1267 [Powershot A470]', '196'), (3999, '3184', 'Digital IXUS 80 IS (PTP mode)', '196'), (4000, '3185', 'SELPHY ES2', '196'), (4001, '3186', 'SELPHY ES20', '196'), (4002, '318d', 'PowerShot SX100 IS', '196'), (4003, '318e', 'PowerShot A1000 IS', '196'), (4004, '318f', 'PowerShot G10', '196'), (4005, '3191', 'PowerShot A2000 IS', '196'), (4006, '3192', 'PowerShot SX110 IS', '196'), (4007, '3193', 'PowerShot SD990 IS DIGITAL ELPH / Digital IXUS 980 IS / IXY DIGITAL 3000 IS', '196'), (4008, '3195', 'PowerShot SX1 IS', '196'), (4009, '3196', 'PowerShot SD880 IS DIGITAL ELPH / Digital IXUS 870 IS / IXY DIGITAL 920 IS', '196'), (4010, '3199', 'EOS 5D Mark II', '196'), (4011, '319a', 'EOS 7D', '196'), (4012, '319b', 'EOS 50D', '196'), (4013, '31aa', 'SELPHY CP770', '196'), (4014, '31ab', 'SELPHY CP760', '196'), (4015, '31ad', 'PowerShot E1', '196'), (4016, '31af', 'SELPHY ES3', '196'), (4017, '31b0', 'SELPHY ES30', '196'), (4018, '31b1', 'SELPHY CP530', '196'), (4019, '31bc', 'PowerShot D10', '196'), (4020, '31bd', 'PowerShot SD960 IS DIGITAL ELPH / Digital IXUS 110 IS / IXY DIGITAL 510 IS', '196'), (4021, '31be', 'PowerShot A2100 IS', '196'), (4022, '31bf', 'PowerShot A480', '196'), (4023, '31c0', 'PowerShot SX200 IS', '196'), (4024, '31c1', 'PowerShot SD970 IS DIGITAL ELPH / Digital IXUS 990 IS / IXY DIGITAL 830 IS', '196'), (4025, '31c2', 'PowerShot SD780 IS DIGITAL ELPH / Digital IXUS 100 IS / IXY DIGITAL 210 IS', '196'), (4026, '31c3', 'PowerShot A1100 IS', '196'), (4027, '31c4', 'PowerShot SD1200 IS DIGITAL ELPH / Digital IXUS 95 IS / IXY DIGITAL 110 IS', '196'), (4028, '31cf', 'EOS Rebel T1i / EOS 500D / EOS Kiss X3', '196'), (4029, '31dd', 'SELPHY CP780', '196'), (4030, '31df', 'PowerShot G11', '196'), (4031, '31e0', 'PowerShot SX120 IS', '196'), (4032, '31e1', 'PowerShot S90', '196'), (4033, '31e4', 'PowerShot SX20 IS', '196'), (4034, '31e5', 'Digital IXUS 200 IS', '196'), (4035, '31e6', 'PowerShot SD940 IS DIGITAL ELPH / Digital IXUS 120 IS / IXY DIGITAL 220 IS', '196'), (4036, '31e7', 'SELPHY CP790', '196'), (4037, '31ea', 'EOS Rebel T2i / EOS 550D / EOS Kiss X4', '196'), (4038, '31ee', 'SELPHY ES40', '196'), (4039, '31ef', 'PowerShot A495', '196'), (4040, '31f0', 'PowerShot A490', '196'), (4041, '31f1', 'PowerShot A3100 IS / PowerShot A3150 IS', '196'), (4042, '31f2', 'PowerShot A3000 IS', '196'), (4043, '31f3', 'PowerShot Digital ELPH SD1400 IS', '196'), (4044, '31f4', 'PowerShot SD1300 IS / IXUS 105', '196'), (4045, '31f5', 'Powershot SD3500 IS / IXUS 210 IS', '196'), (4046, '31f6', 'PowerShot SX210 IS', '196'), (4047, '31f7', 'Powershot SD4000 IS / IXUS 300 HS / IXY 30S', '196'), (4048, '31f8', 'Powershot SD4500 IS / IXUS 1000 HS / IXY 50S', '196'), (4049, '31ff', 'Digital IXUS 55', '196'), (4050, '3209', 'Vixia HF S21 A', '196'), (4051, '320f', 'PowerShot G12', '196'), (4052, '3210', 'Powershot SX30 IS', '196'), (4053, '3211', 'PowerShot SX130 IS', '196'), (4054, '3212', 'Powershot S95', '196'), (4055, '3214', 'SELPHY CP800', '196'), (4056, '3215', 'EOS 60D', '196'), (4057, '3218', 'EOS 600D / Rebel T3i (ptp)', '196'), (4058, '3219', 'EOS 1D X', '196'), (4059, '3223', 'PowerShot A3300 IS', '196'), (4060, '3224', 'PowerShot A3200 IS', '196'), (4061, '3225', 'PowerShot ELPH 500 HS / IXUS 310 HS', '196'), (4062, '3226', 'PowerShow A800', '196'), (4063, '3227', 'PowerShot ELPH 100 HS / IXUS 115 HS', '196'), (4064, '3228', 'PowerShot SX230 HS', '196'), (4065, '3229', 'PowerShot ELPH 300 HS / IXUS 220 HS', '196'), (4066, '322a', 'PowerShot A2200', '196'), (4067, '322b', 'Powershot A1200', '196'), (4068, '322c', 'PowerShot SX220 HS', '196'), (4069, '3233', 'PowerShot G1 X', '196'), (4070, '3234', 'PowerShot SX150 IS', '196'), (4071, '3235', 'PowerShot ELPH 510 HS / IXUS 1100 HS', '196'), (4072, '3236', 'PowerShot S100', '196'), (4073, '3237', 'PowerShot ELPH 310 HS / IXUS 230 HS', '196'), (4074, '3238', 'PowerShot SX40 HS', '196'), (4075, '323a', 'EOS 5D Mark III', '196'), (4076, '323b', 'EOS Rebel T4i', '196'), (4077, '323d', 'EOS M', '196'), (4078, '323e', 'PowerShot A1300', '196'), (4079, '323f', 'PowerShot A810', '196'), (4080, '3240', 'PowerShot ELPH 320 HS / IXUS 240 HS', '196'), (4081, '3241', 'PowerShot ELPH 110 HS / IXUS 125 HS', '196'), (4082, '3242', 'PowerShot D20', '196'), (4083, '3243', 'PowerShot A4000 IS', '196'), (4084, '3244', 'PowerShot SX260 HS', '196'), (4085, '3245', 'PowerShot SX240 HS', '196'), (4086, '3246', 'PowerShot ELPH 530 HS / IXUS 510 HS', '196'), (4087, '3247', 'PowerShot ELPH 520 HS / IXUS 500 HS', '196'), (4088, '3248', 'PowerShot A3400 IS', '196'), (4089, '3249', 'PowerShot A2400 IS', '196'), (4090, '324a', 'PowerShot A2300', '196'), (4091, '3250', 'EOS 6D', '196'), (4092, '3252', 'EOS 1D C', '196'), (4093, '3253', 'EOS 70D', '196'), (4094, '3255', 'SELPHY CP900', '196'), (4095, '3256', 'SELPHY CP810', '196'), (4096, '3258', 'PowerShot G15', '196'), (4097, '3259', 'PowerShot SX50 HS', '196'), (4098, '325a', 'PowerShot SX160 IS', '196'), (4099, '325b', 'PowerShot S110', '196'), (4100, '325c', 'PowerShot SX500 IS', '196'), (4101, '325e', 'PowerShot N', '196'), (4102, '325f', 'PowerShot SX280 HS', '196'), (4103, '3260', 'PowerShot SX270 HS', '196'), (4104, '3261', 'PowerShot A3500 IS', '196'), (4105, '3262', 'PowerShot A2600', '196'), (4106, '3263', 'PowerShot SX275 HS', '196'), (4107, '3264', 'PowerShot A1400', '196'), (4108, '3265', 'Powershot ELPH 130 IS / IXUS 140', '196'), (4109, '3266', 'Powershot ELPH 120 IS / IXUS 135', '196'), (4110, '3268', 'PowerShot ELPH 330 HS / IXUS 255 HS', '196'), (4111, '326f', 'EOS 7D Mark II', '196'), (4112, '3270', 'EOS 100D', '196'), (4113, '3271', 'PowerShot A2500', '196'), (4114, '3272', 'EOS 700D', '196'), (4115, '3274', 'PowerShot G16', '196'), (4116, '3275', 'PowerShot S120', '196'), (4117, '3276', 'PowerShot SX170 IS', '196'), (4118, '3277', 'PowerShot SX510 HS', '196'), (4119, '3278', 'PowerShot S200', '196'), (4120, '327a', 'SELPHY CP910', '196'), (4121, '327b', 'SELPHY CP820', '196'), (4122, '327d', 'Powershot ELPH 115 IS / IXUS 132', '196'), (4123, '327f', 'EOS Rebel T5 / EOS 1200D / EOS Kiss X70', '196'), (4124, '3284', 'PowerShot D30', '196'), (4125, '3285', 'PowerShot SX700 HS', '196'), (4126, '3286', 'PowerShot SX600 HS', '196'), (4127, '3287', 'PowerShot ELPH 140 IS / IXUS 150', '196'), (4128, '3288', 'Powershot ELPH 135 / IXUS 145', '196'), (4129, '3289', 'PowerShot ELPH 340 HS / IXUS 265 HS', '196'), (4130, '328a', 'PowerShot ELPH 150 IS / IXUS 155', '196'), (4131, '328b', 'PowerShot N Facebook(R) Ready', '196'), (4132, '3299', 'EOS M3', '196'), (4133, '329a', 'PowerShot SX60 HS', '196'), (4134, '329b', 'PowerShot SX520 HS', '196'), (4135, '329c', 'PowerShot SX400 IS', '196'), (4136, '329d', 'PowerShot G7 X', '196'), (4137, '329f', 'PowerShot SX530 HS', '196'), (4138, '32a0', 'EOS M10', '196'), (4139, '32a6', 'PowerShot SX710 HS', '196'), (4140, '32a7', 'PowerShot SX610 HS', '196'), (4141, '32a8', 'PowerShot G3 X', '196'), (4142, '32aa', 'Powershot ELPH 160 / IXUS 160', '196'), (4143, '32ab', 'PowerShot ELPH 350HS / IXUS 275 HS', '196'), (4144, '32ac', 'PowerShot ELPH 170 IS / IXUS 170', '196'), (4145, '32ad', 'PowerShot SX410 IS', '196'), (4146, '32b1', 'SELPHY CP1200', '196'), (4147, '32b2', 'PowerShot G9 X', '196'), (4148, '32b3', 'PowerShot G5 X', '196'), (4149, '32b4', 'EOS Rebel T6', '196'), (4150, '32bb', 'EOS M5', '196'), (4151, '32bf', 'PowerShot SX420 IS', '196'), (4152, '32c1', 'PowerShot ELPH 180 / IXUS 175', '196'), (4153, '32c2', 'PowerShot SX720 HS', '196'), (4154, '32c5', 'EOS M6', '196'), (4155, '32cc', 'EOS 200D', '196'), (4156, '32d1', 'EOS M100', '196'), (4157, '32d2', 'EOS M50', '196'), (4158, '32d4', 'Powershot ELPH 185 / IXUS 185 / IXY 200', '196'), (4159, '32d5', 'PowerShot SX430 IS', '196'), (4160, '32db', 'SELPHY CP1300', '196'), (4161, '2501', 'Bluetooth Device', '200'), (4162, '0102', 'Coolpix 990', '202'), (4163, '0103', 'Coolpix 880', '202'), (4164, '0104', 'Coolpix 995', '202'), (4165, '0106', 'Coolpix 775', '202'), (4166, '0107', 'Coolpix 5000', '202'), (4167, '0108', 'Coolpix 2500', '202'), (4168, '0109', 'Coolpix 2500 (ptp)', '202'), (4169, '010a', 'Coolpix 4500', '202'), (4170, '010b', 'Coolpix 4500 (ptp)', '202'), (4171, '010d', 'Coolpix 5700 (ptp)', '202'), (4172, '010e', 'Coolpix 4300 (storage)', '202'), (4173, '010f', 'Coolpix 4300 (ptp)', '202'), (4174, '0110', 'Coolpix 3500 (Sierra Mode)', '202'), (4175, '0111', 'Coolpix 3500 (ptp)', '202'), (4176, '0112', 'Coolpix 885 (ptp)', '202'), (4177, '0113', 'Coolpix 5000 (ptp)', '202'), (4178, '0114', 'Coolpix 3100 (storage)', '202'), (4179, '0115', 'Coolpix 3100 (ptp)', '202'), (4180, '0117', 'Coolpix 2100 (ptp)', '202'), (4181, '0119', 'Coolpix 5400 (ptp)', '202'), (4182, '011d', 'Coolpix 3700 (ptp)', '202'), (4183, '0121', 'Coolpix 3200 (ptp)', '202'), (4184, '0122', 'Coolpix 2200 (ptp)', '202'), (4185, '0124', 'Coolpix 8400 (mass storage mode)', '202'), (4186, '0125', 'Coolpix 8400 (ptp)', '202'), (4187, '0126', 'Coolpix 8800', '202'), (4188, '0129', 'Coolpix 4800 (ptp)', '202'), (4189, '012c', 'Coolpix 4100 (storage)', '202'), (4190, '012d', 'Coolpix 4100 (ptp)', '202'), (4191, '012e', 'Coolpix 5600 (ptp)', '202'), (4192, '0130', 'Coolpix 4600 (ptp)', '202'), (4193, '0135', 'Coolpix 5900 (ptp)', '202'), (4194, '0136', 'Coolpix 7900 (storage)', '202'), (4195, '0137', 'Coolpix 7900 (ptp)', '202'), (4196, '013a', 'Coolpix 100 (storage)', '202'), (4197, '013b', 'Coolpix 100 (ptp)', '202'), (4198, '0141', 'Coolpix P2 (storage)', '202'), (4199, '0142', 'Coolpix P2 (ptp)', '202'), (4200, '0163', 'Coolpix P5100 (ptp)', '202'), (4201, '0169', 'Coolpix P50 (ptp)', '202'), (4202, '0202', 'Coolpix SQ (ptp)', '202'), (4203, '0203', 'Coolpix 4200 (mass storage mode)', '202'), (4204, '0204', 'Coolpix 4200 (ptp)', '202'), (4205, '0205', 'Coolpix 5200 (storage)', '202'), (4206, '0206', 'Coolpix 5200 (ptp)', '202'), (4207, '0301', 'Coolpix 2000 (storage)', '202'), (4208, '0302', 'Coolpix 2000 (ptp)', '202'), (4209, '0317', 'Coolpix L20 (ptp)', '202'), (4210, '0402', 'DSC D100 (ptp)', '202'), (4211, '0403', 'D2H (mass storage mode)', '202'), (4212, '0404', 'D2H SLR (ptp)', '202'), (4213, '0405', 'D70 (mass storage mode)', '202'), (4214, '0406', 'DSC D70 (ptp)', '202'), (4215, '0408', 'D2X SLR (ptp)', '202'), (4216, '0409', 'D50 digital camera', '202'), (4217, '040a', 'D50 (ptp)', '202'), (4218, '040c', 'D2Hs', '202'), (4219, '040e', 'DSC D70s (ptp)', '202'), (4220, '040f', 'D200 (mass storage mode)', '202'), (4221, '0410', 'D200 (ptp)', '202'), (4222, '0413', 'D40 (mass storage mode)', '202'), (4223, '041e', 'D60 digital camera (mass storage mode)', '202'), (4224, '0422', 'D700 (ptp)', '202'), (4225, '0423', 'D5000', '202'), (4226, '0424', 'D3000', '202'), (4227, '0425', 'D300S', '202'), (4228, '0428', 'D7000', '202'), (4229, '0429', 'D5100', '202'), (4230, '042a', 'D800 (ptp)', '202'), (4231, '0430', 'D7100', '202'), (4232, '0436', 'D810', '202'), (4233, '043f', 'D5600', '202'), (4234, '0f03', 'PD-10 Wireless Printer Adapter', '202'), (4235, '4000', 'Coolscan LS 40 ED', '202'), (4236, '4001', 'LS 50 ED/Coolscan V ED', '202'), (4237, '4002', 'Super Coolscan LS-5000 ED', '202'), (4238, '3003', 'Rapid Access III Keyboard', '204'), (4239, '3004', 'Media Access Pro Keyboard', '204'), (4240, '300a', 'Rapid Access IIIe Keyboard', '204'), (4241, '3016', 'UltraNav Keyboard Hub', '204'), (4242, '3018', 'UltraNav Keyboard', '204'), (4243, '301a', '2-port low-power hub', '204'), (4244, '301b', 'SK-8815 Keyboard', '204'), (4245, '301c', 'Enhanced Performance Keyboard', '204'), (4246, '3020', 'Enhanced Performance Keyboard', '204'), (4247, '3025', 'NetVista Full Width Keyboard', '204'), (4248, '3100', 'NetVista Mouse', '204'), (4249, '3103', 'ScrollPoint Pro Mouse', '204'), (4250, '3104', 'ScrollPoint Wireless Mouse', '204'), (4251, '3105', 'ScrollPoint Optical (HID)', '204'), (4252, '3107', 'ThinkPad 800dpi Optical Travel Mouse', '204'), (4253, '3108', '800dpi Optical Mouse w/ Scroll Point', '204'), (4254, '3109', 'Optical ScrollPoint Pro Mouse', '204'), (4255, '310b', 'Red Wheel Mouse', '204'), (4256, '310c', 'Wheel Mouse', '204'), (4257, '4427', 'Portable CD ROM', '204'), (4258, '4482', 'Serial Converter', '204'), (4259, '4484', 'SMSC USB20H04 3-Port Hub [ThinkPad X4 UltraBase, Wistron S Note-3 Media Slice]', '204'), (4260, '4485', 'ThinkPad Dock Hub', '204'), (4261, '4524', '40 Character Vacuum Fluorescent Display', '204'), (4262, '4525', 'Double sided CRT', '204'), (4263, '4535', '4610 Suremark Printer', '204'), (4264, '4550', 'NVRAM (128 KB)', '204'), (4265, '4554', 'Cash Drawer', '204'), (4266, '4580', 'Hub w/ NVRAM', '204'), (4267, '4581', '4800-2xx Hub w/ Cash Drawer', '204'), (4268, '4604', 'Keyboard w/ Card Reader', '204'), (4269, '4671', '4820 LCD w/ MSR/KB', '204'), (4270, '0001', 'Mouse', '205'), (4271, '0002', 'CY7C63x0x Thermometer', '205'), (4272, '0033', 'Mouse', '205'), (4273, '0060', 'Wireless optical mouse', '205'), (4274, '00f3', 'FX3 micro-controller (DFU mode)', '205'), (4275, '0100', 'Cino FuzzyScan F760-B', '205'), (4276, '0101', 'Keyboard/Hub', '205'), (4277, '0102', 'Keyboard with APM', '205'), (4278, '0130', 'MyIRC Remote Receiver', '205'), (4279, '0306', 'Telephone Receiver', '205'), (4280, '0407', 'Optical Skype Mouse', '205'), (4281, '0bad', 'MetaGeek Wi-Spy', '205'), (4282, '1002', 'CY7C63001 R100 FM Radio', '205'), (4283, '1006', 'Human Interface Device', '205'), (4284, '2050', 'hub', '205'), (4285, '2830', 'Opera1 DVB-S (cold state)', '205'), (4286, '3813', 'NANO BIOS Programmer', '205'), (4287, '4235', 'Monitor 02 Driver', '205'), (4288, '4381', 'SCAPS USC-1 Scanner Controller', '205'), (4289, '4611', 'Storage Adapter FX2 (CY)', '205'), (4290, '4616', 'Flash Disk (TPP)', '205'), (4291, '4624', 'DS-Xtreme Flash Card', '205'), (4292, '4717', 'West Bridge', '205'), (4293, '5201', 'Combi Keyboard-Hub (Hub)', '205'), (4294, '5202', 'Combi Keyboard-Hub (Keyboard)', '205'), (4295, '5500', 'HID->COM RS232 Adapter', '205'), (4296, '5a9b', 'Dacal CD/DVD Library D-101/DC-300/DC-016RW', '205'), (4297, '6370', 'ViewMate Desktop Mouse CC2201', '205'), (4298, '6502', 'CY4609', '205'), (4299, '6506', 'CY4603', '205'), (4300, '650a', 'CY4613', '205'), (4301, '6560', 'CY7C65640 USB-2.0 "TetraHub"', '205'), (4302, '6570', 'Unprogrammed CY7C65632/34 hub HX2VL', '205'), (4303, '6572', 'Unprogrammed CY7C65642 hub', '205'), (4304, '6830', 'CY7C68300A EZ-USB AT2 USB 2.0 to ATA/ATAPI', '205'), (4305, '6831', 'Storage Adapter ISD-300LP (CY)', '205'), (4306, '7417', 'Wireless PC Lock/Ultra Mouse', '205'), (4307, '8329', 'USB To keyboard/Mouse Converter', '205'), (4308, '8613', 'CY7C68013 EZ-USB FX2 USB 2.0 Development Kit', '205'), (4309, '8614', 'DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)', '205'), (4310, '861f', 'Anysee E30 USB 2.0 DVB-T Receiver', '205'), (4311, 'bca1', 'Barcode Reader', '205'), (4312, 'cc04', 'Centor USB RACIA-ALVAR USB PORT', '205'), (4313, 'cc06', 'Centor-P RACIA-ALVAR USB PORT', '205'), (4314, 'd5d5', 'CY7C63x0x Zoltrix Z-Boxer GamePad', '205'), (4315, 'de61', 'Barcode Reader', '205'), (4316, 'de64', 'Barcode Reader', '205'), (4317, 'f000', 'CY30700 Licorice evaluation board', '205'), (4318, 'f111', 'CY8CKIT-002 PSoC MiniProg3 Rev A Program and debug kit', '205'), (4319, 'f115', 'PSoC FirstTouch Programmer', '205'), (4320, 'f231', 'DELLY Changer 4in1 universal IR remote', '205'), (4321, 'f232', 'Mono embedded computer', '205'), (4322, 'fd10', 'Gembird MSIS-PM', '205'), (4323, 'fd13', 'Energenie EG-PMS', '205'), (4324, 'fd15', 'Energenie EG-PMS2', '205'), (4325, '3064', 'Hantek DSO-3064', '206'), (4326, '0001', 'Stylus Color 740 / Photo 750', '209'), (4327, '0002', 'ISD Smart Cable for Mac', '209'), (4328, '0003', 'ISD Smart Cable', '209'), (4329, '0004', 'Printer', '209'), (4330, '0005', 'Printer', '209'), (4331, '0006', 'Printer', '209'), (4332, '0007', 'Printer', '209'), (4333, '0015', 'Stylus Photo R3000', '209'), (4334, '0101', 'GT-7000U [Perfection 636]', '209'), (4335, '0102', 'GT-2200', '209'), (4336, '0103', 'GT-6600U [Perfection 610]', '209'), (4337, '0104', 'GT-7600UF [Perfection 1200U/1200U Photo]', '209'), (4338, '0105', 'Stylus Scan 2000', '209'), (4339, '0106', 'Stylus Scan 2500', '209'), (4340, '0107', 'ES-2000 [Expression 1600U]', '209'), (4341, '0108', 'CC-700', '209'), (4342, '0109', 'ES-8500 [Expression 1640 XL]', '209'), (4343, '010a', 'GT-8700/GT-8700F [Perfection 1640SU/1640SU PHOTO]', '209'), (4344, '010b', 'GT-7700U [Perfection 1240U]', '209'), (4345, '010c', 'GT-6700U [Perfection 640]', '209'), (4346, '010d', 'CC-500L', '209'), (4347, '010e', 'ES-2200 [Perfection 1680]', '209'), (4348, '010f', 'GT-7200U [Perfection 1250/1250 PHOTO]', '209'), (4349, '0110', 'GT-8200U/GT-8200UF [Perfection 1650/1650 PHOTO]', '209'), (4350, '0112', 'GT-9700F [Perfection 2450 PHOTO]', '209'), (4351, '0114', 'Perfection 660', '209'), (4352, '0116', 'GT-9400UF [Perfection 3170]', '209'), (4353, '0118', 'GT-F600 [Perfection 4180]', '209'), (4354, '0119', 'GT-X750 [Perfection 4490 Photo]', '209'), (4355, '011a', 'CC-550L [1000 ICS]', '209'), (4356, '011b', 'GT-9300UF [Perfection 2400 PHOTO]', '209'), (4357, '011c', 'GT-9800F [Perfection 3200]', '209'), (4358, '011d', 'GT-7300U [Perfection 1260/1260 PHOTO]', '209'), (4359, '011e', 'GT-8300UF [Perfection 1660 PHOTO]', '209'), (4360, '011f', 'GT-8400UF [Perfection 1670/1670 PHOTO]', '209'), (4361, '0120', 'GT-7400U [Perfection 1270]', '209'), (4362, '0121', 'GT-F500/GT-F550 [Perfection 2480/2580 PHOTO]', '209'), (4363, '0122', 'GT-F520/GT-F570 [Perfection 3590 PHOTO]', '209'), (4364, '0126', 'ES-7000H [GT-15000]', '209'), (4365, '0128', 'GT-X700 [Perfection 4870]', '209'), (4366, '0129', 'ES-10000G [Expression 10000XL]', '209'), (4367, '012a', 'GT-X800 [Perfection 4990 PHOTO]', '209'), (4368, '012b', 'ES-H300 [GT-2500]', '209'), (4369, '012c', 'GT-X900 [Perfection V700/V750 Photo]', '209'), (4370, '012d', 'GT-F650 [GT-S600/Perfection V10/V100]', '209'), (4371, '012e', 'GT-F670 [Perfection V200 Photo]', '209'), (4372, '012f', 'GT-F700 [Perfection V350]', '209'), (4373, '0130', 'GT-X770 [Perfection V500]', '209'), (4374, '0131', 'GT-F720 [GT-S620/Perfection V30/V300 Photo]', '209'), (4375, '0133', 'GT-1500 [GT-D1000]', '209'), (4376, '0135', 'GT-X970', '209'), (4377, '0136', 'ES-D400 [GT-S80]', '209'), (4378, '0137', 'ES-D200 [GT-S50]', '209'), (4379, '0138', 'ES-H7200 [GT-20000]', '209'), (4380, '013a', 'GT-X820 [Perfection V600 Photo]', '209'), (4381, '0142', 'GT-F730 [GT-S630/Perfection V33/V330 Photo]', '209'), (4382, '0143', 'GT-S55', '209'), (4383, '0144', 'GT-S85', '209'), (4384, '0151', 'Perfection V800 Photo', '209'), (4385, '0202', 'Interface Card UB-U05 for Thermal Receipt Printers [M129C/TM-T70/TM-T88IV]', '209'), (4386, '0401', 'CP 800 Digital Camera', '209'), (4387, '0402', 'PhotoPC 850z', '209'), (4388, '0403', 'PhotoPC 3000z', '209'), (4389, '0509', 'JVC PIX-MC10', '209'), (4390, '0601', 'Stylus Photo 875DC Card Reader', '209'), (4391, '0602', 'Stylus Photo 895 Card Reader', '209'), (4392, '0801', 'CC-600PX [Stylus CX5200/CX5400/CX6600]', '209'), (4393, '0802', 'CC-570L [Stylus CX3100/CX3200]', '209'), (4394, '0803', 'Printer (Composite Device)', '209'), (4395, '0804', 'Storage Device', '209'), (4396, '0805', 'Stylus CX6300/CX6400', '209'), (4397, '0806', 'PM-A850 [Stylus Photo RX600/610]', '209'), (4398, '0807', 'Stylus Photo RX500/510', '209'), (4399, '0808', 'Stylus CX5200/CX5300/CX5400', '209'), (4400, '0809', 'Storage Device', '209'), (4401, '080a', 'F-3200', '209'), (4402, '080c', 'ME100 [Stylus CX1500]', '209'), (4403, '080d', 'Stylus CX4500/4600', '209'), (4404, '080e', 'PX-A550 [CX-3500/3600/3650 MFP]', '209'), (4405, '080f', 'Stylus Photo RX420/RX425/RX430', '209'), (4406, '0810', 'PM-A900 [Stylus Photo RX700]', '209'), (4407, '0811', 'PM-A870 [Stylus Photo RX620/RX630]', '209'), (4408, '0812', 'MFP Composite Device', '209'), (4409, '0813', 'Stylus CX6500/6600', '209'), (4410, '0814', 'PM-A700', '209'), (4411, '0815', 'LP-A500 [AcuLaser CX1]', '209'), (4412, '0816', 'Printer (Composite Device)', '209'), (4413, '0817', 'LP-M5500/LP-M5500F', '209'), (4414, '0818', 'Stylus CX3700/CX3800/DX3800', '209'), (4415, '0819', 'PX-A650 [Stylus CX4700/CX4800/DX4800/DX4850]', '209'), (4416, '081a', 'PM-A750 [Stylus Photo RX520/RX530]', '209'), (4417, '081b', 'MFP Composite Device', '209'), (4418, '081c', 'PM-A890 [Stylus Photo RX640/RX650]', '209'), (4419, '081d', 'PM-A950', '209'), (4420, '081e', 'MFP Composite Device', '209'), (4421, '081f', 'Stylus CX7700/7800', '209'), (4422, '0820', 'Stylus CX4100/CX4200/DX4200', '209'), (4423, '0821', 'Stylus CX5700F/CX5800F', '209'), (4424, '0822', 'Storage Device', '209'), (4425, '0823', 'MFP Composite Device', '209'), (4426, '0824', 'Storage Device', '209'), (4427, '0825', 'MFP Composite Device', '209'), (4428, '0826', 'Storage Device', '209'), (4429, '0827', 'PM-A820 [Stylus Photo RX560/RX580/RX585/RX590]', '209'), (4430, '0828', 'PM-A970', '209'), (4431, '0829', 'PM-T990', '209'), (4432, '082a', 'PM-A920', '209'), (4433, '082b', 'Stylus CX5900/CX5000/DX5000/DX5050', '209'), (4434, '082c', 'Storage Device', '209'), (4435, '082d', 'Storage Device', '209'), (4436, '082e', 'PX-A720 [Stylus CX5900/CX6000/DX6000]', '209'), (4437, '082f', 'PX-A620 [Stylus CX3900/DX4000/DX4050]', '209'), (4438, '0830', 'ME 200 [Stylus CX2800/CX2900]', '209'), (4439, '0831', 'Stylus CX6900F/CX7000F/DX7000F', '209'), (4440, '0832', 'MFP Composite Device', '209'), (4441, '0833', 'LP-M5600', '209'), (4442, '0834', 'LP-M6000', '209'), (4443, '0835', 'AcuLaser CX21', '209'), (4444, '0836', 'PM-T960', '209'), (4445, '0837', 'PM-A940 [Stylus Photo RX680/RX685/RX690]', '209'), (4446, '0838', 'PX-A640 [CX7300/CX7400/DX7400]', '209'), (4447, '0839', 'PX-A740 [CX8300/CX8400/DX8400]', '209'), (4448, '083a', 'PX-FA700 [CX9300F/CX9400Fax/DX9400F]', '209'), (4449, '083b', 'MFP Composite Device', '209'), (4450, '083c', 'PM-A840S [Stylus Photo RX595/RX610]', '209'), (4451, '083d', 'MFP Composite Device', '209'), (4452, '083e', 'MFP Composite Device', '209'), (4453, '083f', 'Stylus CX4300/CX4400/CX5500/CX5600/DX4400/DX4450', '209'), (4454, '0841', 'PX-401A [ME 300/Stylus NX100]', '209'), (4455, '0843', 'LP-M5000', '209'), (4456, '0844', 'EP-901A/EP-901F [Artisan 800/Stylus Photo PX800FW]', '209'), (4457, '0846', 'EP-801A [Artisan 700/Stylus Photo PX700W/TX700W]', '209'), (4458, '0847', 'PX-601F [ME Office 700FW/Stylus Office BX600FW/TX600FW]', '209'), (4459, '0848', 'ME Office 600F/Stylus Office BX300F/TX300F', '209'), (4460, '0849', 'Stylus SX205', '209'), (4461, '084a', 'PX-501A [Stylus NX400]', '209'), (4462, '084d', 'PX-402A [Stylus SX115/Stylus NX110 Series]', '209'), (4463, '084f', 'Multifunctional Printer Scanner [ME Office 510 / Epson Stylus SX215]', '209'), (4464, '0850', 'EP-702A [Stylus Photo PX650/TX650 Series]', '209'), (4465, '0851', 'Stylus SX410', '209'), (4466, '0852', 'EP-802A [Artisan 710 Series/Stylus Photo PX710W/TX720W Series]', '209'), (4467, '0853', 'EP-902A [Artisan 810 Series/Stylus Photo PX810FW Series]', '209'), (4468, '0854', 'ME OFFICE 650FN Series/Stylus Office BX310FN/TX520FN Series', '209'), (4469, '0855', 'PX-602F [Stylus Office BX610FW/TX620FW Series]', '209'), (4470, '0856', 'PX-502A [Stylus SX515W]', '209'), (4471, '085c', 'ME 320/330 Series [Stylus SX125]', '209'), (4472, '085d', 'PX-603F [ME OFFICE 960FWD Series/Stylus Office BX625FWD/TX620FWD Series]', '209'), (4473, '085e', 'PX-503A [ME OFFICE 900WD Series/Stylus Office BX525WD]', '209'), (4474, '085f', 'Stylus Office BX320FW/TX525FW Series', '209'), (4475, '0860', 'EP-903A/EP-903F [Artisan 835/Stylus Photo PX820FWD Series]', '209'), (4476, '0861', 'EP-803A/EP-803AW [Artisan 725/Stylus Photo PX720WD/TX720WD Series]', '209'), (4477, '0862', 'EP-703A [Stylus Photo PX660 Series]', '209'), (4478, '0863', 'ME OFFICE 620F Series/Stylus Office BX305F/BX305FW/TX320F', '209'), (4479, '0864', 'ME OFFICE 560W Series', '209'), (4480, '0865', 'ME OFFICE 520 Series', '209'), (4481, '0866', 'AcuLaser MX20DN/MX20DNF/MX21DNF', '209'), (4482, '0869', 'PX-1600F', '209'), (4483, '086a', 'PX-673F [Stylus Office BX925FWD]', '209'), (4484, '0870', 'Stylus Office BX305FW Plus', '209'), (4485, '0871', 'K200 Series', '209'), (4486, '0872', 'K300 Series', '209'), (4487, '0873', 'L200 Series', '209'), (4488, '0878', 'EP-704A', '209'), (4489, '0879', 'EP-904A/EP-904F [Artisan 837/Stylus Photo PX830FWD Series]', '209'), (4490, '087b', 'EP-804A/EP-804AR/EP-804AW [Stylus Photo PX730WD/Artisan 730 Series]', '209'), (4491, '087c', 'PX-1700F', '209'), (4492, '087d', 'PX-B750F/WP-4525 Series', '209'), (4493, '087f', 'PX-403A', '209'), (4494, '0880', 'PX-434A [Stylus NX330 Series]', '209'), (4495, '0881', 'PX-404A [ME OFFICE 535]', '209'), (4496, '0883', 'ME 340 Series/Stylus NX130 Series', '209'), (4497, '0884', 'Stylus NX430W Series', '209'), (4498, '0885', 'Stylus NX230/SX235W Series', '209'), (4499, '088f', 'Stylus Office BX635FWD', '209'), (4500, '0890', 'ME OFFICE 940FW Series/Stylus Office BX630FW Series', '209'), (4501, '0891', 'Stylus Office BX535WD', '209'), (4502, '0892', 'Stylus Office BX935FWD', '209'), (4503, '0893', 'EP-774A', '209'), (4504, '0e03', 'Thermal Receipt Printer [TM-T20]', '209'), (4505, '1114', 'XP-440 [Expression Home Small-in-One Printer]', '209'), (4506, '1129', 'ET-4750 [WorkForce ET-4750 EcoTank All-in-One]', '209'), (4507, '0300', 'SafeNet USB SuperPro/UltraPro', '210'), (4508, '1000', 'iKey 1000 Token', '210'), (4509, '1001', 'iKey 1200 Token', '210'), (4510, '1002', 'iKey Token', '210'), (4511, '1003', 'iKey Token', '210'), (4512, '1004', 'iKey Token', '210'), (4513, '1005', 'iKey Token', '210'), (4514, '1006', 'iKey Token', '210'), (4515, '1200', 'iKey 2000 Token', '210'), (4516, '1201', 'iKey Token', '210'), (4517, '1202', 'iKey 2032 Token', '210'), (4518, '1203', 'iKey Token', '210'), (4519, '1204', 'iKey Token', '210'), (4520, '1205', 'iKey Token', '210'), (4521, '1206', 'iKey 4000 Token', '210'), (4522, '1300', 'iKey 3000 Token', '210'), (4523, '1301', 'iKey 3000', '210'), (4524, '1302', 'iKey Token', '210'), (4525, '1303', 'iKey Token', '210'), (4526, '1304', 'iKey Token', '210'), (4527, '1305', 'iKey Token', '210'), (4528, '1306', 'iKey Token', '210'), (4529, '8000', 'SafeNet Sentinel Hardware Key', '210'), (4530, '0101', 'USB2-IDE/ATAPI Bridge Adapter', '212'), (4531, '014a', 'HDCL-UT', '212'), (4532, '0201', 'USB2-IDE/ATAPI Bridge Adapter', '212'), (4533, '0204', 'DVD Multi-plus unit iU-CD2', '212'), (4534, '0206', 'DVD Multi-plus unit DVR-UEH8', '212'), (4535, '0301', 'Storage Device', '212'), (4536, '0314', 'USB-SSMRW SD-card', '212'), (4537, '0319', 'USB2-IDE/ATAPI Bridge Adapter', '212'), (4538, '031a', 'USB2-IDE/ATAPI Bridge Adapter', '212'), (4539, '031b', 'USB2-IDE/ATAPI Bridge Adapter', '212'), (4540, '031e', 'USB-SDRW SD-card', '212'), (4541, '0502', 'Nogatech Live! (BT)', '212'), (4542, '0528', 'GV-USB Video Capture', '212'), (4543, '0901', 'USB ETT', '212'), (4544, '0904', 'ET/TX Ethernet [pegasus]', '212'), (4545, '0913', 'ET/TX-S Ethernet [pegasus2]', '212'), (4546, '0919', 'USB WN-B11', '212'), (4547, '0922', 'IOData AirPort WN-B11/USBS 802.11b', '212'), (4548, '0930', 'ETG-US2', '212'), (4549, '0937', 'WN-WAG/USL Wireless LAN Adapter', '212'), (4550, '0938', 'WN-G54/USL Wireless LAN Adapter', '212'), (4551, '093b', 'WN-GDN/USB', '212'), (4552, '093f', 'WNGDNUS2 802.11n', '212'), (4553, '0944', 'WHG-AGDN/US Wireless LAN Adapter', '212'), (4554, '0945', 'WN-GDN/US3 Wireless LAN Adapter', '212'), (4555, '0947', 'WN-G150U Wireless LAN Adapter', '212'), (4556, '0948', 'WN-G300U Wireless LAN Adapter', '212'), (4557, '0a03', 'Serial USB-RSAQ1', '212'), (4558, '0a07', 'USB2-iCN Adapter', '212'), (4559, '0a08', 'USB2-iCN Adapter', '212'), (4560, '0c01', 'FM-10 Pro Disk', '212'), (4561, '0100', 'MediaReader CF', '215'), (4562, '0115', 'USB-PDC Adapter UPA9664', '215'), (4563, '0116', 'USB-cdmaOne Adapter UCA1464', '215'), (4564, '0117', 'USB-PHS Adapter UHA6400', '215'), (4565, '0118', 'USB-PHS Adapter UPA6400', '215'), (4566, '0135', 'MediaReader Dual', '215'), (4567, '0202', '73S1121F Smart Card Reader-', '215'), (4568, '0309', 'Bluetooth USB dongle', '215'), (4569, '030a', 'IBM Bluetooth Ultraport Module', '215'), (4570, '030b', 'Bluetooth Device', '215'), (4571, '030c', 'Ultraport Bluetooth Device', '215'), (4572, '0310', 'Integrated Bluetooth', '215'), (4573, '0311', 'Integrated Bluetooth Device', '215'), (4574, '0317', 'Bluetooth UltraPort Module from IBM', '215'), (4575, '0318', 'IBM Integrated Bluetooth', '215'), (4576, '0319', 'Bluetooth Adapter', '215'), (4577, '0320', 'Bluetooth Adapter', '215'), (4578, '0321', 'Bluetooth Device', '215'), (4579, '0a28', 'INDI AV-IN Device', '215'), (4580, '0020', '56K Voice Pro', '216'), (4581, '0022', '56K Voice Pro', '216'), (4582, '007e', 'ISDN TA', '216'), (4583, '0082', 'OfficeConnect Analog Modem', '216'), (4584, '008f', 'Pro ISDN TA', '216'), (4585, '0097', 'OfficeConnect Analog', '216'), (4586, '009d', 'HomeConnect Webcam [vicam]', '216'), (4587, '00a9', 'ISDN Pro TA-U', '216'), (4588, '00b9', 'HomeConnect IDSL Modem', '216'), (4589, '3021', '56k Voice FaxModem Pro', '216'), (4590, '1102', 'Mouse', '218'), (4591, '2102', 'Mouse', '218'), (4592, '1029', 'fi-4010c Scanner', '220'), (4593, '1033', 'fi-4110CU', '220'), (4594, '1041', 'fi-4120c Scanner', '220'), (4595, '1042', 'fi-4220c Scanner', '220'), (4596, '105b', 'AH-F401U Air H device', '220'), (4597, '1084', 'PalmSecure Sensor V2', '220'), (4598, '1096', 'fi-5110EOX', '220'), (4599, '1097', 'fi-5110C', '220'), (4600, '10ae', 'fi-4120C2', '220'), (4601, '10af', 'fi-4220C2', '220'), (4602, '10c7', 'fi-60f scanner', '220'), (4603, '10e0', 'fi-5120c Scanner', '220'), (4604, '10e1', 'fi-5220C', '220'), (4605, '10e7', 'fi-5900C', '220'), (4606, '10fe', 'S500', '220'), (4607, '1104', 'KD02906 Line Thermal Printer', '220'), (4608, '114f', 'fi-6130', '220'), (4609, '1150', 'fi-6230', '220'), (4610, '11f3', 'fi-6130Z', '220'), (4611, '125a', 'PalmSecure Sensor Device - MP', '220'), (4612, '132e', 'fi-7160', '220'), (4613, '200f', 'Sigma DP2 (Mass Storage)', '220'), (4614, '2010', 'Sigma DP2 (PictBridge)', '220'), (4615, '201d', 'SATA 3.0 6Gbit/s Adaptor [GROOVY]', '220'), (4616, '0720', 'Digital Color Camera', '223'), (4617, '0721', 'e-miniD Camera', '223'), (4618, '0722', 'e-mini', '223'), (4619, '0723', 'KD-200Z Camera', '223'), (4620, '0726', 'KD-310Z Camera', '223'), (4621, '0728', 'Revio C2 Mass Storage Device', '223'), (4622, '0729', 'Revio C2 Digital Camera', '223'), (4623, '072c', 'Revio KD20M', '223'), (4624, '072d', 'Revio KD410Z', '223'), (4625, '0020', 'USB Keyboard', '224'), (4626, '004b', 'Keyboard', '224'), (4627, '004f', 'SK-9020 keyboard', '224'), (4628, '008a', 'Acer Wired Mouse Model SM-9023', '224'), (4629, '1766', 'HID Monitor Controls', '224'), (4630, '2004', 'Bluetooth 4.0 [Broadcom BCM20702A0]', '224'), (4631, '2006', 'Broadcom BCM43142A0 Bluetooth Device', '224'), (4632, '2007', 'Broadcom BCM43142A0 Bluetooth Device', '224'), (4633, '3005', 'Atheros Bluetooth', '224'), (4634, '300b', 'Atheros AR3012 Bluetooth', '224'), (4635, '300d', 'Atheros AR3012 Bluetooth', '224'), (4636, '300f', 'Atheros AR3012 Bluetooth', '224'), (4637, '3014', 'Qualcomm Atheros Bluetooth', '224'), (4638, '3015', 'Qualcomm Atheros QCA9377 Bluetooth', '224'), (4639, '7022', 'HP HD Webcam', '224'), (4640, '7025', 'HP HD Webcam', '224'), (4641, '7046', 'TOSHIBA Web Camera - HD', '224'), (4642, '9304', 'Hub', '224'), (4643, 'f01c', 'TT1280DA DVB-T TV Tuner', '224'), (4644, '0100', 'FinePix 30i/40i/50i, A101/201, 1300/2200, 1400/2400/2600/2800/4500/4700/4800/4900/6800/6900 Zoom', '225'), (4645, '0103', 'FinePix NX-500/NX-700 printer', '225'), (4646, '0104', 'FinePix A101, 2600/2800/4800/6800 Zoom (PC CAM)', '225'), (4647, '0108', 'FinePix F601 Zoom (DSC)', '225'), (4648, '0109', 'FinePix F601 Zoom (PC CAM)', '225'), (4649, '010a', 'FinePix S602 (Pro) Zoom (DSC)', '225'), (4650, '010b', 'FinePix S602 (Pro) Zoom (PC CAM)', '225'), (4651, '010d', 'FinePix S2 pro', '225'), (4652, '010e', 'FinePix F402 Zoom (DSC)', '225'), (4653, '010f', 'FinePix F402 Zoom (PC CAM)', '225'), (4654, '0110', 'FinePix M603 Zoom (DSC)', '225'), (4655, '0111', 'FinePix M603 Zoom (PC CAM)', '225'), (4656, '0112', 'FinePix A202, A200 Zoom (DSC)', '225'), (4657, '0113', 'FinePix A202, A200 Zoom (PC CAM)', '225'), (4658, '0114', 'FinePix F401 Zoom (DSC)', '225'), (4659, '0115', 'FinePix F401 Zoom (PC CAM)', '225'), (4660, '0116', 'FinePix A203 Zoom (DSC)', '225'), (4661, '0117', 'FinePix A203 Zoom (PC CAM)', '225'), (4662, '0118', 'FinePix A303 Zoom (DSC)', '225'), (4663, '0119', 'FinePix A303 Zoom (PC CAM)', '225'), (4664, '011a', 'FinePix S304/3800 Zoom (DSC)', '225'), (4665, '011b', 'FinePix S304/3800 Zoom (PC CAM)', '225'), (4666, '011c', 'FinePix A204/2650 Zoom (DSC)', '225'), (4667, '011d', 'FinePix A204/2650 Zoom (PC CAM)', '225'), (4668, '0120', 'FinePix F700 Zoom (DSC)', '225'), (4669, '0121', 'FinePix F700 Zoom (PC CAM)', '225'), (4670, '0122', 'FinePix F410 Zoom (DSC)', '225'), (4671, '0123', 'FinePix F410 Zoom (PC CAM)', '225'), (4672, '0124', 'FinePix A310 Zoom (DSC)', '225'), (4673, '0125', 'FinePix A310 Zoom (PC CAM)', '225'), (4674, '0126', 'FinePix A210 Zoom (DSC)', '225'), (4675, '0127', 'FinePix A210 Zoom (PC CAM)', '225'), (4676, '0128', 'FinePix A205(S) Zoom (DSC)', '225'), (4677, '0129', 'FinePix A205(S) Zoom (PC CAM)', '225'), (4678, '012a', 'FinePix F610 Zoom (DSC)', '225'), (4679, '012b', 'FinePix Digital Camera 030513', '225'), (4680, '012c', 'FinePix S7000 Zoom (DSC)', '225'), (4681, '012d', 'FinePix S7000 Zoom (PC CAM)', '225'), (4682, '012f', 'FinePix Digital Camera 030731', '225'), (4683, '0130', 'FinePix S5000 Zoom (DSC)', '225'), (4684, '0131', 'FinePix S5000 Zoom (PC CAM)', '225'), (4685, '013b', 'FinePix Digital Camera 030722', '225'), (4686, '013c', 'FinePix S3000 Zoom (DSC)', '225'), (4687, '013d', 'FinePix S3000 Zoom (PC CAM)', '225'), (4688, '013e', 'FinePix F420 Zoom (DSC)', '225'), (4689, '013f', 'FinePix F420 Zoom (PC CAM)', '225'), (4690, '0142', 'FinePix S7000 Zoom (PTP)', '225'), (4691, '0148', 'FinePix A330 Zoom (DSC)', '225'), (4692, '0149', 'FinePix A330 Zoom (UVC)', '225'), (4693, '014a', 'FinePix A330 Zoom (PTP)', '225'), (4694, '014b', 'FinePix A340 Zoom (DSC)', '225'), (4695, '014c', 'FinePix A340 Zoom (UVC)', '225'), (4696, '0159', 'FinePix F710 Zoom (DSC)', '225'), (4697, '0165', 'FinePix S3500 Zoom (DSC)', '225'), (4698, '0168', 'FinePix E500 Zoom (DSC)', '225'), (4699, '0169', 'FinePix E500 Zoom (UVC)', '225'), (4700, '016b', 'FinePix E510 Zoom (DSC)', '225'), (4701, '016c', 'FinePix E510 Zoom (PC CAM)', '225'), (4702, '016e', 'FinePix S5500 Zoom (DSC)', '225'), (4703, '016f', 'FinePix S5500 Zoom (UVC)', '225'), (4704, '0171', 'FinePix E550 Zoom (DSC)', '225'), (4705, '0172', 'FinePix E550 Zoom (UVC)', '225'), (4706, '0177', 'FinePix F10 (DSC)', '225'), (4707, '0179', 'Finepix F10 (PTP)', '225'), (4708, '0186', 'FinePix S5200/S5600 Zoom (DSC)', '225'), (4709, '0188', 'FinePix S5200/S5600 Zoom (PTP)', '225'), (4710, '018e', 'FinePix S9500 Zoom (DSC)', '225'), (4711, '018f', 'FinePix S9500 Zoom (PTP)', '225'), (4712, '0192', 'FinePix E900 Zoom (DSC)', '225'), (4713, '0193', 'FinePix E900 Zoom (PTP)', '225'), (4714, '019b', 'FinePix F30 (PTP)', '225'), (4715, '01af', 'FinePix A700 (PTP)', '225'), (4716, '01bf', 'FinePix F6000fd/S6500fd Zoom (PTP)', '225'), (4717, '01c0', 'FinePix F20 (PTP)', '225'), (4718, '01c1', 'FinePix F31fd (PTP)', '225'), (4719, '01c3', 'FinePix S5 Pro', '225'), (4720, '01c4', 'FinePix S5700 Zoom (PTP)', '225'), (4721, '01c5', 'FinePix F40fd (PTP)', '225'), (4722, '01c6', 'FinePix A820 Zoom (PTP)', '225'), (4723, '01d2', 'FinePix A800 Zoom (PTP)', '225'), (4724, '01d3', 'FinePix A920 (PTP)', '225'), (4725, '01d4', 'FinePix F50fd (PTP)', '225'), (4726, '01d5', 'FinePix F47 (PTP)', '225'), (4727, '01f7', 'FinePix J250 (PTP)', '225'), (4728, '01fd', 'A160', '225'), (4729, '023e', 'FinePix AX300', '225'), (4730, '0240', 'FinePix S2950 Digital Camera', '225'), (4731, '0241', 'FinePix S3200 Digital Camera', '225'), (4732, '0278', 'FinePix JV300', '225'), (4733, '02c5', 'FinePix S9900W Digital Camera (PTP)', '225'), (4734, '5006', 'ASK-300', '225'), (4735, '1122', 'Hub', '226'), (4736, '1520', 'USB 2.0 Hub (Avocent KVM)', '226'), (4737, '1521', 'USB 2.0 Hub', '226'), (4738, '1a62', 'GW Instek GSP-830 Spectrum Analyzer (HID)', '226'), (4739, '2323', 'Ux500 serial debug port', '226'), (4740, '2533', 'NFC device (PN533)', '226'), (4741, '8116', 'Camera', '226'), (4742, '0002', 'SL11R-IDE IDE Bridge', '228'), (4743, '0100', 'USB2PRN Printer Class', '228'), (4744, '0300', 'Phantom 336CX - C3 scanner', '228'), (4745, '04ce', 'SL11DEMO, VID: 0x4ce, PID: 0x4ce', '228'), (4746, '07d1', 'SL11R, VID: 0x4ce, PID: 0x07D1', '228'), (4747, '0022', 'OCZ Alchemy Series Elixir II Keyboard', '229'), (4748, '0800', 'MTP800 Mass Storage Device', '229'), (4749, '8810', 'CS8810 Mass Storage Device', '229'), (4750, '8811', 'CS8811 Mass Storage Device', '229'), (4751, '8813', 'CS8813 Mass Storage Device', '229'), (4752, '8818', 'USB2.0 to ATAPI Bridge Controller', '229'), (4753, '8819', 'USB 2.0 SD/MMC Reader', '229'), (4754, '9920', 'CS8819A2-114 Mass Storage Device', '229'), (4755, '0070', 'ADA70 Speakers', '232'), (4756, '0305', 'Non-Compliant Audio Device', '232'), (4757, '0311', 'ADA-310 Speakers', '232'), (4758, '2060', 'Claritel-i750 - vp', '232'), (4759, 'ff05', 'ADA-305 Speakers', '232'), (4760, 'ff47', 'Lansing HID Audio Controls', '232'), (4761, 'ff49', 'Lansing HID Audio Controls', '232'), (4762, '1be4', 'Bluetooth Device', '237'), (4763, '0002', 'PicoLCD 20x2', '238'), (4764, '0003', 'PICkit 2 Microcontroller Programmer', '238'), (4765, '000a', 'CDC RS-232 Emulation Demo', '238'), (4766, '000b', 'PIC18F2550 (32K Flashable 10 Channel, 10 Bit A/D USB Microcontroller)', '238'), (4767, '0032', 'PICkit1', '238'), (4768, '0033', 'PICkit2', '238'), (4769, '0036', 'PICkit Serial Analyzer', '238'), (4770, '00e0', 'PIC32 Starter Board', '238'), (4771, '04cd', '28Cxxx EEPROM Programmer', '238'), (4772, '0a04', 'AGP LIN Serial Analyzer', '238'), (4773, '8000', 'In-Circuit Debugger', '238'), (4774, '8001', 'ICD2 in-circuit debugger', '238'), (4775, '8101', 'PIC24F Starter Kit', '238'), (4776, '8107', 'Microstick II', '238'), (4777, '8108', 'ChipKit Pro MX7 (PIC32MX)', '238'), (4778, '9004', 'Microchip REAL ICE', '238'), (4779, '9009', 'ICD3', '238'), (4780, '900a', 'PICkit3', '238'), (4781, '9012', 'PICkit4', '238'), (4782, '9015', 'ICD 4 In-Circuit Debugger', '238'), (4783, 'c001', 'PicoLCD 20x4', '238'), (4784, 'e11c', 'TL866CS EEPROM Programmer [MiniPRO]', '238'), (4785, 'ed16', 'BeamiRC 2.0 CNC remote controller analoge', '238'), (4786, 'edb4', 'micro PLC (ATSAMD51G19A) [Black Brix ECU II]', '238'), (4787, 'edb5', 'ATMEGA32U4 [Black Brix ECU]', '238'), (4788, 'f2c4', 'Macareux-labs Hygrometry Temperature Sensor', '238'), (4789, 'f2f7', 'Yepkit YKUSH', '238'), (4790, 'f3aa', 'Macareux-labs Usbce Bootloader mode', '238'), (4791, 'f437', 'SBE Tech Ultrasonic Anemometer', '238'), (4792, 'f4b5', 'SmartScope', '238'), (4793, 'f5fe', 'TrueRNG', '238'), (4794, 'f8da', 'Hughski Ltd. ColorHug', '238'), (4795, 'f8e8', 'Harmony 300/350 Remote', '238'), (4796, 'f91c', 'SPROG IIv3', '238'), (4797, 'faff', 'Dangerous Prototypes BusPirate v4 Bootloader mode', '238'), (4798, 'fb00', 'Dangerous Prototypes BusPirate v4', '238'), (4799, 'fbb2', 'GCUSB-nStep stepper motor controller', '238'), (4800, 'fbba', 'DiscFerret Magnetic Disc Analyser (bootloader mode)', '238'), (4801, 'fbbb', 'DiscFerret Magnetic Disc Analyser (active mode)', '238'), (4802, 'fc1e', 'Bachrus Speedometer Interface', '238'), (4803, 'fc92', 'Open Bench Logic Sniffer', '238'), (4804, 'ffee', 'Devantech USB-ISS', '238'), (4805, 'ffef', 'PICoPLC [APStech]', '238'), (4806, '0006', 'Wired Keyboard (78/79 key) [RPI Wired Keyboard 5]', '239'), (4807, '0022', 'Portable Keyboard', '239'), (4808, '0348', 'Keyboard', '239'), (4809, '048e', 'Optical Mouse', '239'), (4810, '0499', 'Optical Mouse', '239'), (4811, '1135', 'Mouse [MGK-15BU/MLK-15BU]', '239'), (4812, '1203', 'Keyboard', '239'), (4813, '1400', 'PS/2 keyboard + mouse controller', '239'), (4814, '1503', 'Keyboard', '239'), (4815, '1603', 'Keyboard', '239'), (4816, '1702', 'Keyboard LKS02', '239'), (4817, '1818', 'Keyboard [Diatec Filco Majestouch 2]', '239'), (4818, '2011', 'Keyboard [Diatec Filco Majestouch 1]', '239'), (4819, '2013', 'Keyboard [Das Keyboard]', '239'), (4820, '2206', 'Fujitsu Siemens Mouse Esprimo Q', '239'), (4821, '2221', 'Keyboard', '239'), (4822, '2323', 'Keyboard', '239'), (4823, '2519', 'Shenzhen LogoTech 2.4GHz receiver', '239'), (4824, '2832', 'HT82A832R Audio MCU', '239'), (4825, '2834', 'HT82A834R Audio MCU', '239'), (4826, '4545', 'Keyboard [Diatec Majestouch 2 Tenkeyless]', '239'), (4827, 'a01c', 'wireless multimedia keyboard with trackball [Trust ADURA 17911]', '239'), (4828, 'a050', 'Chatman V1', '239'), (4829, 'a052', 'USB-zyTemp', '239'), (4830, 'a055', 'Keyboard', '239'), (4831, 'a075', 'Optical Gaming Mouse', '239'), (4832, 'a096', 'Keyboard', '239'), (4833, 'a09f', 'E-Signal LUOM G10 Mechanical Gaming Mouse', '239'), (4834, 'a100', 'Mouse [HV-MS735]', '239'), (4835, 'a11b', 'Mouse [MX-3200]', '239'), (4836, 'a29f', 'Microarray fingerprint reader', '239'), (4837, 'b534', 'LGT8F328P Microprocessor', '239'), (4838, 'e002', 'MCU', '239'), (4839, '0901', 'LS-120 Camera', '240'), (4840, '0912', 'SDR-S10', '240'), (4841, '0b01', 'CD-R/RW Drive', '240'), (4842, '0b03', 'SuperDisk 240MB', '240'), (4843, '0d01', 'CD-R Drive KXL-840AN', '240'), (4844, '0d09', 'CD-R Drive KXL-RW32AN', '240'), (4845, '0d0a', 'CD-R Drive KXL-CB20AN', '240'), (4846, '0d0d', 'CDRCB03', '240'), (4847, '0d0e', 'DVD-ROM & CD-R/RW', '240'), (4848, '0d14', 'DVD-RAM MLT08', '240'), (4849, '0f07', 'KX-MB2030 Multifunction Laser Printer', '240'), (4850, '0f40', 'Printer', '240'), (4851, '104d', 'Elite Panaboard UB-T880 (HID)', '240'), (4852, '104e', 'Elite Panaboard Pen Adaptor (HID)', '240'), (4853, '1500', 'MFSUSB Driver', '240'), (4854, '1800', 'DY-WL10 802.11abgn Adapter [Broadcom BCM4323]', '240'), (4855, '1b00', 'MultiMediaCard', '240'), (4856, '2121', 'EB-VS6', '240'), (4857, '2316', 'DVC Mass Storage Device', '240'), (4858, '2317', 'DVC USB-SERIAL Driver for WinXP', '240'), (4859, '2318', 'NV-GS11/230/250 (webcam mode)', '240'), (4860, '2319', 'NV-GS15 (webcam mode)', '240'), (4861, '231a', 'NV-GS11/230/250 (DV mode)', '240'), (4862, '231d', 'DVC Web Camera Device', '240'), (4863, '231e', 'DVC DV Stream Device', '240'), (4864, '2372', 'Lumix Camera (Storage mode)', '240'), (4865, '2374', 'Lumix Camera (PTP mode)', '240'), (4866, '2451', 'HDC-SD9', '240'), (4867, '245b', 'HC-X920K (3MOS Full HD video camcorder)', '240'), (4868, '2477', 'SDR-H85 Camcorder (PC mode)', '240'), (4869, '2478', 'SDR-H85 Camcorder (recorder mode - SD card)', '240'), (4870, '2479', 'SDR-H85 Camcorder (recorder mode - HDD)', '240'), (4871, '2497', 'HDC-TM700', '240'), (4872, '250c', 'Gobi Wireless Modem (QDL mode)', '240'), (4873, '250d', 'Gobi Wireless Modem', '240'), (4874, '3904', 'N5HBZ0000055 802.11abgn Wireless Adapter [Atheros AR7010+AR9280]', '240'), (4875, '3908', 'N5HBZ0000062 802.11abgn Wireless Adapter [Atheros AR9374v1.1]', '240'), (4876, '3c04', 'JT-P100MR-20 [ePassport Reader]', '240'), (4877, '13a6', 'MFC2000', '243'), (4878, '6006', 'AL-1216', '243'), (4879, '6007', 'AL-1045', '243'), (4880, '6008', 'AL-1255', '243'), (4881, '6009', 'AL-1530CS', '243'), (4882, '600a', 'AL-1540CS', '243'), (4883, '600b', 'AL-1456', '243'), (4884, '600c', 'AL-1555', '243'), (4885, '600d', 'AL-1225', '243'), (4886, '600e', 'AL-1551CS', '243'), (4887, '600f', 'AR-122E', '243'), (4888, '6010', 'AR-152E', '243'), (4889, '6011', 'AR-157E', '243'), (4890, '6012', 'SN-1045', '243'), (4891, '6013', 'SN-1255', '243'), (4892, '6014', 'SN-1456', '243'), (4893, '6015', 'SN-1555', '243'), (4894, '6016', 'AR-153E', '243'), (4895, '6017', 'AR-122E N', '243'), (4896, '6018', 'AR-153E N', '243'), (4897, '6019', 'AR-152E N', '243'), (4898, '601a', 'AR-157E N', '243'), (4899, '601b', 'AL-1217', '243'), (4900, '601c', 'AL-1226', '243'), (4901, '601d', 'AR-123E', '243'), (4902, '6021', 'IS01', '243'), (4903, '7002', 'DVC Ver.1.0', '243'), (4904, '7004', 'VE-CG40U Digital Still Camera', '243'), (4905, '7005', 'VE-CG30 Digital Still Camera', '243'), (4906, '7007', 'VL-Z7S Digital Camcorder', '243'), (4907, '8004', 'Zaurus SL-5000D/SL-5500 PDA', '243'), (4908, '8005', 'Zaurus A-300', '243'), (4909, '8006', 'Zaurus SL-B500/SL-5600 PDA', '243'), (4910, '8007', 'Zaurus C-700 PDA', '243'), (4911, '9009', 'AR-M160', '243'), (4912, '9014', 'IM-DR80 Portable NetMD Player', '243'), (4913, '9031', 'Zaurus C-750/C-760/C-860/SL-C3000 PDA', '243'), (4914, '9032', 'Zaurus SL-6000', '243'), (4915, '903a', 'GSM GPRS', '243'), (4916, '9050', 'Zaurus C-860 PDA', '243'), (4917, '9056', 'Viewcam Z', '243'), (4918, '9073', 'AM-900', '243'), (4919, '9074', 'GSM GPRS', '243'), (4920, '90a9', 'Sharp Composite', '243'), (4921, '90d0', 'USB-to-Serial Comm. Port', '243'), (4922, '90f2', 'Sharp 3G GSM USB Control', '243'), (4923, '9120', 'WS004SH', '243'), (4924, '9122', 'WS007SH', '243'), (4925, '9123', 'W-ZERO3 ES Smartphone', '243'), (4926, '91a3', '922SH Internet Machine', '243'), (4927, '939a', 'IS03', '243'), (4928, '0201', 'Monitor Hub', '246'), (4929, '1410', 'XR21V1410 USB-UART IC', '247'), (4930, '0001', 'E-USB ATA Bridge', '251'), (4931, '0002', 'eUSCSI SCSI Bridge', '251'), (4932, '0003', 'eUSB SmartMedia Card Reader', '251'), (4933, '0005', 'eUSB SmartMedia/CompactFlash Card Reader', '251'), (4934, '0006', 'eUSB SmartMedia Card Reader', '251'), (4935, '0007', 'Hifd', '251'), (4936, '0009', 'eUSB ATA/ATAPI Adapter', '251'), (4937, '000a', 'eUSB CompactFlash Adapter', '251'), (4938, '000b', 'eUSCSI Bridge', '251'), (4939, '000c', 'eUSCSI Bridge', '251'), (4940, '000d', 'Dazzle MS', '251'), (4941, '0012', 'Dazzle SD/MMC', '251'), (4942, '0101', 'eUSB ATA Bridge (Sony Spressa USB CDRW)', '251'), (4943, '0311', 'Dazzle DM-CF', '251'), (4944, '0312', 'Dazzle DM-SD/MMC', '251'), (4945, '0313', 'Dazzle SM', '251'), (4946, '0314', 'Dazzle MS', '251'), (4947, '0322', 'e-Film Reader-5', '251'), (4948, '0325', 'eUSB ORCA Quad Reader', '251'), (4949, '0327', 'Digital Media Reader', '251'), (4950, '03fe', 'DMHS2 DFU Adapter', '251'), (4951, '0406', 'eUSB SmartDM Reader', '251'), (4952, '04e6', 'eUSB DFU Adapter', '251'), (4953, '04e7', 'STCII DFU Adapter', '251'), (4954, '04e8', 'eUSBDM DFU Adapter', '251'), (4955, '04e9', 'DM-E DFU Adapter', '251'), (4956, '0500', 'Veridicom 5thSense Fingerprint Sensor and eUSB SmartCard', '251'), (4957, '0701', 'DCS200 Loader Device', '251'), (4958, '0702', 'DVD Creation Station 200', '251'), (4959, '0703', 'DVC100 Loader Device', '251'), (4960, '0704', 'Digital Video Creator 100', '251'), (4961, '1001', 'SCR300 Smart Card Reader', '251'), (4962, '1010', 'USBAT-2 CompactFlash Card Reader', '251'), (4963, '1014', 'e-Film Reader-3', '251'), (4964, '1020', 'USBAT ATA/ATAPI Adapter', '251'), (4965, '2007', 'RSA SecurID ComboReader', '251'), (4966, '2009', 'Citibank Smart Card Reader', '251'), (4967, '200a', 'Reflex v.2 Smart Card Reader', '251'), (4968, '200d', 'STR391 Reader', '251'), (4969, '5111', 'SCR331-DI SmartCard Reader', '251'), (4970, '5113', 'SCR333 SmartCard Reader', '251'), (4971, '5114', 'SCR331-DI SmartCard Reader', '251'), (4972, '5115', 'SCR335 SmartCard Reader', '251'), (4973, '5116', 'SCR331-LC1 / SCR3310 SmartCard Reader', '251'), (4974, '5117', 'SCR3320 - Smart Card Reader', '251'), (4975, '5118', 'Expresscard SIM Card Reader', '251'), (4976, '5119', 'SCR3340 - ExpressCard54 Smart Card Reader', '251'), (4977, '511b', 'SmartCard Reader', '251'), (4978, '511d', 'SCR3311 Smart Card Reader', '251'), (4979, '5120', 'SCR331-DI SmartCard Reader', '251'), (4980, '5121', 'SDI010 Smart Card Reader', '251'), (4981, '5151', 'SCR338 Keyboard Smart Card Reader', '251'), (4982, '5292', 'SCL011 RFID reader', '251'), (4983, '5410', 'SCR35xx Smart Card Reader', '251'), (4984, '5591', 'SCL3711-NFC&RW', '251'), (4985, '5810', 'uTrust 2700 R Smart Card Reader', '251'), (4986, 'e000', 'SCRx31 Reader', '251'), (4987, 'e001', 'SCR331 SmartCard Reader', '251'), (4988, 'e003', 'SPR532 PinPad SmartCard Reader', '251'), (4989, '0001', 'TouchScreen', '252'), (4990, '0002', 'Touchmonitor Interface 2600 Rev 2', '252'), (4991, '0004', '4000U CarrollTouch® Touchmonitor Interface', '252'), (4992, '0007', '2500U IntelliTouch® Touchmonitor Interface', '252'), (4993, '0008', '3000U AccuTouch® Touchmonitor Interface', '252'), (4994, '0009', '4000U CarrollTouch® Touchmonitor Interface', '252'), (4995, '0020', 'Touchscreen Interface (2700)', '252'), (4996, '0021', 'Touchmonitor Interface', '252'), (4997, '0030', '4500U CarrollTouch® Touchmonitor Interface', '252'), (4998, '0032', 'Touchmonitor Interface', '252'), (4999, '0033', 'Touchmonitor Interface', '252'), (5000, '0041', '5010 Surface Capacitive Touchmonitor Interface', '252'), (5001, '0042', 'Touchmonitor Interface', '252'), (5002, '0050', '2216 AccuTouch® Touchmonitor Interface', '252'), (5003, '0071', 'Touchmonitor Interface', '252'), (5004, '0072', 'Touchmonitor Interface', '252'), (5005, '0081', 'Touchmonitor Interface', '252'), (5006, '0082', 'Touchmonitor Interface', '252'), (5007, '00ff', 'Touchmonitor Interface', '252'), (5008, '0001', 'Printer Bootloader', '253'), (5009, '0100', 'Kingston Flash Drive (128MB)', '253'), (5010, '0110', 'Connect3D Flash Drive', '253'), (5011, '0111', 'Connect3D Flash Drive', '253'), (5012, '0300', 'E2530 / GT-C3350 Phones (Mass storage mode)', '253'), (5013, '04e8', 'Galaxy (MIDI mode)', '253'), (5014, '1003', 'MP3 Player and Recorder', '253'), (5015, '1006', 'SDC-200Z', '253'), (5016, '130c', 'NX100', '253'), (5017, '1323', 'WB700 Camera', '253'), (5018, '1f05', 'S2 Portable [JMicron] (500GB)', '253'), (5019, '1f06', 'HX-MU064DA portable harddisk', '253'), (5020, '2018', 'WIS09ABGN LinkStick Wireless LAN Adapter', '253'), (5021, '2035', 'Digital Photo Frame Mass Storage', '253'), (5022, '2036', 'Digital Photo Frame Mini Monitor', '253'), (5023, '3004', 'ML-4600', '253'), (5024, '3005', 'Docuprint P1210', '253'), (5025, '3008', 'ML-6060 laser printer', '253'), (5026, '300c', 'ML-1210 Printer', '253'), (5027, '300e', 'Laser Printer', '253'), (5028, '3104', 'ML-3550N', '253'), (5029, '3210', 'ML-5200A Laser Printer', '253'), (5030, '3226', 'Laser Printer', '253'), (5031, '3228', 'Laser Printer', '253'), (5032, '322a', 'Laser Printer', '253'), (5033, '322c', 'Laser Printer', '253'), (5034, '3230', 'ML-1440', '253'), (5035, '3232', 'Laser Printer', '253'), (5036, '3236', 'ML-1450', '253'), (5037, '3238', 'ML-1430', '253'), (5038, '323a', 'ML-1710 Printer', '253'), (5039, '323b', 'Phaser 3130', '253'), (5040, '323c', 'Laser Printer', '253'), (5041, '323d', 'Phaser 3120', '253'), (5042, '323e', 'Laser Printer', '253'), (5043, '3240', 'Laser Printer', '253'), (5044, '3242', 'ML-1510 Laser Printer', '253'), (5045, '3248', 'Color Laser Printer', '253'), (5046, '324a', 'Laser Printer', '253'), (5047, '324c', 'ML-1740 Printer', '253'), (5048, '324d', 'Phaser 3121', '253'), (5049, '3256', 'ML-1520 Laser Printer', '253'), (5050, '325b', 'Xerox Phaser 3117 Laser Printer', '253'), (5051, '325f', 'Phaser 3425 Laser Printer', '253'), (5052, '3260', 'CLP-510 Color Laser Printer', '253'), (5053, '3268', 'ML-1610 Mono Laser Printer', '253'), (5054, '326c', 'ML-2010P Mono Laser Printer', '253'), (5055, '3276', 'ML-3050/ML-3051 Laser Printer', '253'), (5056, '327e', 'ML-2510 Series', '253'), (5057, '328e', 'CLP-310 Color Laser Printer', '253'), (5058, '3292', 'ML-1640 Series Laser Printer', '253'), (5059, '3296', 'ML-2580N Mono Laser Printer', '253'), (5060, '3297', 'ML-191x/ML-252x Laser Printer', '253'), (5061, '329f', 'CLP-325 Color Laser Printer', '253'), (5062, '3301', 'ML-1660 Series', '253'), (5063, '330c', 'ML-1865', '253'), (5064, '330f', 'ML-216x Series Laser Printer', '253'), (5065, '3310', 'ML-331x Series Laser Printer', '253'), (5066, '3315', 'ML-2540 Series Laser Printer', '253'), (5067, '331e', 'M262x/M282x Xpress Series Laser Printer', '253'), (5068, '3409', 'SCX-4216F Scanner', '253'), (5069, '340c', 'SCX-5x15 series', '253'), (5070, '340d', 'SCX-6x20 series', '253'), (5071, '340e', 'MFP 560 series', '253'), (5072, '340f', 'Printing Support', '253'), (5073, '3412', 'SCX-4x20 series', '253'), (5074, '3413', 'SCX-4100 Scanner', '253'), (5075, '3415', 'Composite Device', '253'), (5076, '3419', 'Composite Device', '253'), (5077, '341a', 'Printing Support', '253'), (5078, '341b', 'SCX-4200 series', '253'), (5079, '341c', 'Composite Device', '253'), (5080, '341d', 'Composite Device', '253'), (5081, '341f', 'Composite Device', '253'), (5082, '3420', 'Composite Device', '253'), (5083, '3426', 'SCX-4500 Laser Printer', '253'), (5084, '342d', 'SCX-4x28 Series', '253'), (5085, '344f', 'SCX-3400 Series', '253'), (5086, '347e', 'C48x Series Color Laser Multifunction Printer', '253'), (5087, '3605', 'InkJet Color Printer', '253'), (5088, '3606', 'InkJet Color Printer', '253'), (5089, '3609', 'InkJet Color Printer', '253'), (5090, '3902', 'InkJet Color Printer', '253'), (5091, '3903', 'Xerox WorkCentre XK50cx', '253'), (5092, '390f', 'InkJet Color Printer', '253'), (5093, '3911', 'SCX-1020 series', '253'), (5094, '4005', 'GT-S8000 Jet (msc)', '253'), (5095, '4f1f', 'GT-S8000 Jet (mtp)', '253'), (5096, '5000', 'YP-MF series', '253'), (5097, '5001', 'YP-100', '253'), (5098, '5002', 'YP-30', '253'), (5099, '5003', 'YP-700', '253'), (5100, '5004', 'YP-30', '253'), (5101, '5005', 'YP-300', '253'), (5102, '5006', 'YP-750', '253'), (5103, '500d', 'MP3 Player', '253'), (5104, '5010', 'Yepp YP-35', '253'), (5105, '5011', 'YP-780', '253'), (5106, '5013', 'YP-60', '253'), (5107, '5015', 'yepp upgrade', '253'), (5108, '501b', 'MP3 Player', '253'), (5109, '5021', 'Yepp YP-ST5', '253'), (5110, '5026', 'YP-MT6V', '253'), (5111, '5027', 'YP-T7', '253'), (5112, '502b', 'YP-F1', '253'), (5113, '5032', 'YP-J70', '253'), (5114, '503b', 'YP-U1 MP3 Player', '253'), (5115, '503d', 'YP-T7F', '253'), (5116, '5041', 'YP-Z5', '253'), (5117, '5050', 'YP-U2 MP3 Player', '253'), (5118, '5051', 'YP-F2R', '253'), (5119, '5055', 'YP-T9', '253'), (5120, '507d', 'YP-U3 (mtp)', '253'), (5121, '507f', 'YP-T9J', '253'), (5122, '5080', 'Yepp YP-K3 (msc)', '253'), (5123, '5081', 'Yepp YP-K3 (mtp)', '253'), (5124, '5082', 'YP-P2 (msc)', '253'), (5125, '5083', 'YP-P2 (mtp)', '253'), (5126, '508a', 'YP-T10', '253'), (5127, '508b', 'YP-S5 MP3 Player', '253'), (5128, '508c', 'YP-S5', '253'), (5129, '5090', 'YP-S3 (msc)', '253'), (5130, '5091', 'YP-S3 (mtp)', '253'), (5131, '5092', 'YP-U4 (msc)', '253'), (5132, '5093', 'YP-U4 (mtp)', '253'), (5133, '5095', 'YP-S2', '253'), (5134, '510f', 'YP-R1', '253'), (5135, '5119', 'Yepp YP-P3', '253'), (5136, '511c', 'YP-Q2', '253'), (5137, '5121', 'YP-U5', '253'), (5138, '5123', 'Yepp YP-M1', '253'), (5139, '5a00', 'YP-NEU', '253'), (5140, '5a01', 'YP-NDU', '253'), (5141, '5a03', 'Yepp MP3 Player', '253'), (5142, '5a04', 'YP-800', '253'), (5143, '5a08', 'YP-90', '253'), (5144, '5a0f', 'Meizu M6 MiniPlayer', '253'), (5145, '5b01', 'Memory Stick Reader/Writer', '253'), (5146, '5b02', 'Memory Stick Reader/Writer', '253'), (5147, '5b03', 'Memory Stick Reader/Writer', '253'), (5148, '5b04', 'Memory Stick Reader/Writer', '253'), (5149, '5b05', 'Memory Stick Reader/Writer', '253'), (5150, '5b11', 'SEW-2001u Card', '253'), (5151, '5f00', 'NEXiO Sync', '253'), (5152, '5f01', 'NEXiO Sync', '253'), (5153, '5f02', 'NEXiO Sync', '253'), (5154, '5f03', 'NEXiO Sync', '253'), (5155, '5f04', 'NEXiO Sync', '253'), (5156, '5f05', 'STORY Station 1TB', '253'), (5157, '6032', 'G2 Portable hard drive', '253'), (5158, '6033', 'G2 Portable device', '253'), (5159, '6034', 'G2 Portable hard drive', '253'), (5160, '60b3', 'M2 Portable Hard Drive', '253'), (5161, '60c4', 'M2 Portable Hard Drive USB 3.0', '253'), (5162, '6124', 'D3 Station External Hard Drive', '253'), (5163, '6125', 'D3 Station External Hard Drive', '253'), (5164, '61b5', 'M3 Portable Hard Drive 2TB', '253'), (5165, '61b6', 'M3 Portable Hard Drive 1TB', '253'), (5166, '61b7', 'M3 Portable Hard Drive 4TB', '253'), (5167, '61f3', 'Portable SSD T3 (MU-PT250B, MU-PT500B)', '253'), (5168, '61f5', 'Portable SSD T5', '253'), (5169, '6601', 'Mobile Phone', '253'), (5170, '6602', 'Galaxy', '253'), (5171, '6603', 'Galaxy', '253'), (5172, '6611', 'MITs Sync', '253'), (5173, '6613', 'MITs Sync', '253'), (5174, '6615', 'MITs Sync', '253'), (5175, '6617', 'MITs Sync', '253'), (5176, '6619', 'MITs Sync', '253'), (5177, '661b', 'MITs Sync', '253'), (5178, '661e', 'Handheld', '253'), (5179, '6620', 'Handheld', '253'), (5180, '6622', 'Handheld', '253'), (5181, '6624', 'Handheld', '253'), (5182, '662e', 'MITs Sync', '253'), (5183, '6630', 'MITs Sync', '253'), (5184, '6632', 'MITs Sync', '253'), (5185, '663e', 'D900e/B2100 Phone', '253'), (5186, '663f', 'SGH-E720/SGH-E840', '253'), (5187, '6640', 'Usb Modem Enumerator', '253'), (5188, '6651', 'i8510 Innov8', '253'), (5189, '6702', 'X830', '253'), (5190, '6708', 'U600 Phone', '253'), (5191, '6709', 'U600', '253'), (5192, '6734', 'Juke', '253'), (5193, '6759', 'D900e/B2100 Media Player', '253'), (5194, '675a', 'D900e/B2100 Mass Storage', '253'), (5195, '675b', 'D900e Camera', '253'), (5196, '6772', 'Standalone LTE device (Trial)', '253'), (5197, '6795', 'S5230', '253'), (5198, '6802', 'Standalone HSPA device', '253'), (5199, '6806', 'Composite LTE device (Trial)', '253'), (5200, '6807', 'Composite HSPA device', '253'), (5201, '681c', 'Galaxy Portal/Spica/S', '253'), (5202, '681d', 'Galaxy Portal/Spica Android Phone', '253'), (5203, '6843', 'E2530 Phone (Samsung Kies mode)', '253'), (5204, '684e', 'Wave (GT-S8500)', '253'), (5205, '685b', 'GT-I9100 Phone [Galaxy S II] (mass storage mode)', '253'), (5206, '685c', 'GT-I9250 Phone [Galaxy Nexus] (Mass storage mode)', '253'), (5207, '685d', 'GT-I9100 Phone [Galaxy S II] (Download mode)', '253'), (5208, '685e', 'GT-I9100 / GT-C3350 Phones (USB Debugging mode)', '253'), (5209, '6860', 'Galaxy A5 (MTP)', '253'), (5210, '6863', 'Galaxy series, misc. (tethering mode)', '253'), (5211, '6864', 'GT-I9070 (network tethering, USB debugging enabled)', '253'), (5212, '6865', 'Galaxy (PTP mode)', '253'), (5213, '6866', 'Galaxy (debugging mode)', '253'), (5214, '6868', 'Escape Composite driver for Android Phones: Modem+Diagnostic+ADB', '253'), (5215, '6875', 'GT-B3710 Standalone LTE device (Commercial)', '253'), (5216, '6876', 'GT-B3710 LTE Modem', '253'), (5217, '6877', 'Galaxy S', '253'), (5218, '687a', 'GT-E2370 mobile phone', '253'), (5219, '6888', 'GT-B3730 Composite LTE device (Commercial)', '253'), (5220, '6889', 'GT-B3730 Composite LTE device (Commercial)', '253'), (5221, '689a', 'LTE Storage Driver [CMC2xx]', '253'), (5222, '689e', 'GT-S5670 [Galaxy Fit]', '253'), (5223, '68aa', 'Reality', '253'), (5224, '7011', 'SEW-2003U Card', '253'), (5225, '7021', 'Bluetooth Device', '253'), (5226, '7061', 'eHome Infrared Receiver', '253'), (5227, '7080', 'Anycall SCH-W580', '253'), (5228, '7081', 'Human Interface Device', '253'), (5229, '7301', 'Fingerprint Device', '253'), (5230, '8001', 'Handheld', '253'), (5231, '8002', 'Portable SSD 500GB Model Number: MU - P8500B', '253'), (5232, '8003', 'Portable SSD T1', '253'), (5233, 'd003', 'GT-I9003', '253'), (5234, 'e020', 'SERI E02 SCOM 6200 UMTS Phone', '253'), (5235, 'e021', 'SERI E02 SCOM 6200 Virtual UARTs', '253'), (5236, 'e022', 'SERI E02 SCOM 6200 Flash Load Disk', '253'), (5237, 'f000', 'Intensity 3 (Mass Storage Mode)', '253'), (5238, 'ff30', 'SG_iMON', '253'), (5239, 'e004', 'eHome Infrared Transceiver', '256'), (5240, '0001', 'GC-QX3 Digital Still Camera', '261'), (5241, '0004', 'GR-DVL815U Digital Video Camera', '261'), (5242, '0006', 'DV Camera Storage', '261'), (5243, '0008', 'GZ-MG30AA/MC500E Digital Video Camera', '261'), (5244, '0009', 'GR-DX25EK Digital Video Camera', '261'), (5245, '000a', 'GR-D72 Digital Video Camera', '261'), (5246, '1001', 'GC-A50 Camera Device', '261'), (5247, '3008', 'MP-PRX1 Ethernet', '261'), (5248, '3009', 'MP-XP7250 WLAN Adapter', '261'), (5249, '0001', 'KU-8933 Keyboard', '262'), (5250, '0002', 'NT68P81 Keyboard', '262'), (5251, '0110', 'KU-2971 Keyboard', '262'), (5252, '0111', 'KU-9908 Keyboard', '262'), (5253, '0112', 'KU-8933 Keyboard with PS/2 Mouse port', '262'), (5254, '0116', 'KU-2971/KU-0325 Keyboard', '262'), (5255, '0200', 'KBR-0108', '262'), (5256, '0201', 'Gaming Keyboard KPD0250', '262'), (5257, '0220', 'Wireless HID Receiver', '262'), (5258, '0402', 'Genius LuxeMate i200 Keyboard', '262'), (5259, '0403', 'KU-0420 keyboard', '262'), (5260, '0418', 'KU-0418 Tactical Pad', '262'), (5261, '0618', 'RG-0618U Wireless HID Receiver & KG-0609 Wireless Keyboard with Touchpad', '262'), (5262, '0718', 'wired mouse', '262'), (5263, '0760', 'Acer KU-0760 Keyboard', '262'), (5264, '0833', 'KU-0833 Keyboard', '262'), (5265, '0841', 'HP Multimedia Keyboard', '262'), (5266, '0860', '2.4G Multimedia Wireless Kit', '262'), (5267, '0939', 'Amazon Basics mouse', '262'), (5268, '1061', 'HP KG-1061 Wireless Keyboard+Mouse', '262'), (5269, '1121', 'Periboard 717 Mini Wireless Keyboard', '262'), (5270, 'a001', 'E-Video DC-100 Camera', '262'), (5271, 'a120', 'ORITE CCD Webcam(PC370R)', '262'), (5272, 'a121', 'ORITE CCD Webcam(PC370R)', '262'), (5273, 'a122', 'ORITE CCD Webcam(PC370R)', '262'), (5274, 'a123', 'ORITE CCD Webcam(PC370R)', '262'), (5275, 'a124', 'ORITE CCD Webcam(PC370R)', '262'), (5276, 'a128', 'PC Camera (SN9C202 + OV7663 + EEPROM)', '262'), (5277, 'a133', 'Gateway Webcam', '262'), (5278, 'a136', 'LabTec Webcam 5500', '262'), (5279, 'a147', 'Medion Webcam', '262'), (5280, 'a204', 'DSC WIA Device (1300)', '262'), (5281, 'a208', 'DSC WIA Device (2320)', '262'), (5282, 'a209', 'Labtec DC-2320', '262'), (5283, 'a20a', 'DSC WIA Device (3310)', '262'), (5284, 'a20c', 'DSC WIA Device (3320)', '262'), (5285, 'a210', 'Audio Device', '262'), (5286, 'b008', 'USB 2.0 Camera', '262'), (5287, 'b009', 'Integrated Camera', '262'), (5288, 'b010', 'Integrated Camera', '262'), (5289, 'b012', '1.3 MPixel UVC Webcam', '262'), (5290, 'b013', 'USB 2.0 Camera', '262'), (5291, 'b015', 'VGA 24fps UVC Webcam', '262'), (5292, 'b016', 'VGA 30fps UVC Webcam', '262'), (5293, 'b018', '2M UVC Webcam', '262'), (5294, 'b021', 'ViewSonic 1.3M, USB2.0 Webcam', '262'), (5295, 'b022', 'Gateway USB 2.0 Webcam', '262'), (5296, 'b023', 'Gateway USB 2.0 Webcam', '262'), (5297, 'b024', 'USB 2.0 Webcam', '262'), (5298, 'b025', 'Camera', '262'), (5299, 'b027', 'Gateway USB 2.0 Webcam', '262'), (5300, 'b028', 'VGA UVC Webcam', '262'), (5301, 'b029', '1.3M UVC Webcam', '262'), (5302, 'b036', 'Asus Integrated 0.3M UVC Webcam', '262'), (5303, 'b044', 'Acer CrystalEye Webcam', '262'), (5304, 'b057', 'integrated USB webcam', '262'), (5305, 'b059', 'CKF7037 HP webcam', '262'), (5306, 'b064', 'CNA7137 Integrated Webcam', '262'), (5307, 'b070', 'Camera', '262'), (5308, 'b071', '2.0M UVC Webcam / CNF7129', '262'), (5309, 'b083', 'CKF7063 Webcam (HP)', '262'), (5310, 'b091', 'Webcam', '262'), (5311, 'b104', 'CNF7069 Webcam', '262'), (5312, 'b107', 'CNF7070 Webcam', '262'), (5313, 'b14c', 'CNF8050 Webcam', '262'), (5314, 'b159', 'CNF8243 Webcam', '262'), (5315, 'b15c', 'Sony Vaio Integrated Camera', '262'), (5316, 'b175', '4-Port Hub', '262'), (5317, 'b1aa', 'Webcam-101', '262'), (5318, 'b1ac', 'HP Laptop Integrated Webcam [2 MP Fixed]', '262'), (5319, 'b1b4', 'Lenovo Integrated Camera', '262'), (5320, 'b1b9', 'Asus Integrated Webcam', '262'), (5321, 'b1cf', 'Lenovo Integrated Camera', '262'), (5322, 'b1d6', 'CNF9055 Toshiba Webcam', '262'), (5323, 'b1d8', '1.3M Webcam', '262'), (5324, 'b1e4', 'Toshiba Integrated Webcam', '262'), (5325, 'b213', 'Fujitsu Integrated Camera', '262'), (5326, 'b217', 'Lenovo Integrated Camera (0.3MP)', '262'), (5327, 'b221', 'integrated camera', '262'), (5328, 'b230', 'Integrated HP HD Webcam', '262'), (5329, 'b249', 'HP Integrated Webcam', '262'), (5330, 'b257', 'Lenovo Integrated Camera', '262'), (5331, 'b26b', 'Sony Visual Communication Camera', '262'), (5332, 'b272', 'Lenovo EasyCamera', '262'), (5333, 'b2b0', 'Camera', '262'), (5334, 'b2b9', 'Lenovo Integrated Camera UVC', '262'), (5335, 'b2da', 'thinkpad t430s camera', '262'), (5336, 'b2db', 'Thinkpad T430 camera', '262'), (5337, 'b2ea', 'Integrated Camera [ThinkPad]', '262'), (5338, 'b2f4', 'HP Webcam-50', '262'), (5339, 'b330', 'Asus 720p CMOS webcam', '262'), (5340, 'b354', 'UVC 1.00 device HD UVC WebCam', '262'), (5341, 'b394', 'Integrated Camera', '262'), (5342, 'b3eb', 'HP 720p HD Monitor Webcam', '262'), (5343, 'b3f6', 'HD WebCam (Acer)', '262'), (5344, 'b3fd', 'HD WebCam (Asus N-series)', '262'), (5345, 'b40e', 'HP Truevision HD camera', '262'), (5346, 'b444', 'Lenovo Integrated Webcam', '262'), (5347, 'b49f', 'Bluetooth (RTL8723BE)', '262'), (5348, 'b563', 'Integrated Camera', '262'), (5349, 'b5ce', 'Integrated Camera', '262'), (5350, 'b5cf', 'Integrated IR Camera', '262'), (5351, 'b5db', 'HP Webcam', '262'), (5352, 'b604', 'Integrated Camera (1280x720@30)', '262'), (5353, 'b681', 'ThinkPad T490 Webcam', '262'), (5354, '000a', 'Touchscreen', '263'), (5355, '0103', 'ActiveJet K-2024 Multimedia Keyboard', '263'), (5356, '016f', 'Touchscreen', '263'), (5357, '01a4', 'Wireless Keyboard', '263'), (5358, '0201', 'Touchscreen', '263'), (5359, '0210', 'Optical Mouse', '263'), (5360, '0212', 'Laser Mouse', '263'), (5361, '0214', 'Lynx M9 Optical Mouse', '263'), (5362, '0230', '3D Optical Mouse', '263'), (5363, '0232', 'Mouse', '263'), (5364, '0234', 'Optical Mouse', '263'), (5365, '0235', 'Optical Mouse', '263'), (5366, '02f4', '2.4G Cordless Mouse', '263'), (5367, '0381', 'Touchscreen', '263'), (5368, '04a0', 'Dream Cheeky Stress/Panic Button', '263'), (5369, '2234', 'Touchscreen', '263'), (5370, '0002', 'HL-1050 Laser Printer', '269'), (5371, '0005', 'Printer', '269'), (5372, '0006', 'HL-1240 Laser Printer', '269'), (5373, '0007', 'HL-1250 Laser Printer', '269'), (5374, '0008', 'HL-1270 Laser Printer', '269'), (5375, '0009', 'Printer', '269'), (5376, '000a', 'P2500 series', '269'), (5377, '000b', 'Printer', '269'), (5378, '000c', 'Printer', '269'), (5379, '000d', 'HL-1440 Laser Printer', '269'), (5380, '000e', 'HL-1450 series', '269'), (5381, '000f', 'HL-1470N series', '269'), (5382, '0010', 'Printer', '269'), (5383, '0011', 'Printer', '269'), (5384, '0012', 'Printer', '269'), (5385, '0013', 'Printer', '269'), (5386, '0014', 'Printer', '269'), (5387, '0015', 'Printer', '269'), (5388, '0016', 'Printer', '269'), (5389, '0017', 'Printer', '269'), (5390, '0018', 'Printer', '269'), (5391, '001a', 'HL-1430 Laser Printer', '269'), (5392, '001c', 'Printer', '269'), (5393, '001e', 'Printer', '269'), (5394, '0020', 'HL-5130 series', '269'), (5395, '0021', 'HL-5140 series', '269'), (5396, '0022', 'HL-5150D series', '269'), (5397, '0023', 'HL-5170DN series', '269'), (5398, '0024', 'Printer', '269'), (5399, '0025', 'Printer', '269'), (5400, '0027', 'HL-2030 Laser Printer', '269'), (5401, '0028', 'Printer', '269'), (5402, '0029', 'Printer', '269'), (5403, '002a', 'HL-52x0 series', '269'), (5404, '002b', 'HL-5250DN Printer', '269'), (5405, '002c', 'Printer', '269'), (5406, '002d', 'Printer', '269'), (5407, '0039', 'HL-5340 series', '269'), (5408, '0041', 'HL-2250DN Laser Printer', '269'), (5409, '0042', 'HL-2270DW Laser Printer', '269'), (5410, '004d', 'HL-6180DW series', '269'), (5411, '0080', 'HL-L6250DN series', '269'), (5412, '0100', 'MFC8600/9650 series', '269'), (5413, '0101', 'MFC9600/9870 series', '269'), (5414, '0102', 'MFC9750/1200 series', '269'), (5415, '0104', 'MFC-8300J', '269'), (5416, '0105', 'MFC-9600J', '269'), (5417, '0106', 'MFC-7300C', '269'), (5418, '0107', 'MFC-7400C', '269'), (5419, '0108', 'MFC-9200C', '269'), (5420, '0109', 'MFC-830', '269'), (5421, '010a', 'MFC-840', '269'), (5422, '010b', 'MFC-860', '269'), (5423, '010c', 'MFC-7400J', '269'), (5424, '010d', 'MFC-9200J', '269'), (5425, '010e', 'MFC-3100C Scanner', '269'), (5426, '010f', 'MFC-5100C', '269'), (5427, '0110', 'MFC-4800 Scanner', '269'), (5428, '0111', 'MFC-6800', '269'), (5429, '0112', 'DCP1000 Port(FaxModem)', '269'), (5430, '0113', 'MFC-8500', '269'), (5431, '0114', 'MFC9700 Port(FaxModem)', '269'), (5432, '0115', 'MFC-9800 Scanner', '269'), (5433, '0116', 'DCP1400 Scanner', '269'), (5434, '0119', 'MFC-9660', '269'), (5435, '011a', 'MFC-9860', '269'), (5436, '011b', 'MFC-9880', '269'), (5437, '011c', 'MFC-9760', '269'), (5438, '011d', 'MFC-9070', '269'), (5439, '011e', 'MFC-9180', '269'), (5440, '011f', 'MFC-9160', '269'), (5441, '0120', 'MFC580 Port(FaxModem)', '269'), (5442, '0121', 'MFC-590', '269'), (5443, '0122', 'MFC-5100J', '269'), (5444, '0124', 'MFC-4800J', '269'), (5445, '0125', 'MFC-6800J', '269'), (5446, '0127', 'MFC-9800J', '269'), (5447, '0128', 'MFC-8500J', '269'), (5448, '0129', 'Imagistics 2500 (MFC-8640D clone)', '269'), (5449, '012b', 'MFC-9030', '269'), (5450, '012e', 'FAX4100e IntelliFax 4100e', '269'), (5451, '012f', 'FAX-4750e', '269'), (5452, '0130', 'FAX-5750e', '269'), (5453, '0132', 'MFC-5200C RemovableDisk', '269'), (5454, '0135', 'MFC-100 Scanner', '269'), (5455, '0136', 'MFC-150CL Scanner', '269'), (5456, '013c', 'MFC-890 Port', '269'), (5457, '013d', 'MFC-5200J', '269'), (5458, '013e', 'MFC-4420C RemovableDisk', '269'), (5459, '013f', 'MFC-4820C RemovableDisk', '269'), (5460, '0140', 'DCP-8020', '269'), (5461, '0141', 'DCP-8025D', '269'), (5462, '0142', 'MFC-8420', '269'), (5463, '0143', 'MFC-8820D', '269'), (5464, '0144', 'DCP-4020C RemovableDisk', '269'), (5465, '0146', 'MFC-3220C', '269'), (5466, '0147', 'FAX-1820C Printer', '269'), (5467, '0148', 'MFC-3320CN', '269'), (5468, '0149', 'FAX-1920CN Printer', '269'), (5469, '014a', 'MFC-3420C', '269'), (5470, '014b', 'MFC-3820CN', '269'), (5471, '014c', 'DCP-3020C', '269'), (5472, '014d', 'FAX-1815C Printer', '269'), (5473, '014e', 'MFC-8820J', '269'), (5474, '014f', 'DCP-8025J', '269'), (5475, '0150', 'MFC-8220 Port(FaxModem)', '269'), (5476, '0151', 'MFC-8210J', '269'), (5477, '0153', 'DCP-1000J', '269'), (5478, '0157', 'MFC-3420J Printer', '269'), (5479, '0158', 'MFC-3820JN Port(FaxModem)', '269'), (5480, '015d', 'MFC Composite Device', '269'), (5481, '015e', 'DCP-8045D', '269'), (5482, '015f', 'MFC-8440', '269'), (5483, '0160', 'MFC-8840D', '269'), (5484, '0161', 'MFC-210C', '269'), (5485, '0162', 'MFC-420CN Remote Setup Port', '269'), (5486, '0163', 'MFC-410CN RemovableDisk', '269'), (5487, '0165', 'MFC-620CN', '269'), (5488, '0166', 'MFC-610CLN RemovableDisk', '269'), (5489, '0168', 'MFC-620CLN', '269'), (5490, '0169', 'DCP-110C RemovableDisk', '269'), (5491, '016b', 'DCP-310CN RemovableDisk', '269'), (5492, '016c', 'FAX-2440C Printer', '269'), (5493, '016d', 'MFC-5440CN', '269'), (5494, '016e', 'MFC-5840CN Remote Setup Port', '269'), (5495, '0170', 'FAX-1840C Printer', '269'), (5496, '0171', 'FAX-1835C Printer', '269'), (5497, '0172', 'FAX-1940CN Printer', '269'), (5498, '0173', 'MFC-3240C Remote Setup Port', '269'), (5499, '0174', 'MFC-3340CN RemovableDisk', '269'), (5500, '017b', 'Imagistics sx2100', '269'), (5501, '0180', 'MFC-7420', '269'), (5502, '0181', 'MFC-7820N Port(FaxModem)', '269'), (5503, '0182', 'DCP-7010', '269'), (5504, '0183', 'DCP-7020', '269'), (5505, '0184', 'DCP-7025 Printer', '269'), (5506, '0185', 'MFC-7220 Printer', '269'), (5507, '0186', 'Composite Device', '269'), (5508, '0187', 'FAX-2820 Printer', '269'), (5509, '0188', 'FAX-2920 Printer', '269'), (5510, '018a', 'MFC-9420CN', '269'), (5511, '018c', 'DCP-115C', '269'), (5512, '018d', 'DCP-116C', '269'), (5513, '018e', 'DCP-117C', '269'), (5514, '018f', 'DCP-118C', '269'), (5515, '0190', 'DCP-120C', '269'), (5516, '0191', 'DCP-315CN', '269'), (5517, '0192', 'DCP-340CW', '269'), (5518, '0193', 'MFC-215C', '269'), (5519, '0194', 'MFC-425CN', '269'), (5520, '0195', 'MFC-820CW Remote Setup Port', '269'), (5521, '0196', 'MFC-820CN Remote Setup Port', '269'), (5522, '0197', 'MFC-640CW', '269'), (5523, '019a', 'MFC-840CLN Remote Setup Port', '269'), (5524, '01a2', 'MFC-8640D', '269'), (5525, '01a3', 'Composite Device', '269'), (5526, '01a4', 'DCP-8065DN Printer', '269'), (5527, '01a5', 'MFC-8460N Port(FaxModem)', '269'), (5528, '01a6', 'MFC-8860DN Port(FaxModem)', '269'), (5529, '01a7', 'MFC-8870DW Printer', '269'), (5530, '01a8', 'DCP-130C', '269'), (5531, '01a9', 'DCP-330C', '269'), (5532, '01aa', 'DCP-540CN', '269'), (5533, '01ab', 'MFC-240C', '269'), (5534, '01ae', 'DCP-750CW RemovableDisk', '269'), (5535, '01af', 'MFC-440CN', '269'), (5536, '01b0', 'MFC-660CN', '269'), (5537, '01b1', 'MFC-665CW', '269'), (5538, '01b2', 'MFC-845CW', '269'), (5539, '01b4', 'MFC-460CN', '269'), (5540, '01b5', 'MFC-630CD', '269'), (5541, '01b6', 'MFC-850CDN', '269'), (5542, '01b7', 'MFC-5460CN', '269'), (5543, '01b8', 'MFC-5860CN', '269'), (5544, '01ba', 'MFC-3360C', '269'), (5545, '01bd', 'MFC-8660DN', '269'), (5546, '01be', 'DCP-750CN RemovableDisk', '269'), (5547, '01bf', 'MFC-860CDN', '269'), (5548, '01c0', 'DCP-128C', '269'), (5549, '01c1', 'DCP-129C', '269'), (5550, '01c2', 'DCP-131C', '269'), (5551, '01c3', 'DCP-329C', '269'), (5552, '01c4', 'DCP-331C', '269'), (5553, '01c5', 'MFC-239C', '269'), (5554, '01c9', 'DCP-9040CN', '269'), (5555, '01ca', 'MFC-9440CN', '269'), (5556, '01cb', 'DCP-9045CDN', '269'), (5557, '01cc', 'MFC-9840CDW', '269'), (5558, '01ce', 'DCP-135C', '269'), (5559, '01cf', 'DCP-150C', '269'), (5560, '01d0', 'DCP-350C', '269'), (5561, '01d1', 'DCP-560CN', '269'), (5562, '01d2', 'DCP-770CW', '269'), (5563, '01d3', 'DCP-770CN', '269'), (5564, '01d4', 'MFC-230C', '269'), (5565, '01d5', 'MFC-235C', '269'), (5566, '01d6', 'MFC-260C', '269'), (5567, '01d7', 'MFC-465CN', '269'), (5568, '01d8', 'MFC-680CN', '269'), (5569, '01d9', 'MFC-685CW', '269'), (5570, '01da', 'MFC-885CW', '269'), (5571, '01db', 'MFC-480CN', '269'), (5572, '01dc', 'MFC-650CD', '269'), (5573, '01dd', 'MFC-870CDN', '269'), (5574, '01de', 'MFC-880CDN', '269'), (5575, '01df', 'DCP-155C', '269'), (5576, '01e0', 'MFC-265C', '269'), (5577, '01e1', 'DCP-153C', '269'), (5578, '01e2', 'DCP-157C', '269'), (5579, '01e3', 'DCP-353C', '269'), (5580, '01e4', 'DCP-357C', '269'), (5581, '01e7', 'MFC-7340', '269'), (5582, '01e9', 'DCP-7040', '269'), (5583, '01ea', 'DCP-7030', '269'), (5584, '01eb', 'MFC-7320', '269'), (5585, '01ec', 'MFC-9640CW', '269'), (5586, '01f4', 'MFC-5890CN', '269'), (5587, '020a', 'MFC-8670DN', '269'), (5588, '020c', 'DCP-9042CDN', '269'), (5589, '020d', 'MFC-9450CDN', '269'), (5590, '0216', 'MFC-8880DN', '269'), (5591, '0217', 'MFC-8480DN', '269'), (5592, '0219', 'MFC-8380DN', '269'), (5593, '021a', 'MFC-8370DN', '269'), (5594, '021b', 'DCP-8070D', '269'), (5595, '021c', 'MFC-9320CW', '269'), (5596, '021d', 'MFC-9120CN', '269'), (5597, '021e', 'DCP-9010CN', '269'), (5598, '021f', 'DCP-8085DN', '269'), (5599, '0220', 'MFC-9010CN', '269'), (5600, '0222', 'DCP-195C', '269'), (5601, '0223', 'DCP-365CN', '269'), (5602, '0224', 'DCP-375CW', '269'), (5603, '0225', 'DCP-395CN', '269'), (5604, '0227', 'DCP-595CN', '269'), (5605, '0228', 'MFC-255CW', '269'), (5606, '0229', 'MFC-295CN', '269'), (5607, '022a', 'MFC-495CW', '269'), (5608, '022b', 'MFC-495CN', '269'), (5609, '022c', 'MFC-795CW', '269'), (5610, '022d', 'MFC-675CD', '269'), (5611, '022e', 'MFC-695CDN', '269'), (5612, '022f', 'MFC-735CD', '269'), (5613, '0230', 'MFC-935CDN', '269'), (5614, '0234', 'DCP-373CW', '269'), (5615, '0235', 'DCP-377CW', '269'), (5616, '0236', 'DCP-390CN', '269'), (5617, '0239', 'MFC-253CW', '269'), (5618, '023a', 'MFC-257CW', '269'), (5619, '023e', 'DCP-197C', '269'), (5620, '023f', 'MFC-8680DN', '269'), (5621, '0240', 'MFC-J950DN', '269'), (5622, '0245', 'MFC-9560CDW', '269'), (5623, '0248', 'DCP-7055 scanner/printer', '269'), (5624, '024e', 'MFC-7460DN', '269'), (5625, '0253', 'DCP-J125', '269'), (5626, '0254', 'DCP-J315W', '269'), (5627, '0255', 'DCP-J515W', '269'), (5628, '0256', 'DCP-J515N', '269'), (5629, '0257', 'DCP-J715W', '269'), (5630, '0258', 'DCP-J715N', '269'), (5631, '0259', 'MFC-J220', '269'), (5632, '025a', 'MFC-J410', '269'), (5633, '025b', 'MFC-J265W', '269'), (5634, '025c', 'MFC-J415W', '269'), (5635, '025d', 'MFC-J615W', '269'), (5636, '025e', 'MFC-J615N', '269'), (5637, '025f', 'MFC-J700D', '269'), (5638, '0260', 'MFC-J800D', '269'), (5639, '0261', 'MFC-J850DN', '269'), (5640, '026b', 'MFC-J630W', '269'), (5641, '026d', 'MFC-J805D', '269'), (5642, '026e', 'MFC-J855DN', '269'), (5643, '026f', 'MFC-J270W', '269'), (5644, '0270', 'MFC-7360N', '269'), (5645, '0273', 'DCP-7057 scanner/printer', '269'), (5646, '0276', 'MFC-5895CW', '269'), (5647, '0278', 'MFC-J410W', '269'), (5648, '0279', 'DCP-J525W', '269'), (5649, '027a', 'DCP-J525N', '269'), (5650, '027b', 'DCP-J725DW', '269'), (5651, '027c', 'DCP-J725N', '269'), (5652, '027d', 'DCP-J925DW', '269'), (5653, '027e', 'MFC-J955DN', '269'), (5654, '027f', 'MFC-J280W', '269'), (5655, '0280', 'MFC-J435W', '269'), (5656, '0281', 'MFC-J430W', '269'), (5657, '0282', 'MFC-J625DW', '269'), (5658, '0283', 'MFC-J825DW', '269'), (5659, '0284', 'MFC-J825N', '269'), (5660, '0285', 'MFC-J705D', '269'), (5661, '0287', 'MFC-J860DN', '269'), (5662, '0288', 'MFC-J5910DW', '269'), (5663, '0289', 'MFC-J5910CDW', '269'), (5664, '028a', 'DCP-J925N', '269'), (5665, '028d', 'MFC-J835DW', '269'), (5666, '028f', 'MFC-J425W', '269'), (5667, '0290', 'MFC-J432W', '269'), (5668, '0291', 'DCP-8110DN', '269'), (5669, '0292', 'DCP-8150DN', '269'), (5670, '0293', 'DCP-8155DN', '269'), (5671, '0294', 'DCP-8250DN', '269'), (5672, '0295', 'MFC-8510DN', '269'), (5673, '0296', 'MFC-8520DN', '269'), (5674, '0298', 'MFC-8910DW', '269'), (5675, '0299', 'MFC-8950DW', '269'), (5676, '029a', 'MFC-8690DW', '269'), (5677, '029c', 'MFC-8515DN', '269'), (5678, '029e', 'MFC-9125CN', '269'), (5679, '029f', 'MFC-9325CW', '269'), (5680, '02a0', 'DCP-J140W', '269'), (5681, '02a5', 'MFC-7240', '269'), (5682, '02a6', 'FAX-2940', '269'), (5683, '02a7', 'FAX-2950', '269'), (5684, '02a8', 'MFC-7290', '269'), (5685, '02ab', 'FAX-2990', '269'), (5686, '02ac', 'DCP-8110D', '269'), (5687, '02ad', 'MFC-9130CW', '269'), (5688, '02ae', 'MFC-9140CDN', '269'), (5689, '02af', 'MFC-9330CDW', '269'), (5690, '02b0', 'MFC-9340CDW', '269'), (5691, '02b1', 'DCP-9020CDN', '269'), (5692, '02b2', 'MFC-J810DN', '269'), (5693, '02b3', 'MFC-J4510DW', '269'), (5694, '02b4', 'MFC-J4710DW', '269'), (5695, '02b5', 'DCP-8112DN', '269'), (5696, '02b6', 'DCP-8152DN', '269'), (5697, '02b7', 'DCP-8157DN', '269'), (5698, '02b8', 'MFC-8512DN', '269'), (5699, '02ba', 'MFC-8912DW', '269'), (5700, '02bb', 'MFC-8952DW', '269'), (5701, '02bc', 'DCP-J540N', '269'), (5702, '02bd', 'DCP-J740N', '269'), (5703, '02be', 'MFC-J710D', '269'), (5704, '02bf', 'MFC-J840N', '269'), (5705, '02c0', 'DCP-J940N', '269'), (5706, '02c1', 'MFC-J960DN', '269'), (5707, '02c2', 'DCP-J4110DW', '269'), (5708, '02c3', 'MFC-J4310DW', '269'), (5709, '02c4', 'MFC-J4410DW', '269'), (5710, '02c5', 'MFC-J4610DW', '269'), (5711, '02c6', 'DCP-J4210N', '269'), (5712, '02c7', 'MFC-J4510N', '269'), (5713, '02c8', 'MFC-J4910CDW', '269'), (5714, '02c9', 'MFC-J4810DN', '269'), (5715, '02ca', 'MFC-8712DW', '269'), (5716, '02cb', 'MFC-8710DW', '269'), (5717, '02cc', 'MFC-J2310', '269'), (5718, '02cd', 'MFC-J2510', '269'), (5719, '02ce', 'DCP-7055W', '269'), (5720, '02cf', 'DCP-7057W', '269'), (5721, '02d0', 'DCP-1510', '269'), (5722, '02d1', 'MFC-1810', '269'), (5723, '02d3', 'DCP-9020CDW', '269'), (5724, '02d4', 'MFC-8810DW', '269'), (5725, '02dd', 'DCP-J4215N', '269'), (5726, '02de', 'DCP-J132W', '269'), (5727, '02df', 'DCP-J152W', '269'), (5728, '02e0', 'DCP-J152N', '269'), (5729, '02e1', 'DCP-J172W', '269'), (5730, '02e2', 'DCP-J552DW', '269'), (5731, '02e3', 'DCP-J552N', '269'), (5732, '02e4', 'DCP-J752DW', '269'), (5733, '02e5', 'DCP-J752N', '269'), (5734, '02e6', 'DCP-J952N', '269'), (5735, '02e7', 'MFC-J245', '269'), (5736, '02e8', 'MFC-J470DW', '269'), (5737, '02e9', 'MFC-J475DW', '269'), (5738, '02ea', 'MFC-J285DW', '269'), (5739, '02eb', 'MFC-J650DW', '269'), (5740, '02ec', 'MFC-J870DW', '269'), (5741, '02ed', 'MFC-J870N', '269'), (5742, '02ee', 'MFC-J720D', '269'), (5743, '02ef', 'MFC-J820DN', '269'), (5744, '02f0', 'MFC-J980DN', '269'), (5745, '02f1', 'MFC-J890DN', '269'), (5746, '02f2', 'MFC-J6520DW', '269'), (5747, '02f3', 'MFC-J6570CDW', '269'), (5748, '02f4', 'MFC-J6720DW', '269'), (5749, '02f5', 'MFC-J6920DW', '269'), (5750, '02f6', 'MFC-J6970CDW', '269'), (5751, '02f7', 'MFC-J6975CDW', '269'), (5752, '02f8', 'MFC-J6770CDW', '269'), (5753, '02f9', 'DCP-J132N', '269'), (5754, '02fa', 'MFC-J450DW', '269'), (5755, '02fb', 'MFC-J875DW', '269'), (5756, '02fc', 'DCP-J100', '269'), (5757, '02fd', 'DCP-J105', '269'), (5758, '02fe', 'MFC-J200', '269'), (5759, '02ff', 'MFC-J3520', '269'), (5760, '0300', 'MFC-J3720', '269'), (5761, '030f', 'DCP-L8400CDN', '269'), (5762, '0310', 'DCP-L8450CDW', '269'), (5763, '0311', 'MFC-L8600CDW', '269'), (5764, '0312', 'MFC-L8650CDW', '269'), (5765, '0313', 'MFC-L8850CDW', '269'), (5766, '0314', 'MFC-L9550CDW', '269'), (5767, '0318', 'MFC-7365DN', '269'), (5768, '0320', 'MFC-L2740DW', '269'), (5769, '0321', 'DCP-L2500D', '269'), (5770, '0322', 'DCP-L2520DW', '269'), (5771, '0324', 'DCP-L2520D', '269'), (5772, '0326', 'DCP-L2540DN', '269'), (5773, '0328', 'DCP-L2540DW', '269'), (5774, '0329', 'DCP-L2560DW', '269'), (5775, '0330', 'HL-L2380DW', '269'), (5776, '0331', 'MFC-L2700DW', '269'), (5777, '0335', 'FAX-L2700DN', '269'), (5778, '0337', 'MFC-L2720DW', '269'), (5779, '0338', 'MFC-L2720DN', '269'), (5780, '0339', 'DCP-J4120DW', '269'), (5781, '033a', 'MFC-J4320DW', '269'), (5782, '033c', 'MFC-J2320', '269'), (5783, '033d', 'MFC-J4420DW', '269'), (5784, '0340', 'MFC-J4620DW', '269'), (5785, '0341', 'MFC-J2720', '269'), (5786, '0342', 'MFC-J4625DW', '269'), (5787, '0343', 'MFC-J5320DW', '269'), (5788, '0346', 'MFC-J5620DW', '269'), (5789, '0347', 'MFC-J5720DW', '269'), (5790, '0349', 'DCP-J4220N', '269'), (5791, '034b', 'MFC-J4720N', '269'), (5792, '034e', 'MFC-J5720CDW', '269'), (5793, '034f', 'MFC-J5820DN', '269'), (5794, '0350', 'MFC-J5620CDW', '269'), (5795, '0351', 'DCP-J137N', '269'), (5796, '0353', 'DCP-J557N', '269'), (5797, '0354', 'DCP-J757N', '269'), (5798, '0355', 'DCP-J957N', '269'), (5799, '0356', 'MFC-J877N', '269'), (5800, '0357', 'MFC-J727D', '269'), (5801, '0358', 'MFC-J987DN', '269'), (5802, '0359', 'MFC-J827DN', '269'), (5803, '035a', 'MFC-J897DN', '269'), (5804, '035b', 'DCP-1610W', '269'), (5805, '035c', 'DCP-1610NW', '269'), (5806, '035d', 'MFC-1910W', '269'), (5807, '035e', 'MFC-1910NW', '269'), (5808, '0360', 'DCP-1618W', '269'), (5809, '0361', 'MFC-1919NW', '269'), (5810, '0364', 'MFC-J5625DW', '269'), (5811, '0365', 'MFC-J4520DW', '269'), (5812, '0366', 'MFC-J5520DW', '269'), (5813, '0367', 'DCP-7080D', '269'), (5814, '0368', 'DCP-7080', '269'), (5815, '0369', 'DCP-7180DN', '269'), (5816, '036a', 'DCP-7189DW', '269'), (5817, '036b', 'MFC-7380', '269'), (5818, '036c', 'MFC-7480D', '269'), (5819, '036d', 'MFC-7880DN', '269'), (5820, '036e', 'MFC-7889DW', '269'), (5821, '036f', 'DCP-9022CDW', '269'), (5822, '0370', 'MFC-9142CDN', '269'), (5823, '0371', 'MFC-9332CDW', '269'), (5824, '0372', 'MFC-9342CDW', '269'), (5825, '0373', 'MFC-L2700D', '269'), (5826, '0376', 'DCP-1600', '269'), (5827, '0377', 'MFC-1900', '269'), (5828, '0378', 'DCP-1608', '269'), (5829, '0379', 'DCP-1619', '269'), (5830, '037a', 'MFC-1906', '269'), (5831, '037b', 'MFC-1908', '269'), (5832, '037c', 'ADS-2000e', '269'), (5833, '037d', 'ADS-2100e', '269'), (5834, '037e', 'ADS-2500We', '269'), (5835, '037f', 'ADS-2600We', '269'), (5836, '0380', 'DCP-J562DW', '269'), (5837, '0381', 'DCP-J562N', '269'), (5838, '0383', 'DCP-J962N', '269'), (5839, '0384', 'MFC-J480DW', '269'), (5840, '0385', 'MFC-J485DW', '269'), (5841, '0386', 'MFC-J460DW', '269'), (5842, '0388', 'MFC-J680DW', '269'), (5843, '0389', 'MFC-J880DW', '269'), (5844, '038a', 'MFC-J885DW', '269'), (5845, '038b', 'MFC-J880N', '269'), (5846, '038c', 'MFC-J730DN', '269'), (5847, '038d', 'MFC-J990DN', '269'), (5848, '038e', 'MFC-J830DN', '269'), (5849, '038f', 'MFC-J900DN', '269'), (5850, '0390', 'MFC-J5920DW', '269'), (5851, '0392', 'MFC-L2705DW', '269'), (5852, '0393', 'DCP-T300', '269'), (5853, '0394', 'DCP-T500W', '269'), (5854, '0395', 'DCP-T700W', '269'), (5855, '0396', 'MFC-T800W', '269'), (5856, '0397', 'DCP-J963N', '269'), (5857, '03b3', 'MFC-J6925DW', '269'), (5858, '03b4', 'MFC-J6573CDW', '269'), (5859, '03b5', 'MFC-J6973CDW', '269'), (5860, '03b6', 'MFC-J6990CDW', '269'), (5861, '03bb', 'MFC-L2680W', '269'), (5862, '03bc', 'MFC-L2700DN', '269'), (5863, '03bd', 'DCP-J762N', '269'), (5864, '03fd', 'ADS-2700W', '269'), (5865, '1000', 'Printer', '269'), (5866, '1002', 'Printer', '269'), (5867, '2002', 'PTUSB Printing', '269'), (5868, '2004', 'PT-2300/2310 p-Touch Laber Printer', '269'), (5869, '2007', 'PT-2420PC P-touch Label Printer', '269'), (5870, '2015', 'QL-500 label printer', '269'), (5871, '2016', 'QL-550 printer', '269'), (5872, '201a', 'PT-18R P-touch label printer', '269'), (5873, '201b', 'QL-650TD Label Printer', '269'), (5874, '2020', 'QL-1050 Label Printer', '269'), (5875, '2027', 'QL-560 Label Printer', '269'), (5876, '2028', 'QL-570 Label Printer', '269'), (5877, '202a', 'QL-1060N Label Printer', '269'), (5878, '202b', 'PT-7600 P-touch Label Printer', '269'), (5879, '202c', 'PT-1230PC P-touch Label Printer E mode', '269'), (5880, '202d', 'PT-2430PC P-touch Label Printer', '269'), (5881, '2030', 'PT-1230PC P-touch Label Printer EL mode', '269'), (5882, '2041', 'PT-2730 P-touch Label Printer', '269'), (5883, '2042', 'QL-700 Label Printer', '269'), (5884, '2043', 'QL-710W Label Printer', '269'), (5885, '2044', 'QL-720NW Label Printer', '269'), (5886, '204d', 'QL-720NW Label Printer (mass storage mode)', '269'), (5887, '2061', 'PT-P700 P-touch Label Printer', '269'), (5888, '2064', 'PT-P700 P-touch Label Printer RemovableDisk', '269'), (5889, '209b', 'QL-800 Label Printer', '269'), (5890, '209c', 'QL-810W Label Printer', '269'), (5891, '209d', 'QL-820NWB Label Printer', '269'), (5892, '20a7', 'QL-1100 Label Printer', '269'), (5893, '20a8', 'QL-1110NWB Label Printer', '269'), (5894, '20a9', 'QL-1100 Label Printer (mass storage)', '269'), (5895, '20aa', 'QL-1110NWB Label Printer (mass storage)', '269'), (5896, '20ab', 'QL-1115NWB Label Printer', '269'), (5897, '20ac', 'QL-1115NWB Label Printer (mass storage)', '269'), (5898, '20c0', 'QL-600 Label Printer', '269'), (5899, '2100', 'Card Reader Writer', '269'), (5900, '2102', 'Sewing machine', '269'), (5901, '60a0', 'ADS-2000', '269'), (5902, '60a1', 'ADS-2100', '269'), (5903, '60a4', 'ADS-2500W', '269'), (5904, '60a5', 'ADS-2600W', '269'), (5905, '60a6', 'ADS-1000W', '269'), (5906, '60a7', 'ADS-1100W', '269'), (5907, '60a8', 'ADS-1500W', '269'), (5908, '60a9', 'ADS-1600W', '269'), (5909, '2490', 'DS1490F 2-in-1 Fob, 1-Wire adapter', '270'), (5910, '4201', 'DS4201 Audio DAC', '270'), (5911, '0003', 'CM1092 / Wintech CM-5098 Optical Mouse', '272'), (5912, '0005', 'USB OpticalWheel Mouse', '272'), (5913, '0013', 'ViewMate Desktop Mouse CC2201', '272'), (5914, '0015', 'ViewMate Desktop Mouse CC2201', '272'), (5915, '00d3', '00052486 / Laser Mouse M1052 [hama]', '272'), (5916, '0171', 'SPCA1527A/SPCA1528 SD card camera (Mass Storage mode)', '272'), (5917, '0201', 'SPCP825 RS232C Adapter', '272'), (5918, '0232', 'Fingerprint', '272'), (5919, '0538', 'Wireless Optical Mouse 2.4G [Bright]', '272'), (5920, '0561', 'Flexcam 100', '272'), (5921, '05d8', 'Wireless keyboard/mouse', '272'), (5922, '05da', 'SPEEDLINK SNAPPY Wireless Mouse Nano', '272'), (5923, '0c15', 'SPIF215A SATA bridge', '272'), (5924, '0c25', 'SATALink SPIF225A', '272'), (5925, '1528', 'SPCA1527A/SPCA1528 SD card camera (webcam mode)', '272'), (5926, '1533', 'Mass Storage', '272'), (5927, '2080', 'ASUS Webcam', '272'), (5928, '500c', 'CA500C Digital Camera', '272'), (5929, '504a', 'Aiptek Mini PenCam 1.3', '272'), (5930, '504b', 'Aiptek Mega PockerCam 1.3/Maxell MaxPocket LE 1.3', '272'), (5931, '5330', 'Digitrex 2110', '272'), (5932, '5331', 'Vivitar Vivicam 10', '272'), (5933, '5360', 'Sunplus Generic Digital Camera', '272'), (5934, '5563', 'Digital Media Player MP3/WMA [The Sharper Image]', '272'), (5935, '5720', 'Card Reader Driver', '272'), (5936, '6333', 'Siri A9 UVC chipset', '272'), (5937, '7333', 'Finet Technology Palmpix DC-85', '272'), (5938, '757a', 'Aiptek, MP315 MP3 Player', '272'), (5939, 'ffff', 'PureDigital Ritz Disposable', '272'), (5940, '0003', 'Smart Card Reader II', '273'), (5941, '0006', 'Happy Hacking Keyboard Lite2', '274'), (5942, '0001', 'DART Keyboard Mouse', '276'), (5943, '0002', 'DART-2 Keyboard', '276'), (5944, '0001', 'Handheld', '278'), (5945, '0736', 'Handheld', '278'), (5946, '15b1', 'PDA n311', '278'), (5947, '1631', 'c10 Series', '278'), (5948, '1632', 'c20 Series', '278'), (5949, '16e1', 'n10 Handheld Sync', '278'), (5950, '16e2', 'n20 Pocket PC Sync', '278'), (5951, '16e3', 'n30 Handheld Sync', '278'), (5952, '2008', 'Liquid Gallant Duo E350 (preloader)', '278'), (5953, '3202', 'Liquid', '278'), (5954, '3203', 'Liquid (Debug mode)', '278'), (5955, '3230', 'BeTouch E120', '278'), (5956, '3317', 'Liquid', '278'), (5957, '3325', 'Iconia tablet A500', '278'), (5958, '3341', 'Iconia tablet A500', '278'), (5959, '33c3', 'Liquid Gallant Duo E350', '278'), (5960, '33c4', 'Liquid Gallant Duo E350 (debug mode)', '278'), (5961, '33c7', 'Liquid Gallant Duo E350 (USB tethering)', '278'), (5962, '33c8', 'Liquid Gallant Duo E350 (debug mode, USB tethering)', '278'), (5963, 'd001', 'Divio NW801/DVC-V6+ Digital Camera', '278'), (5964, '009d', 'HomeConnect Camera', '281'), (5965, '00a0', '3CREB96 Bluetooth Adapter', '281'), (5966, '00a1', 'Bluetooth Device', '281'), (5967, '00a2', 'Bluetooth Device', '281'), (5968, '00df', '3Com Home Connect lite', '281'), (5969, '0100', 'HomeConnect ADSL Modem Driver', '281'), (5970, '03e8', '3C19250 Ethernet [klsi]', '281'), (5971, '0a01', '3CRSHEW696 Wireless Adapter', '281'), (5972, '0a11', '3CRWE254G72 802.11g Adapter', '281'), (5973, '11f8', 'HomeConnect 3C460', '281'), (5974, '2922', 'HomeConnect Cable Modem External with', '281'), (5975, '3021', 'U.S.Robotics 56000 Voice FaxModem Pro', '281'), (5976, '4601', '3C460B 10/100 Ethernet Adapter', '281'), (5977, 'f002', '3CP4218 ADSL Modem (pre-init)', '281'), (5978, 'f003', '3CP4218 ADSL Modem', '281'), (5979, 'f100', '3CP4218 ADSL Modem (pre-init)', '281'), (5980, '0011', 'Konami ParaParaParadise Controller', '282'), (5981, '0801', 'ADSL Modem', '284'), (5982, '0802', 'ADSL Modem (RFC1483)', '284'), (5983, '0806', 'DSL Modem', '284'), (5984, '080f', 'Binatone ADSL500 Modem Network Interface', '284'), (5985, '0812', 'Pirelli ADSL Modem Network Interface', '284'), (5986, '0004', 'Direct Connect', '288'), (5987, '0012', 'F8T012 Bluetooth Adapter', '288'), (5988, '0013', 'F8T013 Bluetooth Adapter', '288'), (5989, '0017', 'B8T017 Bluetooth+EDR 2.1 / F4U017 USB 2.0 7-port Hub', '288'), (5990, '003a', 'Universal Media Reader', '288'), (5991, '0050', 'F5D6050 802.11b Wireless Adapter v2000 [Atmel at76c503a]', '288'), (5992, '0081', 'F8T001v2 Bluetooth', '288'), (5993, '0083', 'Bluetooth Device', '288'), (5994, '0084', 'F8T003v2 Bluetooth', '288'), (5995, '0102', 'Flip KVM', '288'), (5996, '0103', 'F5U103 Serial Adapter [etek]', '288'), (5997, '0106', 'VideoBus II Adapter, Video', '288'), (5998, '0108', 'F1DE108B KVM', '288'), (5999, '0109', 'F5U109/F5U409 PDA Adapter', '288'), (6000, '0115', 'SCSI Adapter', '288'), (6001, '0119', 'F5U120-PC Dual PS/2 Ports / F5U118-UNV ADB Adapter', '288'), (6002, '0121', 'F5D5050 100Mbps Ethernet', '288'), (6003, '0122', 'Ethernet Adapter', '288'), (6004, '0131', 'Bluetooth Device with trace filter', '288'), (6005, '016a', 'Bluetooth Mini Dongle', '288'), (6006, '0200', 'Nostromo SpeedPad n52te Gaming Keyboard', '288'), (6007, '0201', 'Peripheral Switch', '288'), (6008, '0208', 'USBView II Video Adapter [nt1004]', '288'), (6009, '0210', 'F5U228 Hi-Speed USB 2.0 DVD Creator', '288'), (6010, '0211', 'F5U211 USB 2.0 15-in-1 Media Reader & Writer', '288'), (6011, '0224', 'F5U224 USB 2.0 4-Port Hub', '288'), (6012, '0234', 'F5U234 USB 2.0 4-Port Hub', '288'), (6013, '0237', 'F5U237 USB 2.0 7-Port Hub', '288'), (6014, '0240', 'F5U240 USB 2.0 CF Card Reader', '288'), (6015, '0249', 'USB 2 Flash Media Device', '288'), (6016, '0257', 'F5U257 Serial', '288'), (6017, '0304', 'FSU304 USB 2.0 - 4 Ports Hub', '288'), (6018, '0307', 'USB 2.0 - 7 ports Hub [FSU307]', '288'), (6019, '038c', 'F2CU038 HDMI Adapter', '288'), (6020, '0409', 'F5U409 Serial', '288'), (6021, '0416', 'Staples 12416 7 port desktop hub', '288'), (6022, '0551', 'F6C550-AVR UPS', '288'), (6023, '065a', 'F8T065BF Mini Bluetooth 4.0 Adapter', '288'), (6024, '0706', '2-N-1 7-Port Hub (Lower half)', '288'), (6025, '0802', 'Nostromo n40 Gamepad', '288'), (6026, '0803', 'Nostromo 1745 GamePad', '288'), (6027, '0805', 'Nostromo N50 GamePad', '288'), (6028, '0815', 'Nostromo n52 HID SpeedPad Mouse Wheel', '288'), (6029, '0826', 'ErgoFit Wireless Optical Mouse (HID)', '288'), (6030, '0980', 'HID UPS Battery', '288'), (6031, '1004', 'F9L1004 802.11n Surf N300 XR Wireless Adapter [Realtek RTL8192CU]', '288'), (6032, '1102', 'F7D1102 N150/Surf Micro Wireless Adapter v1000 [Realtek RTL8188CUS]', '288'), (6033, '1103', 'F9L1103 N750 DB 802.11abgn 2x3:3 [Ralink RT3573]', '288'), (6034, '1106', 'F9L1106v1 802.11a/b/g/n/ac Wireless Adapter [Broadcom BCM43526]', '288'), (6035, '1109', 'F9L1109v1 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]', '288'), (6036, '110a', 'F9L1101v2 802.11abgn Wireless Adapter [Realtek RTL8192DU]', '288'), (6037, '11f2', 'ISY Wireless Micro Adapter IWL 2000 [RTL8188CUS]', '288'), (6038, '1202', 'F5U120-PC Parallel Printer Port', '288'), (6039, '1203', 'F5U120-PC Serial Port', '288'), (6040, '2103', 'F7D2102 802.11n N300 Micro Wireless Adapter v3000 [Realtek RTL8192CU]', '288'), (6041, '21f1', 'N300 WLAN N Adapter [ISY]', '288'), (6042, '21f2', 'RTL8192CU 802.11n WLAN Adapter [ISY IWL 4000]', '288'), (6043, '258a', 'F5U258 Host to Host cable', '288'), (6044, '3101', 'F1DF102U/F1DG102U Flip Hub', '288'), (6045, '3201', 'F1DF102U/F1DG102U Flip KVM', '288'), (6046, '4050', 'ZD1211B', '288'), (6047, '5055', 'F5D5055 Gigabit Network Adapter [AX88xxx]', '288'), (6048, '6050', 'F6D6050 802.11abgn Wireless Adapter [Broadcom BCM4323]', '288'), (6049, '6051', 'F5D6051 802.11b Wireless Network Adapter [ZyDAS ZD1201]', '288'), (6050, '615a', 'F7D4101 / F9L1101v1 802.11abgn Wireless Adapter [Broadcom BCM4323]', '288'), (6051, '7050', 'F5D7050 Wireless G Adapter v1000/v2000 [Intersil ISL3887]', '288'), (6052, '7051', 'F5D7051 802.11g Adapter v1000 [Broadcom 4320 USB]', '288'), (6053, '705a', 'F5D7050 Wireless G Adapter v3000 [Ralink RT2571W]', '288'), (6054, '705b', 'Wireless G Adapter', '288'), (6055, '705c', 'F5D7050 Wireless G Adapter v4000 [Zydas ZD1211B]', '288'), (6056, '705e', 'F5D7050 Wireless G Adapter v5000 [Realtek RTL8187B]', '288'), (6057, '706a', '2-N-1 7-Port Hub (Upper half)', '288'), (6058, '8053', 'F5D8053 N Wireless USB Adapter v1000/v4000 [Ralink RT2870]', '288'), (6059, '805c', 'F5D8053 N Wireless Adapter v3000 [Ralink RT2870]', '288'), (6060, '805e', 'F5D8053 N Wireless USB Adapter v5000 [Realtek RTL8192U]', '288'), (6061, '815c', 'F5D8053 N Wireless USB Adapter v3000 [Ralink RT2870]', '288'), (6062, '815f', 'F5D8053 N Wireless USB Adapter v6000 [Realtek RTL8192SU]', '288'), (6063, '825a', 'F5D8055 N+ Wireless Adapter v1000 [Ralink RT2870]', '288'), (6064, '825b', 'F5D8055 N+ Wireless Adapter v2000 [Ralink RT3072]', '288'), (6065, '845a', 'F7D2101 802.11n Surf & Share Wireless Adapter v1000 [Realtek RTL8192SU]', '288'), (6066, '905b', 'F5D9050 Wireless G+ MIMO Network Adapter v3000 [Ralink RT2573]', '288'), (6067, '905c', 'F5D9050 Wireless G+ MIMO Network Adapter v4000 [Ralink RT2573]', '288'), (6068, '935a', 'F6D4050 N150 Enhanced Wireless Network Adapter v1000 [Ralink RT3070]', '288'), (6069, '935b', 'F6D4050 N150 Enhanced Wireless Network Adapter v2000 [Ralink RT3070]', '288'), (6070, '945a', 'F7D1101 v1 Basic Wireless Adapter [Realtek RTL8188SU]', '288'), (6071, '945b', 'F7D1101 v2 Basic Wireless Adapter [Ralink RT3370]', '288'), (6072, 'd321', 'Dynex DX-NUSB 802.11bgn Wireless Adapter [Broadcom BCM43231]', '288'), (6073, '0001', 'Hub', '290'), (6074, '0003', 'KC82C160S Hub', '290'), (6075, '0180', 'KC-180 IrDA Dongle', '290'), (6076, '0190', 'KC2190 USB Host-to-Host cable', '290'), (6077, '0001', 'Keyboard', '291'), (6078, '1000', 'Keyboard with PS/2 Mouse Port', '291'), (6079, 'e001', 'Mouse', '291'), (6080, '002b', 'AOC DVB', '292'), (6081, '0001', 'USB to PS2 Adaptor v1.09', '299'), (6082, '0002', 'EZ-9900C Keyboard', '299'), (6083, '0003', 'TSP100ECO/TSP100II', '300'), (6084, 'c002', 'Xlive Bluetooth XBM-100S MP3 Player', '300'), (6085, 'a005', 'Smart Display Version 9973', '301'), (6086, '0005', 'VFD Module', '303'), (6087, 'c001', 'eHome Infrared Receiver', '303'), (6088, 'c002', 'eHome Infrared Receiver', '303'), (6089, '0001', 'UPS', '304'), (6090, '0002', 'Uninterruptible Power Supply', '304'), (6091, '0003', 'UPS', '304'), (6092, '100d', 'RFMD Bluetooth Device', '312'), (6093, '1080', 'NET1080 USB-USB Bridge', '312'), (6094, '1200', 'SSDC Adapter II', '312'), (6095, '1265', 'File-backed Storage Gadget', '312'), (6096, '3424', 'V30x/V4xx fingerprint sensor [Lumidigm]', '312'), (6097, 'a0f0', 'Cambridge Electronic Devices Power1401 mk 2', '312'), (6098, 'a140', 'USB Clik! 40', '312'), (6099, 'a141', '(OME) PocketZip 40 MP3 Player Driver', '312'), (6100, 'a220', 'GVC Bluetooth Wireless Adapter', '312'), (6101, 'a4a0', 'Linux-USB "Gadget Zero"', '312'), (6102, 'a4a1', 'Linux-USB Ethernet Gadget', '312'), (6103, 'a4a2', 'Linux-USB Ethernet/RNDIS Gadget', '312'), (6104, 'a4a3', 'Linux-USB user-mode isochronous source/sink', '312'), (6105, 'a4a4', 'Linux-USB user-mode bulk source/sink', '312'), (6106, 'a4a5', 'Pocketbook Pro 903 / Mobius 2 Action Cam / xDuoo X3 / PocketBook Pro 602', '312'), (6107, 'a4a6', 'Linux-USB Serial Gadget', '312'), (6108, 'a4a7', 'Linux-USB Serial Gadget (CDC ACM mode)', '312'), (6109, 'a4a8', 'Linux-USB Printer Gadget', '312'), (6110, 'a4a9', 'Linux-USB OBEX Gadget', '312'), (6111, 'a4aa', 'Linux-USB CDC Composite Gadge (Ethernet and ACM)', '312'), (6112, '7561', 'TV Wonder', '315'), (6113, '7562', 'TV Wonder, Edition (FN5)', '315'), (6114, '7563', 'TV Wonder, Edition (FI)', '315'), (6115, '7564', 'TV Wonder, Edition (FQ)', '315'), (6116, '7565', 'TV Wonder, Edition (NTSC+)', '315'), (6117, '7566', 'TV Wonder, Edition (FN5)', '315'), (6118, '7567', 'TV Wonder, Edition (FI)', '315'), (6119, '7568', 'TV Wonder, Edition (FQ)', '315'), (6120, '7569', 'Live! Pro (A)', '315'), (6121, '756a', 'Live! Pro Audio (O)', '315'), (6122, '0001', 'HASP copy protection dongle', '316'), (6123, '030b', 'eToken R1 v3.1.3.x', '316'), (6124, '0313', 'eToken R1 v3.2.3.x', '316'), (6125, '031b', 'eToken R1 v3.3.3.x', '316'), (6126, '0323', 'eToken R1 v3.4.3.x', '316'), (6127, '0412', 'eToken R2 v2.2.4.x', '316'), (6128, '041a', 'eToken R2 v2.2.4.x', '316'), (6129, '0422', 'eToken R2 v2.4.4.x', '316'), (6130, '042a', 'eToken R2 v2.5.4.x', '316'), (6131, '050c', 'eToken Pro v4.1.5.x', '316'), (6132, '0514', 'eToken Pro v4.2.5.4', '316'), (6133, '0600', 'eToken Pro 64k (4.2)', '316'), (6134, '0620', 'Token JC', '316'), (6135, '0102', 'Ca508A HP1020 Camera v.1.3.1.6', '318'), (6136, '0801', 'Yakumo MegaImage 37', '318'), (6137, '1512', 'Yakumo MegaImage IV', '318'), (6138, '1513', 'Aosta CX100 Webcam', '318'), (6139, '1514', 'Aosta CX100 Webcam Storage', '318'), (6140, '1905', 'Yakumo MegaImage 47', '318'), (6141, '1911', 'Yakumo MegaImage 47 SL', '318'), (6142, '2202', 'WDM Still Image Capture', '318'), (6143, '2203', 'Sound Vision Stream Driver', '318'), (6144, '3a06', 'DigiLife DDV-5120A', '318'), (6145, 'd001', 'P35U Camera Capture', '318'), (6146, '01a0', 'PDT', '329'), (6147, '0b00', 'Hub', '333'), (6148, '0b01', 'Preh MCI 3100', '333'), (6149, '0101', 'Panache Surf ISDN TA', '339'), (6150, '00fe', 'G773 Monitor Hub', '341'), (6151, '00ff', 'P815 Monitor Hub', '341'), (6152, '0bf2', 'airpanel V150 Wireless Smart Display', '341'), (6153, '0bf3', 'airpanel V110 Wireless Smart Display', '341'), (6154, '0ed9', 'Color Pocket PC V35', '341'), (6155, '0f01', 'airsync Wi-Fi Wireless Adapter', '341'), (6156, '1527', 'Color Pocket PC V36', '341'), (6157, '1529', 'Color Pocket PC V37', '341'), (6158, '152b', 'Color Pocket PC V38', '341'), (6159, '152e', 'Pocket PC', '341'), (6160, '1921', 'Communicator Pocket PC', '341'), (6161, '1922', 'Smartphone', '341'), (6162, '1923', 'Pocket PC V30', '341'), (6163, '1a11', 'Wireless 802.11g Adapter', '341'), (6164, '1e60', 'TA310 - ATSC/NTSC/PAL Driver(PCM4)', '341'), (6165, '4153', 'ViewSonic G773 Control (?)', '341'), (6166, '7333', 'Trution Web Camera', '343'), (6167, '8002', 'IBM NetCamera', '343'), (6168, '8009', 'Veo PC Camera', '343'), (6169, '800c', 'Veo Stingray', '343'), (6170, '800d', 'Veo PC Camera', '343'), (6171, '8080', 'IBM C-It Webcam', '343'), (6172, '808a', 'Veo PC Camera', '343'), (6173, '808b', 'Veo Stingray', '343'), (6174, '808d', 'Veo PC Camera', '343'), (6175, '810a', 'Veo Advanced Connect Webcam', '343'), (6176, '810b', 'Veo PC Camera', '343'), (6177, '810c', 'Veo PC Camera', '343'), (6178, '8135', 'Veo Mobile/Advanced Web Camera', '343'), (6179, '813a', 'Veo PC Camera', '343'), (6180, '813b', 'Veo PC Camera', '343'), (6181, '813c', 'Veo Mobile/Advanced Web Camera', '343'), (6182, '8333', 'Veo Stingray/Connect Web Camera', '343'), (6183, '888c', 'eVision 123 digital camera', '343'), (6184, '888d', 'eVision 123 digital camera', '343'), (6185, '0daf', 'PDC 2300Z', '344'), (6186, '1bed', 'PDC 1320 Camera', '344'), (6187, '3097', 'PDC 310', '344'), (6188, '3155', 'PDC 3070 Camera', '344'), (6189, '3187', 'Digital Camera', '344'), (6190, '3191', 'Ion 80 Camera', '344'), (6191, '3273', 'PDC 2030 Camera', '344'), (6192, '3304', 'a500 Digital Camera', '344'), (6193, 'dccf', 'Sound Vision Stream Driver', '344'), (6194, '0001', 'ICSI Bluetooth Device', '345'), (6195, '0080', 'I3SYSTEM HYUNY', '345'), (6196, '1002', 'Python2 WDM Encoder', '345'), (6197, '1006', 'Hantek DSO-2100 UF', '345'), (6198, '2131', 'AN2131 EZUSB Microcontroller', '345'), (6199, '2235', 'AN2235 EZUSB-FX Microcontroller', '345'), (6200, '2710', 'EZ-Link Loader (EZLNKLDR.SYS)', '345'), (6201, '2720', 'AN2720 USB-USB Bridge', '345'), (6202, '2727', 'Xircom PGUNET USB-USB Bridge', '345'), (6203, '2750', 'EZ-Link (EZLNKUSB.SYS)', '345'), (6204, '2810', 'Cypress ATAPI Bridge', '345'), (6205, '4018', 'AmScope MU1803', '345'), (6206, '4d90', 'AmScope MD1900 camera', '345'), (6207, '6010', 'AmScope MU1000 camera', '345'), (6208, '6510', 'Touptek UCMOS05100KPA', '345'), (6209, '7000', 'PowerSpec MCE460 Front Panel LED Display', '345'), (6210, '7777', 'Bluetooth Device', '345'), (6211, '9999', 'AN2131 uninitialized (?)', '345'), (6212, '1005', 'EZ Cart II GameBoy Flash Programmer', '346'), (6213, '0001', 'HUB', '350'), (6214, '0002', 'Standard HUB', '350'), (6215, '0010', 'Cyber-shot, Mavica (msc)', '350'), (6216, '0014', 'Nogatech USBVision (SY)', '350'), (6217, '0022', 'Storage Adapter V2 (TPP)', '350'), (6218, '0023', 'CD Writer', '350'), (6219, '0024', 'Mavica CD-1000 Camera', '350'), (6220, '0025', 'NW-MS7 Walkman MemoryStick Reader', '350'), (6221, '002b', 'Portable USB Harddrive V2', '350'), (6222, '002c', 'USB Floppy Disk Drive', '350'), (6223, '002d', 'MSAC-US1 MemoryStick Reader', '350'), (6224, '002e', 'HandyCam MemoryStick Reader', '350'), (6225, '0030', 'Storage Adapter V2 (TPP)', '350'), (6226, '0032', 'MemoryStick MSC-U01 Reader', '350'), (6227, '0035', 'Network Walkman (E)', '350'), (6228, '0036', 'Net MD', '350'), (6229, '0037', 'MG Memory Stick Reader/Writer', '350'), (6230, '0038', 'Clie PEG-S300/D PalmOS PDA', '350'), (6231, '0039', 'Network Walkman (MS)', '350'), (6232, '003c', 'VAIO-MX LCD Control', '350'), (6233, '0045', 'Digital Imaging Video', '350'), (6234, '0046', 'Network Walkman', '350'), (6235, '0049', 'UP-D895', '350'), (6236, '004a', 'Memory Stick Hi-Fi System', '350'), (6237, '004b', 'Memory Stick Reader/Writer', '350'), (6238, '004e', 'DSC-xxx (ptp)', '350'), (6239, '0056', 'MG Memory Stick Reader/Writer', '350'), (6240, '0058', 'Clie PEG-N7x0C PalmOS PDA Mass Storage', '350'), (6241, '0066', 'Clie PEG-N7x0C/PEG-T425 PalmOS PDA Serial', '350'), (6242, '0067', 'CMR-PC3 Webcam', '350'), (6243, '0069', 'Memorystick MSC-U03 Reader', '350'), (6244, '006c', 'FeliCa S310 [PaSoRi]', '350'), (6245, '006d', 'Clie PEG-T425 PDA Mass Storage', '350'), (6246, '006f', 'Network Walkman (EV)', '350'), (6247, '0073', 'Storage CRX1750U', '350'), (6248, '0075', 'Net MD', '350'), (6249, '0076', 'Storage Adapter ACR-U20', '350'), (6250, '007c', 'Net MD', '350'), (6251, '007f', 'IC Recorder (MS)', '350'), (6252, '0080', 'Net MD', '350'), (6253, '0081', 'Net MD', '350'), (6254, '0084', 'Net MD', '350'), (6255, '0085', 'Net MD', '350'), (6256, '0086', 'Net MD', '350'), (6257, '008b', 'Micro Vault 64M Mass Storage', '350'), (6258, '0095', 'Clie s360', '350'), (6259, '0099', 'Clie NR70 PDA Mass Storage', '350'), (6260, '009a', 'Clie NR70 PDA Serial', '350'), (6261, '00ab', 'Visual Communication Camera (PCGA-UVC10)', '350'), (6262, '00af', 'DPP-EX Series Digital Photo Printer', '350'), (6263, '00bf', 'IC Recorder (S)', '350'), (6264, '00c0', 'Handycam DCR-30', '350'), (6265, '00c6', 'Net MD', '350'), (6266, '00c7', 'Net MD', '350'), (6267, '00c8', 'MZ-N710 Minidisc Walkman', '350'), (6268, '00c9', 'Net MD', '350'), (6269, '00ca', 'MZ-DN430 Minidisc Walkman', '350'), (6270, '00cb', 'MSAC-US20 Memory Stick Reader', '350'), (6271, '00da', 'Clie nx60', '350'), (6272, '00e8', 'Network Walkman (MS)', '350'), (6273, '00e9', 'Handheld', '350'), (6274, '00eb', 'Net MD', '350'), (6275, '0101', 'Net MD', '350'), (6276, '0103', 'IC Recorder (ST)', '350'), (6277, '0105', 'Micro Vault Hub', '350'), (6278, '0107', 'VCC-U01 Visual Communication Camera', '350'), (6279, '0110', 'Digital Imaging Video', '350'), (6280, '0113', 'Net MD', '350'), (6281, '0116', 'IC Recorder (P)', '350'), (6282, '0144', 'Clie PEG-TH55 PDA', '350'), (6283, '0147', 'Visual Communication Camera (PCGA-UVC11)', '350'), (6284, '014c', 'Aiwa AM-NX9 Net MD Music Recorder MDLP', '350'), (6285, '014d', 'Memory Stick Reader/Writer', '350'), (6286, '0154', 'Eyetoy Audio Device', '350'), (6287, '0155', 'Eyetoy Video Device', '350'), (6288, '015f', 'IC Recorder (BM)', '350'), (6289, '0169', 'Clie PEG-TJ35 PDA Serial', '350'), (6290, '016a', 'Clie PEG-TJ35 PDA Mass Storage', '350'), (6291, '016b', 'Mobile HDD', '350'), (6292, '016d', 'IC Recorder (SX)', '350'), (6293, '016e', 'DPP-EX50 Digital Photo Printer', '350'), (6294, '0171', 'Fingerprint Sensor 3500', '350'), (6295, '017e', 'Net MD', '350'), (6296, '017f', 'Hi-MD WALKMAN', '350'), (6297, '0180', 'Net MD', '350'), (6298, '0181', 'Hi-MD WALKMAN', '350'), (6299, '0182', 'Net MD', '350'), (6300, '0183', 'Hi-MD WALKMAN', '350'), (6301, '0184', 'Net MD', '350'), (6302, '0185', 'Hi-MD WALKMAN', '350'), (6303, '0186', 'Net MD', '350'), (6304, '0187', 'Hi-MD MZ-NH600 WALKMAN', '350'), (6305, '0188', 'Net MD', '350'), (6306, '018a', 'Net MD', '350'), (6307, '018b', 'Hi-MD SOUND GATE', '350'), (6308, '019e', 'Micro Vault 1.0G Mass Storage', '350'), (6309, '01ad', 'ATRAC HDD PA', '350'), (6310, '01bb', 'FeliCa S320 [PaSoRi]', '350'), (6311, '01bd', 'MRW62E Multi-Card Reader/Writer', '350'), (6312, '01c3', 'NW-E55 Network Walkman', '350'), (6313, '01c6', 'MEMORY P-AUDIO', '350'), (6314, '01c7', 'Printing Support', '350'), (6315, '01c8', 'PSP Type A', '350'), (6316, '01c9', 'PSP Type B', '350'), (6317, '01d0', 'DVD+RW External Drive DRU-700A', '350'), (6318, '01d5', 'IC RECORDER', '350'), (6319, '01de', 'VRD-VC10 [Video Capture]', '350'), (6320, '01e7', 'UP-D897', '350'), (6321, '01e8', 'UP-DR150 Photo Printer', '350'), (6322, '01e9', 'Net MD', '350'), (6323, '01ea', 'Hi-MD WALKMAN', '350'), (6324, '01ee', 'IC RECORDER', '350'), (6325, '01fa', 'IC Recorder (P)', '350'), (6326, '01fb', 'NW-E405 Network Walkman', '350'), (6327, '020f', 'Device', '350'), (6328, '0210', 'ATRAC HDD PA', '350'), (6329, '0219', 'Net MD', '350'), (6330, '021a', 'Hi-MD WALKMAN', '350'), (6331, '021b', 'Net MD', '350'), (6332, '021c', 'Hi-MD WALKMAN', '350'), (6333, '021d', 'Net MD', '350'), (6334, '0226', 'UP-CR10L', '350'), (6335, '0227', 'Printing Support', '350'), (6336, '022c', 'Net MD', '350'), (6337, '022d', 'Hi-MD AUDIO', '350'), (6338, '0233', 'ATRAC HDD PA', '350'), (6339, '0236', 'Mobile HDD', '350'), (6340, '023b', 'DVD+RW External Drive DRU-800UL', '350'), (6341, '023c', 'Net MD', '350'), (6342, '023d', 'Hi-MD WALKMAN', '350'), (6343, '0243', 'MicroVault Flash Drive', '350'), (6344, '024b', 'Vaio VGX Mouse', '350'), (6345, '0257', 'IFU-WLM2 USB Wireless LAN Module (Wireless Mode)', '350'), (6346, '0258', 'IFU-WLM2 USB Wireless LAN Module (Memory Mode)', '350'), (6347, '0259', 'IC RECORDER', '350'), (6348, '0267', 'Tachikoma Device', '350'), (6349, '0268', 'Batoh Device / PlayStation 3 Controller', '350'), (6350, '0269', 'HDD WALKMAN', '350'), (6351, '026a', 'HDD WALKMAN', '350'), (6352, '0271', 'IC Recorder (P)', '350'), (6353, '027c', 'NETWORK WALKMAN', '350'), (6354, '027e', 'SONY Communicator', '350'), (6355, '027f', 'IC RECORDER', '350'), (6356, '0286', 'Net MD', '350'), (6357, '0287', 'Hi-MD WALKMAN', '350'), (6358, '0290', 'VGP-UVC100 Visual Communication Camera', '350'), (6359, '029b', 'PRS-500 eBook reader', '350'), (6360, '02a5', 'MicroVault Flash Drive', '350'), (6361, '02af', 'Handycam DCR-DVD306E', '350'), (6362, '02c4', 'Device', '350'), (6363, '02d1', 'DVD RW', '350'), (6364, '02d2', 'PSP Slim', '350'), (6365, '02d4', 'UP-CX1', '350'), (6366, '02d8', 'SBAC-US10 SxS PRO memory card reader/writer', '350'), (6367, '02e1', 'FeliCa S330 [PaSoRi]', '350'), (6368, '02ea', 'PlayStation 3 Memory Card Adaptor', '350'), (6369, '02f9', 'DSC-H9', '350'), (6370, '0317', 'WALKMAN', '350'), (6371, '031a', 'Walkman NWD-B103F', '350'), (6372, '031e', 'PRS-300/PRS-505 eBook reader', '350'), (6373, '0325', 'NWZ-A818', '350'), (6374, '033e', 'DSC-W120/W290', '350'), (6375, '0346', 'Handycam DCR-SR55E', '350'), (6376, '0348', 'HandyCam HDR-TG3E', '350'), (6377, '035b', 'Walkman NWZ-A828', '350'), (6378, '035c', 'NWZ-A726/A728/A729', '350'), (6379, '035f', 'UP-DR200 Photo Printer', '350'), (6380, '0360', 'M2 Card Reader', '350'), (6381, '0382', 'Memory Stick PRO-HG Duo Adaptor (MSAC-UAH1)', '350'), (6382, '0385', 'Walkman NWZ-E436F', '350'), (6383, '0387', 'IC Recorder (P)', '350'), (6384, '03bc', 'Webbie HD - MHS-CM1', '350'), (6385, '03c3', 'UP-DR80MD', '350'), (6386, '03c4', 'Stryker SDP1000', '350'), (6387, '03c5', 'UP-DR80', '350'), (6388, '03cc', 'SD Card Reader', '350'), (6389, '03d1', 'DPF-X95', '350'), (6390, '03d3', 'DR-BT100CX', '350'), (6391, '03d5', 'PlayStation Move motion controller', '350'), (6392, '03fc', 'WALKMAN [NWZ-E345]', '350'), (6393, '03fd', 'Walkman NWZ-E443', '350'), (6394, '042f', 'PlayStation Move navigation controller', '350'), (6395, '0440', 'DSC-H55', '350'), (6396, '0485', 'MHS-PM5 HD camcorder', '350'), (6397, '04cb', 'WALKMAN NWZ-E354', '350'), (6398, '0541', 'DSC-HX100V [Cybershot Digital Still Camera]', '350'), (6399, '05c4', 'DualShock 4 [CUH-ZCT1x]', '350'), (6400, '0689', 'Walkman NWZ-B173F', '350'), (6401, '06bb', 'WALKMAN NWZ-F805', '350'), (6402, '06c3', 'RC-S380', '350'), (6403, '07c4', 'ILCE-6000 (aka Alpha-6000) in Mass Storage mode', '350'), (6404, '082f', 'Walkman NWZW Series', '350'), (6405, '0847', 'WG-C10 Portable Wireless Server', '350'), (6406, '0884', 'MDR-ZX770BN [Wireless Noise Canceling Stereo Headset]', '350'), (6407, '088c', 'Portable Headphone Amplifier', '350'), (6408, '08b7', 'ILCE-6000 (aka Alpha-6000) in MTP mode', '350'), (6409, '094e', 'ILCE-6000 (aka Alpha-6000) in PC Remote mode', '350'), (6410, '0994', 'ILCE-6000 (aka Alpha-6000) in charging mode', '350'), (6411, '09cc', 'DualShock 4 [CUH-ZCT2x]', '350'), (6412, '0ba0', 'Dualshock4 Wireless Adaptor', '350'), (6413, '0bb5', 'Headset MDR-1000X', '350'), (6414, '0c02', 'ILCE-7M3 [A7III] in Mass Storage mode', '350'), (6415, '0c03', 'ILCE-7M3 [A7III] in MTP mode', '350'), (6416, '0c34', 'ILCE-7M3 [A7III] in PC Remote mode', '350'), (6417, '0cd3', 'WH-1000XM3 [Wireless Noise-Canceling Headphones]', '350'), (6418, '0cda', 'PlayStation Classic controller', '350'), (6419, '1000', 'Wireless Buzz! Receiver', '350'), (6420, '0002', 'InkJet Color Printer', '354'), (6421, '0004', 'InkJet Color Printer', '354'), (6422, '0005', 'InkJet Color Printer', '354'), (6423, '000b', 'Workcentre 24', '354'), (6424, '014e', 'CM215b Printer', '354'), (6425, '0165', 'DocuPrint M215b', '354'), (6426, '0001', 'TerraCAM', '357'), (6427, '0002', 'CPiA Webcam', '357'), (6428, '0100', 'STV0672 Camera', '357'), (6429, '0140', 'Video Camera', '357'), (6430, '0150', 'CDE CAM 100', '357'), (6431, '0151', 'Digital Blue QX5 Microscope', '357'), (6432, '0200', 'Dual-mode Camera0', '357'), (6433, '0201', 'Dual-mode Camera1', '357'), (6434, '0202', 'STV0680 Camera', '357'), (6435, '0674', 'Multi-mode Camera', '357'), (6436, '0679', 'NMS Video Camera (Webcam)', '357'), (6437, '1002', 'Che-ez! Splash', '357'), (6438, '0001', 'AK5370 I/F A/D Converter', '360'), (6439, '2001', 'UC-1284 Printer Port', '361'), (6440, '2002', '10Mbps Ethernet [klsi]', '361'), (6441, '2004', 'UC-100KM PS/2 Mouse and Keyboard adapter', '361'), (6442, '2006', 'UC-1284B Printer Port', '361'), (6443, '2007', 'UC-110T 100Mbps Ethernet [pegasus]', '361'), (6444, '2008', 'UC-232A Serial Port [pl2303]', '361'), (6445, '2009', 'UC-210T Ethernet', '361'), (6446, '2011', 'UC-2324 4xSerial Ports [mos7840]', '361'), (6447, '2202', 'CS124U Miniview II KVM Switch', '361'), (6448, '2212', 'Keyboard/Mouse', '361'), (6449, '2213', 'CS682 2-Port USB 2.0 DVI KVM Switch', '361'), (6450, '2221', 'Winbond Hermon', '361'), (6451, '2404', '4-port switch', '361'), (6452, '2600', 'IDE Bridge', '361'), (6453, '2701', 'CE700A KVM Extender', '361'), (6454, '4000', 'DSB-650 10Mbps Ethernet [klsi]', '361'), (6455, '7000', 'Hub', '361'), (6456, '7820', 'UC-2322 2xSerial Ports [mos7820]', '361'), (6457, '8021', 'Hub', '361'), (6458, '1009', 'GW Instek GDS-1000 Oscilloscope', '362'), (6459, '100a', 'GW Instek GDS-1000A Oscilloscope', '362'), (6460, '2009', 'GW Instek GDS-2000 Oscilloscope', '362'), (6461, '0001', 'Keyboard', '367'), (6462, '0bb1', 'Bluetooth Device', '367'), (6463, '1030', 'Optical Wheel Mouse (OMS3CB/OMGB30)', '367'), (6464, '1031', 'Optical Wheel Mouse (OMA3CB/OMGI30)', '367'), (6465, '1040', 'Mouse HID Device', '367'), (6466, '1050', 'E-Mail Optical Wheel Mouse (OMS3CE)', '367'), (6467, '1080', 'Optical Wheel Mouse (OMS3CH)', '367'), (6468, '2020', 'Floppy Disk Drive', '367'), (6469, '6780', 'Keyboard V1', '367'), (6470, '6781', 'Keyboard Mouse', '367'), (6471, '8001', 'E.M. Hub', '367'), (6472, '9000', 'AnyCam [pwc]', '367'), (6473, '9001', 'MPC-C30 AnyCam Premium for Notebooks [pwc]', '367'), (6474, 'a000', 'SWL-2100U', '367'), (6475, 'a010', 'WLAN Adapter(SWL-2300)', '367'), (6476, 'a011', 'Boot Device', '367'), (6477, 'a012', 'WLAN Adapter(SWL-2300)', '367'), (6478, 'a013', 'WLAN Adapter(SWL-2350)', '367'), (6479, 'a230', 'Boot Device', '367'), (6480, 'b000', '11Mbps WLAN Mini Adapter', '367'), (6481, 'b230', 'Netopia 802.11b WLAN Adapter', '367'), (6482, 'b231', 'LG Wireless LAN 11b Adapter', '367'), (6483, '0001', 'ScanExpress 1200 CU', '369'), (6484, '0002', 'ScanExpress 600 CU', '369'), (6485, '0003', 'ScanExpress 1200 USB', '369'), (6486, '0006', 'ScanExpress 1200 UB', '369'), (6487, '0007', 'ScanExpress 1200 USB Plus', '369'), (6488, '0008', 'ScanExpress 1200 CU Plus', '369'), (6489, '0010', 'BearPaw 1200F', '369'), (6490, '0210', 'ScanExpress A3 USB', '369'), (6491, '0218', 'BearPaw 2400 TA', '369'), (6492, '0219', 'BearPaw 2400 TA Plus', '369'), (6493, '021a', 'BearPaw 2448 TA Plus', '369'), (6494, '021b', 'BearPaw 1200 CU Plus', '369'), (6495, '021c', 'BearPaw 1200 CU Plus', '369'), (6496, '021d', 'BearPaw 2400 CU Plus', '369'), (6497, '021e', 'BearPaw 1200 TA/CS', '369'), (6498, '021f', 'SNAPSCAN e22', '369'), (6499, '0400', 'BearPaw 2400 TA Pro', '369'), (6500, '0401', 'P 3600 A3 Pro', '369'), (6501, '0408', 'BearPaw 2448 CU Pro', '369'), (6502, '0409', 'BearPaw 2448 TA Pro', '369'), (6503, '040b', 'ScanExpress A3 USB 1200 PRO', '369'), (6504, '0501', 'ScanExpress A3 2400 Pro', '369'), (6505, '0873', 'ScanExpress 600 USB', '369'), (6506, '1000', 'BearPaw 4800 TA Pro', '369'), (6507, 'a350', 'gSmart 350 Camera', '369'), (6508, 'a800', 'MDC 800 Camera', '369'), (6509, 'b500', 'MDC 3000 Camera', '369'), (6510, 'c005', 'PC CAM 300A', '369'), (6511, 'c200', 'gSmart 300', '369'), (6512, 'c211', 'Kowa Bs888e Microcamera', '369'), (6513, 'c220', 'gSmart mini', '369'), (6514, 'c230', 'Digicam 330K', '369'), (6515, 'c232', 'MDC3500 Camera', '369'), (6516, 'c360', 'DV 4000 Camera', '369'), (6517, 'c420', 'gSmart mini 2 Camera', '369'), (6518, 'c430', 'gSmart LCD 2 Camera', '369'), (6519, 'c440', 'DV 3000 Camera', '369'), (6520, 'c520', 'gSmart mini 3 Camera', '369'), (6521, 'c530', 'gSmart LCD 2 Camera', '369'), (6522, 'c540', 'gSmart D30 Camera', '369'), (6523, 'c630', 'MDC 4000 Camera', '369'), (6524, 'c631', 'MDC 4000 Camera', '369'), (6525, 'c650', 'MDC 5500Z Camera', '369'), (6526, 'd001', 'WCam 300', '369'), (6527, 'd003', 'WCam 300A', '369'), (6528, 'd004', 'WCam 300AN', '369'), (6529, '0001', 'Enhanced Microphone', '372'), (6530, '0002', 'Telex Microphone', '372'), (6531, '0001', 'Serial Port [etek]', '375'), (6532, '0002', 'Enet Ethernet [klsi]', '375'), (6533, '0003', '@Home Networks Ethernet [klsi]', '375'), (6534, '0005', 'Enet2 Ethernet [klsi]', '375'), (6535, '0041', 'Peracom Remote NDIS Ethernet Adapter', '375'), (6536, '0110', 'ViewMate Desktop Mouse CC2201', '376'), (6537, '1001', 'ViewMate Desktop Mouse CC2201', '376'), (6538, '1002', 'ViewMate Desktop Mouse CC2201', '376'), (6539, '1003', 'ViewMate Desktop Mouse CC2201', '376'), (6540, '1004', 'ViewMate Desktop Mouse CC2201', '376'), (6541, '1005', 'ViewMate Desktop Mouse CC2201', '376'), (6542, '1006', 'ViewMate Desktop Mouse CC2201', '376'), (6543, '1007', 'ViewMate Desktop Mouse CC2201', '376'), (6544, '2800', 'MIC K/B', '376'), (6545, '2801', 'MIC K/B Mouse', '376'), (6546, '2802', 'Kbd Hub', '376'), (6547, '3002', 'Keyboard', '376'), (6548, '3004', 'Genius KB-29E', '376'), (6549, '3013', 'BakkerElkhuizen Wired Keyboard S-board 840 Design', '376'), (6550, '3020', 'BakkerElkhuizen Wired Keyboard S-board 840 Design USB-Hub', '376'), (6551, '3027', 'Sun-Flex ProTouch', '376'), (6552, '3107', 'Keyboard', '376'), (6553, '3132', 'Optical mouse M-DY4DR / M-DY6DR', '376'), (6554, '4006', 'FID 638 Mouse (Sun Microsystems)', '376'), (6555, '0000', 'PenPartner', '380'), (6556, '0001', 'PenPartner 4x5', '380'), (6557, '0002', 'PenPartner 6x8', '380'), (6558, '0003', 'PTU-600 [Cintiq Partner]', '380'), (6559, '0010', 'ET-0405 [Graphire]', '380'), (6560, '0011', 'ET-0405A [Graphire2 (4x5)]', '380'), (6561, '0012', 'ET-0507A [Graphire2 (5x7)]', '380'), (6562, '0013', 'CTE-430 [Graphire3 (4x5)]', '380'), (6563, '0014', 'CTE-630 [Graphire3 (6x8)]', '380'), (6564, '0015', 'CTE-440 [Graphire4 (4x5)]', '380'), (6565, '0016', 'CTE-640 [Graphire4 (6x8)]', '380'), (6566, '0017', 'CTE-450 [Bamboo Fun (small)]', '380'), (6567, '0018', 'CTE-650 [Bamboo Fun (medium)]', '380'), (6568, '0019', 'CTE-631 [Bamboo One]', '380'), (6569, '0020', 'GD-0405 [Intuos (4x5)]', '380'), (6570, '0021', 'GD-0608 [Intuos (6x8)]', '380'), (6571, '0022', 'GD-0912 [Intuos (9x12)]', '380'), (6572, '0023', 'GD-1212 [Intuos (12x12)]', '380'), (6573, '0024', 'GD-1218 [Intuos (12x18)]', '380'), (6574, '0026', 'PTH-450 [Intuos5 touch (S)]', '380'), (6575, '0027', 'PTH-650 [Intuos5 touch (M)]', '380'), (6576, '0028', 'PTH-850 [Intuos5 touch (L)]', '380'), (6577, '0029', 'PTK-450 [Intuos5 (S)]', '380'), (6578, '002a', 'PTK-650 [Intuos5 (M)]', '380'), (6579, '0030', 'PL400', '380'), (6580, '0031', 'PL500', '380'), (6581, '0032', 'PL600', '380'), (6582, '0033', 'PL600SX', '380'), (6583, '0034', 'PL550', '380'), (6584, '0035', 'PL800', '380'), (6585, '0037', 'PL700', '380'), (6586, '0038', 'PL510', '380'), (6587, '0039', 'DTU-710', '380'), (6588, '003a', 'DTI-520', '380'), (6589, '003b', 'Integrated Hub', '380'), (6590, '003f', 'DTZ-2100 [Cintiq 21UX]', '380'), (6591, '0041', 'XD-0405-U [Intuos2 (4x5)]', '380'), (6592, '0042', 'XD-0608-U [Intuos2 (6x8)]', '380'), (6593, '0043', 'XD-0912-U [Intuos2 (9x12)]', '380'), (6594, '0044', 'XD-1212-U [Intuos2 (12x12)]', '380'), (6595, '0045', 'XD-1218-U [Intuos2 (12x18)]', '380'), (6596, '0047', 'Intuos2 6x8', '380'), (6597, '0057', 'DTK-2241', '380'), (6598, '0059', 'DTH-2242 tablet', '380'), (6599, '005b', 'DTH-2200 [Cintiq 22HD Touch] tablet', '380'), (6600, '005d', 'DTH-2242 touchscreen', '380'), (6601, '005e', 'DTH-2200 [Cintiq 22HD Touch] touchscreen', '380'), (6602, '0060', 'FT-0405 [Volito, PenPartner, PenStation (4x5)]', '380'), (6603, '0061', 'FT-0203 [Volito, PenPartner, PenStation (2x3)]', '380'), (6604, '0062', 'CTF-420 [Volito2]', '380'), (6605, '0063', 'CTF-220 [BizTablet]', '380'), (6606, '0064', 'CTF-221 [PenPartner2]', '380'), (6607, '0065', 'MTE-450 [Bamboo]', '380'), (6608, '0069', 'CTF-430 [Bamboo One]', '380'), (6609, '006a', 'CTE-460 [Bamboo One Pen (S)]', '380'), (6610, '006b', 'CTE-660 [Bamboo One Pen (M)]', '380'), (6611, '0081', 'CTE-630BT [Graphire Wireless (6x8)]', '380'), (6612, '0084', 'ACK-40401 [Wireless Accessory Kit]', '380'), (6613, '0090', 'TPC90', '380'), (6614, '0093', 'TPC93', '380'), (6615, '0097', 'TPC97', '380'), (6616, '009a', 'TPC9A', '380'), (6617, '00a2', 'STU-300B [LCD signature pad]', '380'), (6618, '00b0', 'PTZ-430 [Intuos3 (4x5)]', '380'), (6619, '00b1', 'PTZ-630 [Intuos3 (6x8)]', '380'), (6620, '00b2', 'PTZ-930 [Intuos3 (9x12)]', '380'), (6621, '00b3', 'PTZ-1230 [Intuos3 (12x12)]', '380'), (6622, '00b4', 'PTZ-1231W [Intuos3 (12x19)]', '380'), (6623, '00b5', 'PTZ-631W [Intuos3 (6x11)]', '380'), (6624, '00b7', 'PTZ-431W [Intuos3 (4x6)]', '380'), (6625, '00b8', 'PTK-440 [Intuos4 (4x6)]', '380'), (6626, '00b9', 'PTK-640 [Intuos4 (6x9)]', '380'), (6627, '00ba', 'PTK-840 [Intuos4 (8x13)]', '380'), (6628, '00bb', 'PTK-1240 [Intuos4 (12x19)]', '380'), (6629, '00c0', 'DTF-521', '380'), (6630, '00c4', 'DTF-720', '380'), (6631, '00c5', 'DTZ-2000W [Cintiq 20WSX]', '380'), (6632, '00c6', 'DTZ-1200W [Cintiq 12WX]', '380'), (6633, '00c7', 'DTU-1931', '380'), (6634, '00cc', 'DTK-2100 [Cintiq 21UX]', '380'), (6635, '00ce', 'DTU-2231', '380'), (6636, '00d0', 'CTT-460 [Bamboo Touch]', '380'), (6637, '00d1', 'CTH-460 [Bamboo Pen & Touch]', '380'), (6638, '00d2', 'CTH-461 [Bamboo Fun/Craft/Comic Pen & Touch (S)]', '380'), (6639, '00d3', 'CTH-661 [Bamboo Fun/Comic Pen & Touch (M)]', '380'), (6640, '00d4', 'CTL-460 [Bamboo Pen (S)]', '380'), (6641, '00d5', 'CTL-660 [Bamboo Pen (M)]', '380'), (6642, '00d6', 'CTH-460 [Bamboo Pen & Touch]', '380'), (6643, '00d7', 'CTH-461 [Bamboo Fun/Craft/Comic Pen & Touch (S)]', '380'), (6644, '00d8', 'CTH-661 [Bamboo Fun/Comic Pen & Touch (M)]', '380'), (6645, '00d9', 'CTT-460 [Bamboo Touch]', '380'), (6646, '00da', 'CTH-461SE [Bamboo Pen & Touch Special Edition (S)]', '380'), (6647, '00db', 'CTH-661SE [Bamboo Pen & Touch Special Edition (M)]', '380'), (6648, '00dc', 'CTT-470 [Bamboo Touch]', '380'), (6649, '00dd', 'CTL-470 [Bamboo Connect]', '380'), (6650, '00de', 'CTH-470 [Bamboo Fun Pen & Touch]', '380'), (6651, '00df', 'CTH-670 [Bamboo Create/Fun]', '380'), (6652, '00e2', 'TPCE2', '380'), (6653, '00e3', 'TPCE3', '380'), (6654, '00e5', 'TPCE5', '380'), (6655, '00e6', 'TPCE6', '380'), (6656, '00ec', 'TPCEC', '380'), (6657, '00ed', 'TPCED', '380'), (6658, '00ef', 'TPCEF', '380'), (6659, '00f0', 'DTU-1631', '380'), (6660, '00f4', 'DTK-2400 [Cintiq 24HD] tablet', '380'), (6661, '00f6', 'DTH-2400 [Cintiq 24HD touch] touchscreen', '380'), (6662, '00f8', 'DTH-2400 [Cintiq 24HD touch] tablet', '380'), (6663, '00f9', 'DTK-2200 [Cintiq 22HD] hub', '380'), (6664, '00fa', 'DTK-2200 [Cintiq 22HD] tablet', '380'), (6665, '00fb', 'DTU-1031', '380'), (6666, '0100', 'TPC100', '380'), (6667, '0101', 'TPC101', '380'), (6668, '010d', 'TPC10D', '380'), (6669, '010e', 'TPC10E', '380'), (6670, '010f', 'TPC10F', '380'), (6671, '0116', 'TPC116', '380'), (6672, '012c', 'TPC12C', '380'), (6673, '0221', 'MDP-123 [Inkling]', '380'), (6674, '0300', 'CTL-471 [Bamboo Splash, One by Wacom (S)]', '380'), (6675, '0301', 'CTL-671 [One by Wacom (M)]', '380'), (6676, '0302', 'CTH-480 [Intuos Pen & Touch (S)]', '380'), (6677, '0303', 'CTH-680 [Intuos Pen & Touch (M)]', '380'), (6678, '0304', 'DTK-1300 [Cintiq 13HD]', '380'), (6679, '0307', 'DTH-A1300 [Cintiq Companion Hybrid] tablet', '380'), (6680, '0309', 'DTH-A1300 [Cintiq Companion Hybrid] touchscreen', '380'), (6681, '030e', 'CTL-480 [Intuos Pen (S)]', '380'), (6682, '0314', 'PTH-451 [Intuos pro (S)]', '380'), (6683, '0315', 'PTH-651 [Intuos pro (M)]', '380'), (6684, '0317', 'PTH-851 [Intuos pro (L)]', '380'), (6685, '0318', 'CTH-301 [Bamboo]', '380'), (6686, '0319', 'CTH-300 [Bamboo Pad wireless]', '380'), (6687, '0323', 'CTL-680 [Intuos Pen (M)]', '380'), (6688, '032a', 'DTK-2700 [Cintiq 27QHD]', '380'), (6689, '032b', 'DTH-2700 [Cintiq 27QHD touch] tablet', '380'), (6690, '032c', 'DTH-2700 [Cintiq 27QHD touch] touchscreen', '380'), (6691, '032f', 'DTU-1031X', '380'), (6692, '0331', 'ACK-411050 [ExpressKey Remote]', '380'), (6693, '0333', 'DTH-1300 [Cintiq 13HD Touch] tablet', '380'), (6694, '0335', 'DTH-1300 [Cintiq 13HD Touch] touchscreen', '380'), (6695, '0336', 'DTU-1141', '380'), (6696, '033b', 'CTL-490 [Intuos Draw (S)]', '380'), (6697, '033c', 'CTH-490 [Intuos Art/Photo/Comic (S)]', '380'), (6698, '033d', 'CTL-690 [Intuos Draw (M)]', '380'), (6699, '033e', 'CTH-690 [Intuos Art (M)]', '380'), (6700, '0343', 'DTK-1651', '380'), (6701, '0347', 'DTH-W1620 [MobileStudio Pro 16] internal hub', '380'), (6702, '0348', 'DTH-W1620 [MobileStudio Pro 16] external hub', '380'), (6703, '034a', 'DTH-W1320 [MobileStudio Pro 13] touchscreen', '380'), (6704, '034b', 'DTH-W1620 [MobileStudio Pro 16] touchscreen', '380'), (6705, '034d', 'DTH-W1320 [MobileStudio Pro 13] tablet', '380'), (6706, '034e', 'DTH-W1620 [MobileStudio Pro 16] tablet', '380'), (6707, '034f', 'DTH-1320 [Cintiq Pro 13] tablet', '380'), (6708, '0350', 'DTH-1620 [Cintiq Pro 16] tablet', '380'), (6709, '0351', 'DTH-2420 [Cintiq Pro 24 PT] tablet', '380'), (6710, '0352', 'DTH-3220 [Cintiq Pro 32] tablet', '380'), (6711, '0353', 'DTH-1320 [Cintiq Pro 13] touchscreen', '380'), (6712, '0354', 'DTH-1620 [Cintiq Pro 16] touchscreen', '380'), (6713, '0355', 'DTH-2420 [Cintiq Pro 24 PT] touchscreen', '380'), (6714, '0356', 'DTH-3220 [Cintiq Pro 32] touchscreen', '380'), (6715, '0357', 'PTH-660 [Intuos Pro (M)]', '380'), (6716, '0358', 'PTH-860 [Intuos Pro (L)]', '380'), (6717, '0359', 'DTU-1141B', '380'), (6718, '035a', 'DTH-1152 tablet', '380'), (6719, '0368', 'DTH-1152 touchscreen', '380'), (6720, '0374', 'CTL-4100 [Intuos (S)]', '380'), (6721, '0375', 'CTL-6100 [Intuos (M)]', '380'), (6722, '0376', 'CTL-4100WL [Intuos BT (S)]', '380'), (6723, '0378', 'CTL-6100WL [Intuos BT (M)]', '380'), (6724, '037a', 'CTL-472 [One by Wacom (S)]', '380'), (6725, '037b', 'CTL-672 [One by Wacom (M)]', '380'), (6726, '037c', 'DTK-2420 [Cintiq Pro 24 P]', '380'), (6727, '037d', 'DTH-2452 tablet', '380'), (6728, '037e', 'DTH-2452 touchscreen', '380'), (6729, '0382', 'DTK-2451 tablet', '380'), (6730, '038a', 'DTH-3220 [Cintiq Pro 32] internal hub', '380'), (6731, '038d', 'DTH-3220 [Cintiq Pro 32] internal hub', '380'), (6732, '038e', 'DTH-3220 [Cintiq Pro 32] external hub', '380'), (6733, '038f', 'DTH-3220 [Cintiq Pro 32] internal hub', '380'), (6734, '0390', 'DTK-1660 [Cintiq 16]', '380'), (6735, '0392', 'PTH-460 [Intuos Pro (S)]', '380'), (6736, '0396', 'DTK-1660E', '380'), (6737, '0398', 'DTH-W1320 [MobileStudio Pro 13] tablet', '380'), (6738, '0399', 'DTH-W1620 [MobileStudio Pro 16] tablet', '380'), (6739, '039a', 'DTH-W1320 [MobileStudio Pro 13] touchscreen', '380'), (6740, '039b', 'DTH-W1620 [MobileStudio Pro 16] touchscreen', '380'), (6741, '039c', 'DTH-W1320 [MobileStudio Pro 16] external hub', '380'), (6742, '039d', 'DTH-W1320 [MobileStudio Pro 16] internal hub', '380'), (6743, '03aa', 'DTH-W1620 [MobileStudio Pro 16] tablet', '380'), (6744, '03ac', 'DTH-W1620 [MobileStudio Pro 16] touchscreen', '380'), (6745, '0400', 'PenPartner 4x5', '380'), (6746, '4001', 'TPC4001', '380'), (6747, '4004', 'TPC4004', '380'), (6748, '4850', 'PenPartner 6x8', '380'), (6749, '5000', 'TPC5000', '380'), (6750, '5002', 'TPC5002', '380'), (6751, '5010', 'TPC5010', '380'), (6752, '0006', 'KwikLink Host-Host Connector', '382'), (6753, '8007', 'Kwik232 Serial Port', '382'), (6754, '8100', 'KwikLink Host-Host Connector', '382'), (6755, '8101', 'KwikLink USB-USB Bridge', '382'), (6756, '0000', 'Hub', '383'), (6757, '0001', 'Monitor', '383'), (6758, '0002', 'HID Monitor Controls', '383'), (6759, '0003', 'Device Bay Controller', '383'), (6760, '4001', 'Monitor', '383'), (6761, '0002', '29UO Mouse', '384'), (6762, '0057', 'Micro Grast Pop M-PGDL', '384'), (6763, '005c', 'Micro Grast Pop M-PG2DL', '384'), (6764, '005d', 'Micro Grast Fit M-FGDL', '384'), (6765, '005e', 'Micro Grast Fit M-FG2DL', '384'), (6766, '0062', 'Optical mouse M-D18DR', '384'), (6767, '0063', 'Laser mouse M-SODL', '384'), (6768, '0069', 'Laser mouse M-GE1UL', '384'), (6769, '0071', 'Laser mouse M-GE3DL', '384'), (6770, '0072', 'Laser mouse M-LS6UL', '384'), (6771, '0073', 'Laser mouse M-LS7UL', '384'), (6772, '0074', 'Optical mouse M-FW1UL', '384'), (6773, '0075', 'Laser mouse M-FW2DL', '384'), (6774, '0077', 'Laser mouse M-LY2UL', '384'), (6775, '0079', 'Laser mouse M-D21DL', '384'), (6776, '007b', 'Laser mouse M-D20DR', '384'), (6777, '007c', 'Laser Bluetooth mouse M-BT5BL', '384'), (6778, '007e', 'Option mouse M-M8UR', '384'), (6779, '007f', 'Option mouse M-M9UR', '384'), (6780, '0081', 'Option mouse M-DY6DR', '384'), (6781, '0082', 'Laser mouse M-D22DR', '384'), (6782, '0088', 'Micro Grast2 Bit M-BG3DL', '384'), (6783, '0089', 'Micro Grast2 Pop M-PG3DL', '384'), (6784, '008c', 'M-NE3DL Mouse', '384'), (6785, '008d', 'ORIME M-NE4DR', '384'), (6786, '008f', 'M-BT8BL Bluetooth Mouse', '384'), (6787, '0092', 'Wireless BlueLED Mouse (M-BL2DB)', '384'), (6788, '009c', 'IR Mouse M-IR02DR', '384'), (6789, '009d', 'IR Mouse M-IR03DR', '384'), (6790, '009f', 'BlueLED Mouse M-HS1DB', '384'), (6791, '00a1', 'IR Mouse M-IR05DR', '384'), (6792, '00a4', 'Blue LED Mouse M-BL06DB', '384'), (6793, '00a5', 'M-NV1BR Bluetooth Mouse', '384'), (6794, '00a7', 'Blue LED Mouse M-BL08DB', '384'), (6795, '00a8', 'M-BL09DB Mouse', '384'), (6796, '00a9', 'M-BL10UB Mouse', '384'), (6797, '00aa', 'M-BL11DB Mouse', '384'), (6798, '00ac', 'M-A-BL01UL / M-BL15DB Mouse', '384'), (6799, '00b4', 'Track on Glass Mouse M-TG02DL', '384'), (6800, '00b5', 'Track on Glass Mouse M-TG03UL', '384'), (6801, '00b6', 'Track on Glass Mouse M-TG04DL', '384'), (6802, '00b8', 'M-A-BL01UL or M-ASKL2 Mouse', '384'), (6803, '00b9', 'M-A-BL02DB or M-ASKL Mouse', '384'), (6804, '00cb', 'M-BL21DB Mouse', '384'), (6805, '00cd', 'M-XG1UB Mouse', '384'), (6806, '00ce', 'M-XG1DB Mouse', '384'), (6807, '00cf', 'M-XG1BB Bluetooth Mouse', '384'), (6808, '00d0', 'M-XG2UB Mouse', '384'), (6809, '00d1', 'M-XG2DB Mouse', '384'), (6810, '00d2', 'M-XG2BB Bluetooth Mouse', '384'), (6811, '00d3', 'M-XG3DL Mouse', '384'), (6812, '00d4', 'M-LS11DL Mouse', '384'), (6813, '00da', 'M-XG4UB Mouse', '384'), (6814, '00db', 'M-XG4DB Mouse', '384'), (6815, '00dc', 'M-XG4BB Bluetooth Mouse', '384'), (6816, '00dd', 'M-LS12UL Mouse', '384'), (6817, '00de', 'M-LS13UL Mouse', '384'), (6818, '00df', 'M-BL22DB Mouse', '384'), (6819, '00e1', 'M-WK01DB or M-A-BL04DB', '384'), (6820, '00e2', 'M-A-BL03DB', '384'), (6821, '00e3', 'M-XGx10UB', '384'), (6822, '00e4', 'M-XGx10DB', '384'), (6823, '00e5', 'M-XGx10BB', '384'), (6824, '00e6', 'M-XGx20DL or M-XGx20DB UltimateLaser Mouse', '384'), (6825, '00f1', 'M-XT1DRBK USB EX-G Wireless Optical TrackBall', '384'), (6826, '00f2', 'M-XT1URBK EX-G Optical Trackball', '384'), (6827, '00f3', 'M-BL23DB', '384'), (6828, '00f4', 'M-BT13BL LBT-UAN05C2', '384'), (6829, '00f7', 'M-KN1DB', '384'), (6830, '00f8', 'M-BL22DB Mouse (other version)', '384'), (6831, '00f9', 'M-XT2URBK EX-G Optical TrackBall', '384'), (6832, '00fa', 'M-XT2DRBK EX-G Wireless Optical TrackBall', '384'), (6833, '00fb', 'M-XT3URBK EX-G Optical TrackBall', '384'), (6834, '00fc', 'M-XT3DRBK EX-G Wireless Optical TrackBall', '384'), (6835, '00fd', 'M-XT4DRBK EX-G Wireless Optical TrackBall', '384'), (6836, '00fe', 'M-DT1URBK or M-DT2URBK DEFT Optical TrackBall', '384'), (6837, '00ff', 'M-DT1DRBK or M-DT2DRBK DEFT Wireless Optical Mouse', '384'), (6838, '0101', 'M-BL25UBS', '384'), (6839, '0103', 'M-BT16BBS', '384'), (6840, '0104', 'M-BL26UBC', '384'), (6841, '0105', 'M-BL26DBC', '384'), (6842, '0107', 'M-LS15UL', '384'), (6843, '0108', 'M-LS15DL', '384'), (6844, '0109', 'M-LS16UL Mouse', '384'), (6845, '010a', 'M-LS16DL / M-KN2DLS', '384'), (6846, '010b', 'M-BL21DB Mouse', '384'), (6847, '010c', 'M-HT1URBK HUGE Optical TrackBall', '384'), (6848, '010d', 'M-HT1DRBK HUGE Wireless Optical TrackBall', '384'), (6849, '010e', 'M-KS1DBS / M-FPG3DBS', '384'), (6850, '010f', 'M-FBG3DB', '384'), (6851, '0115', 'M-BT13BL', '384'), (6852, '0121', 'M-ED01DB', '384'), (6853, '0122', 'M-NK01DB', '384'), (6854, '0124', 'Dual connect Mouse M-DC01MB Bluetooth', '384'), (6855, '0128', 'TrackBall Mouse M-XPT1MR Wired', '384'), (6856, '0129', 'TrackBall Mouse M-XPT1MR Wireless', '384'), (6857, '0130', 'TrackBall Mouse M-XPT1MR Bluetooth', '384'), (6858, '0131', 'TrackBall Mouse M-DPT1MR Wired', '384'), (6859, '0132', 'TrackBall Mouse M-DPT1MR Wireless', '384'), (6860, '0133', 'TrackBall Mouse M-DPT1MR Bluetooth', '384'), (6861, '0136', 'M-BT20BB', '384'), (6862, '0137', 'BlueTooth 4.0 Mouse M-BT21BB', '384'), (6863, '0138', 'M-A-BL07DB', '384'), (6864, '0140', 'M-G01UR', '384'), (6865, '0141', 'M-Y9UB', '384'), (6866, '0142', 'M-DY13DB', '384'), (6867, '0144', 'M-FBL01DB', '384'), (6868, '1055', 'TK-DCP03 WIRED', '384'), (6869, '1057', 'TK-DCP03 BT', '384'), (6870, '2003', 'JC-U3613M', '384'), (6871, '2004', 'JC-U3613M', '384'), (6872, '200c', 'LD-USB/TX', '384'), (6873, '200f', 'JC-U4013S Gamepad', '384'), (6874, '2012', 'JC-U4013S Gamepad', '384'), (6875, '4002', 'Laneed 100Mbps Ethernet LD-USB/TX [pegasus]', '384'), (6876, '4005', 'LD-USBL/TX', '384'), (6877, '400b', 'LD-USB/TX', '384'), (6878, '4010', 'LD-USB20', '384'), (6879, '5003', 'UC-SGT', '384'), (6880, '5004', 'UC-SGT', '384'), (6881, '6008', 'Flash Disk', '384'), (6882, 'abc1', 'LD-USB/TX', '384'), (6883, 'cd00', 'CDM-751 CD organizer', '385'), (6884, '0002', 'echoFX InterView Lite', '387'), (6885, '0001', 'Ezcam II Webcam', '388'), (6886, '0002', 'Ezcam II Webcam', '388'), (6887, '0040', 'Wondereye CP-115 Webcam', '388'), (6888, '0041', 'Webcam Notebook', '388'), (6889, '0042', 'Webcam Notebook', '388'), (6890, '0320', 'DVBSky T330 DVB-T2/C tuner', '388'), (6891, '1232', 'V.90 modem', '388'), (6892, '1234', 'Typhoon Redfun Modem V90 56k', '388'), (6893, '1252', 'HCF V90 Data Fax Voice Modem', '388'), (6894, '1253', 'Zoom V.92 Faxmodem', '388'), (6895, '1300', 'SoftK56 Data Fax Voice CARP', '388'), (6896, '1301', 'Modem Enumerator', '388'), (6897, '1328', 'TrendNet TFM-561 modem', '388'), (6898, '1804', 'HP Dock Audio', '388'), (6899, '2000', 'SoftGate 802.11 Adapter', '388'), (6900, '2002', 'SoftGate 802.11 Adapter', '388'), (6901, '262a', 'tm5600 Video & Audio Grabber Capture', '388'), (6902, '680c', 'DVBSky T680C DVB-T2/C tuner', '388'), (6903, '6831', 'DVBSky S960 DVB-S2 tuner', '388'), (6904, '8390', 'WinFast PalmTop/Novo TV Video', '388'), (6905, '8392', 'WinFast PalmTop/Novo TV Video', '388'), (6906, '960c', 'DVBSky S960C DVB-S2 tuner', '388'), (6907, 'c686', 'Geniatech T220A DVB-T2 TV Stick', '388'), (6908, 'c688', 'Geniatech T230 DVB-T2 TV Stick', '388'), (6909, 'cafc', 'CX861xx ROM Boot Loader', '388'), (6910, 'cafd', 'CX82310 ROM Boot Loader', '388'), (6911, 'cafe', 'AccessRunner ADSL Modem', '388'), (6912, 'cb00', 'ADSL Modem', '388'), (6913, 'cb01', 'ADSL Modem', '388'), (6914, 'cb06', 'StarModem Network Interface', '388'), (6915, '0003', 'USBGear USBG-V1', '389'), (6916, '0400', 'D-Link V100', '389'), (6917, '0600', 'Dazzle USBVision (1006)', '389'), (6918, '1300', 'leadtek USBVision (1006)', '389'), (6919, '2000', 'X10 va10a Wireless Camera', '389'), (6920, '2001', 'Dazzle EmMe (2001)', '389'), (6921, '2101', 'Zoran Co. PMD (Nogatech) AV-grabber Manhattan', '389'), (6922, '2d00', 'Osprey 50', '389'), (6923, '2d01', 'Hauppauge USB-Live Model 600', '389'), (6924, '3000', 'Dazzle MicroCam (NTSC)', '389'), (6925, '3001', 'Dazzle MicroCam (PAL)', '389'), (6926, '4000', 'Nogatech TV! (NTSC)', '389'), (6927, '4001', 'Nogatech TV! (PAL)', '389'), (6928, '4002', 'Nogatech TV! (PAL-I-)', '389'), (6929, '4003', 'Nogatech TV! (MF-)', '389'), (6930, '4008', 'Nogatech TV! (NTSC) (T)', '389'), (6931, '4009', 'Nogatech TV! (PAL) (T)', '389'), (6932, '4010', 'Nogatech TV! (NTSC) (A)', '389'), (6933, '4100', 'USB-TV FM (NTSC)', '389'), (6934, '4110', 'PNY USB-TV (NTSC) FM', '389'), (6935, '4400', 'Nogatech TV! Pro (NTSC)', '389'), (6936, '4401', 'Nogatech TV! Pro (PAL)', '389'), (6937, '4450', 'PixelView PlayTv-USB PRO (PAL) FM', '389'), (6938, '4451', 'Nogatech TV! Pro (PAL+)', '389'), (6939, '4452', 'Nogatech TV! Pro (PAL-I+)', '389'), (6940, '4500', 'Nogatech TV! Pro (NTSC)', '389'), (6941, '4501', 'Nogatech TV! Pro (PAL)', '389'), (6942, '4550', 'ZTV ZT-721 2.4GHz A/V Receiver', '389'), (6943, '4551', 'Dazzle TV! Pro Audio (P+)', '389'), (6944, '4d00', 'Hauppauge WinTV-USB USA', '389'), (6945, '4d01', 'Hauppauge WinTV-USB', '389'), (6946, '4d02', 'Hauppauge WinTV-USB UK', '389'), (6947, '4d03', 'Hauppauge WinTV-USB France', '389'), (6948, '4d04', 'Hauppauge WinTV (PAL D/K)', '389'), (6949, '4d10', 'Hauppauge WinTV-USB with FM USA radio', '389'), (6950, '4d11', 'Hauppauge WinTV-USB (PAL) with FM radio', '389'), (6951, '4d12', 'Hauppauge WinTV-USB UK with FM Radio', '389'), (6952, '4d14', 'Hauppauge WinTV (PAL D/K FM)', '389'), (6953, '4d20', 'Hauppauge WinTV-USB II (PAL) with FM radio', '389'), (6954, '4d21', 'Hauppauge WinTV-USB II (PAL)', '389'), (6955, '4d22', 'Hauppauge WinTV-USB II (PAL) Model 566', '389'), (6956, '4d23', 'Hauppauge WinTV-USB France 4D23', '389'), (6957, '4d24', 'Hauppauge WinTV Pro (PAL D/K)', '389'), (6958, '4d25', 'Hauppauge WinTV-USB Model 40209 rev B234', '389'), (6959, '4d26', 'Hauppauge WinTV-USB Model 40209 rev B243', '389'), (6960, '4d27', 'Hauppauge WinTV-USB Model 40204 Rev B281', '389'), (6961, '4d28', 'Hauppauge WinTV-USB Model 40204 rev B283', '389'), (6962, '4d29', 'Hauppauge WinTV-USB Model 40205 rev B298', '389'), (6963, '4d2a', 'Hauppague WinTV-USB Model 602 Rev B285', '389'), (6964, '4d2b', 'Hauppague WinTV-USB Model 602 Rev B282', '389'), (6965, '4d2c', 'Hauppauge WinTV Pro (PAL/SECAM)', '389'), (6966, '4d30', 'Hauppauge WinTV-USB FM Model 40211 Rev B123', '389'), (6967, '4d31', 'Hauppauge WinTV-USB III (PAL) with FM radio Model 568', '389'), (6968, '4d32', 'Hauppauge WinTV-USB III (PAL) FM Model 573', '389'), (6969, '4d34', 'Hauppauge WinTV Pro (PAL D/K FM)', '389'), (6970, '4d35', 'Hauppauge WinTV-USB III (PAL) FM Model 597', '389'), (6971, '4d36', 'Hauppauge WinTV Pro (PAL B/G FM)', '389'), (6972, '4d37', 'Hauppauge WinTV-USB Model 40219 rev E189', '389'), (6973, '4d38', 'Hauppauge WinTV Pro (NTSC FM)', '389'), (6974, '0000', 'FlashBuster-U Floppy', '397'), (6975, '0001', 'Tri-Media Reader Floppy', '397'), (6976, '0006', 'Tri-Media Reader Card Reader', '397'), (6977, '0010', 'Memory Stick Reader Writer', '397'), (6978, '0020', 'HEXA Media Drive 6-in-1 Card Reader Writer', '397'), (6979, '0030', 'Memory Card Viewer (TV)', '397'), (6980, '0b00', 'ISDN-Controller B1 Family', '398'), (6981, '0c00', 'ISDN-Controller FRITZ!Card', '398'), (6982, '1000', 'ISDN-Controller FRITZ!Card v2.0', '398'), (6983, '1900', 'ISDN-Controller FRITZ!Card v2.1', '398'), (6984, '2000', 'ISDN-Connector FRITZ!X', '398'), (6985, '2200', 'BlueFRITZ!', '398'), (6986, '2300', 'Teledat X130 DSL', '398'), (6987, '2800', 'Teledat 2a/b / X120 / NetXXL ISDN Terminal Adapter', '398'), (6988, '3200', 'Teledat X130 DSL', '398'), (6989, '3500', 'FRITZ!Card DSL SL', '398'), (6990, '3701', 'FRITZ!Box SL', '398'), (6991, '3702', 'FRITZ!Box', '398'), (6992, '3800', 'BlueFRITZ! Bluetooth Stick', '398'), (6993, '3a00', 'FRITZ!Box Fon', '398'), (6994, '3c00', 'FRITZ!Box WLAN', '398'), (6995, '3d00', 'FRITZ!Box Fon WLAN 7050/7140/7170/IAD3331', '398'), (6996, '3e01', 'FRITZ!Box (Annex A)', '398'), (6997, '4001', 'FRITZ!Box Fon (Annex A)', '398'), (6998, '4101', 'FRITZ!Box WLAN (Annex A)', '398'), (6999, '4201', 'FRITZ!Box Fon WLAN (Annex A)', '398'), (7000, '4601', 'Eumex 5520PC (WinXP/2000)', '398'), (7001, '4602', 'Eumex 400 (WinXP/2000)', '398'), (7002, '4701', 'AVM FRITZ!Box Fon ata', '398'), (7003, '5401', 'Eumex 300 IP', '398'), (7004, '5601', 'AVM Fritz!WLAN [Texas Instruments TNETW1450]', '398'), (7005, '6201', 'AVM Fritz!WLAN v1.1 [Texas Instruments TNETW1450]', '398'), (7006, '62ff', 'AVM Fritz!WLAN USB (in CD-ROM-mode)', '398'), (7007, '8401', 'Fritz!WLAN N [Atheros AR9001U]', '398'), (7008, '8402', 'Fritz!WLAN N 2.4 [Atheros AR9001U]', '398'), (7009, '8403', 'Fritz!WLAN N v2 [Atheros AR9271]', '398'), (7010, '84ff', 'AVM Fritz!WLAN USB N (in CD-ROM-mode)', '398'), (7011, '8501', 'FRITZ WLAN N v2 [RT5572/rt2870.bin]', '398'), (7012, '0300', 'USB-EXI Adapter (GCP-2000)', '400'), (7013, '0304', 'RVT-H Reader', '400'), (7014, '0305', 'Broadcom BCM2045A Bluetooth Radio [Nintendo Wii]', '400'), (7015, '0306', 'Wii Remote Controller RVL-003', '400'), (7016, '0337', 'Wii U GameCube Controller Adapter', '400'), (7017, '2000', 'Switch', '400'), (7018, '2006', 'Joy-Con L', '400'), (7019, '2007', 'Joy-Con R', '400'), (7020, '2009', 'Switch Pro Controller', '400'), (7021, '200e', 'Joy-Con Charging Grip', '400'), (7022, '3000', 'SDK Debugger', '400'), (7023, '6238', 'USB StrikePad', '401'), (7024, '0107', 'Tera Barcode Scanner 2.4 GHz Receiver', '403'), (7025, '020c', 'Tera 2D Barcode Scanner EVHK0012', '403'), (7026, '0000', 'UA-100(G)', '404'), (7027, '0002', 'UM-4/MPU-64 MIDI Interface', '404'), (7028, '0003', 'SoundCanvas SC-8850', '404'), (7029, '0004', 'U-8', '404'), (7030, '0005', 'UM-2(C/EX)', '404'), (7031, '0007', 'SoundCanvas SC-8820', '404'), (7032, '0008', 'PC-300', '404'), (7033, '0009', 'UM-1(E/S/X)', '404'), (7034, '000b', 'SK-500', '404'), (7035, '000c', 'SC-D70', '404'), (7036, '0010', 'EDIROL UA-5', '404'), (7037, '0011', 'Edirol UA-5 Sound Capture', '404'), (7038, '0012', 'XV-5050', '404'), (7039, '0013', 'XV-5050', '404'), (7040, '0014', 'EDIROL UM-880 MIDI I/F (native)', '404'), (7041, '0015', 'EDIROL UM-880 MIDI I/F (generic)', '404'), (7042, '0016', 'EDIROL SD-90', '404'), (7043, '0017', 'EDIROL SD-90', '404'), (7044, '0018', 'UA-1A', '404'), (7045, '001b', 'MMP-2', '404'), (7046, '001c', 'MMP-2', '404'), (7047, '001d', 'V-SYNTH', '404'), (7048, '001e', 'V-SYNTH', '404'), (7049, '0023', 'EDIROL UM-550', '404'), (7050, '0024', 'EDIROL UM-550', '404'), (7051, '0025', 'EDIROL UA-20', '404'), (7052, '0026', 'EDIROL UA-20', '404'), (7053, '0027', 'EDIROL SD-20', '404'), (7054, '0028', 'EDIROL SD-20', '404'), (7055, '0029', 'EDIROL SD-80', '404'), (7056, '002a', 'EDIROL SD-80', '404'), (7057, '002b', 'EDIROL UA-700', '404'), (7058, '002c', 'EDIROL UA-700', '404'), (7059, '002d', 'XV-2020 Synthesizer', '404'), (7060, '002e', 'XV-2020 Synthesizer', '404'), (7061, '002f', 'VariOS', '404'), (7062, '0030', 'VariOS', '404'), (7063, '0033', 'EDIROL PCR', '404'), (7064, '0034', 'EDIROL PCR', '404'), (7065, '0035', 'M-1000', '404'), (7066, '0037', 'Digital Piano', '404'), (7067, '0038', 'Digital Piano', '404'), (7068, '003b', 'BOSS GS-10', '404'), (7069, '003c', 'BOSS GS-10', '404'), (7070, '0040', 'GI-20', '404'), (7071, '0041', 'GI-20', '404'), (7072, '0042', 'RS-70', '404'), (7073, '0043', 'RS-70', '404'), (7074, '0044', 'EDIROL UA-1000', '404'), (7075, '0047', 'EDIROL UR-80 WAVE', '404'), (7076, '0048', 'EDIROL UR-80 MIDI', '404'), (7077, '0049', 'EDIROL UR-80 WAVE', '404'), (7078, '004a', 'EDIROL UR-80 MIDI', '404'), (7079, '004b', 'EDIROL M-100FX', '404'), (7080, '004c', 'EDIROL PCR-A WAVE', '404'), (7081, '004d', 'EDIROL PCR-A MIDI', '404'), (7082, '004e', 'EDIROL PCR-A WAVE', '404'), (7083, '004f', 'EDIROL PCR-A MIDI', '404'), (7084, '0050', 'EDIROL UA-3FX', '404'), (7085, '0052', 'EDIROL UM-1SX', '404'), (7086, '0054', 'Digital Piano', '404'), (7087, '0060', 'EXR Series', '404'), (7088, '0064', 'EDIROL PCR-1 WAVE', '404'), (7089, '0065', 'EDIROL PCR-1 MIDI', '404'), (7090, '0066', 'EDIROL PCR-1 WAVE', '404'), (7091, '0067', 'EDIROL PCR-1 MIDI', '404'), (7092, '006a', 'SP-606', '404'), (7093, '006b', 'SP-606', '404'), (7094, '006d', 'FANTOM-X', '404'), (7095, '006e', 'FANTOM-X', '404'), (7096, '0073', 'EDIROL UA-25', '404'), (7097, '0074', 'EDIROL UA-25', '404'), (7098, '0075', 'BOSS DR-880', '404'), (7099, '0076', 'BOSS DR-880', '404'), (7100, '007a', 'RD', '404'), (7101, '007b', 'RD', '404'), (7102, '007d', 'EDIROL UA-101', '404'), (7103, '0080', 'G-70', '404'), (7104, '0081', 'G-70', '404'), (7105, '0084', 'V-SYNTH XT', '404'), (7106, '0089', 'BOSS GT-PRO', '404'), (7107, '008b', 'EDIROL PC-50', '404'), (7108, '008c', 'EDIROL PC-50', '404'), (7109, '008d', 'EDIROL UA-101 USB1', '404'), (7110, '0092', 'EDIROL PC-80 WAVE', '404'), (7111, '0093', 'EDIROL PC-80 MIDI', '404'), (7112, '0096', 'EDIROL UA-1EX', '404'), (7113, '009a', 'EDIROL UM-3EX', '404'), (7114, '009d', 'EDIROL UM-1', '404'), (7115, '00a0', 'MD-P1', '404'), (7116, '00a2', 'Digital Piano', '404'), (7117, '00a3', 'EDIROL UA-4FX', '404'), (7118, '00a6', 'Juno-G', '404'), (7119, '00a9', 'MC-808', '404'), (7120, '00ad', 'SH-201', '404'), (7121, '00b2', 'VG-99', '404'), (7122, '00b3', 'VG-99', '404'), (7123, '00b7', 'BK-7m/VIMA JM-5/8', '404'), (7124, '00c2', 'SonicCell', '404'), (7125, '00c4', 'EDIROL M-16DX', '404'), (7126, '00c5', 'SP-555', '404'), (7127, '00c7', 'V-Synth GT', '404'), (7128, '00d1', 'Music Atelier', '404'), (7129, '00d3', 'M-380/400', '404'), (7130, '00da', 'BOSS GT-10', '404'), (7131, '00db', 'BOSS GT-10 Guitar Effects Processor', '404'), (7132, '00dc', 'BOSS GT-10B', '404'), (7133, '00de', 'Fantom G', '404'), (7134, '00e6', 'EDIROL UA-25EX (Advanced mode)', '404'), (7135, '00e7', 'EDIROL UA-25EX', '404'), (7136, '00e9', 'UA-1G', '404'), (7137, '00eb', 'VS-100', '404'), (7138, '00f6', 'GW-8/AX-Synth', '404'), (7139, '00f8', 'JUNO Series', '404'), (7140, '00fc', 'VS-700C', '404'), (7141, '00fd', 'VS-700', '404'), (7142, '00fe', 'VS-700 M1', '404'), (7143, '00ff', 'VS-700 M2', '404'), (7144, '0100', 'VS-700', '404'), (7145, '0101', 'VS-700 M2', '404'), (7146, '0102', 'VB-99', '404'), (7147, '0104', 'UM-1G', '404'), (7148, '0106', 'UM-2G', '404'), (7149, '0108', 'UM-3G', '404'), (7150, '0109', 'eBand JS-8', '404'), (7151, '010d', 'A-500S', '404'), (7152, '010f', 'A-PRO', '404'), (7153, '0110', 'A-PRO', '404'), (7154, '0111', 'GAIA SH-01', '404'), (7155, '0113', 'ME-25', '404'), (7156, '0114', 'SD-50', '404'), (7157, '0116', 'WAVE/MP3 RECORDER R-05', '404'), (7158, '0117', 'VS-20', '404'), (7159, '0119', 'OCTAPAD SPD-30', '404'), (7160, '011c', 'Lucina AX-09', '404'), (7161, '011e', 'BR-800', '404'), (7162, '0120', 'OCTA-CAPTURE', '404'), (7163, '0121', 'OCTA-CAPTURE', '404'), (7164, '0123', 'JUNO-Gi', '404'), (7165, '0124', 'M-300', '404'), (7166, '0127', 'GR-55', '404'), (7167, '012a', 'UM-ONE', '404'), (7168, '012b', 'DUO-CAPTURE', '404'), (7169, '012f', 'QUAD-CAPTURE', '404'), (7170, '0130', 'MICRO BR BR-80', '404'), (7171, '0132', 'TRI-CAPTURE', '404'), (7172, '0134', 'V-Mixer', '404'), (7173, '0138', 'Boss RC-300 (Audio mode)', '404'), (7174, '0139', 'Boss RC-300 (Storage mode)', '404'), (7175, '013a', 'JUPITER-80', '404'), (7176, '013e', 'R-26', '404'), (7177, '0145', 'SPD-SX', '404'), (7178, '014b', 'eBand JS-10', '404'), (7179, '014d', 'GT-100', '404'), (7180, '0150', 'TD-15', '404'), (7181, '0151', 'TD-11', '404'), (7182, '0154', 'JUPITER-50', '404'), (7183, '0156', 'A-Series', '404'), (7184, '0158', 'TD-30', '404'), (7185, '0159', 'DUO-CAPTURE EX', '404'), (7186, '015b', 'INTEGRA-7', '404'), (7187, '015d', 'R-88', '404'), (7188, '01b5', 'Boutique Series Synthesizer (Normal mode)', '404'), (7189, '01b6', 'Boutique Series Synthesizer (Storage mode)', '404'), (7190, '01df', 'Rubix22', '404'), (7191, '01e0', 'Rubix24', '404'), (7192, '01e1', 'Rubix44', '404'), (7193, '01ef', 'Go:KEYS MIDI', '404'), (7194, '0505', 'EDIROL UA-101', '404'), (7195, '0001', '4 Axis 12 button +POV', '405'), (7196, '0002', '4 Axis 12 button +POV', '405'), (7197, '2030', 'RM-203 USB Nest [mode 1]', '405'), (7198, '2031', 'RM-203 USB Nest [mode 2]', '405'), (7199, '2032', 'RM-203 USB Nest [mode 3]', '405'), (7200, '2033', 'RM-203 USB Nest [mode 4]', '405'), (7201, '2050', 'PX-205 PSX Bridge', '405'), (7202, '205f', 'PSX/USB converter', '405'), (7203, '2060', '2-axis 8-button gamepad', '405'), (7204, '206f', 'USB, 2-axis 8-button gamepad', '405'), (7205, '3050', 'QF-305u Gamepad', '405'), (7206, '3379', 'Rockfire X-Force', '405'), (7207, '337f', 'Rockfire USB RacingStar Vibra', '405'), (7208, '509f', 'USB,4-Axis,12-Button with POV', '405'), (7209, '5259', 'Rockfire USB SkyShuttle Vibra', '405'), (7210, '525f', 'USB Vibration Pad', '405'), (7211, '5308', 'USB Wireless VibrationPad', '405'), (7212, '5359', 'Rockfire USB SkyShuttle Pro', '405'), (7213, '535f', 'USB,real VibrationPad', '405'), (7214, '5659', 'Rockfire USB SkyShuttle Vibra', '405'), (7215, '565f', 'USB VibrationPad', '405'), (7216, '6009', 'Revenger', '405'), (7217, '600f', 'USB,GameBoard II', '405'), (7218, '6258', 'USB, 4-axis, 6-button joystick w/view finder', '405'), (7219, '6889', 'Windstorm Pro', '405'), (7220, '688f', 'QF-688uv Windstorm Pro Joystick', '405'), (7221, '7070', 'QF-707u Bazooka Joystick', '405'), (7222, 'a000', 'MaxFire G-08XU Gamepad', '405'), (7223, 'a015', '4-Axis,16-Button with POV', '405'), (7224, 'a019', 'USB, Vibration ,4-axis, 8-button joystick w/view finder', '405'), (7225, 'a020', 'USB,4-Axis,10-Button with POV', '405'), (7226, 'a021', 'USB,4-Axis,12-Button with POV', '405'), (7227, 'a022', 'USB,4-Axis,14-Button with POV', '405'), (7228, 'a023', 'USB,4-Axis,16-Button with POV', '405'), (7229, 'a024', '4axis,12button vibrition audio gamepad', '405'), (7230, 'a025', '4axis,12button vibrition audio gamepad', '405'), (7231, 'a130', 'USB Wireless 2.4GHz Gamepad', '405'), (7232, 'a131', 'USB Wireless 2.4GHz Joystick', '405'), (7233, 'a132', 'USB Wireless 2.4GHz Wheelpad', '405'), (7234, 'a133', 'USB Wireless 2.4GHz Wheel&Gamepad', '405'), (7235, 'a202', 'ForceFeedbackWheel', '405'), (7236, 'a209', 'MetalStrike FF', '405'), (7237, 'b000', 'USB,4-Axis,12-Button with POV', '405'), (7238, 'b001', 'USB,4-Axis,12-Button with POV', '405'), (7239, 'b002', 'Vibration,12-Button USB Wheel', '405'), (7240, 'b005', 'USB,12-Button Wheel', '405'), (7241, 'b008', 'USB Wireless 2.4GHz Wheel', '405'), (7242, 'b009', 'USB,12-Button Wheel', '405'), (7243, 'b00a', 'PSX/USB converter', '405'), (7244, 'b00b', 'PSX/USB converter', '405'), (7245, 'b00c', 'PSX/USB converter', '405'), (7246, 'b00d', 'PSX/USB converter', '405'), (7247, 'b00e', '4-Axis,12-Button with POV', '405'), (7248, 'b00f', 'USB,5-Axis,10-Button with POV', '405'), (7249, 'b010', 'MetalStrike Pro', '405'), (7250, 'b012', 'Wireless MetalStrike', '405'), (7251, 'b013', 'USB,Wiress 2.4GHZ Joystick', '405'), (7252, 'b016', 'USB,5-Axis,10-Button with POV', '405'), (7253, 'b018', 'TW6 Wheel', '405'), (7254, 'ff60', 'USB Wireless VibrationPad', '405'), (7255, '0008', 'Fujifilm MemoryCard ReaderWriter', '406'), (7256, '0220', 'U2SCX SCSI Converter', '406'), (7257, '0304', 'U2SCX-LVD (SCSI Converter)', '406'), (7258, 'b000', 'REX-USB60', '406'), (7259, 'b020', 'REX-USB60F', '406'), (7260, '0001', 'Digital Camera', '407'), (7261, '0002', 'Digital Camera', '407'), (7262, '0003', 'Digital Camera', '407'), (7263, '0004', 'Digital Camera', '407'), (7264, '0005', 'Digital Camera', '407'), (7265, '0006', 'Digital Camera', '407'), (7266, '0007', 'Digital Camera', '407'), (7267, '0008', 'Digital Camera', '407'), (7268, '0009', 'Digital Camera', '407'), (7269, '000a', 'Digital Camera', '407'), (7270, '000b', 'Digital Camera', '407'), (7271, '000c', 'Digital Camera', '407'), (7272, '000d', 'Digital Camera', '407'), (7273, '000e', 'Digital Camera', '407'), (7274, '000f', 'Digital Camera', '407'), (7275, '0025', '802.11b/g/n USB Wireless Network Adapter', '408'), (7276, '0100', 'omni.net', '408'), (7277, '0102', 'omni.net II ISDN TA [HFC-S]', '408'), (7278, '0110', 'omni.net Plus', '408'), (7279, '1000', 'omni.net LCD Plus - ISDN TA', '408'), (7280, '1500', 'Omni 56K Plus', '408'), (7281, '2011', 'Scorpion-980N keyboard', '408'), (7282, '3304', 'LAN Modem', '408'), (7283, '3309', 'ADSL Modem Prestige 600 series', '408'), (7284, '330a', 'ADSL Modem Interface', '408'), (7285, '330e', 'USB Broadband ADSL Modem Rev 1.10', '408'), (7286, '3400', 'ZyAIR B-220 IEEE 802.11b Adapter', '408'), (7287, '3401', 'ZyAIR G-220 802.11bg', '408'), (7288, '3402', 'ZyAIR G-220F 802.11bg', '408'), (7289, '3403', 'AG-200 802.11abg Wireless Adapter [Atheros AR5523]', '408'), (7290, '3407', 'G-200 v2 802.11bg', '408'), (7291, '3408', 'G-260 802.11bg', '408'), (7292, '3409', 'AG-225H 802.11bg', '408'), (7293, '340a', 'M-202 802.11bg', '408'), (7294, '340c', 'G-270S 802.11bg Wireless Adapter [Atheros AR5523]', '408'), (7295, '340f', 'G-220 v2 802.11bg', '408'), (7296, '3410', 'ZyAIR G-202 802.11bg', '408'), (7297, '3412', '802.11bg', '408'), (7298, '3413', 'ZyAIR AG-225H v2 802.11bg', '408'), (7299, '3415', 'G-210H 802.11g Wireless Adapter', '408'), (7300, '3416', 'NWD-210N 802.11b/g/n-draft wireless adapter', '408'), (7301, '3417', 'NWD271N 802.11n Wireless Adapter [Atheros AR9001U-(2)NG]', '408'), (7302, '3418', 'NWD211AN 802.11abgn Wireless Adapter [Ralink RT2870]', '408'), (7303, '3419', 'G-220 v3 802.11bg Wireless Adapter [ZyDAS ZD1211B]', '408'), (7304, '341a', 'NWD-270N Wireless N-lite USB Adapter', '408'), (7305, '341e', 'NWD2105 802.11bgn Wireless Adapter [Ralink RT3070]', '408'), (7306, '341f', 'NWD2205 802.11n Wireless N Adapter [Realtek RTL8192CU]', '408'), (7307, '3425', 'NWD6505 802.11a/b/g/n/ac Wireless Adapter [MediaTek MT7610U]', '408'), (7308, '343e', 'N220 802.11bgn Wireless Adapter', '408'), (7309, '0015', 'Flash Loader utility', '413'), (7310, '001c', 'Flash Drive', '413'), (7311, '0041', 'Flash Loader utility', '413'), (7312, '0007', 'Flash', '414'), (7313, '0008', 'LP130', '414'), (7314, '000a', 'LP530', '414'), (7315, '0010', 'Projector', '414'), (7316, '0011', 'Projector', '414'), (7317, '0012', 'Projector', '414'), (7318, '0013', 'Projector', '414'), (7319, '0014', 'Projector', '414'), (7320, '0015', 'Projector', '414'), (7321, '0016', 'Projector', '414'), (7322, '0017', 'Projector', '414'), (7323, '0018', 'Projector', '414'), (7324, '0019', 'Projector', '414'), (7325, '001a', 'Projector', '414'), (7326, '001b', 'Projector', '414'), (7327, '001c', 'Projector', '414'), (7328, '001d', 'Projector', '414'), (7329, '001e', 'Projector', '414'), (7330, '001f', 'Projector', '414'), (7331, 'ffe5', 'IN34 Projector', '414'), (7332, 'ffeb', 'Projector IN76', '414'), (7333, '1234', 'Flash Drive', '417'), (7334, '198b', 'Webcam (Gigatech P-09)', '417'), (7335, '2412', 'SCard R/W CSR-145', '417'), (7336, '2802', 'Monterey Keyboard', '417'), (7337, '5492', 'Hub', '417'), (7338, '6232', 'Hi-Speed 16-in-1 Flash Card Reader/Writer', '417'), (7339, '6254', 'USB Hub', '417'), (7340, '6331', 'SD/MMC/MS Card Reader', '417'), (7341, '6332', 'Multi-Function Card Reader', '417'), (7342, '6335', 'SD/MMC Card Reader', '417'), (7343, '6360', 'Multimedia Card Reader', '417'), (7344, '6361', 'Multimedia Card Reader', '417'), (7345, '6362', 'Flash Card Reader/Writer', '417'), (7346, '6364', 'AU6477 Card Reader Controller', '417'), (7347, '6366', 'Multi Flash Reader', '417'), (7348, '6377', 'AU6375 4-LUN card reader', '417'), (7349, '6386', 'Memory Card', '417'), (7350, '6387', 'Flash Drive', '417'), (7351, '6390', 'USB 2.0-IDE bridge', '417'), (7352, '6391', 'IDE Bridge', '417'), (7353, '6998', 'AU6998 Flash Disk Controller', '417'), (7354, '9213', 'MacAlly Kbd Hub', '417'), (7355, '9215', 'AU9814 Hub', '417'), (7356, '9254', 'Hub', '417'), (7357, '9310', 'Mass Storage (UID4/5A & UID7A)', '417'), (7358, '9320', 'Micro Storage Driver for Win98', '417'), (7359, '9321', 'Micro Storage Driver for Win98', '417'), (7360, '9330', 'SD Reader', '417'), (7361, '9331', 'Micro Storage Driver for Win98', '417'), (7362, '9340', 'Delkin eFilm Reader-32', '417'), (7363, '9350', 'Delkin eFilm Reader-32', '417'), (7364, '9360', '8-in-1 Media Card Reader', '417'), (7365, '9361', 'Multimedia Card Reader', '417'), (7366, '9368', 'Multimedia Card Reader', '417'), (7367, '9380', 'Flash Drive', '417'), (7368, '9381', 'Flash Drive', '417'), (7369, '9382', 'Acer/Sweex Flash drive', '417'), (7370, '9384', 'qdi U2Disk T209M', '417'), (7371, '9410', 'Keyboard', '417'), (7372, '9472', 'Keyboard Hub', '417'), (7373, '9510', 'ChunghwaTL USB02 Smartcard Reader', '417'), (7374, '9520', 'Watchdata W 1981', '417'), (7375, '9540', 'AU9540 Smartcard Reader', '417'), (7376, '9720', 'USB-Serial Adapter', '417'), (7377, 'a014', 'Asus Integrated Webcam', '417'), (7378, 'b002', 'Acer Integrated Webcam', '417'), (7379, '0004', 'Cable Modem', '418'), (7380, '000b', 'MR56SVS', '418'), (7381, '0028', 'HJ-720IT / HEM-7080IT-E / HEM-790IT', '418'), (7382, '0051', 'FT232BM [E58CIFQ1 with FTDI USB2Serial Converter]', '418'), (7383, '0002', 'UPS (X-Slot)', '420'), (7384, '1001', 'Digitrex DSC-1300/DSC-2100 (mass storage mode)', '423'), (7385, '2002', 'DIGITAL STILL CAMERA 6M 4X', '423'), (7386, '4343', 'Digital Camera EX-20 DSC', '423'), (7387, '0001', 'Touchscreen', '424'), (7388, '0002', 'Touch Screen Controller', '424'), (7389, '0500', 'PCT Multitouch HID Controller', '424'), (7390, '0543', 'DELL XPS touchscreen', '424'), (7391, '0001', 'Zip 100 (Type 1)', '429'), (7392, '000b', 'Zip 100 (Type 2)', '429'), (7393, '0021', 'Win98 Disk Controller', '429'), (7394, '0030', 'Zip 250 (Ver 1)', '429'), (7395, '0031', 'Zip 100 (Type 3)', '429'), (7396, '0032', 'Zip 250 (Ver 2)', '429'), (7397, '0034', 'Zip 100 Driver', '429'), (7398, '0037', 'Zip 750 MB', '429'), (7399, '0040', 'SCSI Bridge', '429'), (7400, '0042', 'Rev 70 GB', '429'), (7401, '0050', 'Zip CD 650 Writer', '429'), (7402, '0053', 'CDRW55292EXT CD-RW External Drive', '429'), (7403, '0056', 'External CD-RW Drive Enclosure', '429'), (7404, '0057', 'Mass Storage Device', '429'), (7405, '005d', 'Mass Storage Device', '429'), (7406, '005f', 'CDRW64892EXT3-C CD-RW 52x24x52x External Drive', '429'), (7407, '0060', 'PCMCIA PocketZip Dock', '429'), (7408, '0061', 'Varo PocketZip 40 MP3 Player', '429'), (7409, '006d', 'HipZip MP3 Player', '429'), (7410, '0070', 'eGo Portable Hard Drive', '429'), (7411, '007c', 'Ultra Max USB/1394', '429'), (7412, '007d', 'HTC42606 0G9AT00 [Iomega HDD]', '429'), (7413, '007e', 'Mini 256MB/512MB Flash Drive [IOM2D5]', '429'), (7414, '00db', 'FotoShow Zip 250 Driver', '429'), (7415, '0150', 'Mass Storage Device', '429'), (7416, '015d', 'Super DVD Writer', '429'), (7417, '0173', 'Hi-Speed USB-to-IDE Bridge Controller', '429'), (7418, '0174', 'Hi-Speed USB-to-IDE Bridge Controller', '429'), (7419, '0176', 'Hi-Speed USB-to-IDE Bridge Controller', '429'), (7420, '0177', 'Hi-Speed USB-to-IDE Bridge Controller', '429'), (7421, '0178', 'Hi-Speed USB-to-IDE Bridge Controller', '429'), (7422, '0179', 'Hi-Speed USB-to-IDE Bridge Controller', '429'), (7423, '017a', 'HDD', '429'), (7424, '017b', 'HDD/1394A', '429'), (7425, '017c', 'HDD/1394B', '429'), (7426, '0251', 'Optical', '429'), (7427, '0252', 'Optical', '429'), (7428, '0275', 'ST332082 0A', '429'), (7429, '0278', 'LDHD-UPS [Professional Desktop Hard Drive eSATA / USB2.0]', '429'), (7430, '027a', 'LPHD250-U [Portable Hard Drive Silver Series 250 Go]', '429'), (7431, '0470', 'Prestige Portable Hard Drive', '429'), (7432, '047a', 'Select Portable Hard Drive', '429'), (7433, '0571', 'Prestige Portable Hard Drive', '429'), (7434, '0579', 'eGo Portable Hard Drive', '429'), (7435, '1052', 'DVD+RW External Drive', '429'), (7436, '0201', 'StudioDrive USB2', '433'), (7437, '0202', 'StudioDrive USB2', '433'), (7438, '0203', 'StudioDrive USB2', '433'), (7439, '0211', 'PocketDrive', '433'), (7440, '0212', 'PocketDrive', '433'), (7441, '0213', 'PocketDrive USB2', '433'), (7442, '0323', 'LaCie d2 Drive USB2', '433'), (7443, '0421', 'Big Disk G465', '433'), (7444, '0525', 'BigDisk Extreme 500', '433'), (7445, '0641', 'Mobile Hard Drive', '433'), (7446, '0828', 'd2 Quadra', '433'), (7447, '0829', 'BigDisk Extreme+', '433'), (7448, '1004', 'Little Disk 20 GB', '433'), (7449, '100c', 'Rugged Triple Interface Mobile Hard Drive', '433'), (7450, '1010', 'Desktop Hard Drive', '433'), (7451, '1016', 'Desktop Hard Drive', '433'), (7452, '1018', 'Desktop Hard Drive', '433'), (7453, '1019', 'Desktop Hard Drive', '433'), (7454, '1021', 'Little Disk', '433'), (7455, '1027', 'iamaKey V2', '433'), (7456, '102a', 'Rikiki Hard Drive', '433'), (7457, '103d', 'D2', '433'), (7458, '1049', 'rikiki Harddrive', '433'), (7459, '1052', 'P\'9220 Mobile Drive', '433'), (7460, '1053', 'P\'9230 2TB [Porsche Design Desktop Drive 2TB]', '433'), (7461, '1061', 'Rugged USB3-FW', '433'), (7462, '1064', 'Rugged 16 and 32 GB', '433'), (7463, '106b', 'Rugged Mini HDD', '433'), (7464, '106d', 'Porsche Design Mobile Drive', '433'), (7465, '106e', 'Porsche Design Desktop Drive', '433'), (7466, '1094', 'Rugged THB', '433'), (7467, '1095', 'Rugged', '433'), (7468, 'a601', 'HardDrive', '433'), (7469, 'a602', 'CD R/W', '433'), (7470, '8388', 'Marvell 88W8388 802.11a/b/g WLAN', '437'), (7471, '9230', 'Camera', '437'), (7472, '9320', 'Camera', '437'), (7473, '9331', 'Camera', '437'), (7474, '9422', 'Camera', '437'), (7475, '9520', 'Camera', '437'), (7476, '1000', 'WKB-1000S Wireless Ergo Keyboard with Touchpad', '438'), (7477, '2000', 'WKB-2000 Wireless Keyboard with Touchpad', '438'), (7478, '9720', 'Keyboard Mouse', '438'), (7479, '9722', 'Keyboard', '438'), (7480, '9731', 'MCK-600W/MCK-800USB Keyboard', '438'), (7481, '9783', 'Wireless Keypad', '438'), (7482, '9837', 'Targus Number Keypad', '438'), (7483, '9862', 'Targus Number Keypad (Composite Device)', '438'), (7484, '9881', 'IR receiver [VRC-1100 Vista MCE Remote Control]', '438'), (7485, '0001', 'CVA124 Cable Voice Adapter (WDM)', '440'), (7486, '0002', 'CVA122 Cable Voice Adapter (WDM)', '440'), (7487, '0003', 'CVA124E Cable Voice Adapter (WDM)', '440'), (7488, '0004', 'CVA122E Cable Voice Adapter (WDM)', '440'), (7489, '0008', 'STA1520 Tuning Adapter', '440'), (7490, '0a00', 'Integrated Management Controller Hub', '440'), (7491, '0a01', 'Virtual Keyboard/Mouse', '440'), (7492, '0a02', 'Virtual Mass Storage', '440'), (7493, '0a03', 'Virtual Ethernet/RNDIS', '440'), (7494, '4000', 'Bluetooth Headset', '441'), (7495, '4001', 'Bluetooth Headset in DFU mode', '441'), (7496, '4002', 'Bluetooth Headset Series 2', '441'), (7497, '4003', 'Bluetooth Headset Series 2 in DFU mode', '441'), (7498, '400d', 'SoundLink Color II speaker in DFU mode', '441'), (7499, '40fe', 'SoundLink Color II speaker', '441'), (7500, 'bc50', 'SoundLink Wireless Mobile speaker', '441'), (7501, 'bc51', 'SoundLink Wireless Mobile speaker in DFU mode', '441'), (7502, '0511', 'OV511 Webcam', '443'), (7503, '0518', 'OV518 Webcam', '443'), (7504, '0519', 'OV519 Microphone', '443'), (7505, '1550', 'VEHO Filmscanner', '443'), (7506, '2640', 'OV2640 Webcam', '443'), (7507, '2642', 'Integrated Webcam for Dell XPS 2010', '443'), (7508, '2643', 'Monitor Webcam', '443'), (7509, '264b', 'Monitor Webcam', '443'), (7510, '2800', 'SuperCAM', '443'), (7511, '4519', 'Webcam Classic', '443'), (7512, '7670', 'OV7670 Webcam', '443'), (7513, '8065', 'GAIA Sensor FPGA Demo Board', '443'), (7514, '8519', 'OV519 Webcam', '443'), (7515, 'a511', 'OV511+ Webcam', '443'), (7516, 'a518', 'D-Link DSB-C310 Webcam', '443'), (7517, '0002', 'Parallel Port', '445'), (7518, '0030', 'Storage Adapter V2 (TPP)', '445'), (7519, '0031', 'ATA Bridge', '445'), (7520, '0060', 'USB 2.0 ATA Bridge', '445'), (7521, '0061', 'Storage Adapter V3 (TPP-I)', '445'), (7522, '0101', 'Storage Adapter (TPP)', '445'), (7523, '0130', 'Compact Flash and Microdrive Reader (TPP)', '445'), (7524, '0200', 'USS725 ATA Bridge', '445'), (7525, '0201', 'Storage Adapter (TPP)', '445'), (7526, '0202', 'ATA Bridge', '445'), (7527, '0300', 'Portable Hard Drive (TPP)', '445'), (7528, '0301', 'Portable Hard Drive V2', '445'), (7529, '0350', 'Portable Hard Drive (TPP)', '445'), (7530, '0351', 'Portable Hard Drive V2', '445'), (7531, '081a', 'ATA Bridge', '445'), (7532, '0cda', 'ATA Bridge for CD-R/RW', '445'), (7533, '1001', 'BAYI Printer Class Support', '445'), (7534, '5700', 'Storage Adapter V2 (TPP)', '445'), (7535, '5701', 'USB Storage Adapter V2', '445'), (7536, '5901', 'Smart Board (TPP)', '445'), (7537, '5a01', 'ATI Storage Adapter (TPP)', '445'), (7538, '5d01', 'DataBook Adapter (TPP)', '445'), (7539, '0201', 'USB Keyboard [Alps or Logitech, M2452]', '446'), (7540, '0202', 'Keyboard [ALPS]', '446'), (7541, '0205', 'Extended Keyboard [Mitsumi]', '446'), (7542, '0206', 'Extended Keyboard [Mitsumi]', '446'), (7543, '020b', 'Pro Keyboard [Mitsumi, A1048/US layout]', '446'), (7544, '020c', 'Extended Keyboard [Mitsumi]', '446'), (7545, '020d', 'Pro Keyboard [Mitsumi, A1048/JIS layout]', '446'), (7546, '020e', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7547, '020f', 'Internal Keyboard/Trackpad (ISO)', '446'), (7548, '0214', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7549, '0215', 'Internal Keyboard/Trackpad (ISO)', '446'), (7550, '0216', 'Internal Keyboard/Trackpad (JIS)', '446'), (7551, '0217', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7552, '0218', 'Internal Keyboard/Trackpad (ISO)', '446'), (7553, '0219', 'Internal Keyboard/Trackpad (JIS)', '446'), (7554, '021a', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7555, '021b', 'Internal Keyboard/Trackpad (ISO)', '446'), (7556, '021c', 'Internal Keyboard/Trackpad (JIS)', '446'), (7557, '021d', 'Aluminum Mini Keyboard (ANSI)', '446'), (7558, '021e', 'Aluminum Mini Keyboard (ISO)', '446'), (7559, '021f', 'Aluminum Mini Keyboard (JIS)', '446'), (7560, '0220', 'Aluminum Keyboard (ANSI)', '446'), (7561, '0221', 'Aluminum Keyboard (ISO)', '446'), (7562, '0222', 'Aluminum Keyboard (JIS)', '446'), (7563, '0223', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7564, '0224', 'Internal Keyboard/Trackpad (ISO)', '446'), (7565, '0225', 'Internal Keyboard/Trackpad (JIS)', '446'), (7566, '0229', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7567, '022a', 'Internal Keyboard/Trackpad (MacBook Pro) (ISO)', '446'), (7568, '022b', 'Internal Keyboard/Trackpad (MacBook Pro) (JIS)', '446'), (7569, '0230', 'Internal Keyboard/Trackpad (MacBook Pro 4,1) (ANSI)', '446'), (7570, '0231', 'Internal Keyboard/Trackpad (MacBook Pro 4,1) (ISO)', '446'), (7571, '0232', 'Internal Keyboard/Trackpad (MacBook Pro 4,1) (JIS)', '446'), (7572, '0236', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7573, '0237', 'Internal Keyboard/Trackpad (ISO)', '446'), (7574, '0238', 'Internal Keyboard/Trackpad (JIS)', '446'), (7575, '023f', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7576, '0240', 'Internal Keyboard/Trackpad (ISO)', '446'), (7577, '0241', 'Internal Keyboard/Trackpad (JIS)', '446'), (7578, '0242', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7579, '0243', 'Internal Keyboard/Trackpad (ISO)', '446'), (7580, '0244', 'Internal Keyboard/Trackpad (JIS)', '446'), (7581, '0245', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7582, '0246', 'Internal Keyboard/Trackpad (ISO)', '446'), (7583, '0247', 'Internal Keyboard/Trackpad (JIS)', '446'), (7584, '024a', 'Internal Keyboard/Trackpad (MacBook Air) (ISO)', '446'), (7585, '024d', 'Internal Keyboard/Trackpad (MacBook Air) (ISO)', '446'), (7586, '024f', 'Aluminium Keyboard (ANSI)', '446'), (7587, '0250', 'Aluminium Keyboard (ISO)', '446'), (7588, '0252', 'Internal Keyboard/Trackpad (ANSI)', '446'), (7589, '0253', 'Internal Keyboard/Trackpad (ISO)', '446'), (7590, '0254', 'Internal Keyboard/Trackpad (JIS)', '446'), (7591, '0259', 'Internal Keyboard/Trackpad', '446'), (7592, '025a', 'Internal Keyboard/Trackpad', '446'), (7593, '0263', 'Apple Internal Keyboard / Trackpad (MacBook Retina)', '446'), (7594, '0267', 'Magic Keyboard A1644', '446'), (7595, '0269', 'Magic Mouse 2 (Lightning connector)', '446'), (7596, '0273', 'Internal Keyboard/Trackpad (ISO)', '446'), (7597, '0301', 'USB Mouse [Mitsumi, M4848]', '446'), (7598, '0302', 'Optical Mouse [Fujitsu]', '446'), (7599, '0304', 'Mighty Mouse [Mitsumi, M1152]', '446'), (7600, '0306', 'Optical USB Mouse [Fujitsu]', '446'), (7601, '030a', 'Internal Trackpad', '446'), (7602, '030b', 'Internal Trackpad', '446'), (7603, '030d', 'Magic Mouse', '446'), (7604, '030e', 'MC380Z/A [Magic Trackpad]', '446'), (7605, '1000', 'Bluetooth HCI MacBookPro (HID mode)', '446'), (7606, '1001', 'Keyboard Hub [ALPS]', '446'), (7607, '1002', 'Extended Keyboard Hub [Mitsumi]', '446'), (7608, '1003', 'Hub in Pro Keyboard [Mitsumi, A1048]', '446'), (7609, '1006', 'Hub in Aluminum Keyboard', '446'), (7610, '1008', 'Mini DisplayPort to Dual-Link DVI Adapter', '446'), (7611, '1101', 'Speakers', '446'), (7612, '1105', 'Audio in LED Cinema Display', '446'), (7613, '1107', 'Thunderbolt Display Audio', '446'), (7614, '1112', 'FaceTime HD Camera (Display)', '446'), (7615, '1201', '3G iPod', '446'), (7616, '1202', 'iPod 2G', '446'), (7617, '1203', 'iPod 4.Gen Grayscale 40G', '446'), (7618, '1204', 'iPod [Photo]', '446'), (7619, '1205', 'iPod Mini 1.Gen/2.Gen', '446'), (7620, '1206', 'iPod \'06\'', '446'), (7621, '1207', 'iPod \'07\'', '446'), (7622, '1208', 'iPod \'08\'', '446'), (7623, '1209', 'iPod Video', '446'), (7624, '120a', 'iPod Nano', '446'), (7625, '1223', 'iPod Classic/Nano 3.Gen (DFU mode)', '446'), (7626, '1224', 'iPod Nano 3.Gen (DFU mode)', '446'), (7627, '1225', 'iPod Nano 4.Gen (DFU mode)', '446'), (7628, '1227', 'Mobile Device (DFU Mode)', '446'), (7629, '1231', 'iPod Nano 5.Gen (DFU mode)', '446'), (7630, '1240', 'iPod Nano 2.Gen (DFU mode)', '446'), (7631, '1242', 'iPod Nano 3.Gen (WTF mode)', '446'), (7632, '1243', 'iPod Nano 4.Gen (WTF mode)', '446'), (7633, '1245', 'iPod Classic 3.Gen (WTF mode)', '446'), (7634, '1246', 'iPod Nano 5.Gen (WTF mode)', '446'), (7635, '1255', 'iPod Nano 4.Gen (DFU mode)', '446'), (7636, '1260', 'iPod Nano 2.Gen', '446'), (7637, '1261', 'iPod Classic', '446'), (7638, '1262', 'iPod Nano 3.Gen', '446'), (7639, '1263', 'iPod Nano 4.Gen', '446'), (7640, '1265', 'iPod Nano 5.Gen', '446'), (7641, '1266', 'iPod Nano 6.Gen', '446'), (7642, '1267', 'iPod Nano 7.Gen', '446'), (7643, '1281', 'Apple Mobile Device [Recovery Mode]', '446'), (7644, '1290', 'iPhone', '446'), (7645, '1291', 'iPod Touch 1.Gen', '446'), (7646, '1292', 'iPhone 3G', '446'), (7647, '1293', 'iPod Touch 2.Gen', '446'), (7648, '1294', 'iPhone 3GS', '446'), (7649, '1296', 'iPod Touch 3.Gen (8GB)', '446'), (7650, '1297', 'iPhone 4', '446'), (7651, '1299', 'iPod Touch 3.Gen', '446'), (7652, '129a', 'iPad', '446'), (7653, '129c', 'iPhone 4(CDMA)', '446'), (7654, '129e', 'iPod Touch 4.Gen', '446'), (7655, '129f', 'iPad 2', '446'), (7656, '12a0', 'iPhone 4S', '446'), (7657, '12a2', 'iPad 2 (3G; 64GB)', '446'), (7658, '12a3', 'iPad 2 (CDMA)', '446'), (7659, '12a4', 'iPad 3 (wifi)', '446'), (7660, '12a5', 'iPad 3 (CDMA)', '446'), (7661, '12a6', 'iPad 3 (3G, 16 GB)', '446'), (7662, '12a8', 'iPhone 5/5C/5S/6/SE', '446'), (7663, '12a9', 'iPad 2', '446'), (7664, '12aa', 'iPod Touch 5.Gen [A1421]', '446'), (7665, '12ab', 'iPad 4/Mini1', '446'), (7666, '1300', 'iPod Shuffle', '446'), (7667, '1301', 'iPod Shuffle 2.Gen', '446'), (7668, '1302', 'iPod Shuffle 3.Gen', '446'), (7669, '1303', 'iPod Shuffle 4.Gen', '446'), (7670, '1392', 'Apple Watch charger', '446'), (7671, '1393', 'AirPods case', '446'), (7672, '1395', 'Smart Battery Case [iPhone 6]', '446'), (7673, '1398', 'Smart Battery Case', '446'), (7674, '1401', 'Modem', '446'), (7675, '1402', 'Ethernet Adapter [A1277]', '446'), (7676, '1500', 'SuperDrive [A1379]', '446'), (7677, '8005', 'OHCI Root Hub Simulation', '446'), (7678, '8006', 'EHCI Root Hub Simulation', '446'), (7679, '8007', 'XHCI Root Hub USB 2.0 Simulation', '446'), (7680, '8202', 'HCF V.90 Data/Fax Modem', '446'), (7681, '8203', 'Bluetooth HCI', '446'), (7682, '8204', 'Built-in Bluetooth 2.0+EDR HCI', '446'), (7683, '8205', 'Bluetooth HCI', '446'), (7684, '8206', 'Bluetooth HCI', '446'), (7685, '820a', 'Bluetooth HID Keyboard', '446'), (7686, '820b', 'Bluetooth HID Mouse', '446'), (7687, '820f', 'Bluetooth HCI', '446'), (7688, '8213', 'Bluetooth Host Controller', '446'), (7689, '8215', 'Built-in Bluetooth 2.0+EDR HCI', '446'), (7690, '8216', 'Bluetooth USB Host Controller', '446'), (7691, '8217', 'Bluetooth USB Host Controller', '446'), (7692, '8218', 'Bluetooth Host Controller', '446'), (7693, '821a', 'Bluetooth Host Controller', '446'), (7694, '821f', 'Built-in Bluetooth 2.0+EDR HCI', '446'), (7695, '8240', 'Built-in IR Receiver', '446'), (7696, '8241', 'Built-in IR Receiver', '446'), (7697, '8242', 'Built-in IR Receiver', '446'), (7698, '8281', 'Bluetooth Host Controller', '446'), (7699, '8286', 'Bluetooth Host Controller', '446'), (7700, '8289', 'Bluetooth Host Controller', '446'), (7701, '828c', 'Bluetooth Host Controller', '446'), (7702, '8290', 'Bluetooth Host Controller', '446'), (7703, '8300', 'Built-in iSight (no firmware loaded)', '446'), (7704, '8403', 'Internal Memory Card Reader', '446'), (7705, '8404', 'Internal Memory Card Reader', '446'), (7706, '8406', 'Internal Memory Card Reader', '446'), (7707, '8501', 'Built-in iSight [Micron]', '446'), (7708, '8502', 'Built-in iSight', '446'), (7709, '8505', 'Built-in iSight', '446'), (7710, '8507', 'Built-in iSight', '446'), (7711, '8508', 'iSight in LED Cinema Display', '446'), (7712, '8509', 'FaceTime HD Camera', '446'), (7713, '850a', 'FaceTime Camera', '446'), (7714, '8510', 'FaceTime HD Camera (Built-in)', '446'), (7715, '8600', 'iBridge', '446'), (7716, '911c', 'Hub in A1082 [Cinema HD Display 23"]', '446'), (7717, '9127', 'Hub in Thunderbolt Display', '446'), (7718, '912f', 'Hub in 30" Cinema Display', '446'), (7719, '9215', 'Studio Display 15"', '446'), (7720, '9217', 'Studio Display 17"', '446'), (7721, '9218', 'Cinema Display 23"', '446'), (7722, '9219', 'Cinema Display 20"', '446'), (7723, '921c', 'A1082 [Cinema HD Display 23"]', '446'), (7724, '921e', 'Cinema Display 24"', '446'), (7725, '9221', '30" Cinema Display', '446'), (7726, '9226', 'LED Cinema Display', '446'), (7727, '9227', 'Thunderbolt Display', '446'), (7728, '9232', 'Cinema HD Display 30"', '446'), (7729, 'ffff', 'Bluetooth in DFU mode - Driver', '446'), (7730, '0806', 'HP SK806A Keyboard', '449'), (7731, '0809', 'Wireless Keyboard and Mouse', '449'), (7732, '0821', 'IDE to', '449'), (7733, '3062', 'Cordless Keyboard', '449'), (7734, '9167', 'KB 9151B - 678', '449'), (7735, '9267', 'KB 9251B - 678 Mouse', '449'), (7736, '1389', 'Bluetooth Wireless Adapter', '451'), (7737, '4857', 'M-Any DAH-210', '452'), (7738, '6001', 'HYUNDAI GDS30C6001 SSFDC / MMC I/F Controller', '452'), (7739, '3002', 'Scroll Mouse', '456'), (7740, '3126', 'APT-905 Wireless presenter', '456'), (7741, '3223', 'ISY Wireless Presenter', '456'), (7742, '0007', 'Fingerprint Reader', '458'), (7743, '0008', 'Fingerprint Reader', '458'), (7744, '000a', 'Fingerprint Reader', '458'), (7745, '0004', 'Trackball', '460'), (7746, '0002', 'AccelePort USB 2', '467'), (7747, '0004', 'AccelePort USB 4', '467'), (7748, '0008', 'AccelePort USB 8', '467'), (7749, '0114', 'Select RW-200 CDMA Wireless Modem', '468'), (7750, '0a02', 'Jolla Device Developer Mode', '468'), (7751, '0a07', 'Jolla Device MTP', '468'), (7752, '0afe', 'Jolla Device Charging Only', '468'), (7753, '1000', 'Mass Storage Device', '468'), (7754, '3100', 'CDMA Wireless Modem/Phone', '468'), (7755, '3196', 'CDMA Wireless Modem', '468'), (7756, '3197', 'CDMA Wireless Modem/Phone', '468'), (7757, '6000', 'Siemens SG75', '468'), (7758, '6503', 'AnyData APE-540H', '468'), (7759, '6613', 'Onda H600/N501HS ZTE MF330', '468'), (7760, '6764', 'A0001 Phone [OnePlus One]', '468'), (7761, '9000', 'SIMCom SIM5218 modem', '468'), (7762, '9001', 'Gobi Wireless Modem', '468'), (7763, '9002', 'Gobi Wireless Modem', '468'), (7764, '9003', 'Quectel UC20', '468'), (7765, '9008', 'Gobi Wireless Modem (QDL mode)', '468'), (7766, '9018', 'Qualcomm HSUSB Device', '468'), (7767, '9025', 'HSUSB Device', '468'), (7768, '9090', 'Quectel UC15', '468'), (7769, '9091', 'Intex Aqua Fish & Jolla C Diagnostic Mode', '468'), (7770, '9092', 'Nokia 8110 4G', '468'), (7771, '90ba', 'Audio 1.0 device', '468'), (7772, '90bb', 'Snapdragon interface (MIDI + ADB)', '468'), (7773, '90dc', 'Fairphone 2 (Charging & ADB)', '468'), (7774, '9201', 'Gobi Wireless Modem (QDL mode)', '468'), (7775, '9202', 'Gobi Wireless Modem', '468'), (7776, '9203', 'Gobi Wireless Modem', '468'), (7777, '9205', 'Gobi 2000', '468'), (7778, '9211', 'Acer Gobi Wireless Modem (QDL mode)', '468'), (7779, '9212', 'Acer Gobi Wireless Modem', '468'), (7780, '9214', 'Acer Gobi 2000 Wireless Modem (QDL mode)', '468'), (7781, '9215', 'Quectel EC20 LTE modem / Acer Gobi 2000 Wireless Modem', '468'), (7782, '9221', 'Gobi Wireless Modem (QDL mode)', '468'), (7783, '9222', 'Gobi Wireless Modem', '468'), (7784, '9224', 'Sony Gobi 2000 Wireless Modem (QDL mode)', '468'), (7785, '9225', 'Sony Gobi 2000 Wireless Modem', '468'), (7786, '9231', 'Gobi Wireless Modem (QDL mode)', '468'), (7787, '9234', 'Top Global Gobi 2000 Wireless Modem (QDL mode)', '468'), (7788, '9235', 'Top Global Gobi 2000 Wireless Modem', '468'), (7789, '9244', 'Samsung Gobi 2000 Wireless Modem (QDL mode)', '468'), (7790, '9245', 'Samsung Gobi 2000 Wireless Modem', '468'), (7791, '9264', 'Asus Gobi 2000 Wireless Modem (QDL mode)', '468'), (7792, '9265', 'Asus Gobi 2000 Wireless Modem', '468'), (7793, '9274', 'iRex Technologies Gobi 2000 Wireless Modem (QDL mode)', '468'), (7794, '9275', 'iRex Technologies Gobi 2000 Wireless Modem', '468'), (7795, 'f003', 'Nokia 8110 4G', '468'), (7796, '0113', 'PC Line Mouse', '469'), (7797, '1001', 'Lynx Mouse', '469'), (7798, '2001', 'Keyboard', '469'), (7799, '2011', 'SCorpius Keyboard', '469'), (7800, '6001', 'Ten-Keypad', '469'), (7801, '0103', 'FO13FF-65 PC-CAM', '470'), (7802, '010b', 'Webcam (UVC)', '470'), (7803, '021a', 'HP Webcam', '470'), (7804, '0233', 'HP Webcam', '470'), (7805, '0318', 'Webcam', '470'), (7806, '0361', 'SunplusIT INC. HP Truevision HD Webcam', '470'), (7807, '036e', 'Webcam', '470'), (7808, '0374', 'HP EliteBook integrated HD Webcam', '470'), (7809, '038e', 'HP Wide Vision HD integrated webcam', '470'), (7810, '03a1', 'XiaoMi Webcam', '470'), (7811, '03b1', 'Webcam', '470'), (7812, '03bc', 'HP Wide Vision HD Integrated Webcam', '470'), (7813, '03cb', 'HP Wide Vision HD Integrated Webcam', '470'), (7814, '0403', 'Webcam', '470'), (7815, '041b', 'HP 2.0MP High Definition Webcam', '470'), (7816, '0101', 'RDC-5300 Camera', '472'), (7817, '0325', 'Caplio GX (ptp)', '472'), (7818, '032d', 'Caplio GX 8 (ptp)', '472'), (7819, '032f', 'Caplio R3 (ptp)', '472'), (7820, '03a1', 'IS200e', '472'), (7821, '0403', 'Printing Support', '472'), (7822, '0405', 'Type 101', '472'), (7823, '0406', 'Type 102', '472'), (7824, '0437', 'Aficio SP 3510SF', '472'), (7825, '044e', 'SP C250SF (multifunction device: printer, scanner, fax)', '472'), (7826, '1803', 'V5 camera [R5U870]', '472'), (7827, '1810', 'Pavilion Webcam [R5U870]', '472'), (7828, '1812', 'Pavilion Webcam', '472'), (7829, '1814', 'HD Webcam', '472'), (7830, '1815', 'Dell Laptop Integrated Webcam', '472'), (7831, '1820', 'Integrated Webcam', '472'), (7832, '1830', 'Visual Communication Camera VGP-VCC2 [R5U870]', '472'), (7833, '1832', 'Visual Communication Camera VGP-VCC3 [R5U870]', '472'), (7834, '1833', 'Visual Communication Camera VGP-VCC2 [R5U870]', '472'), (7835, '1834', 'Visual Communication Camera VGP-VCC2 [R5U870]', '472'), (7836, '1835', 'Visual Communication Camera VGP-VCC5 [R5U870]', '472'), (7837, '1836', 'Visual Communication Camera VGP-VCC4 [R5U870]', '472'), (7838, '1837', 'Visual Communication Camera VGP-VCC4 [R5U870]', '472'), (7839, '1839', 'Visual Communication Camera VGP-VCC6 [R5U870]', '472'), (7840, '183a', 'Visual Communication Camera VGP-VCC7 [R5U870]', '472'), (7841, '183b', 'Visual Communication Camera VGP-VCC8 [R5U870]', '472'), (7842, '183d', 'Sony Vaio Integrated Webcam', '472'), (7843, '183e', 'Visual Communication Camera VGP-VCC9 [R5U870]', '472'), (7844, '183f', 'Sony Visual Communication Camera Integrated Webcam', '472'), (7845, '1841', 'Fujitsu F01/ Lifebook U810 [R5U870]', '472'), (7846, '1870', 'Webcam 1000', '472'), (7847, '1880', 'R5U880', '472'), (7848, '18b0', 'Sony Vaio Integrated Webcam', '472'), (7849, '18b1', 'Sony Vaio Integrated Webcam', '472'), (7850, '18b3', 'Sony Vaio Integrated Webcam', '472'), (7851, '18b5', 'Sony Vaio Integrated Webcam', '472'), (7852, '2201', 'RDC-7 Camera', '472'), (7853, '2202', 'Caplio RR30', '472'), (7854, '2203', 'Caplio 300G', '472'), (7855, '2204', 'Caplio G3', '472'), (7856, '2205', 'Caplio RR30 / Medion MD 6126 Camera', '472'), (7857, '2206', 'Konica DG-3Z', '472'), (7858, '2207', 'Caplio Pro G3', '472'), (7859, '2208', 'Caplio G4', '472'), (7860, '2209', 'Caplio 400G wide', '472'), (7861, '220a', 'KONICA MINOLTA DG-4Wide', '472'), (7862, '220b', 'Caplio RX', '472'), (7863, '220c', 'Caplio GX', '472'), (7864, '220d', 'Caplio R1/RZ1', '472'), (7865, '220e', 'Sea & Sea 5000G', '472'), (7866, '220f', 'Rollei dr5 / Rollei dr5 (PTP mode)', '472'), (7867, '2211', 'Caplio R1S', '472'), (7868, '2212', 'Caplio R1v Camera', '472'), (7869, '2213', 'Caplio R2', '472'), (7870, '2214', 'Caplio GX 8', '472'), (7871, '2215', 'DSC 725', '472'), (7872, '2216', 'Caplio R3', '472'), (7873, '2222', 'RDC-i500', '472'), (7874, '1483', 'PV8630 interface (scanners, webcams)', '473'), (7875, '2100', 'MicroLink ISDN Office', '474'), (7876, '2219', 'MicroLink ISDN', '474'), (7877, '2265', 'MicroLink 56k', '474'), (7878, '2267', 'MicroLink 56k (V.250)', '474'), (7879, '2280', 'MicroLink 56k Fun', '474'), (7880, '3000', 'Micolink USB2Ethernet [pegasus]', '474'), (7881, '3100', 'AirLancer USB-11', '474'), (7882, '3363', 'MicroLink ADSL Fun', '474'), (7883, '0003', 'Bluetooth Adapter BL-554', '479'), (7884, '0099', '10Mbps Ethernet [klsi]', '484'), (7885, '4001', 'Artec Ultima 2000', '485'), (7886, '4002', 'Artec Ultima 2000 (GT6801 based)/Lifetec LT9385/ScanMagic 1200 UB Plus Scanner', '485'), (7887, '4003', 'Artec E+ 48U', '485'), (7888, '4004', 'Artec E+ Pro', '485'), (7889, '4005', 'MEM48U', '485'), (7890, '4006', 'TRUST EASY WEBSCAN 19200', '485'), (7891, '4007', 'TRUST 240H EASY WEBSCAN GOLD', '485'), (7892, '4008', 'Trust Easy Webscan 19200', '485'), (7893, '4009', 'Umax Astraslim', '485'), (7894, '4013', 'IT Scan 1200', '485'), (7895, '8105', 'Artec T1 USB TVBOX (cold)', '485'), (7896, '8106', 'Artec T1 USB TVBOX (warm)', '485'), (7897, '8107', 'Artec T1 USB TVBOX with AN2235 (cold)', '485'), (7898, '8108', 'Artec T1 USB TVBOX with AN2235 (warm)', '485'), (7899, '8109', 'Artec T1 USB2.0 TVBOX (cold', '485'), (7900, 'a225', 'A225 Printer', '486'), (7901, 'a758', 'A758 Printer', '486'), (7902, 'a794', 'A794 Printer', '486'), (7903, '0091', 'ScanMaker X6u', '487'), (7904, '0093', 'ScanMaker V6USL', '487'), (7905, '0094', 'Phantom 336CX/C3', '487'), (7906, '0099', 'ScanMaker X6/X6U', '487'), (7907, '009a', 'Phantom C6', '487'), (7908, '00a0', 'Phantom 336CX/C3 (#2)', '487'), (7909, '00a3', 'ScanMaker V6USL', '487'), (7910, '00ac', 'ScanMaker V6UL', '487'), (7911, '00b6', 'ScanMaker V6UPL', '487'), (7912, '00ef', 'ScanMaker V6UPL', '487'), (7913, '1006', 'Jenoptik JD350 entrance', '487'), (7914, '1011', 'NHJ Che-ez! Kiss Digital Camera', '487'), (7915, '1018', 'Digital Dream Enigma 1.3', '487'), (7916, '1020', 'Digital Dream l\'espion xtra', '487'), (7917, '1025', 'Take-it Still Camera Device', '487'), (7918, '1026', 'Take-it', '487'), (7919, '1043', 'Take-It 1300 DSC Bulk Driver', '487'), (7920, '1045', 'Take-it D1', '487'), (7921, '1047', 'Take-it Camera Composite Device', '487'), (7922, '1048', 'Take-it Q3', '487'), (7923, '1049', '3M Still Camera Device', '487'), (7924, '1051', 'Camcorder Series', '487'), (7925, '1052', 'Mass Storage Device', '487'), (7926, '1053', 'Take-it DV Composite Device', '487'), (7927, '1054', 'Mass Storage Device', '487'), (7928, '1055', 'Digital Camera Series(536)', '487'), (7929, '1056', 'Mass Storage Device', '487'), (7930, '1057', 'Take-it DSC Camera Device(536)', '487'), (7931, '1058', 'Mass Storage Device', '487'), (7932, '1059', 'Camcorder DSC Series', '487'), (7933, '1060', 'Microtek Take-it MV500', '487'), (7934, '2007', 'ArtixScan DI 1210', '487'), (7935, '200c', '1394_USB2 Scanner', '487'), (7936, '200e', 'ArtixScan DI 810', '487'), (7937, '2017', 'UF ICE Scanner', '487'), (7938, '201c', '4800 Scanner', '487'), (7939, '201d', 'ArtixScan DI 1610', '487'), (7940, '201f', '4800 Scanner-ICE', '487'), (7941, '202e', 'ArtixScan DI 2020', '487'), (7942, '208b', 'ScanMaker 6800', '487'), (7943, '208f', 'ArtixScan DI 2010', '487'), (7944, '209e', 'ScanMaker 4700LP', '487'), (7945, '20a7', 'ScanMaker 5600', '487'), (7946, '20b0', 'ScanMaker X12USL', '487'), (7947, '20b1', 'ScanMaker 8700', '487'), (7948, '20b4', 'ScanMaker 4700', '487'), (7949, '20bd', 'ScanMaker 5700', '487'), (7950, '20c9', 'ScanMaker 6700', '487'), (7951, '20d2', 'Microtek ArtixScan 1800f', '487'), (7952, '20d6', 'PS4000', '487'), (7953, '20de', 'ScanMaker 9800XL', '487'), (7954, '20e0', 'ScanMaker 9700XL', '487'), (7955, '20ed', 'ScanMaker 4700', '487'), (7956, '20ee', 'Micortek ScanMaker X12USL', '487'), (7957, '2838', 'RT2832U', '487'), (7958, '3008', 'Scanner', '487'), (7959, '300a', '4800 ICE Scanner', '487'), (7960, '300b', '4800 Scanner', '487'), (7961, '300f', 'MiniScan C5', '487'), (7962, '3020', '4800dpi Scanner', '487'), (7963, '3021', '1200dpi Scanner', '487'), (7964, '3022', 'Scanner 4800dpi', '487'), (7965, '3023', 'USB1200II Scanner', '487'), (7966, '3025', 'ScanMaker S460', '487'), (7967, '30c1', 'USB600 Scanner', '487'), (7968, '30ce', 'ScanMaker 3800', '487'), (7969, '30cf', 'ScanMaker 4800', '487'), (7970, '30d4', 'USB1200 Scanner', '487'), (7971, '30d8', 'Scanner', '487'), (7972, '30d9', 'USB2400 Scanner', '487'), (7973, '30e4', 'ScanMaker 4100', '487'), (7974, '30e5', 'USB3200 Scanner', '487'), (7975, '30e6', 'ScanMaker i320', '487'), (7976, '40b3', 'ScanMaker 3600', '487'), (7977, '40b8', 'ScanMaker 3700', '487'), (7978, '40c7', 'ScanMaker 4600', '487'), (7979, '40ca', 'ScanMaker 3600', '487'), (7980, '40cb', 'ScanMaker 3700', '487'), (7981, '40dd', 'ScanMaker 3750i', '487'), (7982, '40ff', 'ScanMaker 3600', '487'), (7983, '5003', 'Goya', '487'), (7984, '5013', '3200 Scanner', '487'), (7985, '6072', 'XT-3500 A4 HD Scanner', '487'), (7986, '80a3', 'ScanMaker V6USL (#2)', '487'), (7987, '80ac', 'ScanMaker V6UL/SpicyU', '487'), (7988, '0003', 'SUNTAC U-Cable type D2', '488'), (7989, '0005', 'SUNTAC U-Cable type P1', '488'), (7990, '0009', 'SUNTAC Slipper U', '488'), (7991, '000a', 'SUNTAC Ir-Trinity', '488'), (7992, '000b', 'SUNTAC U-Cable type A3', '488'), (7993, '0011', 'SUNTAC U-Cable type A4', '488'), (7994, '0001', 'jumpSHOT CompactFlash Reader', '489'), (7995, '0002', 'JumpShot', '489'), (7996, '0003', 'JumpShot', '489'), (7997, '0080', 'Jumpdrive Secure 64MB', '489'), (7998, '0081', 'RBC Compact Flash Drive', '489'), (7999, '00a7', 'JumpDrive Impact', '489'), (8000, '0100', 'JumpDrive PRO', '489'), (8001, '0200', 'JumpDrive 2.0 Pro', '489'), (8002, '0300', 'Jumpdrive Geysr', '489'), (8003, '0301', 'JumpDrive Classic', '489'), (8004, '0302', 'JD Micro', '489'), (8005, '0303', 'JD Micro Pro', '489'), (8006, '0304', 'JD Secure II', '489'), (8007, '0310', 'JumpDrive', '489'), (8008, '0311', 'JumpDrive Classic', '489'), (8009, '0312', 'JD Micro', '489'), (8010, '0313', 'JD Micro Pro', '489'), (8011, '0320', 'JumpDrive', '489'), (8012, '0321', 'JD Micro', '489'), (8013, '0322', 'JD Micro Pro', '489'), (8014, '0323', 'UFC', '489'), (8015, '0330', 'JumpDrive Expression', '489'), (8016, '0340', 'JumpDrive TAD', '489'), (8017, '0350', 'Express Card', '489'), (8018, '0400', 'UFDC', '489'), (8019, '0401', 'UFDC', '489'), (8020, '0403', 'Locked B Device', '489'), (8021, '0405', 'Locked C Device', '489'), (8022, '0407', 'Locked D Device', '489'), (8023, '0409', 'Locked E Device', '489'), (8024, '040b', 'Locked F Device', '489'), (8025, '040d', 'Locked G Device', '489'), (8026, '040f', 'Locked H Device', '489'), (8027, '0410', 'JumpDrive', '489'), (8028, '0411', 'JumpDrive', '489'), (8029, '0413', 'Locked J Device', '489'), (8030, '0415', 'Locked K Device', '489'), (8031, '0417', 'Locked L Device', '489'), (8032, '0419', 'Locked M Device', '489'), (8033, '041b', 'Locked N Device', '489'), (8034, '041d', 'Locked O Device', '489'), (8035, '041f', 'Locked P Device', '489'), (8036, '0420', 'JumpDrive', '489'), (8037, '0421', 'JumpDrive', '489'), (8038, '0423', 'Locked R Device', '489'), (8039, '0425', 'Locked S Device', '489'), (8040, '0427', 'Locked T Device', '489'), (8041, '0429', 'Locked U Device', '489'), (8042, '042b', 'Locked V Device', '489'), (8043, '042d', 'Locked W Device', '489'), (8044, '042f', 'Locked X Device', '489'), (8045, '0431', 'Locked Y Device', '489'), (8046, '0433', 'Locked Z Device', '489'), (8047, '4d02', 'MP3 Player', '489'), (8048, '4d12', 'MP3 Player', '489'), (8049, '4d30', 'MP3 Player', '489'), (8050, 'a201', 'JumpDrive S70 4GB', '489'), (8051, 'a209', 'JumpDrive S70', '489'), (8052, 'a300', 'JumpDrive2', '489'), (8053, 'a400', 'JumpDrive trade; Pro 40-501', '489'), (8054, 'a410', 'JumpDrive 128MB/256MB', '489'), (8055, 'a411', 'JumpDrive Traveler', '489'), (8056, 'a420', 'JumpDrive Pro', '489'), (8057, 'a421', 'JumpDrive Pro II', '489'), (8058, 'a422', 'JumpDrive Micro Pro', '489'), (8059, 'a430', 'JumpDrive Secure', '489'), (8060, 'a431', 'JumpDrive Secure II', '489'), (8061, 'a432', 'JumpDrive Classic', '489'), (8062, 'a440', 'JumpDrive Lightning', '489'), (8063, 'a450', 'JumpDrive TouchGuard', '489'), (8064, 'a460', 'JD Mercury', '489'), (8065, 'a501', 'JumpDrive Classic', '489'), (8066, 'a510', 'JumpDrive Sport', '489'), (8067, 'a530', 'JumpDrive Expression', '489'), (8068, 'a531', 'JumpDrive Secure II', '489'), (8069, 'a560', 'JumpDrive FireFly', '489'), (8070, 'a701', 'JumpDrive FireFly', '489'), (8071, 'a731', 'JumpDrive FireFly', '489'), (8072, 'a762', 'JumpDrive FireFly', '489'), (8073, 'a768', 'JumpDrive Retrax', '489'), (8074, 'a790', 'JumpDrive 2GB', '489'), (8075, 'a811', '16GB Gizmo!', '489'), (8076, 'a813', '16gB flash thumb drive', '489'), (8077, 'a815', 'JumpDrive V10', '489'), (8078, 'a81d', 'LJDTT16G [JumpDrive 16GB]', '489'), (8079, 'a833', 'JumpDrive S23 64GB', '489'), (8080, 'a838', 'JumpDrive Tough', '489'), (8081, 'b002', 'USB CF Reader', '489'), (8082, 'b018', 'Multi-Card Reader', '489'), (8083, 'b047', 'SDHC Reader [RW047-7000]', '489'), (8084, 'b051', 'microSD RDR UHS-I Card Reader [LRWM03U-7000]', '489'), (8085, 'ba02', 'Workflow CFR1', '489'), (8086, 'ba0a', 'Workflow DD512', '489'), (8087, 'c753', 'JumpDrive TwistTurn', '489'), (8088, 'c75c', 'JumpDrive V10', '489'), (8089, 'a011', 'HID UPS Battery', '490'), (8090, 'ff31', 'AWU-120', '490'), (8091, 'ff32', 'FriendlyNET AeroLAN AL2011', '490'), (8092, 'ff35', 'PCW 100 - Wireless 802.11b Adapter', '490'), (8093, 'ff91', '2Wire PC Port Phoneline 10Mbps Adapter', '490'), (8094, '0700', 'Bar Code Scanner (CS1504)', '492'), (8095, '0800', 'Spectrum24 Wireless LAN Adapter', '492'), (8096, '1200', 'Bar Code Scanner', '492'), (8097, '1701', 'Bar Code Scanner (CDC)', '492'), (8098, '1900', 'SNAPI Imaging Device', '492'), (8099, '2000', 'MC3090 Rugged Mobile Computer', '492'), (8100, '200d', 'MC70 Rugged Mobile Computer', '492'), (8101, '0100', '802.11g + Bluetooth Wireless Adapter', '493'), (8102, '0408', 'STK1160 Video Capture Device', '493'), (8103, '0500', 'DC-112X Webcam', '493'), (8104, '0501', 'DC-1125 Webcam', '493'), (8105, '0890', 'STK011 Camera', '493'), (8106, '0892', 'STK013 Camera', '493'), (8107, '0895', 'STK016 Camera', '493'), (8108, '0896', 'STK017 Camera', '493'), (8109, '2010', 'ARCTIC Sound P261 Headphones', '493'), (8110, '000a', 'Keyboard with PS/2 Port', '495'), (8111, '000b', 'Mouse', '495'), (8112, '0100', 'Nintendo Game Boy Advance SP', '495'), (8113, '0120', 'Pacific Image Electronics PrimeFilm 1800u slide/negative scanner', '495'), (8114, '0131', 'CF/SM Reader/Writer', '495'), (8115, '0142', 'Multiple Slides Scanner-3600', '495'), (8116, '0143', 'Multiple Frames Film Scanner-36series', '495'), (8117, '0145', 'Reflecta CrystalScan 7200 Photo-Scanner', '495'), (8118, '0180', 'Plustek Scanner', '495'), (8119, '0182', 'Wize Media 1000', '495'), (8120, '0189', 'ScanJet 4600 series', '495'), (8121, '018a', 'Xerox 6400', '495'), (8122, '0300', 'GLUSB98PT Parallel Port', '495'), (8123, '0301', 'USB2LPT Cable Release2', '495'), (8124, '0406', 'Hub', '495'), (8125, '0501', 'GL620USB Host-Host interface', '495'), (8126, '0502', 'GL620USB-A GeneLink USB-USB Bridge', '495'), (8127, '0503', 'Webcam', '495'), (8128, '0504', 'HID Keyboard Filter', '495'), (8129, '0510', 'Camera', '495'), (8130, '0604', 'USB 1.1 Hub', '495'), (8131, '0605', 'Hub', '495'), (8132, '0606', 'USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub', '495'), (8133, '0607', 'Logitech G110 Hub', '495'), (8134, '0608', 'Hub', '495'), (8135, '0610', 'Hub', '495'), (8136, '0612', 'Hub', '495'), (8137, '0616', 'hub', '495'), (8138, '0660', 'USB 2.0 Hub', '495'), (8139, '0700', 'SIIG US2256 CompactFlash Card Reader', '495'), (8140, '0701', 'USB 2.0 IDE Adapter', '495'), (8141, '0702', 'USB 2.0 IDE Adapter [GL811E]', '495'), (8142, '0703', 'Card Reader', '495'), (8143, '0704', 'Card Reader', '495'), (8144, '0705', 'Card Reader', '495'), (8145, '0706', 'Card Reader', '495'), (8146, '0707', 'Card Reader', '495'), (8147, '0708', 'Card Reader', '495'), (8148, '0709', 'Card Reader', '495'), (8149, '070a', 'Pen Flash', '495'), (8150, '070b', 'DMHS1B Rev 3 DFU Adapter', '495'), (8151, '070e', 'USB 2.0 Card Reader', '495'), (8152, '070f', 'Pen Flash', '495'), (8153, '0710', 'USB 2.0 33-in-1 Card Reader', '495'), (8154, '0711', 'Card Reader', '495'), (8155, '0712', 'Delkin Mass Storage Device', '495'), (8156, '0715', 'USB 2.0 microSD Reader', '495'), (8157, '0716', 'Multislot Card Reader/Writer', '495'), (8158, '0717', 'All-in-1 Card Reader', '495'), (8159, '0718', 'IDE/SATA Adapter', '495'), (8160, '0719', 'SATA adapter', '495'), (8161, '0722', 'SD/MMC card reader', '495'), (8162, '0723', 'GL827L SD/MMC/MS Flash Card Reader', '495'), (8163, '0726', 'SD Card Reader', '495'), (8164, '0727', 'microSD Reader/Writer', '495'), (8165, '0731', 'GL3310 SATA 3Gb/s Bridge Controller', '495'), (8166, '0732', 'All-in-One Cardreader', '495'), (8167, '0736', 'Colour arc SD Card Reader [PISEN]', '495'), (8168, '0738', 'Card reader', '495'), (8169, '0741', 'microSD Card Reader', '495'), (8170, '0743', 'SDXC and microSDXC CardReader', '495'), (8171, '0745', 'Logilink CR0012', '495'), (8172, '0748', 'All-in-One Cardreader', '495'), (8173, '0749', 'SD Card Reader and Writer', '495'), (8174, '0751', 'microSD Card Reader', '495'), (8175, '0760', 'USB 2.0 Card Reader/Writer', '495'), (8176, '0761', 'Genesys Mass Storage Device', '495'), (8177, '0780', 'USBFS DFU Adapter', '495'), (8178, '07a0', 'Pen Flash', '495'), (8179, '0880', 'Wasp (SL-6612)', '495'), (8180, '0927', 'Card Reader', '495'), (8181, '1205', 'Afilias Optical Mouse H3003 / Trust Optical USB MultiColour Mouse MI-2330', '495'), (8182, 'a700', 'Pen Flash', '495'), (8183, 'f102', 'VX7012 TV Box', '495'), (8184, 'f103', 'VX7012 TV Box', '495'), (8185, 'f104', 'VX7012 TV Box', '495'), (8186, 'fd21', '3M TL20 Temperature Logger', '495'), (8187, 'fe00', 'Razer Mouse', '495'), (8188, '0008', 'KL5KUSB101B Ethernet [klsi]', '500'), (8189, '0009', 'Sony 10Mbps Ethernet [pegasus]', '500'), (8190, '000c', 'USB-to-RS-232', '500'), (8191, '000d', 'USB-to-RS-232', '500'), (8192, '0014', 'RS-232 J104', '500'), (8193, '0040', 'Ethernet Adapter', '500'), (8194, '2008', 'Ethernet Adapter', '500'), (8195, '020a', 'Top Shot Pegasus Joystick', '504'), (8196, '8884', 'Mag Turbo Force Wheel', '504'), (8197, '8888', 'Top Shot Force Feedback Racing Wheel', '504'), (8198, '0101', 'DA-Port DAC', '505'), (8199, '0010', 'AQ Mouse', '507'), (8200, '0007', 'Kinesis Advantage PRO MPC/USB Keyboard', '508'), (8201, '0081', 'Kinesis Integrated Hub', '508'), (8202, '00ff', 'VEC Footpedal', '508'), (8203, '0203', 'Y-mouse Keyboard & Mouse Adapter', '508'), (8204, '020b', 'PS2 Adapter', '508'), (8205, '0232', 'X-Keys Switch Interface, Programming Mode', '508'), (8206, '0261', 'X-Keys Switch Interface, SPLAT Mode', '508'), (8207, '0264', 'X-Keys Switch Interface, Composite Mode', '508'), (8208, '1104', 'Magellan 2200VS', '512'), (8209, '1206', 'Gryphon series (OEM mode)', '512'), (8210, '120c', 'Gryphon GD4430-BK', '512'), (8211, '2202', 'Point of Sale Handheld Scanner', '512'), (8212, '2206', 'Gryphon series (keyboard emulation mode)', '512'), (8213, '220c', 'Datalogic Gryphon GD4430', '512'), (8214, '2601', 'Datalogic Magellan 1000i Barcode Scanner', '512'), (8215, '2602', 'Datalogic Magellan 1100i Barcode Scanner', '512'), (8216, '4204', 'Gryphon series (RS-232 emulation mode)', '512'), (8217, '5204', 'Datalogic Gryphon GFS4170 (config mode)', '512'), (8218, '3301', 'Keyboard with PS/2 Mouse Port', '513'), (8219, '3302', 'Keyboard', '513'), (8220, '3303', 'Keyboard with PS/2 Mouse Port', '513'), (8221, '0001', 'Soundcraft Si Multi Digital Card', '514'), (8222, '0010', 'Soundcraft Si MADI combo card', '514'), (8223, '0021', 'Soundcraft Signature 12 MTK', '514'), (8224, '7849', 'Harman/Kardon SoundSticks', '514'), (8225, '0239', 'SV-239 HammerHead Digital', '515'), (8226, '0251', 'Raider Pro', '515'), (8227, '0253', 'ProPad 8 Digital', '515'), (8228, '0286', 'SV-286 Cyclone Digital', '515'), (8229, '1007', 'Mad Catz Controller', '515'), (8230, '107a', 'PowerPad Pro X-Box pad', '515'), (8231, '262a', '3dfx HammerHead FX', '515'), (8232, '262f', 'HammerHead Fx', '515'), (8233, 'daae', 'Game Shark', '515'), (8234, 'dbae', 'Datel XBoxMC', '515'), (8235, '0001', 'Mouse', '516'), (8236, '0003', 'Cypress USB Mouse', '516'), (8237, '0005', 'Viewmaster 4D Browser Mouse', '516'), (8238, '0007', 'Twinhead Mouse', '516'), (8239, '0009', 'Inland Pro 4500/5000 Mouse', '516'), (8240, '0011', 'Browser Mouse', '516'), (8241, '0014', 'Gamepad', '516'), (8242, '1010', 'Optical Wireless', '516'), (8243, '2001', 'Microsoft Wireless Receiver 700', '516'), (8244, '3030', 'Controller', '516'), (8245, '3031', 'Controller', '516'), (8246, '0003', 'Internet Security Co., Ltd. SecureKey', '519'), (8247, '1001', 'ViCam Webcam', '520'), (8248, '0002', 'Sino Wealth keyboard/mouse 2.4 GHz receiver', '521'), (8249, '00f1', 'Keyboard (Labtec Ultra Flat Keyboard)', '521'), (8250, '00f2', 'Keyboard (Labtec Ultra Flat Keyboard)', '521'), (8251, '6871', 'Mouse', '521'), (8252, '8611', 'NTK96550 based camera', '521'), (8253, '031d', 'eHome Infrared Receiver', '527'), (8254, '0322', 'eHome Infrared Receiver', '527'), (8255, '0334', 'eHome Infrared Receiver', '527'), (8256, 'ff12', 'SMK Bluetooth Device', '527'), (8257, '0001', 'MacAlly Keyboard', '529'), (8258, '0230', 'KSK-8003 UX Keyboard', '529'), (8259, '0540', 'DeltaCo TB-106U Keyboard', '529'), (8260, '1006', 'Japanese Keyboard - 260U', '529'), (8261, '2101', 'Keyboard', '529'), (8262, '2231', 'KSK-6001 UELX Keyboard', '529'), (8263, '2270', 'Gigabyte K8100 Aivia Gaming Keyboard', '529'), (8264, '500a', 'Cougar 500k Gaming Keyboard', '529'), (8265, '5253', 'Thermaltake MEKA G-Unit Gaming Keyboard', '529'), (8266, '5811', 'ACK-571U Wireless Keyboard', '529'), (8267, '5903', 'Japanese Keyboard - 595U', '529'), (8268, '6001', 'SolidTek USB 2p HUB', '529'), (8269, '6002', 'SolidTek USB Keyboard', '529'), (8270, '6003', 'Japanese Keyboard - 600HM', '529'), (8271, '6231', 'Thermaltake eSPORTS Meka Keyboard', '529'), (8272, '8007', 'P-W1G1F12 VER:1 [Macally MegaCam]', '529'), (8273, 'a001', 'Maxwell Compact Pc PM3', '529'), (8274, '000a', 'Thymio-II', '540'), (8275, '000c', 'Thymio-II Wireless', '540'), (8276, '0101', 'Mouse', '541'), (8277, '0101', 'SLP-100 Driver', '542'), (8278, '0102', 'SLP-200 Driver', '542'), (8279, '0103', 'SLP-100N Driver', '542'), (8280, '0104', 'SLP-200N Driver', '542'), (8281, '0105', 'SLP-240 Driver', '542'), (8282, '0501', 'SLP-440 Driver', '542'), (8283, '0502', 'SLP-450 Driver', '542'), (8284, '0110', '5thSense Fingerprint Sensor', '543'), (8285, '0200', 'FPS200 Fingerprint Sensor', '543'), (8286, '8200', 'VKI-A Fingerprint Sensor/Flash Storage (dumb)', '543'), (8287, '9200', 'VKI-B Fingerprint Sensor/Flash Storage (smart)', '543'), (8288, 'c020', 'SSU-100', '546'), (8289, '0001', 'nissei 128DE-USB -', '547'), (8290, '0010', 'nissei 128DE-PNA -', '547'), (8291, '0004', 'QuickVideo weeCam', '548'), (8292, '0007', 'QuickVideo weeCam', '548'), (8293, '000a', 'QuickVideo weeCam', '548'), (8294, '000b', 'QuickVideo weeCam', '548'), (8295, '0013', 'SC Secure KVM', '552'), (8296, '0248', 'Virtual Hub', '552'), (8297, '0249', 'Virtual Keyboard/Mouse', '552'), (8298, '0251', 'Virtual Mass Storage', '552'), (8299, '0252', 'Virtual SD card reader', '552'), (8300, '0294', 'Dell 03R874 KVM dongle', '552'), (8301, '0402', 'Cisco Virtual Keyboard and Mouse', '552'), (8302, '0403', 'Cisco Virtual Mass Storage', '552'), (8303, '1774', 'Cybex SC985', '552'), (8304, '0000', 'Optical mouse', '558'), (8305, '0001', 'Notebook Optical Mouse', '558'), (8306, '0020', 'Logic3 Gamepad', '558'), (8307, '0033', 'Competition Pro Steering Wheel', '558'), (8308, '0102', 'Wireless Keyboard/Mouse Combo [MK1152WC]', '558'), (8309, '0201', 'Defender Office Keyboard (K7310) S Zodiak KM-9010', '558'), (8310, '0252', 'Emerge Uni-retractable Laser Mouse', '558'), (8311, '2410', 'Wireless PS3 gamepad', '558'), (8312, '3286', 'Nano Receiver [Sandstrom Laser Mouse SMWLL11]', '558'), (8313, '4101', 'Wireless Keyboard/Mouse', '558'), (8314, '4102', 'Wireless Mouse', '558'), (8315, '4106', 'Wireless Mouse 2.4G', '558'), (8316, '4c01', '2,4Ghz Wireless Transceiver [for Delux M618 Plus Wireless Vertical Mouse]', '558'), (8317, '6301', 'Trust Wireless Optical Mouse MI-4150K', '558'), (8318, '9003', 'VoIP Conference Hub (A16GH)', '558'), (8319, '9004', 'USR9602 USB Internet Mini Phone', '558'), (8320, '0655', 'Embedded Mass Storage Drive [RealSSD]', '566'), (8321, '0003', 'Vivicam 35Xx', '568'), (8322, '0268', 'iVina 1200U Scanner', '569'), (8323, '026a', 'Minolta Dimage Scan Dual II AF-2820U (2886)', '569'), (8324, '0a10', 'iVina FB1600/UMAX Astra 4500', '569'), (8325, '0a13', 'AV600U', '569'), (8326, '0a15', 'Konica Minolta SC-110', '569'), (8327, '0a16', 'Konica Minolta SC-215', '569'), (8328, '0a2a', 'AV220 C2', '569'), (8329, '0a30', 'UMAX Astra 6700 Scanner', '569'), (8330, '0a41', 'Avision AM3000/MF3000 Series', '569'), (8331, '0f01', 'fi-4010CU', '569'), (8332, '4004', 'Minolta Dimage Scan Elite II AF-2920 (2888)', '569'), (8333, '0026', 'LPC-Stick', '577'), (8334, '0000', 'Floppy', '580'), (8335, '0200', 'All-In-One Multi-Card Reader CA200/B/S', '580'), (8336, '1000', 'CD-ROM Drive', '580'), (8337, '800d', 'TASCAM Portastudio DP-01FX', '580'), (8338, '800e', 'TASCAM US-122L', '580'), (8339, '801d', 'TASCAM DR-100', '580'), (8340, '8021', 'TASCAM US-122mkII', '580'), (8341, 'd001', 'CD-R/RW Unit', '580'), (8342, 'd002', 'CD-R/RW Unit', '580'), (8343, 'd010', 'CD-RW/DVD Unit', '580'), (8344, '0100', 'ARC SpectraPro UV/VIS/IR Monochromator/Spectrograph', '583'), (8345, '0101', 'ARC AM-VM Mono Airpath/Vacuum Monochromator/Spectrograph', '583'), (8346, '0102', 'ARC Inspectrum Mono', '583'), (8347, '0103', 'ARC Filterwheel', '583'), (8348, '03e9', 'Inspectrum 128x1024 F VIS Spectrograph', '583'), (8349, '03ea', 'Inspectrum 256x1024 F VIS Spectrograph', '583'), (8350, '03eb', 'Inspectrum 128x1024 B VIS Spectrograph', '583'), (8351, '03ec', 'Inspectrum 256x1024 B VIS Spectrograph', '583'), (8352, '0165', 'Blackfin 535 [ADZS HPUSB ICE]', '586'), (8353, '2100', 'Sony Visual Communication Camera', '589'), (8354, '3410', 'RGBIR Camera', '589'), (8355, '9700', 'Asus Integrated Webcam', '589'), (8356, 'a100', 'Acer OrbiCam', '589'), (8357, 'a101', 'Acer CrystalEye Webcam', '589'), (8358, 'a102', 'Acer/Lenovo Webcam [CN0316]', '589'), (8359, 'a103', 'Acer/HP Integrated Webcam [CN0314]', '589'), (8360, 'a110', 'HP Webcam', '589'), (8361, 'a114', 'Lemote Webcam', '589'), (8362, 'a116', 'UVC 1.3MPixel WebCam', '589'), (8363, 'a127', 'HP Integrated Webcam', '589'), (8364, 'a136', 'Asus Integrated Webcam [CN031B]', '589'), (8365, 'a219', '1.3M WebCam (notebook emachines E730, Acer sub-brand)', '589'), (8366, 'c107', 'HP webcam [dv6-1190en]', '589'), (8367, 'c335', 'HP TrueVision HD', '589'), (8368, 'd101', 'Acer CrystalEye Webcam', '589'), (8369, 'd213', 'UVC HD Webcam', '589'), (8370, 'd217', 'HP TrueVision HD', '589'), (8371, 'e201', 'Lenovo Integrated Webcam', '589'), (8372, 'e203', 'Lenovo Integrated Webcam', '589'), (8373, 'e258', 'HP TrueVision HD Integrated Webcam', '589'), (8374, 'e263', 'HP TrueVision HD Integrated Webcam', '589'), (8375, 'f102', 'Lenovo Integrated Webcam [R5U877]', '589'), (8376, 'f103', 'Lenovo Integrated Webcam [R5U877]', '589'), (8377, 'f207', 'Lenovo EasyCamera Integrated Webcam', '589'), (8378, 'f209', 'HP Webcam', '589'), (8379, 'f300', 'UVC 0.3M Webcam', '589'), (8380, '03e9', 'CmStick (MSD, article no. 1001-xx-xxx)', '590'), (8381, '03f2', 'CmStick/M (MSD, article no. 1010-xx-xxx)', '590'), (8382, '03f3', 'CmStick/M (MSD, article no. 1011-xx-xxx)', '590'), (8383, '0bd7', 'Wibu-Box/U (article no. 3031-xx-xxx)', '590'), (8384, '0bd8', 'Wibu-Box/RU (article no. 3032-xx-xxx)', '590'), (8385, '2af9', 'CmStick (HID, article no. 1001-xx-xxx)', '590'), (8386, '2b03', 'CmStick/M (HID, article no. 1011-xx-xxx)', '590'), (8387, '5213', 'CmStick/M (COMPOSITE, article no. 1011-xx-xxx)', '590'), (8388, '0005', 'Device Bay Controller', '595'), (8389, '0006', 'Hub', '595'), (8390, '0007', 'Device Bay Controller', '595'), (8391, '0016', 'Hub', '595'), (8392, '0200', 'Aeotec Z-Stick Gen5 (ZW090) - UZB', '599'), (8393, '0001', 'Opticon OPR-2001 / NLV-1001 (keyboard mode)', '601'), (8394, '0009', 'NLV-1001 (serial mode) / OPN-2001 [Opticon]', '601'), (8395, '0103', 'CobraPad', '608'), (8396, '0301', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8397, '0302', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8398, '0303', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8399, '0304', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8400, '0305', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8401, '0306', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8402, '0307', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8403, '0309', 'Groovy Technology Corp. GTouch Touch Screen', '609'), (8404, '5161', 'USB to Serial', '610'), (8405, '0fa1', 'TD-U8000 Tape Drive', '611'), (8406, '0105', 'SCM eUSB SmartMedia Card Reader', '615'), (8407, '010a', 'Melco MCR-U2 SmartMedia / CompactFlash Reader', '615'), (8408, '200c', 'USB10TX', '615'), (8409, '2202', 'USB10TX Ethernet [pegasus]', '615'), (8410, '2203', 'USB100TX Ethernet [pegasus]', '615'), (8411, '2204', 'USB100TX HomePNA Ethernet [pegasus]', '615'), (8412, '2206', 'USB Ethernet [pegasus]', '615'), (8413, '2207', 'HomeLink Phoneline 10M Network Adapter', '615'), (8414, '2211', 'WUSB11 802.11b Adapter', '615'), (8415, '2212', 'WUSB11v2.5 802.11b Adapter', '615'), (8416, '2213', 'WUSB12v1.1 802.11b Adapter', '615'), (8417, '2219', 'Instant Wireless Network Adapter', '615'), (8418, '400b', 'USB10TX', '615'), (8419, '003b', 'MP3 Player', '618'), (8420, '003e', 'MP3 Player', '618'), (8421, '003f', 'MP3 Player', '618'), (8422, '0040', 'MP3 Player', '618'), (8423, '0041', 'MP3 Player', '618'), (8424, '0042', 'MP3 Player', '618'), (8425, '0043', 'MP3 Player', '618'), (8426, '004b', 'A-Max PA11 MP3 Player', '618'), (8427, '3400', 'STMP3400 D-Major MP3 Player', '618'), (8428, '3410', 'STMP3410 D-Major MP3 Player', '618'), (8429, '3500', 'Player Recovery Device', '618'), (8430, '3780', 'STMP3780/i.MX23 SystemOnChip in RecoveryMode', '618'), (8431, '4200', 'STIr4200 IrDA Bridge', '618'), (8432, '4210', 'STIr4210 IrDA Bridge', '618'), (8433, '8000', 'MSCN MP3 Player', '618'), (8434, '8001', 'SigmaTel MSCN Audio Player', '618'), (8435, '8004', 'MSCNMMC MP3 Player', '618'), (8436, '8008', 'i-Bead 100 MP3 Player', '618'), (8437, '8020', 'MP3 Player', '618'), (8438, '8034', 'MP3 Player', '618'), (8439, '8036', 'MP3 Player', '618'), (8440, '8038', 'MP3 Player', '618'), (8441, '8056', 'MP3 Player', '618'), (8442, '8060', 'MP3 Player', '618'), (8443, '8066', 'MP3 Player', '618'), (8444, '807e', 'MP3 Player', '618'), (8445, '8092', 'MP3 Player', '618'), (8446, '8096', 'MP3 Player', '618'), (8447, '809a', 'MP3 Player', '618'), (8448, '80aa', 'MP3 Player', '618'), (8449, '80ac', 'MP3 Player', '618'), (8450, '80b8', 'MP3 Player', '618'), (8451, '80ba', 'MP3 Player', '618'), (8452, '80bc', 'MP3 Player', '618'), (8453, '80bf', 'MP3 Player', '618'), (8454, '80c5', 'MP3 Player', '618'), (8455, '80c8', 'MP3 Player', '618'), (8456, '80ca', 'MP3 Player', '618'), (8457, '80cc', 'MP3 Player', '618'), (8458, '8104', 'MP3 Player', '618'), (8459, '8106', 'MP3 Player', '618'), (8460, '8108', 'MP3 Player', '618'), (8461, '810a', 'MP3 Player', '618'), (8462, '810c', 'MP3 Player', '618'), (8463, '8122', 'MP3 Player', '618'), (8464, '8124', 'MP3 Player', '618'), (8465, '8126', 'MP3 Player', '618'), (8466, '8128', 'MP3 Player', '618'), (8467, '8134', 'MP3 Player', '618'), (8468, '8136', 'MP3 Player', '618'), (8469, '8138', 'MP3 Player', '618'), (8470, '813a', 'MP3 Player', '618'), (8471, '813e', 'MP3 Player', '618'), (8472, '8140', 'MP3 Player', '618'), (8473, '8142', 'MP3 Player', '618'), (8474, '8144', 'MP3 Player', '618'), (8475, '8146', 'MP3 Player', '618'), (8476, '8148', 'MP3 Player', '618'), (8477, '814c', 'MP3 Player', '618'), (8478, '8201', 'MP3 Player', '618'), (8479, '8202', 'Jens of Sweden / I-BEAD 150M/150H MP3 player', '618'), (8480, '8203', 'MP3 Player', '618'), (8481, '8204', 'MP3 Player', '618'), (8482, '8205', 'MP3 Player', '618'), (8483, '8206', 'Digital MP3 Music Player', '618'), (8484, '8207', 'MP3 Player', '618'), (8485, '8208', 'MP3 Player', '618'), (8486, '8209', 'MP3 Player', '618'), (8487, '820a', 'MP3 Player', '618'), (8488, '820b', 'MP3 Player', '618'), (8489, '820c', 'MP3 Player', '618'), (8490, '820d', 'MP3 Player', '618'), (8491, '820e', 'MP3 Player', '618'), (8492, '820f', 'MP3 Player', '618'), (8493, '8210', 'MP3 Player', '618'), (8494, '8211', 'MP3 Player', '618'), (8495, '8212', 'MP3 Player', '618'), (8496, '8213', 'MP3 Player', '618'), (8497, '8214', 'MP3 Player', '618'), (8498, '8215', 'MP3 Player', '618'), (8499, '8216', 'MP3 Player', '618'), (8500, '8217', 'MP3 Player', '618'), (8501, '8218', 'MP3 Player', '618'), (8502, '8219', 'MP3 Player', '618'), (8503, '821a', 'MP3 Player', '618'), (8504, '821b', 'MP3 Player', '618'), (8505, '821c', 'MP3 Player', '618'), (8506, '821d', 'MP3 Player', '618'), (8507, '821e', 'MP3 Player', '618'), (8508, '821f', 'MP3 Player', '618'), (8509, '8220', 'MP3 Player', '618'), (8510, '8221', 'MP3 Player', '618'), (8511, '8222', 'MP3 Player', '618'), (8512, '8223', 'MP3 Player', '618'), (8513, '8224', 'MP3 Player', '618'), (8514, '8225', 'MP3 Player', '618'), (8515, '8226', 'MP3 Player', '618'), (8516, '8227', 'MP3 Player', '618'), (8517, '8228', 'MP3 Player', '618'), (8518, '8229', 'MP3 Player', '618'), (8519, '8230', 'MP3 Player', '618'), (8520, '829c', 'MP3 Player', '618'), (8521, '82e0', 'MP3 Player', '618'), (8522, '8320', 'TrekStor i.Beat fun', '618'), (8523, '835d', 'MP3 Player', '618'), (8524, '83b5', 'Transcend T.sonic 530 MP3 Player', '618'), (8525, '9000', 'MP3 Player', '618'), (8526, '9001', 'MP3 Player', '618'), (8527, '9002', 'MP3 Player', '618'), (8528, '0001', 'Calibrator', '619'), (8529, '0005', 'Enable Cable', '619'), (8530, '1041', 'LCS1040 Speaker System', '620'), (8531, '5000', 'SpaceBall 4000 FLX', '620'), (8532, '5000', 'Keyboard', '621'), (8533, '0110', 'Vigor 128 ISDN TA', '623'), (8534, '0530', 'Vigor530 IEEE 802.11G Adapter (ISL3880+NET2280)', '623'), (8535, '0550', 'Vigor550', '623'), (8536, '1688', 'miniVigor 128 ISDN TA [HFC-S]', '623'), (8537, '6694', 'miniVigor 128 ISDN TA', '623'), (8538, '07d5', 'TM-ED1285(USB)', '625'), (8539, '0fa1', 'TD-U8000 Tape Drive', '625'), (8540, '0000', 'PL2301 USB-USB Bridge', '627'), (8541, '0001', 'PL2302 USB-USB Bridge', '627'), (8542, '0307', 'Motorola Serial Adapter', '627'), (8543, '04bb', 'PL2303 Serial (IODATA USB-RSAQ2)', '627'), (8544, '0600', 'IDE Bridge', '627'), (8545, '0610', 'Onext EG210U MODEM', '627'), (8546, '0611', 'AlDiga AL-11U Quad-band GSM/GPRS/EDGE modem', '627'), (8547, '1231', 'Orico SATA External Hard Disk Drive Lay-Flat Docking Station with USB 3.0 & eSATA interfaces.', '627'), (8548, '2303', 'PL2303 Serial Port / Mobile Action MA-8910P', '627'), (8549, '2305', 'PL2305 Parallel Port', '627'), (8550, '2306', 'Raylink Bridge Controller', '627'), (8551, '2307', 'PL2307 USB-ATAPI4 Bridge', '627'), (8552, '2313', 'FITEL PHS U Cable Adaptor', '627'), (8553, '2315', 'Flash Disk Embedded Hub', '627'), (8554, '2316', 'Flash Disk Security Device', '627'), (8555, '2317', 'Mass Storage Device', '627'), (8556, '2501', 'PL2501 USB-USB Bridge (USB 2.0)', '627'), (8557, '2506', 'Kaser 8gB micro hard drive', '627'), (8558, '2507', 'PL2507 Hi-speed USB to IDE bridge controller', '627'), (8559, '2515', 'Flash Disk Embedded Hub', '627'), (8560, '2517', 'Flash Disk Mass Storage Device', '627'), (8561, '2528', 'Storage device (8gB thumb drive)', '627'), (8562, '2571', 'LG Electronics GE24LU21', '627'), (8563, '25a1', 'PL25A1 Host-Host Bridge', '627'), (8564, '2773', 'PL2773 SATAII bridge controller', '627'), (8565, '3400', 'Hi-Speed Flash Disk with TruePrint AES3400', '627'), (8566, '3500', 'Hi-Speed Flash Disk with TruePrint AES3500', '627'), (8567, '3507', 'PL3507 ATAPI6 Bridge', '627'), (8568, 'aaa0', 'Prolific Pharos', '627'), (8569, 'aaa2', 'PL2303 Serial Adapter (IODATA USB-RSAQ3)', '627'), (8570, 'aaa3', 'PL2303x Serial Adapter', '627'), (8571, '1001', 'Siemens SpeedStream 100MBps Ethernet', '628'), (8572, '1022', 'Siemens SpeedStream 1022 802.11b Adapter', '628'), (8573, '1023', 'SpeedStream Wireless', '628'), (8574, '4020', 'SpeedStream 4020 ATM/ADSL Installer', '628'), (8575, '4031', 'Efficient ADSL Modem', '628'), (8576, '4032', 'SpeedStream 4031 ATM/ADSL Installer', '628'), (8577, '4033', 'SpeedStream 4031 ATM/ADSL Installer', '628'), (8578, '4060', 'Alcatel Speedstream 4060 ADSL Modem', '628'), (8579, '4062', 'Efficient Networks 4060 Loader', '628'), (8580, '5667', 'Efficient Networks Virtual Bus for ADSL Modem', '628'), (8581, 'c031', 'SpeedStream 4031 ATM/ADSL Installer', '628'), (8582, 'c032', 'SpeedStream 4031 ATM/ADSL Installer', '628'), (8583, 'c033', 'SpeedStream 4031 ATM/ADSL Installer', '628'), (8584, 'c060', 'SpeedStream 4060 Miniport ATM/ADSL Adapter', '628'), (8585, 'd667', 'Efficient Networks Virtual Bus for ADSL Modem', '628'), (8586, 'e240', 'Speedstream Ethernet Adapter E240', '628'), (8587, 'e540', 'Speedstream Ethernet Adapter E240', '628'), (8588, '0801', 'HID Keyboard, Barcode scanner', '630'), (8589, '0803', 'VCP, Barcode scanner', '630'), (8590, '0805', 'VCP + UVC, Barcode scanner', '630'), (8591, '1001', 'Mobile Computer', '630'), (8592, '4552', 'DSL-200 ADSL Modem', '631'), (8593, '6542', 'DSL Modem', '631'), (8594, '6549', 'DSL Modem', '631'), (8595, '7541', 'DSL Modem', '631'), (8596, '0002', 'Arowana Optical Wheel Mouse MSOP-01', '632'), (8597, '0001', 'Dect Base', '633'), (8598, '0002', 'Gigaset 3075 Passive ISDN', '633'), (8599, '0005', 'ID-Mouse with Fingerprint Reader', '633'), (8600, '0012', 'I-Gate 802.11b Adapter', '633'), (8601, '001b', 'WLL013', '633'), (8602, '001d', 'Hipath 1000', '633'), (8603, '0022', 'Gigaset SX353 ISDN', '633'), (8604, '0026', 'DECT Data - Gigaset M34', '633'), (8605, '002b', 'A-100-I ADSL Modem', '633'), (8606, '002e', 'ADSL Router_S-141', '633'), (8607, '0034', 'GSM module MC35/ES75 USB Modem', '633'), (8608, '3c06', '54g USB Network Adapter', '633'), (8609, '7000', 'HSDPA Modem', '636'), (8610, '2001', 'PagePro 4110W', '637'), (8611, '2004', 'PagePro 1200W', '637'), (8612, '2005', 'Magicolor 2300 DL', '637'), (8613, '3001', 'PagePro 4100', '637'), (8614, '3005', 'PagePro 1250E', '637'), (8615, '3006', 'PagePro 1250W', '637'), (8616, '3009', 'Magicolor 2300W', '637'), (8617, '300b', 'PagePro 1350W', '637'), (8618, '300c', 'PagePro 1300W', '637'), (8619, '301b', 'Develop D 1650iD', '637'), (8620, '3023', 'Develop D 2050iD', '637'), (8621, '302e', 'Develop D 1650iD PCL', '637'), (8622, '3034', 'Develop D 2050iD PCL', '637'), (8623, '4001', 'Dimage 2300', '637'), (8624, '4003', 'Dimage 2330 Zoom Camera', '637'), (8625, '4004', 'Dimage Scan Elite II AF-2920 (2888)', '637'), (8626, '4005', 'Minolta DiMAGE E201 Mass Storage Device', '637'), (8627, '4006', 'Dimage 7 Camera', '637'), (8628, '4007', 'Dimage S304 Camera', '637'), (8629, '4008', 'Dimage 5 Camera', '637'), (8630, '4009', 'Dimage X Camera', '637'), (8631, '400a', 'Dimage S404 Camera', '637'), (8632, '400b', 'Dimage 7i Camera', '637'), (8633, '400c', 'Dimage F100 Camera', '637'), (8634, '400d', 'Dimage Scan Dual III AF-2840 (2889)', '637'), (8635, '400e', 'Dimage Scan Elite 5400 (2890)', '637'), (8636, '400f', 'Dimage 7Hi Camera', '637'), (8637, '4010', 'Dimage Xi Camera', '637'), (8638, '4011', 'Dimage F300 Camera', '637'), (8639, '4012', 'Dimage F200 Camera', '637'), (8640, '4014', 'Dimage S414 Camera', '637'), (8641, '4015', 'Dimage XT Camera [storage]', '637'), (8642, '4016', 'Dimage XT Camera [remote mode]', '637'), (8643, '4017', 'Dimage E223', '637'), (8644, '4018', 'Dimage Z1 Camera', '637'), (8645, '4019', 'Dimage A1 Camera [remote mode]', '637'), (8646, '401a', 'Dimage A1 Camera [storage]', '637'), (8647, '401c', 'Dimage X20 Camera', '637'), (8648, '401e', 'Dimage E323 Camera', '637'), (8649, '00d3', 'OEM 3 axis 5 button joystick', '640'), (8650, '00e2', 'HFX OEM Joystick', '640'), (8651, '00f0', 'Multi-Function Panel', '640'), (8652, '00f1', 'Pro Throttle', '640'), (8653, '00f2', 'Flight Sim Pedals', '640'), (8654, '00f3', 'Fighterstick', '640'), (8655, '00f4', 'Combatstick', '640'), (8656, '00fa', 'Ch Throttle Quadrant', '640'), (8657, '00ff', 'Flight Sim Yoke', '640'), (8658, '0500', 'GameStick 3D', '640'), (8659, '0501', 'CH Pro Pedals', '640'), (8660, '0504', 'F-16 Combat Stick', '640'), (8661, 'c00d', 'MEK-6500', '641'), (8662, '0002', 'FlashGate SmartMedia Card Reader', '643'), (8663, '0003', 'FlashGate CompactFlash Card Reader', '643'), (8664, '0005', 'FlashGate', '643'), (8665, '0006', 'SM PCCard R/W and SPD', '643'), (8666, '0007', 'FlashGate ME (Authenticated)', '643'), (8667, '000a', 'SDCard/MMC Reader/Writer', '643'), (8668, '0001', 'Mindstorms Tower', '644'), (8669, '0002', 'Mindstorms NXT', '644'), (8670, '0005', 'Mindstorms EV3', '644'), (8671, '0006', 'Mindstorms EV3 Firmware Update', '644'), (8672, '1786', '1300ex Monitor', '645'), (8673, '2003', 'CTX M730V built in Camera', '645'), (8674, '9999', 'VLxxxx Monitor+Hub', '645'), (8675, '0347', 'AFG 3022B', '646'), (8676, '0365', 'TDS 2004B', '646'), (8677, '036a', 'TDS 2024B', '646'), (8678, '0001', 'VC010 Webcam [pwc]', '647'), (8679, '0303', 'Cable Modem', '647'), (8680, '0311', 'ADSL Router Remote NDIS Device', '647'), (8681, '0318', 'Remote NDIS Device', '647'), (8682, '0319', '220V Remote NDIS Device', '647'), (8683, '0320', 'IEEE 802.11b Wireless LAN Card', '647'), (8684, '0321', 'Dynalink WLL013 / Compex WLU11A 802.11b Adapter', '647'), (8685, '0402', 'Scientific Atlanta WebSTAR 100 & 200 series Cable Modem', '647'), (8686, '0811', 'BT Virtual Bus for Helium', '647'), (8687, '0821', 'BT Voyager 1010 802.11b Adapter', '647'), (8688, '4402', 'Scientific Atlanta WebSTAR 2000 series Cable Modem', '647'), (8689, '4403', 'Scientific Atlanta WebSTAR 300 series Cable Modem', '647'), (8690, '4501', 'Scientific-Atlanta WebSTAR 2000 series Cable Modem', '647'), (8691, '0704', 'DCM245 Cable Modem', '648'), (8692, '0705', 'THG540K Cable Modem', '648'), (8693, '0709', 'Lyra PDP2424', '648'), (8694, '070c', 'MP3 Player', '648'), (8695, '070d', 'MP3 Player', '648'), (8696, '070e', 'MP3 Player', '648'), (8697, '070f', 'RCA Lyra RD1071 MP3 Player', '648'), (8698, '0731', 'Lyra M200E256', '648'), (8699, '0761', 'RCA H100A', '648'), (8700, '0778', 'PEARL USB Device', '648'), (8701, '2220', 'RCA Kazoo RD1000 MP3 Player', '648'), (8702, '300a', 'RCA Lyra MP3 Player', '648'), (8703, '3012', 'MP3 Player', '648'), (8704, '3013', 'MP3 Player', '648'), (8705, '5557', 'RCA CDS6300', '648'), (8706, '0001', 'Satellite Receiver Device', '649'), (8707, '0002', 'Satellite Device', '649'), (8708, '0005', 'Marx CryptoBox v1.2', '650'), (8709, '0010', 'Tornado Speakerphone FaxModem 56.0', '651'), (8710, '0011', 'Tornado Speakerphone FaxModem 56.0', '651'), (8711, '1000', 'ADT VvBus for CopperJet', '651'), (8712, '1004', 'CopperJet 821 RouterPlus', '651'), (8713, '0033', 'USB Mouse', '652'), (8714, '0006', 'Cyborg Gold Joystick', '653'), (8715, '0109', 'P880 Pad', '653'), (8716, '0160', 'ST290 Pro', '653'), (8717, '0200', 'Racing Wheel', '653'), (8718, '0201', 'Adrenalin Gamepad', '653'), (8719, '0241', 'Xbox Adrenalin Gamepad', '653'), (8720, '0255', 'X52 Flight Controller', '653'), (8721, '040b', 'P990 Dual Analog Pad', '653'), (8722, '040c', 'P2900 Wireless Pad', '653'), (8723, '0422', 'ST90 Joystick', '653'), (8724, '0460', 'ST290 Pro Flight Stick', '653'), (8725, '0463', 'ST290', '653'), (8726, '0464', 'Cyborg Evo', '653'), (8727, '0471', 'Cyborg Graphite Stick', '653'), (8728, '0501', 'R100 Sports Wheel', '653'), (8729, '0502', 'ST200 Stick', '653'), (8730, '0506', 'R220 Digital Wheel', '653'), (8731, '051e', 'Cyborg Digital II Stick', '653'), (8732, '052d', 'P750 Gamepad', '653'), (8733, '053c', 'X45 Flight Controller', '653'), (8734, '053f', 'X36F Flightstick', '653'), (8735, '056c', 'P2000 Tilt Pad', '653'), (8736, '056f', 'P2000 Tilt Pad', '653'), (8737, '05d2', 'PC Dash 2', '653'), (8738, '075c', 'X52 Flight Controller', '653'), (8739, '0762', 'Saitek X52 Pro Flight Control System', '653'), (8740, '0763', 'Pro Flight Rudder Pedals', '653'), (8741, '0764', 'Flight Pro Combat Rudder', '653'), (8742, '0805', 'R440 Force Wheel', '653'), (8743, '0b4e', 'Pro Flight Backlit Information Panel', '653'), (8744, '0bac', 'Pro Flight Yoke', '653'), (8745, '0c2d', 'Pro Flight Quadrant', '653'), (8746, '0d05', 'Pro Flight Radio Panel', '653'), (8747, '0d06', 'Flight Pro Multi Panel', '653'), (8748, '0d67', 'Pro Flight Switch Panel', '653'), (8749, '1003', 'GM2 Action Pad', '653'), (8750, '1009', 'Action Pad', '653'), (8751, '100a', 'SP550 Pad and Joystick Combo', '653'), (8752, '100b', 'SP550 Pad', '653'), (8753, '1509', 'P3000 Wireless Pad', '653'), (8754, '1589', 'P3000 Wireless Pad', '653'), (8755, '2541', 'X45 Flight Controller', '653'), (8756, '3509', 'P3000 RF GamePad', '653'), (8757, '353e', 'Cyborg Evo Wireless', '653'), (8758, '3589', 'P3000 Wireless Pad', '653'), (8759, '35be', 'Cyborg Evo', '653'), (8760, '5509', 'P3000 Wireless Pad', '653'), (8761, '712c', 'Pro Flight Yoke integrated hub', '653'), (8762, '8000', 'Gamers\' Keyboard', '653'), (8763, '801e', 'Cyborg 3D Digital Stick II', '653'), (8764, '8020', 'Eclipse Keyboard', '653'), (8765, '8021', 'Eclipse II Keyboard', '653'), (8766, '802d', 'P750 Pad', '653'), (8767, '803f', 'X36 Flight Controller', '653'), (8768, '806f', 'P2000 Tilt Pad', '653'), (8769, '80c0', 'Pro Gamer Command Unit', '653'), (8770, '80c1', 'Cyborg Command Pad Unit', '653'), (8771, 'a2ae', 'Pro Flight Instrument Panel', '653'), (8772, 'a502', 'Gaming Mouse', '653'), (8773, 'f518', 'P3200 Rumble Force Game Pad', '653'), (8774, 'f51a', 'P3600', '653'), (8775, 'ff04', 'R440 Force Wheel', '653'), (8776, 'ff0c', 'Cyborg Force Rumble Pad', '653'), (8777, 'ff0d', 'P2600 Rumble Force Pad', '653'), (8778, 'ff12', 'Cyborg 3D Force Stick', '653'), (8779, 'ff17', 'ST 330 Rumble Force Stick', '653'), (8780, 'ff52', 'Cyborg 3D Rumble Force Joystick', '653'), (8781, 'ffb5', 'Cyborg Evo Force Joystick', '653'), (8782, '0000', 'Typhoon Webcam 100k [nw8000]', '655'), (8783, 'd001', 'ProLink DS3303u Webcam', '655'), (8784, 'd800', 'Chicony TwinkleCam', '655'), (8785, 'd820', 'Wize Media 1000', '655'), (8786, '0042', 'SignatureGem 1X5 Pad', '657'), (8787, '0043', 'SignatureGem 1X5-HID Pad', '657'), (8788, '0005', 'WireSpeed Dual Connect Modem', '658'), (8789, '0006', 'WireSpeed Dual Connect Modem', '658'), (8790, '000a', 'WireSpeed Dual Connect Modem', '658'), (8791, '000b', 'WireSpeed Dual Connect Modem', '658'), (8792, '000e', 'A90-211WG-01 802.11g Adapter [Intersil ISL3887]', '658'), (8793, '0120', 'SpeedTouch 120g 802.11g Wireless Adapter [Intersil ISL3886]', '665'), (8794, '0121', 'SpeedTouch 121g Wireless Dongle', '665'), (8795, '2001', 'SPEED TOUCH Card', '665'), (8796, '4061', 'SpeedTouch ISDN or ADSL Modem', '665'), (8797, '4062', 'SpeedTouch ISDN or ADSL router', '665'), (8798, 'a5a5', 'DynaMiTe Modem', '665'), (8799, '000b', 'Okipage 14ex Printer', '668'), (8800, '0027', 'Okipage 14e', '668'), (8801, '00f7', 'OKI B4600 Mono Printer', '668'), (8802, '015e', 'OKIPOS 411/412 POS Printer', '668'), (8803, '01c9', 'OKI B430 Mono Printer', '668'), (8804, '020b', 'OKI ES4140 Mono Printer', '668'), (8805, '02bb', 'OKI PT390 POS Printer', '668'), (8806, '0383', 'MC563 Multifunction Printer', '668'), (8807, '0a91', 'B2500MFP (printer+scanner)', '668'), (8808, '3801', 'B6100 Laser Printer', '668'), (8809, '0001', 'SnapScan 1212U', '669'), (8810, '0002', 'SnapScan 1236U', '669'), (8811, '0100', 'SnapScan Touch', '669'), (8812, '0101', 'SNAPSCAN ELITE', '669'), (8813, '0200', 'ScanMaker 8700', '669'), (8814, '02bf', 'DUOSCAN f40', '669'), (8815, '0400', 'CL30', '669'), (8816, '0401', 'Mass Storage', '669'), (8817, '0403', 'ePhoto CL18 Camera', '669'), (8818, '0404', 'ePhoto CL20 Camera', '669'), (8819, '2061', 'SnapScan 1212U (?)', '669'), (8820, '208d', 'Snapscan e40', '669'), (8821, '208f', 'SnapScan e50', '669'), (8822, '2091', 'SnapScan e20', '669'), (8823, '2093', 'SnapScan e10', '669'), (8824, '2095', 'SnapScan e25', '669'), (8825, '2097', 'SnapScan e26', '669'), (8826, '20fd', 'SnapScan e52', '669'), (8827, '20ff', 'SnapScan e42', '669'), (8828, '0800', 'Optimedia Camera', '670'), (8829, '1005', 'Dazzle DPVM! (1005)', '670'), (8830, 'd001', 'P35U Camera Capture', '670'), (8831, '0030', 'PhidgetRFID', '672'), (8832, '0031', 'RFID reader', '672'), (8833, '0038', '4-Motor PhidgetServo v3.0', '672'), (8834, '0039', '1-Motor PhidgetServo v3.0', '672'), (8835, '003a', '8-Motor PhidgetAvancedServo', '672'), (8836, '0040', 'PhidgetInterface Kit 0-0-4', '672'), (8837, '0044', 'PhidgetInterface Kit 0-16-16', '672'), (8838, '0045', 'PhidgetInterface Kit 8-8-8', '672'), (8839, '0048', 'PhidgetStepper (Under Development)', '672'), (8840, '0049', 'PhidgetTextLED Ver 1.0', '672'), (8841, '004a', 'PhidgetLED Ver 1.0', '672'), (8842, '004b', 'PhidgetEncoder Ver 1.0', '672'), (8843, '0051', 'PhidgetInterface Kit 0-5-7 (Custom)', '672'), (8844, '0052', 'PhidgetTextLCD', '672'), (8845, '0053', 'PhidgetInterfaceKit 0-8-8', '672'), (8846, '0058', 'PhidgetMotorControl Ver 1.0', '672'), (8847, '0070', 'PhidgetTemperatureSensor Ver 1.0', '672'), (8848, '0071', 'PhidgetAccelerometer Ver 1.0', '672'), (8849, '0072', 'PhidgetWeightSensor Ver 1.0', '672'), (8850, '0073', 'PhidgetHumiditySensor', '672'), (8851, '0074', 'PhidgetPHSensor', '672'), (8852, '0075', 'PhidgetGyroscope', '672'), (8853, '0005', 'Monitor Control', '677'), (8854, '0007', 'Monitor Control', '677'), (8855, '0009', 'Monitor Control', '677'), (8856, '2003', 'uSCSI', '678'), (8857, '0001', 'TouchPad', '679'), (8858, '0002', 'Integrated TouchPad', '679'), (8859, '0003', 'cPad', '679'), (8860, '0005', 'Touchpad/FPS', '679'), (8861, '0006', 'TouchScreen', '679'), (8862, '0007', 'USB Styk', '679'), (8863, '0008', 'WheelPad', '679'), (8864, '0009', 'Composite TouchPad and TrackPoint', '679'), (8865, '000e', 'HID Device', '679'), (8866, '0010', 'Wireless TouchPad', '679'), (8867, '0013', 'DisplayPad', '679'), (8868, '009a', 'Metallica MIS Touch Fingerprint Reader', '679'), (8869, '00a2', 'Metallica MOH Touch Fingerprint Reader', '679'), (8870, '00bd', 'Prometheus MIS Touch Fingerprint Reader', '679'), (8871, '2970', 'touchpad', '679'), (8872, '0101', 'Cable Modem', '680'), (8873, '0102', 'Cable Modem', '680'), (8874, '0103', 'Cable Modem', '680'), (8875, '0104', 'Cable Modem', '680'), (8876, '0304', 'Cable Modem', '680'), (8877, '0101', 'USA-28 PDA [no firmware]', '681'), (8878, '0102', 'USA-28X PDA [no firmware]', '681'), (8879, '0103', 'USA-19 PDA [no firmware]', '681'), (8880, '0104', 'PDA [prerenum]', '681'), (8881, '0105', 'USA-18X PDA [no firmware]', '681'), (8882, '0106', 'USA-19W PDA [no firmware]', '681'), (8883, '0107', 'USA-19 PDA', '681'), (8884, '0108', 'USA-19W PDA', '681'), (8885, '0109', 'USA-49W serial adapter [no firmware]', '681'), (8886, '010a', 'USA-49W serial adapter', '681'), (8887, '010b', 'USA-19Qi serial adapter [no firmware]', '681'), (8888, '010c', 'USA-19Qi serial adapter', '681'), (8889, '010d', 'USA-19Q serial Adapter (no firmware)', '681'), (8890, '010e', 'USA-19Q serial Adapter', '681'), (8891, '010f', 'USA-28 PDA', '681'), (8892, '0110', 'USA-28Xb PDA', '681'), (8893, '0111', 'USA-18 serial Adapter', '681'), (8894, '0112', 'USA-18X PDA', '681'), (8895, '0113', 'USA-28Xb PDA [no firmware]', '681'), (8896, '0114', 'USA-28Xa PDA [no firmware]', '681'), (8897, '0115', 'USA-28Xa PDA', '681'), (8898, '0116', 'USA-18XA serial Adapter (no firmware)', '681'), (8899, '0117', 'USA-18XA serial Adapter', '681'), (8900, '0118', 'USA-19QW PDA [no firmware]', '681'), (8901, '0119', 'USA-19QW PDA', '681'), (8902, '011a', 'USA-49Wlc serial adapter [no firmware]', '681'), (8903, '011b', 'MPR Serial Preloader (MPRQI)', '681'), (8904, '011c', 'MPR Serial (MPRQI)', '681'), (8905, '011d', 'MPR Serial Preloader (MPRQ)', '681'), (8906, '011e', 'MPR Serial (MPRQ)', '681'), (8907, '0121', 'USA-19hs serial adapter', '681'), (8908, '012a', 'USA-49Wlc serial adapter', '681'), (8909, '0201', 'UIA-10 Digital Media Remote [Cypress AN2131SC]', '681'), (8910, '0202', 'UIA-11 Digital Media Remote', '681'), (8911, '8311', 'COM-1(USB)H', '682'), (8912, '1010', 'PanoCam 10', '683'), (8913, '1012', 'PanoCam 12/12X', '683'), (8914, '0622', 'LapLink Gold USB-USB Bridge [net1080]', '684'), (8915, '0284', 'FX-USB-AW/-BD RS482 Converters', '686'), (8916, '0380', 'CP8000D Port', '686'), (8917, '0381', 'CP770D Port', '686'), (8918, '0385', 'CP900D Port', '686'), (8919, '0387', 'CP980D Port', '686'), (8920, '038b', 'CP3020D Port', '686'), (8921, '038c', 'CP900DW(ID) Port', '686'), (8922, '0393', 'CP9500D/DW Port', '686'), (8923, '0394', 'CP9000D/DW Port', '686'), (8924, '0398', 'P93D', '686'), (8925, '03a1', 'CP9550D/DW Port', '686'), (8926, '03a5', 'CP9550DW-S', '686'), (8927, '03a9', 'CP-9600DW', '686'), (8928, '03aa', 'CP3020DA', '686'), (8929, '03ad', 'CP-9800D/DW', '686'), (8930, '03ae', 'CP-9800DW-S', '686'), (8931, '0f10', 'Hori/Namco FlightStick 2', '686'), (8932, '3b10', 'P95D', '686'), (8933, '3b21', 'CP-9810D/DW', '686'), (8934, '3b30', 'CP-D70DW / CP-D707DW', '686'), (8935, '3b31', 'CP-K60DW-S', '686'), (8936, '3b36', 'CP-D80DW', '686'), (8937, '3b50', 'CP-W5000DW', '686'), (8938, '3b60', 'CP-D90DW', '686'), (8939, '3b80', 'CP-M1', '686'), (8940, '4000', 'Japanese Keyboard', '688'), (8941, '0025', 'Gamepad', '689'), (8942, '0026', 'Predator TH 400 Gamepad', '689'), (8943, '002d', 'Trust PowerC@m 350FT', '689'), (8944, '002e', 'Trust PowerC@m 350FS', '689'), (8945, '0030', 'Trust 710 LCD POWERC@M ZOOM - MSD', '689'), (8946, '0031', 'Trust 610/710 LCD POWERC@M ZOOM', '689'), (8947, '003a', 'Trust PowerC@m 770Z (mass storage mode)', '689'), (8948, '003b', 'Trust PowerC@m 770Z (webcam mode)', '689'), (8949, '003c', 'Trust 910z PowerC@m', '689'), (8950, '003f', 'Trust 735S POWERC@M ZOOM, WDM DSC Bulk Driver', '689'), (8951, '0050', 'Trust 738AV LCD PV Digital Camera', '689'), (8952, '0062', 'TRUST 782AV LCD P. V. Video Capture', '689'), (8953, '0066', 'TRUST Digital PCTV and Movie Editor', '689'), (8954, '0067', 'Trust 350FS POWERC@M FLASH', '689'), (8955, '006b', 'TRUST AUDIO VIDEO EDITOR', '689'), (8956, '0002', 'UPS', '692'), (8957, '0003', '1300VA UPS', '692'), (8958, '0012', 'Scan 1200c Scanner', '694'), (8959, '0014', 'Prolink Winscan Pro 2448U', '694'), (8960, '0319', 'MT9234ZBA-USB MultiModem ZBA', '696'), (8961, 'f101', 'MT5634ZBA-USB MultiModemUSB (old firmware)', '696'), (8962, 'f103', 'MT5634MU MultiMobileUSB', '696'), (8963, 'f104', 'MT5634ZBA-USB MultiModemUSB (new firmware)', '696'), (8964, 'f107', 'MT5634ZBA-USB-V92 MultiModemUSB', '696'), (8965, 'f120', 'MT9234ZBA-USB-CDC-ACM-XR MultiModem ZBA CDC-ACM-XR', '696'), (8966, '0008', 'UBS-10BT Ethernet [klsi]', '697'), (8967, '0009', 'UBS-10BT Ethernet', '697'), (8968, '0833', 'Mass Storage Device', '697'), (8969, 'a155', 'FM Radio Receiver/Instant FM Music (RDX-155-EF)', '697'), (8970, 'a160', 'Instant Video-To-Go RDX-160 (no firmware)', '697'), (8971, 'a161', 'Instant Video-To-Go RDX-160', '697'), (8972, 'a190', 'Instand VCD Capture', '697'), (8973, 'a191', 'Instant VideoXpress', '697'), (8974, 'a337', 'Mini DigitalTV', '697'), (8975, 'a701', 'DVD Xpress', '697'), (8976, 'a708', 'saa7114H video input card (Instant VideoMPX)', '697'), (8977, 'b337', 'Mini DigitalTV', '697'), (8978, 'b701', 'DVD Xpress B', '697'), (8979, '0200', 'Internet Phone', '699'), (8980, '0201', 'Internet Phone', '699'), (8981, '0202', 'Composite Device', '699'), (8982, '0203', 'Internet Phone', '699'), (8983, '0210', 'Composite Device', '699'), (8984, '0211', 'Internet Phone', '699'), (8985, '0212', 'Internet Phone', '699'), (8986, '031c', 'Internet Phone', '699'), (8987, '031d', 'Internet Phone', '699'), (8988, '031e', 'Internet Phone', '699'), (8989, '3200', 'Composite Device', '699'), (8990, '3201', 'Internet Phone', '699'), (8991, '3202', 'Composite Device', '699'), (8992, '3203', 'Composite Device', '699'), (8993, '7200', 'Composite Device', '699'), (8994, '7210', 'Composite Device', '699'), (8995, '7250', 'Composite Device', '699'), (8996, '825c', 'Internet Phone', '699'), (8997, '831c', 'Internet Phone', '699'), (8998, '831d', 'Composite Device', '699'), (8999, '831e', 'Composite Device', '699'), (9000, 'b200', 'Composite Device', '699'), (9001, 'b201', 'Composite Device', '699'), (9002, 'b202', 'Internet Phone', '699'), (9003, 'b210', 'Internet Phone', '699'), (9004, 'b211', 'Composite Device', '699'), (9005, 'b212', 'Composite Device', '699'), (9006, 'b250', 'Composite Device', '699'), (9007, 'b251', 'Internet Phone', '699'), (9008, 'b252', 'Internet Phone', '699'), (9009, 'c200', 'Internet Phone', '699'), (9010, 'c201', 'Internet Phone', '699'), (9011, 'c202', 'Composite Device', '699'), (9012, 'c203', 'Internet Phone', '699'), (9013, 'c210', 'Personal PhoneGateway', '699'), (9014, 'c211', 'Personal PhoneGateway', '699'), (9015, 'c212', 'Personal PhoneGateway', '699'), (9016, 'c213', 'PPG Device', '699'), (9017, 'c25c', 'Composite Device', '699'), (9018, 'c290', 'PPG Device', '699'), (9019, 'c291', 'PPG Device', '699'), (9020, 'c292', 'PPG Device', '699'), (9021, 'c293', 'Personal PhoneGateway', '699'), (9022, 'c31c', 'Composite Device', '699'), (9023, 'c39c', 'Personal PhoneGateway', '699'), (9024, 'c39d', 'PPG Device', '699'), (9025, 'c39e', 'PPG Device', '699'), (9026, 'c39f', 'PPG Device', '699'), (9027, 'c700', 'Internet Phone', '699'), (9028, 'c701', 'Internet Phone', '699'), (9029, 'c702', 'Composite Device', '699'), (9030, 'c703', 'Internet Phone', '699'), (9031, 'c710', 'VoIP Combo Device', '699'), (9032, 'c711', 'VoIP Combo', '699'), (9033, 'c712', 'VoIP Combo Device', '699'), (9034, 'c713', 'VoIP Combo Device', '699'), (9035, 'cf00', 'Composite Device', '699'), (9036, 'cf01', 'Internet Phone', '699'), (9037, 'cf02', 'Internet Phone', '699'), (9038, 'cf03', 'Composite Device', '699'), (9039, 'd210', 'Personal PhoneGateway', '699'), (9040, 'd211', 'PPG Device', '699'), (9041, 'd212', 'PPG Device', '699'), (9042, 'd213', 'Personal PhoneGateway', '699'), (9043, 'd700', 'Composite Device', '699'), (9044, 'd701', 'Composite Device', '699'), (9045, 'd702', 'Internet Phone', '699'), (9046, 'd703', 'Composite Device', '699'), (9047, 'd710', 'VoIP Combo', '699'), (9048, 'd711', 'VoIP Combo Device', '699'), (9049, 'd712', 'VoIP Combo', '699'), (9050, 'd713', 'VoIP Combo', '699'), (9051, 'df00', 'Composite Device', '699'), (9052, 'df01', 'Composite Device', '699'), (9053, 'df02', 'Internet Phone', '699'), (9054, 'df03', 'Internet Phone', '699'), (9055, 'f200', 'Internet Phone', '699'), (9056, 'f201', 'Internet Phone', '699'), (9057, 'f202', 'Composite Device', '699'), (9058, 'f203', 'Composite Device', '699'), (9059, 'f210', 'Internet Phone', '699'), (9060, 'f250', 'Composite Device', '699'), (9061, 'f252', 'Internet Phone', '699'), (9062, 'f310', 'Internet Phone', '699'), (9063, 'f350', 'Composite Device', '699'), (9064, '0001', 'NetCom Roadster II 56k', '700'), (9065, '0002', 'Roadster II 56k', '700'), (9066, 'de01', 'DualCam Video Camera', '703'), (9067, 'de02', 'DualCam Still Camera', '703'), (9068, 'a011', 'SonicPort', '704'), (9069, 'a021', 'SonicPort Optical', '704'), (9070, '0011', 'KVM Switch Keyboard', '705'), (9071, '0003', 'USB->Din 4 Adaptor', '707'), (9072, '3002', 'Hercules Blog Webcam', '708'), (9073, '3004', 'Hercules Classic Silver', '708'), (9074, '3005', 'Hercules Dualpix Exchange', '708'), (9075, '3007', 'Hercules Dualpix Chat and Show', '708'), (9076, '3020', 'Hercules Webcam EC300', '708'), (9077, 'a300', 'Dual Analog Leader GamePad', '708'), (9078, 'b000', 'Hercules DJ Console', '708'), (9079, 'b121', 'Hercules P32 DJ', '708'), (9080, 'c000', 'Hercules Muse Pocket', '708'), (9081, 'd002', 'Hercules DJ Console', '708'), (9082, 'e000', 'HWGUSB2-54 WLAN', '708'), (9083, 'e010', 'HWGUSB2-54-LB', '708'), (9084, 'e020', 'HWGUSB2-54V2-AP', '708'), (9085, 'e031', 'Hercules HWNUm-300 Wireless N mini [Realtek RTL8191SU]', '708'), (9086, 'e032', 'HWGUm-54 [Hercules Wireless G Ultra Mini Key]', '708'), (9087, 'e033', 'Hercules HWNUp-150 802.11n Wireless N Pico [Realtek RTL8188CUS]', '708'), (9088, '0101', 'Audio Device', '712'), (9089, '0102', 'Audio Device', '712'), (9090, '0201', '2-piece Audio Device', '712'), (9091, '0100', '2202 Ethernet [klsi]', '718'), (9092, '0200', '2202 Ethernet [pegasus]', '718'), (9093, '0201', 'EZ Connect USB Ethernet', '718'), (9094, 'ee04', 'SMCWUSB32 802.11b Wireless LAN Card', '718'), (9095, 'ee06', 'SMC2862W-G v1 EZ Connect 802.11g Adapter [Intersil ISL3886]', '718'), (9096, 'ee13', 'SMC2862W-G v2 EZ Connect 802.11g Adapter [Intersil ISL3887]', '718'), (9097, '047e', 'USB-1284 BRIDGE', '719'), (9098, '4002', 'Bluetooth Device', '721'), (9099, '4003', 'Bluetooth Device', '721'), (9100, '0001', 'WhiteHeat (fake ID)', '724'), (9101, '8001', 'WhiteHeat', '724'), (9102, '0100', 'Hub', '725'), (9103, '0180', 'IRXpress Infrared Device', '725'), (9104, '0181', 'IRXpress Infrared Device', '725'), (9105, '0200', 'BAY-3U1S1P Serial Port', '725'), (9106, '0210', 'MCT1S Serial Port', '725'), (9107, '0230', 'MCT-232 Serial Port', '725'), (9108, '0231', 'PS/2 Mouse Port', '725'), (9109, '0232', 'Serial On Port', '725'), (9110, '0240', 'PS/2 to USB Converter', '725'), (9111, '0260', 'PS/2 Keyboard and Mouse', '725'), (9112, '0300', 'BAY-3U1S1P Parallel Port', '725'), (9113, '0302', 'Parallel Port', '725'), (9114, '0900', 'SVGA Adapter', '725'), (9115, '5001', 'Trigger UV-002BD[Startech USBVGAE]', '725'), (9116, '5100', 'Magic Control Technology Corp. (USB2VGA dongle)', '725'), (9117, '0003', 'ADB converter', '727'), (9118, '0002', 'SuperDisk 120MB', '729'), (9119, '0003', 'SuperDisk 120MB (Authenticated)', '729'), (9120, '0060', 'Flash Drive', '729'), (9121, '0061', 'Flash Drive', '729'), (9122, '0062', 'Flash Drive', '729'), (9123, '0063', 'Swivel Flash Drive', '729'), (9124, '0064', 'Flash Drive', '729'), (9125, '0065', 'Flash Drive', '729'), (9126, '0066', 'Flash Drive', '729'), (9127, '0067', 'Flash Drive', '729'), (9128, '0068', 'Flash Drive', '729'), (9129, '0084', 'Flash Drive Mini', '729'), (9130, '043c', 'Flash drive 16GB [Nano Pro]', '729'), (9131, '0582', 'Revo Flash Drive', '729'), (9132, '0622', 'TDK Trans-It 4GB', '729'), (9133, '0624', 'TDK Trans-It 16GB', '729'), (9134, '1120', 'RDX External dock (redbud)', '729'), (9135, '4006', '8x Slim DVD Multi-Format Recorder External', '729'), (9136, 'd000', 'Disc Stakka CD/DVD Manager', '729'), (9137, '0002', 'DTI-56362-USB Digital Interface Unit', '731'), (9138, '0101', 'Audio4-USB DSP Data Acquisition Unit', '731'), (9139, '0184', 'Archos 2 8GB EM184RB', '731'), (9140, '0201', 'Audio4-5410 DSP Data Acquisition Unit', '731'), (9141, '0301', 'SB-USB JTAG Emulator', '731'), (9142, '3203', 'Rockchip Media Player', '731'), (9143, '32bb', 'Music Mediatouch', '731'), (9144, '1000', 'Diva 2.01 S/T [PSB2115F]', '733'), (9145, '1003', 'Diva ISDN 2.0', '733'), (9146, '1005', 'Diva ISDN 4.0 [HFC-S]', '733'), (9147, '2000', 'Teledat Surf', '733'), (9148, '8001', 'LJ-V7001', '735'), (9149, '0002', 'Palladia 300/400 Adsl Modem', '736'), (9150, '1000', 'USC-1000 Serial Port', '738'), (9151, '0001', 'AC1030-based SmartCard Reader', '740'), (9152, '0008', 'ACR 80 Smart Card Reader', '740'), (9153, '0100', 'AET65', '740'), (9154, '0101', 'AET65', '740'), (9155, '0102', 'AET62', '740'), (9156, '0103', 'AET62', '740'), (9157, '0901', 'ACR1281U-C4 (BSI)', '740'), (9158, '1000', 'PLDT Drive', '740'), (9159, '1001', 'PLDT Drive', '740'), (9160, '2011', 'ACR88U', '740'), (9161, '2100', 'ACR128U', '740'), (9162, '2200', 'ACR122U', '740'), (9163, '220a', 'ACR1281U-C5 (BSI)', '740'), (9164, '220c', 'ACR1283 Bootloader', '740'), (9165, '220f', 'ACR1281U-C2 (qPBOC)', '740'), (9166, '2211', 'ACR1261 1S Dual Reader', '740'), (9167, '2214', 'ACR1222 1SAM PICC Reader', '740'), (9168, '2215', 'ACR1281 2S CL Reader', '740'), (9169, '221a', 'ACR1251U-A1', '740'), (9170, '221b', 'ACR1251U-C', '740'), (9171, '2224', 'ACR1281 1S Dual Reader', '740'), (9172, '222b', 'ACR1222U-C8', '740'), (9173, '222c', 'ACR1283L-D2', '740'), (9174, '222d', '[OEM Reader]', '740'), (9175, '222e', 'ACR123U', '740'), (9176, '2242', 'ACR1251 1S Dual Reader', '740'), (9177, '8002', 'AET63 BioTRUSTKey', '740'), (9178, '8003', 'ACR120', '740'), (9179, '8103', 'ACR120', '740'), (9180, '8201', 'APG8201', '740'), (9181, '8900', 'ACR89U-A1', '740'), (9182, '8901', 'ACR89U-A2', '740'), (9183, '8902', 'ACR89U-A3', '740'), (9184, '9000', 'ACR38 AC1038-based Smart Card Reader', '740'), (9185, '9006', 'CryptoMate', '740'), (9186, '90cc', 'ACR38 SmartCard Reader', '740'), (9187, '90ce', '[OEM Reader]', '740'), (9188, '90cf', 'ACR38 SAM Smart Card Reader', '740'), (9189, '90d0', 'PertoSmart EMV - Card Reader', '740'), (9190, '90d2', 'ACR83U', '740'), (9191, '90d8', 'ACR3801', '740'), (9192, '90db', 'CryptoMate64', '740'), (9193, 'b000', 'ACR3901U', '740'), (9194, 'b100', 'ACR39U', '740'), (9195, 'b101', 'ACR39K', '740'), (9196, 'b102', 'ACR39T', '740'), (9197, 'b103', 'ACR39F', '740'), (9198, 'b104', 'ACR39U-SAM', '740'), (9199, 'b106', 'ACOS5T2', '740'), (9200, 'b200', 'ACOS5T1', '740'), (9201, 'b301', 'ACR32-A1', '740'), (9202, '0528', 'SonyEricsson DCU-11 Cable', '741'), (9203, '0101', 'Digital Video Camera', '743'), (9204, '0110', 'VQ110 Video Camera', '743'), (9205, '0401', 'CS330 Webcam', '743'), (9206, '0402', 'M-318B Webcam', '743'), (9207, '0430', 'Intel Pro Share Webcam', '743'), (9208, '0630', 'VQ630 Dual Mode Digital Camera(Bulk)', '743'), (9209, '0631', 'Hercules Dualpix', '743'), (9210, '0780', 'Smart Cam Deluxe(composite)', '743'), (9211, '1310', 'Epsilon 1.3/Jenoptik JD C1.3/UMAX AstraPix 470 (mass storage mode)', '743'), (9212, '1311', 'Epsilon 1.3/Jenoptik JD C1.3/UMAX AstraPix 470 (PC Cam mode)', '743'), (9213, '1314', 'Mercury 2.1MEG Deluxe Classic Cam', '743'), (9214, '2211', 'Jenoptik jdc 21 LCD Camera', '743'), (9215, '2221', 'Mercury Digital Pro 3.1p', '743'), (9216, '3261', 'Concord 3045 spca536a Camera', '743'), (9217, '3281', 'Cyberpix S550V', '743'), (9218, '0001', '560V Modem', '744'), (9219, '0002', 'Lasat 560V Modem', '744'), (9220, '043a', 'DVS Audio', '744'), (9221, '043b', '3DeMon USB Capture', '744'), (9222, '2100', 'ISDN Adapter', '745'), (9223, '2101', 'ISDN Adapter', '745'), (9224, '6694', 'ISDNlink 128K', '745'), (9225, 'c541', 'ISDN TA 280', '745'), (9226, '2215', 'X-55 Rhino Stick', '747'), (9227, '2237', 'V.1 Stick', '747'), (9228, '4506', 'Wireless Controller', '747'), (9229, '4507', 'XBox Device', '747'), (9230, '4516', 'Control Pad', '747'), (9231, '4520', 'Control Pad Pro', '747'), (9232, '4522', 'LumiCON', '747'), (9233, '4526', 'Control Pad Pro', '747'), (9234, '4530', 'Universal MC2 Racing Wheel and Pedals', '747'), (9235, '4536', 'MicroCON', '747'), (9236, '4540', 'Beat Pad', '747'), (9237, '4556', 'Lynx Wireless Controller', '747'), (9238, '4566', 'XBox Device', '747'), (9239, '4576', 'XBox Device', '747'), (9240, '4586', 'MicroCON Wireless Controller', '747'), (9241, '4588', 'Blaster', '747'), (9242, '45ff', 'Beat Pad', '747'), (9243, '4716', 'Wired Xbox 360 Controller', '747'), (9244, '4718', 'Street Fighter IV FightStick SE for Xbox 360', '747'), (9245, '4726', 'Xbox 360 Controller', '747'), (9246, '4728', 'Street Fighter IV FightPad for Xbox 360', '747'), (9247, '4730', 'MC2 Racing Wheel for Xbox 360', '747'), (9248, '4736', 'MicroCON for Xbox 360', '747'), (9249, '4738', 'Street Fighter IV Wired Controller for Xbox 360', '747'), (9250, '4740', 'Beat Pad for Xbox 360', '747'), (9251, '4743', 'Beat Pad Pro', '747'), (9252, '4758', 'Arcade Game Stick', '747'), (9253, '4a01', 'FightStick TE 2 for Xbox One', '747'), (9254, '6040', 'Beat Pad Pro', '747'), (9255, '8818', 'Street Fighter IV Arcade FightStick (PS3)', '747'), (9256, '9871', 'Portable Drum Kit', '747'), (9257, 'a109', 'S.T.R.I.K.E.7 Keyboard', '747'), (9258, 'a215', 'X-55 Rhino Throttle', '747'), (9259, 'b726', 'Modern Warfare 2 Controller for Xbox 360', '747'), (9260, 'b738', 'Marvel VS Capcom 2 TE FightStick for Xbox 360', '747'), (9261, 'beef', 'Joytech Neo SE Advanced Gamepad', '747'), (9262, 'cb02', 'Saitek Cyborg Rumble Pad', '747'), (9263, 'cb03', 'Saitek P3200 Rumble Pad', '747'), (9264, 'cb29', 'Saitek Aviator Stick AV8R02', '747'), (9265, 'f738', 'Super Street Fighter IV FightStick TE S for Xbox 360', '747'), (9266, '2230', 'infrared dongle for remote', '748'), (9267, '0305', 'Pole Display (PC305-3415 2 x 20 Line Display)', '750'), (9268, '0322', 'Pole Display (PC322-3415 2 x 20 Line Display)', '750'), (9269, '0324', 'Pole Display (LB324-USB 4 x 20 Line Display)', '750'), (9270, '0330', 'Pole Display (P330-3415 2 x 20 Line Display)', '750'), (9271, '0424', 'Pole Display (SP324-4415 4 x 20 Line Display)', '750'), (9272, '0450', 'Pole Display (L450-USB Graphic Line Display)', '750'), (9273, '0505', 'Pole Display (SPC505-3415 2 x 20 Line Display)', '750'), (9274, '0522', 'Pole Display (SPC522-3415 2 x 20 Line Display)', '750'), (9275, '0624', 'Pole Display (SP324-3415 4 x 20 Line Display)', '750'), (9276, '0000', 'SmartKey', '751'), (9277, '0005', 'Crypto Token', '751'), (9278, '0007', 'CryptoIdentity CCID', '751'), (9279, '0025', 'SmartKey 3', '751'), (9280, '0c00', 'Pocket Reader', '751'), (9281, '0d00', 'StarSign Bio Token 3.0 EU', '751'), (9282, '0301', 'Game Pad', '752'), (9283, '2008', 'ISDN TA [HFC-S]', '753'), (9284, '2009', 'ISDN TA [HFC-S]', '753'), (9285, '200a', 'ISDN TA [HFC-S]', '753'), (9286, '4700', 'Integra MZA-4.7', '755'), (9287, '5500', 'SE-U55 Audio Device', '755'), (9288, '3553', 'Composite USB-Device', '762'), (9289, '3554', 'Composite USB-Device', '762'), (9290, '3556', 'Composite USB-Device', '762'), (9291, '0001', 'PS/2 Adapter', '763'), (9292, '0002', 'PS/2 Adapter', '763'), (9293, '0a00', 'SUN Adapter', '765'), (9294, '0001', 'Kick-off! Watchdog', '767'), (9295, '0115', 'O2 / KeyRig 25', '768'), (9296, '0117', 'Trigger Finger', '768'), (9297, '0119', 'MidAir', '768'), (9298, '0150', 'M-Audio Uno', '768'), (9299, '0160', 'M-Audio 1x1', '768'), (9300, '0192', 'M-Audio Keystation 88es', '768'), (9301, '0193', 'ProKeys 88', '768'), (9302, '0194', 'ProKeys 88sx', '768'), (9303, '0195', 'Oxygen 8 v2', '768'), (9304, '0196', 'Oxygen 49', '768'), (9305, '0197', 'Oxygen 61', '768'), (9306, '0198', 'Axiom 25', '768'), (9307, '0199', 'Axiom 49', '768'), (9308, '019a', 'Axiom 61', '768'), (9309, '019b', 'KeyRig 49', '768'), (9310, '019c', 'KeyStudio', '768'), (9311, '1001', 'MidiSport 2x2', '768'), (9312, '1002', 'MidiSport 2x2', '768'), (9313, '1003', 'MidiSport 2x2', '768'), (9314, '1010', 'MidiSport 1x1', '768'), (9315, '1011', 'MidiSport 1x1', '768'), (9316, '1014', 'M-Audio Keystation Loader', '768'), (9317, '1015', 'M-Audio Keystation', '768'), (9318, '1020', 'Midisport 4x4', '768'), (9319, '1021', 'MidiSport 4x4', '768'), (9320, '1030', 'M-Audio MIDISPORT 8x8', '768'), (9321, '1031', 'MidiSport 8x8/s Loader', '768'), (9322, '1033', 'MidiSport 8x8/s', '768'), (9323, '1040', 'M-Audio MidiSport 2x4 Loader', '768'), (9324, '1041', 'M-Audio MidiSport 2x4', '768'), (9325, '1110', 'MidiSport 1x1', '768'), (9326, '2001', 'M Audio Quattro', '768'), (9327, '2002', 'M Audio Duo', '768'), (9328, '2003', 'M Audio AudioPhile', '768'), (9329, '2004', 'M-Audio MobilePre', '768'), (9330, '2006', 'M-Audio Transit', '768'), (9331, '2007', 'M-Audio Sonica Theater', '768'), (9332, '2008', 'M-Audio Ozone', '768'), (9333, '200d', 'M-Audio OmniStudio', '768'), (9334, '200f', 'M-Audio MobilePre', '768'), (9335, '2010', 'M-Audio Fast Track', '768'), (9336, '2012', 'M-Audio Fast Track Pro', '768'), (9337, '2013', 'M-Audio JamLab', '768'), (9338, '2015', 'M-Audio RunTime DFU', '768'), (9339, '2016', 'M-Audio RunTime DFU', '768'), (9340, '2019', 'M-Audio Ozone Academic', '768'), (9341, '201a', 'M-Audio Micro', '768'), (9342, '201b', 'M-Audio RunTime DFU', '768'), (9343, '201d', 'M-Audio Producer', '768'), (9344, '2024', 'M-Audio Fast Track MKII', '768'), (9345, '2080', 'M-Audio Fast Track Ultra', '768'), (9346, '2081', 'M-Audio RunTime DFU / Fast Track Ultra 8R', '768'), (9347, '2803', 'M-Audio Audiophile DFU', '768'), (9348, '2804', 'M-Audio MobilePre DFU', '768'), (9349, '2806', 'M-Audio Transit DFU', '768'), (9350, '2815', 'M-Audio DFU', '768'), (9351, '2816', 'M-Audio DFU', '768'), (9352, '281b', 'M-Audio DFU', '768'), (9353, '2880', 'M-Audio DFU', '768'), (9354, '2881', 'M-Audio DFU', '768'), (9355, '0005', 'Cyber Power UPS', '769'), (9356, '0501', 'CP1500 AVR UPS', '769'), (9357, '0601', 'PR1500LCDRT2U UPS', '769'), (9358, '5001', 'Huey PRO Colorimeter', '770'), (9359, '5010', 'X-Rite Pantone Color Sensor', '770'), (9360, '5020', 'i1 Display Pro', '770'), (9361, '6003', 'ColorMunki Smile', '770'), (9362, 'd094', 'X-Rite DTP94 [Quato Silver Haze Pro]', '770'), (9363, '0017', 'Packard Bell Carbon', '771'), (9364, '001b', 'Packard Bell Go', '771'), (9365, '0204', 'TopSpeed Cyberlink Remote Control', '771'), (9366, '0006', 'Camtel Technology USB TV Genie Pro FM Model TVB330', '773'), (9367, '0023', 'eHome Infrared Receiver', '773'), (9368, '11f2', 'EP-9001-g 802.11g 54M WLAN Adapter', '774'), (9369, '11f3', 'RT2570', '774'), (9370, '11f7', '802.11g 54M WLAN Adapter', '774'), (9371, '31f3', 'RT2573', '774'), (9372, '0596', 'CardMan 2020', '776'), (9373, '1021', 'CardMan 1021', '776'), (9374, '1221', 'CardMan 1221', '776'), (9375, '1784', 'CardMan 6020', '776'), (9376, '3021', 'CardMan 3021 / 3121', '776'), (9377, '3022', 'CardMan 3121 (HID Technologies)', '776'), (9378, '3610', 'CardMan 3620', '776'), (9379, '3621', 'CardMan 3621', '776'), (9380, '3821', 'CardMan 3821', '776'), (9381, '4321', 'CardMan 4321', '776'), (9382, '5121', 'CardMan 5121', '776'), (9383, '5125', 'CardMan 5125', '776'), (9384, '5321', 'CardMan 5321', '776'), (9385, '5340', 'CardMan 5021 CL', '776'), (9386, '6622', 'CardMan 6121', '776'), (9387, 'a011', 'CCID Smart Card Reader Keyboard', '776'), (9388, 'a021', 'CCID Smart Card Reader', '776'), (9389, 'a022', 'CardMan Smart@Link', '776'), (9390, 'c000', 'CardMan 3x21 CS', '776'), (9391, 'c001', 'CardMan 5121 CS', '776'), (9392, '0204', 'CD7220 Communications Port', '777'), (9393, '0302', 'RP-600', '777'), (9394, '4455', 'OMC45III', '782'), (9395, 'ae0f', 'OMC45III', '782'), (9396, '0133', 'FUSB307B', '789'), (9397, '0134', 'FUSB308B', '789'), (9398, '08be', 'BEFCMU10 v4 Cable Modem', '791'), (9399, '2219', 'WUSB11 V2.6 802.11b Adapter', '791'), (9400, '2226', 'USB200M 100baseTX Adapter', '791'), (9401, '2227', 'Network Everywhere NWU11B', '791'), (9402, '0005', 'NEC Keyboard', '792'), (9403, '0223', 'IMic Audio In/Out', '793'), (9404, '0405', 'iMate, ADB Adapter', '793'), (9405, '0410', 'PowerMate', '793'), (9406, '041a', 'PowerWave', '793'), (9407, '04aa', 'SoundKnob', '793'), (9408, '07af', 'iMic', '793'), (9409, '1016', 'AirClick', '793'), (9410, '627a', 'Radio SHARK', '793'), (9411, '008a', 'NetLink Compact MPI/Profibus adapter', '794'), (9412, '0160', 'EDICblue', '794'), (9413, '0220', 'VAS5054A', '794'), (9414, '1202', 'ORGA 900 Smart Card Terminal Virtual Com Port', '796'), (9415, '1302', 'ORGA 6000 Smart Card Terminal Virtual Com Port', '796'), (9416, '1303', 'ORGA 6000 Smart Card Terminal USB RNDIS', '796'), (9417, 'df55', 'ORGA 900/6000 Smart Card Terminal DFU', '796'), (9418, '0001', 'SDDR-05a ImageMate CompactFlash Reader', '797'), (9419, '0002', 'SDDR-31 ImageMate II CompactFlash Reader', '797'), (9420, '0005', 'SDDR-05b (CF II) ImageMate CompactFlash Reader', '797'), (9421, '0100', 'ImageMate SDDR-12', '797'), (9422, '0200', 'SDDR-09 (SSFDC) ImageMate SmartMedia Reader [eusb]', '797'), (9423, '0400', 'SecureMate SD/MMC Reader', '797'), (9424, '0621', 'SDDR-86 Imagemate 6-in-1 Reader', '797'), (9425, '0720', 'Sansa C200 series in recovery mode', '797'), (9426, '0729', 'Sansa E200 series in recovery mode', '797'), (9427, '0810', 'SDDR-75 ImageMate CF-SM Reader', '797'), (9428, '0830', 'ImageMate CF/MMC/SD Reader', '797'), (9429, '1234', 'Cruzer Mini Flash Drive', '797'), (9430, '5150', 'SDCZ2 Cruzer Mini Flash Drive (thin)', '797'), (9431, '5151', 'Cruzer Micro Flash Drive', '797'), (9432, '5153', 'Cruzer Flash Drive', '797'), (9433, '5204', 'Cruzer Crossfire', '797'), (9434, '5402', 'U3 Cruzer Micro', '797'), (9435, '5406', 'Cruzer Micro U3', '797'), (9436, '5408', 'Cruzer Titanium U3', '797'), (9437, '540e', 'Cruzer Contour Flash Drive', '797'), (9438, '5530', 'Cruzer', '797'), (9439, '5567', 'Cruzer Blade', '797'), (9440, '556b', 'Cruzer Edge', '797'), (9441, '556c', 'Ultra', '797'), (9442, '556d', 'Memory Vault', '797'), (9443, '5571', 'Cruzer Fit', '797'), (9444, '5575', 'Cruzer Glide', '797'), (9445, '5576', 'Cruzer Facet', '797'), (9446, '5577', 'Cruzer Pop (8GB)', '797'), (9447, '557d', 'Cruzer Force', '797'), (9448, '5580', 'SDCZ80 Flash Drive', '797'), (9449, '5581', 'Ultra', '797'), (9450, '5583', 'Ultra Fit', '797'), (9451, '5588', 'Extreme Pro', '797'), (9452, '5589', 'SD8SB8U512G[Extreme 500]', '797'), (9453, '558c', 'Extreme Portable SSD', '797'), (9454, '5590', 'Ultra Dual', '797'), (9455, '5591', 'Ultra Flair', '797'), (9456, '5e10', 'Encrypted', '797'), (9457, '6100', 'Ultra II SD Plus 2GB', '797'), (9458, '6500', 'uSSD 5000', '797'), (9459, '7100', 'Cruzer Mini', '797'), (9460, '7101', 'Pen Flash', '797'), (9461, '7102', 'Cruzer Mini', '797'), (9462, '7103', 'Cruzer Mini', '797'), (9463, '7104', 'Cruzer Micro Mini 256MB Flash Drive', '797'), (9464, '7105', 'Cruzer Mini', '797'), (9465, '7106', 'Cruzer Mini', '797'), (9466, '7112', 'Cruzer Micro 128MB Flash Drive', '797'), (9467, '7113', 'Cruzer Micro 256MB Flash Drive', '797'), (9468, '7114', 'Cruzer Mini', '797'), (9469, '7115', 'Cruzer Mini', '797'), (9470, '7301', 'Sansa e100 series (mtp)', '797'), (9471, '7302', 'Sansa e100 series (msc)', '797'), (9472, '7400', 'Sansa M200 series (mtp)', '797'), (9473, '7401', 'Sansa M200 series (msc)', '797'), (9474, '7420', 'Sansa E200 series (mtp)', '797'), (9475, '7421', 'Sansa E200 Series (msc)', '797'), (9476, '7422', 'Sansa E200 series v2 (mtp)', '797'), (9477, '7423', 'Sansa E200 series v2 (msc)', '797'), (9478, '7430', 'Sansa M200 series', '797'), (9479, '7431', 'Sansa M200 series V4 (msc)', '797'), (9480, '7432', 'Sansa Clip (mtp)', '797'), (9481, '7433', 'Sansa Clip (msc)', '797'), (9482, '7434', 'Sansa Clip V2 (mtp)', '797'), (9483, '7435', 'Sansa Clip V2 (msc)', '797'), (9484, '7450', 'Sansa C250', '797'), (9485, '7451', 'Sansa C240', '797'), (9486, '7460', 'Sansa Express', '797'), (9487, '7480', 'Sansa Connect', '797'), (9488, '7481', 'Sansa Connect (in recovery mode)', '797'), (9489, '74b0', 'Sansa View (msc)', '797'), (9490, '74b1', 'Sansa View (mtp)', '797'), (9491, '74c0', 'Sansa Fuze (mtp)', '797'), (9492, '74c1', 'Sansa Fuze (msc)', '797'), (9493, '74c2', 'Sansa Fuze V2 (mtp)', '797'), (9494, '74c3', 'Sansa Fuze V2 (msc)', '797'), (9495, '74d0', 'Sansa Clip+ (mtp)', '797'), (9496, '74d1', 'Sansa Clip+ (msc)', '797'), (9497, '74e5', 'Sansa Clip Zip', '797'), (9498, '8181', 'Pen Flash', '797'), (9499, '8183', 'Hi-Speed Mass Storage Device', '797'), (9500, '8185', 'SDCZ2 Cruzer Mini Flash Drive (older, thick)', '797'), (9501, '8888', 'Card Reader', '797'), (9502, '8889', 'SDDR-88 Imagemate 8-in-1 Reader', '797'), (9503, '8919', 'Card Reader', '797'), (9504, '8989', 'ImageMate 12-in-1 Reader', '797'), (9505, '9191', 'ImageMate CF', '797'), (9506, '9219', 'Card Reader', '797'), (9507, '9292', 'ImageMate CF Reader/Writer', '797'), (9508, '9393', 'ImageMate SD-MMC', '797'), (9509, '9595', 'ImageMate xD-SM', '797'), (9510, '9797', 'ImageMate MS-PRO', '797'), (9511, '9919', 'Card Reader', '797'), (9512, '9999', 'SDDR-99 5-in-1 Reader', '797'), (9513, 'a7c1', 'Storage device (SD card reader)', '797'), (9514, 'a7e8', 'SDDR-113 MicroMate SDHC Reader', '797'), (9515, 'b2b3', 'SDDR-103 MobileMate SD+ Reader', '797'), (9516, 'b2b5', 'SDDR-104 MobileMate SD+ Reader', '797'), (9517, 'b4b5', 'SDDR-89 V4 ImageMate 12-in-1 Reader', '797'), (9518, 'b6b7', 'SDDR-99 V4 ImageMate 5-in-1 Reader', '797'), (9519, 'b6ba', 'CF SDDR-289', '797'), (9520, 'cfc9', 'SDDR-489 ImageMate Pro Reader', '797'), (9521, '0003', 'LTC31 SmartCard Reader', '799'), (9522, '0006', 'LTC31v2', '799'), (9523, '0009', 'KBR36', '799'), (9524, '0010', 'LTC32', '799'), (9525, '0100', 'Vivicam 2655', '800'), (9526, '1310', 'Vivicam 3305', '800'), (9527, '1688', 'Vivicam 3665', '800'), (9528, '1689', 'Gateway DC-M42/Labtec DC-505/Vivitar Vivicam 3705', '800'), (9529, '2620', 'AOL Photocam Plus', '800'), (9530, '2888', 'Polaroid DC700', '800'), (9531, '3330', 'Nytec ND-3200 Camera', '800'), (9532, '4300', 'Traveler D1', '800'), (9533, '5260', 'Werlisa Sport PX 100 / JVC GC-A33 Camera', '800'), (9534, '5300', 'Pretec dc530', '800'), (9535, '0001', 'MN128mini-V ISDN TA', '801'), (9536, '0003', 'MN128mini-J ISDN TA', '801'), (9537, '0026', 'LHD Device', '802'), (9538, '0033', 'DVD Multi-plus unit LDR-H443SU2', '802'), (9539, '0063', 'LDR Device', '802'), (9540, '0064', 'LDR-R Device', '802'), (9541, '00b3', 'DVD Multi-plus unit LDR-H443U2', '802'), (9542, '00cc', 'LHD Device', '802'), (9543, '0105', 'LAN-TX/U1H2 10/100 Ethernet Adapter [pegasus II]', '802'), (9544, '010c', 'Realtek RTL8187 Wireless 802.11g 54Mbps Network Adapter', '802'), (9545, '0160', 'LAN-GTJ/U2A', '802'), (9546, '0162', 'LAN-WN22/U2 Wireless LAN Adapter', '802'), (9547, '0163', 'LAN-WN12/U2 Wireless LAN Adapter', '802'), (9548, '0164', 'LAN-W150/U2M Wireless LAN Adapter', '802'), (9549, '0166', 'LAN-W300N/U2 Wireless LAN Adapter', '802'), (9550, '0168', 'LAN-W150N/U2 Wireless LAN Adapter', '802'), (9551, '0170', 'LAN-W300AN/U2 Wireless LAN Adapter', '802'), (9552, '0010', 'Driving UGCI', '803'), (9553, '0020', 'Flying UGCI', '803'), (9554, '0030', 'Fighting UGCI', '803'), (9555, '0090', 'Tablet Adapter', '804'), (9556, '0100', 'Tablet Adapter', '804'), (9557, '0200', 'Tablet Adapter', '804'), (9558, '0300', 'Tablet Adapter', '804'), (9559, '0400', 'Digitizer (Whiteboard)', '804'), (9560, '6801', 'Flatbed Scanner', '813'), (9561, '6802', 'InkJet Color Printer', '813'), (9562, '8001', 'SmartCam', '813'), (9563, '801a', 'Typhoon StyloCam', '813'), (9564, '801c', 'Meade Binoculars/Camera', '813'), (9565, '8901', 'ScanHex SX-35a', '813'), (9566, '8909', 'ScanHex SX-35b', '813'), (9567, '8911', 'ScanHex SX-35c', '813'), (9568, '0001', 'Braille Voyager', '814'), (9569, '0640', 'BC640', '814'), (9570, '0680', 'BC680', '814'), (9571, '7651', 'Programming Unit', '815'), (9572, '0024', 'MSO300/MSO301 Fingerprint Sensor', '816'), (9573, '0026', 'MSO350/MSO351 Fingerprint Sensor & SmartCard Reader', '816'), (9574, '0027', 'USB-Serial Controller', '816'), (9575, '002f', 'Mobile', '816'), (9576, '0030', 'Mobile Communication Device', '816'), (9577, '0042', 'Mobile', '816'), (9578, '0047', 'CBM/MSO1300 Fingerprint Sensor', '816'), (9579, '004a', 'XG-760A 802.11bg', '816'), (9580, '004b', 'Wi-Fi 11g adapter', '816'), (9581, '0052', 'MSO1350 Fingerprint Sensor & SmartCard Reader', '816'), (9582, '0056', 'Agfa AP1100 Photo Printer', '816'), (9583, '005d', 'Mobile Mass Storage', '816'), (9584, '0062', 'XG-76NA 802.11bg', '816'), (9585, '0078', 'Laser Pro Monochrome MFP', '816'), (9586, '0201', 'GamePort Adapter', '817'), (9587, 'd952', 'Palladio USB V.92 Modem', '818'), (9588, '07c2', 'AN986A Ethernet', '822'), (9589, '0986', 'AN986 Pegasus Ethernet', '822'), (9590, '8266', 'Infineon WildCard-USB Wireless LAN Adapter', '822'), (9591, '8511', 'ADM8511 Pegasus II Ethernet', '822'), (9592, '8513', 'ADM8513 Pegasus II Ethernet', '822'), (9593, '8515', 'ADM8515 Pegasus II Ethernet', '822'), (9594, '0001', 'Ether USB-T Ethernet [klsi]', '823'), (9595, '0004', 'FEther USB-TX Ethernet [pegasus]', '823'), (9596, '000c', 'WirelessLAN USB-11', '823'), (9597, '000d', 'FEther USB-TXS', '823'), (9598, '0011', 'Wireless LAN USB-11 mini', '823'), (9599, '0012', 'Stick-11 802.11b Adapter', '823'), (9600, '0017', 'FEther USB2-TX', '823'), (9601, '0018', 'Wireless LAN USB-11 mini 2', '823'), (9602, '001a', 'ULUSB-11 Key', '823'), (9603, '001c', 'CG-WLUSB2GT 802.11g Wireless Adapter [Intersil ISL3880]', '823'), (9604, '0020', 'CG-WLUSB2GTST 802.11g Wireless Adapter [Intersil ISL3887]', '823'), (9605, '002e', 'CG-WLUSB2GPX [Ralink RT2571W]', '823'), (9606, '002f', 'CG-WLUSB2GNL', '823'), (9607, '0031', 'CG-WLUSB2GS 802.11bg [Atheros AR5523]', '823'), (9608, '003c', 'CG-WLUSB2GNL', '823'), (9609, '003f', 'CG-WLUSB300AGN', '823'), (9610, '0041', 'CG-WLUSB300GNS', '823'), (9611, '0042', 'CG-WLUSB300GNM', '823'), (9612, '0043', 'CG-WLUSB300N rev A2 [Realtek RTL8192U]', '823'), (9613, '0047', 'CG-WLUSBNM', '823'), (9614, '0051', 'CG-WLUSB300NM', '823'), (9615, '7613', 'Stick-11 V2 802.11b Adapter', '823'), (9616, '9601', 'FEther USB-TXC', '823'), (9617, 'fc01', 'IDE bridge', '824'), (9618, 'fc02', 'Cable II USB-2', '824'), (9619, 'fc03', 'USB2-IDE IDE bridge', '824'), (9620, 'fc77', 'Quattro 3.0', '824'), (9621, 'fcd6', 'Freecom HD Classic', '824'), (9622, 'fcf6', 'DataBar', '824'), (9623, 'fcf8', 'Freecom Classic SL Network Drive', '824'), (9624, 'fcfe', 'Hard Drive 80GB', '824'), (9625, '0004', 'SCSI-DB25 SCSI Bridge [shuttle]', '825'), (9626, '0005', 'SCSI-HD50 SCSI Bridge [shuttle]', '825'), (9627, '0006', 'CameraMate SmartMedia and CompactFlash Card Reader [eusb/shuttle]', '825'), (9628, 'fc01', 'Freecom USB-IDE', '825'), (9629, '0001', 'ISDN TA', '826'), (9630, '0002', 'ISDN TA128 Plus', '826'), (9631, '0003', 'ISDN TA128 Deluxe', '826'), (9632, '0005', 'ISDN TA128 SE', '826'), (9633, '0006', 'ISDN TA 128 [HFC-S]', '826'), (9634, '0007', 'ISDN TA [HFC-S]', '826'), (9635, '0008', 'ISDN TA', '826'), (9636, '0100', 'SURFboard Voice over IP Cable Modem', '828'), (9637, '0900', 'SURFboard Gateway', '828'), (9638, '0950', 'SURFboard SBG950 Gateway', '828'), (9639, '1000', 'SURFboard SBG1000 Gateway', '828'), (9640, '4100', 'SurfBoard SB4100 Cable Modem', '828'), (9641, '4200', 'SurfBoard SB4200 Cable Modem', '828'), (9642, '4210', 'SurfBoard 4210 Cable Modem', '828'), (9643, '4220', 'SURFboard SB4220 Cable Modem', '828'), (9644, '4500', 'CG4500 Communications Gateway', '828'), (9645, '450b', 'CG4501 Communications Gateway', '828'), (9646, '450e', 'CG4500E Communications Gateway', '828'), (9647, '5100', 'SurfBoard SB5100 Cable Modem', '828'), (9648, '5101', 'SurfBoard SB5101 Cable Modem', '828'), (9649, '5120', 'SurfBoard SB5120 Cable Modem (RNDIS)', '828'), (9650, '5121', 'Surfboard 5121 Cable Modem', '828'), (9651, '6002', 'MTR7000 Cable Tuning Adapter', '828'), (9652, '7030', 'WU830G 802.11bg Wireless Adapter [Envara WiND512]', '828'), (9653, '0001', 'OpticPro 1212U Scanner', '829'), (9654, '0003', 'Scanner', '829'), (9655, '0010', 'OpticPro U12 Scanner', '829'), (9656, '0011', 'OpticPro U24 Scanner', '829'), (9657, '0013', 'OpticPro UT12 Scanner', '829'), (9658, '0014', 'Scanner', '829'), (9659, '0015', 'OpticPro U24 Scanner', '829'), (9660, '0017', 'OpticPro UT12/16/24 Scanner', '829'), (9661, '0204', 'Scanner', '829'), (9662, '0400', 'OpticPro 1248U Scanner', '829'), (9663, '0401', 'OpticPro 1248U Scanner #2', '829'), (9664, '0403', 'OpticPro U16B Scanner', '829'), (9665, '0404', 'Scanner', '829'), (9666, '0405', 'A8 Namecard-s Controller', '829'), (9667, '0406', 'A8 Namecard-D Controller', '829'), (9668, '0410', 'Scanner', '829'), (9669, '0412', 'Scanner', '829'), (9670, '0413', 'OpticSlim 1200 Scanner', '829'), (9671, '0601', 'OpticPro ST24 Scanner', '829'), (9672, '0800', 'OpticPro ST48 Scanner', '829'), (9673, '0807', 'OpticFilm 7200 scanner', '829'), (9674, '0900', 'OpticBook 3600 Scanner', '829'), (9675, '090c', 'OpticBook 3600 Plus Scanner', '829'), (9676, '0a06', 'TVcam VD100', '829'), (9677, '0b00', 'SmartPhoto F50', '829'), (9678, '0c00', 'OpticPro ST64 Scanner', '829'), (9679, '0c03', 'OpticPro ST64+ Scanner', '829'), (9680, '0c04', 'Optic Film 7200i scanner', '829'), (9681, '0c0c', 'PL806 Scanner', '829'), (9682, '0c26', 'OpticBook 4600 Scanner', '829'), (9683, '0c2b', 'Mobile Office D428 Scanner', '829'), (9684, '0e08', 'OpticBook A300 Scanner', '829'), (9685, '1300', 'OpticBook 3800 Scanner', '829'), (9686, '1301', 'OpticBook 4800 Scanner', '829'), (9687, '130f', 'Bookreader v200', '829'), (9688, '0100', 'Camedia C-2100/C-3000 Ultra Zoom Camera', '830'), (9689, '0102', 'Camedia E-10/C-220/C-50 Camera', '830'), (9690, '0105', 'Camedia C-310Z/C-700/C-750UZ/C-755/C-765UZ/C-3040/C-4000/C-5050Z/D-560/C-3020Z Zoom Camera', '830'), (9691, '0109', 'C-370Z/C-500Z/D-535Z/X-450', '830'), (9692, '010a', 'MAUSB-10 xD and SmartMedia Card Reader', '830'), (9693, '0112', 'MAUSB-100 xD Card Reader', '830'), (9694, '0113', 'Mju 500 / Stylus Digital Camera (PTP)', '830'), (9695, '0114', 'C-350Z Camera', '830'), (9696, '0118', 'Mju Mini Digital/Mju Digital 500 Camera / Stylus 850 SW', '830'), (9697, '0125', 'Tough TG-1 Camera', '830'), (9698, '0126', 'VR340/D750 Digital Camera', '830'), (9699, '0184', 'P-S100 port', '830'), (9700, '0202', 'Foot Switch RS-26', '830'), (9701, '0203', 'Digital Voice Recorder DW-90', '830'), (9702, '0206', 'Digital Voice Recorder DS-330', '830'), (9703, '0207', 'Digital Voice Recorder & Camera W-10', '830'), (9704, '0209', 'Digital Voice Recorder DM-20', '830'), (9705, '020b', 'Digital Voice Recorder DS-4000', '830'), (9706, '020d', 'Digital Voice Recorder VN-240PC', '830'), (9707, '0211', 'Digital Voice Recorder DS-2300', '830'), (9708, '0218', 'Foot Switch RS-28', '830'), (9709, '0244', 'Digital Voice Recorder VN-8500PC', '830'), (9710, '024f', 'Digital Voice Recorder DS-7000', '830'), (9711, '0280', 'm:robe 100', '830'), (9712, '0295', 'Digital Voice Recorder VN-541PC', '830'), (9713, '0017', 'Joystick', '831'), (9714, '0213', 'Thrustmaster Firestorm Digital 3 Gamepad', '831'), (9715, '0312', 'Gamepad', '831'), (9716, '9902', 'GamePad', '831'), (9717, '110c', 'XX1', '834'), (9718, '1201', 'IEEE 802.11b Adapter', '834'), (9719, '200c', 'XX2', '834'), (9720, '2573', 'Wireless LAN Card', '834'), (9721, '2770', '802.11n/b/g Mini Wireless LAN USB2.0 Adapter', '834'), (9722, '2870', '802.11n/b/g Wireless LAN USB2.0 Adapter', '834'), (9723, '3070', '802.11n/b/g Mini Wireless LAN USB2.0 Adapter', '834'), (9724, '3071', '802.11n/b/g Mini Wireless LAN USB2.0 Adapter', '834'), (9725, '3072', '802.11n/b/g Mini Wireless LAN USB2.0 Adapter', '834'), (9726, '4000', 'DU-E10 Ethernet [klsi]', '834'), (9727, '4002', 'DU-E100 Ethernet [pegasus]', '834'), (9728, '4003', '1/10/100 Ethernet Adapter', '834'), (9729, '4004', 'XX4', '834'), (9730, '4007', 'XX5', '834'), (9731, '400b', 'XX6', '834'), (9732, '400c', 'XX7', '834'), (9733, '401a', 'RTL8151', '834'), (9734, '4102', 'USB 1.1 10/100M Fast Ethernet Adapter', '834'), (9735, '4104', 'XX9', '834'), (9736, '420a', 'UF200 Ethernet', '834'), (9737, '5301', 'GW-US54ZGL 802.11bg', '834'), (9738, '6001', 'WUG2690 802.11bg Wireless Module [ZyDAS ZD1211+AL2230]', '834'), (9739, '8188', 'AboCom Systems Inc [WN2001 Prolink Wireless-N Nano Adapter]', '834'), (9740, 'a001', 'WUG2200 802.11g Wireless Adapter [Envara WiND512]', '834'), (9741, 'abc1', 'DU-E10 Ethernet [pegasus]', '834'), (9742, 'b000', 'BWU613', '834'), (9743, 'b02a', 'AboCom Bluetooth Device', '834'), (9744, 'b02b', 'Bluetooth dongle', '834'), (9745, 'b02c', 'BCM92045DG-Flash with trace filter', '834'), (9746, 'b02d', 'BCM92045DG-Flash with trace filter', '834'), (9747, 'b02e', 'BCM92045DG-Flash with trace filter', '834'), (9748, 'b030', 'BCM92045DG-Flash with trace filter', '834'), (9749, 'b031', 'BCM92045DG-Flash with trace filter', '834'), (9750, 'b032', 'BCM92045DG-Flash with trace filter', '834'), (9751, 'b033', 'BCM92045DG-Flash with trace filter', '834'), (9752, 'b21a', 'WUG2400 802.11g Wireless Adapter [Texas Instruments TNETW1450]', '834'), (9753, 'b21b', 'HWU54DM', '834'), (9754, 'b21c', 'RT2573', '834'), (9755, 'b21d', 'RT2573', '834'), (9756, 'b21e', 'RT2573', '834'), (9757, 'b21f', 'WUG2700', '834'), (9758, 'd011', 'MP3 Player', '834'), (9759, 'e001', 'Mass Storage Device', '834'), (9760, 'e002', 'Mass Storage Device', '834'), (9761, 'e003', 'Mass Storage Device', '834'), (9762, 'e004', 'Mass Storage Device', '834'), (9763, 'e005', 'Mass Storage Device', '834'), (9764, 'e006', 'Mass Storage Device', '834'), (9765, 'e007', 'Mass Storage Device', '834'), (9766, 'e008', 'Mass Storage Device', '834'), (9767, 'e009', 'Mass Storage Device', '834'), (9768, 'e00a', 'Mass Storage Device', '834'), (9769, 'e4f0', 'Card Reader Driver', '834'), (9770, 'f101', 'DSB-560 Modem [atlas]', '834'), (9771, '1935', 'Elektron Music Machines', '837'), (9772, '1113', 'JoyWarrior24F8', '838'), (9773, '1116', 'JoyWarrior24F14', '838'), (9774, '1121', 'The Claw', '838'), (9775, '1500', 'IO-Warrior 40', '838'), (9776, '1501', 'IO-Warrior 24', '838'), (9777, '1502', 'IO-Warrior 48', '838'), (9778, '1503', 'IO-Warrior 28', '838'), (9779, '1511', 'IO-Warrior 24 Power Vampire', '838'), (9780, '1512', 'IO-Warrior 24 Power Vampire', '838'), (9781, '0068', 'HKS-0200 USBDAQ', '839'), (9782, '0102', 'USB to LS120', '840'), (9783, '0103', 'USB to IDE', '840'), (9784, '1234', 'USB to ATAPI', '840'), (9785, 'a000', 'CompactFlash Card Reader', '840'), (9786, 'a001', 'CompactFlash & SmartMedia Card Reader [eusb]', '840'), (9787, 'a002', 'Disk Drive', '840'), (9788, 'a003', 'Datafab-based Reader', '840'), (9789, 'a004', 'USB to MMC Class Drive', '840'), (9790, 'a005', 'CompactFlash & SmartMedia Card Reader', '840'), (9791, 'a006', 'SmartMedia Card Reader', '840'), (9792, 'a007', 'Memory Stick Class Drive', '840'), (9793, 'a103', 'MDSM-B reader', '840'), (9794, 'a107', 'USB to Memory Stick (LC1) Drive', '840'), (9795, 'a109', 'LC1 CompactFlash & SmartMedia Card Reader', '840'), (9796, 'a10b', 'USB to CF+MS(LC1)', '840'), (9797, 'a200', 'DF-UT-06 Hama MMC/SD Reader', '840'), (9798, 'a400', 'CompactFlash & Microdrive Reader', '840'), (9799, 'a600', 'Card Reader', '840'), (9800, 'a604', '12-in-1 Card Reader', '840'), (9801, 'ad01', 'Mass Storage Device', '840'), (9802, 'ae01', 'Mass Storage Device', '840'), (9803, 'af01', 'Mass Storage Device', '840'), (9804, 'b000', 'USB to CF(LC1)', '840'), (9805, 'b001', 'USB to CF+PCMCIA', '840'), (9806, 'b004', 'MMC/SD Reader', '840'), (9807, 'b006', 'USB to PCMCIA', '840'), (9808, 'b00a', 'USB to CF+SD Drive(LC1)', '840'), (9809, 'b00b', 'USB to Memory Stick(LC1)', '840'), (9810, 'c010', 'Kingston FCR-HS2/ATA Card Reader', '840'), (9811, '0500', 'Cash Drawer', '841'), (9812, '0002', 'Bodega Wireless Access Point', '842'), (9813, '0003', 'Bodega Wireless Network Adapter', '842'), (9814, '0202', 'MN128-SOHO PAL', '844'), (9815, 'b100', 'AT-USB100', '845'), (9816, '0002', 'AVerTV PVR USB/EZMaker Pro Device', '846'), (9817, '0026', 'AVerTV', '846'), (9818, '0337', 'A867 DVB-T dongle', '846'), (9819, '0837', 'H837 Hybrid ATSC/QAM', '846'), (9820, '1228', 'MPEG-2 Capture Device (M038)', '846'), (9821, '1830', 'AVerTV Volar Video Capture (H830)', '846'), (9822, '1871', 'TD310 DVB-T/T2/C dongle', '846'), (9823, '3835', 'AVerTV Volar Green HD (A835B)', '846'), (9824, '850a', 'AverTV Volar Black HD (A850)', '846'), (9825, '850b', 'AverTV Red HD+ (A850T)', '846'), (9826, 'a309', 'AVerTV DVB-T (A309)', '846'), (9827, 'a801', 'AVerTV DVB-T (A800)', '846'), (9828, 'a815', 'AVerTV DVB-T Volar X (A815)', '846'), (9829, 'a827', 'AVerTV Hybrid Volar HX (A827)', '846'), (9830, 'a867', 'AVerTV DVB-T (A867)', '846'), (9831, 'b300', 'A300 DVB-T TV receiver', '846'), (9832, 'b800', 'MR800 FM Radio', '846'), (9833, 'e880', 'MPEG-2 Capture Device (E880)', '846'), (9834, 'e882', 'MPEG-2 Capture Device (E882)', '846'), (9835, '0000', 'CF Card Reader', '848'), (9836, '0001', 'Reader (UICSE)', '848'), (9837, '0002', 'Reader (UIS)', '848'), (9838, '0003', 'SM Card Reader', '848'), (9839, '0004', 'SM/CF/PCMCIA Card Reader', '848'), (9840, '0005', 'Reader (UISA2SE)', '848'), (9841, '0006', 'SM/CF/PCMCIA Card Reader', '848'), (9842, '0007', 'Reader (UISA6SE)', '848'), (9843, '000c', 'SM/CF Card Reader', '848'), (9844, '000d', 'SM/CF Card Reader', '848'), (9845, '000e', 'Reader (UISDA)', '848'), (9846, '000f', 'Reader (UICLIK)', '848'), (9847, '0010', 'Reader (UISMA)', '848'), (9848, '0012', 'Reader (UISC6SE-FLASH)', '848'), (9849, '0014', 'Litronic Fortezza Reader', '848'), (9850, '0030', 'Mass Storage (UISDMC12S)', '848'), (9851, '0040', 'Mass Storage (UISDMC13S)', '848'), (9852, '0100', 'Reader (UID)', '848'), (9853, '0101', 'Reader (UIM)', '848'), (9854, '0102', 'Reader (UISDMA)', '848'), (9855, '0103', 'Reader (UISDMC)', '848'), (9856, '0104', 'Reader (UISDM)', '848'), (9857, '0200', '6-in-1 Card Reader', '848'), (9858, '0201', 'Mass Storage (UISDMC1S & UISDMC3S)', '848'), (9859, '0202', 'Mass Storage (UISDMC5S)', '848'), (9860, '0203', 'Mass Storage (UISMC5S)', '848'), (9861, '0204', 'Mass Storage (UIM4/5S & UIM7S)', '848'), (9862, '0205', 'Mass Storage (UIS4/5S & UIS7S)', '848'), (9863, '0206', 'Mass Storage (UISDMC10S & UISDMC11S)', '848'), (9864, '0207', 'Mass Storage (UPIDMA)', '848'), (9865, '0208', 'Mass Storage (UCFC II)', '848'), (9866, '0210', 'Mass Storage (UPIXXA)', '848'), (9867, '0213', 'Mass Storage (UPIDA)', '848'), (9868, '0214', 'Mass Storage (UPIMA)', '848'), (9869, '0215', 'Mass Storage (UPISA)', '848'), (9870, '0217', 'Mass Storage (UPISDMA)', '848'), (9871, '0223', 'Mass Storage (UCIDA)', '848'), (9872, '0224', 'Mass Storage (UCIMA)', '848'), (9873, '0225', 'Mass Storage (UIS7S)', '848'), (9874, '0227', 'Mass Storage (UCIDMA)', '848'), (9875, '0234', 'Mass Storage (UIM7S)', '848'), (9876, '0235', 'Mass Storage (UIS4S-S)', '848'), (9877, '0237', 'Velper (UISDMC4S)', '848'), (9878, '0300', '6-in-1 Card Reader', '848'), (9879, '0301', '6-in-1 Card Reader', '848'), (9880, '0303', 'Mass Storage (UID10W)', '848'), (9881, '0304', 'Mass Storage (UIM10W)', '848'), (9882, '0305', 'Mass Storage (UIS10W)', '848'), (9883, '0308', 'Mass Storage (UIC10W)', '848'), (9884, '0309', 'Mass Storage (UISC3W)', '848'), (9885, '0310', 'Mass Storage (UISDMA2W)', '848'), (9886, '0311', 'Mass Storage (UISDMC14W)', '848'), (9887, '0320', 'Mass Storage (UISDMC4W)', '848'), (9888, '0321', 'Mass Storage (UISDMC37W)', '848'), (9889, '0330', 'WINTERREADER Reader', '848'), (9890, '0350', '9-in-1 Card Reader', '848'), (9891, '0500', 'Mass Storage', '848'), (9892, '0501', 'Mass Storage', '848'), (9893, '0001', 'USBuart Serial Port', '849'), (9894, 'c007', 'DPB-4000', '850'), (9895, 'c009', 'DPB-6000', '850'), (9896, 'c010', 'CPB-7000', '850'), (9897, '1001', 'QV-8000SX/5700/3000EX Digicam; Exilim EX-M20', '851'), (9898, '1003', 'Exilim EX-S500', '851'), (9899, '1004', 'Exilim EX-Z120', '851'), (9900, '1011', 'USB-CASIO PC CAMERA', '851'), (9901, '1116', 'EXILIM EX-Z19', '851'), (9902, '1125', 'Exilim EX-H10 Digital Camera (mass storage mode)', '851'), (9903, '1133', 'Exilim EX-Z350 Digital Camera (mass storage mode)', '851'), (9904, '1225', 'Exilim EX-H10 Digital Camera (PictBridge mode)', '851'), (9905, '1233', 'Exilim EX-Z350 Digital Camera (PictBridge mode)', '851'), (9906, '2002', 'E-125 Cassiopeia Pocket PC', '851'), (9907, '3801', 'WMP-1 MP3-Watch', '851'), (9908, '4001', 'Label Printer KL-P1000', '851'), (9909, '4007', 'CW50 Device', '851'), (9910, '4104', 'Cw75 Device', '851'), (9911, '4107', 'CW-L300 Device', '851'), (9912, '4500', 'LV-20 Digital Camera', '851'), (9913, '6101', 'fx-9750gII', '851'), (9914, '6102', 'fx-CP400', '851'), (9915, '6801', 'PL-40R', '851'), (9916, '6802', 'MIDI Keyboard', '851'), (9917, '6803', 'CTK-3500 (MIDI keyboard)', '851'), (9918, '0001', 'Digital Video Creator I', '852'), (9919, '0002', 'Global Village VideoFX Grabber', '852'), (9920, '0003', 'Fusion Model DVC-50 Rev 1 (NTSC)', '852'), (9921, '0004', 'DVC-800 (PAL) Grabber', '852'), (9922, '0005', 'Fusion Video and Audio Ports', '852'), (9923, '0006', 'DVC 150 Loader Device', '852'), (9924, '0007', 'DVC 150', '852'), (9925, '0327', 'Fusion Digital Media Reader', '852'), (9926, '1001', 'DM-FLEX DFU Adapter', '852'), (9927, '1002', 'DMHS2 DFU Adapter', '852'), (9928, '1102', 'CF Reader/Writer', '852'), (9929, '1103', 'SD Reader/Writer', '852'), (9930, '1104', 'SM Reader/Writer', '852'), (9931, '1105', 'MS Reader/Writer', '852'), (9932, '1106', 'xD/SM Reader/Writer', '852'), (9933, '1202', 'MultiSlot Reader/Writer', '852'), (9934, '2000', 'FX2 DFU Adapter', '852'), (9935, '2001', 'eUSB CompactFlash Reader', '852'), (9936, '4100', 'Kingsun SF-620 Infrared Adapter', '852'), (9937, '4101', 'Connectivity Cable (CA-42 clone)', '852'), (9938, '4959', 'Kingsun KS-959 Infrared Adapter', '852'), (9939, '13ec', 'VvBus for Helium 2xx', '853'), (9940, '13ed', 'VvBus for Helium 2xx', '853'), (9941, '13f1', 'DSL-302G Modem', '853'), (9942, '13f2', 'DSL-502G Router', '853'), (9943, '3300', 'DWA-130 802.11n Wireless N Adapter(rev.E) [Realtek RTL8191SU]', '853'), (9944, '3302', 'DWA-130 802.11n Wireless N Adapter(rev.C2) [Realtek RTL8191SU]', '853'), (9945, '3303', 'DWA-131 802.11n Wireless N Nano Adapter(rev.A1) [Realtek RTL8192SU]', '853'), (9946, '3304', 'FR-300USB 802.11bgn Wireless Adapter', '853'), (9947, '3a07', 'WUA-2340 RangeBooster G Adapter(rev.A) [Atheros AR5523]', '853'), (9948, '3a08', 'WUA-2340 RangeBooster G Adapter(rev.A) (no firmware) [Atheros AR5523]', '853'), (9949, '3a09', 'DWA-160 802.11abgn Xtreme N Dual Band Adapter(rev.A2) [Atheros AR9170+AR9104]', '853'), (9950, '3a0d', 'DWA-120 802.11g Wireless 108G Adapter [Atheros AR5523]', '853'), (9951, '3a0f', 'DWA-130 802.11n Wireless N Adapter(rev.D) [Atheros AR9170+AR9102]', '853'), (9952, '3a10', 'DWA-126 802.11n Wireless Adapter [Atheros AR9271]', '853'), (9953, '3b01', 'AirPlus G DWL-G122 Wireless Adapter(rev.D) [Marvell 88W8338+88W8010]', '853'), (9954, '3b10', 'DWA-142 RangeBooster N Adapter [Marvell 88W8362+88W8060]', '853'), (9955, '3b11', 'DWA-130 802.11n Wireless N Adapter(rev.A1) [Marvell 88W8362+88W8060]', '853'), (9956, '3c03', 'AirPlus G DWL-G122 Wireless Adapter(rev.C1) [Ralink RT2571W]', '853'), (9957, '3c04', 'WUA-1340', '853'), (9958, '3c05', 'EH103 Wireless G Adapter', '853'), (9959, '3c06', 'DWA-111 802.11bg Wireless Adapter [Ralink RT2571W]', '853'), (9960, '3c07', 'DWA-110 Wireless G Adapter(rev.A1) [Ralink RT2571W]', '853'), (9961, '3c09', 'DWA-140 RangeBooster N Adapter(rev.B1) [Ralink RT2870]', '853'), (9962, '3c0a', 'DWA-140 RangeBooster N Adapter(rev.B2) [Ralink RT3072]', '853'), (9963, '3c0b', 'DWA-110 Wireless G Adapter(rev.B) [Ralink RT2870]', '853'), (9964, '3c0d', 'DWA-125 Wireless N 150 Adapter(rev.A1) [Ralink RT3070]', '853'), (9965, '3c0e', 'WUA-2340 RangeBooster G Adapter(rev.B) [Ralink RT2070]', '853'), (9966, '3c0f', 'AirPlus G DWL-G122 Wireless Adapter(rev.E1) [Ralink RT2070]', '853'), (9967, '3c10', 'DWA-160 802.11abgn Xtreme N Dual Band Adapter(rev.A1) [Atheros AR9170+AR9104]', '853'), (9968, '3c11', 'DWA-160 Xtreme N Dual Band USB Adapter(rev.B) [Ralink RT2870]', '853'), (9969, '3c13', 'DWA-130 802.11n Wireless N Adapter(rev.B) [Ralink RT2870]', '853'), (9970, '3c15', 'DWA-140 RangeBooster N Adapter(rev.B3) [Ralink RT2870]', '853'), (9971, '3c16', 'DWA-125 Wireless N 150 Adapter(rev.A2) [Ralink RT3070]', '853'), (9972, '3e02', 'DWM-156 3.75G HSUPA Adapter', '853'), (9973, '5100', 'Remote NDIS Device', '853'), (9974, 'a800', 'DWM-152 3.75G HSUPA Adapter', '853'), (9975, 'f101', 'DBT-122 Bluetooth', '853'), (9976, 'fc01', 'DBT-120 Bluetooth Adapter', '853'), (9977, '2820', 'VC500 Video Capture Dongle', '859'), (9978, '4742', 'VPN GovNet Box', '861'), (9979, '5201', 'V.90 Modem', '862'), (9980, '0967', 'SCard R/W CSR-145', '865'), (9981, '0968', 'SCard R/W CSR-145', '865'), (9982, '05c2', 'IDE-to-USB2.0 PCA', '866'), (9983, '5c01', 'Que! CDRW', '866'), (9984, '0002', 'Cash Drawer I/F', '873'), (9985, '0001', 'Internet Access Device', '874'), (9986, '0001', 'KEYLOK II', '875'), (9987, '0005', 'ScanLogic/Century Corporation uATA', '877'), (9988, '011e', 'Century USB Disk Enclosure', '877'), (9989, '0778', 'miniVigor 128 ISDN TA', '879'), (9990, '0846', 'ISDN TA [HFC-S]', '879'), (9991, '0847', 'ISDN TA [HFC-S]', '879'), (9992, '1012', 'BeWAN ADSL USB ST (grey)', '879'), (9993, '1196', 'BWIFI-USB54AR 802.11bg', '879'), (9994, 'a904', 'BeWAN ADSL', '879'), (9995, 'a905', 'BeWAN ADSL ST', '879'), (9996, '1113', 'SWISSONIC EasyKeys61 Midikeyboard', '880'), (9997, '0000', 'FastLane MIDI Interface', '881'), (9998, '0001', 'MIDI Interface', '881'), (9999, '0002', 'MOTU Audio for 64 bit', '881'), (10000, '0004', 'MicroBook', '881'), (10001, '0008', 'M Series', '881'); INSERT INTO `glpi_plugin_fusioninventory_usbdevices` (`id`, `deviceid`, `name`, `plugin_fusioninventory_usbvendor_id`) VALUES (10002, '00ff', 'Portable Hard Drive', '882'), (10003, 'ffff', 'Mad Catz Gamepad', '882'), (10004, '0001', 'Mini Swipe Reader (Keyboard Emulation)', '883'), (10005, '0002', 'Mini Swipe Reader', '883'), (10006, '0003', 'Magstripe Insert Reader', '883'), (10007, '1300', 'V92 Faxmodem', '885'), (10008, '3095', 'V.92 56K Mini External Modem Model 3095', '885'), (10009, '4310', '4410a Wireless-G Adapter [Intersil ISL3887]', '885'), (10010, '4410', '4410b Wireless-G Adapter [ZyDAS ZD1211B]', '885'), (10011, '5241', 'Cable Modem', '885'), (10012, '5551', 'DSL Modem', '885'), (10013, '9700', '2986L FaxModem', '885'), (10014, '9800', 'Cable Modem', '885'), (10015, 'a312', 'Wireless-G', '885'), (10016, '0002', 'Fingerprint Scanner (After ReNumeration)', '888'), (10017, '0010', '300LC Series Fingerprint Scanner (Before ReNumeration)', '888'), (10018, '0300', 'Gryphon D120 Barcode Scanner', '889'), (10019, '0400', 'Gryphon D120 Barcode Scanner', '889'), (10020, '0500', 'Gryphon D120 Barcode Scanner', '889'), (10021, '0600', 'Gryphon M100 Barcode Scanner', '889'), (10022, '0102', 'Hercules Scan@home 48', '890'), (10023, '0104', '3.2Slim', '890'), (10024, '0110', 'UMAX AstraSlim 1200 Scanner', '890'), (10025, '0001', 'Dual PSX Adaptor', '891'), (10026, '0002', 'Dual PCS Adaptor', '891'), (10027, '0003', 'PlayStation Gamepad', '891'), (10028, 'e001', 'Twin controller', '891'), (10029, 'e501', 'SNES Gamepad', '891'), (10030, '0001', 'Intel Play QX3 Microscope', '892'), (10031, '0002', 'Dual Mode Camera Plus', '892'), (10032, '0101', 'License Management and Copy Protection', '893'), (10033, '1000', 'Duo Pen Tablet', '894'), (10034, '0600', 'Storage Adapter', '895'), (10035, '0601', 'Storage Adapter', '895'), (10036, 'df00', 'Handheld', '897'), (10037, 'e401', 'MM812', '898'), (10038, '2001', 'IRXpress Infrared Device', '899'), (10039, '0100', 'Visor', '905'), (10040, '0200', 'Treo', '905'), (10041, '0300', 'Treo 600', '905'), (10042, '0400', 'Handheld', '905'), (10043, '0500', 'Handheld', '905'), (10044, '0600', 'Handheld', '905'), (10045, '0001', 'm500', '906'), (10046, '0002', 'm505', '906'), (10047, '0003', 'm515', '906'), (10048, '0004', 'Handheld', '906'), (10049, '0005', 'Handheld', '906'), (10050, '0006', 'Handheld', '906'), (10051, '0010', 'Handheld', '906'), (10052, '0011', 'Handheld', '906'), (10053, '0012', 'Handheld', '906'), (10054, '0013', 'Handheld', '906'), (10055, '0014', 'Handheld', '906'), (10056, '0020', 'i705', '906'), (10057, '0021', 'Handheld', '906'), (10058, '0022', 'Handheld', '906'), (10059, '0023', 'Handheld', '906'), (10060, '0024', 'Handheld', '906'), (10061, '0030', 'Handheld', '906'), (10062, '0031', 'Tungsten W', '906'), (10063, '0032', 'Handheld', '906'), (10064, '0033', 'Handheld', '906'), (10065, '0034', 'Handheld', '906'), (10066, '0040', 'm125', '906'), (10067, '0041', 'Handheld', '906'), (10068, '0042', 'Handheld', '906'), (10069, '0043', 'Handheld', '906'), (10070, '0044', 'Handheld', '906'), (10071, '0050', 'm130', '906'), (10072, '0051', 'Handheld', '906'), (10073, '0052', 'Handheld', '906'), (10074, '0053', 'Handheld', '906'), (10075, '0054', 'Handheld', '906'), (10076, '0060', 'Tungsten C/E/T/T2/T3 / Zire 71', '906'), (10077, '0061', 'Lifedrive / Treo 650/680 / Tunsten E2/T5/TX / Centro / Zire 21/31/72 / Z22', '906'), (10078, '0062', 'Handheld', '906'), (10079, '0063', 'Handheld', '906'), (10080, '0064', 'Handheld', '906'), (10081, '0070', 'Zire', '906'), (10082, '0071', 'Handheld', '906'), (10083, '0072', 'Handheld', '906'), (10084, '0080', 'Serial Adapter [for Palm III]', '906'), (10085, '0081', 'Handheld', '906'), (10086, '0082', 'Handheld', '906'), (10087, '00a0', 'Treo 800w', '906'), (10088, '0101', 'Pre', '906'), (10089, '5850', 'Cable', '907'), (10090, '012e', 'KeikaiDenwa 8 with charger', '908'), (10091, '039f', 'KeikaiDenwa 8', '908'), (10092, '2836', 'i.Beat mood', '910'), (10093, '0005', 'Digimax Camera', '911'), (10094, '0008', 'Digimax 230 Camera', '911'), (10095, '0009', 'Digimax 340', '911'), (10096, '000a', 'Digimax 410', '911'), (10097, '000e', 'Digimax 360', '911'), (10098, '0010', 'Digimax 300', '911'), (10099, '1003', 'Digimax 210SE', '911'), (10100, '1005', 'Digimax 220', '911'), (10101, '1009', 'Digimax V4', '911'), (10102, '1012', '6500 Document Camera', '911'), (10103, '103f', 'Digimax S500', '911'), (10104, '1058', 'S730 Camera', '911'), (10105, '1064', 'Digimax D830 Camera', '911'), (10106, '1542', 'Digimax 50 Duo', '911'), (10107, '3000', 'Digimax 35 MP3', '911'), (10108, '1046', '10/100 Ethernet [pegasus]', '912'), (10109, '1060', 'HomeLine Adapter', '912'), (10110, '1f4d', 'SMC8013WG Broadband Remote NDIS Device', '912'), (10111, '3046', '10/100 Series Adapter', '912'), (10112, '3060', '1/10/100 Adapter', '912'), (10113, '3501', '2664W', '912'), (10114, '3502', 'WN3501D Wireless Adapter', '912'), (10115, '3503', 'T-Sinus 111 Wireless Adapter', '912'), (10116, '4501', 'T-Sinus 154data', '912'), (10117, '4502', 'Siemens S30853-S1016-R107 802.11g Wireless Adapter [Intersil ISL3886]', '912'), (10118, '4505', 'SMCWUSB-G 802.11bg', '912'), (10119, '4507', 'SMCWUSBT-G2 802.11g Wireless Adapter [Atheros AR5523]', '912'), (10120, '4521', 'Siemens S30863-S1016-R107-2 802.11g Wireless Adapter [Intersil ISL3887]', '912'), (10121, '4531', 'T-Com Sinus 154 data II [Intersil ISL3887]', '912'), (10122, '5046', 'SpeedStream 10/100 Ethernet [pegasus]', '912'), (10123, '5501', 'Wireless Adapter 11g', '912'), (10124, '6500', 'Cable Modem', '912'), (10125, '6618', '802.11n Wireless Adapter', '912'), (10126, '7511', 'Arcadyan 802.11N Wireless Adapter', '912'), (10127, '7512', 'Arcadyan 802.11N Wireless Adapter', '912'), (10128, '7522', 'Arcadyan 802.11N Wireless Adapter', '912'), (10129, '8522', 'Arcadyan 802.11N Wireless Adapter', '912'), (10130, '8541', 'WN4501F 802.11g Wireless Adapter [Intersil ISL3887]', '912'), (10131, 'a512', 'Arcadyan 802.11N Wireless Adapter', '912'), (10132, 'a618', 'SMCWUSBS-N EZ Connect N Draft 11n Wireless Adapter [Ralink RT2870]', '912'), (10133, 'a701', 'SMCWUSBS-N3 EZ Connect N Wireless Adapter [Ralink RT3070]', '912'), (10134, 'b004', 'CPWUE001 USB/Ethernet Adapter', '912'), (10135, 'b522', 'SMCWUSBS-N2 EZ Connect N Wireless Adapter [Ralink RT2870]', '912'), (10136, 'bb01', 'BlueExpert Bluetooth Device', '912'), (10137, 'c003', '802.11b Wireless Adapter', '912'), (10138, 'c501', 'Zoom 4410 Wireless-G [Intersil ISL3887]', '912'), (10139, 'c561', '802.11a/g Wireless Adapter', '912'), (10140, 'd522', 'Speedport W 102 Stick IEEE 802.11n USB 2.0 Adapter', '912'), (10141, 'e501', 'ZD1211B', '912'), (10142, 'e503', 'Arcadyan WN4501 802.11b/g', '912'), (10143, 'e506', 'WUS-201 802.11bg', '912'), (10144, 'f501', '802.11g Wireless Adapter', '912'), (10145, 'f502', '802.11g Wireless Adapter', '912'), (10146, 'f522', 'Arcadyan WN7512 802.11n', '912'), (10147, 'b100', 'TelePort V.90 Fax/Modem', '913'), (10148, '0060', 'Storage Adapter Bridge Module', '914'), (10149, '0001', 'Rio 500', '915'), (10150, '1001', 'EA101 10 Mbps 10BASE-T Ethernet [Kawasaki LSI KL5KLUSB101B]', '917'), (10151, '1002', 'Ethernet', '917'), (10152, '1020', 'FA101 Fast Ethernet USB 1.1', '917'), (10153, '1040', 'FA120 Fast Ethernet USB 2.0 [Asix AX88172 / AX8817x]', '917'), (10154, '1100', 'Managed Switch M4100 series, M5300 series, M7100 series', '917'), (10155, '4110', 'MA111(v1) 802.11b Wireless [Intersil Prism 3.0]', '917'), (10156, '4200', 'WG121(v1) 54 Mbps Wireless [Intersil ISL3886]', '917'), (10157, '4210', 'WG121(v2) 54 Mbps Wireless [Intersil ISL3886]', '917'), (10158, '4220', 'WG111(v1) 54 Mbps Wireless [Intersil ISL3886]', '917'), (10159, '4230', 'MA111(v2) 802.11b Wireless [SIS SIS 162]', '917'), (10160, '4240', 'WG111(v1) rev 2 54 Mbps Wireless [Intersil ISL3887]', '917'), (10161, '4260', 'WG111v3 54 Mbps Wireless [realtek RTL8187B]', '917'), (10162, '4300', 'WG111U Double 108 Mbps Wireless [Atheros AR5004X / AR5005UX]', '917'), (10163, '4301', 'WG111U (no firmware) Double 108 Mbps Wireless [Atheros AR5004X / AR5005UX]', '917'), (10164, '5f00', 'WPN111 802.11g Wireless Adapter [Atheros AR5523]', '917'), (10165, '68e1', 'LB1120-100NAS', '917'), (10166, '6a00', 'WG111v2 54 Mbps Wireless [RealTek RTL8187L]', '917'), (10167, '7100', 'WN121T RangeMax Next Wireless-N [Marvell TopDog]', '917'), (10168, '9000', 'WN111(v1) RangeMax Next Wireless [Marvell 88W8362+88W8060]', '917'), (10169, '9001', 'WN111(v2) RangeMax Next Wireless [Atheros AR9170+AR9101]', '917'), (10170, '9010', 'WNDA3100v1 802.11abgn [Atheros AR9170+AR9104]', '917'), (10171, '9011', 'WNDA3100v2 802.11abgn [Broadcom BCM4323]', '917'), (10172, '9012', 'WNDA4100 802.11abgn 3x3:3 [Ralink RT3573]', '917'), (10173, '9014', 'WNDA3100v3 802.11abgn 2x2:2 [MediaTek MT7632U]', '917'), (10174, '9018', 'WNDA3200 802.11abgn Wireless Adapter [Atheros AR7010+AR9280]', '917'), (10175, '9020', 'WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]', '917'), (10176, '9021', 'WNA3100M(v1) Wireless-N 300 [Realtek RTL8192CU]', '917'), (10177, '9030', 'WNA1100 Wireless-N 150 [Atheros AR9271]', '917'), (10178, '9040', 'WNA1000 Wireless-N 150 [Atheros AR9170+AR9101]', '917'), (10179, '9041', 'WNA1000M 802.11bgn [Realtek RTL8188CUS]', '917'), (10180, '9042', 'On Networks N150MA 802.11bgn [Realtek RTL8188CUS]', '917'), (10181, '9043', 'WNA1000Mv2 802.11bgn [Realtek RTL8188CUS?]', '917'), (10182, '9050', 'A6200 802.11a/b/g/n/ac Wireless Adapter [Broadcom BCM43526]', '917'), (10183, '9051', 'A6200v2 802.11a/b/g/n/ac (2x2) Wireless Adapter [Realtek RTL8812AU]', '917'), (10184, '9052', 'A6100 AC600 DB Wireless Adapter [Realtek RTL8811AU]', '917'), (10185, '9054', 'Nighthawk A7000 802.11ac Wireless Adapter AC1900 [Realtek 8814AU]', '917'), (10186, 'a001', 'PA101 10 Mbps HPNA Home Phoneline RJ-1', '917'), (10187, 'f001', 'On Networks N300MA 802.11bgn [Realtek RTL8192CU]', '917'), (10188, '0001', 'Jenoptik JD800i', '918'), (10189, '0003', 'S-Cam F5/D-Link DSC-350 Digital Camera', '918'), (10190, '0011', 'Argus DC3500 Digital Camera', '918'), (10191, '0014', 'Praktica DC 32', '918'), (10192, '0019', 'Praktica DPix3000', '918'), (10193, '0025', 'Praktica DC 60', '918'), (10194, '1001', 'ScanHex SX-35d', '918'), (10195, '0001', 'JamCam Camera', '919'), (10196, '1001', 'Jam Studio Tablet', '919'), (10197, '1002', 'Pablo Tablet', '919'), (10198, '0001', 'Empeg-Car Mark I/II Player', '920'), (10199, '1542', 'SiPix Blink', '922'), (10200, '1543', 'Maxell WS30 Slim Digital Camera, or Pandigital PI8004W01 digital photo frame', '922'), (10201, 'a168', 'MXIC', '922'), (10202, '0100', 'HHKB Professional', '924'), (10203, '0119', 'RealForce 105UB', '924'), (10204, '0200', 'RealForce Compact Keyboard', '924'), (10205, '0100', 'I/O Board', '925'), (10206, '0101', 'I/O Board, rev1', '925'), (10207, 'ac01', 'uLinks USOTL4 RS422/485 Adapter', '926'), (10208, '3102', 'Bluetooth Device', '927'), (10209, 'ffff', 'Maxell module with BlueCore in DFU mode', '927'), (10210, '0001', 'Portstation Dual Serial Port', '929'), (10211, '0003', 'Portstation Paraller Port', '929'), (10212, '0008', 'Ethernet', '929'), (10213, '0009', 'Ethernet', '929'), (10214, '000b', 'Portstation Dual PS/2 Port', '929'), (10215, '0021', '1 port to Serial Converter', '929'), (10216, '0022', 'Parallel Port', '929'), (10217, '0023', '2 port to Serial Converter', '929'), (10218, '0024', 'Parallel Port', '929'), (10219, '0026', 'PortGear SCSI', '929'), (10220, '0027', '1 port to Serial Converter', '929'), (10221, '0028', 'PortGear to SCSI Converter', '929'), (10222, '0032', 'PortStation SCSI Module', '929'), (10223, '003c', 'Bluetooth Adapter', '929'), (10224, '0299', 'Colorvision, Inc. Monitor Spyder', '929'), (10225, '8021', '1 port to Serial', '929'), (10226, '8023', '2 port to Serial', '929'), (10227, '8027', 'PGSDB9 Serial Port', '929'), (10228, '0100', 'Spyder 1', '930'), (10229, '0200', 'Spyder 2', '930'), (10230, '0300', 'Spyder 3', '930'), (10231, '0400', 'Spyder 4', '930'), (10232, '4100', 'MA101 802.11b Adapter', '933'), (10233, '4102', 'MA101 802.11b Adapter', '933'), (10234, '9812', 'ECON Data acquisition unit', '934'), (10235, '9816', 'DT9816 ECON data acquisition module', '934'), (10236, '9836', 'DT9836 data acquisition card', '934'), (10237, '0001', 'Unitor8', '935'), (10238, '0002', 'AMT8', '935'), (10239, '0003', 'MT4', '935'), (10240, '1001', 'Eumex 504PC ISDN TA', '936'), (10241, '1002', 'Eumex 504PC (FlashLoad)', '936'), (10242, '1003', 'TA33 ISDN TA', '936'), (10243, '1004', 'TA33 (FlashLoad)', '936'), (10244, '1005', 'Eumex 604PC HomeNet', '936'), (10245, '1006', 'Eumex 604PC HomeNet (FlashLoad)', '936'), (10246, '1007', 'Eumex 704PC DSL', '936'), (10247, '1008', 'Eumex 704PC DSL (FlashLoad)', '936'), (10248, '1009', 'Eumex 724PC DSL', '936'), (10249, '100a', 'Eumex 724PC DSL (FlashLoad)', '936'), (10250, '100b', 'OpenCom 30', '936'), (10251, '100c', 'OpenCom 30 (FlashLoad)', '936'), (10252, '100d', 'BeeTel Home 100', '936'), (10253, '100e', 'BeeTel Home 100 (FlashLoad)', '936'), (10254, '1011', 'USB2DECT', '936'), (10255, '1012', 'USB2DECT (FlashLoad)', '936'), (10256, '1013', 'Eumex 704PC LAN', '936'), (10257, '1014', 'Eumex 704PC LAN (FlashLoad)', '936'), (10258, '1019', 'Eumex 504 SE', '936'), (10259, '101a', 'Eumex 504 SE (Flash-Mode)', '936'), (10260, '1021', 'OpenCom 40', '936'), (10261, '1022', 'OpenCom 40 (FlashLoad)', '936'), (10262, '1023', 'OpenCom 45', '936'), (10263, '1024', 'OpenCom 45 (FlashLoad)', '936'), (10264, '1025', 'Sinus 61 data', '936'), (10265, '1029', 'dect BOX', '936'), (10266, '102c', 'Eumex 604PC HomeNet [FlashLoad]', '936'), (10267, '1030', 'Eumex 704PC DSL [FlashLoad]', '936'), (10268, '1032', 'OpenCom 40 [FlashLoad]', '936'), (10269, '1033', 'OpenCom 30 plus', '936'), (10270, '1034', 'OpenCom 30 plus (FlashLoad)', '936'), (10271, '1041', 'Eumex 220PC', '936'), (10272, '1042', 'Eumex 220PC (FlashMode)', '936'), (10273, '1055', 'Eumex 220 Version 2 ISDN TA', '936'), (10274, '1056', 'Eumex 220 Version 2 ISDN TA (Flash-Mode)', '936'), (10275, '2000', 'OpenCom 1000', '936'), (10276, '1920', 'SGC-X2UL', '937'), (10277, '0001', 'Ricochet GS', '939'), (10278, '0001', 'SDDR-01 Compact Flash Reader', '940'), (10279, '0002', 'SDDR-31 Compact Flash Reader', '940'), (10280, '0005', 'SDDR-05 Compact Flash Reader', '940'), (10281, '5704', 'Ethernet', '945'), (10282, '0630', 'Intel PC Camera CS630', '951'), (10283, '1002', 'DigiView DV3100', '953'), (10284, '4944', 'MassWorks ID-75 TouchScreen', '954'), (10285, '2030', 'Ticket Printer TTP 2030', '955'), (10286, '5036', 'Portable secure storage for software licenses', '956'), (10287, '0101', 'Smartdio Reader/Writer', '957'), (10288, '0010', 'Remote NDIS Network Device', '958'), (10289, '0001', 'ICE In-Circuit Emulator', '959'), (10290, '0002', 'Power Debug/Power Debug II', '959'), (10291, '0004', 'PowerDebug', '959'), (10292, '0005', 'PowerDebug PRO', '959'), (10293, '0051', 'B-SV4', '965'), (10294, '0005', 'USBee ZX', '967'), (10295, '0009', 'USBee SX', '967'), (10296, '0012', 'USBee AX-Standard', '967'), (10297, '0013', 'USBee AX-Plus', '967'), (10298, '0014', 'USBee AX-Pro', '967'), (10299, '0015', 'USBee DX', '967'), (10300, '2024', 'usbWiggler', '968'), (10301, '0006', '814 Sample Processor', '970'), (10302, '0015', '857 Titrando', '970'), (10303, '001a', '852 Titrando', '970'), (10304, '0001', 'Playstation adapter', '972'), (10305, '01f4', 'USBSIMM1', '973'), (10306, '2702', 'PCM2702 16-bit stereo audio DAC', '975'), (10307, '2704', 'PCM2704 16-bit stereo audio DAC', '975'), (10308, '2705', 'PCM2705 stereo audio DAC', '975'), (10309, '2706', 'PCM2706 stereo audio DAC', '975'), (10310, '2707', 'PCM2707 stereo audio DAC', '975'), (10311, '27c4', 'PCM2704C stereo audio DAC', '975'), (10312, '27c5', 'PCM2705C stereo audio DAC', '975'), (10313, '27c6', 'PCM2706C stereo audio DAC', '975'), (10314, '27c7', 'PCM2707C stereo audio DAC', '975'), (10315, '2900', 'PCM2900 Audio Codec', '975'), (10316, '2901', 'PCM2901 Audio Codec', '975'), (10317, '2902', 'PCM2902 Audio Codec', '975'), (10318, '2904', 'PCM2904 Audio Codec', '975'), (10319, '2910', 'PCM2912 Audio Codec', '975'), (10320, '2912', 'PCM2912A Audio Codec', '975'), (10321, '29b0', 'PCM2900B Audio CODEC', '975'), (10322, '29b2', 'PCM2902 Audio CODEC', '975'), (10323, '29b3', 'PCM2903B Audio CODEC', '975'), (10324, '29b6', 'PCM2906B Audio CODEC', '975'), (10325, '29c0', 'PCM2900C Audio CODEC', '975'), (10326, '29c2', 'PCM2902C Audio CODEC', '975'), (10327, '29c3', 'PCM2903C Audio CODEC', '975'), (10328, '29c6', 'PCM2906C Audio CODEC', '975'), (10329, '0208', 'CLP-521 Label Printer', '976'), (10330, '1100', 'X1-USB Floppy', '976'), (10331, '0001', '100 SC', '977'), (10332, '0002', '100 A', '977'), (10333, '0003', '100 SC BioKeyboard', '977'), (10334, '0006', '100 A BioKeyboard', '977'), (10335, '0100', '100 MC ISP', '977'), (10336, '0101', '100 MC FingerPrint and SmartCard Reader', '977'), (10337, '0300', '100 AX', '977'), (10338, '0400', '100 SC', '977'), (10339, '0401', '150 MC', '977'), (10340, '0402', '200 MC FingerPrint and SmartCard Reader', '977'), (10341, '0404', '100 SC Upgrade', '977'), (10342, '0405', '150 MC Upgrade', '977'), (10343, '0406', '100 MC Upgrade', '977'), (10344, '0100', 'Skyline 802.11b Wireless Adapter', '978'), (10345, '02f2', 'Farallon Home Phoneline Adapter', '978'), (10346, '0001', 'Tablet', '982'), (10347, '0010', 'Tablet', '982'), (10348, '0020', 'APT-6000U Tablet', '982'), (10349, '0021', 'APT-2 Tablet', '982'), (10350, '0022', 'Tablet', '982'), (10351, '0023', 'Tablet', '982'), (10352, '0024', 'Tablet', '982'), (10353, '0100', 'Pen Drive', '982'), (10354, '0102', 'DualCam', '982'), (10355, '0103', 'Pocket DV Digital Camera', '982'), (10356, '0104', 'Pocket DVII', '982'), (10357, '0105', 'Mega DV(Disk)', '982'), (10358, '0106', 'Pocket DV3100+', '982'), (10359, '0107', 'Pocket DV3100', '982'), (10360, '0109', 'Nisis DV4 Digital Camera', '982'), (10361, '010a', 'Trust 738AV LCD PV Mass Storage', '982'), (10362, '0111', 'PenCam VGA Plus', '982'), (10363, '2008', 'Mini PenCam 2', '982'), (10364, '2010', 'Pocket CAM 3 Mega (webcam)', '982'), (10365, '2011', 'Pocket CAM 3 Mega (storage)', '982'), (10366, '2016', 'PocketCam 2 Mega', '982'), (10367, '2018', 'Pencam SD 2M', '982'), (10368, '2019', 'Pencam SD 2M (mass storage mode)', '982'), (10369, '2020', 'Slim 3000F', '982'), (10370, '2022', 'Slim 3200', '982'), (10371, '2024', 'Pocket DV3500', '982'), (10372, '2028', 'Pocket Cam4M', '982'), (10373, '2040', 'Pocket DV4100M', '982'), (10374, '2042', 'Pocket DV5100M Composite Device', '982'), (10375, '2043', 'Pocket DV5100M (Disk)', '982'), (10376, '2060', 'Pocket DV5300', '982'), (10377, '0001', 'smartNIC Ethernet [catc]', '986'), (10378, '0003', 'smartNIC 2 PnP Ethernet', '986'), (10379, '0009', 'SCR SmartCard Reader', '988'), (10380, '0002', 'USB-to-CAN compact', '989'), (10381, '0003', 'USB-to-CAN II', '989'), (10382, '0100', 'USB-to-CAN', '989'), (10383, '0112', 'Wireless LAN Adapter', '991'), (10384, '0113', 'Wireless LAN Adapter', '991'), (10385, '0986', 'USB-100N Ethernet [pegasus]', '991'), (10386, '0987', 'USBLP-100 HomePNA Ethernet [pegasus]', '991'), (10387, '0988', 'USBEL-100 Ethernet [pegasus]', '991'), (10388, '1986', '10/100 LAN Adapter', '991'), (10389, '2103', 'DVB-T TV-Tuner Card-R', '991'), (10390, '8511', 'USBE-100 Ethernet [pegasus2]', '991'), (10391, '90ff', 'USB2AR Ethernet', '991'), (10392, '7a01', '802.11b Adapter', '992'), (10393, '0001', 'Rosetta Token V1', '993'), (10394, '0002', 'Rosetta Token V2', '993'), (10395, '0003', 'Rosetta Token V3', '993'), (10396, '0a00', 'Lynks Interface', '993'), (10397, '0002', 'USB-RS232 Bridge', '994'), (10398, '0100', 'Interface ADSL', '994'), (10399, '0101', 'Interface ADSL', '994'), (10400, '0102', 'ADSL', '994'), (10401, '0301', 'RNIS ISDN TA [HFC-S]', '994'), (10402, '0184', 'DDJ-WeGO', '995'), (10403, '0185', 'DDJ-WeGO2', '995'), (10404, '0001', 'GemPC-Touch 430', '997'), (10405, '0430', 'GemPC430 SmartCard Reader', '997'), (10406, '0432', 'GemPC432 SmartCard Reader', '997'), (10407, '0435', 'GemPC435 SmartCard Reader', '997'), (10408, '0437', 'GemPC433 SL SmartCard Reader', '997'), (10409, '1359', 'UA SECURE STORAGE TOKEN', '997'), (10410, '2202', 'Gem e-Seal Pro Token', '997'), (10411, '3437', 'GemPC Twin SmartCard Reader', '997'), (10412, '3438', 'GemPC Key SmartCard Reader', '997'), (10413, '3478', 'PinPad Smart Card Reader', '997'), (10414, '34ec', 'Compact Smart Card Reader Writer', '997'), (10415, '4433', 'GemPC433-Swap', '997'), (10416, '5501', 'GemProx-PU Contactless Smart Card Reader', '997'), (10417, '5503', 'Prox-DU Contactless Interface', '997'), (10418, 'ace0', 'UA HYBRID TOKEN', '997'), (10419, '0100', 'XTNDAccess IrDA Dongle', '1000'), (10420, '00c9', 'ADSL Modem HM120dp Loader', '1001'), (10421, '00ca', 'ADSL WAN Modem HM120dp', '1001'), (10422, '00ce', 'HM230d Virtual Bus for Helium', '1001'), (10423, 'abba', 'USB Driver for Bluetooth Wireless Technology', '1001'), (10424, 'abbb', 'Bluetooth Device in DFU State', '1001'), (10425, '0001', 'TravelDrive 2C', '1002'), (10426, '0002', 'TravelDrive 2C', '1002'), (10427, '0005', 'TravelDrive 2C', '1002'), (10428, '0008', 'TravelDrive 2C', '1002'), (10429, '0010', 'DiskOnKey', '1002'), (10430, '0011', 'DiskOnKey', '1002'), (10431, '0012', 'TravelDrive 2C', '1002'), (10432, '0014', 'TravelDrive 2C', '1002'), (10433, '0015', 'Kingston DataTraveler ELITE', '1002'), (10434, '0016', 'Kingston DataTraveler U3', '1002'), (10435, '0020', 'TravelDrive Intuix U3 2GB', '1002'), (10436, '0021', 'TravelDrive', '1002'), (10437, '0022', 'TravelDrive', '1002'), (10438, '0023', 'TravelDrive', '1002'), (10439, '0024', 'TravelDrive', '1002'), (10440, '0025', 'TravelDrive', '1002'), (10441, '0026', 'TravelDrive', '1002'), (10442, '0027', 'TravelDrive', '1002'), (10443, '0028', 'TravelDrive', '1002'), (10444, '0029', 'TravelDrive', '1002'), (10445, '0030', 'TravelDrive', '1002'), (10446, '0822', 'TravelDrive 2C', '1002'), (10447, '0832', 'Hi-Speed Mass Storage Device', '1002'), (10448, '0834', 'M-Disk 220', '1002'), (10449, '0998', 'Kingston Data Traveler2.0 Disk Driver', '1002'), (10450, '0999', 'Kingston Data Traveler2.0 Disk Driver', '1002'), (10451, '1000', 'TravelDrive 2C', '1002'), (10452, '2000', 'TravelDrive 2C', '1002'), (10453, '2038', 'TravelDrive', '1002'), (10454, '2039', 'TravelDrive', '1002'), (10455, '204a', 'TravelDrive', '1002'), (10456, '204b', 'TravelDrive', '1002'), (10457, '0002', 'CECT M800 memory card', '1003'), (10458, '0005', 'CardScan 800c', '1005'), (10459, '007f', 'Super Q2 Tablet', '1007'), (10460, '0001', 'LabPro', '1010'), (10461, '0002', 'EasyTemp/Go!Temp', '1010'), (10462, '0003', 'Go!Link', '1010'), (10463, '0004', 'Go!Motion', '1010'), (10464, '0001', 'Bluetooth Device', '1016'), (10465, '1600', 'AES1600', '1017'), (10466, '1610', 'AES1600', '1017'), (10467, '1660', 'AES1660 Fingerprint Sensor', '1017'), (10468, '1680', 'AES1660 Fingerprint Sensor', '1017'), (10469, '168f', 'AES1660 Fingerprint Sensor', '1017'), (10470, '2500', 'AES2501', '1017'), (10471, '2501', 'AES2501', '1017'), (10472, '2502', 'AES2501', '1017'), (10473, '2503', 'AES2501', '1017'), (10474, '2504', 'AES2501', '1017'), (10475, '2505', 'AES2501', '1017'), (10476, '2506', 'AES2501', '1017'), (10477, '2507', 'AES2501', '1017'), (10478, '2508', 'AES2501', '1017'), (10479, '2509', 'AES2501', '1017'), (10480, '250a', 'AES2501', '1017'), (10481, '250b', 'AES2501', '1017'), (10482, '250c', 'AES2501', '1017'), (10483, '250d', 'AES2501', '1017'), (10484, '250e', 'AES2501', '1017'), (10485, '250f', 'AES2501', '1017'), (10486, '2510', 'AES2510', '1017'), (10487, '2550', 'AES2550 Fingerprint Sensor', '1017'), (10488, '2580', 'AES2501 Fingerprint Sensor', '1017'), (10489, '2588', 'AES2501', '1017'), (10490, '2589', 'AES2501', '1017'), (10491, '258a', 'AES2501', '1017'), (10492, '258b', 'AES2501', '1017'), (10493, '258c', 'AES2501', '1017'), (10494, '258d', 'AES2501', '1017'), (10495, '258e', 'AES2501', '1017'), (10496, '258f', 'AES2501', '1017'), (10497, '2660', 'AES2660 Fingerprint Sensor', '1017'), (10498, '2680', 'AES2660 Fingerprint Sensor', '1017'), (10499, '268f', 'AES2660 Fingerprint Sensor', '1017'), (10500, '2810', 'AES2810', '1017'), (10501, '3400', 'AES3400 TruePrint Sensor', '1017'), (10502, '3401', 'AES3400 Sensor', '1017'), (10503, '3402', 'AES3400 Sensor', '1017'), (10504, '3403', 'AES3400 Sensor', '1017'), (10505, '3404', 'AES3400 TruePrint Sensor', '1017'), (10506, '3405', 'AES3400 TruePrint Sensor', '1017'), (10507, '3406', 'AES3400 TruePrint Sensor', '1017'), (10508, '3407', 'AES3400 TruePrint Sensor', '1017'), (10509, '4902', 'BioMV with TruePrint AES3500', '1017'), (10510, '4903', 'BioMV with TruePrint AES3400', '1017'), (10511, '5500', 'AES4000', '1017'), (10512, '5501', 'AES4000 TruePrint Sensor', '1017'), (10513, '5503', 'AES4000 TruePrint Sensor', '1017'), (10514, '5505', 'AES4000 TruePrint Sensor', '1017'), (10515, '5507', 'AES4000 TruePrint Sensor', '1017'), (10516, '55ff', 'AES4000 TruePrint Sensor.', '1017'), (10517, '5700', 'AES3500 Fingerprint Reader', '1017'), (10518, '5701', 'AES3500 TruePrint Sensor', '1017'), (10519, '5702', 'AES3500 TruePrint Sensor', '1017'), (10520, '5703', 'AES3500 TruePrint Sensor', '1017'), (10521, '5704', 'AES3500-BZ TruePrint Sensor', '1017'), (10522, '5705', 'AES3500-BZ TruePrint Sensor', '1017'), (10523, '5706', 'AES3500-BZ TruePrint Sensor', '1017'), (10524, '5707', 'AES3500-BZ TruePrint Sensor', '1017'), (10525, '5710', 'AES3500 TruePrint Sensor', '1017'), (10526, '5711', 'AES3500 TruePrint Sensor', '1017'), (10527, '5712', 'AES3500 TruePrint Sensor', '1017'), (10528, '5713', 'AES3500 TruePrint Sensor', '1017'), (10529, '5714', 'AES3500-BZ TruePrint Sensor', '1017'), (10530, '5715', 'AES3500-BZ TruePrint Sensor', '1017'), (10531, '5716', 'AES3500-BZ TruePrint Sensor', '1017'), (10532, '5717', 'AES3500-BZ TruePrint Sensor', '1017'), (10533, '5730', 'AES3500 TruePrint Sensor', '1017'), (10534, '5731', 'AES3500 TruePrint Sensor', '1017'), (10535, '5732', 'AES3500 TruePrint Sensor', '1017'), (10536, '5733', 'AES3500 TruePrint Sensor', '1017'), (10537, '5734', 'AES3500-BZ TruePrint Sensor', '1017'), (10538, '5735', 'AES3500-BZ TruePrint Sensor', '1017'), (10539, '5736', 'AES3500-BZ TruePrint Sensor', '1017'), (10540, '5737', 'AES3500-BZ TruePrint Sensor', '1017'), (10541, 'afe3', 'FingerLoc Sensor Module (Anchor)', '1017'), (10542, 'afe4', 'FingerLoc Sensor Module (Anchor)', '1017'), (10543, 'afe5', 'FingerLoc Sensor Module (Anchor)', '1017'), (10544, 'afe6', 'FingerLoc Sensor Module (Anchor)', '1017'), (10545, 'fffd', 'AES2510 Sensor (USB Emulator)', '1017'), (10546, 'ffff', 'Sensor (Emulator)', '1017'), (10547, '0001', 'Hard Drive Adapter (TPP)', '1019'), (10548, '0002', 'SigmaDrive Adapter (TPP)', '1019'), (10549, '01f4', 'SIMATIC NET CP 5711', '1021'), (10550, '01fe', 'SIMATIC NET PC Adapter A2', '1021'), (10551, '04b1', 'MediSET', '1021'), (10552, '04b2', 'NC interface', '1021'), (10553, '04b3', 'keyboard front panel Cockpit', '1021'), (10554, '04b4', 'SCR_CCID', '1021'), (10555, '2701', 'ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA', '1021'), (10556, '1001', 'T33520 Flash Card Controller', '1023'), (10557, '1100', 'Comotron C3310 MP3 player', '1023'), (10558, '1200', 'MP3 player', '1023'), (10559, '1540', 'Digitex Container Flash Disk', '1023'), (10560, '0371', 'Silicon Motion SM371 Camera', '1025'), (10561, '0373', 'Silicon Motion Camera', '1025'), (10562, '037a', 'Silicon Motion Camera', '1025'), (10563, '037b', 'Silicon Motion Camera', '1025'), (10564, '037c', '300k Pixel Camera', '1025'), (10565, '1000', 'Flash Drive', '1025'), (10566, '1132', '5-in-1 Card Reader', '1025'), (10567, '337b', 'Silicon Motion Camera', '1025'), (10568, '3710', 'Silicon Motion Camera', '1025'), (10569, '3720', 'Silicon Motion Camera', '1025'), (10570, '37bc', 'HP Webcam-101 Integrated Camera', '1025'), (10571, '37c0', 'Silicon Motion Camera', '1025'), (10572, '6000', 'SD/SDHC Card Reader (SG365 / FlexiDrive XC+)', '1025'), (10573, '6200', 'microSD card reader', '1025'), (10574, '71b3', 'SM731 Camera', '1025'), (10575, '837b', 'Silicon Motion Camera', '1025'), (10576, '937b', 'Silicon Motion Camera', '1025'), (10577, 'b370', 'Silicon Motion SM370 Camera', '1025'), (10578, 'b371', 'Silicon Motion SM371 Camera', '1025'), (10579, 'f37d', 'Endoscope camera', '1025'), (10580, '0c1c', 'SpeechMike III', '1030'), (10581, '149a', 'SpeechMike II Pro Plus LFH5276', '1030'), (10582, '2512', 'SpeechMike Pro', '1030'), (10583, '0001', 'DSL Modem', '1032'), (10584, '0002', 'ADSL ATM Modem', '1032'), (10585, '0005', 'LAN Modem', '1032'), (10586, '2000', '802.11 Adapter', '1032'), (10587, '2002', '802.11 Adapter', '1032'), (10588, '8000', 'ADSL LAN Modem', '1032'), (10589, '8005', 'DSL-302G Modem', '1032'), (10590, '8101', 'ADSL WAN Modem', '1032'), (10591, '8102', 'DSL-200 ADSL Modem', '1032'), (10592, '8103', 'DSL-200 ADSL Modem', '1032'), (10593, '8104', 'DSL-200 Modem', '1032'), (10594, '8400', 'DSL Modem', '1032'), (10595, '8401', 'DSL Modem', '1032'), (10596, '8402', 'DSL Modem', '1032'), (10597, '8500', 'DSL Modem', '1032'), (10598, '8501', 'DSL Modem', '1032'), (10599, '0001', 'eFilm Reader-11 SM/CF', '1033'), (10600, '0002', 'eFilm Reader-11 SM', '1033'), (10601, '0003', 'eFilm Reader-11 CF', '1033'), (10602, '0200', 'FireFly', '1033'), (10603, '0201', 'FireLite', '1033'), (10604, '0202', 'STORAGE ADAPTER (FirePower)', '1033'), (10605, '0204', 'FlashTrax Storage', '1033'), (10606, '0205', 'STORAGE ADAPTER (CrossFire)', '1033'), (10607, '0206', 'FireFly 20G HDD', '1033'), (10608, '0207', 'FireLite', '1033'), (10609, '020f', 'STORAGE ADAPTER (FireLite)', '1033'), (10610, 'da01', 'eFilm Reader-11 Test', '1033'), (10611, 'ffff', 'eFilm Reader-11 (Class/PDR)', '1033'), (10612, '0100', 'Fast Flicks Digital Camera', '1034'), (10613, '0003', 'GPS (various models)', '1035'), (10614, '0004', 'iQue 3600', '1035'), (10615, '0200', 'Data Card Programmer (install)', '1035'), (10616, '086e', 'Forerunner 735XT', '1035'), (10617, '097f', 'Forerunner 235', '1035'), (10618, '1200', 'Data Card Programmer', '1035'), (10619, '21a5', 'etrex Cx (msc)', '1035'), (10620, '2236', 'nuvi 360', '1035'), (10621, '2271', 'Edge 605/705', '1035'), (10622, '2295', 'Colorado 300', '1035'), (10623, '22b6', 'eTrex Vista HCx (Mass Storage mode)', '1035'), (10624, '231b', 'Oregon 400t', '1035'), (10625, '2353', 'Nüvi 205T', '1035'), (10626, '2380', 'Oregon series', '1035'), (10627, '23cc', 'nüvi 1350', '1035'), (10628, '2459', 'GPSmap 62/78 series', '1035'), (10629, '2491', 'Edge 800', '1035'), (10630, '2518', 'eTrex 10', '1035'), (10631, '2519', 'eTrex 30', '1035'), (10632, '2535', 'Edge 800', '1035'), (10633, '253c', 'GPSmap 62sc', '1035'), (10634, '255b', 'Nuvi 2505LM', '1035'), (10635, '2613', 'Edge 200 TWN', '1035'), (10636, '26a1', 'Nuvi 55', '1035'), (10637, '2802', 'fenix 3', '1035'), (10638, '28db', 'Drive 5', '1035'), (10639, '47fb', 'nuviCam', '1035'), (10640, '4cdb', 'Fenix 6', '1035'), (10641, '7500', 'Network Interface', '1036'), (10642, '1001', 'GoCOM232 Serial', '1037'), (10643, '0007', 'LabelWriter 330', '1038'), (10644, '0009', 'LabelWriter 310', '1038'), (10645, '0013', 'LabelManager 400', '1038'), (10646, '0019', 'LabelWriter 400', '1038'), (10647, '001a', 'LabelWriter 400 Turbo', '1038'), (10648, '0020', 'LabelWriter 450', '1038'), (10649, '0400', 'LabelWriter SE450', '1038'), (10650, '1001', 'LabelManager PnP', '1038'), (10651, '8003', 'M10 Digital Postal Scale', '1038'), (10652, '8004', 'M25 Digital Postal Scale', '1038'), (10653, '8009', 'S250 Digital Postal Scale', '1038'), (10654, '010f', 'SIIG MobileCam', '1039'), (10655, '23dd', 'DocuPrint M760 (X760_USB)', '1040'), (10656, '3ce8', 'Phaser 3428 Printer', '1040'), (10657, '3cea', 'Phaser 3125', '1040'), (10658, '3cec', 'Phaser 3250', '1040'), (10659, '3d5b', 'Phaser 6115MFP TWAIN Scanner', '1040'), (10660, '3d6d', 'WorkCentre 6015N/NI', '1040'), (10661, '420f', 'WorkCentre PE220 Series', '1040'), (10662, '421f', 'M20 Scanner', '1040'), (10663, '423b', 'Printing Support', '1040'), (10664, '4274', 'Xerox Phaser 3635MFPX', '1040'), (10665, 'ffef', 'WorkCenter M15', '1040'), (10666, 'fffb', 'DocuPrint M750 (X750_USB)', '1040'), (10667, '0005', 'Gamtec.,Ltd SmartJoy PLUS Adapter', '1041'), (10668, '03e8', 'Wii Classic Controller Adapter', '1041'), (10669, '1031', 'WiseGroup Ltd, Gameport Controller', '1041'), (10670, '1700', 'PS/SS/N64 Joypad', '1041'), (10671, '3881', 'Saleae Logic', '1041'), (10672, '8101', 'Phidgets, Inc., 1-Motor PhidgetServo v2.0', '1041'), (10673, '8104', 'Phidgets, Inc., 4-Motor PhidgetServo v2.0', '1041'), (10674, '8800', 'WiseGroup Ltd, MP-8800 Quad Joypad', '1041'), (10675, '8866', 'WiseGroup Ltd, MP-8866 Dual Joypad', '1041'), (10676, '8000', 'Firmware uploader', '1043'), (10677, 'ffff', 'Blank Oxford Device', '1043'), (10678, '4210', '20S - Bluetooth Motorcycle headset & universal intercom', '1046'), (10679, '0004', 'JTAG-4', '1047'), (10680, '0005', 'JTAG-5', '1047'), (10681, '0009', 'Gigabeat F/X (HDD audio player)', '1048'), (10682, '000c', 'Gigabeat F (mtp)', '1048'), (10683, '0010', 'Gigabeat S (mtp)', '1048'), (10684, '01bf', '2.5"External Hard Disk', '1048'), (10685, '0200', 'Integrated Bluetooth (Taiyo Yuden)', '1048'), (10686, '021c', 'Atheros AR3012 Bluetooth', '1048'), (10687, '0301', 'PCX1100U Cable Modem (WDM)', '1048'), (10688, '0302', 'PCX2000 Cable Modem (WDM)', '1048'), (10689, '0305', 'Cable Modem PCX3000', '1048'), (10690, '0307', 'Cable Modem PCX2500', '1048'), (10691, '0308', 'PCX2200 Cable Modem (WDM)', '1048'), (10692, '0309', 'PCX5000 Cable Modem (WDM)', '1048'), (10693, '030b', 'Cable Modem PCX2600', '1048'), (10694, '0501', 'Bluetooth Controller', '1048'), (10695, '0502', 'Integrated Bluetooth', '1048'), (10696, '0503', 'Bluetooth Controller', '1048'), (10697, '0505', 'Integrated Bluetooth', '1048'), (10698, '0506', 'Integrated Bluetooth', '1048'), (10699, '0507', 'Bluetooth Adapter', '1048'), (10700, '0508', 'Integrated Bluetooth HCI', '1048'), (10701, '0509', 'BT EDR Dongle', '1048'), (10702, '0706', 'PocketPC e740', '1048'), (10703, '0707', 'Pocket PC e330 Series', '1048'), (10704, '0708', 'Pocket PC e350 Series', '1048'), (10705, '0709', 'Pocket PC e750 Series', '1048'), (10706, '070a', 'Pocket PC e400 Series', '1048'), (10707, '070b', 'Pocket PC e800 Series', '1048'), (10708, '0a07', 'WLM-10U1 802.11abgn Wireless Adapter [Ralink RT3572]', '1048'), (10709, '0a08', 'WLM-20U2/GN-1080 802.11abgn Wireless Adapter [Atheros AR7010+AR9280]', '1048'), (10710, '0a0b', 'WLU5053 802.11abgn Wireless Module [Broadcom BCM43236B]', '1048'), (10711, '0a13', 'AX88179 Gigabit Ethernet [Toshiba]', '1048'), (10712, '0b05', 'PX1220E-1G25 External hard drive', '1048'), (10713, '0b09', 'PX1396E-3T01 External hard drive', '1048'), (10714, '0b1a', 'STOR.E ALU 2S', '1048'), (10715, '1300', 'Wireless Broadband (CDMA EV-DO) SM-Bus Minicard Status Port', '1048'), (10716, '1301', 'Wireless Broadband (CDMA EV-DO) Minicard Status Port', '1048'), (10717, '1302', 'Wireless Broadband (3G HSDPA) SM-Bus Minicard Status Port', '1048'), (10718, '1303', 'Wireless Broadband (3G HSDPA) Minicard Status Port', '1048'), (10719, '1308', 'Broadband (3G HSDPA) SM-Bus Minicard Diagnostics Port', '1048'), (10720, '130b', 'F3507g Mobile Broadband Module', '1048'), (10721, '130c', 'F3607gw Mobile Broadband Module', '1048'), (10722, '1311', 'F3607gw v2 Mobile Broadband Module', '1048'), (10723, '1400', 'Memory Stick 2GB', '1048'), (10724, '140b', 'Memory Stick 64GB', '1048'), (10725, '642f', 'TravelDrive', '1048'), (10726, '6506', 'TravelDrive 2C', '1048'), (10727, '6507', 'TravelDrive 2C', '1048'), (10728, '6508', 'TravelDrive 2C', '1048'), (10729, '6509', 'TravelDrive 2C', '1048'), (10730, '6510', 'TravelDrive 2C', '1048'), (10731, '6517', 'TravelDrive 2C', '1048'), (10732, '6518', 'TravelDrive 2C', '1048'), (10733, '6519', 'Kingston DataTraveler 2.0 USB Stick', '1048'), (10734, '651a', 'TravelDrive 2C', '1048'), (10735, '651b', 'TravelDrive 2C', '1048'), (10736, '651c', 'TravelDrive 2C', '1048'), (10737, '651d', 'TravelDrive 2C', '1048'), (10738, '651e', 'TravelDrive 2C', '1048'), (10739, '651f', 'TravelDrive 2C', '1048'), (10740, '6520', 'TravelDrive 2C', '1048'), (10741, '6521', 'TravelDrive 2C', '1048'), (10742, '6522', 'TravelDrive 2C', '1048'), (10743, '6523', 'TravelDrive', '1048'), (10744, '6524', 'TravelDrive', '1048'), (10745, '6525', 'TravelDrive', '1048'), (10746, '6526', 'TravelDrive', '1048'), (10747, '6527', 'TravelDrive', '1048'), (10748, '6528', 'TravelDrive', '1048'), (10749, '6529', 'TravelDrive', '1048'), (10750, '652a', 'TravelDrive', '1048'), (10751, '652b', 'TravelDrive', '1048'), (10752, '652c', 'TravelDrive', '1048'), (10753, '652d', 'TravelDrive', '1048'), (10754, '652f', 'TravelDrive', '1048'), (10755, '6530', 'TravelDrive', '1048'), (10756, '6531', 'TravelDrive', '1048'), (10757, '6532', '256M Stick', '1048'), (10758, '6533', '512M Stick', '1048'), (10759, '6534', 'TravelDrive', '1048'), (10760, '653c', 'Kingston DataTraveler 2.0 Stick (512M)', '1048'), (10761, '653d', 'Kingston DataTraveler 2.0 Stick (1GB)', '1048'), (10762, '653e', 'Flash Memory', '1048'), (10763, '6540', 'TransMemory Flash Memory', '1048'), (10764, '6544', 'TransMemory-Mini / Kingston DataTraveler 2.0 Stick', '1048'), (10765, '6545', 'Kingston DataTraveler 102/2.0 / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick', '1048'), (10766, 'a002', 'SunplusIT SATA bridge', '1048'), (10767, '0300', 'VideoAdvantage', '1050'), (10768, '0302', 'Syntek DC-112X', '1050'), (10769, '0320', 'VideoAdvantage', '1050'), (10770, '0482', 'USB2.0 TVBOX', '1050'), (10771, '1100', 'DC-1100 Video Enhamcement Device', '1050'), (10772, '1112', 'Veo Web Camera', '1050'), (10773, 'a311', 'Video Enhancement Device', '1050'), (10774, '000a', 'Moebius', '1053'), (10775, '000b', 'iMoebius', '1053'), (10776, '000c', 'Rhythmedics 6 BioData Integrator', '1053'), (10777, '000d', 'Hypurius', '1053'), (10778, '000e', 'Millennius', '1053'), (10779, '000f', 'Purius', '1053'), (10780, '0030', 'Composite Device, Mass Storage Device (Flash Drive) amd HID', '1053'), (10781, '003c', 'Rhythmedics HID Bootloader', '1053'), (10782, '0b15', 'Toshiba Stor.E Alu 2', '1054'), (10783, '0b16', 'Toshiba StorE HDD', '1054'), (10784, '0007', 'CMOS 100K-R Rev. 1.90', '1055'), (10785, '010e', 'Digital camera, CD302N/Elta Medi@ digi-cam/HE-501A', '1055'), (10786, '010f', 'Argus DC-1610/DC-1620/Emprex PCD3600/Philips P44417B keychain camera/Precision Mini,Model HA513A/Vivitar Vivicam 55', '1055'), (10787, '020f', 'Bullet Line Photo Viewer', '1055'), (10788, '050f', 'Mars-Semi Pc-Camera', '1055'), (10789, '2460', 'Q-TEC WEBCAM 100', '1055'), (10790, '2468', 'SoC PC-Camera', '1055'), (10791, '2470', 'SoC PC-Camera', '1055'), (10792, '2471', 'SoC PC-Camera', '1055'), (10793, '2500', 'USB Optical Mouse', '1055'), (10794, '2510', 'Optical Mouse', '1055'), (10795, '2521', 'Optical Mouse', '1055'), (10796, '2600', 'Typhoon Easycam USB 330K (newer)/Typhoon Easycam USB 2.0 VGA 1.3M/Sansun SN-508', '1055'), (10797, '2601', 'SPC 610NC Laptop Camera', '1055'), (10798, '2603', 'PAC7312 Camera', '1055'), (10799, '2608', 'PAC7311 Trust WB-3300p', '1055'), (10800, '260e', 'PAC7311 Gigaware VGA PC Camera:Trust WB-3350p:SIGMA cam 2350', '1055'), (10801, '260f', 'PAC7311 SnakeCam', '1055'), (10802, '2621', 'PAC731x Trust Webcam', '1055'), (10803, '2622', 'Webcam Genius', '1055'), (10804, '2624', 'Webcam', '1055'), (10805, '2628', 'Webcam Genius iLook 300', '1055'), (10806, '2700', 'GE 1.3 MP MiniCam Pro', '1055'), (10807, '0010', 'Storage Adapter', '1056'), (10808, '0011', 'PlexWriter 40/12/40U', '1056'), (10809, '0012', 'PlexWriter 48/24/48U', '1056'), (10810, '0041', 'PX-708A DVD RW', '1056'), (10811, '0042', 'PX-712UF DVD RW', '1056'), (10812, 'a002', 'ConvertX M402U XLOADER', '1056'), (10813, 'a003', 'ConvertX AV100U A/V Capture Audio', '1056'), (10814, 'a004', 'ConvertX TV402U XLOADER', '1056'), (10815, 'a005', 'ConvertX TV100U A/V Capture', '1056'), (10816, 'a102', 'ConvertX M402U A/V Capture', '1056'), (10817, 'a104', 'ConvertX PX-TV402U/NA', '1056'), (10818, '0601', 'ValueCAN', '1057'), (10819, '0701', 'NeoVI Blue vehicle bus interface', '1057'), (10820, '0001', 'PXR4 4-Track Digital Recorder', '1065'), (10821, '0020', 'KAOSS Pad KP3 Dynamic Effect/Sampler', '1065'), (10822, '0023', 'KAOSSILATOR PRO Dynamic Phrase Synthesizer', '1065'), (10823, '010d', 'nanoKEY MIDI keyboard', '1065'), (10824, '010e', 'nanoPAD pad controller', '1065'), (10825, '010f', 'nanoKONTROL studio controller', '1065'), (10826, '0117', 'nanoKONTROL2 MIDI Controller', '1065'), (10827, '0f03', 'K-Series K61P MIDI studio controller', '1065'), (10828, '0301', 'USB Pro (24/48)', '1067'), (10829, '0302', 'USB Pro (24/96 playback)', '1067'), (10830, '0303', 'USB Pro (24/96 record)', '1067'), (10831, '0304', 'USB Pro (16/48)', '1067'), (10832, '1105', 'USB One', '1067'), (10833, '0001', 'neonode N2', '1068'), (10834, '0101', 'U640MO-03', '1070'), (10835, '05fc', 'METALWEAR-HDD', '1070'), (10836, '0008', 'Ethernet', '1071'), (10837, '000a', 'KNU101TX 100baseTX Ethernet', '1071'), (10838, '1539', 'Iron Key D300 (Virtual CD-ROM and USB Stick)', '1071'), (10839, '1600', 'DataTraveler II Pen Drive', '1071'), (10840, '1601', 'DataTraveler II+ Pen Drive', '1071'), (10841, '1602', 'DataTraveler Mini', '1071'), (10842, '1603', 'DataTraveler 1GB/2GB Pen Drive', '1071'), (10843, '1606', 'Eee PC 701 SD Card Reader [ENE UB6225]', '1071'), (10844, '1607', 'DataTraveler 100', '1071'), (10845, '160b', 'DataTraveler 2.0 (2GB)', '1071'), (10846, '160d', 'DataTraveler Vault Privacy', '1071'), (10847, '160e', 'DT110P/1GB Capless', '1071'), (10848, '1613', 'DataTraveler DT101C Flash Drive', '1071'), (10849, '1616', 'DataTraveler Locker 4GB', '1071'), (10850, '161a', 'Dell HyperVisor internal flash drive', '1071'), (10851, '1621', 'DataTraveler 150 (32GB)', '1071'), (10852, '1624', 'DataTraveler G2', '1071'), (10853, '1625', 'DataTraveler 101 II', '1071'), (10854, '162a', 'DataTraveler 112 4GB Pen Drive', '1071'), (10855, '162b', 'DataTraveler HyperX 3.0', '1071'), (10856, '162d', 'DataTraveler 102', '1071'), (10857, '1630', 'DataTraveler 200 (32GB)', '1071'), (10858, '1642', 'DT101 G2', '1071'), (10859, '1643', 'DataTraveler G3', '1071'), (10860, '1653', 'Data Traveler 100 G2 8 GiB', '1071'), (10861, '1656', 'DataTraveler Ultimate G2', '1071'), (10862, '1660', 'Data Traveller 108', '1071'), (10863, '1665', 'Digital DataTraveler SE9', '1071'), (10864, '1666', 'DataTraveler 100 G3/G4/SE9 G2/50', '1071'), (10865, '1689', 'DataTraveler SE9', '1071'), (10866, '168a', 'DataTraveler Micro', '1071'), (10867, '168c', 'DT Elite 3.0', '1071'), (10868, '16a4', 'HyperX 7.1 Audio', '1071'), (10869, '16b3', 'HyperX Savage', '1071'), (10870, '16d2', 'HX-KB4BL1-US [HYPERX Alloy FPS Pro]', '1071'), (10871, '16d4', 'HyperX SavageEXO [0382]', '1071'), (10872, '16d5', 'DataTraveler Elite G2', '1071'), (10873, '16df', 'HyperX QuadCast', '1071'), (10874, '16e4', 'HyperX Pulsefire Raid', '1071'), (10875, '7005', 'Bootloader', '1073'), (10876, '7018', 'T186 [Tegra Parker]', '1073'), (10877, '701a', 'U-Boot running on Tegra', '1073'), (10878, '7020', 'L4T (Linux for Tegra) running on Tegra', '1073'), (10879, '7030', 'T30 [Tegra 3] recovery mode', '1073'), (10880, '7100', 'Tegra Device', '1073'), (10881, '7140', 'T124 [Tegra K1/Logan 32-bit]', '1073'), (10882, '7210', 'SHIELD Controller', '1073'), (10883, '7321', 'Switch [Tegra Erista] recovery mode', '1073'), (10884, '7721', 'T210 [TX1 Tegra Erista] recovery mode', '1073'), (10885, '7820', 'T20 [Tegra 2] recovery mode', '1073'), (10886, '7c18', 'T186 [TX2 Tegra Parker] recovery mode', '1073'), (10887, 'b400', 'SHIELD (debug)', '1073'), (10888, 'b401', 'SHIELD', '1073'), (10889, 'cf05', 'SHIELD Tablet (debug)', '1073'), (10890, 'cf06', 'SHIELD Tablet', '1073'), (10891, 'cf07', 'SHIELD Tablet', '1073'), (10892, 'cf08', 'SHIELD Tablet', '1073'), (10893, 'cf09', 'SHIELD Tablet', '1073'), (10894, '0200', 'E-Video DC-350 Camera', '1075'), (10895, '0202', 'E-Video DC-350 Camera', '1075'), (10896, '0407', '33220A Waveform Generator', '1075'), (10897, '0518', '82357B GPIB Interface', '1075'), (10898, '0a07', '34411A Multimeter', '1075'), (10899, '1507', '33210A Waveform Generator', '1075'), (10900, '1745', 'Test and Measurement Device (IVI)', '1075'), (10901, '1f01', 'N5181A MXG Analog Signal Generator', '1075'), (10902, '2918', 'U2702A oscilloscope', '1075'), (10903, 'fb18', 'LC Device', '1075'), (10904, '2bd0', 'Intelligent ISDN (Ver. 3.60.04) [HFC-S]', '1077'), (10905, '3003', 'Express Ethernet', '1078'), (10906, '0001', 'Polycom ViaVideo', '1081'), (10907, '0204', 'WarpLink 802.11b Adapter', '1083'), (10908, '0005', 'ePass2000', '1085'), (10909, '0006', 'HID Dongle (for OEMs - manufacturer string is "OEM")', '1085'), (10910, '0120', 'Microcosm Ltd Dinkey', '1085'), (10911, '0305', 'ePass2000Auto', '1085'), (10912, '0309', 'ePass3000GM', '1085'), (10913, '0401', 'ePass3000', '1085'), (10914, '0405', 'Zzkey Dongle', '1085'), (10915, '0608', 'SC Reader KP382', '1085'), (10916, '0702', 'ePass3003', '1085'), (10917, '0703', 'ePass3003Auto', '1085'), (10918, '0802', 'ePass2000 (G&D STARCOS SPK 2.4)', '1085'), (10919, '0807', 'ePass2003', '1085'), (10920, '2000', 'i1 Pro', '1086'), (10921, '2001', 'i1 Monitor', '1086'), (10922, '2003', 'Eye-One display', '1086'), (10923, '2005', 'Huey', '1086'), (10924, '2007', 'ColorMunki Photo', '1086'), (10925, '0001', 'e-gate Smart Card', '1087'), (10926, '0222', 'Keychain Display', '1093'), (10927, '0224', 'JL2005A Toy Camera', '1093'), (10928, '0226', 'JL2005A Toy Camera', '1093'), (10929, '0227', 'JL2005B/C/D Toy Camera', '1093'), (10930, '0001', 'Digital Wallet', '1094'), (10931, '0035', 'MP35 v1.0', '1098'), (10932, '0040', 'SATA Wire (2.5")', '1101'), (10933, '0200', 'Hard Drive Storage (TPP)', '1101'), (10934, '1407', 'Secure Key 3.0', '1101'), (10935, '0045', 'Mach4/200 Label Printer', '1102'), (10936, '00a3', 'A3/200 or A3/300 Label Printer', '1102'), (10937, '0001', 'REB1100 eBook Reader', '1108'), (10938, '0002', 'eBook', '1108'), (10939, '0638', 'Sanwa Supply Inc. Small Keyboard', '1110'), (10940, '2620', 'Graphics tablet [Polostar PT1001, Zeniq PT1001, Leogics PT1001]', '1110'), (10941, '610c', 'EL-610 Super Mini Electron luminescent Keyboard', '1110'), (10942, '6330', 'SANWA Supply Inc. Slim Keyboard', '1110'), (10943, '713a', 'WK-713 Multimedia Keyboard', '1110'), (10944, '7160', 'Hyper Slim Keyboard', '1110'), (10945, '8001', 'Mass Storage Device', '1115'), (10946, '1000', 'Prism GT 802.11b/g Adapter', '1119'), (10947, '3642', 'Prism 2.x 802.11b Adapter', '1119'), (10948, '0002', 'Any Device (see discussion)', '1121'), (10949, '2400', 'HDP5000', '1122'), (10950, '0001', 'eBookman Palm Computer', '1123'), (10951, '0002', 'MPaxx MP150 MP3 Player', '1127'), (10952, '0001', 'MySmartPad', '1128'), (10953, '00c0', 'COMpact 2104 ISDN PBX', '1129'), (10954, '00db', 'COMpact 4410/2206 ISDN', '1129'), (10955, '00dc', 'COMpact 4406 DSL (PBX)', '1129'), (10956, '00dd', 'COMpact 2204 (PBX)', '1129'), (10957, '00de', 'COMpact 2104 (Rev.2 PBX)', '1129'), (10958, '00e0', 'COMmander Business (PBX)', '1129'), (10959, '00e2', 'COMmander Basic.2 (PBX)', '1129'), (10960, '00f1', 'COMfort 2000 (System telephone)', '1129'), (10961, '00f2', 'COMfort 1200 (System telephone)', '1129'), (10962, '00f5', 'COMfortel 2500 (System telephone)', '1129'), (10963, '8000', 'COMpact 2104 DSL (DSL modem)', '1129'), (10964, '8001', 'COMpact 4406 DSL (DSL modem)', '1129'), (10965, '8002', 'Analog/ISDN Converter (Line converter)', '1129'), (10966, '8005', 'WG-640 (Automatic event dialer)', '1129'), (10967, '0136', 'Axon CNS, MultiClamp 700B', '1130'), (10968, '0202', '8PSK DVB-S tuner', '1130'), (10969, '0203', 'Skywalker-1 DVB-S tuner', '1130'), (10970, '0204', 'Skywalker-CW3K DVB-S tuner', '1130'), (10971, '0205', 'Skywalker-CW3K DVB-S tuner', '1130'), (10972, '0206', 'Skywalker-2 DVB-S tuner', '1130'), (10973, '1337', 'TOUCHSTONE DEVICE', '1131'), (10974, '0007', 'Reader V2', '1133'), (10975, '0008', 'ZFG-9800-AC SmartCard Reader', '1133'), (10976, '0014', 'ActivIdentity ActivKey SIM USB Token', '1133'), (10977, '0028', 'Crescendo Key', '1133'), (10978, '0029', 'Crescendo Key', '1133'), (10979, '002a', 'Crescendo Key', '1133'), (10980, '002b', 'Crescendo Key', '1133'), (10981, '002c', 'Crescendo Key', '1133'), (10982, '002e', 'Crescendo Key', '1133'), (10983, '0011', 'ACT-IR2000U IrDA Dongle', '1134'), (10984, '5544', 'PIO', '1136'), (10985, '1001', 'Network Adapter', '1137'), (10986, '1002', 'Ex-Series RNDIS interface', '1137'), (10987, '1004', 'Ex-Series UVC interface', '1137'), (10988, '1005', 'Ex-Series RNDIS and UVC interface', '1137'), (10989, '1006', 'Ex-Series RNDIS and MSD interface', '1137'), (10990, '1007', 'Ex-Series UVC and MSD interface', '1137'), (10991, '1008', 'Serial Port', '1137'), (10992, '1996', 'FLIR ONE Camera', '1137'), (10993, '4007', 'Breach', '1137'), (10994, '0404', 'BAFO USB-ATA/ATAPI Bridge Controller', '1138'), (10995, '2001', 'Psion WaveFinder DAB radio receiver', '1139'), (10996, '0001', 'ISDN TA / Light Rider 128K', '1144'), (10997, '000b', 'Bluetooth Adapter class 2', '1144'), (10998, '0100', 'GPS/GNSS/SPAN sensor', '1145'), (10999, '0320', 'TWN3 Multi125', '1146'), (11000, '0406', 'TWN4 MIFARE NFC', '1146'), (11001, '0006', 'Optical Mouse WOP-35 / Trust 450L Optical Mouse', '1148'), (11002, '000a', 'Optical Mouse Opto 510D / OP-620D', '1148'), (11003, '000e', 'X-F710F Optical Mouse 3xFire Gaming Mouse', '1148'), (11004, '0018', 'Trust Human Interface Device', '1148'), (11005, '001a', 'Wireless Mouse & RXM-15 Receiver', '1148'), (11006, '002a', 'Wireless Optical Mouse NB-30', '1148'), (11007, '022b', 'Wireless Mouse (Battery Free)', '1148'), (11008, '024f', 'RF Receiver and G6-20D Wireless Optical Mouse', '1148'), (11009, '0260', 'KV-300H Isolation Keyboard', '1148'), (11010, '032b', 'Wireless Mouse (Battery Free)', '1148'), (11011, '09da', 'Bloody V8 Mouse', '1148'), (11012, '1068', 'Bloody A90 Mouse', '1148'), (11013, '112c', 'Bloody V5 Mouse', '1148'), (11014, '3a60', 'Bloody V8M Core 2 Mouse', '1148'), (11015, '8090', 'X-718BK Oscar Optical Gaming Mouse', '1148'), (11016, '9033', 'X-718BK Optical Mouse', '1148'), (11017, '9066', 'F3 V-Track Gaming Mouse', '1148'), (11018, '9090', 'XL-730K / XL-750BK / XL-755BK Mice', '1148'), (11019, 'f613', 'Bloody V7M Mouse', '1148'), (11020, '0075', 'MiniLab 1008', '1149'), (11021, '0076', 'PMD-1024', '1149'), (11022, '007a', 'PMD-1208LS', '1149'), (11023, '0081', 'USB-1616FS', '1149'), (11024, '0082', 'USB-1208FS', '1149'), (11025, '0088', 'USB-1616FS internal hub', '1149'), (11026, '5121', 'MicroLink dLAN', '1153'), (11027, '0045', 'MPK Mini Mk II MIDI Controller', '1157'), (11028, '0062', 'MPD16 MIDI Pad Controller Unit', '1157'), (11029, '006d', 'EWI electronic wind instrument', '1157'), (11030, '0071', 'MPK25 MIDI Keyboard', '1157'), (11031, '0076', 'LPK25 MIDI Keyboard', '1157'), (11032, '4331', 'iRhythm Tuner Remote', '1159'), (11033, '0101', 'MD-Port DG2 MiniDisc Interface', '1160'), (11034, '0018', 'GF-46 Multi-Mode Display Module', '1161'), (11035, '0028', 'RP-48 Combination Pushbutton-Rotary Module', '1161'), (11036, '0048', 'LGTII - Landing Gear and Trim Control Module', '1161'), (11037, '0064', 'MCPPro - Airliner Mode Control Panel (Autopilot)', '1161'), (11038, '0300', 'EFIS - Electronic Flight Information System', '1161'), (11039, '0168', 'Network Adapter', '1162'), (11040, '0188', 'LAN Adapter', '1162'), (11041, '0850', 'Adapter', '1162'), (11042, '6001', 'Blaster', '1168'), (11043, '0001', 'Hub', '1172'), (11044, '7211', 'hub', '1172'), (11045, '0064', 'ADU100 Data Acquisition Interface', '1173'), (11046, '0078', 'ADU120 Data Acquisition Interface', '1173'), (11047, '0082', 'ADU130 Data Acquisition Interface', '1173'), (11048, '00c8', 'ADU200 Relay I/O Interface', '1173'), (11049, '00d0', 'ADU208 Relay I/O Interface', '1173'), (11050, '00da', 'ADU218 Solid-State Relay I/O Interface', '1173'), (11051, '2514', 'CTS-1000 Internal Hub', '1175'), (11052, '0001', 'Bluetooth Dongle (HCI mode)', '1177'), (11053, '0002', 'Frontline Test Equipment Bluetooth Device', '1177'), (11054, '0003', 'Nanosira', '1177'), (11055, '0004', 'Nanosira WHQL Reference Radio', '1177'), (11056, '0005', 'Nanosira-Multimedia', '1177'), (11057, '0006', 'Nanosira-Multimedia WHQL Reference Radio', '1177'), (11058, '0007', 'Nanosira3-ROM', '1177'), (11059, '0008', 'Nanosira3-ROM', '1177'), (11060, '0009', 'Nanosira4-EDR WHQL Reference Radio', '1177'), (11061, '000a', 'Nanosira4-EDR-ROM', '1177'), (11062, '000b', 'Nanosira5-ROM', '1177'), (11063, '0042', 'SPI Converter', '1177'), (11064, '0043', 'Bluetooth Device', '1177'), (11065, '0100', 'Casira with BlueCore2-External Module', '1177'), (11066, '0101', 'Casira with BlueCore2-Flash Module', '1177'), (11067, '0102', 'Casira with BlueCore3-Multimedia Module', '1177'), (11068, '0103', 'Casira with BlueCore3-Flash Module', '1177'), (11069, '0104', 'Casira with BlueCore4-External Module', '1177'), (11070, '0105', 'Casira with BlueCore4-Multimedia Module', '1177'), (11071, '1000', 'Bluetooth Dongle (HID proxy mode)', '1177'), (11072, '1010', 'Bluetooth Device', '1177'), (11073, '1011', 'Bluetooth Device', '1177'), (11074, '1012', 'Bluetooth Device', '1177'), (11075, 'ffff', 'USB Bluetooth Device in DFU State', '1177'), (11076, '1111', 'ThumbDrive', '1181'), (11077, '8888', 'IBM USB Memory Key', '1181'), (11078, '9988', 'Trek2000 TD-G2', '1181'), (11079, '0004', 'Optio 330', '1182'), (11080, '0006', 'Optio S / S4', '1182'), (11081, '0007', 'Optio 550', '1182'), (11082, '0009', 'Optio 33WR', '1182'), (11083, '000a', 'Optio 555', '1182'), (11084, '000c', 'Optio 43WR (mass storage mode)', '1182'), (11085, '000d', 'Optio 43WR', '1182'), (11086, '0015', 'Optio S40/S5i', '1182'), (11087, '003b', 'Optio 50 (mass storage mode)', '1182'), (11088, '003d', 'Optio S55', '1182'), (11089, '0041', 'Optio S5z', '1182'), (11090, '0043', '*ist DL', '1182'), (11091, '0047', 'Optio S60', '1182'), (11092, '0052', 'Optio 60 Digital Camera', '1182'), (11093, '006e', 'K10D', '1182'), (11094, '0070', 'K100D', '1182'), (11095, '0093', 'K200D', '1182'), (11096, '00a7', 'Optio E50', '1182'), (11097, '1001', 'EI2000 Camera powered by Digita!', '1182'), (11098, '8001', 'MMT-7305WW [Medtronic Minimed CareLink]', '1185'), (11099, '0102', 'SP35', '1187'), (11100, '0008', 'GPIO Ports', '1188'), (11101, '0101', 'TG82tp', '1189'), (11102, '0110', 'Deck 82-key backlit keyboard', '1189'), (11103, '002a', 'SAC - Software Assigned Controller', '1190'), (11104, '008a', 'SAC Hub', '1190'), (11105, '0163', 'KN-W510U 1.0 Wireless LAN Adapter', '1192'), (11106, '0268', 'ST268', '1197'), (11107, '6688', 'ZT6688 Fast Ethernet Adapter', '1197'), (11108, '8515', 'ADMtek ADM8515 NIC', '1197'), (11109, '9000', 'DM9000E Fast Ethernet Adapter', '1197'), (11110, '9601', 'DM9601 Fast Ethernet Adapter', '1197'), (11111, '3233', 'Multimedia Card Reader', '1199'), (11112, '3239', 'Multimedia Card Reader', '1199'), (11113, '3258', 'Dane Elec zMate SD Reader', '1199'), (11114, '3259', 'Dane Elec zMate CF Reader', '1199'), (11115, '5000', 'MediaGear xD-SM', '1199'), (11116, '500a', 'Mass Storage Device', '1199'), (11117, '500f', 'Mass Storage Device', '1199'), (11118, '5010', 'Mass Storage Device', '1199'), (11119, '5011', 'Mass Storage Device', '1199'), (11120, '5014', 'Mass Storage Device', '1199'), (11121, '5020', 'Mass Storage Device', '1199'), (11122, '5021', 'Mass Storage Device', '1199'), (11123, '5022', 'Mass Storage Device', '1199'), (11124, '5023', 'Mass Storage Device', '1199'), (11125, '5024', 'Mass Storage Device', '1199'), (11126, '5025', 'Mass Storage Device', '1199'), (11127, 'a400', 'AUDIO JUNCTION 2.0', '1200'), (11128, '15d9', 'OPTICAL MOUSE', '1202'), (11129, '0064', 'MK-225 Driver', '1203'), (11130, '0065', 'MK-225C Driver', '1203'), (11131, '0066', 'MK-225C Driver', '1203'), (11132, '0067', 'MK-425C Driver', '1203'), (11133, '0078', 'MK-37 Driver', '1203'), (11134, '0079', 'MK-37C Driver', '1203'), (11135, '007a', 'MK-37C Driver', '1203'), (11136, '008c', 'TerraTec MIDI MASTER', '1203'), (11137, '008d', 'MK-249C Driver', '1203'), (11138, '008e', 'MK-249C MIDI Keyboard', '1203'), (11139, '008f', 'MK-449C Driver', '1203'), (11140, '0090', 'Keystation 49e Driver', '1203'), (11141, '0091', 'Keystation 61es Driver', '1203'), (11142, '00a0', 'MK-361 Driver', '1203'), (11143, '00a1', 'MK-361C Driver', '1203'), (11144, '00a2', 'MK-361C Driver', '1203'), (11145, '00a3', 'MK-461C MIDI Keyboard', '1203'), (11146, '00b5', 'Keystation Pro 88 Driver', '1203'), (11147, '00d2', 'E-Keys Driver', '1203'), (11148, '00f0', 'UC-16 Driver', '1203'), (11149, '00f1', 'X-Session Driver', '1203'), (11150, '00f5', 'UC-33e MIDI Controller', '1203'), (11151, '1000', 'Scanner', '1209'), (11152, '2000', 'Q-Scan A6 Scanner', '1209'), (11153, '2001', 'Q-Scan A6 Scanner', '1209'), (11154, '2013', 'Media Drive A6 Scanner', '1209'), (11155, '2014', 'Media Drive A6 Scanner', '1209'), (11156, '2015', 'BizCardReader 600C', '1209'), (11157, '2016', 'BizCardReader 600C', '1209'), (11158, '202a', 'Scanshell-CSSN', '1209'), (11159, '3000', 'Q-Scan A8 Scanner', '1209'), (11160, '3002', 'Q-Scan A8 Reader', '1209'), (11161, '3015', 'BizCardReader 300G', '1209'), (11162, '302a', 'LM9832 - PA570 Mini Business Card Scanner [Targus]', '1209'), (11163, '5001', 'BizCardReader 900C', '1209'), (11164, '0201', 'iLine10(tm) Network Adapter', '1212'), (11165, '0bdc', '802.11a/b/g/n/ac Wireless Adapter', '1212'), (11166, '2000', 'Bluetooth Device', '1212'), (11167, '2001', 'Bluetooth Device', '1212'), (11168, '2009', 'BCM2035 Bluetooth', '1212'), (11169, '200a', 'BCM2035 Bluetooth dongle', '1212'), (11170, '200f', 'Bluetooth Controller', '1212'), (11171, '201d', 'Bluetooth Device', '1212'), (11172, '201e', 'IBM Integrated Bluetooth IV', '1212'), (11173, '2020', 'Bluetooth dongle', '1212'), (11174, '2021', 'BCM2035B3 Bluetooth Adapter', '1212'), (11175, '2033', 'BCM2033 Bluetooth', '1212'), (11176, '2035', 'BCM2035 Bluetooth', '1212'), (11177, '2038', 'Blutonium Device', '1212'), (11178, '2039', 'BCM2045 Bluetooth', '1212'), (11179, '2045', 'Bluetooth Controller', '1212'), (11180, '2046', 'Bluetooth Device', '1212'), (11181, '2047', 'Bluetooth Device', '1212'), (11182, '205e', 'Bluetooth Device', '1212'), (11183, '2100', 'Bluetooth 2.0+eDR dongle', '1212'), (11184, '2101', 'BCM2045 Bluetooth', '1212'), (11185, '2102', 'ANYCOM Blue USB-200/250', '1212'), (11186, '2110', 'BCM2045B (BDC-2) [Bluetooth Controller]', '1212'), (11187, '2111', 'ANYCOM Blue USB-UHE 200/250', '1212'), (11188, '2120', '2045 Bluetooth 2.0 USB-UHE Device with trace filter', '1212'), (11189, '2121', 'BCM2210 Bluetooth', '1212'), (11190, '2122', 'Bluetooth 2.0+EDR dongle', '1212'), (11191, '2123', 'Bluetooth dongle', '1212'), (11192, '2130', '2045 Bluetooth 2.0 USB-UHE Device with trace filter', '1212'), (11193, '2131', '2045 Bluetooth 2.0 Device with trace filter', '1212'), (11194, '2145', 'BCM2045B (BDC-2.1) [Bluetooth Controller]', '1212'), (11195, '2148', 'BCM92046DG-CL1ROM Bluetooth 2.1 Adapter', '1212'), (11196, '2150', 'BCM2046 Bluetooth Device', '1212'), (11197, '2151', 'Bluetooth', '1212'), (11198, '2154', 'BCM92046DG-CL1ROM Bluetooth 2.1 UHE Dongle', '1212'), (11199, '216a', 'BCM43142A0 Bluetooth', '1212'), (11200, '216c', 'BCM43142A0 Bluetooth Device', '1212'), (11201, '216d', 'BCM43142A0 Bluetooth 4.0', '1212'), (11202, '216f', 'BCM20702A0 Bluetooth', '1212'), (11203, '217d', 'HP Bluethunder', '1212'), (11204, '217f', 'BCM2045B (BDC-2.1)', '1212'), (11205, '2198', 'Bluetooth 3.0 Device', '1212'), (11206, '219b', 'Bluetooth 2.1 Device', '1212'), (11207, '21b1', 'HP Bluetooth Module', '1212'), (11208, '21b4', 'BCM2070 Bluetooth 2.1 + EDR', '1212'), (11209, '21b9', 'BCM2070 Bluetooth 2.1 + EDR', '1212'), (11210, '21ba', 'BCM2070 Bluetooth 2.1 + EDR', '1212'), (11211, '21bb', 'BCM2070 Bluetooth 2.1 + EDR', '1212'), (11212, '21bc', 'BCM2070 Bluetooth 2.1 + EDR', '1212'), (11213, '21bd', 'BCM2070 Bluetooth 2.1 + EDR', '1212'), (11214, '21d7', 'BCM43142 Bluetooth 4.0', '1212'), (11215, '21e1', 'HP Portable SoftSailing', '1212'), (11216, '21e3', 'HP Portable Valentine', '1212'), (11217, '21e6', 'BCM20702 Bluetooth 4.0 [ThinkPad]', '1212'), (11218, '21e8', 'BCM20702A0 Bluetooth 4.0', '1212'), (11219, '21ec', 'BCM20702A0 Bluetooth 4.0', '1212'), (11220, '21f1', 'HP Portable Bumble Bee', '1212'), (11221, '22be', 'BCM2070 Bluetooth 3.0 + HS', '1212'), (11222, '4500', 'BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)', '1212'), (11223, '4502', 'Keyboard (Boot Interface Subclass)', '1212'), (11224, '4503', 'Mouse (Boot Interface Subclass)', '1212'), (11225, '5800', 'BCM5880 Secure Applications Processor', '1212'), (11226, '5801', 'BCM5880 Secure Applications Processor with fingerprint swipe sensor', '1212'), (11227, '5802', 'BCM5880 Secure Applications Processor with fingerprint touch sensor', '1212'), (11228, '5803', 'BCM5880 Secure Applications Processor with secure keyboard', '1212'), (11229, '5804', 'BCM5880 Secure Applications Processor with fingerprint swipe sensor', '1212'), (11230, '6300', 'Pirelli Remote NDIS Device', '1212'), (11231, '6410', 'BCM20703A1 Bluetooth 4.1 + LE', '1212'), (11232, 'bd11', 'BCM4320 802.11bg Wireless Adapter', '1212'), (11233, 'bd12', 'BCM4326U 802.11bg Wireless Adapter', '1212'), (11234, 'bd13', 'BCM4323 802.11abgn Wireless Adapter', '1212'), (11235, 'bd16', 'BCM4319 802.11bgn Wireless Adapter', '1212'), (11236, 'bd17', 'BCM43236 802.11abgn Wireless Adapter', '1212'), (11237, 'bd1d', 'BCM43526 802.11a/b/g/n/ac (2x2) Wireless Adapter', '1212'), (11238, 'bd1e', 'BCM43143 802.11bgn (1x1) Wireless Adapter', '1212'), (11239, 'bd1f', 'BCM43242 802.11abgn Wireless Adapter', '1212'), (11240, 'd11b', 'Eminent EM4045 [Broadcom 4320 USB]', '1212'), (11241, '0009', 'LP2844 Printer', '1214'), (11242, '0050', 'P120i / WM120i', '1214'), (11243, '0080', 'GK420d Label Printer', '1214'), (11244, '0081', 'GK420t Label Printer', '1214'), (11245, '0084', 'GX420d Desktop Label Printer', '1214'), (11246, '008b', 'HC100 wristbands Printer', '1214'), (11247, '008c', 'ZP 450 Printer', '1214'), (11248, '00d1', 'Zebra GC420d Label Printer', '1214'), (11249, '0110', 'ZD500 Desktop Label Printer', '1214'), (11250, '930a', 'Printer', '1214'), (11251, '0010', 'MPMan MP-F40 MP3 Player', '1215'), (11252, '0001', 'Compact Flash R/W with MP3 player', '1220'), (11253, '000f', 'FlashDisk', '1220'), (11254, '0400', 'Xanboo', '1224'), (11255, '0001', 'VP485 Printer', '1226'), (11256, '0002', 'XD-2 [Spike]', '1228'), (11257, '0101', 'Keyboard', '1232'), (11258, '0103', 'Keyboard', '1232'), (11259, '0203', 'Mouse', '1232'), (11260, '0205', 'PS/2 Keyboard+Mouse Adapter', '1232'), (11261, '0701', 'USB Missile Launcher', '1232'), (11262, 'ff01', 'Wireless Missile Launcher', '1232'), (11263, '4600', 'TravelScan 460/464', '1233'), (11264, '6605', 'ScanShell 800N', '1233'), (11265, '0001', 'Guardant Stealth/Net', '1238'), (11266, '0002', 'Guardant ID', '1238'), (11267, '0003', 'Guardant Stealth 2', '1238'), (11268, '0004', 'Rutoken', '1238'), (11269, '0005', 'Guardant Fidus', '1238'), (11270, '0006', 'Guardant Stealth 3', '1238'), (11271, '0007', 'Guardant Stealth 2', '1238'), (11272, '0008', 'Guardant Stealth 3 Sign/Time', '1238'), (11273, '0009', 'Guardant Code', '1238'), (11274, '000a', 'Guardant Sign Pro', '1238'), (11275, '000b', 'Guardant Sign Pro HID', '1238'), (11276, '000c', 'Guardant Stealth 3 Sign/Time', '1238'), (11277, '000d', 'Guardant Code HID', '1238'), (11278, '000f', 'Guardant System Firmware Update', '1238'), (11279, '0020', 'Rutoken S', '1238'), (11280, '0025', 'Rutoken lite', '1238'), (11281, '0026', 'Rutoken lite HID', '1238'), (11282, '002a', 'Rutoken Mass Storage', '1238'), (11283, '002b', 'Guardant Mass Storage', '1238'), (11284, '0030', 'Rutoken ECP', '1238'), (11285, '0040', 'Rutoken ECP HID', '1238'), (11286, '0060', 'Rutoken Magistra', '1238'), (11287, '0061', 'Rutoken Magistra', '1238'), (11288, '0069', 'Reader', '1238'), (11289, '0080', 'Rutoken PinPad Ex', '1238'), (11290, '0081', 'Rutoken PinPad In', '1238'), (11291, '0082', 'Rutoken PinPad 2', '1238'), (11292, '2011', 'Filter Driver For JAE XMC R/W', '1240'), (11293, '3801', 'Targus PAKP003 Mouse', '1242'), (11294, '0011', 'SYS WaveTerminal U2A', '1243'), (11295, '0021', 'GIGAPort', '1243'), (11296, '0031', 'GIGAPortAG', '1243'), (11297, '0053', 'AudioTrak Optoplay', '1243'), (11298, '0061', 'Waveterminal U24', '1243'), (11299, '0071', 'MAYA EX7', '1243'), (11300, '0091', 'Maya 44', '1243'), (11301, '00b1', 'MAYA EX5', '1243'), (11302, '1000', 'MIDI Mate', '1243'), (11303, '1010', 'RoMI/O', '1243'), (11304, '1020', 'M4U', '1243'), (11305, '1030', 'M8U', '1243'), (11306, '1090', 'KeyControl49', '1243'), (11307, '10a0', 'KeyControl25', '1243'), (11308, '0002', 'C-Pen 10', '1244'), (11309, '0005', 'MyPen Light', '1244'), (11310, '000d', 'Input Pen', '1244'), (11311, '0010', 'C-Pen 20', '1244'), (11312, '0a93', 'PayPen', '1244'), (11313, '0002', 'irock! 500 Series', '1248'), (11314, '0801', 'MP3 Player', '1248'), (11315, '0101', 'Hercules Jukebox', '1249'), (11316, '1501', 'Store \'n\' Go HD Drive', '1249'), (11317, '0100', 'POS Keyboard, TA58P-USB', '1250'), (11318, '0101', 'POS Keyboard, TA85P-USB', '1250'), (11319, '0102', 'POS Keyboard, TA59-USB', '1250'), (11320, '0103', 'POS Keyboard, TA60-USB', '1250'), (11321, '0104', 'SNIkey Keyboard, SNIKey-KB-USB', '1250'), (11322, '0200', 'Operator Display, BA63-USB', '1250'), (11323, '0201', 'Operator Display, BA66-USB', '1250'), (11324, '0202', 'Operator Display & Scanner, XiCheck-BA63', '1250'), (11325, '0203', 'Operator Display & Scanner, XiCheck-BA66', '1250'), (11326, '0204', 'Graphics Operator Display, BA63GV', '1250'), (11327, '0300', 'POS Printer (printer class mode), TH210', '1250'), (11328, '0301', 'POS Printer (native mode), TH210', '1250'), (11329, '0302', 'POS Printer (printer class mode), TH220', '1250'), (11330, '0303', 'POS Printer (native mode), TH220', '1250'), (11331, '0304', 'POS Printer, TH230', '1250'), (11332, '0305', 'Lottery Printer, XiPrintPlus', '1250'), (11333, '0306', 'POS Printer (printer class mode), TH320', '1250'), (11334, '0307', 'POS Printer (native mode), TH320', '1250'), (11335, '0308', 'POS Printer (printer class mode), TH420', '1250'), (11336, '0309', 'POS Printer (native mode), TH420', '1250'), (11337, '030a', 'POS Printer, TH200B', '1250'), (11338, '0400', 'Lottery Scanner, Xiscan S', '1250'), (11339, '0401', 'Lottery Scanner, Xiscan 3', '1250'), (11340, '0402', 'Programmable Magnetic Swipe Card Reader, MSRP-USB', '1250'), (11341, '0500', 'IDE Adapter', '1250'), (11342, '0501', 'Hub Printer Interface', '1250'), (11343, '0502', 'Hub SNIKey Keyboard', '1250'), (11344, '4304', 'Banking Printer TP07', '1250'), (11345, '4305', 'Banking Printer TP07c', '1250'), (11346, '4500', 'WN Central Special Electronics', '1250'), (11347, '0060', 'TG 11Mbps WLAN Mini Adapter', '1251'), (11348, '1001', 'DreamComboM4100', '1251'), (11349, '3002', 'InkJet Color Printer', '1251'), (11350, '8001', 'TG_iMON', '1251'), (11351, '8002', 'TG_KLOSS', '1251'), (11352, 'a001', 'TG_X2', '1251'), (11353, 'a002', 'TGVFD_KLOSS', '1251'), (11354, 'ffda', 'iMON_VFD', '1251'), (11355, 'f01b', 'Medion MD 6242 MP3 Player', '1252'), (11356, '0003', 'NRP-Z21', '1256'), (11357, '000c', 'NRP-Z11', '1256'), (11358, '0013', 'NRP-Z22', '1256'), (11359, '0014', 'NRP-Z23', '1256'), (11360, '0015', 'NRP-Z24', '1256'), (11361, '0016', 'NRP-Z51', '1256'), (11362, '0017', 'NRP-Z52', '1256'), (11363, '0018', 'NRP-Z55', '1256'), (11364, '0019', 'NRP-Z56', '1256'), (11365, '0021', 'NRP-Z91', '1256'), (11366, '0023', 'NRP-Z81', '1256'), (11367, '002c', 'NRP-Z31', '1256'), (11368, '002d', 'NRP-Z37', '1256'), (11369, '002f', 'NRP-Z27', '1256'), (11370, '0051', 'NRP-Z28', '1256'), (11371, '0052', 'NRP-Z98', '1256'), (11372, '0062', 'NRP-Z92', '1256'), (11373, '0070', 'NRP-Z57', '1256'), (11374, '0083', 'NRP-Z85', '1256'), (11375, '0095', 'NRP-Z86', '1256'), (11376, '0117', 'HMF / HMP / HMS-X / HMO series Oscilloscopes', '1256'), (11377, '0118', 'HMF / HMP / HMS-X / HMO series Oscilloscopes', '1256'), (11378, '0119', 'HMF / HMP / HMS-X / HMO series Oscilloscopes', '1256'), (11379, '0002', 'OBID RFID-Reader', '1260'), (11380, '0004', 'OBID classic-pro', '1260'), (11381, '8001', 'Tracker 110 Protocol Analyzer', '1261'), (11382, '8002', 'Explorer 200 Protocol Analyzer', '1261'), (11383, '0101', 'SL1200 DAC', '1262'), (11384, '3370', 'I2C/SPI Adapter - U2C-12', '1263'), (11385, '0301', 'Web Camera', '1269'), (11386, '0302', 'ZC0302 Webcam', '1269'), (11387, '0321', 'Vimicro generic vc0321 Camera', '1269'), (11388, '0323', 'Luxya WC-1200 USB 2.0 Webcam', '1269'), (11389, '0328', 'A4Tech PK-130MG', '1269'), (11390, '0336', 'Elecom UCAM-DLQ30', '1269'), (11391, '301b', 'ZC0301 Webcam', '1269'), (11392, '303b', 'ZC0303 Webcam', '1269'), (11393, '305b', 'ZC0305 Webcam', '1269'), (11394, '307b', 'USB 1.1 Webcam', '1269'), (11395, '332d', 'Vega USB 2.0 Camera', '1269'), (11396, '3343', 'Sirius USB 2.0 Camera', '1269'), (11397, '3370', 'Traveler TV 6500 SF Dia-scanner', '1269'), (11398, '3420', 'Venus USB2.0 Camera', '1269'), (11399, 'c001', 'Sony embedded vimicro Camera', '1269'), (11400, 'c002', 'Visual Communication Camera VGP-VCC1', '1269'), (11401, 'c302', 'Vega USB 2.0 Camera', '1269'), (11402, 'c303', 'Saturn USB 2.0 Camera', '1269'), (11403, 'c326', 'Namuga 1.3M Webcam', '1269'), (11404, 'c33f', 'Webcam', '1269'), (11405, 'c412', 'Lenovo IdeaCentre Web Camera', '1269'), (11406, 'c429', 'Lenovo ThinkCentre Web Camera', '1269'), (11407, 'c42d', 'Lenovo IdeaCentre Web Camera', '1269'), (11408, '0000', 'Backpack CD-ReWriter', '1270'), (11409, '0001', 'BACKPACK 2 Cable', '1270'), (11410, '0010', 'BACKPACK', '1270'), (11411, '0011', 'Backpack 40GB Hard Drive', '1270'), (11412, '0110', 'BACKPACK', '1270'), (11413, '0111', 'BackPack', '1270'), (11414, '1234', 'BACKPACK', '1270'), (11415, '1060', 'OPEN NT1 Plus II', '1271'), (11416, '0300', 'IDT1221U RS-232 Adapter', '1273'), (11417, '0401', 'Spectrum III Hybrid Smartcard Reader', '1273'), (11418, '0630', 'Spectrum III Mag-Only Insert Reader (SPT3-355 Series) USB-CDC', '1273'), (11419, '0810', 'SecurePIN (IDPA-506100Y) PIN Pad', '1273'), (11420, '2030', 'ValueMag Magnetic Stripe Reader', '1273'), (11421, '3710', 'ViVOpay Kiosk III', '1273'), (11422, '1201', 'ZD1201 802.11b', '1274'), (11423, '1211', 'ZD1211 802.11g', '1274'), (11424, '1215', 'ZD1211B 802.11g', '1274'), (11425, '1221', 'ZD1221 802.11n', '1274'), (11426, '1602', 'ZyXEL Omni FaxModem 56K', '1274'), (11427, '1608', 'ZyXEL Omni FaxModem 56K UNO', '1274'), (11428, '1611', 'ZyXEL Omni FaxModem 56K Plus', '1274'), (11429, '2011', 'Virtual media for 802.11bg', '1274'), (11430, '20ff', 'Virtual media for 802.11bg', '1274'), (11431, 'a211', 'ZD1211 802.11b/g Wireless Adapter', '1274'), (11432, 'b215', '802.11bg', '1274'), (11433, '0005', 'DK2', '1279'), (11434, '2101', 'SmartMedia Card Reader', '1287'), (11435, '2102', 'CompactFlash Card Reader', '1287'), (11436, '2103', 'MMC/SD Card Reader', '1287'), (11437, '2104', 'MemoryStick Card Reader', '1287'), (11438, '2201', 'SmartMedia+CompactFlash Card Reader', '1287'), (11439, '2202', 'SmartMedia+MMC/SD Card Reader', '1287'), (11440, '2203', 'SmartMedia+MemoryStick Card Reader', '1287'), (11441, '2204', 'CompactFlash+MMC/SD Card Reader', '1287'), (11442, '2205', 'CompactFlash+MemoryStick Card Reader', '1287'), (11443, '2206', 'MMC/SD+MemoryStick Card Reader', '1287'), (11444, '2301', 'SmartMedia+CompactFlash+MMC/SD Card Reader', '1287'), (11445, '2302', 'SmartMedia+CompactFlash+MemoryStick Card Reader', '1287'), (11446, '2303', 'SmartMedia+MMC/SD+MemoryStick Card Reader', '1287'), (11447, '2304', 'CompactFlash+MMC/SD+MemoryStick Card Reader', '1287'), (11448, '3016', 'MMC/SD+Memory Stick Card Reader', '1287'), (11449, '3050', 'ND3050 8-in-1 Card Reader', '1287'), (11450, '3060', '1.1 FS Card Reader', '1287'), (11451, '3101', 'MMC/SD Card Reader', '1287'), (11452, '3102', 'MemoryStick Card Reader', '1287'), (11453, '3201', 'MMC/SD+MemoryStick Card Reader', '1287'), (11454, '3216', 'HS Card Reader', '1287'), (11455, '3260', '7-in-1 Card Reader', '1287'), (11456, '5010', 'ND5010 Card Reader', '1287'), (11457, '5000', 'UMTS Card', '1288'), (11458, '6000', 'GlobeTrotter 3G datacard', '1288'), (11459, '6300', 'GT 3G Quad UMTS/GPRS Card', '1288'), (11460, '6600', 'GlobeTrotter 3G+ datacard', '1288'), (11461, '6711', 'GlobeTrotter Express 7.2 v2', '1288'), (11462, '6971', 'Globetrotter HSDPA Modem', '1288'), (11463, '7251', 'Globetrotter HSUPA Modem (aka iCON HSUPA E)', '1288'), (11464, '7501', 'Globetrotter HSUPA Modem (icon 411 aka "Vodafone K3760")', '1288'), (11465, '7601', 'Globetrotter MO40x 3G Modem (GTM 382)', '1288'), (11466, '7701', 'Globetrotter HSUPA Modem (aka icon 451)', '1288'), (11467, 'd055', 'Globetrotter GI0505 [iCON 505]', '1288'), (11468, '0101', 'Digital TV USB Receiver (DVB-S/T/C / ATSC)', '1290'), (11469, '0010', 'USB SightCam 100', '1291'), (11470, '0011', 'Micro Innovations IC50C Webcam', '1291'), (11471, '07d2', 'Controller Board for Projected Capacitive Touch Screen DUS3000', '1292'), (11472, '0001', 'MeMO Pad HD 7 (CD-ROM mode)', '1298'), (11473, '0301', 'MyPal A696 GPS PDA', '1298'), (11474, '1101', 'Mass Storage (UISDMC4S)', '1298'), (11475, '1706', 'WL-167G v1 802.11g Adapter [Ralink RT2571]', '1298'), (11476, '1707', 'WL-167G v1 802.11g Adapter [Ralink RT2571]', '1298'), (11477, '1708', 'Mass Storage Device', '1298'), (11478, '170b', 'Multi card reader', '1298'), (11479, '170c', 'WL-159g 802.11bg [ZyDAS ZD1211B+AL2230]', '1298'), (11480, '170d', '802.11b/g Wireless Network Adapter', '1298'), (11481, '1712', 'BT-183 Bluetooth 2.0+EDR adapter', '1298'), (11482, '1715', '2045 Bluetooth 2.0 Device with trace filter', '1298'), (11483, '1716', 'Bluetooth Device', '1298'), (11484, '1717', 'WL169gE 802.11g Adapter [Broadcom 4320 USB]', '1298'), (11485, '171b', 'A9T wireless 802.11bg', '1298'), (11486, '171c', '802.11b/g Wireless Network Adapter', '1298'), (11487, '171f', 'My Cinema U3000 Mini [DiBcom DiB7700P]', '1298'), (11488, '1723', 'WL-167G v2 802.11g Adapter [Ralink RT2571W]', '1298'), (11489, '1724', 'RT2573', '1298'), (11490, '1726', 'Laptop OLED Display', '1298'), (11491, '172a', '802.11n Network Adapter', '1298'), (11492, '172b', '802.11n Network Adapter', '1298'), (11493, '1731', '802.11n Network Adapter', '1298'), (11494, '1732', '802.11n Network Adapter', '1298'), (11495, '1734', 'AF-200', '1298'), (11496, '173c', 'BT-183 Bluetooth 2.0', '1298'), (11497, '173f', 'My Cinema U3100 Mini', '1298'), (11498, '1742', '802.11n Network Adapter', '1298'), (11499, '1743', 'Xonar U1 Audio Station', '1298'), (11500, '1751', 'BT-253 Bluetooth Adapter', '1298'), (11501, '175b', 'Laptop OLED Display', '1298'), (11502, '1760', '802.11n Network Adapter', '1298'), (11503, '1761', 'USB-N11 802.11n Network Adapter [Ralink RT2870]', '1298'), (11504, '1774', 'Gobi Wireless Modem (QDL mode)', '1298'), (11505, '1776', 'Gobi Wireless Modem', '1298'), (11506, '1779', 'My Cinema U3100 Mini Plus [AF9035A]', '1298'), (11507, '1784', 'USB-N13 802.11n Network Adapter (rev. A1) [Ralink RT3072]', '1298'), (11508, '1786', 'USB-N10 802.11n Network Adapter [Realtek RTL8188SU]', '1298'), (11509, '1788', 'BT-270 Bluetooth Adapter', '1298'), (11510, '1791', 'WL-167G v3 802.11n Adapter [Realtek RTL8188SU]', '1298'), (11511, '179c', 'Bluetooth Adapter', '1298'), (11512, '179d', 'USB-N53 802.11abgn Network Adapter [Ralink RT3572]', '1298'), (11513, '179e', 'Eee Note EA800 (network mode)', '1298'), (11514, '179f', 'Eee Note EA800 (tablet mode)', '1298'), (11515, '17a0', 'Xonar U3 sound card', '1298'), (11516, '17a1', 'Eee Note EA800 (mass storage mode)', '1298'), (11517, '17ab', 'USB-N13 802.11n Network Adapter (rev. B1) [Realtek RTL8192CU]', '1298'), (11518, '17ba', 'N10 Nano 802.11n Network Adapter [Realtek RTL8192CU]', '1298'), (11519, '17c2', 'ROG Spitfire', '1298'), (11520, '17c7', 'WL-330NUL', '1298'), (11521, '17c9', 'USB-AC53 802.11a/b/g/n/ac Wireless Adapter [Broadcom BCM43526]', '1298'), (11522, '17cb', 'Broadcom BCM20702A0 Bluetooth', '1298'), (11523, '17d1', 'AC51 802.11a/b/g/n/ac Wireless Adapter [Mediatek MT7610U]', '1298'), (11524, '17d2', 'USB-AC56 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]', '1298'), (11525, '17d3', 'USB-N10 v2 802.11b/g/n Wireless Adapter [MediaTek MT7601U]', '1298'), (11526, '17db', 'USB-AC50 802.11a/b/g/n/ac (1x1) Wireless Adapter [MediaTek MT7610U]', '1298'), (11527, '17e8', 'USB-N14 802.11b/g/n (2x2) Wireless Adapter [Ralink RT5372]', '1298'), (11528, '17eb', 'USB-AC55 802.11a/b/g/n/ac Wireless Adapter [MediaTek MT7612U]', '1298'), (11529, '17f5', 'Xonar U5 sound card', '1298'), (11530, '180a', 'Broadcom BCM20702 Single-Chip Bluetooth 4.0 + LE', '1298'), (11531, '1817', 'USB-AC68 802.11a/b/g/n/ac (4x4) Wireless Adapter [Realtek RTL8814AU]', '1298'), (11532, '1825', 'Qualcomm Bluetooth 4.1', '1298'), (11533, '18f0', 'Realtek 8188EUS [USB-N10 Nano]', '1298'), (11534, '4c80', 'Transformer Pad TF300TG', '1298'), (11535, '4c90', 'Transformer Pad Infinity TF700', '1298'), (11536, '4c91', 'Transformer Pad Infinity TF700 (Debug mode)', '1298'), (11537, '4ca0', 'Transformer Pad TF701T', '1298'), (11538, '4ca1', 'Transformer Pad TF701T (Debug mode)', '1298'), (11539, '4d00', 'Transformer Prime TF201', '1298'), (11540, '4d01', 'Transformer Prime TF201 (debug mode)', '1298'), (11541, '4daf', 'Transformer Pad Infinity TF700 (Fastboot)', '1298'), (11542, '5410', 'MeMO Pad HD 7 (MTP mode)', '1298'), (11543, '5412', 'MeMO Pad HD 7 (PTP mode)', '1298'), (11544, '550f', 'Fonepad 7', '1298'), (11545, '6101', 'Cable Modem', '1298'), (11546, '620a', 'Remote NDIS Device', '1298'), (11547, '7772', 'Zenfone GO (ZB500KL) (MTP mode)', '1298'), (11548, '7773', 'Zenfone GO (ZB500KL) (Debug, MTP mode)', '1298'), (11549, '7774', 'Zenfone GO (ZB500KL) (RNDIS mode)', '1298'), (11550, '7775', 'Zenfone GO (ZB500KL) (Debug, RNDIS mode)', '1298'), (11551, '7776', 'Zenfone GO (ZB500KL) (PTP mode)', '1298'), (11552, '7777', 'Zenfone GO (ZB500KL) (Debug, PTP mode)', '1298'), (11553, 'b700', 'Broadcom Bluetooth 2.1', '1298'), (11554, '106e', 'Datamax E-4304', '1299'), (11555, '0009', 'Todos Argos Mini II Smart Card Reader', '1300'), (11556, '001e', 'e.dentifier2 (ABN AMRO electronic banking card reader NL)', '1300'), (11557, '002e', 'C200 smartcard controller (Nordea card reader)', '1300'), (11558, '003f', 'Todos C400 smartcard controller (Handelsbanken card reader)', '1300'), (11559, '0050', 'Argos Mini II Smart Card Reader (CCID)', '1300'), (11560, '0000', 'CenturyCD', '1301'), (11561, '0305', 'Jabra EVOLVE Link MS', '1302'), (11562, '0311', 'Jabra EVOLVE 65', '1302'), (11563, '0312', 'enc060:Buttons Volume up/down/mute + phone [Jabra]', '1302'), (11564, '0343', 'Jabra UC VOICE 150a', '1302'), (11565, '0348', 'Jabra UC VOICE 550a MS', '1302'), (11566, '034c', 'Jabra UC Voice 750 MS', '1302'), (11567, '034d', 'Jabra UC VOICE 750', '1302'), (11568, '0410', 'Jabra SPEAK 410', '1302'), (11569, '0420', 'Jabra SPEAK 510', '1302'), (11570, '0422', 'Jabra SPEAK 510 USB', '1302'), (11571, '0933', 'Jabra Freeway', '1302'), (11572, '094d', 'GN Netcom / Jabra REVO Wireless', '1302'), (11573, '1017', 'Jabra PRO 930', '1302'), (11574, '1022', 'Jabra PRO 9450, Type 9400BS (DECT Headset)', '1302'), (11575, '1041', 'Jabra PRO 9460', '1302'), (11576, '1900', 'Jabra Biz 1900', '1302'), (11577, '2007', 'GN 2000 Stereo Corded Headset', '1302'), (11578, '2456', 'Jabra SPEAK 810', '1302'), (11579, '245e', 'Jabra Link 370', '1302'), (11580, '620c', 'Jabra BT620s', '1302'), (11581, '9330', 'Jabra GN9330 Headset', '1302'), (11582, 'a346', 'Jabra Engage 75 Stereo', '1302'), (11583, 'a50a', 'Alienware Wireless Gaming Headset AW988', '1302'), (11584, '0400', 'DNxID', '1303'), (11585, '8007', 'Blackhawk USB560-BP JTAG Emulator', '1306'), (11586, '0006', 'SM Media-Shuttle Card Reader', '1316'), (11587, '0020', 'ShuttleXpress', '1317'), (11588, '0030', 'ShuttlePro v2', '1317'), (11589, '0401', 'RollerMouse Free 2', '1317'), (11590, '0700', 'RollerMouse Pro', '1317'), (11591, '08a0', 'Perfit Mouse', '1317'), (11592, '1000', 'RollerMouse Red', '1317'), (11593, '1010', 'Vidamic Technomouse IQ', '1317'), (11594, '0003', 'Keyboard', '1319'), (11595, '0010', '107-Key Keyboard', '1319'), (11596, '0001', 'Composite USB PS2 Converter', '1320'), (11597, '0109', 'USB TO Ethernet', '1320'), (11598, '0421', 'Serial', '1320'), (11599, '0801', 'USB-Parallel Bridge', '1320'), (11600, '0901', 'OCT To Fast Ethernet Converter', '1320'), (11601, '0c03', 'LAN DOCK Serial Converter', '1320'), (11602, '0163', 'TL-WN320G 1.0 WLAN Adapter', '1322'), (11603, '1601', 'Allnet 0193 802.11b Adapter', '1322'), (11604, '1602', 'ZyXEL ZyAIR B200 802.11b Adapter', '1322'), (11605, '1612', 'AIR.Mate 2@net 802.11b Adapter', '1322'), (11606, '1613', '802.11b Wireless LAN Adapter', '1322'), (11607, '1620', 'Allnet Wireless Network Adapter [Envara WiND512]', '1322'), (11608, '1630', 'QuickWLAN 802.11bg', '1322'), (11609, '5630', '802.11bg', '1322'), (11610, '6630', 'ZD1211', '1322'), (11611, 'a010', 'Simple_Way Printer/Scanner/Copier', '1323'), (11612, 'c000', 'Olicard 100', '1323'), (11613, 'c700', 'Olicard 100 (Mass Storage mode)', '1323'), (11614, '0011', 'Crossam2+USB IR commander', '1325'), (11615, '0003', 'PS2 Controller Converter', '1326'), (11616, '0005', 'GameCube Adaptor', '1326'), (11617, '1003', 'Technotrend/Hauppauge USB-Nova', '1328'), (11618, '1004', 'TT-PCline', '1328'), (11619, '1005', 'Technotrend/Hauppauge USB-Nova', '1328'), (11620, '1006', 'Technotrend/Hauppauge DEC3000-s', '1328'), (11621, '1007', 'TT-micro plus Device', '1328'), (11622, '1008', 'Technotrend/Hauppauge DEC2000-t', '1328'), (11623, '1009', 'Technotrend/Hauppauge DEC2540-t', '1328'), (11624, '3001', 'DVB-S receiver', '1328'), (11625, '3002', 'DVB-C receiver', '1328'), (11626, '3003', 'DVB-T receiver', '1328'), (11627, '3004', 'TT TV-Stick', '1328'), (11628, '3005', 'TT TV-Stick (8kB EEPROM)', '1328'), (11629, '3006', 'TT-connect S-2400 DVB-S receiver', '1328'), (11630, '3007', 'TT-connect S2-3600', '1328'), (11631, '3008', 'TT-connect', '1328'), (11632, '3009', 'TT-connect S-2400 DVB-S receiver (8kB EEPROM)', '1328'), (11633, '300a', 'TT-connect S2-3650 CI', '1328'), (11634, '300b', 'TT-connect C-3650 CI', '1328'), (11635, '300c', 'TT-connect T-3650 CI', '1328'), (11636, '300d', 'TT-connect CT-3650 CI', '1328'), (11637, '300e', 'TT-connect C-2400', '1328'), (11638, '3011', 'TT-connect S2-4600', '1328'), (11639, '3012', 'TT-connect CT2-4650 CI', '1328'), (11640, '3014', 'TT-TVStick CT2-4400', '1328'), (11641, '3015', 'TT-connect CT2-4650 CI', '1328'), (11642, '3017', 'TT-connect S2-4650 CI', '1328'), (11643, '064f', 'Trance Vibrator', '1329'), (11644, '0100', 'D\'music MP3 Player', '1330'), (11645, '110a', 'Graphtec CC200-20', '1331'), (11646, '1123', 'Electronic Cutting Tool [Silhouette Portrait]', '1331'), (11647, '6500', 'MP3 Player', '1332'), (11648, '8028', 'MP3 Player', '1332'), (11649, '8920', 'MP3 Player', '1332'), (11650, '0020', 'Comfort Keyboard', '1334'), (11651, '000b', 'Bluetooth Device', '1344'), (11652, '0059', 'iBOT2 Webcam', '1344'), (11653, '0041', 'Xtreme', '1348'), (11654, '555e', 'SCB-R9000', '1349'), (11655, 'a132', 'WUP-005 [Nintendo Wii U Pro Controller]', '1351'), (11656, '00ba', 'iRiver H10 20GB', '1353'), (11657, '07d0', 'Bluetooth Dongle', '1359'), (11658, '0001', 'Biothentic II smartcard reader with fingerprint sensor', '1363'), (11659, '0002', 'DFU-Enabled Devices (DFU)', '1363'), (11660, '0012', 'BioPAD biometric module (DFU + CDC)', '1363'), (11661, '0102', 'Certis V1 fingerprint reader', '1363'), (11662, '0103', 'Certis V2 fingerprint reader', '1363'), (11663, '0200', 'CL1356T / CL1356T5 / CL1356A smartcard readers (CCID)', '1363'), (11664, '0201', 'CL1356T / CL1356T5 / CL1356A smartcard readers (DFU + CCID)', '1363'), (11665, '0220', 'CL1356A FFPJP smartcard reader (CCID + HID)', '1363'), (11666, '0221', 'CL1356A smartcard reader (DFU + CCID + HID)', '1363'), (11667, '5100', 'XMC5100 Zippy Drive', '1366'), (11668, '5110', 'XMC5110 Flash Drive', '1366'), (11669, '5200', 'XMC5200 Zippy Drive', '1366'), (11670, '5201', 'XMC5200 Zippy Drive', '1366'), (11671, '5202', 'XMC5200 Zippy Drive', '1366'), (11672, '5280', 'XMC5280 Storage Drive', '1366'), (11673, 'fff0', 'ISP5200 Debugger', '1366'), (11674, '0001', 'Interactive Whiteboard Controller (SB6) (HID)', '1370'), (11675, '00c3', 'Sympodium ID350', '1370'), (11676, '1720', '10/100 Ethernet', '1371'), (11677, '1780', 'AX88178', '1371'), (11678, '1790', 'AX88179 Gigabit Ethernet', '1371'), (11679, '6802', 'AX68002 KVM Switch SoC', '1371'), (11680, '7720', 'AX88772', '1371'), (11681, '772a', 'AX88772A Fast Ethernet', '1371'), (11682, '772b', 'AX88772B', '1371'), (11683, '7e2b', 'AX88772B Fast Ethernet Controller', '1371'), (11684, '7732', 'Smart Card Reader', '1373'), (11685, '7761', 'Oz776 1.1 Hub', '1373'), (11686, '7762', 'Oz776 SmartCard Reader', '1373'), (11687, '7772', 'OZ776 CCID Smartcard Reader', '1373'), (11688, '4012', 'Reflex RC-controller Interface', '1376'), (11689, '00e5', 'USR6000', '1379'), (11690, '00eb', 'USR1120 802.11b Adapter', '1379'), (11691, '00ec', '56K Faxmodem', '1379'), (11692, '00f1', 'SureConnect ADSL ATM Adapter', '1379'), (11693, '00f2', 'SureConnect ADSL Loader', '1379'), (11694, '00f5', 'SureConnect ADSL ATM Adapter', '1379'), (11695, '00f6', 'SureConnect ADSL Loader', '1379'), (11696, '00f7', 'SureConnect ADSL ATM Adapter', '1379'), (11697, '00f8', 'SureConnect ADSL Loader', '1379'), (11698, '00f9', 'SureConnect ADSL ATM Adapter', '1379'), (11699, '00fa', 'SureConnect ADSL Loader', '1379'), (11700, '00fb', 'SureConnect ADSL Ethernet/USB Router', '1379'), (11701, '0111', 'USR5420 802.11g Adapter [Broadcom 4320 USB]', '1379'), (11702, '0118', 'U5 802.11g Adapter', '1379'), (11703, '011b', 'Wireless MAXg Adapter [Broadcom 4320]', '1379'), (11704, '0121', 'USR5423 802.11bg Wireless Adapter [ZyDAS ZD1211B]', '1379'), (11705, '0303', 'USR5637 56K Faxmodem', '1379'), (11706, '6112', 'FaxModem Model 5633', '1379'), (11707, '0100', 'Sound Vision Stream', '1380'), (11708, '5007', '3340z/Rollei DC3100', '1380'), (11709, '0302', 'U10H010 802.11b Wireless Adapter [Intersil PRISM 3]', '1382'), (11710, '6098', 'USB Cable Modem', '1382'), (11711, '0001', 'Android Phone via mass storage [Wiko Cink Peax 2]', '1384'), (11712, '00ce', 'mmO2 XDA GSM/GPRS Pocket PC', '1384'), (11713, '00cf', 'SPV C500 Smart Phone', '1384'), (11714, '0306', 'Vive Hub Bluetooth 4.1 (Broadcom BCM920703)', '1384'), (11715, '0a01', 'PocketPC Sync', '1384'), (11716, '0a02', 'Himalaya GSM/GPRS Pocket PC', '1384'), (11717, '0a03', 'PocketPC Sync', '1384'), (11718, '0a04', 'PocketPC Sync', '1384'), (11719, '0a05', 'PocketPC Sync', '1384'), (11720, '0a06', 'PocketPC Sync', '1384'), (11721, '0a07', 'Magician PocketPC SmartPhone / O2 XDA', '1384'), (11722, '0a08', 'PocketPC Sync', '1384'), (11723, '0a09', 'PocketPC Sync', '1384'), (11724, '0a0a', 'PocketPC Sync', '1384'), (11725, '0a0b', 'PocketPC Sync', '1384'), (11726, '0a0c', 'PocketPC Sync', '1384'), (11727, '0a0d', 'PocketPC Sync', '1384'), (11728, '0a0e', 'PocketPC Sync', '1384'), (11729, '0a0f', 'PocketPC Sync', '1384'), (11730, '0a10', 'PocketPC Sync', '1384'), (11731, '0a11', 'PocketPC Sync', '1384'), (11732, '0a12', 'PocketPC Sync', '1384'), (11733, '0a13', 'PocketPC Sync', '1384'), (11734, '0a14', 'PocketPC Sync', '1384'), (11735, '0a15', 'PocketPC Sync', '1384'), (11736, '0a16', 'PocketPC Sync', '1384'), (11737, '0a17', 'PocketPC Sync', '1384'), (11738, '0a18', 'PocketPC Sync', '1384'), (11739, '0a19', 'PocketPC Sync', '1384'), (11740, '0a1a', 'PocketPC Sync', '1384'), (11741, '0a1b', 'PocketPC Sync', '1384'), (11742, '0a1c', 'PocketPC Sync', '1384'), (11743, '0a1d', 'PocketPC Sync', '1384'), (11744, '0a1e', 'PocketPC Sync', '1384'), (11745, '0a1f', 'PocketPC Sync', '1384'), (11746, '0a20', 'PocketPC Sync', '1384'), (11747, '0a21', 'PocketPC Sync', '1384'), (11748, '0a22', 'PocketPC Sync', '1384'), (11749, '0a23', 'PocketPC Sync', '1384'), (11750, '0a24', 'PocketPC Sync', '1384'), (11751, '0a25', 'PocketPC Sync', '1384'), (11752, '0a26', 'PocketPC Sync', '1384'), (11753, '0a27', 'PocketPC Sync', '1384'), (11754, '0a28', 'PocketPC Sync', '1384'), (11755, '0a29', 'PocketPC Sync', '1384'), (11756, '0a2a', 'PocketPC Sync', '1384'), (11757, '0a2b', 'PocketPC Sync', '1384'), (11758, '0a2c', 'PocketPC Sync', '1384'), (11759, '0a2d', 'PocketPC Sync', '1384'), (11760, '0a2e', 'PocketPC Sync', '1384'), (11761, '0a2f', 'PocketPC Sync', '1384'), (11762, '0a30', 'PocketPC Sync', '1384'), (11763, '0a31', 'PocketPC Sync', '1384'), (11764, '0a32', 'PocketPC Sync', '1384'), (11765, '0a33', 'PocketPC Sync', '1384'), (11766, '0a34', 'PocketPC Sync', '1384'), (11767, '0a35', 'PocketPC Sync', '1384'), (11768, '0a36', 'PocketPC Sync', '1384'), (11769, '0a37', 'PocketPC Sync', '1384'), (11770, '0a38', 'PocketPC Sync', '1384'), (11771, '0a39', 'PocketPC Sync', '1384'), (11772, '0a3a', 'PocketPC Sync', '1384'), (11773, '0a3b', 'PocketPC Sync', '1384'), (11774, '0a3c', 'PocketPC Sync', '1384'), (11775, '0a3d', 'PocketPC Sync', '1384'), (11776, '0a3e', 'PocketPC Sync', '1384'), (11777, '0a3f', 'PocketPC Sync', '1384'), (11778, '0a40', 'PocketPC Sync', '1384'), (11779, '0a41', 'PocketPC Sync', '1384'), (11780, '0a42', 'PocketPC Sync', '1384'), (11781, '0a43', 'PocketPC Sync', '1384'), (11782, '0a44', 'PocketPC Sync', '1384'), (11783, '0a45', 'PocketPC Sync', '1384'), (11784, '0a46', 'PocketPC Sync', '1384'), (11785, '0a47', 'PocketPC Sync', '1384'), (11786, '0a48', 'PocketPC Sync', '1384'), (11787, '0a49', 'PocketPC Sync', '1384'), (11788, '0a4a', 'PocketPC Sync', '1384'), (11789, '0a4b', 'PocketPC Sync', '1384'), (11790, '0a4c', 'PocketPC Sync', '1384'), (11791, '0a4d', 'PocketPC Sync', '1384'), (11792, '0a4e', 'PocketPC Sync', '1384'), (11793, '0a4f', 'PocketPC Sync', '1384'), (11794, '0a50', 'SmartPhone (MTP)', '1384'), (11795, '0a51', 'SPV C400 / T-Mobile SDA GSM/GPRS Pocket PC', '1384'), (11796, '0a52', 'SmartPhone Sync', '1384'), (11797, '0a53', 'SmartPhone Sync', '1384'), (11798, '0a54', 'SmartPhone Sync', '1384'), (11799, '0a55', 'SmartPhone Sync', '1384'), (11800, '0a56', 'SmartPhone Sync', '1384'), (11801, '0a57', 'SmartPhone Sync', '1384'), (11802, '0a58', 'SmartPhone Sync', '1384'), (11803, '0a59', 'SmartPhone Sync', '1384'), (11804, '0a5a', 'SmartPhone Sync', '1384'), (11805, '0a5b', 'SmartPhone Sync', '1384'), (11806, '0a5c', 'SmartPhone Sync', '1384'), (11807, '0a5d', 'SmartPhone Sync', '1384'), (11808, '0a5e', 'SmartPhone Sync', '1384'), (11809, '0a5f', 'SmartPhone Sync', '1384'), (11810, '0a60', 'SmartPhone Sync', '1384'), (11811, '0a61', 'SmartPhone Sync', '1384'), (11812, '0a62', 'SmartPhone Sync', '1384'), (11813, '0a63', 'SmartPhone Sync', '1384'), (11814, '0a64', 'SmartPhone Sync', '1384'), (11815, '0a65', 'SmartPhone Sync', '1384'), (11816, '0a66', 'SmartPhone Sync', '1384'), (11817, '0a67', 'SmartPhone Sync', '1384'), (11818, '0a68', 'SmartPhone Sync', '1384'), (11819, '0a69', 'SmartPhone Sync', '1384'), (11820, '0a6a', 'SmartPhone Sync', '1384'), (11821, '0a6b', 'SmartPhone Sync', '1384'), (11822, '0a6c', 'SmartPhone Sync', '1384'), (11823, '0a6d', 'SmartPhone Sync', '1384'), (11824, '0a6e', 'SmartPhone Sync', '1384'), (11825, '0a6f', 'SmartPhone Sync', '1384'), (11826, '0a70', 'SmartPhone Sync', '1384'), (11827, '0a71', 'SmartPhone Sync', '1384'), (11828, '0a72', 'SmartPhone Sync', '1384'), (11829, '0a73', 'SmartPhone Sync', '1384'), (11830, '0a74', 'SmartPhone Sync', '1384'), (11831, '0a75', 'SmartPhone Sync', '1384'), (11832, '0a76', 'SmartPhone Sync', '1384'), (11833, '0a77', 'SmartPhone Sync', '1384'), (11834, '0a78', 'SmartPhone Sync', '1384'), (11835, '0a79', 'SmartPhone Sync', '1384'), (11836, '0a7a', 'SmartPhone Sync', '1384'), (11837, '0a7b', 'SmartPhone Sync', '1384'), (11838, '0a7c', 'SmartPhone Sync', '1384'), (11839, '0a7d', 'SmartPhone Sync', '1384'), (11840, '0a7e', 'SmartPhone Sync', '1384'), (11841, '0a7f', 'SmartPhone Sync', '1384'), (11842, '0a80', 'SmartPhone Sync', '1384'), (11843, '0a81', 'SmartPhone Sync', '1384'), (11844, '0a82', 'SmartPhone Sync', '1384'), (11845, '0a83', 'SmartPhone Sync', '1384'), (11846, '0a84', 'SmartPhone Sync', '1384'), (11847, '0a85', 'SmartPhone Sync', '1384'), (11848, '0a86', 'SmartPhone Sync', '1384'), (11849, '0a87', 'SmartPhone Sync', '1384'), (11850, '0a88', 'SmartPhone Sync', '1384'), (11851, '0a89', 'SmartPhone Sync', '1384'), (11852, '0a8a', 'SmartPhone Sync', '1384'), (11853, '0a8b', 'SmartPhone Sync', '1384'), (11854, '0a8c', 'SmartPhone Sync', '1384'), (11855, '0a8d', 'SmartPhone Sync', '1384'), (11856, '0a8e', 'SmartPhone Sync', '1384'), (11857, '0a8f', 'SmartPhone Sync', '1384'), (11858, '0a90', 'SmartPhone Sync', '1384'), (11859, '0a91', 'SmartPhone Sync', '1384'), (11860, '0a92', 'SmartPhone Sync', '1384'), (11861, '0a93', 'SmartPhone Sync', '1384'), (11862, '0a94', 'SmartPhone Sync', '1384'), (11863, '0a95', 'SmartPhone Sync', '1384'), (11864, '0a96', 'SmartPhone Sync', '1384'), (11865, '0a97', 'SmartPhone Sync', '1384'), (11866, '0a98', 'SmartPhone Sync', '1384'), (11867, '0a99', 'SmartPhone Sync', '1384'), (11868, '0a9a', 'SmartPhone Sync', '1384'), (11869, '0a9b', 'SmartPhone Sync', '1384'), (11870, '0a9c', 'SmartPhone Sync', '1384'), (11871, '0a9d', 'SmartPhone Sync', '1384'), (11872, '0a9e', 'SmartPhone Sync', '1384'), (11873, '0a9f', 'SmartPhone Sync', '1384'), (11874, '0b03', 'Ozone Mobile Broadband', '1384'), (11875, '0b04', 'Hermes / TyTN / T-Mobile MDA Vario II / O2 Xda Trion', '1384'), (11876, '0b05', 'P3600', '1384'), (11877, '0b06', 'Athena / Advantage x7500 / Dopod U1000 / T-Mobile AMEO', '1384'), (11878, '0b0c', 'Elf / Touch / P3450 / T-Mobile MDA Touch / O2 Xda Nova / Dopod S1', '1384'), (11879, '0b1f', 'Sony Ericsson XPERIA X1', '1384'), (11880, '0b2f', 'Rhodium', '1384'), (11881, '0b51', 'Qtek 8310 mobile phone [Tornado Noble]', '1384'), (11882, '0bce', 'Vario MDA', '1384'), (11883, '0c01', 'Dream / ADP1 / G1 / Magic / Tattoo / FP1', '1384'), (11884, '0c02', 'Dream / ADP1 / G1 / Magic / Tattoo (Debug)', '1384'), (11885, '0c03', 'Android Phone [Fairphone First Edition (FP1)]', '1384'), (11886, '0c13', 'Diamond', '1384'), (11887, '0c1f', 'Sony Ericsson XPERIA X1', '1384'), (11888, '0c5f', 'Snap', '1384'), (11889, '0c86', 'Sensation', '1384'), (11890, '0c87', 'Desire (debug)', '1384'), (11891, '0c8d', 'EVO 4G (debug)', '1384'), (11892, '0c91', 'Vision', '1384'), (11893, '0c94', 'Vision', '1384'), (11894, '0c97', 'Legend', '1384'), (11895, '0c99', 'Desire (debug)', '1384'), (11896, '0c9e', 'Incredible', '1384'), (11897, '0ca2', 'Desire HD (debug mode)', '1384'), (11898, '0ca5', 'Android Phone [Evo Shift 4G]', '1384'), (11899, '0cab', 'Desire / Desire HD / Hero / Thunderbolt (HTC Sync Mode)', '1384'), (11900, '0cae', 'T-Mobile MyTouch 4G Slide [Doubleshot]', '1384'), (11901, '0de5', 'One (M7)', '1384'), (11902, '0dea', 'M7_UL [HTC One]', '1384'), (11903, '0f25', 'One M8', '1384'), (11904, '0f63', 'Desire 610 Via MTP', '1384'), (11905, '0f64', 'Desire 601', '1384'), (11906, '0fb4', 'Remote NDIS based Device', '1384'), (11907, '0ff0', 'One Mini (M4)', '1384'), (11908, '0ff8', 'Desire HD (Tethering Mode)', '1384'), (11909, '0ff9', 'Desire / Desire HD / Hero / Thunderbolt (Charge Mode)', '1384'), (11910, '0ffe', 'Desire HD (modem mode)', '1384'), (11911, '0fff', 'Android Fastboot Bootloader', '1384'), (11912, '2008', 'Android Phone via MTP [MT65xx]', '1384'), (11913, '200b', 'Android Phone via PTP [Wiko Cink Peax 2]', '1384'), (11914, '2134', 'Vive Hub (SMSC USB2137B)', '1384'), (11915, '2744', 'Vive Hub (HTC CB USB2)', '1384'), (11916, '2c87', 'Vive', '1384'), (11917, '0502', 'ST3300601CB-RK 300 GB External Hard Drive', '1396'), (11918, '0503', 'ST3250824A [Barracuda 7200.9]', '1396'), (11919, '2000', 'Storage Adapter V3 (TPP)', '1396'), (11920, '2100', 'FreeAgent Go', '1396'), (11921, '2200', 'FreeAgent Go FW', '1396'), (11922, '2300', 'Expansion Portable', '1396'), (11923, '231a', 'Expansion Portable', '1396'), (11924, '231c', 'Expansion Portable', '1396'), (11925, '2320', 'USB 3.0 bridge [Portable Expansion Drive]', '1396'), (11926, '2321', 'Expansion Portable', '1396'), (11927, '2322', 'SRD0NF1 Expansion Portable (STEA)', '1396'), (11928, '2340', 'FreeAgent External Hard Drive', '1396'), (11929, '3000', 'FreeAgent Desktop', '1396'), (11930, '3008', 'FreeAgent Desk 1TB', '1396'), (11931, '3101', 'FreeAgent XTreme 640GB', '1396'), (11932, '3312', 'SRD00F2 Expansion Desktop Drive (STBV)', '1396'), (11933, '331a', 'Desktop HDD 5TB (ST5000DM000)', '1396'), (11934, '3320', 'SRD00F2 [Expansion Desktop Drive]', '1396'), (11935, '3322', 'SRD0NF2 [Expansion Desktop Drive]', '1396'), (11936, '3323', 'Seagate RSS LLC', '1396'), (11937, '3332', 'Expansion', '1396'), (11938, '3343', 'desktop drive stgy8000400', '1396'), (11939, '5020', 'FreeAgent GoFlex', '1396'), (11940, '5021', 'FreeAgent GoFlex USB 2.0', '1396'), (11941, '5030', 'FreeAgent GoFlex Upgrade Cable STAE104', '1396'), (11942, '5031', 'FreeAgent GoFlex USB 3.0', '1396'), (11943, '5032', 'SATA cable', '1396'), (11944, '5070', 'FreeAgent GoFlex Desk', '1396'), (11945, '5071', 'FreeAgent GoFlex Desk', '1396'), (11946, '50a1', 'FreeAgent GoFlex Desk', '1396'), (11947, '50a5', 'FreeAgent GoFlex Desk USB 3.0', '1396'), (11948, '5121', 'FreeAgent GoFlex', '1396'), (11949, '5161', 'FreeAgent GoFlex dock', '1396'), (11950, '6126', 'Maxtor D3 Station 5TB', '1396'), (11951, '61b5', 'Maxtor HX-M201TCB [M3 Portable 2TB]', '1396'), (11952, '61b6', 'Maxtor HX-M101TCB/GM [M3 Portable 1TB]', '1396'), (11953, '61b7', 'Maxtor M3 Portable', '1396'), (11954, 'a003', 'Backup Plus', '1396'), (11955, 'a0a1', 'Backup Plus Desktop', '1396'), (11956, 'a0a4', 'Backup Plus Desktop Drive', '1396'), (11957, 'aa14', 'STJ4000400 [Seagate Basic Portable Drive 4TB]', '1396'), (11958, 'ab00', 'Slim Portable Drive', '1396'), (11959, 'ab1e', 'Backup Plus Portable Drive', '1396'), (11960, 'ab20', 'Backup Plus Portable Drive', '1396'), (11961, 'ab21', 'Backup Plus Slim', '1396'), (11962, 'ab24', 'Backup Plus Portable Drive', '1396'), (11963, 'ab26', 'Backup Plus Slim Portable Drive 1 TB', '1396'), (11964, 'ab28', 'Seagate Backup Plus Portable 5TB SRD00F1', '1396'), (11965, 'ab2d', 'SRD00F1 [Backup Plus Ultra Slim]', '1396'), (11966, 'ab31', 'Backup Plus Desktop Drive (5TB)', '1396'), (11967, 'ab34', 'Backup Plus', '1396'), (11968, 'ab38', 'Backup Plus Hub (Mass Storage)', '1396'), (11969, 'ab44', 'Backup Plus Hub', '1396'), (11970, 'ac20', 'Backup Plus Slim 2TB', '1396'), (11971, '0001', 'UMTS-TDD (TD-CDMA) modem', '1397'), (11972, '0001', 'ActiveHome (ACPI-compliant)', '1401'), (11973, '0002', 'Firecracker Interface (ACPI-compliant)', '1401'), (11974, '0003', 'VGA Video Sender (ACPI-compliant)', '1401'), (11975, '0004', 'X10 Receiver', '1401'), (11976, '0005', 'Wireless Transceiver (ACPI-compliant)', '1401'), (11977, '0006', 'Wireless Transceiver (ACPI-compliant)', '1401'), (11978, '0007', 'Wireless Transceiver (ACPI-compliant)', '1401'), (11979, '0008', 'Wireless Transceiver (ACPI-compliant)', '1401'), (11980, '0009', 'Wireless Transceiver (ACPI-compliant)', '1401'), (11981, '000a', 'Wireless Transceiver (ACPI-compliant)', '1401'), (11982, '000b', 'Transceiver (ACPI-compliant)', '1401'), (11983, '000c', 'Transceiver (ACPI-compliant)', '1401'), (11984, '000d', 'Transceiver (ACPI-compliant)', '1401'), (11985, '000e', 'Transceiver (ACPI-compliant)', '1401'), (11986, '000f', 'Transceiver (ACPI-compliant)', '1401'), (11987, 'a021', 'Amptek DP4 multichannel signal analyzer', '1406'), (11988, '0103', 'USB 2.0 Card Reader', '1407'), (11989, '0104', 'Mass Storage Device', '1407'), (11990, '0106', 'Mass Storage Device', '1407'), (11991, '0107', 'Mass Storage Device', '1407'), (11992, '0108', 'Mass Storage Device', '1407'), (11993, '0109', 'microSDXC Card Reader [Hama 00091047]', '1407'), (11994, '0111', 'RTS5111 Card Reader Controller', '1407'), (11995, '0113', 'Mass Storage Device', '1407'), (11996, '0115', 'Mass Storage Device (Multicard Reader)', '1407'), (11997, '0116', 'RTS5116 Card Reader Controller', '1407'), (11998, '0117', 'Mass Storage Device', '1407'), (11999, '0118', 'Mass Storage Device', '1407'), (12000, '0119', 'Storage Device (SD card reader)', '1407'), (12001, '0129', 'RTS5129 Card Reader Controller', '1407'), (12002, '0138', 'RTS5138 Card Reader Controller', '1407'), (12003, '0139', 'RTS5139 Card Reader Controller', '1407'), (12004, '0151', 'Mass Storage Device (Multicard Reader)', '1407'), (12005, '0152', 'Mass Storage Device', '1407'), (12006, '0153', '3-in-1 (SD/SDHC/SDXC) Card Reader', '1407'), (12007, '0156', 'Mass Storage Device', '1407'), (12008, '0157', 'Mass Storage Device', '1407'), (12009, '0158', 'USB 2.0 multicard reader', '1407'), (12010, '0159', 'RTS5159 Card Reader Controller', '1407'), (12011, '0161', 'Mass Storage Device', '1407'), (12012, '0168', 'Mass Storage Device', '1407'), (12013, '0169', 'Mass Storage Device', '1407'), (12014, '0171', 'Mass Storage Device', '1407'), (12015, '0176', 'Mass Storage Device', '1407'), (12016, '0178', 'Mass Storage Device', '1407'), (12017, '0179', 'RTL8188ETV Wireless LAN 802.11n Network Adapter', '1407'), (12018, '0184', 'RTS5182 Card Reader', '1407'), (12019, '0186', 'Card Reader', '1407'), (12020, '0301', 'multicard reader', '1407'), (12021, '0307', 'Card Reader', '1407'), (12022, '0316', 'Card Reader', '1407'), (12023, '0326', 'Card reader', '1407'), (12024, '0411', 'Hub', '1407'), (12025, '0811', 'Realtek 8812AU/8821AU 802.11ac WLAN Adapter [USB Wireless Dual-Band Adapter 2.4/5Ghz]', '1407'), (12026, '0821', 'RTL8821A Bluetooth', '1407'), (12027, '1724', 'RTL8723AU 802.11n WLAN Adapter', '1407'), (12028, '1a2b', 'RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)', '1407'), (12029, '2831', 'RTL2831U DVB-T', '1407'), (12030, '2832', 'RTL2832U DVB-T', '1407'), (12031, '2838', 'RTL2838 DVB-T', '1407'), (12032, '5401', 'RTL 8153 USB 3.0 hub with gigabit ethernet', '1407'), (12033, '5411', 'RTS5411 Hub', '1407'), (12034, '568c', 'Integrated Webcam HD', '1407'), (12035, '570c', 'Asus laptop camera', '1407'), (12036, '5730', 'HP 2.0MP High Definition Webcam', '1407'), (12037, '5751', 'Integrated Webcam', '1407'), (12038, '5775', 'HP "Truevision HD" laptop camera', '1407'), (12039, '5776', 'HP Truevision HD integrated webcam', '1407'), (12040, '57b3', 'Acer 640 × 480 laptop camera', '1407'), (12041, '57cc', 'HD Webcam - Realtek Semiconductor', '1407'), (12042, '57cf', 'HD WebCam', '1407'), (12043, '57da', 'Built-In Video Camera', '1407'), (12044, '58c2', 'Integrated Webcam HD', '1407'), (12045, '58c8', 'Integrated Webcam HD', '1407'), (12046, '8150', 'RTL8150 Fast Ethernet Adapter', '1407'), (12047, '8151', 'RTL8151 Adapteon Business Mobile Networks BV', '1407'), (12048, '8152', 'RTL8152 Fast Ethernet Adapter', '1407'), (12049, '8153', 'RTL8153 Gigabit Ethernet Adapter', '1407'), (12050, '8171', 'RTL8188SU 802.11n WLAN Adapter', '1407'), (12051, '8172', 'RTL8191SU 802.11n WLAN Adapter', '1407'), (12052, '8174', 'RTL8192SU 802.11n WLAN Adapter', '1407'), (12053, '8176', 'RTL8188CUS 802.11n WLAN Adapter', '1407'), (12054, '8178', 'RTL8192CU 802.11n WLAN Adapter', '1407'), (12055, '8179', 'RTL8188EUS 802.11n Wireless Network Adapter', '1407'), (12056, '817f', 'RTL8188RU 802.11n WLAN Adapter', '1407'), (12057, '8187', 'RTL8187 Wireless Adapter', '1407'), (12058, '8189', 'RTL8187B Wireless 802.11g 54Mbps Network Adapter', '1407'), (12059, '818b', 'RTL8192EU 802.11b/g/n WLAN Adapter', '1407'), (12060, '8192', 'RTL8191SU 802.11n Wireless Adapter', '1407'), (12061, '8193', 'RTL8192DU 802.11an WLAN Adapter', '1407'), (12062, '8197', 'RTL8187B Wireless Adapter', '1407'), (12063, '8198', 'RTL8187B Wireless Adapter', '1407'), (12064, '8199', 'RTL8187SU 802.11g WLAN Adapter', '1407'), (12065, '8723', 'RTL8723A Bluetooth', '1407'), (12066, '8812', 'RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter', '1407'), (12067, '8813', 'RTL8814AU 802.11a/b/g/n/ac Wireless Adapter', '1407'), (12068, '881a', 'RTL8812AU-VS 802.11a/b/g/n/ac 2T2R DB WLAN Adapter', '1407'), (12069, '8821', 'RTL8821A Bluetooth', '1407'), (12070, '9210', 'RTL9210 M.2 NVME Adapter', '1407'), (12071, 'a811', 'RTL8811AU 802.11a/b/g/n/ac WLAN Adapter', '1407'), (12072, 'b009', 'Realtek Bluetooth 4.2 Adapter', '1407'), (12073, 'b00a', 'Realtek Bluetooth 4.2 Adapter', '1407'), (12074, 'b00b', 'Realtek Bluetooth 4.2 Adapter', '1407'), (12075, 'b023', 'RTL8822BE Bluetooth 4.2 Adapter', '1407'), (12076, 'b711', 'RTL8188GU 802.11n WLAN Adapter (After Modeswitch)', '1407'), (12077, 'b720', 'RTL8723BU 802.11b/g/n WLAN Adapter', '1407'), (12078, 'b723', 'RTL8723B Bluetooth', '1407'), (12079, 'b728', 'RTL8723B Bluetooth', '1407'), (12080, 'b72a', 'RTL8723B Bluetooth', '1407'), (12081, 'b812', 'RTL88x2bu [AC1200 Techkey]', '1407'), (12082, 'f179', 'RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter', '1407'), (12083, '1000', 'BV Bluetooth Device', '1408'), (12084, '1002', 'Bluetooth Device 1.2', '1408'), (12085, '1049', 'C3607w Mobile Broadband Module', '1408'), (12086, '1900', 'F3507g Mobile Broadband Module', '1408'), (12087, '1902', 'F3507g v2 Mobile Broadband Module', '1408'), (12088, '1904', 'F3607gw Mobile Broadband Module', '1408'), (12089, '1905', 'F3607gw v2 Mobile Broadband Module', '1408'), (12090, '1906', 'F3607gw v3 Mobile Broadband Module', '1408'), (12091, '1909', 'F3307 v2 Mobile Broadband Module', '1408'), (12092, '190a', 'F3307 Mobile Broadband Module', '1408'), (12093, '190b', 'C3607w v2 Mobile Broadband Module', '1408'), (12094, '1926', 'H5321 gw Mobile Broadband Module', '1408'), (12095, '1100', 'CASHFLOW SC', '1416'), (12096, '1101', 'Series 2000 Combo Acceptor', '1416'), (12097, 'c010', 'EHD100SD', '1419'), (12098, '0001', 'netMod Driver Ver 2.4.17 (CAPI)', '1420'), (12099, '0002', 'netMod Driver Ver 2.4 (CAPI)', '1420'), (12100, '0003', 'netMod Driver Ver 2.4 (CAPI)', '1420'), (12101, '0103', 'Storage Device', '1422'), (12102, '1234', 'Storage Device', '1422'), (12103, 'a000', 'Cable 205 (TPP)', '1422'), (12104, 'a001', 'Cable 205', '1422'), (12105, 'a002', 'IDE Bridge', '1422'), (12106, '1001', 'Fujitsu Pocket Loox 600 PDA', '1424'), (12107, '1006', 'SmartCard Reader 2A', '1424'), (12108, '1007', 'Connect2Air E-5400 802.11g Wireless Adapter', '1424'), (12109, '1009', 'Connect2Air E-5400 D1700 802.11g Wireless Adapter [Intersil ISL3887]', '1424'), (12110, '100c', 'Keyboard FSC KBPC PX', '1424'), (12111, '100f', 'miniCard D2301 802.11bg Wireless Module [SiS 163U]', '1424'), (12112, '1017', 'Keyboard KB SCR', '1424'), (12113, '101f', 'Fujitsu Full HD Pro Webcam', '1424'), (12114, '0200', 'TURBO iDDR Front Panel', '1425'), (12115, '0004', 'USBcan II', '1426'), (12116, '000b', 'Leaf Light HS', '1426'), (12117, '000e', 'Leaf SemiPro HS', '1426'), (12118, '1607', 'Apex M500', '1427'), (12119, '0378', 'Q 16MB Storage Device', '1432'), (12120, 'a5a5', 'Litto Version USB2.0', '1433'), (12121, '6124', 'RocketStor 6124V', '1434'), (12122, '27cb', '6-in-1 Flash Reader and Writer', '1435'), (12123, '27d7', 'Multi Memory reader/writer MD-005', '1435'), (12124, '27da', 'Multi Memory reader/writer MD-005', '1435'), (12125, '27dc', 'Multi Memory reader/writer MD-005', '1435'), (12126, '27e7', '3,5\'\' HDD case MD-231', '1435'), (12127, '27ee', '3,5\'\' HDD case MD-231', '1435'), (12128, '2814', '3,5\'\' HDD case MD-231', '1435'), (12129, '2815', '3,5\'\' HDD case MD-231', '1435'), (12130, '281d', '3,5\'\' HDD case MD-231', '1435'), (12131, '5fab', 'Storage Adaptor', '1435'), (12132, 'a109', 'CF/SM Reader and Writer', '1435'), (12133, 'a10c', 'SD/MS Reader and Writer', '1435'), (12134, 'b001', 'USB 2.0 Mass Storage IDE adapter', '1435'), (12135, 'b004', 'MMC/SD Reader and Writer', '1435'), (12136, '0005', 'PSX Vibration Feedback Converter / Intec Wireless Controller for Xbox', '1436'), (12137, '0030', 'PSX Vibration Feedback Converter', '1436'), (12138, '700e', 'Logic Analyzer (LAP-C-16032)', '1436'), (12139, '8801', 'Nyko Xbox Controller', '1436'), (12140, '8802', 'Xbox Controller', '1436'), (12141, '8809', 'Red Octane Ignition Xbox DDR Pad', '1436'), (12142, '880a', 'Pelican Eclipse PL-2023', '1436'), (12143, '8810', 'Xbox Controller', '1436'), (12144, '9902', 'VibraX', '1436'), (12145, '0002', 'RF Technology Receiver', '1438'), (12146, '0003', 'RF Technology Receiver', '1438'), (12147, '0008', 'RF Technology Receiver', '1438'), (12148, '0080', 'eHome Infrared Receiver', '1438'), (12149, '0081', 'eHome Infrared Receiver', '1438'), (12150, '1800', 'Tango 2E', '1445'), (12151, '0001', 'Bluetooth Adaptor', '1448'), (12152, '0002', 'Bluetooth Device2', '1448'), (12153, '0005', 'Bluetooth Device(BC04-External)', '1448'), (12154, '000b', 'Bluetooth Device(BC04-External)', '1448'), (12155, '000c', 'Bluetooth Adaptor', '1448'), (12156, '000e', 'Bluetooth Device(BC04-External)', '1448'), (12157, '000f', 'Bluetooth Device (V2.0+EDR)', '1448'), (12158, '0010', 'Bluetooth Device(BC04-External)', '1448'), (12159, '0012', 'Bluetooth Device(BC04-External)', '1448'), (12160, '0018', 'Bluetooth Device(BC04-External)', '1448'), (12161, '0019', 'Bluetooth Device', '1448'), (12162, '0021', 'Bluetooth Device (V2.1+EDR)', '1448'), (12163, '0c24', 'Bluetooth Device(SAMPLE)', '1448'), (12164, 'ffff', 'Bluetooth module with BlueCore in DFU mode', '1448'), (12165, '0310', 'Scream Cam', '1449'), (12166, '0018', 'USB-Serial Controller [Icom Inc. OPC-478UC]', '1450'), (12167, '002b', 'Icom Inc. IC-R30', '1450'), (12168, '232a', 'pcProx Plus RFID Reader (CDC serial)', '1451'), (12169, '3bfa', 'pcProx Card Reader', '1451'), (12170, '0007', 'Metrologic MS7120 Barcode Scanner (IBM SurePOS mode)', '1452'), (12171, '0200', 'MS7120 Barcode Scanner', '1452'), (12172, '0204', 'Metrologic MS7120 Barcode Scanner (keyboard mode)', '1452'), (12173, '0206', 'Metrologic MS4980 Barcode Scanner', '1452'), (12174, '0700', 'Metrologic MS7120 Barcode Scanner (uni-directional serial mode)', '1452'), (12175, '0720', 'Metrologic MS7120 Barcode Scanner (bi-directional serial mode)', '1452'), (12176, '0a64', '[Stratos 2700]', '1452'), (12177, '0b61', 'Vuquest 3310g', '1452'), (12178, '0b6a', 'Vuquest 3310 Area-Imaging Scanner', '1452'), (12179, '0b81', 'Barcode scanner Voyager 1400g Series', '1452'), (12180, '6010', 'Kona 1400 Cutting Plotter', '1453'), (12181, '8000', '2.4GHz receiver', '1464'), (12182, '0021', 'iDEN P2k0 Device', '1465'), (12183, '0022', 'iDEN P2k1 Device', '1465'), (12184, '03a2', 'iDEN Smartphone', '1465'), (12185, '41d9', 'i1 phone', '1465'), (12186, '0011', 'EBUDDY', '1466'), (12187, '0520', 'MaxTrack Wireless Mouse', '1466'), (12188, '1018', 'Compact Flash storage memory card reader', '1466'), (12189, '1020', 'Mass Storage Reader', '1466'), (12190, '1028', 'Mass Storage Reader', '1466'), (12191, '1030', 'Mass Storage Reader', '1466'), (12192, '1031', 'Sonix Mass Storage Device', '1466'), (12193, '1032', 'Mass Storage Reader', '1466'), (12194, '1033', 'Sonix Mass Storage Device', '1466'), (12195, '1034', 'Mass Storage Reader', '1466'), (12196, '1035', 'Mass Storage Reader', '1466'), (12197, '1036', 'Mass Storage Reader', '1466'), (12198, '1037', 'Sonix Mass Storage Device', '1466'), (12199, '1050', 'CF Card Reader', '1466'), (12200, '1058', 'HDD Reader', '1466'), (12201, '1060', 'iFlash SM-Direct Card Reader', '1466'), (12202, '1061', 'Mass Storage Reader', '1466'), (12203, '1062', 'Mass Storage Reader', '1466'), (12204, '1063', 'Sonix Mass Storage Device', '1466'), (12205, '1064', 'Mass Storage Reader', '1466'), (12206, '1065', 'Mass Storage Reader', '1466'), (12207, '1066', 'Mass Storage Reader', '1466'), (12208, '1067', 'Mass Storage Reader', '1466'), (12209, '1158', 'A56AK', '1466'), (12210, '184c', 'VoIP Phone', '1466'), (12211, '1a90', '2M pixel Microscope Camera (with capture button) [Andonstar V160]', '1466'), (12212, '5004', 'Redragon Mitra RGB Keyboard', '1466'), (12213, '5101', '2.4G Wireless Device [Rii MX3]', '1466'), (12214, '6001', 'Genius VideoCAM NB', '1466'), (12215, '6005', 'Sweex Mini Webcam', '1466'), (12216, '6007', 'VideoCAM Eye', '1466'), (12217, '6009', 'VideoCAM ExpressII', '1466'), (12218, '600d', 'TwinkleCam USB camera', '1466'), (12219, '6011', 'PC Camera (SN9C102)', '1466'), (12220, '6019', 'PC Camera (SN9C102)', '1466'), (12221, '6024', 'VideoCAM ExpressII', '1466'), (12222, '6025', 'VideoCAM ExpressII', '1466'), (12223, '6028', 'Typhoon Easycam USB 330K (older)', '1466'), (12224, '6029', 'Triplex i-mini PC Camera', '1466'), (12225, '602a', 'Meade ETX-105EC Camera', '1466'), (12226, '602b', 'VideoCAM NB 300', '1466'), (12227, '602c', 'Clas Ohlson TWC-30XOP Webcam', '1466'), (12228, '602d', 'VideoCAM ExpressII', '1466'), (12229, '602e', 'VideoCAM Messenger', '1466'), (12230, '6030', 'VideoCAM ExpressII', '1466'), (12231, '603f', 'VideoCAM ExpressII', '1466'), (12232, '6040', 'CCD PC Camera (PC390A)', '1466'), (12233, '606a', 'CCD PC Camera (PC390A)', '1466'), (12234, '607a', 'CCD PC Camera (PC390A)', '1466'), (12235, '607b', 'Win2 PC Camera', '1466'), (12236, '607c', 'CCD PC Camera (PC390A)', '1466'), (12237, '607e', 'CCD PC Camera (PC390A)', '1466'), (12238, '6080', 'Audio (Microphone)', '1466'), (12239, '6082', 'VideoCAM Look', '1466'), (12240, '6083', 'VideoCAM Look', '1466'), (12241, '608c', 'VideoCAM Look', '1466'), (12242, '608e', 'VideoCAM Look', '1466'), (12243, '608f', 'PC Camera (SN9C103 + OV7630)', '1466'), (12244, '60a8', 'VideoCAM Look', '1466'), (12245, '60aa', 'VideoCAM Look', '1466'), (12246, '60ab', 'PC Camera', '1466'), (12247, '60af', 'VideoCAM Look', '1466'), (12248, '60b0', 'Genius VideoCam Look', '1466'), (12249, '60c0', 'PC Camera with Mic (SN9C105)', '1466'), (12250, '60c8', 'Win2 PC Camera', '1466'), (12251, '60cc', 'PC Camera with Mic (SN9C105)', '1466'), (12252, '60ec', 'PC Camera with Mic (SN9C105)', '1466'), (12253, '60ef', 'Win2 PC Camera', '1466'), (12254, '60fa', 'PC Camera with Mic (SN9C105)', '1466'), (12255, '60fb', 'Composite Device', '1466'), (12256, '60fc', 'PC Camera with Mic (SN9C105)', '1466'), (12257, '60fe', 'Audio (Microphone)', '1466'), (12258, '6108', 'Win2 PC Camera', '1466'), (12259, '6122', 'PC Camera (SN9C110)', '1466'), (12260, '6123', 'PC Camera (SN9C110)', '1466'), (12261, '6128', 'PC Camera (SN9C325 + OM6802)', '1466'), (12262, '612a', 'PC Camera (SN9C325)', '1466'), (12263, '612c', 'PC Camera (SN9C110)', '1466'), (12264, '612e', 'PC Camera (SN9C110)', '1466'), (12265, '612f', 'PC Camera (SN9C110)', '1466'), (12266, '6130', 'PC Camera (SN9C120)', '1466'), (12267, '6138', 'Win2 PC Camera', '1466'), (12268, '613a', 'PC Camera (SN9C120)', '1466'), (12269, '613b', 'Win2 PC Camera', '1466'), (12270, '613c', 'PC Camera (SN9C120)', '1466'), (12271, '613e', 'PC Camera (SN9C120)', '1466'), (12272, '6143', 'PC Camera (SN9C120 + SP80708)', '1466'), (12273, '6240', 'PC Camera (SN9C201 + MI1300)', '1466'), (12274, '6242', 'PC Camera (SN9C201 + MI1310)', '1466'), (12275, '6243', 'PC Camera (SN9C201 + S5K4AAFX)', '1466'), (12276, '6248', 'PC Camera (SN9C201 + OV9655)', '1466'), (12277, '624b', 'PC Camera (SN9C201 + CX1332)', '1466'), (12278, '624c', 'PC Camera (SN9C201 + MI1320)', '1466'), (12279, '624e', 'PC Camera (SN9C201 + SOI968)', '1466'), (12280, '624f', 'PC Camera (SN9C201 + OV9650)', '1466'), (12281, '6251', 'PC Camera (SN9C201 + OV9650)', '1466'), (12282, '6253', 'PC Camera (SN9C201 + OV9650)', '1466'), (12283, '6260', 'PC Camera (SN9C201 + OV7670ISP)', '1466'), (12284, '6262', 'PC Camera (SN9C201 + OM6802)', '1466'), (12285, '6270', 'PC Camera (SN9C201 + MI0360/MT9V011 or MI0360SOC/MT9V111) U-CAM PC Camera NE878, Whitcom WHC017, ...', '1466'), (12286, '627a', 'PC Camera (SN9C201 + S5K53BEB)', '1466'), (12287, '627b', 'PC Camera (SN9C201 + OV7660)', '1466'), (12288, '627c', 'PC Camera (SN9C201 + HV7131R)', '1466'), (12289, '627f', 'PC Camera (SN9C201 + OV965x + EEPROM)', '1466'), (12290, '6280', 'PC Camera with Microphone (SN9C202 + MI1300)', '1466'), (12291, '6282', 'PC Camera with Microphone (SN9C202 + MI1310)', '1466'), (12292, '6283', 'PC Camera with Microphone (SN9C202 + S5K4AAFX)', '1466'), (12293, '6288', 'PC Camera with Microphone (SN9C202 + OV9655)', '1466'), (12294, '628a', 'PC Camera with Microphone (SN9C202 + ICM107)', '1466'), (12295, '628b', 'PC Camera with Microphone (SN9C202 + CX1332)', '1466'), (12296, '628c', 'PC Camera with Microphone (SN9C202 + MI1320)', '1466'), (12297, '628e', 'PC Camera with Microphone (SN9C202 + SOI968)', '1466'), (12298, '628f', 'PC Camera with Microphone (SN9C202 + OV9650)', '1466'), (12299, '62a0', 'PC Camera with Microphone (SN9C202 + OV7670ISP)', '1466'), (12300, '62a2', 'PC Camera with Microphone (SN9C202 + OM6802)', '1466'), (12301, '62b0', 'PC Camera with Microphone (SN9C202 + MI0360/MT9V011 or MI0360SOC/MT9V111)', '1466'), (12302, '62b3', 'PC Camera with Microphone (SN9C202 + OV9655)', '1466'), (12303, '62ba', 'PC Camera with Microphone (SN9C202 + S5K53BEB)', '1466'), (12304, '62bb', 'PC Camera with Microphone (SN9C202 + OV7660)', '1466'), (12305, '62bc', 'PC Camera with Microphone (SN9C202 + HV7131R)', '1466'), (12306, '62be', 'PC Camera with Microphone (SN9C202 + OV7663)', '1466'), (12307, '62c0', 'Sonix USB 2.0 Camera', '1466'), (12308, '62e0', 'MSI Starcam Racer', '1466'), (12309, '6300', 'PC Microscope camera', '1466'), (12310, '6310', 'Sonix USB 2.0 Camera', '1466'), (12311, '6321', 'HP Integrated Webcam', '1466'), (12312, '6340', 'Camera', '1466'), (12313, '6341', 'Defender G-Lens 2577 HD720p Camera', '1466'), (12314, '6366', 'Webcam Vitade AF', '1466'), (12315, '63e0', 'Sonix Integrated Webcam', '1466'), (12316, '63f1', 'Integrated Webcam', '1466'), (12317, '63f8', 'Sonix Integrated Webcam', '1466'), (12318, '6409', 'Webcam', '1466'), (12319, '6413', 'Integrated Webcam', '1466'), (12320, '6417', 'Integrated Webcam', '1466'), (12321, '6419', 'Integrated Webcam', '1466'), (12322, '641d', '1.3 MPixel Integrated Webcam', '1466'), (12323, '6433', 'Laptop Integrated Webcam HD (Composite Device)', '1466'), (12324, '643f', 'Dell Integrated HD Webcam', '1466'), (12325, '644d', '1.3 MPixel Integrated Webcam', '1466'), (12326, '6480', 'Sonix 1.3 MP Laptop Integrated Webcam', '1466'), (12327, '648b', 'Integrated Webcam', '1466'), (12328, '64ad', 'Dell Laptop Integrated Webcam HD', '1466'), (12329, '64bd', 'Sony Visual Communication Camera', '1466'), (12330, '64d0', 'Integrated Webcam', '1466'), (12331, '64d2', 'Integrated Webcam', '1466'), (12332, '651b', 'HP Webcam', '1466'), (12333, '652f', 'Backlit Gaming Keyboard', '1466'), (12334, '6705', 'Integrated HD Webcam', '1466'), (12335, '670c', 'Integrated Webcam HD', '1466'), (12336, '6710', 'Integrated Webcam', '1466'), (12337, '6712', 'Integrated Webcam HD', '1466'), (12338, '671d', 'Integrated_Webcam_HD', '1466'), (12339, '7401', 'TEMPer Temperature Sensor', '1466'), (12340, '7402', 'TEMPerHUM Temperature & Humidity Sensor', '1466'), (12341, '7403', 'Foot Switch', '1466'), (12342, '7404', 'Foot switch FS1-P', '1466'), (12343, '8000', 'DC31VC', '1466'), (12344, '8006', 'Dual Mode Camera (8006 VGA)', '1466'), (12345, '800a', 'Vivitar Vivicam3350B', '1466'), (12346, '0889', 'Timy', '1468'), (12347, '088a', 'Timy 2', '1468'), (12348, '0100', 'cyberJack e-com/pinpad', '1469'), (12349, '0300', 'cyberJack pinpad(a)', '1469'), (12350, '0400', 'cyberJack e-com(a)', '1469'), (12351, '0401', 'cyberJack pinpad(a2)', '1469'), (12352, '0500', 'cyberJack RFID standard dual interface smartcard reader', '1469'), (12353, '0501', 'cyberJack RFID comfort dual interface smartcard reader', '1469'), (12354, '0502', 'cyberJack compact', '1469'), (12355, '0504', 'cyberJack go / go plus', '1469'), (12356, '0505', 'cyberJack wave', '1469'), (12357, '9102', 'cyberJack RFID basis contactless smartcard reader', '1469'), (12358, '0021', 'EMP-21 Universal Programmer', '1470'), (12359, '2101', 'SeaLINK+232', '1471'), (12360, '2102', 'SeaLINK+485', '1471'), (12361, '2103', 'SeaLINK+232I', '1471'), (12362, '2104', 'SeaLINK+485I', '1471'), (12363, '2211', 'SeaPORT+2/232 (Port 1)', '1471'), (12364, '2212', 'SeaPORT+2/485 (Port 1)', '1471'), (12365, '2213', 'SeaPORT+2 (Port 1)', '1471'), (12366, '2221', 'SeaPORT+2/232 (Port 2)', '1471'), (12367, '2222', 'SeaPORT+2/485 (Port 2)', '1471'), (12368, '2223', 'SeaPORT+2 (Port 2)', '1471'), (12369, '2411', 'SeaPORT+4/232 (Port 1)', '1471'), (12370, '2412', 'SeaPORT+4/485 (Port 1)', '1471'), (12371, '2413', 'SeaPORT+4 (Port 1)', '1471'), (12372, '2421', 'SeaPORT+4/232 (Port 2)', '1471'), (12373, '2422', 'SeaPORT+4/485 (Port 2)', '1471'), (12374, '2423', 'SeaPORT+4 (Port 2)', '1471'), (12375, '2431', 'SeaPORT+4/232 (Port 3)', '1471'), (12376, '2432', 'SeaPORT+4/485 (Port 3)', '1471'), (12377, '2433', 'SeaPORT+4 (Port 3)', '1471'), (12378, '2441', 'SeaPORT+4/232 (Port 4)', '1471'), (12379, '2442', 'SeaPORT+4/485 (Port 4)', '1471'), (12380, '2443', 'SeaPORT+4 (Port 4)', '1471'), (12381, '2811', 'SeaLINK+8/232 (Port 1)', '1471'), (12382, '2812', 'SeaLINK+8/485 (Port 1)', '1471'), (12383, '2813', 'SeaLINK+8 (Port 1)', '1471'), (12384, '2821', 'SeaLINK+8/232 (Port 2)', '1471'), (12385, '2822', 'SeaLINK+8/485 (Port 2)', '1471'), (12386, '2823', 'SeaLINK+8 (Port 2)', '1471'), (12387, '2831', 'SeaLINK+8/232 (Port 3)', '1471'), (12388, '2832', 'SeaLINK+8/485 (Port 3)', '1471'), (12389, '2833', 'SeaLINK+8 (Port 3)', '1471'), (12390, '2841', 'SeaLINK+8/232 (Port 4)', '1471'), (12391, '2842', 'SeaLINK+8/485 (Port 4)', '1471'), (12392, '2843', 'SeaLINK+8 (Port 4)', '1471'), (12393, '2851', 'SeaLINK+8/232 (Port 5)', '1471'), (12394, '2852', 'SeaLINK+8/485 (Port 5)', '1471'), (12395, '2853', 'SeaLINK+8 (Port 5)', '1471'), (12396, '2861', 'SeaLINK+8/232 (Port 6)', '1471'), (12397, '2862', 'SeaLINK+8/485 (Port 6)', '1471'), (12398, '2863', 'SeaLINK+8 (Port 6)', '1471'), (12399, '2871', 'SeaLINK+8/232 (Port 7)', '1471'), (12400, '2872', 'SeaLINK+8/485 (Port 7)', '1471'), (12401, '2873', 'SeaLINK+8 (Port 7)', '1471'), (12402, '2881', 'SeaLINK+8/232 (Port 8)', '1471'), (12403, '2882', 'SeaLINK+8/485 (Port 8)', '1471'), (12404, '2883', 'SeaLINK+8 (Port 8)', '1471'), (12405, '9020', 'SeaLINK+422', '1471'), (12406, 'a02a', 'SeaLINK+8 (Port 1+2)', '1471'), (12407, 'a02b', 'SeaLINK+8 (Port 3+4)', '1471'), (12408, 'a02c', 'SeaLINK+8 (Port 5+6)', '1471'), (12409, 'a02d', 'SeaLINK+8 (Port 7+8)', '1471'), (12410, '0510', 'Spectrum Digital XDS510 JTAG Debugger', '1474'), (12411, '0540', 'SPI540', '1474'), (12412, '5416', 'TMS320C5416 DSK', '1474'), (12413, '6416', 'TMS320C6416 DDB', '1474'), (12414, '0001', 'MiniMe', '1481'), (12415, '0002', 'MiniDAC', '1481'), (12416, '0003', 'ONE', '1481'), (12417, '0004', 'GiO', '1481'), (12418, '0007', 'Duet', '1481'), (12419, '0009', 'Jam', '1481'), (12420, '000a', 'Jam Bootloader', '1481'), (12421, '000b', 'MiC', '1481'), (12422, '000c', 'MiC Bootloader', '1481'), (12423, '8007', 'Duet DFU Mode', '1481'), (12424, '0005', 'Color 320 x 240 LCD Display Terminal with Touchscreen', '1488'), (12425, '04b2', 'Specbos 1201', '1489'), (12426, '0000', 'USB08 Development board', '1490'), (12427, '0747', 'Eye Movement Recorder [Visagraph]/[ReadAlyzer]', '1490'), (12428, '000c', 'PCAN-USB', '1491'), (12429, '000d', 'PCAN Pro', '1491'), (12430, '0002', 'OL 700-30 Goniometer', '1492'), (12431, '0001', 'Mass Storage Controller', '1493'), (12432, '0002', 'Mass Storage Controller', '1493'), (12433, '0003', 'USBdisk', '1493'), (12434, '0004', 'Mass Storage Controller', '1493'), (12435, '0005', 'Transcend Flash disk', '1493'), (12436, '0006', 'Transcend JetFlash', '1493'), (12437, '0007', 'Mass Storage Device', '1493'), (12438, '1600', 'Ion Quick Play LP turntable', '1493'), (12439, '1605', 'SSS Headphone Set', '1493'), (12440, '1607', 'audio controller', '1493'), (12441, '5663', 'Audio Device', '1493'), (12442, '1001', 'SiPix Web2', '1494'), (12443, '1002', 'SiPix SC2100', '1494'), (12444, '1010', 'SiPix Snap', '1494'), (12445, '1011', 'SiPix Blink 2', '1494'), (12446, '1015', 'SiPix CAMeleon', '1494'), (12447, '0021', 'Handheld', '1499'), (12448, '17da', 'Qualcomm Kyocera CDMA Technologies MSM', '1499'), (12449, '6000', 'Luxian Series', '1505'), (12450, 'a000', 'EPP 1217', '1507'), (12451, '1140', 'USB PC Watchdog', '1508'), (12452, '1511', 'BI-1511 Laser Simulator', '1512'), (12453, '1512', 'BI-1512 Syncbus Monitor', '1512'), (12454, '1514', 'BI-1514 HPC', '1512'), (12455, '1532', 'BI-1532 GPC', '1512'), (12456, '0170', '3873 Manual Insert card reader', '1513'), (12457, '0010', 'EZUSB PC/SC Smart Card Reader', '1518'), (12458, '0050', 'EZ220PU Reader Controller', '1518'), (12459, '1077', 'Bludrive Family Smart Card Reader', '1518'), (12460, '107e', 'Reader Controller', '1518'), (12461, '2010', 'myPad110 PC/SC Smart Card Reader', '1518'), (12462, '3050', 'EZ710 Smart Card Reader', '1518'), (12463, '3001', 'AT-VT-Kit3 Serial Adapter', '1520'), (12464, '1007', 'APX Series Consolette', '1521'), (12465, '1020', 'MOTOTRBO Series Radio (Portable)', '1521'), (12466, '1030', 'APX Series Radio (Portable)', '1521'), (12467, '1031', 'APX Series Radio (Mobile)', '1521'), (12468, '1602', 'IMPRES Battery Data Reader', '1521'), (12469, '9001', 'PowerPad Pocket PC Device', '1521'), (12470, '2507', 'Hi-Speed USB-to-IDE Bridge Controller', '1523'), (12471, '2515', 'Flash Disk Embedded Hub', '1523'), (12472, '2516', 'Flash Disk Security Device', '1523'), (12473, '2517', 'Flash Disk Mass Storage Device', '1523'), (12474, '25c7', 'Hi-Speed USB-to-IDE Bridge Controller', '1523'), (12475, '3a00', 'Hard Drive', '1523'), (12476, '3a20', 'Mass Storage Device', '1523'), (12477, '3acd', 'Mass Storage Device', '1523'), (12478, '0101', 'Pocket PC P6C', '1531'), (12479, '0201', 'Personal Digital Assistant', '1531'), (12480, '0301', 'Personal Digital Assistant P6M+', '1531'), (12481, '0401', 'Pocket PC', '1531'), (12482, '0012', 'PHASE 26', '1547'), (12483, '0013', 'PHASE 26', '1547'), (12484, '0014', 'PHASE 26', '1547'), (12485, '0015', 'Flash Update for TerraTec PHASE 26', '1547'), (12486, '0021', 'Cameo Grabster 200', '1547'), (12487, '0023', 'Mystify Claw', '1547'), (12488, '0028', 'Aureon 5.1 MkII', '1547'), (12489, '0032', 'MIDI HUBBLE', '1547'), (12490, '0035', 'Miditech Play\'n Roll', '1547'), (12491, '0036', 'Cinergy 250 Audio', '1547'), (12492, '0037', 'Cinergy 250 Audio', '1547'), (12493, '0038', 'Cinergy T² DVB-T Receiver', '1547'), (12494, '0039', 'Grabster AV 400', '1547'), (12495, '003b', 'Cinergy 400', '1547'), (12496, '003c', 'Grabster AV 250', '1547'), (12497, '0042', 'Cinergy Hybrid T XS', '1547'), (12498, '0043', 'Cinergy T XS', '1547'), (12499, '004e', 'Cinergy T XS', '1547'), (12500, '004f', 'Cinergy Analog XS', '1547'), (12501, '0055', 'Cinergy T XE (Version 1, AF9005)', '1547'), (12502, '005c', 'Cinergy T²', '1547'), (12503, '0069', 'Cinergy T XE (Version 2, AF9015)', '1547'), (12504, '006b', 'Cinergy HT PVR (EU)', '1547'), (12505, '0072', 'Cinergy Hybrid T', '1547'), (12506, '0077', 'Aureon Dual USB', '1547'), (12507, '0078', 'Cinergy T XXS', '1547'), (12508, '0086', 'Cinergy Hybrid XE', '1547'), (12509, '008e', 'Cinergy HTC XS', '1547'), (12510, '0096', 'Grabby', '1547'), (12511, '0097', 'Cinergy T RC MKII', '1547'), (12512, '0099', 'AfaTech 9015 [Cinergy T Stick Dual]', '1547'), (12513, '00a5', 'Cinergy Hybrid Stick', '1547'), (12514, '00a9', 'RTL2838 DVB-T COFDM Demodulator [TerraTec Cinergy T Stick Black]', '1547'), (12515, '00b3', 'NOXON DAB/DAB+ Stick', '1547'), (12516, '00b9', 'WDR DAB/DAB+ Stick', '1547'), (12517, '00e0', 'NOXON DAB/DAB+ Stick V2', '1547'), (12518, '0102', 'Cinergy S2 Stick', '1547'), (12519, '0105', 'Cinergy S2 Box', '1547'), (12520, '10a7', 'TerraTec G3', '1547'), (12521, '10ad', 'Cinergy H5 Rev. 2', '1547'), (12522, '0101', 'BeolinkPC2', '1548'), (12523, '0003', 'U3', '1549'), (12524, '0009', 'UE9', '1549'), (12525, '000c', 'S&B TPU', '1550'), (12526, '000e', 'S&B BKV', '1550'), (12527, '0011', 'Money Coin Unit', '1550'), (12528, '2007', 'Smart Card Reader/JSTU-9700', '1552'), (12529, '0001', 'XI-750 802.11b Wireless Adapter [Atmel AT76C503A]', '1554'), (12530, '0002', 'XI-725/726 Prism2.5 802.11b Adapter', '1554'), (12531, '0003', 'Sagem 802.11b Dongle', '1554'), (12532, '0004', 'Sagem 802.11b Dongle', '1554'), (12533, '0005', 'XI-735 Prism3 802.11b Adapter', '1554'), (12534, '0006', 'XG-300 802.11b Adapter', '1554'), (12535, '0008', 'XG-703A 802.11g Wireless Adapter [Intersil ISL3887]', '1554'), (12536, '0009', '(ZD1211)IEEE 802.11b+g Adapter', '1554'), (12537, '0011', 'ZD1211', '1554'), (12538, '0012', 'AR5523', '1554'), (12539, '0013', 'AR5523 driver (no firmware)', '1554'), (12540, '0014', 'NB 802.11g Wireless LAN Adapter(3887A)', '1554'), (12541, '0015', 'XG-705A 802.11g Wireless Adapter [Intersil ISL3887]', '1554'), (12542, '0016', 'NB 802.11g Wireless LAN Adapter(3887A)', '1554'), (12543, '0018', 'NB 802.11a/b/g Wireless LAN Adapter(3887A)', '1554'), (12544, '001a', '802.11bg', '1554'), (12545, '001c', '802.11b/g Wireless Network Adapter', '1554'), (12546, '0020', 'AG-760A 802.11abg Wireless Adapter [ZyDAS ZD1211B]', '1554'), (12547, '0022', '802.11b/g/n Wireless Network Adapter', '1554'), (12548, '0023', 'UB81 802.11bgn', '1554'), (12549, '0025', '802.11b/g/n USB Wireless Network Adapter', '1554'), (12550, '0026', 'UB82 802.11abgn', '1554'), (12551, '0027', 'Sphairon Homelink 1202 802.11n Wireless Adapter [Atheros AR9170]', '1554'), (12552, '0003', 'Matrix', '1555'), (12553, '1001', 'PicoScope3000 series PC Oscilloscope', '1556'), (12554, '1007', 'PicoScope 2000 series PC Oscilloscope', '1556'), (12555, '1008', 'PicoScope 5000 series PC Oscilloscope', '1556'), (12556, '1009', 'PicoScope 4000 series PC Oscilloscope', '1556'), (12557, '100e', 'PicoScope 6000 series PC Oscilloscope', '1556'), (12558, '1012', 'PicoScope 3000A series PC Oscilloscope', '1556'), (12559, '1016', 'PicoScope 2000A series PC Oscilloscope', '1556'), (12560, '1018', 'PicoScope 4000A series PC Oscilloscope', '1556'), (12561, '1200', 'PicoScope 2000 series PC Oscilloscope', '1556'), (12562, '1201', 'PicoScope 3000 series PC Oscilloscope', '1556'), (12563, '1202', 'PicoScope 4000 series PC Oscilloscope', '1556'), (12564, '1203', 'PicoScope 5000 series PC Oscilloscope', '1556'), (12565, '1204', 'PicoScope 6000 series PC Oscilloscope', '1556'), (12566, '1211', 'PicoScope 3000 series PC Oscilloscope', '1556'), (12567, '1212', 'PicoScope 4000 series PC Oscilloscope', '1556'), (12568, '6220', 'SD Card Reader (SG361)', '1558'), (12569, '6225', 'SD card reader (UB6225)', '1558'), (12570, '6230', 'SD Card Reader (UB623X)', '1558'), (12571, '6250', 'SD card reader (UB6250)', '1558'), (12572, '0001', 'AR5523', '1559'), (12573, '0002', 'AR5523 (no firmware)', '1559'), (12574, '0003', 'AR5523', '1559'), (12575, '0004', 'AR5523 (no firmware)', '1559'), (12576, '0005', 'AR5523', '1559'), (12577, '0006', 'AR5523 (no firmware)', '1559'), (12578, '0036', 'AR9462 Bluetooth', '1559'), (12579, '1001', 'Thomson TG121N [Atheros AR9001U-(2)NG]', '1559'), (12580, '1002', 'TP-Link TL-WN821N v2 / TL-WN822N v1 802.11n [Atheros AR9170]', '1559'), (12581, '1006', 'TP-Link TL-WN322G v3 / TL-WN422G v2 802.11g [Atheros AR9271]', '1559'), (12582, '1010', '3Com 3CRUSBN275 802.11abgn Wireless Adapter [Atheros AR9170]', '1559'), (12583, '20ff', 'AR7010 (no firmware)', '1559'), (12584, '3000', 'AR3011 Bluetooth (no firmware)', '1559'), (12585, '3002', 'AR3011 Bluetooth', '1559'), (12586, '3004', 'AR3012 Bluetooth 4.0', '1559'), (12587, '3005', 'AR3011 Bluetooth', '1559'), (12588, '3007', 'AR3012 Bluetooth 4.0 (no firmware)', '1559'), (12589, '3008', 'Bluetooth (AR3011)', '1559'), (12590, '311d', 'Bluetooth', '1559'), (12591, '311f', 'AR3012 Bluetooth', '1559'), (12592, '7015', 'TP-Link TL-WN821N v3 / TL-WN822N v2 802.11n [Atheros AR7010+AR9287]', '1559'), (12593, '9170', 'AR9170 802.11n', '1559'), (12594, '9271', 'AR9271 802.11n', '1559'), (12595, '9378', 'QCA9377-7', '1559'), (12596, 'b002', 'Ubiquiti WiFiStation 802.11n [Atheros AR9271]', '1559'), (12597, 'b003', 'Ubiquiti WiFiStationEXT 802.11n [Atheros AR9271]', '1559'), (12598, 'e006', 'Dell Wireless 1802 Bluetooth 4.0 LE', '1559'), (12599, 'e300', 'QCA61x4 Bluetooth 4.0', '1559'), (12600, '0750', 'Claritel-i750 - vp', '1564'), (12601, '2301', 'Magicolor 2300 DL', '1567'), (12602, '2350', 'Magicolor 2350EN/3300', '1567'), (12603, '3100', 'Magicolor 3100', '1567'), (12604, '7300', 'Magicolor 5450/5550', '1567'), (12605, '0320', 'SR-380N', '1568'), (12606, '0602', 'DV007 [serial]', '1570'), (12607, '0603', 'DV007 [storage]', '1570'), (12608, '0001', 'StormPort (WDM)', '1576'), (12609, '0001', 'PhotoShuttle', '1582'), (12610, '0002', 'Photo Printer 730 series', '1582'), (12611, '0004', 'Photo Printer 63xPL/PS', '1582'), (12612, '0007', 'P510K', '1582'), (12613, '0009', 'P72x Series', '1582'), (12614, '000a', 'P728L', '1582'), (12615, '000b', 'P510L', '1582'), (12616, '000d', 'P518A', '1582'), (12617, '000e', 'P910L', '1582'), (12618, '0010', 'M610', '1582'), (12619, '0100', 'Photo Printer 63xPL/PS', '1582'), (12620, '0102', 'Photo Printer 64xPS', '1582'), (12621, '0103', 'Photo Printer 730 series', '1582'), (12622, '0104', 'Photo Printer 63xPL/PS', '1582'), (12623, '0105', 'Photo Printer 64xPS', '1582'), (12624, '010e', 'P510S', '1582'), (12625, '0110', 'P110S', '1582'), (12626, '0111', 'P510Si', '1582'), (12627, '0112', 'P518S', '1582'), (12628, '0200', 'Photo Printer 64xDL', '1582'), (12629, '0309', 'CS-200e', '1582'), (12630, '030a', 'CS-220e', '1582'), (12631, '0501', 'P75x Series', '1582'), (12632, '0502', 'P52x Series', '1582'), (12633, '0503', 'P310L', '1582'), (12634, '050a', 'P310W', '1582'), (12635, '050f', 'P530D', '1582'), (12636, '0800', 'X610', '1582'), (12637, '0204', 'ARM mbed', '1586'), (12638, '0002', 'Pump It Up Pad', '1587'), (12639, '0206', 'Series 3xxx Cash Drawer', '1592'), (12640, '0207', 'Series 3xxx Cash Drawer', '1592'), (12641, '0500', 'Magnetic Stripe Reader', '1592'), (12642, '0001', 'HID Keyboard', '1594'), (12643, '0040', 'PS/2 Adapter', '1594'), (12644, '2012', 'KAAN Standard Plus (Smartcard reader)', '1600'), (12645, '3003', 'mIDentity Light / KAAN SIM III', '1600'), (12646, '3014', 'Smart Token', '1600'), (12647, '4000', 'mIDentity (mass storage)', '1600'), (12648, '4001', 'mIDentity Basic/Classic (composite device)', '1600'), (12649, '4081', 'mIDentity Basic/Classic (installationless)', '1600'), (12650, '0001', 'ACTIVboard', '1601'), (12651, '0004', 'ACTIVboard', '1601'), (12652, '0100', 'Audio', '1601'), (12653, '3000', 'Drive', '1602'), (12654, '3005', 'Personal Storage 3000LS', '1602'), (12655, '3010', '3000LE Drive', '1602'), (12656, '3100', 'Hi-Speed USB-IDE Bridge Controller', '1602'), (12657, '3200', 'Personal Storage 3200', '1602'), (12658, '5000', '5000XT Drive', '1602'), (12659, '5010', '5000LE Drive', '1602'), (12660, '5020', 'Mobile Hard Disk Drive', '1602'), (12661, '7000', 'OneTouch', '1602'), (12662, '7010', 'OneTouch', '1602'), (12663, '7100', 'OneTouch II 300GB External Hard Disk', '1602'), (12664, '7310', 'OneTouch 4', '1602'), (12665, '7410', 'Mobile Hard Disk Drive (1TB)', '1602'), (12666, '7450', 'Basics Portable USB Device', '1602'), (12667, '047a', 'WLAN Card', '1607'), (12668, '1000', 'Wireless Card Model 0801', '1607'), (12669, '1001', 'Wireless Card Model 0802', '1607'), (12670, '0011', 'USB-Temp2 Thermometer', '1609'), (12671, '0030', 'Multiplexer', '1609'), (12672, '0040', 'F4 foot switch', '1609'), (12673, '02a8', 'Digital Clock', '1616'), (12674, 'a001', 'SMC2662W (v1) EZ Connect 802.11b Wireless Adapter [Atmel AT76C503A]', '1617'), (12675, 'a002', 'SMC2662W v2 / SMC2662W-AR / Belkin F5D6050 [Atmel at76c503a]', '1617'), (12676, '2346', 'BT Digital Access adapter', '1618'), (12677, '0003', 'Smartcard Reader', '1622'), (12678, '0004', 'Keyboard', '1622'), (12679, '001b', 'Keyboard', '1622'), (12680, '001c', 'Benq X120 Internet Keyboard Pro', '1622'), (12681, '0306', 'M530 Mouse', '1622'), (12682, '0800', 'Magic Wheel', '1622'), (12683, '2021', 'AM805 Keyboard', '1622'), (12684, '2026', 'TECOM Bluetooth Device', '1622'), (12685, '2050', 'Mouse', '1622'), (12686, '2106', 'Dell L20U Multimedia Keyboard', '1622'), (12687, '910e', 'HP Business Slim Keyboard', '1622'), (12688, 'a100', 'Optical Mouse', '1622'), (12689, '0105', 'Dual Mode Digital Camera 1.3M', '1624'), (12690, '0107', 'Horus MT-409 Camera', '1624'), (12691, '0108', 'Dual Mode Digital Camera', '1624'), (12692, '0202', 'Dual Mode Video Camera Device', '1624'), (12693, '0303', 'DXG-305V Camera', '1624'), (12694, '1001', 'SiPix Stylecam/UMAX AstraPix 320s', '1624'), (12695, '1002', 'Fashion Cam 01 Dual-Mode DSC (Video Camera)', '1624'), (12696, '1003', 'Fashion Cam Dual-Mode DSC (Controller)', '1624'), (12697, '1021', 'D-Link DSC 350F', '1624'), (12698, '1208', 'Dual Mode Still Camera Device', '1624'), (12699, '2208', 'Mass Storage', '1624'), (12700, '3105', 'Dual Mode Digital Camera Disk', '1624'), (12701, '3108', 'Digicam Mass Storage Device', '1624'), (12702, '5566', 'Contour Roam Model 1600', '1624'), (12703, '0001', 'CrypToken', '1639'), (12704, '0100', 'PS1001/1011/1006/1026 Flash Disk', '1642'), (12705, '0110', 'Gigabyte FlexDrive', '1642'), (12706, '0120', 'Disk Pro 64MB', '1642'), (12707, '0124', 'GIGABYTE Disk', '1642'), (12708, '0240', 'I/O-Magic/Transcend 6-in-1 Card Reader', '1642'), (12709, '110e', 'NEC uPD720121/130 USB-ATA/ATAPI Bridge', '1642'), (12710, '1240', 'Apacer 6-in-1 Card Reader 2.0', '1642'), (12711, '1270', 'Wolverine SixPac 6000', '1642'), (12712, '1300', 'Flash Disk', '1642'), (12713, '1320', 'PS2031 Flash Disk', '1642'), (12714, '1400', 'Attache 256MB USB 2.0 Flash Drive', '1642'), (12715, '1420', 'PS2044 Pen Drive', '1642'), (12716, '1470', 'Vosonic X\'s-Drive II+ VP2160', '1642'), (12717, '1620', 'USB Disk Pro', '1642'), (12718, '1900', 'USB Thumb Drive', '1642'), (12719, '2507', 'Hi-Speed USB-to-IDE Bridge Controller', '1643'), (12720, '2517', 'Hi-Speed Mass Storage Device', '1643'), (12721, '25c7', 'Hi-Speed USB-to-IDE Bridge Controller', '1643'), (12722, '0100', 'P5 Glove glove controller', '1644'), (12723, '0101', 'TEPRA PRO', '1650'), (12724, '0001', 'Audio Device', '1652'), (12725, '0002', 'Composite Device', '1652'), (12726, '0003', 'Sound Device', '1652'), (12727, '0004', 'CM6631A Audio Processor', '1652'), (12728, '0005', 'Blue Snowball', '1652'), (12729, '0006', 'Storm HP-USB500 5.1 Headset', '1652'), (12730, '000c', 'Audio Adapter', '1652'), (12731, '000d', 'Composite Device', '1652'), (12732, '000e', 'Audio Adapter (Planet UP-100, Genius G-Talk)', '1652'), (12733, '0014', 'Audio Adapter (Unitek Y-247A)', '1652'), (12734, '001f', 'CM108 Audio Controller', '1652'), (12735, '0102', 'CM106 Like Sound Device', '1652'), (12736, '0103', 'CM102-A+/102S+ Audio Controller', '1652'), (12737, '0104', 'CM103+ Audio Controller', '1652'), (12738, '0105', 'CM108 Audio Controller', '1652'), (12739, '0107', 'CM108 Audio Controller', '1652'), (12740, '010f', 'CM108 Audio Controller', '1652'), (12741, '0115', 'CM108 Audio Controller', '1652'), (12742, '0139', 'Multimedia Headset [Gigaware by Ignition L.P.]', '1652'), (12743, '013c', 'CM108 Audio Controller', '1652'), (12744, '0201', 'CM6501', '1652'), (12745, '5000', 'Mass Storage Controller', '1652'), (12746, '5200', 'Mass Storage Controller(0D8C,5200)', '1652'), (12747, 'b213', 'USB Phone CM109 (aka CT2000,VPT1000)', '1652'), (12748, '0234', 'V-234 Composite Device', '1653'), (12749, '0550', 'V-550 Composite Device', '1653'), (12750, '0551', 'V-551 Composite Device', '1653'), (12751, '0552', 'V-552 Composite Device', '1653'), (12752, '0651', 'V-651 Composite Device', '1653'), (12753, '0652', 'V-652 Composite Device', '1653'), (12754, '0653', 'V-653 Composite Device', '1653'), (12755, '0654', 'V-654 Composite Device', '1653'), (12756, '0655', 'V-655 Composite Device', '1653'), (12757, '0656', 'V-656 Composite Device', '1653'), (12758, '0657', 'V-657 Composite Device', '1653'), (12759, '0658', 'V-658 Composite Device', '1653'), (12760, '0659', 'V-659 Composite Device', '1653'), (12761, '0660', 'V-660 Composite Device', '1653'), (12762, '0661', 'V-661 Composite Device', '1653'), (12763, '0662', 'V-662 Composite Device', '1653'), (12764, '0850', 'V-850 Composite Device', '1653'), (12765, '0851', 'V-851 Composite Device', '1653'), (12766, '0852', 'V-852 Composite Device', '1653'), (12767, '0901', 'V-901 Composite Device', '1653'), (12768, '0902', 'V-902 Composite Device', '1653'), (12769, '0903', 'V-903 Composite Device', '1653'), (12770, '4754', 'Voyager DMP Composite Device', '1653'), (12771, 'bb00', 'Bloomberg Composite Device', '1653'), (12772, 'bb01', 'Bloomberg Composite Device', '1653'), (12773, 'bb02', 'Bloomberg Composite Device', '1653'), (12774, 'bb03', 'Bloomberg Composite Device', '1653'), (12775, 'bb04', 'Bloomberg Composite Device', '1653'), (12776, 'bb05', 'Bloomberg Composite Device', '1653'), (12777, 'fffe', 'Global Tuner Composite Device', '1653'), (12778, 'ffff', 'Voyager DMP Composite Device', '1653'), (12779, '0163', '802.11g 54 Mbps Wireless Dongle', '1654'), (12780, '1621', '802.11b Wireless Adapter', '1654'), (12781, '3762', 'Cohiba 802.11g Wireless Mini adapter [Intersil ISL3887]', '1654'), (12782, '3763', '802.11g Wireless dongle', '1654'), (12783, '7100', '802.11b Adapter', '1654'), (12784, '7110', 'WL-210 / WU210P 802.11b Wireless Adapter [Atmel AT76C503A]', '1654'), (12785, '7605', 'TRENDnet TEW-224UB 802.11b Wireless Adapter [Atmel AT76C503A]', '1654'), (12786, '7801', 'AR5523', '1654'), (12787, '7802', 'AR5523 (no firmware)', '1654'), (12788, '7811', 'AR5523', '1654'), (12789, '7812', 'AR5523 (no firmware)', '1654'), (12790, '7a01', 'PRISM25 802.11b Adapter', '1654'), (12791, '0000', 'Jenoptik JD350 video', '1657'), (12792, '3300', 'SX330z Camera', '1657'), (12793, '4100', 'SX410z Camera', '1657'), (12794, '4102', 'MD 9700 Camera', '1657'), (12795, '4104', 'Jenoptik JD-4100z3s', '1657'), (12796, '410a', 'Medion 9801/Novatech SX-410z', '1657'), (12797, '5200', 'SX-520z Camera', '1657'), (12798, '0001', 'SBIG Astronomy Camera (without firmware)', '1658'), (12799, '0101', 'SBIG Astronomy Camera (with firmware)', '1658'), (12800, '0300', 'Avaya Wireless Card', '1659'), (12801, '1007', 'Discovery Kids Digital Camera', '1659'), (12802, '0001', 'Bluetooth Device', '1661'), (12803, '0300', 'Wireless Card', '1665'), (12804, '0001', 'Uninterruptible Power Supply', '1666'), (12805, '0002', 'Black Knight PRO / WOW Uninterruptible Power Supply (Cypress HID->COM RS232)', '1666'), (12806, '00a2', 'Imperial Uninterruptible Power Supply (HID PDC)', '1666'), (12807, '00a3', 'Smart King PRO Uninterruptible Power Supply (HID PDC)', '1666'), (12808, '00a4', 'WOW Uninterruptible Power Supply (HID PDC)', '1666'), (12809, '00a5', 'Vanguard Uninterruptible Power Supply (HID PDC)', '1666'), (12810, '00a6', 'Black Knight PRO Uninterruptible Power Supply (HID PDC)', '1666'), (12811, '0001', 'Interface', '1671'), (12812, '0003', 'FlowLink', '1671'), (12813, '0008', 'Loop', '1671'), (12814, '0001', 'SDS 200A Oscilloscope', '1673'), (12815, '0100', 'DVR/CVR-M140 MP3 Player', '1674'), (12816, '1020', 'PC2PC WLAN Card', '1676'), (12817, '1967', 'Bluetooth Dongle', '1676'), (12818, '3713', 'Primo 73', '1676'), (12819, '3801', 'Motorola Bluetooth 2.1+EDR Device', '1676'), (12820, '3870', 'MS-3870 802.11bgn Wireless Module [Ralink RT3070]', '1676'), (12821, '3871', 'MS-3871 802.11bgn Wireless Module [Ralink RT8070]', '1676'), (12822, '4011', 'Medion Flash XL V2.0 Card Reader', '1676'), (12823, '4023', 'Lexar Mobile Card Reader', '1676'), (12824, '4600', '802.11b/g Turbo Wireless Adapter', '1676'), (12825, '5501', 'Mass Storage Device', '1676'), (12826, '5502', 'Mass Storage Device', '1676'), (12827, '5513', 'MP3 Player', '1676'), (12828, '5515', 'MP3 Player', '1676'), (12829, '5516', 'MP3 Player', '1676'), (12830, '5580', 'Mega Sky 580 DVB-T Tuner [M902x]', '1676'), (12831, '5581', 'Mega Sky 580 DVB-T Tuner [GL861]', '1676'), (12832, '6823', 'UB11B/MS-6823 802.11b Wi-Fi adapter', '1676'), (12833, '6826', 'IEEE 802.11g Wireless Network Adapter', '1676'), (12834, '6855', 'Bluetooth Device', '1676'), (12835, '6861', 'MSI-6861 802.11g WiFi adapter', '1676'), (12836, '6865', 'RT2570', '1676'), (12837, '6869', 'RT2570', '1676'), (12838, '6874', 'RT2573', '1676'), (12839, '6877', 'RT2573', '1676'), (12840, '6881', 'Bluetooth Class I EDR Device', '1676'), (12841, '688a', 'Bluetooth Class I EDR Device', '1676'), (12842, '6899', '802.11bgn 1T1R Mini Card Wireless Adapter', '1676'), (12843, '6970', 'MS-6970 BToes Bluetooth adapter', '1676'), (12844, '697a', 'Bluetooth Dongle', '1676'), (12845, '6982', 'Medion Flash XL Card Reader', '1676'), (12846, 'a861', 'RT2573', '1676'), (12847, 'a874', 'RT2573', '1676'), (12848, 'a970', 'Bluetooth dongle', '1676'), (12849, 'a97a', 'Bluetooth EDR Device', '1676'), (12850, 'b970', 'Bluetooth EDR Device', '1676'), (12851, 'b97a', 'Bluetooth EDR Device', '1676'), (12852, 'ffff', 'Bluetooth Adapter in DFU mode', '1676'), (12853, '0139', 'Barcode Module - CDC serial', '1681'), (12854, '013a', 'Barcode Module - Virtual Keyboard', '1681'), (12855, '013b', 'Barcode Module - HID', '1681'), (12856, '0160', 'NFC and Smartcard Module (NSM)', '1681'), (12857, '0164', 'NFC and Smartcard Module (NSM)with 4 SAM slots', '1681'), (12858, '0002', 'Goldpfeil P-LAN', '1682'), (12859, '1000', 'Mbox 1 [Mbox]', '1683'), (12860, '3000', 'Mbox 2', '1683'), (12861, 'b011', 'Eleven Rack', '1683'), (12862, '0003', 'AND Serial Cable [AND Smart Cable]', '1684'), (12863, '0002', 'SmartDongle Security Key', '1686'), (12864, '0200', 'HDD Storage Solution', '1686'), (12865, '021b', 'USB-2.0 IDE Adapter', '1686'), (12866, '0300', 'Storage Adapter', '1686'), (12867, '0333', 'Storage Adapter', '1686'), (12868, '0502', 'FSC Storagebird XL hard disk', '1686'), (12869, '0707', 'ZIV Drive', '1686'), (12870, '0801', 'ASEDrive III', '1689'), (12871, '0802', 'ASEDrive IIIe', '1689'), (12872, '1104', 'ASEDrive IIIe KB', '1689'), (12873, '1701', 'ASEKey', '1689'), (12874, '1702', 'ASEKey', '1689'), (12875, '0040', 'Mass Storage Device', '1690'), (12876, '0041', 'Mass Storage Device', '1690'), (12877, '0042', 'Mass Storage Device', '1690'), (12878, '0101', 'Hi-Speed Mass Storage Device', '1690'), (12879, '0209', 'SK-3500 S2', '1690'), (12880, '020a', 'Oyen Digital MiniPro 2.5" hard drive enclosure', '1690'), (12881, '0290', 'Mass Storage Device [NT2 U3.1]', '1690'), (12882, '2301', 'Wireless Touchpad Keyboard', '1692'), (12883, '0001', 'Remote Interface Adapter', '1694'), (12884, '0002', 'High Bandwidth Codec', '1694'), (12885, '1002', 'Triple Talk Speech Synthesizer', '1695'), (12886, '0003', 'Mass Storage (P)', '1697'), (12887, '0237', 'K80 80mm Thermal Printer', '1699'), (12888, '0562', 'Netac Portable SSD Z6s', '1702'), (12889, '1060', 'USB-CF-Card', '1702'), (12890, 'e007', 'OnlyDisk U222 Pendrive', '1702'), (12891, 'f607', 'OnlyDisk U210 1G flash drive [U-SAFE]', '1702'), (12892, '0001', 'Multi-Card Reader 6in1', '1704'), (12893, '0002', 'Multi-Card Reader 7in1', '1704'), (12894, '0003', 'Flash Disk', '1704'), (12895, '0005', 'Internal Multi-Card Reader 6in1', '1704'), (12896, '0008', 'SD single card reader', '1704'), (12897, '0009', 'MS single card reader', '1704'), (12898, '000a', 'MS+SD Dual Card Reader', '1704'), (12899, '000b', 'SM single card reader', '1704'), (12900, '0101', 'All-In-One Card Reader', '1704'), (12901, '0102', 'All-In-One Card Reader', '1704'), (12902, '0301', 'MP3 Player', '1704'), (12903, '0302', 'Multi-Card MP3 Player', '1704'), (12904, '1001', 'Multi-Flash Disk', '1704'), (12905, '2001', 'Multi-Card Reader', '1704'), (12906, '2002', 'Q018 default PID', '1704'), (12907, '2003', 'Multi-Card Reader', '1704'), (12908, '2005', 'Datalux DLX-1611 16in1 Card Reader', '1704'), (12909, '2006', 'All-In-One Card Reader', '1704'), (12910, '2007', 'USB to ATAPI bridge', '1704'), (12911, '2008', 'All-In-One Card Reader', '1704'), (12912, '2013', 'SD/MS Combo Card Reader', '1704'), (12913, '2014', 'SD/MS Single Card Reader', '1704'), (12914, '2023', 'card reader SD/MS DEMO board with ICSI brand name (MaskROM version)', '1704'), (12915, '2024', 'card reader SD/MS DEMO board with Generic brand name (MaskROM version)', '1704'), (12916, '2026', 'USB2.0 Card Reader', '1704'), (12917, '2027', 'USB 2.0 Card Reader', '1704'), (12918, '2315', 'UFD MP3 player (model 2)', '1704'), (12919, '2318', 'UFD MP3 player (model 1)', '1704'), (12920, '2321', 'UFD MP3 player', '1704'), (12921, '0191', 'U401 Interface card', '1709'), (12922, '01a5', 'U421 interface card', '1709'), (12923, '01c3', 'U451 relay interface card', '1709'), (12924, '4010', 'Storage Adapter', '1712'), (12925, '0201', 'MNG-2005', '1714'), (12926, '0001', 'C-Media VOIP Device', '1715'), (12927, '0004', 'Bluetooth 2.0 Adapter 100m', '1715'), (12928, '0007', 'Bluetooth 2.0 Adapter 10m', '1715'), (12929, '000b', 'Bluetooth 2.0 Adapter DFU', '1715'), (12930, '000d', 'WL-168 Wireless Network Adapter 54g', '1715'), (12931, '0017', 'WL-182 Wireless-N Network USB Card', '1715'), (12932, '0019', 'Bluetooth 2.0 adapter 10m CN-512v2 001', '1715'), (12933, '001a', 'Bluetooth 2.0 adapter 100m CN-521v2 001 ', '1715'), (12934, '002b', 'WL-188 Wireless Network 300N USB Adapter', '1715'), (12935, '002c', 'WL-301 Wireless Network 300N USB Adapter', '1715'), (12936, '002d', 'WL-302 Wireless Network 300N USB dongle ', '1715'), (12937, '0036', 'WL-603 Wireless Adapter', '1715'), (12938, '0039', 'WL-315 Wireless-N USB Adapter', '1715'), (12939, '003b', 'WL-321 Wireless USB Gaming Adapter 300N', '1715'), (12940, '003c', 'WL-323 Wireless-N USB Adapter', '1715'), (12941, '003d', 'WL-324 Wireless USB Adapter 300N', '1715'), (12942, '003e', 'WL-343 Wireless USB Adapter 150N X1', '1715'), (12943, '003f', 'WL-608 Wireless USB Adapter 54g', '1715'), (12944, '0040', 'WL-344 Wireless Adapter 300N X2 [Ralink RT3071]', '1715'), (12945, '0041', 'WL-329 Wireless Dualband USB adapter 300N', '1715'), (12946, '0042', 'WL-345 Wireless USB adapter 300N X3', '1715'), (12947, '0045', 'WL-353 Wireless USB Adapter 150N Nano', '1715'), (12948, '0047', 'WL-352v1 Wireless USB Adapter 300N 002', '1715'), (12949, '0048', 'WL-349v1 Wireless Adapter 150N 002 [Ralink RT3070]', '1715'), (12950, '0049', 'WL-356 Wireless Adapter 300N', '1715'), (12951, '004a', 'WL-358v1 Wireless Micro USB Adapter 300N X3 002', '1715'), (12952, '004b', 'WL-349v3 Wireless Micro Adapter 150N X1 [Realtek RTL8192SU]', '1715'), (12953, '004c', 'WL-352 802.11n Adapter [Realtek RTL8191SU]', '1715'), (12954, '0050', 'WL-349v4 Wireless Micro Adapter 150N X1 [Ralink RT3370]', '1715'), (12955, '0056', 'LN-031 10/100/1000 Ethernet Adapter', '1715'), (12956, '005d', 'WLA-2000 v1.001 WLAN [RTL8191SU]', '1715'), (12957, '0060', 'WLA-4000 802.11bgn [Ralink RT3072]', '1715'), (12958, '0062', 'WLA-5000 802.11abgn [Ralink RT3572]', '1715'), (12959, '006f', 'WLA-5100', '1715'), (12960, '0072', 'AX88179 Gigabit Ethernet [Sitecom]', '1715'), (12961, '061c', 'LN-028 Network USB 2.0 Adapter', '1715'), (12962, '214a', 'IDE/SATA Combo Adapter [CN-330]', '1715'), (12963, '21f4', '44 St Bluetooth Device', '1715'), (12964, '2200', 'Sitecom bluetooth2.0 class 2 dongle CN-512', '1715'), (12965, '2208', 'Sitecom bluetooth2.0 class 2 dongle CN-520', '1715'), (12966, '2209', 'Sitecom bluetooth2.0 class 1 dongle CN-521', '1715'), (12967, '3068', 'DC-104v2 ISDN Adapter [HFC-S]', '1715'), (12968, '9071', 'WL-113 rev 1 Wireless Network USB Adapter', '1715'), (12969, '9075', 'WL-117 Hi-Speed USB Adapter', '1715'), (12970, '90ac', 'WL-172 Wireless Network USB Adapter 54g Turbo', '1715'), (12971, '9712', 'WL-113 rev 2 Wireless Network USB Adapter', '1715'), (12972, '0620', 'MA-620 Infrared Adapter', '1716'), (12973, '0700', 'MA-700 Bluetooth Adapter', '1716'), (12974, '0720', 'MA-720 Bluetooth Adapter', '1716'), (12975, '0722', 'Bluetooth Dongle', '1716'), (12976, '0730', 'MA-730/MA-730G Bluetooth Adapter', '1716'), (12977, '0800', 'Data Cable', '1716'), (12978, '0820', 'Data Cable', '1716'), (12979, '0900', 'MA i-gotU Travel Logger GPS', '1716'), (12980, '1800', 'Generic Card Reader', '1716'), (12981, '1802', 'Card Reader', '1716'), (12982, '0001', 'Touchscreen', '1718'), (12983, '0003', 'MultiTouch TouchScreen(Dualtouch)', '1718'), (12984, '0101', '5-point Touch Screen', '1718'), (12985, 'd107', 'MultiTouch TouchScreen', '1718'), (12986, '9031', '802.11n Wireless USB Card', '1721'), (12987, '9041', '802.11n Wireless USB Card', '1721'), (12988, '0101', 'LonUSB LonTalk Network Adapter', '1722'), (12989, '0003', 'PicoHarp 300', '1723'), (12990, '0001', 'Device', '1724'), (12991, '0002', 'Virtual USB Hub', '1724'), (12992, '0003', 'Virtual Mouse', '1724'), (12993, '0004', 'Virtual CCID', '1724'), (12994, '0005', 'Virtual Mass Storage', '1724'), (12995, '0006', 'Virtual Keyboard', '1724'), (12996, '000a', 'Virtual Sensors', '1724'), (12997, '8001', 'Root Hub', '1724'), (12998, '8002', 'Root Hub', '1724'), (12999, '8003', 'Root Hub', '1724'), (13000, 'f80a', 'Smoker FX2', '1724'), (13001, '0101', 'NoteTaker', '1730'), (13002, '0200', 'Seiko Instruments InkLink Handwriting System', '1730'), (13003, '0300', 'iAudio CW200', '1731'), (13004, '0400', 'MP3 Player', '1731'), (13005, '0500', 'iAudio M3', '1731'), (13006, '0510', 'iAudio X5, subpack USB port', '1731'), (13007, '0513', 'iAudio X5, side USB port', '1731'), (13008, '0520', 'iAudio M5, side USB port', '1731'), (13009, '0601', 'iAudio G3', '1731'), (13010, '0681', 'iAUDIO E2', '1731'), (13011, '0700', 'iAudio U3', '1731'), (13012, '0751', 'iAudio 7', '1731'), (13013, '0760', 'iAUDIO U5 / iAUDIO G2', '1731'), (13014, '0800', 'Cowon D2 (UMS mode)', '1731'), (13015, '0801', 'Cowon D2 (MTP mode)', '1731'), (13016, '0910', 'iAUDIO 9', '1731'), (13017, '0920', 'J3', '1731'), (13018, '0009', 'Handyscope HS3', '1739'), (13019, '000b', 'Handyscope HS4', '1739'), (13020, '000f', 'Handyscope HS4-DIFF (br)', '1739'), (13021, '0010', 'Handyscope HS2', '1739'), (13022, '0011', 'TiePieSCOPE HS805 (br)', '1739'), (13023, '0012', 'TiePieSCOPE HS805', '1739'), (13024, '0013', 'Handyprobe HP3', '1739'), (13025, '0014', 'Handyprobe HP3', '1739'), (13026, '0018', 'Handyprobe HP2', '1739'), (13027, '001b', 'Handyscope HS5', '1739'), (13028, '0042', 'TiePieSCOPE HS801', '1739'), (13029, '00fd', 'USB To Parallel adapter', '1739'), (13030, '00fe', 'USB To Parallel adapter', '1739'), (13031, '0137', 'Bluetooth Device', '1741'), (13032, '1100', 'CW-1100 Wireless Network Adapter', '1742'), (13033, '4147', 'TonePort GX', '1744'), (13034, '414d', 'Pod HD500', '1744'), (13035, '4156', 'POD HD Desktop', '1744'), (13036, '4250', 'BassPODxt', '1744'), (13037, '4252', 'BassPODxt Pro', '1744'), (13038, '4642', 'BassPODxt Live', '1744'), (13039, '4650', 'PODxt Live', '1744'), (13040, '4750', 'GuitarPort', '1744'), (13041, '5044', 'PODxt', '1744'), (13042, '5050', 'PODxt Pro', '1744'), (13043, '534d', 'SeaMonkey', '1744'), (13044, '0100', 'CardPro SmartCard Reader', '1746'), (13045, '1097', 'Gamester Controller', '1748'), (13046, '1103', 'Gamester Reflex', '1748'), (13047, '2390', 'Jtech Controller', '1748'), (13048, '3510', 'Gamester for Xbox', '1748'), (13049, '7288', 'funkey reader', '1748'), (13050, '0001', 'Matrix USB-Key', '1749'), (13051, '0002', 'Matrixlock Dongle (HID)', '1749'), (13052, '110a', 'Tanic S110-SG1 + ISSC IS1002N [Slow Infra-Red (SIR) & Bluetooth 1.2 (Class 2) Adapter]', '1750'), (13053, '110b', 'MS3303H USB-to-Serial Bridge', '1750'), (13054, '6021', 'K-PEX 100', '1751'), (13055, '6118', 'LCD Device', '1754'), (13056, '6119', 'remote receive and control device', '1754'), (13057, '6441', 'C-Media Sound Device', '1754'), (13058, '6622', 'CW6622', '1756'), (13059, '0001', 'HWUN1 Hi-Gain Wireless-300N Adapter w/ Upgradable Antenna [Ralink RT2870]', '1757'), (13060, '0003', 'HWDN1 Hi-Gain Wireless-300N Dish Adapter [Ralink RT2870]', '1757'), (13061, '0009', 'HWUN2 Hi-Gain Wireless-150N Adapter w/ Upgradable Antenna [Ralink RT2770]', '1757'), (13062, '000b', 'HWDN2 Hi-Gain Wireless-150N Dish Adapter [Ralink RT2770]', '1757'), (13063, '0013', 'HWUN3 Hi-Gain Wireless-N Adapter [Ralink RT3070]', '1757'), (13064, '0015', 'HWDN2 Rev. E Hi-Gain Wireless-150N Dish Adapter [Realtek RTL8191SU]', '1757'), (13065, '0017', 'HAWNU1 Hi-Gain Wireless-150N Network Adapter with Range Amplifier [Ralink RT3070]', '1757'), (13066, '0018', 'Wireless-N Network Adapter [Ralink RT2870]', '1757'), (13067, '400b', 'UF100 10/100 Network Adapter', '1757'), (13068, '400c', 'UF100 Ethernet [pegasus2]', '1757'), (13069, '0002', 'Wrist PDA', '1758'), (13070, '0101', 'MA100 [USB-UART Bridge IC]', '1759'), (13071, '02c0', 'Defender Gaming Keyboard', '1759'), (13072, '030b', 'Truly Ergonomic Computer Keyboard (Device Firmware Update mode)', '1759'), (13073, '030c', 'Truly Ergonomic Computer Keyboard', '1759'), (13074, '6001', 'GEMBIRD Flexible keyboard KB-109F-B-DE', '1759'), (13075, '7f5c', 'BPF-015 Key Chain Photo Frame', '1759'), (13076, '0003', 'Freebird wireless Controller', '1760'), (13077, '0005', 'Eclipse wireless Controller', '1760'), (13078, '0006', 'Edge wireless Controller', '1760'), (13079, '0008', 'After Glow Pro Controller', '1760'), (13080, '0105', 'Disney\'s High School Musical 3 Dance Pad for Xbox 360', '1760'), (13081, '0113', 'Afterglow AX.1 Gamepad', '1760'), (13082, '011f', 'Rock Candy Wired Controller for Xbox 360', '1760'), (13083, '0128', 'Wireless PS3 Controller', '1760'), (13084, '0131', 'PDP EA Sports Controller', '1760'), (13085, '0133', 'Wired Controller', '1760'), (13086, '0139', 'Afterglow Prismatic Wired Controller for Xbox One', '1760'), (13087, '013a', 'PDP Xbox One Controller', '1760'), (13088, '0146', 'Rock Candy Wired Controller for Xbox One', '1760'), (13089, '0147', 'PDP Marvel Controller for Xbox One', '1760'), (13090, '015c', 'PDP Arcade Stick for Xbox One', '1760'), (13091, '0161', 'Camo Wired Controller for Xbox One', '1760'), (13092, '0162', 'Xbox One Wired Controller', '1760'), (13093, '0163', 'Legendary Collection Deliverer of Truth', '1760'), (13094, '0164', 'Battlefield 1 Wired Controller for Xbox One', '1760'), (13095, '0165', 'Titanfall 2 Wired Controller for Xbox One', '1760'), (13096, '0201', 'Pelican PL-3601', '1760'), (13097, '0213', 'Afterglow Gamepad for Xbox 360', '1760'), (13098, '021f', 'Rock Candy Gamepad for Xbox 360', '1760'), (13099, '0246', 'Rock Candy Gamepad for Xbox One', '1760'), (13100, '0301', 'Controller', '1760'), (13101, '0346', 'Rock Candy Wired Controller for Xbox One', '1760'), (13102, '0401', 'Controller', '1760'), (13103, '0413', 'Afterglow AX.1 Gamepad for Xbox 360', '1760'), (13104, '0501', 'Wired Controller', '1760'), (13105, 'f501', 'Hi-TEC Essentials Wired Gamepad', '1760'), (13106, 'f900', 'Afterglow AX.1', '1760'), (13107, '1106', 'Pocket Media Assistant - PMA400', '1764'), (13108, '1204', 'Gmini XS 200', '1764'), (13109, '1306', '504 Portable Multimedia Player', '1764'), (13110, '1330', '5 Tablet', '1764'), (13111, '1332', '5 IMT', '1764'), (13112, '1416', '32 IT', '1764'), (13113, '1417', 'A43 IT', '1764'), (13114, '14ad', '97 Titanium HD', '1764'), (13115, '150e', '80 G9', '1764'), (13116, '3001', '40 Titanium', '1764'), (13117, '0001', 'Yopy 3000 PDA', '1766'), (13118, '1001', 'YP3X00 PDA', '1766'), (13119, '0002', 'phone (mass storage mode) [Doro Primo 413]', '1770'), (13120, '0003', 'MT6227 phone', '1770'), (13121, '0004', 'MT6227 phone', '1770'), (13122, '0023', 'S103 / Powertel M6200', '1770'), (13123, '00a5', 'GSM modem [Medion Surfstick Model:S4222]', '1770'), (13124, '1806', 'Samsung SE-208 Slim Portable DVD Writer', '1770'), (13125, '1836', 'Samsung SE-S084 Super WriteMaster Slim External DVD writer', '1770'), (13126, '1887', 'Slim Portable DVD Writer', '1770'), (13127, '1956', 'Samsung SE-506 Portable BluRay Disc Writer', '1770'), (13128, '2000', 'MT65xx Preloader', '1770'), (13129, '2008', 'Cyrus Technology CS 24', '1770'), (13130, '3329', 'Qstarz BT-Q1000XT', '1770'), (13131, '7612', 'MT7612U 802.11a/b/g/n/ac Wireless Adapter', '1770'), (13132, '763e', 'MT7630e Bluetooth Adapter', '1770'), (13133, '7668', 'MT7668 2x2 Dual Band Dual Concurrent 802.11a/b/g/n/ac WiFi with MU-MIMO and Bluetooth 5.0 Radios', '1770'), (13134, '0003', 'MaxFire Blaze2', '1771'), (13135, '0012', 'Joystick/Gamepad', '1771'), (13136, '0016', '4 port USB 1.1 hub UH-174', '1771'), (13137, '0020', 'USB to PS/2 Adapter', '1771'), (13138, '0021', 'Multimedia Keyboard Controller', '1771'), (13139, '0022', 'multimedia keyboard controller', '1771'), (13140, '0201', 'SmartJoy Frag Xpad/PS2 adaptor', '1771'), (13141, '3008', 'Xbox Controller', '1771'), (13142, '300a', 'steering Wheel', '1771'), (13143, '0100', 'Storage Adapter V1', '1772'), (13144, 'c001', 'TRUST 380 USB2 SPACEC@M', '1777'), (13145, '0908', 'Composite HID (Keyboard and Mouse)', '1778'), (13146, '0000', 'Streamzap Remote Control', '1783'), (13147, '2126', '7-in-1 Card Reader', '1785'), (13148, '2153', 'SD Card Reader Key', '1785'), (13149, '2168', 'Transcend JetFlash 2.0 / Astone USB Drive / Intellegent Stick 2.0', '1785'), (13150, '2213', 'WinDroid N287 AH7N2502.013317', '1785'), (13151, '6803', 'OTI-6803 Flash Disk', '1785'), (13152, '6808', 'OTI-6808 Flash Disk', '1785'), (13153, '6828', 'OTI-6828 Flash Disk', '1785'), (13154, '6858', 'OTi-6858 serial adapter', '1785'), (13155, '9020', 'NovaTech NV-902W', '1790'), (13156, '9021', 'RT2573', '1790'), (13157, '6666', 'WinFast WalkieTV TV Loader', '1791'), (13158, '6668', 'WinFast WalkieTV TV Loader', '1791'), (13159, '7007', 'WinFast WalkieTV WDM Capture', '1791'), (13160, '2200', 'Ariva Scale', '1795'), (13161, 'f000', 'BC60 Scale', '1795'), (13162, '0002', 'FT-IR Spectrometer', '1796'), (13163, '1008', 'So., Show 301 Digital Camera', '1806'), (13164, '1400', 'CD\\RW 40X', '1807'), (13165, 'a100', 'LDW-411SX DVD/CD Rewritable Drive', '1807'), (13166, '6660', 'Flash Disk 64M-C', '1810'), (13167, '6680', 'Flash Disk 64M-B', '1810'), (13168, '7634', 'MP3 Player', '1810'), (13169, 'e000', 'USB-inSync Device', '1813'), (13170, 'f000', 'Fiberbyte USB-inSync Device', '1813'), (13171, 'f201', 'Fiberbyte USB-inSync DAQ-2500X', '1813'), (13172, '2060', 'FID irock! 100 Series', '1815'), (13173, '1000', 'Image Tank 1.5', '1819'), (13174, '0690', 'SATA 3 Adapter', '1820'), (13175, '8810', 'Mass Storage Drive', '1821'), (13176, '0001', 'Titan6001 Surface Acoustic Wave Touchscreen Controller [eGalax]', '1822'), (13177, '0002', 'Touchscreen Controller(Professional)', '1822'), (13178, '7200', 'Touchscreen Controller', '1822'), (13179, '7904', 'Multitouch Capacitive Touchscreen eGalaxTouch EXC7904-21v00_T13 [IIyama Prolite T1932-MSC]', '1822'), (13180, 'a802', 'eGalaxTouch EXC7920', '1822'), (13181, 'b10e', 'eGalaxTouch EXC3000', '1822'), (13182, 'c000', 'Multitouch Capacitive Touchscreen eGalaxTouch EXC3188-4643-08.00.00.00 Sirius_4643 PCAP3188UR Series [IIyama Prolite PLT1932MSC]', '1822'), (13183, '2202', 'Flash Disk', '1828'), (13184, '2366', 'Flash Disk', '1828'), (13185, '0001', 'Alpha 1200Sx', '1833'), (13186, '000a', 'Dead or Alive 4 FightStick for Xbox 360', '1837'), (13187, '000c', 'Horipad EX Turbo for Xbox 360', '1837'), (13188, '000d', 'Fighting Stick EX2 for Xbox 360', '1837'), (13189, '0011', 'Real Arcade Pro 3', '1837'), (13190, '0016', 'Real Arcade Pro.EX for Xbox 360', '1837'), (13191, '001b', 'Real Aracde Pro.VX', '1837'), (13192, '0063', 'Real Arcade Pro Hayabusa for Xbox One', '1837'), (13193, '0067', 'Horipad One', '1837'), (13194, '0078', 'Real Arcade Pro V Kai for Xbox One / Xbox 360', '1837'), (13195, '0090', 'Horipad Ultimate', '1837'), (13196, '00c1', 'HORIPAD for Nintendo Switch', '1837'), (13197, '0006', 'GreenPak Universal Dev Board (Active Mode)', '1839'), (13198, '8006', 'GreenPak Universal Dev Board (Reset Mode)', '1839'), (13199, '1000', 'CASSY-S', '1840'), (13200, '1010', 'Pocket-CASSY', '1840'), (13201, '1020', 'Mobile-CASSY', '1840'), (13202, '1080', 'Joule and Wattmeter', '1840'), (13203, '1081', 'Digital Multimeter P', '1840'), (13204, '1090', 'UMI P', '1840'), (13205, '1100', 'X-Ray Apparatus', '1840'), (13206, '1101', 'X-Ray Apparatus', '1840'), (13207, '1200', 'VideoCom', '1840'), (13208, '2000', 'COM3LAB', '1840'), (13209, '2010', 'Terminal Adapter', '1840'), (13210, '2020', 'Network Analyser', '1840'), (13211, '2030', 'Converter Control Unit', '1840'), (13212, '2040', 'Machine Test System', '1840'), (13213, '0012', 'Vital\'Act 3S', '1843'), (13214, '0038', 'XIRING Smart Card Terminal LEO V2', '1843'), (13215, '0002', 'CCD', '1844'), (13216, '0006', 'Focuser', '1844'), (13217, '0007', 'Filter Wheel', '1844'), (13218, '000a', 'ProLine CCD', '1844'), (13219, '000b', 'Color Filter Wheel 4', '1844'), (13220, '000c', 'PDF2', '1844'), (13221, '000d', 'Guider', '1844'), (13222, '001c', 'PS3 Guitar Controller Dongle', '1856'), (13223, '010b', 'Philips Recoil', '1856'), (13224, '0110', 'Dual Analog Rumble Pad', '1856'), (13225, '0111', 'Colour Rumble Pad', '1856'), (13226, '0202', 'Joytech Advanced Controller', '1856'), (13227, '0208', 'Xbox & PC Gamepad', '1856'), (13228, '8888', 'BigBen XBMiniPad Controller', '1856'), (13229, '0404', 'Recreated ZX Spectrum Keyboard', '1861'), (13230, '0876', 'Keyboard [87 Francium Pro]', '1861'), (13231, '1086', 'DK2108SZ Keyboard [Ducky Zero]', '1861'), (13232, '0112', 'CDMA 1xEVDO PC Card, PC 5220', '1862'), (13233, 'ef11', 'Patriot (firmware not loaded)', '1865'), (13234, 'ef12', 'Patriot', '1865'), (13235, 'ff11', 'Liberty (firmware not loaded)', '1865'), (13236, 'ff12', 'Liberty', '1865'), (13237, '0a00', 'Zenius', '1866'), (13238, '1000', 'Bluetooth Dongle', '1869'), (13239, '0101', 'MP6 Stage Piano', '1873'), (13240, '9455', 'Compact Drive', '1876'), (13241, '1001', 'Targus Mini Trackball Optical Mouse', '1880'), (13242, '0010', 'Leapster Explorer', '1881'), (13243, '0022', 'Leap Reader', '1881'), (13244, '0500', 'Fly Fusion', '1881'), (13245, '0600', 'Leap Port Turbo', '1881'), (13246, '0700', 'POGO', '1881'), (13247, '0800', 'Didj', '1881'), (13248, '0900', 'TAGSchool', '1881'), (13249, '0a00', 'Leapster 2', '1881'), (13250, '0b00', 'Crammer', '1881'), (13251, '0c00', 'Tag Jr', '1881'), (13252, '0d00', 'My Pal Scout', '1881'), (13253, '0e00', 'Tag32', '1881'), (13254, '0f00', 'Tag64', '1881'), (13255, '1000', 'Kiwi16', '1881'), (13256, '1100', 'Leapster L2x', '1881'), (13257, '1111', 'Fly Fusion', '1881'), (13258, '1300', 'Didj UK/France (Leapster Advance)', '1881'), (13259, '0100', 'IS-CGB-EMULATOR', '1885'), (13260, '0201', 'GameBoy Advance Flash Gang Writer', '1885'), (13261, '0202', 'IS-AGB-CAPTURE', '1885'), (13262, '0300', 'IS-DOL-VIEWER', '1885'), (13263, '0400', 'IS-NITRO-EMULATOR', '1885'), (13264, '0401', 'IS-NITRO-UIC', '1885'), (13265, '0402', 'IS-NITRO-WRITER', '1885'), (13266, '0403', 'IS-NITRO-CAPTURE', '1885'), (13267, '0404', 'IS-NITRO-EMULATOR (DS Lite)', '1885'), (13268, '0500', 'IS-TWL-DEBUGGER', '1885'), (13269, '0501', 'IS-TWL-CAPTURE', '1885'), (13270, '3012', 'RT2570', '1891'), (13271, '3014', 'ZD1211B', '1891'), (13272, '0301', 'M-Any Premium DAH-610 MP3/WMA Player', '1899'), (13273, '0332', 'mobiBLU DAH-1200 MP3/Ogg Player', '1899'), (13274, '3fc3', 'Firefly X10i I/O Board (with firmware)', '1910'), (13275, '3fc4', 'Firefly X10i I/O Board (without firmware)', '1910'), (13276, '0002', 'eHome Infrared Receiver', '1911'), (13277, '1222', 'I/O Development Board', '1917'), (13278, '0001', 'Blackberry Handheld', '1919'), (13279, '0004', 'Blackberry Handheld', '1919'), (13280, '0006', 'Blackberry Pearl', '1919'), (13281, '0008', 'Blackberry Pearl', '1919'), (13282, '8001', 'Blackberry Handheld', '1919'), (13283, '8004', 'Blackberry', '1919'), (13284, '8007', 'Blackberry Handheld', '1919'), (13285, '8010', 'Blackberry Playbook (Connect to Windows mode)', '1919'), (13286, '8011', 'Blackberry Playbook (Connect to Mac mode)', '1919'), (13287, '8014', 'Blackberry Handheld Z30', '1919'), (13288, '8020', 'Blackberry Playbook (CD-Rom mode)', '1919'), (13289, '8037', 'Blackberry PRIV', '1919'), (13290, '0076', 'W910i (Multimedia mode)', '1920'), (13291, '00af', 'V640i Phone [PTP Camera]', '1920'), (13292, '00d4', 'C902 [MTP]', '1920'), (13293, '00d9', 'C702 Phone', '1920'), (13294, '0112', 'W995 Walkman Phone', '1920'), (13295, '014e', 'J108i Cedar (MTP mode)', '1920'), (13296, '015a', 'Xperia Pro [Media Transfer Protocol]', '1920'), (13297, '0166', 'Xperia Mini Pro', '1920'), (13298, '0167', 'ST15i (Xperia mini)', '1920'), (13299, '0169', 'Xperia S', '1920'), (13300, '0172', 'Xperia P', '1920'), (13301, '0177', 'Xperia Ion [Mass Storage]', '1920'), (13302, '0188', 'ST26i', '1920'), (13303, '019c', 'C6833', '1920'), (13304, '019e', 'C6903', '1920'), (13305, '01a5', 'SO-04F', '1920'), (13306, '01a7', 'D5503', '1920'), (13307, '01ba', 'D6603 [Xperia Z3]', '1920'), (13308, '01bb', 'D5803 [Xperia Z3 Compact] (MTP mode)', '1920'), (13309, '01e0', 'F5122 [Xperia X dual] (MTP mode)', '1920'), (13310, '01e8', 'F5321 [Xperia X Compact] (MTP mode)', '1920'), (13311, '01f9', 'H8314 [Xperia XZ2 Compact]', '1920'), (13312, '1010', 'WMC Modem', '1920'), (13313, '10af', 'V640i Phone [PictBridge]', '1920'), (13314, '10d4', 'C902 Phone [PictBridge]', '1920'), (13315, '2105', 'W715 Phone', '1920'), (13316, '2137', 'Xperia X10 mini (USB debug)', '1920'), (13317, '2138', 'Xperia X10 mini pro (Debug)', '1920'), (13318, '2149', 'Xperia X8 (debug)', '1920'), (13319, '214e', 'J108i Cedar (Windows-driver mode)', '1920'), (13320, '3137', 'Xperia X10 mini', '1920'), (13321, '3138', 'Xperia X10 mini pro', '1920'), (13322, '3149', 'Xperia X8', '1920'), (13323, '514f', 'Xperia arc S [Adb-Enable Mode]', '1920'), (13324, '5169', 'Xperia S [Adb-Enable Mode]', '1920'), (13325, '5177', 'Xperia Ion [Debug Mode]', '1920'), (13326, '518c', 'C1605 [Xperia E dual] MTD mode', '1920'), (13327, '51a7', 'D5503 (Xperia Z1 Compact)', '1920'), (13328, '51e0', 'F5122 [Xperia X dual] (developer mode)', '1920'), (13329, '614f', 'Xperia X12 (debug mode)', '1920'), (13330, '6166', 'Xperia Mini Pro', '1920'), (13331, '618c', 'C1605 [Xperia E dual] MSC mode', '1920'), (13332, '715a', 'Xperia Pro [Tethering]', '1920'), (13333, '7166', 'Xperia Mini Pro (Tethering mode)', '1920'), (13334, '7177', 'Xperia Ion [Tethering]', '1920'), (13335, '71f4', 'G8441 (Xperia XZ1 Compact) [Tethering]', '1920'), (13336, '71f9', 'H8314 [Xperia XZ2 Compact] (Tethering)', '1920'), (13337, '8004', '9000 Phone [Mass Storage]', '1920'), (13338, '81f4', 'G8441 (Xperia XZ1 Compact) [Tethering]', '1920'), (13339, 'adde', 'C2005 (Xperia M dual) in service mode', '1920'), (13340, 'c1e0', 'F5122 [Xperia X dual] (MIDI mode)', '1920'), (13341, 'c1e8', 'F5321 [Xperia X Compact] (MIDI mode)', '1920'), (13342, 'c1f9', 'H8314 [Xperia XZ2 Compact] (MIDI)', '1920'), (13343, 'd008', 'V800-Vodafone 802SE Phone', '1920'), (13344, 'd016', 'K750i Phone', '1920'), (13345, 'd017', 'K608i Phone', '1920'), (13346, 'd019', 'VDC EGPRS Modem', '1920'), (13347, 'd025', '520 WMC Data Modem', '1920'), (13348, 'd028', 'W800i', '1920'), (13349, 'd038', 'W850i Phone', '1920'), (13350, 'd039', 'K800i (phone mode)', '1920'), (13351, 'd041', 'K510i Phone', '1920'), (13352, 'd042', 'W810i Phone', '1920'), (13353, 'd043', 'V630i Phone', '1920'), (13354, 'd046', 'K610i Phone', '1920'), (13355, 'd065', 'W960i Phone (PC Suite)', '1920'), (13356, 'd076', 'W910i (Phone mode)', '1920'), (13357, 'd079', 'K530 Phone', '1920'), (13358, 'd089', 'W580i Phone (mass storage)', '1920'), (13359, 'd0a1', 'K810', '1920'), (13360, 'd0af', 'V640i Phone', '1920'), (13361, 'd0cf', 'MD300 Mobile Broadband Modem', '1920'), (13362, 'd0d4', 'C902 Phone [Modem]', '1920'), (13363, 'd0e1', 'MD400 Mobile Broadband Modem', '1920'), (13364, 'd12a', 'U100i Yari Phone', '1920'), (13365, 'd12e', 'Xperia X10', '1920'), (13366, 'd14e', 'J108i Cedar (modem mode)', '1920'), (13367, 'e000', 'K810 (PictBridge mode)', '1920'), (13368, 'e039', 'K800i (msc mode)', '1920'), (13369, 'e042', 'W810i Phone', '1920'), (13370, 'e043', 'V630i Phone [Mass Storage]', '1920'), (13371, 'e075', 'K850i', '1920'), (13372, 'e076', 'W910i (Mass storage)', '1920'), (13373, 'e089', 'W580i Phone', '1920'), (13374, 'e090', 'W200 Phone (Mass Storage)', '1920'), (13375, 'e0a1', 'K810 (Mass Storage mode)', '1920'), (13376, 'e0a3', 'W660i', '1920'), (13377, 'e0af', 'V640i Phone [Mass Storage]', '1920'), (13378, 'e0d4', 'C902 Phone [Mass Storage] ', '1920'), (13379, 'e0ef', 'C905 Phone [Mass Storage]', '1920'), (13380, 'e0f3', 'W595', '1920'), (13381, 'e105', 'W705', '1920'), (13382, 'e112', 'W995 Phone (Mass Storage)', '1920'), (13383, 'e12e', 'X10i Phone', '1920'), (13384, 'e133', 'Vivaz', '1920'), (13385, 'e14e', 'J108i Cedar (mass-storage mode)', '1920'), (13386, 'e14f', 'Xperia Arc/X12', '1920'), (13387, 'e15a', 'Xperia Pro [Mass Storage Class]', '1920'), (13388, 'e161', 'Xperia Ray', '1920'), (13389, 'e166', 'Xperia Mini Pro', '1920'), (13390, 'e167', 'XPERIA mini', '1920'), (13391, 'e19b', 'C2005 [Xperia M dual] (Mass Storage)', '1920'), (13392, 'e1a9', 'D5303', '1920'), (13393, 'e1aa', 'D2303', '1920'), (13394, 'e1ad', 'D5103', '1920'), (13395, 'e1b0', 'D6708', '1920'), (13396, 'e1b5', 'D2004', '1920'), (13397, 'e1ba', 'D6683', '1920'), (13398, 'e1bb', 'SO-02G', '1920'), (13399, 'e1bc', 'D2203', '1920'), (13400, 'e1c0', 'SGP621', '1920'), (13401, 'e1c2', 'D2533', '1920'), (13402, 'e1c9', 'E6553', '1920'), (13403, 'e1cf', 'SGP771', '1920'), (13404, 'f0fa', 'MN800 / Smartwatch 2 (DFU mode)', '1920'), (13405, '1003', 'ANT Development Board', '1921'), (13406, '1004', 'ANTUSB Stick', '1921'), (13407, '1006', 'ANT Development Board', '1921'), (13408, '1008', 'ANTUSB2 Stick', '1921'), (13409, '1009', 'ANTUSB-m Stick', '1921'), (13410, '0001', 'RDS 6000', '1924'), (13411, '0011', 'EyeTV Diversity', '1927'), (13412, '0018', 'EyeTV Hybrid', '1927'), (13413, '0020', 'EyeTV DTT Deluxe', '1927'), (13414, '0021', 'EyeTV DTT', '1927'), (13415, '002a', 'EyeTV Sat', '1927'), (13416, '002c', 'EyeTV DTT Deluxe v2', '1927'), (13417, '0033', 'Video Capture', '1927'), (13418, '0037', 'Video Capture v2', '1927'), (13419, '0060', 'Stream Deck', '1927'), (13420, '0063', 'Stream Deck Mini', '1927'), (13421, '006c', 'Stream Deck XL', '1927'), (13422, '006d', 'Stream Deck original V2', '1927'), (13423, '0100', 'quanton flight control', '1928'), (13424, 'ca01', 'WMRS200 weather station', '1930'), (13425, 'ca05', 'CM160', '1930'), (13426, 'ca08', 'WMR300 Professional Weather System', '1930'), (13427, '0100', 'Bluetooth Mouse', '1931'), (13428, '0101', 'Bluetooth IMU', '1931'), (13429, '0200', 'Bluetooth Keypad', '1931'), (13430, '8101', 'DM9601 Fast Ethernet Adapter', '1935'), (13431, '811e', 'Parallel Adapter', '1935'), (13432, '9700', 'DM9601 Fast Ethernet Adapter', '1935'), (13433, '4020', 'TViX M-6500', '1936'), (13434, '9010', 'FusionRemote IR receiver', '1936'), (13435, 'db00', 'FusionHDTV DVB-T (MT352+LgZ201) (uninitialized)', '1936'), (13436, 'db01', 'FusionHDTV DVB-T (MT352+LgZ201) (initialized)', '1936'), (13437, 'db10', 'FusionHDTV DVB-T (MT352+Thomson7579) (uninitialized)', '1936'), (13438, 'db11', 'FusionHDTV DVB-T (MT352+Thomson7579) (initialized)', '1936'), (13439, 'db78', 'FusionHDTV DVB-T Dual Digital 4 (ZL10353+xc2028/xc3028) (initialized)', '1936'), (13440, '0021', 'Nord Stage 2', '1945'), (13441, '002a', 'Nord Piano 4', '1945'), (13442, 'ff00', 'OEM', '1946'), (13443, '153b', 'TerraTec Electronic GmbH', '1948'), (13444, '0003', 'SD14', '1950'), (13445, '0100', 'SD9/SD10', '1950'), (13446, '8781', 'Dock UD-01', '1950'), (13447, '1fae', 'U8120 3G Cellphone', '1951'), (13448, '6000', 'Various Mobile Phones', '1951'), (13449, '6005', 'T5100', '1951'), (13450, '6018', 'GM360/GD510/GW520/KP501', '1951'), (13451, '618e', 'Ally/Optimus One/Vortex (debug mode)', '1951'), (13452, '618f', 'Ally/Optimus One', '1951'), (13453, '61c5', 'P880 / Charge only', '1951'), (13454, '61c6', 'Vortex (msc)', '1951'), (13455, '61cc', 'Optimus S', '1951'), (13456, '61da', 'G2 Android Phone [tethering mode]', '1951'), (13457, '61f1', 'Optimus Android Phone [LG Software mode]', '1951'), (13458, '61f9', 'Optimus (Various Models) MTP Mode', '1951'), (13459, '61fc', 'Optimus 3', '1951'), (13460, '61fe', 'Optimus Android Phone [USB tethering mode]', '1951'), (13461, '627f', 'G3 (VS985) Android Phone (MTP/Download mode)', '1951'), (13462, '6300', 'G2/Optimus Android Phone [Charge mode]', '1951'), (13463, '631c', 'LM-X420xxx/G2/Optimus Android Phone (charge mode)', '1951'), (13464, '631d', 'Optimus Android Phone (Camera/PTP Mode)', '1951'), (13465, '631e', 'LM-X420xxx/G2/Optimus Android Phone (PTP/camera mode)', '1951'), (13466, '631f', 'Optimus Android Phone (Charge Mode)', '1951'), (13467, '633a', 'Ultimate 2 Android Phone L41C', '1951'), (13468, '633e', 'LM-X420xxx/G2/G3 Android Phone (MTP/download mode)', '1951'), (13469, '6344', 'LM-X420xxx/G2 Android Phone (USB tethering mode)', '1951'), (13470, '6348', 'LM-X420xxx Android Phone (MIDI mode)', '1951'), (13471, '6356', 'Optimus Android Phone [Virtual CD mode]', '1951'), (13472, '6800', 'CDMA Modem', '1951'), (13473, '7000', 'LG LDP-7024D(LD)USB', '1951'), (13474, '91c8', 'P880 / USB tethering', '1951'), (13475, 'a400', 'Renoir (KC910)', '1951'), (13476, '1001', 'MP3 Player', '1952'), (13477, '1004', 'MP3 Player', '1952'), (13478, '1006', 'MP3 Player', '1952'), (13479, 'b113', 'Handy Steno/AH123 / Handy Steno 2.0/HT203', '1952'), (13480, 'b155', 'Disk Module', '1952'), (13481, 'b223', 'CD-RW + 6in1 Card Reader Digital Storage / Converter', '1952'), (13482, '3001', 'iHP-100', '1953'), (13483, '3002', 'iHP-120/140 MP3 Player', '1953'), (13484, '3003', 'H320/H340', '1953'), (13485, '3004', 'H340 (mtp)', '1953'), (13486, '000e', 'eHome Infrared Receiver', '1954'), (13487, '0013', 'Angel MPEG Device', '1954'), (13488, '0015', 'Lumanate Wave PAL SECAM DVBT Device', '1954'), (13489, '0016', 'Lumanate Wave NTSC/ATSC Combo Device', '1954'), (13490, '2402', 'MP3 Player', '1955'), (13491, '2404', 'MP3 Player', '1955'), (13492, '2405', 'MP3 Player', '1955'), (13493, '2406', 'MP3 Player', '1955'), (13494, 'a0c0', 'MP3 Player', '1955'), (13495, '3342', 'Cayman 3352 DSL Modem', '1957'), (13496, '3382', '3380 Series Network Interface', '1957'), (13497, '6072', 'DSL Modem', '1957'), (13498, '9031', 'Motorola 802.11n Dualband USB Wireless Adapter', '1957'), (13499, '9032', 'Motorola 802.11n 5G USB Wireless Adapter', '1957'), (13500, 'cb01', 'Cayman 3341 Ethernet DSL Router', '1957'), (13501, '0001', 'AccFast Mp3', '1959'), (13502, '9015', 'M625 [Vendor: DELUX]', '1965'), (13503, '0c55', 'Flash Reader, Desknote UCR-61S2B', '1966'), (13504, '0f38', 'Infrared Receiver', '1966'), (13505, '0006', 'Wireless Keyboard', '1967'), (13506, '000a', 'Wireless Optical Mouse', '1967'), (13507, '0106', 'Wireless Optical Mouse/Keyboard', '1967'), (13508, '005e', 'USB DVB-T device', '1969'), (13509, '005f', 'USB DVB-T device', '1969'), (13510, '0300', 'MP3 Player', '1969'), (13511, '0350', 'MP3 Player', '1969'), (13512, '6151', 'Q-Cam Sangha CIF', '1976'), (13513, '6251', 'Q-Cam VGA', '1976'), (13514, 'ff0c', 'Joytech Wireless Advanced Controller', '1976'), (13515, '0068', '3,5\'\' HDD case MD-231', '1980'), (13516, '0100', 'Ideazon Zboard', '1981'), (13517, '1260', 'Arctis 7 wireless adapter', '1981'), (13518, '1361', 'Ideazon Sensei', '1981'), (13519, '1410', 'SRW-S1 [Simraceway Steering Wheel]', '1981'), (13520, '1720', 'Mouse', '1981'), (13521, '0824', '1866 802.11bg [Texas Instruments TNETW1450]', '1982'), (13522, '2140', 'dsl+ 1100 duo', '1982'), (13523, 'f000', 'Actia Evo XS', '1983'), (13524, '0100', 'ScratchAmp', '1984'), (13525, '0101', 'ScratchAmp', '1984'), (13526, '160f', 'Wireless Network Adapter', '1985'), (13527, '4901', 'AV-836 Video Capture Device', '1985'), (13528, '8006', 'Flash Disk 32-256 MB', '1985'), (13529, '8012', 'Flash Disk 256 MB', '1985'), (13530, '7001', 'Gigabyte U7000 DVB-T tuner', '1986'), (13531, '7002', 'Gigabyte U8000 DVB-T tuner', '1986'), (13532, '7004', 'Gigabyte U7100 DVB-T tuner', '1986'), (13533, '7005', 'Gigabyte U7200 DVB-T tuner [AF9035]', '1986'), (13534, '7006', 'Gigabyte U6000 DVB-T tuner [em2863]', '1986'), (13535, '8001', 'GN-54G', '1986'), (13536, '8002', 'GN-BR402W', '1986'), (13537, '8003', 'GN-WLBM101', '1986'), (13538, '8004', 'GN-WLBZ101 802.11b Adapter', '1986'), (13539, '8005', 'GN-WLBZ201 802.11b Adapter', '1986'), (13540, '8006', 'GN-WBZB-M 802.11b Adapter', '1986'), (13541, '8007', 'GN-WBKG', '1986'), (13542, '8008', 'GN-WB01GS', '1986'), (13543, '800a', 'GN-WI05GS', '1986'), (13544, '800b', 'GN-WB30N 802.11n WLAN Card', '1986'), (13545, '800c', 'GN-WB31N 802.11n USB WLAN Card', '1986'), (13546, '800d', 'GN-WB32L 802.11n USB WLAN Card', '1986'), (13547, '6694', 'Generic W6694 USB', '1987'), (13548, '8901', 'Bluetooth Device', '1987'), (13549, '9967', 'W9967CF/W9968CF Webcam IC', '1987'), (13550, '2010', '4-Port hub', '1988'), (13551, '1003', 'Model-52 LED Light Source Power Supply and Driver', '1991'), (13552, '3001', 'ESP301 3 Axis Motion Controller', '1991'), (13553, '0001', 'Infinity Phoenix', '1992'), (13554, '0002', 'Smartmouse', '1992'), (13555, '0003', 'FunProgrammer', '1992'), (13556, '0004', 'Infinity Unlimited', '1992'), (13557, '0006', 'Infinity Smart', '1992'), (13558, '0007', 'Infinity Smart module', '1992'), (13559, '0008', 'Infinity CryptoKey', '1992'), (13560, '0009', 'RE-BL PlayStation 3 IR-to-Bluetooth converter', '1992'), (13561, '0010', 'Yubikey (v1 or v2)', '1993'), (13562, '0110', 'Yubikey NEO(-N) OTP', '1993'), (13563, '0111', 'Yubikey NEO(-N) OTP+CCID', '1993'), (13564, '0112', 'Yubikey NEO(-N) CCID', '1993'), (13565, '0113', 'Yubikey NEO(-N) U2F', '1993'), (13566, '0114', 'Yubikey NEO(-N) OTP+U2F', '1993'), (13567, '0115', 'Yubikey NEO(-N) U2F+CCID', '1993'), (13568, '0116', 'Yubikey NEO(-N) OTP+U2F+CCID', '1993'), (13569, '0120', 'Yubikey Touch U2F Security Key', '1993'), (13570, '0200', 'Gnubby U2F', '1993'), (13571, '0211', 'Gnubby', '1993'), (13572, '0401', 'Yubikey 4/5 OTP', '1993'), (13573, '0402', 'Yubikey 4/5 U2F', '1993'), (13574, '0403', 'Yubikey 4/5 OTP+U2F', '1993'), (13575, '0404', 'Yubikey 4/5 CCID', '1993'), (13576, '0405', 'Yubikey 4/5 OTP+CCID', '1993'), (13577, '0406', 'Yubikey 4/5 U2F+CCID', '1993'), (13578, '0407', 'Yubikey 4/5 OTP+U2F+CCID', '1993'), (13579, '0410', 'Yubikey plus OTP+U2F', '1993'), (13580, '5004', 'DSL 7420 Loader', '1995'), (13581, '5005', 'DSL 7420 LAN Modem', '1995'), (13582, '0200', 'FireWire USB Combo', '1999'), (13583, '0400', 'External HDD', '1999'), (13584, '0500', 'hub', '1999'), (13585, '0701', 'WD Passport (WDXMS)', '1999'), (13586, '0702', 'WD Passport (WDXMS)', '1999'), (13587, '0704', 'My Passport Essential (WDME)', '1999'), (13588, '0705', 'My Passport Elite (WDML)', '1999'), (13589, '070a', 'My Passport Essential (WDBAAA), My Passport for Mac (WDBAAB), My Passport Essential SE (WDBABM), My Passport SE for Mac (WDBABW)', '1999'), (13590, '070b', 'My Passport Elite (WDBAAC)', '1999'), (13591, '070c', 'My Passport Studio (WDBAAE)', '1999'), (13592, '071a', 'My Passport Essential (WDBAAA)', '1999'), (13593, '071d', 'My Passport Studio (WDBALG)', '1999'), (13594, '0730', 'My Passport Essential (WDBACY)', '1999'), (13595, '0732', 'My Passport Essential SE (WDBGYS)', '1999'), (13596, '0740', 'My Passport Essential (WDBACY)', '1999'), (13597, '0741', 'My Passport Ultra', '1999'), (13598, '0742', 'My Passport Essential SE (WDBGYS)', '1999'), (13599, '0748', 'My Passport (WDBKXH, WDBY8L)', '1999'), (13600, '07a8', 'My Passport (WDBBEP), My Passport for Mac (WDBLUZ)', '1999'), (13601, '07ae', 'My Passport Edge for Mac (WDBJBH)', '1999'), (13602, '07ba', 'PiDrive (WDLB)', '1999'), (13603, '0810', 'My Passport Ultra (WDBZFP)', '1999'), (13604, '0816', 'My Passport Air (WDBBLW)', '1999'), (13605, '0820', 'My Passport Ultra (WDBMWV, WDBZFP)', '1999'), (13606, '0822', 'My Passport Ultra (WDBBUZ)', '1999'), (13607, '0824', 'My Passport Slim (WDBPDZ)', '1999'), (13608, '0830', 'My Passport Ultra (WDBZFP)', '1999'), (13609, '0837', 'My Passport Ultra (WDBBKD)', '1999'), (13610, '0900', 'MyBook Essential External HDD', '1999'), (13611, '0901', 'My Book Essential Edition (Green Ring) (WDG1U)', '1999'), (13612, '0902', 'My Book Pro Edition (WDG1T)', '1999'), (13613, '0903', 'My Book Premium Edition', '1999'), (13614, '0905', 'My Book Pro Edition II (WD10000C033-001)', '1999'), (13615, '0910', 'My Book Essential Edition (Green Ring) (WDG1U)', '1999'), (13616, '1001', 'Elements Desktop (WDE1U)', '1999'), (13617, '1003', 'WD Elements Desktop (WDE1UBK)', '1999'), (13618, '1010', 'Elements Portable (WDBAAR)', '1999'), (13619, '1021', 'Elements Desktop (WDBAAU)', '1999'), (13620, '1023', 'Elements SE Portable (WDBABV)', '1999'), (13621, '1042', 'Elements SE Portable (WDBPCK)', '1999'), (13622, '1048', 'Elements Portable (WDBU6Y)', '1999'), (13623, '1078', 'Elements Portable (WDBUZG)', '1999'), (13624, '107c', 'Elements Desktop (WDBWLG)', '1999'), (13625, '10a2', 'Elements SE Portable (WDBPCK)', '1999'), (13626, '10a8', 'Elements Portable (WDBUZG)', '1999'), (13627, '10b8', 'Elements Portable (WDBU6Y, WDBUZG)', '1999'), (13628, '1100', 'My Book Essential Edition 2.0 (WDH1U)', '1999'), (13629, '1102', 'My Book Home Edition (WDH1CS)', '1999'), (13630, '1103', 'My Book Studio', '1999'), (13631, '1104', 'My Book Mirror Edition (WDH2U)', '1999'), (13632, '1105', 'My Book Studio II', '1999'), (13633, '1110', 'My Book Essential (WDBAAF), My Book for Mac (WDBAAG)', '1999'), (13634, '1111', 'My Book Elite (WDBAAH)', '1999'), (13635, '1112', 'My Book Studio (WDBAAJ), My Book Studio LX (WDBACH)', '1999'), (13636, '1123', 'My Book 3.0 (WDBABP)', '1999'), (13637, '1130', 'My Book Essential (WDBACW)', '1999'), (13638, '1140', 'My Book Essential (WDBACW)', '1999'), (13639, '1170', 'My Book Essential 3TB (WDBACW0030HBK)', '1999'), (13640, '1230', 'My Book (WDBFJK)', '1999'), (13641, '1235', 'My Book (WDBFJK0040HBK)', '1999'), (13642, '2599', 'My Passport Ultra (WD40NMZW)', '1999'), (13643, '259d', 'My Passport Ultra (WDBBKD)', '1999'), (13644, '259f', 'My Passport Ultra (WD10JMVW)', '1999'), (13645, '25a1', 'Elements / My Passport', '1999'), (13646, '25a2', 'Elements 25A2', '1999'), (13647, '25a3', 'Elements Desktop (WDBWLG)', '1999'), (13648, '25da', 'My Book (WDBFJK)', '1999'), (13649, '25e1', 'My Passport (WD20NMVW)', '1999'), (13650, '25e2', 'My Passport (WD40NMZW)', '1999'), (13651, '25ee', 'My Book 25EE', '1999'), (13652, '25f3', 'My Passport SSD (WDBK3E)', '1999'), (13653, '25fa', 'easystore Portable 5TB (WDBKUZ0050)', '1999'), (13654, '25fb', 'easystore Desktop (WDBCKA)', '1999'), (13655, '2603', 'My Passport Game Storage for PS4 4TB (WDBZGE0040)', '1999'), (13656, '2624', 'easystore Portable 5TB (WDBKUZ0050)', '1999'), (13657, '2626', 'My Passport (WDBPKJ)', '1999'), (13658, '30a0', 'SATA adapter cable', '1999'), (13659, '000b', 'StarSign Bio Token 3.0', '2000'), (13660, 'e065', 'BCM43142A0 Bluetooth module', '2001'), (13661, '1555', 'MC141555 Hub', '2007'), (13662, '4100', 'SB4100 USB Cable Modem', '2007'), (13663, '0020', 'USB-DVR2 Dev Board', '2008'), (13664, '2136', 'EasyDisk ED1064', '2008'), (13665, '0001', 'CPUSB - V 1.8 - software-rights management key', '2009'), (13666, '1101', 'CDMA 2000 1xRTT USB modem (HX-550C)', '2011'), (13667, '1102', 'Packet Service', '2011'), (13668, '1103', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13669, '1104', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13670, '1105', 'Composite Device', '2011'), (13671, '1106', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13672, '1301', 'Composite Device', '2011'), (13673, '1302', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13674, '1303', 'Packet Service', '2011'), (13675, '1304', 'Packet Service', '2011'), (13676, '1401', 'Composite Device', '2011'), (13677, '1402', 'Packet Service', '2011'), (13678, '1403', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13679, '1501', 'Packet Service', '2011'), (13680, '1502', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13681, '1503', 'Packet Service', '2011'), (13682, '1601', 'Packet Service', '2011'), (13683, '1602', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13684, '1603', 'Packet Service', '2011'), (13685, '2101', 'AudioVox 8900 Cell Phone', '2011'), (13686, '2102', 'Packet Service', '2011'), (13687, '2103', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13688, '2301', 'Packet Service', '2011'), (13689, '2302', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13690, '2303', 'Packet Service', '2011'), (13691, '2401', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13692, '2402', 'Packet Service', '2011'), (13693, '2403', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13694, '2501', 'Packet Service', '2011'), (13695, '2502', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13696, '2503', 'Packet Service', '2011'), (13697, '2601', 'Packet Service', '2011'), (13698, '2602', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13699, '2603', 'Packet Service', '2011'), (13700, '3701', 'Broadband Wireless modem', '2011'), (13701, '3702', 'Pantech PX-500', '2011'), (13702, '3714', 'PANTECH USB MODEM [UM175]', '2011'), (13703, '3716', 'UMW190 Modem', '2011'), (13704, '3721', 'Option Beemo (GI0801) LTE surfstick', '2011'), (13705, '3b14', 'Option Beemo (GI0801) LTE surfstick', '2011'), (13706, '3eb4', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13707, '4101', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13708, '4102', 'Packet Service', '2011'), (13709, '4301', 'Composite Device', '2011'), (13710, '4302', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13711, '4401', 'Composite Device', '2011'), (13712, '4402', 'Packet Service', '2011'), (13713, '4501', 'Packet Service', '2011'), (13714, '4502', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13715, '4601', 'Composite Device', '2011'), (13716, '4602', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13717, '5101', 'Packet Service', '2011'), (13718, '5102', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13719, '5301', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13720, '5302', 'Packet Service', '2011'), (13721, '5401', 'Packet Service', '2011'), (13722, '5402', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13723, '5501', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13724, '5502', 'Packet Service', '2011'), (13725, '5601', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13726, '5602', 'Packet Service', '2011'), (13727, '7101', 'Composite Device', '2011'), (13728, '7102', 'Packet Service', '2011'), (13729, 'a000', 'Packet Service', '2011'), (13730, 'a001', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13731, 'c100', 'Packet Service', '2011'), (13732, 'c200', 'Packet Service', '2011'), (13733, 'c500', 'Packet Service Diagnostic Serial Port (WDM)', '2011'), (13734, 'e200', 'Packet Service', '2011'), (13735, '0009', 'CT10x Coin Transaction', '2014'), (13736, '000a', 'CR10x Coin Recycler', '2014'), (13737, '000c', 'Xchange', '2014'), (13738, '0031', 'Bluetooth Device', '2015'), (13739, '0032', 'Bluetooth Device', '2015'), (13740, '8002', 'LU150 LTE Modem [Yota LU150]', '2015'), (13741, '3009', 'eHome Infrared Transceiver', '2016'), (13742, '55b2', 'WBU-110 802.11b Wireless Adapter [Intersil PRISM 3]', '2016'), (13743, '55f2', 'WGU-210 802.11g Adapter [Intersil ISL3886]', '2016'), (13744, '160c', 'CR-55', '2021'), (13745, '160f', 'DR-1210C', '2021'), (13746, '1614', 'DR-4010C', '2021'), (13747, '1617', 'DR-2510C', '2021'), (13748, '1618', 'DR-X10C', '2021'), (13749, '161a', 'CR-25', '2021'), (13750, '161b', 'DR-2010C Scanner', '2021'), (13751, '161d', 'DR-3010C', '2021'), (13752, '1620', 'DR-7090C', '2021'), (13753, '1622', 'DR-9050C', '2021'), (13754, '1623', 'DR-7550C', '2021'), (13755, '1624', 'DR-6050C', '2021'), (13756, '1626', 'DR-6010C', '2021'), (13757, '162c', 'P-150 Scanner', '2021'), (13758, '1638', 'DR-6030C', '2021'), (13759, '1639', 'CR-135i', '2021'), (13760, '163e', 'DR-M160', '2021'), (13761, '163f', 'DR-M140', '2021'), (13762, '1640', 'DR-C125', '2021'), (13763, '1641', 'DR-P215', '2021'), (13764, '1648', 'FSU-201', '2021'), (13765, '164a', 'DR-C130', '2021'), (13766, '164b', 'DR-P208', '2021'), (13767, '164f', 'DR-G1130', '2021'), (13768, '1650', 'DR-G1100', '2021'), (13769, '1651', 'DR-C120', '2021'), (13770, '1654', 'DR-F120', '2021'), (13771, '1657', 'DR-M1060', '2021'), (13772, '1658', 'DR-C225', '2021'), (13773, '1659', 'DR-P215II', '2021'), (13774, '165d', 'DR-P208II', '2021'), (13775, '0005', 'HID Keyboard/Mouse PS/2 Translator', '2024'), (13776, '017e', 'GTC 400 C', '2025'), (13777, '8101', 'Absoflex', '2027'), (13778, '9109', 'CROSSCALL Trekker-M1 Core (MTP-Mode)', '2030'), (13779, '9118', 'Medion P4013 Mobile', '2030'), (13780, '9119', 'CROSSCALL Trekker-M1 Core (PTP-Mode)', '2030'), (13781, 'f009', 'CROSSCALL Trekker-M1 Core (CD-ROM-Mode)', '2030'), (13782, '3163', 'Trigem Mobile SmartDisplay84', '2031'), (13783, '3164', 'Trigem Mobile SmartDisplay121', '2031'), (13784, '1102', 'Sky Love Actually IM-U460K', '2034'), (13785, '1104', 'Sky Vega IM-A650S', '2034'), (13786, '1105', 'VEGA Android composite', '2034'), (13787, '1106', 'VEGA Android composite', '2034'), (13788, '1107', 'VEGA Android composite', '2034'), (13789, '1108', 'VEGA Android composite', '2034'), (13790, '1109', 'VEGA Android composite', '2034'), (13791, '6021', 'SIRIUS alpha', '2034'), (13792, '6031', 'Pantech Android composite', '2034'), (13793, '6032', 'Pantech Android composite', '2034'), (13794, '6033', 'Pantech Android composite', '2034'), (13795, '6034', 'Pantech Android composite', '2034'), (13796, '6035', 'Pantech Android composite', '2034'), (13797, '6036', 'Pantech Android composite', '2034'), (13798, '6037', 'Pantech Android composite', '2034'), (13799, '6050', 'Pantech Android composite', '2034'), (13800, '6051', 'Pantech Android composite', '2034'), (13801, '6052', 'Pantech Android composite', '2034'), (13802, '6053', 'Pantech Android composite', '2034'), (13803, '6054', 'Pantech Android composite', '2034'), (13804, '6055', 'Pantech Android composite', '2034'), (13805, '6056', 'Pantech Android composite', '2034'), (13806, '6057', 'Pantech Android composite', '2034'), (13807, '6058', 'Pantech Android composite', '2034'), (13808, '6059', 'Pantech Android composite', '2034'), (13809, '6080', 'MHS291LVW LTE Modem [Verizon Jetpack 4G LTE Mobile Hotspot MHS291L] (Zero CD Mode)', '2034'), (13810, '6085', 'MHS291LVW LTE Modem [Verizon Jetpack 4G LTE Mobile Hotspot MHS291L] (Modem Mode)', '2034'), (13811, '7031', 'Pantech Android composite', '2034'), (13812, '7032', 'Pantech Android composite', '2034'), (13813, '7033', 'Pantech Android composite', '2034'), (13814, '7034', 'Pantech Android composite', '2034'), (13815, '7035', 'Pantech Android composite', '2034'), (13816, '7036', 'Pantech Android composite', '2034'), (13817, '7037', 'Pantech Android composite', '2034'), (13818, '1002', 'Bluetooth Device', '2036'), (13819, '1003', 'BC02-EXT in DFU', '2036'), (13820, '1005', 'Bluetooth Adptr', '2036'), (13821, '1006', 'BC04-EXT in DFU', '2036'), (13822, '10c5', 'Sony-Ericsson / Samsung DataCable', '2036'), (13823, '0000', 'UPS', '2039'), (13824, '0001', 'PowerSure PSA UPS', '2039'), (13825, '0002', 'PowerSure PST UPS', '2039'), (13826, '0003', 'PowerSure PSP UPS', '2039'), (13827, '0004', 'PowerSure PSI UPS', '2039'), (13828, '0005', 'UPStation GXT 2U UPS', '2039'), (13829, '0006', 'UPStation GXT UPS', '2039'), (13830, '0007', 'Nfinity Power Systems UPS', '2039'), (13831, '0008', 'PowerSure Interactive UPS', '2039'), (13832, '9060', 'Test Board', '2040'), (13833, '0bb8', 'DVB-T reference design (MOD300) (cold)', '2041'), (13834, '0bb9', 'DVB-T reference design (MOD300) (warm)', '2041'), (13835, '0bc6', 'DVB-T reference design (MOD3000P) (cold)', '2041'), (13836, '0bc7', 'DVB-T reference design (MOD3000P) (warm)', '2041'), (13837, '1427', 'Ethernet', '2044'), (13838, '0001', 'SmartHome PowerLinc', '2045'), (13839, '00a4', 'ULS PLS Series Laser Engraver Firmware Loader', '2046'), (13840, '00a5', 'ULS Print Support', '2046'), (13841, '0002', 'F32x USBXpress Device', '2047'), (13842, '0003', 'CommandIR', '2047'), (13843, '800a', 'SPORTident', '2047'), (13844, '800b', 'AES', '2047'), (13845, '8030', 'K4JRG Ham Radio devices', '2047'), (13846, '8044', 'USB Debug Adapter', '2047'), (13847, '804e', 'Software Bisque Paramount ME', '2047'), (13848, '80a9', 'CP210x to UART Bridge Controller', '2047'), (13849, '80c4', 'Infrared Thermometer Adapter', '2047'), (13850, '80ca', 'ATM2400 Sensor Device', '2047'), (13851, '813f', 'tams EasyControl', '2047'), (13852, '8149', 'West Mountain Radio Computerized Battery Analyzer', '2047'), (13853, '814a', 'West Mountain Radio RIGblaster P&P', '2047'), (13854, '814b', 'West Mountain Radio RIGtalk', '2047'), (13855, '818a', 'Silicon Labs FM Radio Reference Design', '2047'), (13856, '81e8', 'Zephyr BioHarness', '2047'), (13857, '834b', 'Infrared Online Sensor Adapter', '2047'), (13858, '834e', 'Infrared Sensor Adapter', '2047'), (13859, '8460', 'Sangoma Wanpipe VoiceTime', '2047'), (13860, '8461', 'Sangoma U100', '2047'), (13861, '8470', 'Juniper Networks BX Series System Console', '2047'), (13862, '8477', 'Balluff RFID Reader', '2047'), (13863, '8496', 'SiLabs Cypress FW downloader', '2047'), (13864, '8497', 'SiLabs Cypress EVB', '2047'), (13865, '84fb', 'Infrared Blackbody Adapter', '2047'), (13866, '8508', 'RS485 Adapter', '2047'), (13867, '8605', 'dilitronics ESoLUX solar lighting controller', '2047'), (13868, '8660', 'Netronics CANdoISO', '2047'), (13869, '86bc', 'C8051F34x AudioDelay [AD-340]', '2047'), (13870, '8789', 'C8051F34x Extender & EDID MGR [EMX-DVI]', '2047'), (13871, '87be', 'C8051F34x HDMI Audio Extractor [EMX-HD-AUD]', '2047'), (13872, '8863', 'C8051F34x Bootloader', '2047'), (13873, '8897', 'C8051F38x HDMI Splitter [UHBX]', '2047'), (13874, '88c9', 'AES HID device', '2047'), (13875, '8918', 'C8051F38x HDMI Audio Extractor [VSA-HA-DP]', '2047'), (13876, '8973', 'C8051F38x HDMI Extender [UHBX-8X]', '2047'), (13877, '89c6', 'SPORTident HID device', '2047'), (13878, '89e1', 'C8051F38x HDMI Extender [UHBX-SW3-WP]', '2047'), (13879, '89fb', 'Qivicon ZigBee Stick', '2047'), (13880, '8a3c', 'C8051F38x HDBaseT Receiver [UHBX-R-XT]', '2047'), (13881, '8a6c', 'C8051F38x 4K HDMI Audio Extractor [EMX-AMP]', '2047'), (13882, '8acb', 'C8051F38x HDBaseT Wall Plate Receiver with IR, RS-232, and PoH [UHBX-R-WP]', '2047'), (13883, '8af8', 'C8051F38x 4K HDMI Audio Extractor w/Audio Amplifier, HDBT Input, Line Audio Input RS-232 Ports and IP Control [VSA-X21]', '2047'), (13884, '8b8c', 'C8051F38x 4K HDMI Audio Extractor w/Audio Amplifier, HDBT Input, Line Audio Input RS-232 Ports and IP Control [SC-3H]', '2047'), (13885, '8db5', 'C8051F38x CATx HDMI Receiver with USB [EX-HDU-R]', '2047'), (13886, '8db6', 'C8051F38x CATx HDMI Receiver', '2047'), (13887, 'ea60', 'CP210x UART Bridge', '2047'), (13888, 'ea61', 'CP210x UART Bridge', '2047'), (13889, 'ea63', 'CP210x UART Bridge', '2047'), (13890, 'ea70', 'CP2105 Dual UART Bridge', '2047'), (13891, 'ea71', 'CP2108 Quad UART Bridge', '2047'), (13892, 'ea80', 'CP2110 HID UART Bridge', '2047'), (13893, 'ea90', 'CP2112 HID I2C Bridge', '2047'), (13894, 'ea91', 'CP2112 HID SMBus/I2C Bridge for CP2614 Evaluation Kit', '2047'), (13895, 'ea93', 'CP2112 HID SMBus/I2C Bridge for CP2615 Evaluation Kit', '2047'), (13896, 'eab0', 'CP2114 I2S Audio Bridge', '2047'), (13897, 'eac0', 'CP2614 MFi Accessory Digital Audio Bridge', '2047'), (13898, 'eac1', 'CP2615 I2S Audio Bridge', '2047'), (13899, 'eac9', 'EFM8UB1 Bootloader', '2047'), (13900, 'eaca', 'EFM8UB2 Bootloader', '2047'), (13901, 'eacb', 'EFM8UB3 Bootloader', '2047'), (13902, '819a', 'FM Radio', '2048'), (13903, '1101', 'MP3 Player', '2051'), (13904, '0007', 'Shinko/Sinfonia CHC-S1245', '2053'), (13905, '000e', 'Shinko/Sinfonia CHC-S2145', '2053'), (13906, '0019', 'Shinko/Sinfonia CHC-S6145', '2053'), (13907, '001d', 'Shinko/Sinfonia CHC-S6245', '2053'), (13908, '001e', 'Ciaat Brava 21', '2053'), (13909, '0039', 'Sinfonia CHC-S2245', '2053'), (13910, '10ce', 'Sinfonia CHC-S2245', '2053'), (13911, 'ea6a', 'MobiData EDGE USB Modem', '2053'), (13912, '2011', 'R-Engine MPEG2 encoder/decoder', '2054'), (13913, '5500', '8055 Experiment Interface Board (address=0)', '2054'), (13914, '5501', '8055 Experiment Interface Board (address=1)', '2054'), (13915, '5502', '8055 Experiment Interface Board (address=2)', '2054'), (13916, '5503', '8055 Experiment Interface Board (address=3)', '2054'), (13917, '0101', 'USB-Module for Spider8, CP32', '2055'), (13918, '0202', 'CP22 - Communication Processor', '2055'), (13919, '0301', 'CP42 - Communication Processor', '2055'), (13920, '5243', 'RayComposer', '2056'), (13921, '0004', 'PS/2 Converter', '2058'), (13922, '5552', 'KVM Human Interface Composite Device (Keyboard/Mouse ports)', '2058'), (13923, '55a2', '2Port KVMSwitcher', '2058'), (13924, '5a08', 'Dual Bay Docking Station', '2058'), (13925, '0c02', 'BioniQ 1001 Tablet', '2059'), (13926, '1000', 'MP3 Player', '2059'), (13927, '1100', 'MPMan MP-Ki 128 MP3 Player/Recorder', '2059'), (13928, '1101', 'D-Wave 2GB MP4 Player / AK1025 MP3/MP4 Player', '2059'), (13929, '2200', 'Acer MP-120 MP3 player', '2059'), (13930, '8888', 'ADFU Device', '2059'), (13931, 'ff51', 'ADFU Device', '2059'), (13932, 'ff61', 'MP4 Player', '2059'), (13933, 'ff66', 'Craig 2GB MP3/Video Player', '2059'), (13934, '0500', 'iAPP CR-e500 Card reader', '2061'), (13935, '2002', 'iNexio Touchscreen controller', '2066'), (13936, '1a08', 'Internal Webcam', '2067'), (13937, '1a1e', 'Laptop Integrated Webcam 1.3M', '2067'), (13938, '1a2a', 'Laptop Integrated Webcam', '2067'), (13939, '1a2e', 'HP Truevision HD Integrated Webcam', '2067'), (13940, '0200', 'Audio Advantage Roadie', '2068'), (13941, '0231', 'Ear Force P11 Headset', '2068'), (13942, '10f5', 'EarForce PX21 Gaming Headset', '2068'), (13943, '3201', 'CeboLC', '2069'), (13944, '3202', 'CeboStick', '2069'), (13945, '3203', 'CeboMSA64', '2069'), (13946, '3204', 'CeboDFN', '2069'), (13947, '3205', 'PSAA2304W_CASC', '2069'), (13948, 'c401', 'USBV4F unconfigured', '2069'), (13949, 'c402', 'EFM01 unconfigured', '2069'), (13950, 'c403', 'MISS2 unconfigured', '2069'), (13951, 'c404', 'CID unconfigured', '2069'), (13952, 'c405', 'USBS6 unconfigured', '2069'), (13953, 'c406', 'OP_MISS2 unconfigured', '2069'), (13954, 'c407', 'NanoUsb uncofigured', '2069'), (13955, 'c481', 'USBV4F', '2069'), (13956, 'c482', 'EFM01', '2069'), (13957, 'c483', 'MISS2', '2069'), (13958, 'c484', 'CID', '2069'), (13959, 'c485', 'USBS6', '2069'), (13960, 'c486', 'OP_MISS2', '2069'), (13961, 'c487', 'NanoUsb', '2069'), (13962, 'c501', 'EFM02 unconfigured', '2069'), (13963, 'c502', 'EFM02/B unconfigured', '2069'), (13964, 'c503', 'EFM03 unconfigured', '2069'), (13965, 'c581', 'EFM02', '2069'), (13966, 'c582', 'EFM02/B', '2069'), (13967, 'c583', 'EFM03', '2069'), (13968, '7e50', 'FlyCam Usb 100', '2071'), (13969, '804d', 'Typhoon Webshot II Webcam [zc0301]', '2071'), (13970, '8050', 'FlyCAM-USB 300 XP2', '2071'), (13971, 'de00', 'WinFast WalkieTV WDM Capture Driver.', '2071'), (13972, '000c', 'TT-3750 BGAN-XL Radio Module', '2072'), (13973, '0001', 'VTPlayer VTP-1 Braille Mouse', '2073'), (13974, '0001', 'FSK Electronics Super GSM Reader', '2074'), (13975, '1110', 'UPort 1110', '2076'), (13976, '1150', 'UPort 1150 1-Port RS-232/422/485', '2076'), (13977, '1250', 'UPort 1250 2-Port RS-232/422/485', '2076'), (13978, '1251', 'UPort 1250I 2-Port RS-232/422/485 with Isolation', '2076'), (13979, '1410', 'UPort 1410 4-Port RS-232', '2076'), (13980, '1450', 'UPort 1450 4-Port RS-232/422/485', '2076'), (13981, '1451', 'UPort 1450I 4-Port RS-232/422/485 with Isolation', '2076'), (13982, '1613', 'UPort 1610-16 16-Port RS-232', '2076'), (13983, '1618', 'UPort 1610-8 8-Port RS-232', '2076'), (13984, '1653', 'UPort 1650-16 16-Port RS-232/422/485', '2076'), (13985, '1658', 'UPort 1650-8 8-Port RS-232/422/485', '2076'), (13986, '5c01', 'Huawei MT-882 Remote NDIS Network Device', '2077'), (13987, '6489', 'ADSL ETH/USB RTR', '2077'), (13988, '9000', 'ADSL LAN Adapter', '2077'), (13989, '9001', 'ADSL Loader', '2077'), (13990, '900f', 'AT-AR215 DSL Modem', '2077'), (13991, '9010', 'AT-AR215 DSL Modem', '2077'), (13992, '9021', 'ADSL WAN Adapter', '2077'), (13993, '9022', 'ADSL Loader', '2077'), (13994, '9023', 'ADSL WAN Adapter', '2077'), (13995, '9024', 'ADSL Loader', '2077'), (13996, '9031', 'ADSL LAN Adapter', '2077'), (13997, '9032', 'ADSL Loader', '2077'), (13998, '8888', 'Evolution Device', '2078'), (13999, 'a0a2', 'Active Sync device', '2080'), (14000, '0001', 'RedRat3 IR Transceiver', '2082'), (14001, '0005', 'RedRat3II IR Transceiver', '2082'), (14002, '0001', 'BlyncLight', '2085'), (14003, '0002', 'iBuddy', '2085'), (14004, '0004', 'iBuddy Twins', '2085'), (14005, '0202', 'Rocket Launcher', '2085'), (14006, '6604', 'MCE IR-Receiver', '2085'), (14007, '6606', 'U+P Mouse', '2085'), (14008, '660c', 'Foot Pedal/Thermometer', '2085'), (14009, '6626', 'Key', '2085'), (14010, '6806', 'Keychain photo frame', '2085'), (14011, 'c301', 'Digital Photo viewer [Wallet Pix]', '2085'), (14012, 'f211', 'TP6911 Audio Headset', '2085'), (14013, '1001', 'KY-BT100 Bluetooth Adapter', '2086'), (14014, '1002', 'Bluetooth Device', '2086'), (14015, '1003', 'Bluetooth Device', '2086'), (14016, '1004', 'Bluetooth Device', '2086'), (14017, '4331', 'PDR-M4/M5/M70 Digital Camera', '2087'), (14018, '4332', 'PDR-M60 Digital Camera', '2087'), (14019, '4333', 'PDR-M2300/PDR-M700', '2087'), (14020, '4334', 'PDR-M65', '2087'), (14021, '4335', 'PDR-M61', '2087'), (14022, '4337', 'PDR-M11', '2087'), (14023, '4338', 'PDR-M25', '2087'), (14024, '3131', 'CTS LS515', '2088'), (14025, '1020', 'Watson Two-Finger Roll Scanner', '2091'), (14026, '1100', 'Columbo Single-Finger Scanner', '2091'), (14027, '0709', 'Cyberview High Speed Scanner', '2093'), (14028, '0001', 'AirH PHONE AH-J3001V/J3002V', '2094'), (14029, '0110', 'Turbolink UB801R WLAN Adapter', '2097'), (14030, '0150', 'Turbolink UB801RE Wireless 802.11g 54Mbps Network Adapter [RTL8187]', '2097'), (14031, '1234', 'Fastrack Xtend FXT001 Modem', '2100'), (14032, '0100', 'Earthmate GPS (orig)', '2103'), (14033, '0200', 'Earthmate GPS (LT-20, LT-40)', '2103'), (14034, '2020', 'Earthmate GPS (PN-40)', '2103'), (14035, '0300', 'ELSAVISION 460D', '2104'), (14036, '0601', 'Analog TV Tuner', '2104'), (14037, '0900', 'TigerBird BMP837 USB2.0 WDM Encoder', '2104'), (14038, '0bc7', 'Digital TV Tuner', '2104'), (14039, '521b', 'MC521A mini Card ATSC Tuner', '2104'), (14040, '6601', 'Digital TV Tuner Card [RTL2832U]', '2104'), (14041, '0005', 'Flash Card Reader', '2110'), (14042, 'c108', 'Flash Card Reader', '2110'), (14043, 'c109', 'Flash Card Reader', '2110'), (14044, '0001', 'DigitalDream l\'espion XS', '2115'), (14045, '19c7', 'ISDN TA', '2115'), (14046, '4008', '56k FaxModem', '2115'), (14047, '504a', 'PJB-100 Personal Jukebox', '2115'), (14048, '0893', 'EP-1427X-2 Ethernet Adapter [Acer]', '2118'), (14049, '0010', 'Trifid Camera without code', '2122'), (14050, '0011', 'Trifid Camera', '2122'), (14051, '0019', 'AC595U', '2125'), (14052, '0021', 'AC597E', '2125'), (14053, '0024', 'MC5727 CDMA modem', '2125'), (14054, '0110', 'Composite Device', '2125'), (14055, '0112', 'CDMA 1xEVDO PC Card, AirCard 580', '2125'), (14056, '0120', 'AC595U', '2125'), (14057, '0218', 'MC5720 Wireless Modem', '2125'), (14058, '6467', 'MP Series Network Adapter', '2125'), (14059, '6468', 'MP Series Network Adapter', '2125'), (14060, '6469', 'MP Series Network Adapter', '2125'), (14061, '6802', 'MC8755 Device', '2125'), (14062, '6803', 'MC8765 Device', '2125'), (14063, '6804', 'MC8755 Device', '2125'), (14064, '6805', 'MC8765 Device', '2125'), (14065, '6812', 'MC8775 Device', '2125'), (14066, '6820', 'AC875 Device', '2125'), (14067, '6832', 'MC8780 Device', '2125'), (14068, '6833', 'MC8781 Device', '2125'), (14069, '683a', 'MC8785 Device', '2125'), (14070, '683c', 'Mobile Broadband 3G/UMTS (MC8790 Device)', '2125'), (14071, '6850', 'AirCard 880 Device', '2125'), (14072, '6851', 'AirCard 881 Device', '2125'), (14073, '6852', 'AirCard 880E Device', '2125'), (14074, '6853', 'AirCard 881E Device', '2125'), (14075, '6854', 'AirCard 885 Device', '2125'), (14076, '6856', 'ATT "USB Connect 881"', '2125'), (14077, '6870', 'MC8780 Device', '2125'), (14078, '6871', 'MC8781 Device', '2125'), (14079, '6893', 'MC8777 Device', '2125'), (14080, '68a3', 'MC8700 Modem', '2125'), (14081, '68aa', '4G LTE adapter', '2125'), (14082, '9000', 'Gobi 2000 Wireless Modem (QDL mode)', '2125'), (14083, '9001', 'Gobi 2000 Wireless Modem', '2125'), (14084, '9002', 'Gobi 2000 Wireless Modem', '2125'), (14085, '9003', 'Gobi 2000 Wireless Modem', '2125'), (14086, '9004', 'Gobi 2000 Wireless Modem', '2125'), (14087, '9005', 'Gobi 2000 Wireless Modem', '2125'), (14088, '9006', 'Gobi 2000 Wireless Modem', '2125'), (14089, '9007', 'Gobi 2000 Wireless Modem', '2125'), (14090, '9008', 'Gobi 2000 Wireless Modem', '2125'), (14091, '9009', 'Gobi 2000 Wireless Modem', '2125'), (14092, '900a', 'Gobi 2000 Wireless Modem', '2125'), (14093, '9011', 'MC8305 Modem', '2125'), (14094, '9013', 'Sierra Wireless Gobi 3000 Modem device (MC8355)', '2125'), (14095, '9041', 'EM7305 Modem', '2125'), (14096, '9055', 'Gobi 9x15 Multimode 3G/4G LTE Modem (NAT mode)', '2125'), (14097, '9057', 'Gobi 9x15 Multimode 3G/4G LTE Modem (IP passthrough mode)', '2125'), (14098, '9071', 'AirPrime MC7455 3G/4G LTE Modem', '2125'), (14099, '9079', 'EM7455', '2125'), (14100, '0400', 'Infrared Keyboard V2.01', '2127'), (14101, 'eb11', 'CC2400EB 2.0 ZigBee Sniffer', '2128'), (14102, '8031', 'MP3 Player', '2129'), (14103, '8032', 'MP3 Player', '2129'), (14104, '1518', 'iREZ K2', '2130'), (14105, '6565', 'FuelBand', '2132'), (14106, '6208', 'PRO-28U', '2133'), (14107, '6298', 'Kingston SNA-DC/U', '2133'), (14108, 'f0a0', 'Martin Maxxyz DMX', '2134'), (14109, '5506', 'Gamepad', '2135'), (14110, '0521', 'IMT-0521 Smartcard Reader', '2136'), (14111, '55f0', 'GC-100XF', '2137'), (14112, '0201', 'MX870/MX880', '2138'), (14113, '0207', 'PIN Pad VX 810', '2138'), (14114, '0220', 'PIN Pad VX 805', '2138'), (14115, '1000', 'PVR', '2139'), (14116, '1100', 'PVR', '2139'), (14117, '0001', 'SX1', '2141'), (14118, '0003', 'Mobile phone USB cable', '2141'), (14119, '0004', 'X75', '2141'), (14120, '0005', 'SXG75/EF81', '2141'), (14121, '0008', 'UMTS/HSDPA Data Card', '2141'), (14122, '0101', 'RCU Connect', '2141'), (14123, '2001', 'Willcom WSIM', '2142'), (14124, '02df', 'Serial cable (v2) for TD-10 Mobile Phone', '2143'), (14125, '0140', 'TTP-245C', '2144'), (14126, '0001', 'pid.codes Test PID', '2145'), (14127, '0002', 'pid.codes Test PID', '2145'), (14128, '0003', 'pid.codes Test PID', '2145'), (14129, '0004', 'pid.codes Test PID', '2145'), (14130, '0005', 'pid.codes Test PID', '2145'), (14131, '0006', 'pid.codes Test PID', '2145'), (14132, '0007', 'pid.codes Test PID', '2145'), (14133, '0008', 'pid.codes Test PID', '2145'), (14134, '0009', 'pid.codes Test PID', '2145'), (14135, '000a', 'pid.codes Test PID', '2145'), (14136, '000b', 'pid.codes Test PID', '2145'), (14137, '000c', 'pid.codes Test PID', '2145'), (14138, '000d', 'pid.codes Test PID', '2145'), (14139, '000e', 'pid.codes Test PID', '2145'), (14140, '000f', 'pid.codes Test PID', '2145'), (14141, '0010', 'pid.codes Test PID', '2145'), (14142, '01c0', 'Input Club Kiibohd Device', '2145'), (14143, '01cb', 'Input Club Kiibohd Device Bootloader', '2145'), (14144, '0256', 'Schwalm & Tate LLC pISO Raspberry Pi Hat', '2145'), (14145, '053a', 'Hackerspace San Salvador HSSV SAMR21-Mote', '2145'), (14146, '0cbd', 'Andrzej Szombierski kuku.eu.org keyboard', '2145'), (14147, '0d32', 'ODrive Robotics ODrive v3', '2145'), (14148, '1001', 'InterBiometrics Hub', '2145'), (14149, '1002', 'InterBiometrics Relais', '2145'), (14150, '1003', 'InterBiometrics IBSecureCam-P', '2145'), (14151, '1004', 'InterBiometrics IBSecureCam-O', '2145'), (14152, '1005', 'InterBiometrics IBSecureCam-N', '2145'), (14153, '1006', 'InterBiometrics Mini IO-Board', '2145'), (14154, '1007', 'e-radionica.com Croduino SAMD', '2145'), (14155, '1986', 'dgrubb Jaguar Tap', '2145'), (14156, '1ab5', 'Arachnid Labs Tsunami', '2145'), (14157, '1ab6', 'Arachnid Labs Tsunami Bootloader', '2145'), (14158, '2000', 'Zygmunt Krynicki Lantern Brightness Sensor', '2145'), (14159, '2001', 'OSHEC Pi-pilot opensource and openhardware autopilot system', '2145'), (14160, '2002', 'Peter Lawrence PIC16F1-USB-DFU-Bootloader', '2145'), (14161, '2003', 'Peter Lawrence SAMDx1-USB-DFU-Bootloader', '2145'), (14162, '2004', 'GCBASIC Serial CDC Stack', '2145'), (14163, '2005', 'GCBASIC OakTree Stack', '2145'), (14164, '2006', 'GCBASIC Simulation Stack', '2145'), (14165, '2016', 'Cupkee', '2145'), (14166, '2017', 'Benjamin Shockley Mini SAM', '2145'), (14167, '2020', 'Captain Credible Gate Crystal', '2145'), (14168, '2048', 'Housedillon.com MRF49XA Transceiver', '2145'), (14169, '2100', 'TinyFPGA B1 and B2 Boards', '2145'), (14170, '2101', 'TinyFPGA A-Series Programmer', '2145'), (14171, '2200', 'Dygma Shortcut Bootloader', '2145'), (14172, '2201', 'Dygma Shortcut Keyboard', '2145'), (14173, '2222', 'LabConnect Signalgenerator', '2145'), (14174, '2300', 'Keyboardio Model 01 Bootloader', '2145'), (14175, '2301', 'Keyboardio Model 01', '2145'), (14176, '2323', 'bytewerk.org candleLight', '2145'), (14177, '2327', 'K.T.E.C. Bootloader Device', '2145'), (14178, '2328', 'K.T.E.C. Keyboard Device', '2145'), (14179, '2333', 'Kai Ryu Kimera', '2145'), (14180, '2334', 'Kai Ryu Staryu', '2145'), (14181, '2335', 'Portwell Sense8', '2145'), (14182, '2336', 'Portwell Sense8', '2145'), (14183, '2337', '/Dev /Net', '2145'), (14184, '2342', 'Andreas Bogk Big Red Button', '2145'), (14185, '2345', 'VV-Soft Simple Generic HID IO', '2145'), (14186, '2357', 'KarolKucza TinyPassword', '2145'), (14187, '2400', 'phooky Snap-Pad', '2145'), (14188, '2488', 'Peter Lawrence CMSIS-DAP Dapper Miser', '2145'), (14189, '2552', 'ProjectIota Electrolink', '2145'), (14190, '2600', 'Majenko Technologies chipKIT Lenny', '2145'), (14191, '2635', 'Sevinz GameBot', '2145'), (14192, '2800', 'Entropic Engineering Triangulation', '2145'), (14193, '2801', 'Entropic Engineering Object Manipulation', '2145'), (14194, '2a00', 'mooware Wii adapter', '2145'), (14195, '2a01', 'mooware SNES adapter', '2145'), (14196, '3000', 'lloyd3000', '2145'), (14197, '3100', 'OpenSimHardware Pedals & Buttons Controller', '2145'), (14198, '317e', 'Codecrete Wirekite', '2145'), (14199, '3210', 'OSH Lab, LLC Magic Keys', '2145'), (14200, '3333', 'LabConnect Digitalnetzteil', '2145'), (14201, '345b', 'kinX Hub', '2145'), (14202, '345c', 'kinX Keyboard Controller', '2145'), (14203, '3690', 'Kigakudoh TouchMIDI32', '2145'), (14204, '4096', 'CynaraKrewe Cynara', '2145'), (14205, '414c', 'Adi Linden', '2145'), (14206, '414d', 'Adi Linden', '2145'), (14207, '4242', 'Komakallio Astrophotography Community KomaHub Remote Power Switch', '2145'), (14208, '4256', 'CuVoodoo BusVoodoo multi-protocol debugging adapter', '2145'), (14209, '4321', 'mooltipass Offline Password Keeper Bootloader', '2145'), (14210, '4322', 'mooltipass Arduino Sketch', '2145'), (14211, '4356', 'CuVoodoo firmware', '2145'), (14212, '4443', 'j1rie IRMP_STM32 Bootloader', '2145'), (14213, '4444', 'j1rie IRMP_STM32', '2145'), (14214, '4545', 'SlothCo Enterprises Teletype Adapter', '2145'), (14215, '4646', 'SmartPID SPC1000', '2145'), (14216, '4748', 'Kate Gray GHETT-iO Bootloader', '2145'), (14217, '4750', 'Chris Pavlina (c4757p) C4-x computer (development interface)', '2145'), (14218, '4757', 'Chris Pavlina (c4757p) WCP52 Gain/Phase Analyzer', '2145'), (14219, '4801', 'Wojciech Krutnik NVMemProg', '2145'), (14220, '4c60', 'MightyPork GEX module', '2145'), (14221, '4c61', 'MightyPork GEX wireless dongle', '2145'), (14222, '4d53', 'mindsensors.com NXTCam5', '2145'), (14223, '5038', 'frotz.net mdebug rswd protocol', '2145'), (14224, '5039', 'frotz.net lpcboot protocol', '2145'), (14225, '5050', 'trebb ISO50', '2145'), (14226, '5070', 'SoloHacker security key [SoloKey]', '2145'), (14227, '50b0', 'boot for security key [SoloKey]', '2145'), (14228, '5222', 'telavivmakers attami', '2145'), (14229, '53c0', 'SatoshiLabs TREZOR Bootloader', '2145'), (14230, '53c1', 'SatoshiLabs TREZOR', '2145'), (14231, '5432', 'Open Programmer', '2145'), (14232, '5457', 'Openlab.Taipei Taiwanduino', '2145'), (14233, '571c', 'StreetoArcade PancadariaStick', '2145'), (14234, '5a22', 'ikari_01 sd2snes', '2145'), (14235, '6000', 'Pulsar Heavy Industries Cenx4', '2145'), (14236, '600d', 'Makdaam N93 Interface', '2145'), (14237, '6464', 'Electric Exploits Shinewave', '2145'), (14238, '6502', 'jj1bdx avrhwrng v2rev1', '2145'), (14239, '6570', 'Iowa Scaled Engineering, LLC CKT-AVRPROGRAMMER', '2145'), (14240, '6666', 'Talpa Chen VSFLogic', '2145'), (14241, '6667', 'SensePost Universal Serial aBUSe - Generic HID', '2145'), (14242, '6742', 'NPK Cubitel Atomic Force Microscope', '2145'), (14243, '6809', 'Tach Radio Doppelganger', '2145'), (14244, '6948', 'MySensors Sensebender Gateway BootLoader', '2145'), (14245, '6949', 'MySensors Sensebender Gateway', '2145'), (14246, '6bcf', 'blaste Gameboy Cart Flasher', '2145'), (14247, '7000', 'Secalot Dongle', '2145'), (14248, '7001', 'Secalot Bootloader', '2145'), (14249, '70b1', 'Sutajio Ko-Usagi (Kosagi) Tomu', '2145'), (14250, '7331', 'Dangerous Prototypes Bus Pirate Next Gen CDC', '2145'), (14251, '7332', 'Dangerous Prototypes Bus Pirate Next Gen Logic Analyzer', '2145'), (14252, '7401', 'Beststream-jp Tool_CDC', '2145'), (14253, '7530', 'PotentialLabs Refflion - IoT Development Board - Bootloader', '2145'), (14254, '7531', 'PotentialLabs Refflion - IoT Development Board - Sketch', '2145'), (14255, '7551', 'The Tessel Project Tessel 2', '2145'), (14256, '7777', 'circuitvalley IO Board V3', '2145'), (14257, '7778', 'circuitvalley IO Board V3 Bootloader', '2145'), (14258, '7950', 'PIC18F87J94 Bootloader [GenII]', '2145'), (14259, '7951', 'PIC18F87J94 Application [GenII]', '2145'), (14260, '7952', 'PIC18F87J94 Bootloader [GenIII/IV]', '2145'), (14261, '7953', 'PIC18F87J94 Application [GenIII/IV]', '2145'), (14262, '7954', 'PIC18F87J94 Application [GenIII/IV]', '2145'), (14263, '7bd0', 'pokey9000 Tiny Bit Dingus', '2145'), (14264, '8000', 'Autonomii NODii 2', '2145'), (14265, '8086', 'MisfitTech Nano Zero Bootloader', '2145'), (14266, '8087', 'MisfitTech Nano Zero', '2145'), (14267, '8123', 'Danyboard M0 bootloader', '2145'), (14268, '812a', 'Danyboard M0', '2145'), (14269, '813a', 'MickMad HACK Bootloader', '2145'), (14270, '813b', 'MickMad HACK Sketch', '2145'), (14271, '8242', 'Tom Wimmenhove Electronics NBS-DAC 192/24 UAC1', '2145'), (14272, '8243', 'Tom Wimmenhove Electronics NBS-DAC 192/24 UAC2', '2145'), (14273, '8472', 'Shantea Controls OpenDeck', '2145'), (14274, '8661', 'ProgHQ TL866 programmer', '2145'), (14275, '8844', 'munia.io MUNIA', '2145'), (14276, '8888', 'Blinkinlabs POV Pendant', '2145'), (14277, '8889', 'Blinkinlabs POV Pendant (bootloader)', '2145'), (14278, '8b00', 'ReSwitched Libtransistor Serial Console', '2145'), (14279, '9021', 'Connected Community Hackerspace ESPlant', '2145'), (14280, '9317', 'Sutajio Ko-Usagi (Kosagi) Palawan-Tx', '2145'), (14281, '9999', 'Sandeepan Sengupta CodeBridge Infineo', '2145'), (14282, '9db5', 'PD Buddy Sink', '2145'), (14283, 'a033', 'area0x33 Memtype', '2145'), (14284, 'a100', 'KB LES Narsil analog breakout', '2145'), (14285, 'a10c', 'KB LES Aminoacid Synthesizer', '2145'), (14286, 'a1e5', 'Atreus Keyboards Atreus Keyboard', '2145'), (14287, 'a3a4', 'MK::Box MK::Kbd', '2145'), (14288, 'a3a5', 'MK::Box MK::Kbd Bootloader', '2145'), (14289, 'a55a', 'Forever Young Software ATTINY2313', '2145'), (14290, 'a602', 'Robotips RTBoard', '2145'), (14291, 'a7ea', 'area3001 Knixx SW04', '2145'), (14292, 'a800', 'sowbug.com WebLight', '2145'), (14293, 'a8b0', 'Intelectron BootWare', '2145'), (14294, 'a8b1', 'Intelectron FrameWare', '2145'), (14295, 'aa00', 'Serg Oskin LinuxCNC HID Extender', '2145'), (14296, 'aa0b', 'Open Bionics', '2145'), (14297, 'ab3d', '3DArtists Alligator board', '2145'), (14298, 'abba', 'CoinWISE SafeWISE', '2145'), (14299, 'abc0', 'Omzlo controller', '2145'), (14300, 'abcd', 'Sandeepan Sengupta CodeBridge', '2145'), (14301, 'abd1', 'OpenMV Cam', '2145'), (14302, 'acdc', 'Gediminas Zukaitis midi-grid', '2145'), (14303, 'ace5', 'SimAces Panel Ace', '2145'), (14304, 'aced', 'Open Lighting Project Ja Rule Device', '2145'), (14305, 'acee', 'Open Lighting Project Ja Rule Bootloader', '2145'), (14306, 'adb0', 'tibounise ADB converter', '2145'), (14307, 'adda', 'MicroPython Boards', '2145'), (14308, 'b007', 'Konsgn Global_Boot', '2145'), (14309, 'b00b', 'CrapLab Random Device', '2145'), (14310, 'b010', 'IObitZ CodeBridge', '2145'), (14311, 'b01d', 'WyoLum VeloKey', '2145'), (14312, 'b058', 'Model B, LLC Holoseat', '2145'), (14313, 'b0b0', 'Monero Hardware Monero Bootloader', '2145'), (14314, 'b100', 'ptrandem iBizi', '2145'), (14315, 'b101', 'IObitZ Infineo', '2145'), (14316, 'b195', 'flehrad Big Switch PCB', '2145'), (14317, 'bab1', 'ElectronicCats Meow Meow', '2145'), (14318, 'babe', 'brunofreitas.com STM32 HID Bootloader', '2145'), (14319, 'bad1', 'Gregory POTEAU CommLinkUSB', '2145'), (14320, 'bad2', 'Gregory POTEAU XLinkUSB', '2145'), (14321, 'bade', 'Semarme SemarmeHID', '2145'), (14322, 'bb00', 'keyplus split keyboard firmware', '2145'), (14323, 'bb01', 'keyplus xusb bootloader', '2145'), (14324, 'bb02', 'keyplus nRF24 wireless keyboard dongle', '2145'), (14325, 'bb03', 'keyplus nrf24lu1p-512 bootloader', '2145'), (14326, 'bb05', 'keyplus kp_boot_32u4 bootloader', '2145'), (14327, 'beba', 'serasidis.gr STM32 HID Bootloader', '2145'), (14328, 'beef', 'Modal MC-USB', '2145'), (14329, 'c001', 'Cynteract Alpha', '2145'), (14330, 'c0c0', 'Geppetto_Electronics Orthrus', '2145'), (14331, 'c0c1', 'Michael Bemmerl cookie-mouse', '2145'), (14332, 'c0ca', 'Jean THOMAS DirtyJTAG', '2145'), (14333, 'c0d3', 'Samy Kamkar USBdriveby', '2145'), (14334, 'c0da', 'Monero Hardware Monero Firmware', '2145'), (14335, 'c0de', 'KMRH Labs SBL Brain', '2145'), (14336, 'c0f5', 'unethi PERswitch', '2145'), (14337, 'c1aa', 'Proyecto CIAA Computadora Industrial Abierta Argentina', '2145'), (14338, 'c1b1', 'Chibitronics Love-to-Code', '2145'), (14339, 'c311', 'bg nerilex GB-USB-Link', '2145'), (14340, 'ca1c', 'KnightOS Generic Hub', '2145'), (14341, 'ca1d', 'KnightOS MTP Device', '2145'), (14342, 'caea', 'Open Music Kontrollers Chimaera', '2145'), (14343, 'cafe', 'ii iigadget', '2145'), (14344, 'cc14', 'trebb NaN-15', '2145'), (14345, 'cc86', 'Manfred\'s Technologies Anastasia Bootloader', '2145'), (14346, 'ceb0', 'KG4LNE GE-FlashUSB', '2145'), (14347, 'cf20', 'Smart Citizen SCK 2.0', '2145'), (14348, 'd00d', 'Monero Hardware Monero Developer', '2145'), (14349, 'd017', 'empiriKit empiriKit Controller', '2145'), (14350, 'd11d', 'Koi Science DI-Lambda AVR', '2145'), (14351, 'd3d8', 'Duet3d Duet 0.8.5', '2145'), (14352, 'd706', 'SkyBean SkyDrop', '2145'), (14353, 'da42', 'Devan Lai dap42 debug access probe', '2145'), (14354, 'daa0', 'darknao btClubSportWheel', '2145'), (14355, 'dada', 'Rebel Technology OWL', '2145'), (14356, 'db42', 'Devan Lai dapboot DFU bootloader', '2145'), (14357, 'dc21', 'FPGA-Computer Dual Charger', '2145'), (14358, 'dddd', 'Stephan Electronics OpenCVMeter', '2145'), (14359, 'dead', 'chaosfield.at AVR-Ruler', '2145'), (14360, 'deaf', 'CrapLab 4chord MIDI', '2145'), (14361, 'ded1', 'ManCave Made Quark One', '2145'), (14362, 'deed', 'Kroneum Time Tracker', '2145'), (14363, 'df00', 'D.F.Mac. @TripArts Music mi:muz:tuch', '2145'), (14364, 'df01', 'D.F.Mac. @TripArts Music mi:muz:can', '2145'), (14365, 'df02', 'D.F.Mac. @TripArts Music mi:muz:can-lite', '2145'), (14366, 'e116', 'Elijah Motornyy open-oscilloscope-stm32f3', '2145'), (14367, 'e1ec', 'FreeSRP', '2145'), (14368, 'e4ee', 'trebb keytee', '2145'), (14369, 'e500', 'GitleMikkelsen Helios Laser DAC', '2145'), (14370, 'eaea', 'Pinscape Controller', '2145'), (14371, 'eb01', 'RobotMaker.club EB1', '2145'), (14372, 'eba7', 'VictorGrigoryev USBscope', '2145'), (14373, 'ee00', 'Explore Embedded SODA(SWD OpenSource Debug Adapter)', '2145'), (14374, 'ee02', 'Explore Embedded Explore M3 VCOM', '2145'), (14375, 'ee03', 'Explore Embedded Explore M3 DFU', '2145'), (14376, 'ee2c', 'jaka USB2RS485', '2145'), (14377, 'effa', 'EffigyLabs atmega32u4-USB-LUFA-Bootloader', '2145'), (14378, 'effe', 'EffigyLabs Control Pedal', '2145'), (14379, 'f000', 'Uniti ARC', '2145'), (14380, 'f00d', 'RomanStepanov Shifter/Pedals Adapter', '2145'), (14381, 'f12e', 'Michael Bemmerl Feuermelder', '2145'), (14382, 'f16a', 'uri_ba Cougar TQS adapter', '2145'), (14383, 'f16c', 'uri_ba adapter for Vipercore\'s FCC3 Force Sensing Module', '2145'), (14384, 'f380', 'Windsor Schmidt MD-380 Open Radio Firmware', '2145'), (14385, 'f3fc', 'dRonin Flight controller-Lumenier Lux', '2145'), (14386, 'f49a', 'TimVideos.us & HDMI2USB.tv Projects FPGA Programmer & UART Bridge (PIC based Firmware)', '2145'), (14387, 'fa11', 'moonglow OpenXHC', '2145'), (14388, 'fa57', '3DRacers Pilot Board', '2145'), (14389, 'fa58', '3DRacers Pilot Board (Bootloader)', '2145'), (14390, 'fab1', 'PAP Mechatronic Technology LamDiNao', '2145'), (14391, 'face', 'Protean Synth Craft', '2145'), (14392, 'fade', 'Open Collector dude', '2145'), (14393, 'feed', 'ProgramGyar AVR-IR Sender', '2145'), (14394, 'ffff', 'Life2Device Smart House', '2145'), (14395, '524e', 'RoadMate 1475T', '2147'), (14396, '5260', 'Triton Handheld GPS Receiver (300/400/500/1500/2000)', '2147'), (14397, '000d', 'RP250 Guitar Multi-Effects Processor', '2148'), (14398, '0016', 'RP500 Guitar Multi-Effects Processor', '2148'), (14399, '001b', 'RP155 Guitar Multi-Effects Processor', '2148'), (14400, '001c', 'RP255 Guitar Multi-Effects Processor', '2148'), (14401, '3403', 'Muzio JM250 Audio Player', '2149'), (14402, '0001', 'VisionX without Firmware', '2150'), (14403, '0002', 'VisionX with Firmware', '2150'), (14404, '0010', 'I-Deal', '2150'), (14405, '0020', 'wI-Deal', '2150'), (14406, '0021', 'VisionX Page Scanner Extension', '2150'), (14407, '0030', 'VisionNext', '2150'), (14408, '0040', 'mI:Deal Check Scanner', '2150'), (14409, '0041', 'EverNext Check Scanner', '2150'), (14410, '000a', 'Hall of Fame Reverb', '2151'), (14411, '002a', 'Polytune', '2151'), (14412, '0032', 'Ditto X2 Looper', '2151'), (14413, '0039', 'Alter Ego X4 Vintage Echo', '2151'), (14414, '3234', 'Disk (Thumb drive)', '2152'), (14415, 'faca', 'programmable keyboard', '2153'), (14416, '0012', 'Q18 Data Logger', '2155'), (14417, '0015', 'TPaq21/MPaq21 Datalogger', '2155'), (14418, '584c', 'XL2 Logger', '2155'), (14419, '5677', 'FUSB200 mp3 player', '2157'), (14420, '0000', 'Neural Impulse Actuator Prototype 1.0 [NIA]', '2158'), (14421, '4321', 'Human Interface Device', '2158'), (14422, 'ed02', 'Emotiv EPOC Developer Headset Wireless Dongle', '2158'), (14423, '0001', 'ReMOTE Audio/XStation First Edition', '2159'), (14424, '0002', 'Speedio', '2159'), (14425, '0003', 'RemoteSL + ZeroSL', '2159'), (14426, '0004', 'ReMOTE LE', '2159'), (14427, '0005', 'XIOSynth [First Edition]', '2159'), (14428, '0006', 'XStation', '2159'), (14429, '0007', 'XIOSynth', '2159'), (14430, '0008', 'ReMOTE SL Compact', '2159'), (14431, '0009', 'nIO', '2159'), (14432, '000a', 'Nocturn', '2159'), (14433, '000b', 'ReMOTE SL MkII', '2159'), (14434, '000c', 'ZeRO MkII', '2159'), (14435, '000e', 'Launchpad', '2159'), (14436, '0010', 'Saffire 6', '2159'), (14437, '0011', 'Ultranova', '2159'), (14438, '0012', 'Nocturn Keyboard', '2159'), (14439, '0013', 'VRM Box', '2159'), (14440, '0014', 'VRM Box Audio Class (2-out)', '2159'), (14441, '0015', 'Dicer', '2159'), (14442, '0016', 'Ultranova', '2159'), (14443, '0018', 'Twitch', '2159'), (14444, '0019', 'Impulse 25', '2159'), (14445, '001a', 'Impulse 49', '2159'), (14446, '001b', 'Impulse 61', '2159'), (14447, '0032', 'Launchkey 61', '2159'), (14448, '0069', 'Launchpad MK2', '2159'), (14449, '0102', 'LaunchKey Mini MK3', '2159'), (14450, '4661', 'ReMOTE25', '2159'), (14451, '8000', 'Scarlett 18i6', '2159'), (14452, '8002', 'Scarlett 8i6', '2159'), (14453, '8006', 'Focusrite Scarlett 2i2', '2159'), (14454, '8008', 'Saffire 6', '2159'), (14455, '800a', 'Scarlett 2i4', '2159'), (14456, '800c', 'Scarlett 18i20', '2159'), (14457, '800e', 'iTrack Solo', '2159'), (14458, '8010', 'Forte', '2159'), (14459, '8012', 'Scarlett 6i6', '2159'), (14460, '8014', 'Scarlett 18i8', '2159'), (14461, '8016', 'Focusrite Scarlett 2i2', '2159'), (14462, '8202', 'Focusrite Scarlett 2i2 2nd Gen', '2159'), (14463, '8203', 'Focusrite Scarlett 6i6', '2159'), (14464, '8204', 'Scarlett 18i8 2nd Gen', '2159'), (14465, '8210', 'Scarlett 2i2 Camera', '2159'), (14466, '8211', 'Scarlett Solo (3rd Gen.)', '2159'), (14467, '8214', 'Scarlett 18i8 3rd Gen', '2159'), (14468, '8215', 'Scarlett 18i20 3rd Gen', '2159'), (14469, '0504', 'Wireless Trackball Keyboard', '2160'), (14470, '1111', 'Mouse', '2160'), (14471, '1122', 'Typhoon Stream Optical Mouse USB+PS/2', '2160'), (14472, '1155', 'Memorex Optical ScrollPro Mouse SE MX4600', '2160'), (14473, '1166', 'MI-2150 Trust Mouse', '2160'), (14474, '1177', 'Mouse [HT82M21A]', '2160'), (14475, '1503', 'Keyboard', '2160'), (14476, '1603', 'Keyboard', '2160'), (14477, 'f767', 'Keyboard', '2160'), (14478, 'e000', 'Unique NFC/RFID reader (keyboard emulation)', '2161'), (14479, '168b', 'PRISM3 WLAN Adapter', '2162'), (14480, '4017', 'PC-Chips 802.11b Adapter', '2162'), (14481, '4023', 'WM168g 802.11bg Wireless Adapter [Intersil ISL3886]', '2162'), (14482, '4025', 'IOGear GWU513 v2 802.11bg Wireless Adapter [Intersil ISL3887]', '2162'), (14483, '4d01', 'Airflo EX Joystick', '2163'), (14484, '3200', 'Stealth MXP 1GB', '2164'), (14485, '0010', 'Alta series CCD', '2165'), (14486, '0580', 'JM580', '2166'), (14487, '312a', 'Superior S102', '2167'), (14488, '312b', 'Superior S102 Pro', '2167'), (14489, 'a15a', 'DashDrive Durable HD710 portable HDD various size', '2167'), (14490, 'a22a', 'DashDrive Elite HE720 500GB', '2167'), (14491, 'a31a', 'HV620 Portable HDD', '2167'), (14492, 'a91a', 'Portable HDD CH91', '2167'), (14493, 'c08a', 'C008 Flash Drive', '2167'), (14494, 'c81a', 'Flash drive', '2167'), (14495, 'c93a', '4GB Pen Drive', '2167'), (14496, 'c96a', 'C906 Flash Drive', '2167'), (14497, 'cb10', 'Dash Drive UV100', '2167'), (14498, 'cb20', 'DashDrive UV110', '2167'), (14499, 'ee22', 'SMC2862W-G v3 EZ Connect 802.11g Adapter [Intersil ISL3887]', '2168'), (14500, '6302', 'Fastweb DRG A226M ADSL Router', '2170'), (14501, '0103', 'G-720 Keyboard', '2171'), (14502, '0201', 'Mouse', '2171'), (14503, '0210', 'LG Optical Mouse 3D-310', '2171'), (14504, 'a001', 'JP260 PC Game Pad', '2171'), (14505, 'c002', 'Wireless Optical Mouse', '2171'), (14506, '0163', 'Storage device (2gB thumb drive)', '2175'), (14507, '1325', 'Mobile Disk', '2175'), (14508, '2168', 'Mobile Disk III', '2175'), (14509, 'a006', 'G240 802.11bg', '2175'), (14510, '0002', 'WeatherFax 2000 Demodulator', '2177'), (14511, '0080', 'SkyEye Weather Satellite Receiver', '2177'), (14512, '0090', 'WeatherFax 2000 Demodulator', '2177'), (14513, '0105', 'SXV-M5', '2178'), (14514, '0107', 'SXV-M7', '2178'), (14515, '0109', 'SXV-M9', '2178'), (14516, '0110', 'SXVF-H16', '2178'), (14517, '0115', 'SXVF-H5', '2178'), (14518, '0119', 'SXV-H9', '2178'), (14519, '0135', 'SXVF-H35', '2178'), (14520, '0136', 'SXVF-H36', '2178'), (14521, '0200', 'SXV interface for paraller MX cameras', '2178'), (14522, '0305', 'SXV-M5C', '2178'), (14523, '0307', 'SXV-M7C', '2178'), (14524, '0319', 'SXV-H9C', '2178'), (14525, '0325', 'SXV-M25C', '2178'), (14526, '0326', 'SXVR-M26C', '2178'), (14527, '0507', 'Lodestar autoguider', '2178'), (14528, '0517', 'CoStar', '2178'), (14529, '0100', 'USB-RS232 Adaptor', '2179'), (14530, '0110', 'CMS20', '2179'), (14531, '0111', 'CMS 10', '2179'), (14532, '0112', 'CMS 05', '2179'), (14533, '0114', 'ARCUS digma PC-Interface', '2179'), (14534, '0115', 'SAM Axioquick recorder', '2179'), (14535, '0116', 'SAM Axioquick recorder', '2179'), (14536, '0120', 'emed-X', '2179'), (14537, '0121', 'emed-AT', '2179'), (14538, '0130', 'PDM', '2179'), (14539, '0150', 'CMS10GI (Golf)', '2179'), (14540, '00bc', 'Marvell JTAG Probe', '2180'), (14541, '1fab', '88W8338 [Libertas] 802.11g', '2180'), (14542, '2001', '88W8388 802.11a/b/g WLAN', '2180'), (14543, '2006', '88W8362 802.11n WLAN', '2180'), (14544, '203c', 'K30326 802.11bgn Wireless Module [Marvell 88W8786U]', '2180'), (14545, '204c', 'Bluetooth and Wireless LAN Composite', '2180'), (14546, '8001', 'BLOB boot loader firmware', '2180'), (14547, '0010', 'FDM 2xxx Flash-OFDM modem', '2181'), (14548, '0011', 'LR7F06/LR7F14 Flash-OFDM modem', '2181'), (14549, '0258', 'Creative Labs VoIP Blaster', '2182'), (14550, '4154', 'Retro Link Atari cable', '2182'), (14551, '0002', 'F5U002 Parallel Port [uss720]', '2183'), (14552, '2101', '104-key keyboard', '2183'), (14553, '1320', 'Webmail Notifier', '2184'), (14554, '020f', 'DTU-215 Multi-Standard Modulator', '2185'), (14555, '160b', 'Siemens S30853-S1031-R351 802.11g Wireless Adapter [Atheros AR5523]', '2186'), (14556, '160c', 'Siemens S30853-S1038-R351 802.11g Wireless Adapter [Atheros AR5523]', '2186'), (14557, '1666', 'TG54USB 802.11bg', '2186'), (14558, '1667', '802.11bg', '2186'), (14559, '1828', 'Gigaset USB Adapter 300', '2186'), (14560, '0004', 'Dance Pad for Xbox 360', '2188'), (14561, '0301', 'Afterglow Wired Controller for Xbox 360', '2188'), (14562, '0303', 'Mortal Kombat Klassic FightStick for Xbox 360', '2188'), (14563, '8809', 'Dance Dance Revolution Dance Pad', '2188'), (14564, '0032', 'Wireless Stereo Headset', '2191'), (14565, '0042', 'Wireless Stereo Headset', '2191'), (14566, '00ff', 'Rocksmith Guitar Adapter', '2191'), (14567, '0100', 'RedOctane Guitar for PlayStation(R)3', '2191'), (14568, '0120', 'RedOctane Drum Kit for PlayStation(R)3', '2191'), (14569, '0200', 'Harmonix Guitar for PlayStation(R)3', '2191'), (14570, '0210', 'Harmonix Drum Kit for PlayStation(R)3', '2191'), (14571, 'd012', 'JPD Shockforce gamepad', '2192'), (14572, 'd015', 'Generic 4-button NES USB Controller', '2192'), (14573, '0006', 'Teleprompter Two-button Hand Control (v1)', '2193'), (14574, '0008', 'Teleprompter Foot Control (v1)', '2193'), (14575, '0170', 'Tt eSPORTS BLACK Gaming mouse', '2194'), (14576, '600b', 'Cougar 600M Gaming Mouse', '2194'), (14577, '1001', 'E161/E169/E620/E800 HSDPA Modem', '2195'), (14578, '1003', 'E220 HSDPA Modem / E230/E270/E870 HSDPA/HSUPA Modem', '2195'), (14579, '1004', 'E220 (bis)', '2195'), (14580, '1009', 'U120', '2195'), (14581, '1010', 'ETS2252+ CDMA Fixed Wireless Terminal', '2195'), (14582, '1021', 'U8520', '2195'), (14583, '1035', 'U8120', '2195'), (14584, '1037', 'Ideos', '2195'), (14585, '1038', 'Ideos (debug mode)', '2195'), (14586, '1039', 'Ideos (tethering mode)', '2195'), (14587, '1052', 'MT7-L09 / P7-L10 / Y330-U01', '2195'), (14588, '1053', 'P7-L10 (PTP)', '2195'), (14589, '1054', 'P7-L10 (PTP + debug)', '2195'), (14590, '1079', 'GEM-703LT [Honor/MediaPad X2]', '2195'), (14591, '107e', 'P10 smartphone', '2195'), (14592, '1404', 'EM770W miniPCI WCDMA Modem', '2195'), (14593, '1406', 'E1750', '2195'), (14594, '140b', 'EC1260 Wireless Data Modem HSD USB Card', '2195'), (14595, '140c', 'E180v', '2195'), (14596, '1412', 'EC168c', '2195'), (14597, '1436', 'Broadband stick', '2195'), (14598, '1446', 'HSPA modem', '2195'), (14599, '1465', 'K3765 HSPA', '2195'), (14600, '14ac', 'E815', '2195'), (14601, '14c3', 'K5005 Vodafone LTE/UMTS/GSM Modem/Networkcard', '2195'), (14602, '14c8', 'K5005 Vodafone LTE/UMTS/GSM MOdem/Networkcard', '2195'), (14603, '14c9', 'K3770 3G Modem', '2195'), (14604, '14cf', 'K3772', '2195'), (14605, '14d1', 'K3770 3G Modem (Mass Storage Mode)', '2195'), (14606, '14db', 'E353/E3131', '2195'), (14607, '14dc', 'E3372 LTE/UMTS/GSM HiLink Modem/Networkcard', '2195'), (14608, '14f1', 'Gobi 3000 HSPA+ Modem', '2195'), (14609, '14fe', 'Modem (Mass Storage Mode)', '2195'), (14610, '1501', 'Pulse', '2195'), (14611, '1505', 'E398 LTE/UMTS/GSM Modem/Networkcard', '2195'), (14612, '1506', 'Modem/Networkcard', '2195'), (14613, '150a', 'E398 LTE/UMTS/GSM Modem/Networkcard', '2195'), (14614, '1520', 'K3765 HSPA', '2195'), (14615, '1521', 'K4505 HSPA+', '2195'), (14616, '155a', 'R205 Mobile WiFi (CD-ROM mode)', '2195'), (14617, '1573', 'ME909u-521 mPCIe LTE/GPS card', '2195'), (14618, '1575', 'K5150 LTE modem', '2195'), (14619, '15bb', 'ME936 LTE/HSDPA+ 4G modem', '2195'), (14620, '15c1', 'ME906s LTE M.2 Module', '2195'), (14621, '15ca', 'E3131 3G/UMTS/HSPA+ Modem (Mass Storage Mode)', '2195'), (14622, '1805', 'AT&T Go Phone U2800A phone', '2195'), (14623, '1c05', 'Broadband stick (modem on)', '2195'), (14624, '1c0b', 'E173s 3G broadband stick (modem off)', '2195'), (14625, '1c20', 'R205 Mobile WiFi (Charging)', '2195'), (14626, '1d50', 'ET302s TD-SCDMA/TD-HSDPA Mobile Broadband', '2195'), (14627, '1f01', 'E353/E3131 (Mass storage mode)', '2195'), (14628, '1f16', 'K5150 LTE modem (Mass Storage Mode)', '2195'), (14629, '360e', 'Y330-U01 (MTP Mode)', '2195'), (14630, '380b', 'WiMAX USB modem(s)', '2195'), (14631, '0002', 'DeskLine CBD Control Box', '2197'), (14632, '0444', 'CPC-USB/ARM7', '2198'), (14633, '0888', 'CPC-USB/M16C', '2198'), (14634, '0001', 'Alea I True Random Number Generator', '2200'), (14635, '0013', 'Blofeld', '2201'), (14636, '0100', 'Tapwave Handheld [Tapwave Zodiac]', '2202'), (14637, '000a', 'Braille embosser [SpotDot Emprint]', '2203'), (14638, '1a00', 'TD Classic 003B', '2205'), (14639, '1e23', 'TravelDrive 2007 Flash Drive', '2205'), (14640, '1001', 'AWU2000b 802.11b Stick', '2206'), (14641, '0101', 'Advanced RC Servo Controller', '2207'), (14642, '0163', '256MB/512MB/1GB Flash Drive', '2209'), (14643, '0165', '2GB/4GB/8GB Flash Drive', '2209'), (14644, '0190', 'Ut190 8 GB Flash Drive with MicroSD reader', '2209'), (14645, '0310', 'SD/MicroSD CardReader [hama]/IT1327E [Basic Line flash drive]', '2209'), (14646, '0330', '63-in-1 Multi-Card Reader/Writer', '2209'), (14647, '0361', 'CR-75: 51-in-1 Card Reader/Writer [Sakar]', '2209'), (14648, '1169', 'TS2GJF210 JetFlash 210 2GB', '2209'), (14649, '1171', 'Fingerprint Reader', '2209'), (14650, '0003', 'VFD Module', '2210'), (14651, 'c001', 'eHome Infrared Transceiver', '2210'), (14652, '0001', 'Class 1 Bluetooth Dongle', '2211'), (14653, '0010', 'LC1 Linear Camera (Jungo)', '2213'), (14654, '0011', 'SP1 Spectrometer (Jungo)', '2213'), (14655, '0012', 'SP2 Spectrometer (Jungo)', '2213'), (14656, '0110', 'LC1 Linear Camera (VISA)', '2213'), (14657, '0111', 'SP1 Spectrometer (VISA)', '2213'), (14658, '0112', 'SP2 Spectrometer (VISA)', '2213'), (14659, '8001', 'TXP-Series Slot (TXP5001, TXP5004)', '2213'), (14660, '8011', 'BP1 Slit Beam Profiler', '2213'), (14661, '8012', 'BC106 Camera Beam Profiler', '2213'), (14662, '8013', 'WFS10 Wavefront Sensor', '2213'), (14663, '8016', 'DMP40 Deformable Mirror', '2213'), (14664, '8017', 'BC206 Camera Beam Profiler', '2213'), (14665, '8019', 'BP2 Multi Slit Beam Profiler', '2213'), (14666, '8020', 'PM300 Optical Power Meter', '2213'), (14667, '8021', 'PM300E Optical Power and Energy Meter', '2213'), (14668, '8022', 'PM320E Optical Power and Energy Meter', '2213'), (14669, '8025', 'WFS20 Wavefront Sensor', '2213'), (14670, '8030', 'ER100 Extinction Ratio Meter', '2213'), (14671, '8039', 'PAX1000 Rotating Waveplate Polarimeter', '2213'), (14672, '8047', 'CLD1000', '2213'), (14673, '8048', 'TED4000', '2213'), (14674, '8049', 'LDC4000', '2213'), (14675, '804a', 'ITC4000', '2213'), (14676, '8058', 'LC-100', '2213'), (14677, '8060', 'DC3100', '2213'), (14678, '8061', 'DC4100', '2213'), (14679, '8062', 'DC2100', '2213'), (14680, '8065', 'CS2010', '2213'), (14681, '8066', 'DC4104', '2213'), (14682, '8070', 'PM100D', '2213'), (14683, '8072', 'PM100USB Power and Energy Meter Interface', '2213'), (14684, '8073', 'PM106 Wireless Powermeter Photodiode Sensor', '2213'), (14685, '8074', 'PM160T Wireless Powermeter Thermal Sensor', '2213'), (14686, '8075', 'PM400 Handheld Optical Power/Energy Meter', '2213'), (14687, '8076', 'PM101 Serial PD Power Meter', '2213'), (14688, '8078', 'PM100D Compact Power and Energy Meter Console', '2213'), (14689, '8080', 'CCS100 - Compact Spectrometer', '2213'), (14690, '8081', 'CCS100 Compact Spectrometer', '2213'), (14691, '8083', 'CCS125 Spectrometer', '2213'), (14692, '8085', 'CCS150 UV Spectrometer', '2213'), (14693, '8087', 'CCS175 NIR Spectrometer', '2213'), (14694, '8089', 'CCS200 Wide Range Spectrometer', '2213'), (14695, '8090', 'SPCM Single Photon Counter', '2213'), (14696, '80a0', 'LC100 series smart line camera', '2213'), (14697, '80b0', 'PM200 Handheld Power and Energy Meter', '2213'), (14698, '80c0', 'DC2200', '2213'), (14699, '80c9', 'MTD Series', '2213'), (14700, '80f0', 'TSP01', '2213'), (14701, '80f1', 'M2SET Dongle', '2213'), (14702, '8180', 'OCT Probe Controller (OCTH-1300)', '2213'), (14703, '8181', 'OCT Device', '2213'), (14704, '0155', 'TrackIR 3 Pro Head Tracker', '2214'), (14705, '0156', 'TrackIR 4 Pro Head Tracker', '2214'), (14706, '0158', 'TrackIR 5 Pro Head Tracker', '2214'), (14707, '00d6', 'I2C/SPI InterfaceBoard', '2215'), (14708, '0c08', 'Embedded Linux Sensor Bridge', '2215'), (14709, '4002', 'I2C Dongle', '2215'), (14710, '1502', 'WiND 802.11abg / 802.11bg WLAN', '2216'), (14711, '0000', 'Dimage A2 Camera', '2217'), (14712, '0001', 'Minolta DiMAGE A2 (ptp)', '2217'), (14713, '0003', 'Dimage Xg Camera', '2217'), (14714, '0006', 'Dimage Z2 Camera', '2217'), (14715, '0007', 'Minolta DiMAGE Z2 (PictBridge mode)', '2217'), (14716, '0008', 'Dimage X21 Camera', '2217'), (14717, '000a', 'Dimage Scan Dual IV AF-3200 (2891)', '2217'), (14718, '000b', 'Dimage Z10 Camera', '2217'), (14719, '000d', 'Dimage X50 Camera [storage?]', '2217'), (14720, '000f', 'Dimage X50 Camera [p2p?]', '2217'), (14721, '0010', 'Dimage G600 Camera', '2217'), (14722, '0012', 'Dimage Scan Elite 5400 II (2892)', '2217'), (14723, '0013', 'Dimage X31 Camera', '2217'), (14724, '0015', 'Dimage G530 Camera', '2217'), (14725, '0017', 'Dimage Z3 Camera', '2217'), (14726, '0018', 'Minolta DiMAGE Z3 (PictBridge mode)', '2217'), (14727, '0019', 'Dimage A200 Camera', '2217'), (14728, '0021', 'Dimage Z5 Camera', '2217'), (14729, '0022', 'Minolta DiMAGE Z5 (PictBridge mode)', '2217'), (14730, '002c', 'Dynax 5D camera', '2217'), (14731, '2001', 'Magicolor 2400w', '2217'), (14732, '2004', 'Magicolor 5430DL', '2217'), (14733, '2005', 'Magicolor 2430 DL', '2217'), (14734, '2029', 'Magicolor 5440DL', '2217'), (14735, '2030', 'PagePro 1350E(N)', '2217'), (14736, '2033', 'PagePro 1400W', '2217'), (14737, '2043', 'Magicolor 2530DL', '2217'), (14738, '2045', 'Magicolor 2500W', '2217'), (14739, '2049', 'Magicolor 2490MF', '2217'), (14740, '0815', 'Virus TI Desktop', '2218'), (14741, '0200', 'EasiDock 200 Hub', '2219'), (14742, '0201', 'EasiDock 200 Keyboard and Mouse Port', '2219'), (14743, '0202', 'EasiDock 200 Serial Port', '2219'), (14744, '0203', 'EasiDock 200 Printer Port', '2219'), (14745, '0204', 'Ethernet', '2219'), (14746, '0304', 'EasiDock Ethernet', '2219'), (14747, '0002', 'CW-01', '2220'), (14748, '0003', 'CX / DNP DS40', '2220'), (14749, '0004', 'CX-W / DNP DS80 / Mitsubishi CP3800', '2220'), (14750, '0005', 'CY / DNP DSRX1', '2220'), (14751, '0006', 'CW-02 / OP900ii', '2220'), (14752, '0007', 'DNP DS80DX', '2220'), (14753, '0008', 'DNP DS620 (old)', '2220'), (14754, '000a', 'CX-02', '2220'), (14755, '000b', 'CX-02W', '2220'), (14756, '001c', 'Xbox Controller Hub', '2221'), (14757, '6006', 'Defender Wireless Controller', '2221'), (14758, '0400', 'G2CCD USB 1.1 obsolete', '2222'), (14759, '0401', 'G2CCD-S with Sony ICX285 CCD', '2222'), (14760, '0402', 'G2CCD2', '2222'), (14761, '0403', 'G2/G3CCD-I KAI CCD', '2222'), (14762, '0404', 'G2/G3/G4 CCD-F KAF CCD', '2222'), (14763, '0405', 'Gx CCD-I CCD', '2222'), (14764, '0406', 'Gx CCD-F CCD', '2222'), (14765, '0410', 'G1-0400 CCD', '2222'), (14766, '0411', 'G1-0800 CCD', '2222'), (14767, '0412', 'G1-0300 CCD', '2222'), (14768, '0413', 'G1-2000 CCD', '2222'), (14769, '0414', 'G1-1400 CCD', '2222'), (14770, '0415', 'G1-1200 CCD', '2222'), (14771, '04b0', 'Gx CCD-B CCD', '2222'), (14772, '04b1', 'Gx CCD-BI CCD', '2222'), (14773, '0001', 'Touch Panel Controller', '2224'), (14774, '0002', 'Touch Panel Controller', '2224'), (14775, '0003', 'Touch Panel Controller', '2224'), (14776, '0004', 'Touch Panel Controller', '2224'), (14777, '0089', 'OpenSDA - CDC Serial Port', '2226'), (14778, '0503', 'USB-ML-12 HCS08/HCS12 Multilink', '2226'), (14779, '0504', 'DEMOJM', '2226'), (14780, '1000', 'Smart Control Touchpad', '2226'), (14781, '0021', 'Berker KNX Data Interface', '2227'), (14782, '0022', 'Gira KNX Data Interface', '2227'), (14783, '0023', 'JUNG KNX Data Interface', '2227'), (14784, '0024', 'Merten/Schneider Electric KNX Data Interface', '2227'), (14785, '0025', 'Hager KNX Data Interface', '2227'), (14786, '0026', 'Feller KNX Data Interface', '2227'), (14787, '0110', 'Linear Spectrograph', '2228'), (14788, '0111', 'Spectrograph - Renumerated', '2228'), (14789, '0200', 'Linear Spectrograph', '2228'), (14790, '0201', 'Spectrograph - Renumerated', '2228'), (14791, '0240', 'MPP Spectrograph', '2228'), (14792, '0101', 'J-Link PLUS', '2229'), (14793, '1015', 'J-Link', '2229'), (14794, '0012', 'iXon Ultra CCD', '2231'), (14795, '0014', 'Zyla 5.5 sCMOS camera', '2231'), (14796, '0323', 'Swissmemory cirrusWHITE', '2232'), (14797, '6828', 'Victorinox Flash Drive', '2232'), (14798, '0001', 'CNUSB-611AR Wireless Adapter-G [AT76C503]', '2233'), (14799, '0002', 'CNUSB-611AR Wireless Adapter-G [AT76C503] (FiberLine WL-240U)', '2233'), (14800, '0013', 'CNUSB-611 Wireless Adapter [AT76C505]', '2233'), (14801, '0014', 'CNUSB-611 Wireless Adapter [AT76C505] (FiberLine WL-240U)', '2233'), (14802, '5743', 'CNUSB-611 (D) Wireless Adapter [AT76C503]', '2233'), (14803, '9022', 'CWD-854 [RT2573]', '2233'), (14804, '9032', 'CWD-854 rev F', '2233'), (14805, '9401', 'CWD-854 Wireless 802.11g 54Mbps Network Adapter [RTL8187]', '2233'), (14806, '4000', 'HDVD800', '2235'), (14807, '0002', 'SCAPS USC-2 Scanner Controller', '2236'), (14808, '0220', 'MP Series', '2237'), (14809, '0250', 'SIGMA Series', '2237'), (14810, '0401', 'AC Drive', '2237'), (14811, '4250', 'WG111T', '2238'), (14812, '4251', 'WG111T (no firmware)', '2238'), (14813, '5f00', 'WPN111 RangeMax(TM) Wireless USB 2.0 Adapter', '2238'), (14814, '5f01', 'WPN111 (no firmware)', '2238'), (14815, '5f02', 'WPN111 (no firmware)', '2238'), (14816, '6e00', 'WPNT121 802.11g 240Mbps Wireless Adapter [Airgo AGN300]', '2238'), (14817, '0001', 'VFS101 Fingerprint Reader', '2239'), (14818, '0005', 'VFS301 Fingerprint Reader', '2239'), (14819, '0007', 'VFS451 Fingerprint Reader', '2239'), (14820, '0008', 'VFS300 Fingerprint Reader', '2239'), (14821, '0010', 'VFS Fingerprint sensor', '2239'), (14822, '0011', 'VFS5011 Fingerprint Reader', '2239'), (14823, '0015', 'VFS 5011 fingerprint sensor', '2239'), (14824, '0017', 'VFS 5011 fingerprint sensor', '2239'), (14825, '0018', 'Fingerprint scanner', '2239'), (14826, '003c', 'VFS471 Fingerprint Reader', '2239'), (14827, '003d', 'VFS491', '2239'), (14828, '003f', 'VFS495 Fingerprint Reader', '2239'), (14829, '0050', 'Swipe Fingerprint Sensor', '2239'), (14830, '0090', 'VFS7500 Touch Fingerprint Sensor', '2239'), (14831, '0091', 'VFS7552 Touch Fingerprint Sensor', '2239'), (14832, '9000', 'Raisonance S.A. STM32 ARM evaluation board / RLink dongle', '2240'), (14833, '0001', 'GO 520 T / GO 630 / ONE / ONE XL', '2241'), (14834, '5454', 'Blue & Me 2', '2241'), (14835, '7474', 'GPS Sport Watch [Runner, Multi-Sport]', '2241'), (14836, 'a001', 'Bandit Action Camera Batt-Stick', '2241'), (14837, '1000', 'URTC-1000', '2242'), (14838, '0025', 'Headset [PC 8]', '2243'), (14839, '0026', 'SC230', '2243'), (14840, '0027', 'SC260', '2243'), (14841, '0028', 'SC230 CTRL', '2243'), (14842, '0029', 'SC260 CTRL', '2243'), (14843, '002a', 'SC230 for Lync', '2243'), (14844, '002b', 'SC260 for Lync', '2243'), (14845, '002d', 'BTD-800', '2243'), (14846, '002e', 'Presence', '2243'), (14847, '0030', 'CEHS-CI 02', '2243'), (14848, '0031', 'U320 Gaming', '2243'), (14849, '0032', 'SC30 for Lync', '2243'), (14850, '0033', 'SC60 for Lync', '2243'), (14851, '0034', 'SC30 Control', '2243'), (14852, '0035', 'SC60 Control', '2243'), (14853, '0036', 'SC630 for Lync', '2243'), (14854, '0037', 'SC660 for Lync', '2243'), (14855, '0038', 'SC630 CTRL', '2243'), (14856, '0039', 'SC660 CTRL', '2243'), (14857, '003f', 'SP 20', '2243'), (14858, '0040', 'MB Pro 1/2', '2243'), (14859, '0041', 'SP 20 for Lync', '2243'), (14860, '0042', 'SP 10', '2243'), (14861, '0043', 'SP 10 for Lync', '2243'), (14862, '0046', 'PXC 550', '2243'), (14863, '004a', 'MOMENTUM M2 OEBT', '2243'), (14864, '004b', 'MOMENTUM M2 AEBT', '2243'), (14865, '004f', 'SC230 for MS II', '2243'), (14866, '0050', 'SC260 for MS II', '2243'), (14867, '0051', 'USB-ED CC 01', '2243'), (14868, '0058', 'USB-ED CC 01 for MS', '2243'), (14869, '0059', 'SC40 for MS', '2243'), (14870, '005a', 'SC70 for MS', '2243'), (14871, '005b', 'SC40 CTRL', '2243'), (14872, '005c', 'SC70 CTRL', '2243'), (14873, '0060', 'SCx5 MS', '2243'), (14874, '0061', 'SCx5 CTRL', '2243'), (14875, '0064', 'MB 660 MS', '2243'), (14876, '0065', 'MB 660', '2243'), (14877, '0066', 'SP 20 D UC', '2243'), (14878, '0067', 'SP 20 D MS', '2243'), (14879, '006b', 'SC5x5 MS', '2243'), (14880, '0072', 'Headset', '2243'), (14881, '3556', 'USB Headset', '2243'), (14882, '0004', 'FCA1616', '2244'), (14883, '00bc', 'BCF2000', '2244'), (14884, '2103', 'USB 2.0 Storage Device', '2245'), (14885, '9999', 'Card reader', '2246'), (14886, '000a', 'Alesis Photon X25 MIDI Controller', '2247'), (14887, '000a', 'WUSB54G v2 802.11g Adapter [Intersil ISL3887]', '2248'), (14888, '000b', 'WUSB11 v4.0 802.11b Adapter [ALi M4301]', '2248'), (14889, '000c', 'WUSB54AG 802.11a/g Adapter [Intersil ISL3887]', '2248'), (14890, '000d', 'WUSB54G v4 802.11g Adapter [Ralink RT2500USB]', '2248'), (14891, '000e', 'WUSB54GS v1 802.11g Adapter [Broadcom 4320 USB]', '2248'), (14892, '0011', 'WUSB54GP v4.0 802.11g Adapter [Ralink RT2500USB]', '2248'), (14893, '0014', 'WUSB54GS v2 802.11g Adapter [Broadcom 4320 USB]', '2248'), (14894, '0018', 'USB200M 10/100 Ethernet Adapter', '2248'), (14895, '001a', 'HU200TS Wireless Adapter', '2248'), (14896, '001e', 'WUSBF54G 802.11bg', '2248'), (14897, '0020', 'WUSB54GC v1 802.11g Adapter [Ralink RT73]', '2248'), (14898, '0022', 'WUSB54GX4 802.11g 240Mbps Wireless Adapter [Airgo AGN300]', '2248'), (14899, '0023', 'WUSB54GR', '2248'), (14900, '0024', 'WUSBF54G v1.1 802.11bg', '2248'), (14901, '0026', 'WUSB54GSC v1 802.11g Adapter [Broadcom 4320 USB]', '2248'), (14902, '0028', 'WUSB200 802.11g Adapter [Ralink RT2671]', '2248'), (14903, '0029', 'WUSB300N 802.11bgn Wireless Adapter [Marvell 88W8362+88W8060]', '2248'), (14904, '002f', 'AE1000 v1 802.11n [Ralink RT3572]', '2248'), (14905, '0031', 'AM10 v1 802.11n [Ralink RT3072]', '2248'), (14906, '0039', 'AE1200 802.11bgn Wireless Adapter [Broadcom BCM43235]', '2248'), (14907, '003a', 'AE2500 802.11abgn Wireless Adapter [Broadcom BCM43236]', '2248'), (14908, '003b', 'AE3000 802.11abgn (3x3) Wireless Adapter [Ralink RT3573]', '2248'), (14909, '003e', 'AE6000 802.11a/b/g/n/ac Wireless Adapter [MediaTek MT7610U]', '2248'), (14910, '003f', 'WUSB6300 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]', '2248'), (14911, '0041', 'Gigabit Ethernet Adapter', '2248'), (14912, '0042', 'WUSB6100M 802.11a/b/g/n/ac Wireless Adapter', '2248'), (14913, '13b1', 'WUSB200: Wireless-G Business Network Adapter with Rangebooster', '2248'), (14914, '0030', 'Multimix 8', '2249'), (14915, '0001', 'Konig Electronic CMP-KEYPAD12 Numeric Keypad', '2251'), (14916, '0017', 'PS/2 Keyboard+Mouse Adapter', '2251'), (14917, '0018', 'Barcode PCP-BCG4209', '2251'), (14918, '1200', 'Olidata Wireless Multimedia Adapter', '2254'), (14919, '2282', 'TechniSat DVB-PC TV Star 2', '2255'), (14920, '7019', 'MD 82288', '2256'), (14921, 'abe6', 'Wireless 802.11g 54Mbps Network Adapter [RTL8187]', '2256'), (14922, '0400', 'Pocket Ethernet [klsi]', '2257'), (14923, '3201', 'VisionDTV USB-Ter/HAMA USB DVB-T device cold', '2258'), (14924, '3202', 'VisionDTV USB-Ter/HAMA USB DVB-T device warm', '2258'), (14925, '3203', 'DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)', '2258'), (14926, '3204', 'DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)', '2258'), (14927, '3205', 'DNTV Live! Tiny USB2 BDA (No Remote)', '2258'), (14928, '3206', 'DNTV Live! Tiny USB2 BDA (No Remote)', '2258'), (14929, '3207', 'DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)', '2258'), (14930, '3208', 'DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)', '2258'), (14931, '3209', 'DTV-DVB UDST7022BDA DVB-S Box(Without HID)', '2258'), (14932, '3211', 'DTV-DVB Hybrid Analog/Capture / Pinnacle PCTV 310e', '2258'), (14933, '3212', 'DTV-DVB UDTT704C - DVBT/NTSC/PAL Driver(PCM4)', '2258'), (14934, '3213', 'DTV-DVB UDTT704D - DVBT/NTSC/PAL Driver (PCM4)', '2258'), (14935, '3214', 'DTV-DVB UDTT704F -(MiniCard) DVBT/NTSC/PAL Driver(Without HID)', '2258'), (14936, '3215', 'DTV-DVB UDAT7240 - ATSC/NTSC/PAL Driver(PCM4)', '2258'), (14937, '3216', 'DTV-DVB UDTT 7047-USB 2.0 DVB-T Driver', '2258'), (14938, '3217', 'Digital-TV Receiver.', '2258'), (14939, '3219', 'DTV-DVB UDTT7049 - DVB-T Driver(Without HID)', '2258'), (14940, '3220', 'DTV-DVB UDTT 7047M-USB 2.0 DVB-T Driver', '2258'), (14941, '3223', 'DNTV Live! Tiny USB2 BDA (No Remote)', '2258'), (14942, '3224', 'DNTV Live! Tiny USB2 BDA (No Remote)', '2258'), (14943, '3226', 'DigitalNow TinyTwin DVB-T Receiver', '2258'), (14944, '3234', 'DVB-T FTA Half Minicard [RTL2832U]', '2258'), (14945, '3236', 'DTV-DVB UDTT 7047A-USB 2.0 DVB-T Driver', '2258'), (14946, '3237', 'DTV-DVB UDTT 704J - dual DVB-T Driver', '2258'), (14947, '3239', 'DTV-DVB UDTT704D - DVBT/NTSC/PAL Driver(Without HID)', '2258'), (14948, '3240', 'DTV-DVB UDXTTM6010 - A/D Driver(Without HID)', '2258'), (14949, '3241', 'DTV-DVB UDXTTM6010 - A/D Driver(Without HID)', '2258'), (14950, '3242', 'DTV-DVB UDAT7240LP - ATSC/NTSC/PAL Driver(Without HID)', '2258'), (14951, '3243', 'DTV-DVB UDXTTM6010 - A/D Driver(Without HID)', '2258'), (14952, '3244', 'DTV-DVB UDTT 7047Z-USB 2.0 DVB-T Driver', '2258'), (14953, '3247', 'AW-NU222 802.11bgn Wireless Module [Ralink RT2770+RT2720]', '2258'), (14954, '3249', 'Internal Bluetooth', '2258'), (14955, '3250', 'Broadcom Bluetooth 2.1', '2258'), (14956, '3262', '802.11 n/g/b Wireless LAN USB Adapter', '2258'), (14957, '3273', '802.11 n/g/b Wireless LAN USB Mini-Card', '2258'), (14958, '3274', 'DVB-T Dongle [RTL2832U]', '2258'), (14959, '3282', 'DVB-T + GPS Minicard [RTL2832U]', '2258'), (14960, '3284', 'Wireless LAN USB Mini-Card', '2258'), (14961, '3304', 'Asus Integrated Bluetooth module [AR3011]', '2258'), (14962, '3306', 'Mediao 802.11n WLAN [Realtek RTL8191SU]', '2258'), (14963, '3315', 'Bluetooth module', '2258'), (14964, '3327', 'AW-NU137 802.11bgn Wireless Module [Atheros AR9271]', '2258'), (14965, '3362', 'Atheros AR3012 Bluetooth 4.0 Adapter', '2258'), (14966, '3375', 'Atheros AR3012 Bluetooth 4.0 Adapter', '2258'), (14967, '3392', 'Azurewave 43228+20702', '2258'), (14968, '3394', 'Bluetooth', '2258'), (14969, '3474', 'Atheros AR3012 Bluetooth', '2258'), (14970, '3526', 'Bluetooth Radio', '2258'), (14971, '5070', 'Webcam', '2258'), (14972, '5111', 'Integrated Webcam', '2258'), (14973, '5115', 'Integrated Webcam', '2258'), (14974, '5116', 'Integrated Webcam', '2258'), (14975, '5122', '2M Integrated Webcam', '2258'), (14976, '5126', 'PC Cam', '2258'), (14977, '5130', 'Integrated Webcam', '2258'), (14978, '5134', 'Integrated Webcam', '2258'), (14979, '5615', 'Lenovo EasyCamera', '2258'), (14980, '5670', 'HP TrueVision HD', '2258'), (14981, '5682', 'SunplusIT Integrated Camera', '2258'), (14982, '5702', 'UVC VGA Webcam', '2258'), (14983, '5710', 'UVC VGA Webcam', '2258'), (14984, '5716', 'UVC VGA Webcam', '2258'), (14985, '5a07', 'VGA UVC WebCam', '2258'), (14986, '7020', 'DTV-DVB UDST7020BDA DVB-S Box(DVBS for MCE2005)', '2258'), (14987, '7022', 'DTV-DVB UDST7022BDA DVB-S Box(Without HID)', '2258'), (14988, '784b', 'XHC Camera', '2258'), (14989, '0001', 'T5 PATA forensic bridge', '2259'), (14990, '000c', 'T8-R2 forensic bridge', '2259'), (14991, '0001', 'SL-1', '2263'), (14992, '0003', 'TTM 57SL', '2263'), (14993, '0001', 'C-56 Thermal Printer', '2265'), (14994, '0006', 'HID Remote Control', '2266'), (14995, '0001', 'Optical Mouse', '2267'), (14996, '0003', 'Optical Mouse', '2267'), (14997, '0550', 'INIC-1530 PATA Bridge', '2268'), (14998, '0840', 'INIC-1618L SATA', '2268'), (14999, '0841', 'Samsung SE-T084M DVD-RW', '2268'), (15000, '0940', 'ASUS SBW-06D2X-U', '2268'), (15001, '1040', 'INIC-1511L PATA Bridge', '2268'), (15002, '1340', 'Hi-Speed USB to SATA Bridge', '2268'), (15003, '160f', 'RocketFish SATA Bridge [INIC-1611]', '2268'), (15004, '1640', 'INIC-1610L SATA Bridge', '2268'), (15005, '1669', 'INIC-1609PN', '2268'), (15006, '1840', 'INIC-1608 SATA bridge', '2268'), (15007, '1e40', 'INIC-1610P SATA bridge', '2268'), (15008, '2040', 'Samsung Writemaster external DVD writer', '2268'), (15009, '3920', 'INIC-3619PN SATA Bridge', '2268'), (15010, '3940', 'external DVD burner ECD819-SU3', '2268'), (15011, '3960', 'INIC-3639', '2268'), (15012, '3e40', 'ZALMAN ZM-VE350', '2268'), (15013, '1a00', '512MB/1GB Flash Drive', '2269'), (15014, '1a23', '512MB Flash Drive', '2269'), (15015, '1d00', 'DataTraveler 2.0 1GB/4GB Flash Drive / Patriot Xporter 4GB Flash Drive', '2269'), (15016, '1e00', 'Flash Drive 2 GB [ICIDU 2 GB]', '2269'), (15017, '1e50', 'U3 Smart Drive', '2269'), (15018, '1f00', 'Kingston DataTraveler / Patriot Xporter', '2269'), (15019, '1f23', 'PS2232 flash drive controller', '2269'), (15020, '2240', 'microSD card reader', '2269'), (15021, '3100', '2/4 GB stick', '2269'), (15022, '3123', 'Verbatim STORE N GO 4GB', '2269'), (15023, '3200', 'flash drive (2GB, EMTEC)', '2269'), (15024, '3600', 'flash drive (4GB, EMTEC)', '2269'), (15025, '3800', 'Rage XT Flash Drive', '2269'), (15026, '3d00', 'Flash Drive', '2269'), (15027, '3e00', 'Flash Drive', '2269'), (15028, '4100', 'Flash drive', '2269'), (15029, '4200', 'Platinum USB drive mini', '2269'), (15030, '5000', 'USB flash drive (32 GB SHARKOON Accelerate)', '2269'), (15031, '5100', 'Flash Drive', '2269'), (15032, '5200', 'DataTraveler R3.0', '2269'), (15033, '5500', 'Flash drive', '2269'), (15034, '6300', 'SP Mobile C31 (64GB)', '2269'), (15035, '0001', 'Digital Photo Frame', '2272'), (15036, '0003', 'Digital Photo Frame (DPF-1104)', '2272'), (15037, 'cddc', 'Dongle', '2273'), (15038, '1000', 'generic (firmware not loaded yet)', '2274'), (15039, '1485', 'uEye UI1485', '2274'), (15040, '3240', 'uEye UI3240', '2274'), (15041, 'b011', 'TCC780X-based player (USB Boot mode)', '2275'), (15042, 'b021', 'TCC77X-based players (USB Boot mode)', '2275'), (15043, '1110', 'Merlin S620', '2276'), (15044, '1120', 'Merlin EX720', '2276'), (15045, '1130', 'Merlin S720', '2276'), (15046, '1400', 'Merlin U730/U740 (Vodafone)', '2276'), (15047, '1410', 'Merlin U740 (non-Vodafone)', '2276'), (15048, '1430', 'Merlin XU870', '2276'), (15049, '1450', 'Merlin X950D', '2276'), (15050, '2110', 'Ovation U720/MCD3000', '2276'), (15051, '2410', 'Expedite EU740', '2276'), (15052, '2420', 'Expedite EU850D/EU860D/EU870D', '2276'), (15053, '4100', 'U727', '2276'), (15054, '4400', 'Ovation MC930D/MC950D', '2276'), (15055, '9010', 'Expedite E362', '2276'), (15056, 'a001', 'Gobi Wireless Modem', '2276'), (15057, 'a008', 'Gobi Wireless Modem (QDL mode)', '2276'), (15058, 'b001', 'Ovation MC551', '2276'), (15059, '0000', 'Sony SingStar USBMIC', '2277'), (15060, '0020', 'Sony Wireless SingStar', '2277'), (15061, '2000', 'Sony Playstation Eye', '2277'), (15062, '0605', 'Sentech Camera', '2279'), (15063, '1001', 'Temo', '2280'), (15064, '1002', 'Thermal', '2280'), (15065, '1003', 'Neo', '2280'), (15066, '1004', 'Combo DF', '2280'), (15067, '1005', 'Thermal-A', '2280'), (15068, '1006', 'Thermal FV', '2280'), (15069, '1007', 'Bingo HS', '2280'), (15070, '1008', 'Thermal HS FV', '2280'), (15071, '1009', 'Thermal FV EJ', '2280'), (15072, '100a', 'Thermal HD', '2280'), (15073, '100b', 'Thermal', '2280'), (15074, '100c', 'Neo', '2280'), (15075, '100d', 'Ergo', '2280'), (15076, '100e', 'Trio', '2280'), (15077, '1010', 'Thermal HS FV EJ', '2280'), (15078, '1011', 'Neo EJ', '2280'), (15079, '1012', 'Thermal-A', '2280'), (15080, '1013', 'Thermal-A EJ', '2280'), (15081, '1014', 'Mobile', '2280'), (15082, '1015', 'Temo HS', '2280'), (15083, '1016', 'Mobile HS', '2280'), (15084, '1017', 'TH230+ FV EJ', '2280'), (15085, '1018', '4610-1NR FV EJ', '2280'), (15086, '0003', 'Artema Hybrid', '2282'), (15087, '0005', 'Artema Modular', '2282'), (15088, '0043', 'medCompact', '2282'), (15089, '03a5', '933A Portable Power Sentinel', '2283'), (15090, '0150', 'wireless receiver for skylanders wii', '2284'), (15091, '4734', 'Guitar Hero4 hub', '2284'), (15092, '4748', 'Guitar Hero X-plorer', '2284'), (15093, '474b', 'Guitar Hero MIDI interface', '2284'), (15094, '8888', 'TX6500+ Dance Pad', '2284'), (15095, 'f801', 'Controller', '2284'), (15096, '0427', 'UR054g 802.11g Wireless Adapter [Intersil ISL3887]', '2286'), (15097, '0711', 'UR055G 802.11bg', '2286'), (15098, '0804', 'AR9170+AR9104 802.11abgn Wireless Adapter', '2286'), (15099, '0826', 'AR5523', '2286'), (15100, '0827', 'AR5523 (no firmware)', '2286'), (15101, '0828', 'AR5523', '2286'), (15102, '0829', 'AR5523 (no firmware)', '2286'), (15103, '0007', 'Development board JTAG', '2289'), (15104, '6a73', 'Stamps.com Model 510 5LB Scale', '2290'), (15105, '6a78', 'DYMO Endicia 75lb Digital Scale', '2290'), (15106, '0301', 'haptic device', '2291'), (15107, '0302', 'haptic device', '2291'), (15108, '0400', 'haptic device', '2291'), (15109, '0401', 'delta.x haptic device', '2291'), (15110, '0402', 'omega.x haptic device', '2291'), (15111, '0403', 'sigma.x haptic device', '2291'), (15112, '0404', 'haptic controller', '2291'), (15113, '0405', 'dedicated haptic device', '2291'), (15114, '0406', 'dedicated haptic device', '2291'), (15115, '0407', 'dedicated haptic device', '2291'), (15116, '0408', 'dedicated haptic device', '2291'), (15117, '8b01', 'DS620', '2292'), (15118, '9001', 'DS820', '2292'), (15119, '4026', '26-183 Serial Cable', '2293'), (15120, '5117', 'OpenMoko Neo1973 kernel usbnet (g_ether, CDC Ethernet) mode', '2295'), (15121, '5118', 'OpenMoko Neo1973 Debug board (V2+)', '2295'), (15122, '5119', 'OpenMoko Neo1973 u-boot cdc_acm serial port', '2295'), (15123, '511a', 'HXD8 u-boot usbtty CDC ACM Mode', '2295'), (15124, '511b', 'SMDK2440 u-boot usbtty CDC ACM mode', '2295'), (15125, '511c', 'SMDK2443 u-boot usbtty CDC ACM mode', '2295'), (15126, '511d', 'QT2410 u-boot usbtty CDC ACM mode', '2295'), (15127, '5120', 'OpenMoko Neo1973 u-boot usbtty generic serial', '2295'), (15128, '5121', 'OpenMoko Neo1973 kernel mass storage (g_storage) mode', '2295'), (15129, '5122', 'OpenMoko Neo1973 / Neo Freerunner kernel cdc_ether USB network', '2295'), (15130, '5123', 'OpenMoko Neo1973 internal USB CSR4 module', '2295'), (15131, '5124', 'OpenMoko Neo1973 Bluetooth Device ID service', '2295'), (15132, '0106', 'K56 V92 Modem', '2296'), (15133, '013d', 'PC Camera (SN9C201 + OV7660)', '2296'), (15134, '013f', 'Megapixel Auto Focus Webcam', '2296'), (15135, '0142', 'WB-6250X Webcam', '2296'), (15136, '015a', 'WB-8300X 2MP Webcam', '2296'), (15137, '0161', '15901 802.11bg Wireless Adapter [Realtek RTL8187L]', '2296'), (15138, '0167', 'Widescreen 3MP Webcam', '2296'), (15139, '0176', 'Isla Keyboard', '2296'), (15140, '019f', '17676 Webcam', '2296'), (15141, '01e5', 'Keyboard [GXT 830]', '2296'), (15142, '0212', 'Panora Widescreen Graphic Tablet', '2296'), (15143, '023f', 'Mouse [GXT 168]', '2296'), (15144, '9150', 'eHome Infrared Transceiver', '2297'), (15145, '5512', 'MegaStick-1 Flash Stick', '2299'), (15146, '8807', 'DIGIVOX mini III [af9015]', '2299'), (15147, '0601', 'Controller for Xbox 360', '2300'), (15148, '0902', 'Wired Mini PS3 Game Controller', '2300'), (15149, '0007', 'Aolynk WUB300g [ZyDAS ZD1211]', '2301'), (15150, '0009', 'Aolynk WUB320g', '2301'), (15151, 'e015', 'eHome Infrared Receiver', '2302'), (15152, 'e016', 'eHome Infrared Receiver', '2302'), (15153, 'e017', 'eHome Infrared Receiver', '2302'), (15154, 'e018', 'eHome Infrared Receiver', '2302'), (15155, 'e02c', 'Infrared Receiver', '2302'), (15156, 'e03a', 'eHome Infrared Receiver', '2302'), (15157, 'e03c', 'eHome Infrared Receiver', '2302'), (15158, 'e03d', '2 Channel Audio', '2302'), (15159, 'e03e', 'Infrared Receiver [IR605A/Q]', '2302'), (15160, '1000', 'Biometric Touchchip/Touchstrip Fingerprint Sensor', '2303'), (15161, '1001', 'TCS5B Fingerprint sensor', '2303'), (15162, '1002', 'Biometric Touchchip/Touchstrip Fingerprint Sensor', '2303'), (15163, '2016', 'Biometric Touchchip/Touchstrip Fingerprint Sensor', '2303'), (15164, '2020', 'TouchChip Fingerprint Coprocessor (WBF advanced mode)', '2303'), (15165, '3000', 'TCS1C EIM/Cypress Fingerprint sensor', '2303'), (15166, '3001', 'TCS1C EIM/STM32 Fingerprint sensor', '2303'), (15167, '1005', 'VRD PC-Interface', '2305'), (15168, '1746', 'Ecomo 19H99 Monitor', '2306'), (15169, '7616', 'Elsa Hub', '2306'), (15170, '0001', 'U2E', '2307'), (15171, '0002', 'Psion Gold Port Ethernet', '2307'), (15172, '1000', 'Motorola BC4 Bluetooth 3.0+HS Adapter', '2310'), (15173, '1706', 'RT2500USB Wireless Adapter', '2310'), (15174, '2070', 'RT2070 Wireless Adapter', '2310'), (15175, '2570', 'RT2570 Wireless Adapter', '2310'), (15176, '2573', 'RT2501/RT2573 Wireless Adapter', '2310'), (15177, '2671', 'RT2601/RT2671 Wireless Adapter', '2310'), (15178, '2770', 'RT2770 Wireless Adapter', '2310'), (15179, '2870', 'RT2870 Wireless Adapter', '2310'), (15180, '3070', 'RT2870/RT3070 Wireless Adapter', '2310'), (15181, '3071', 'RT3071 Wireless Adapter', '2310'), (15182, '3072', 'RT3072 Wireless Adapter', '2310'), (15183, '3370', 'RT3370 Wireless Adapter', '2310'), (15184, '3572', 'RT3572 Wireless Adapter', '2310'), (15185, '3573', 'RT3573 Wireless Adapter', '2310'), (15186, '5370', 'RT5370 Wireless Adapter', '2310'), (15187, '5372', 'RT5372 Wireless Adapter', '2310'), (15188, '5572', 'RT5572 Wireless Adapter', '2310'), (15189, '7601', 'MT7601U Wireless Adapter', '2310'), (15190, '760b', 'MT7601U Wireless Adapter', '2310'), (15191, '761a', 'MT7610U ("Archer T2U" 2.4G+5G WLAN Adapter', '2310'), (15192, '9020', 'RT2500USB Wireless Adapter', '2310'), (15193, '9021', 'RT2501USB Wireless Adapter', '2310'), (15194, '0020', 'FS81 Fingerprint Scanner Module', '2311'), (15195, '0088', 'Fingerprint Scanner Model FS88', '2311'), (15196, '0010', 'Bluebird [Ambit]', '2312'), (15197, '0019', 'Duck [Ambit2]', '2312'), (15198, '001a', 'Colibri [Ambit2 S]', '2312'), (15199, '001b', 'Emu [Ambit3 Peak]', '2312'), (15200, '001c', 'Finch [Ambit3 Sport]', '2312'), (15201, '001d', 'Greentit [Ambit2 R]', '2312'), (15202, '001e', 'Ibisbill [Ambit3 Run]', '2312'), (15203, 'a090', 'DVB-T Tuner', '2314'), (15204, '069b', 'PURE Digital Evoke-1XT Tri-band', '2315'), (15205, '2107', 'DBX1 DSP core', '2315'), (15206, '0001', 'Avermedia AverTV DVBT USB1.1 (cold)', '2316'), (15207, '0002', 'Avermedia AverTV DVBT USB1.1 (warm)', '2316'), (15208, '0201', 'AVermedia/Yakumo/Hama/Typhoon DVB-T USB2.0 (cold)', '2316'), (15209, '0221', 'WT-220U DVB-T dongle', '2316'), (15210, '022b', 'WT-220U DVB-T dongle', '2316'), (15211, '0301', 'AVermedia/Yakumo/Hama/Typhoon DVB-T USB2.0 (warm)', '2316'), (15212, '3410', 'Serial Adapter ICUSB2321X [TUSB3410I]', '2320'), (15213, '3a93', 'Topcom 802.11bg Wireless Adapter [Atheros AR5523]', '2321'), (15214, '3a95', 'Toshiba WUS-G06G-JT 802.11bg Wireless Adapter [Atheros AR5523]', '2321'), (15215, '3a98', 'Airlink101 AWLL4130 802.11bg Wireless Adapter [Atheros AR5523]', '2321'), (15216, '3c02', 'Conceptronic C54RU v2 802.11bg Wireless Adapter [Ralink RT2571]', '2321'), (15217, '3c05', 'rt2570 802.11g WLAN', '2321'), (15218, '3c06', 'Conceptronic C300RU v1 802.11bgn Wireless Adapter [Ralink RT2870]', '2321'), (15219, '3c07', '802.11n adapter', '2321'), (15220, '3c09', '802.11n adapter', '2321'), (15221, '3c22', 'Conceptronic C54RU v3 802.11bg Wireless Adapter [Ralink RT2571W]', '2321'), (15222, '3c23', 'Airlink101 AWLL6080 802.11bgn Wireless Adapter [Ralink RT2870]', '2321'), (15223, '3c24', 'NEC NP01LM 802.11abg Wireless Adapter [Ralink RT2571W]', '2321'), (15224, '3c25', 'DrayTek Vigor N61 802.11bgn Wireless Adapter [Ralink RT2870]', '2321'), (15225, '3c27', 'Airlink101 AWLL6070 802.11bgn Wireless Adapter [Ralink RT2770]', '2321'), (15226, '3c28', 'Conceptronic C300RU v2 802.11bgn Wireless Adapter [Ralink RT2770]', '2321'), (15227, '3c2b', 'NEC NP02LM 802.11bgn Wireless Adapter [Ralink RT3072]', '2321'), (15228, '3c2c', 'Keebox W150NU 802.11bgn Wireless Adapter [Ralink RT3070]', '2321'), (15229, '0250', 'Storage Adapter V2', '2323'), (15230, '0350', 'Storage Adapter V2', '2323'), (15231, '0005', 'Touchscreen Controller', '2324'), (15232, '1212', 'microSD card reader (SY-T18)', '2325'), (15233, '121c', 'microSD card reader', '2325'), (15234, '121f', 'microSD CardReader SY-T18', '2325'), (15235, '123a', 'SD/MMC/RS-MMC Card Reader', '2325'), (15236, '125c', 'SD card reader', '2325'), (15237, '127b', 'SDXC Reader', '2325'), (15238, '168a', 'Elecom Co., Ltd MR-K013 Multicard Reader', '2325'), (15239, '6116', 'M6116 SATA Bridge', '2325'), (15240, '6600', 'M110E PATA bridge', '2325'), (15241, '6700', 'Card Reader', '2325'), (15242, '6900', 'Card Reader', '2325'), (15243, '8123', 'SD MMC Reader', '2325'), (15244, '8125', 'SD MMC Reader', '2325'), (15245, '8601', '4-Port hub', '2325'), (15246, '8608', 'Hub [Super Top]', '2325'), (15247, '1007', 'D2CIM-VUSB KVM connector', '2327'), (15248, '0501', 'WR-G528e \'CHEETAH\'', '2328'), (15249, '5000', 'PenMount 5000 Touch Controller', '2329'), (15250, 'ab10', 'GW-US54GZ', '2331'), (15251, 'ab11', 'GU-1000T', '2331'), (15252, 'ab13', 'GW-US54Mini 802.11bg', '2331'), (15253, '1000', 'MV5', '2332'), (15254, '1002', 'MV51', '2332'), (15255, '1003', 'MVi', '2332'), (15256, '1004', 'SHA900', '2332'), (15257, '1005', 'KSE1500', '2332'), (15258, '1011', 'MV88+', '2332'), (15259, '1100', 'ANIUSB-MATRIX', '2332'), (15260, '1101', 'P300', '2332'), (15261, '29b6', 'X2u Adapter', '2332'), (15262, '3000', 'RMCE-USB', '2332'), (15263, '0001', 'SkyStar 2 HD CI', '2333'), (15264, '0002', 'SkyStar 2 HD CI', '2333'), (15265, '0003', 'CableStar Combo HD CI', '2333'), (15266, '0004', 'AirStar TeleStick 2', '2333'), (15267, '0500', 'DVB-PC TV Star HD', '2333'), (15268, '001f', 'SRP-350II Thermal Receipt Printer', '2336'), (15269, '0a01', 'LI-3100 Area Meter', '2338'), (15270, '0a02', 'LI-7000 CO2/H2O Gas Analyzer', '2338'), (15271, '0a03', 'C-DiGit Blot Scanner', '2338'), (15272, '9242', 'eHome Infrared Transceiver', '2338'), (15273, '0444', 'medMobile', '2339'), (15274, '2003', 'FlashPro3 Programmer', '2340'), (15275, '2004', 'FlashPro3 Programmer', '2340'), (15276, '2005', 'FlashPro3 Programmer', '2340'), (15277, '1603', 'Flash Drive', '2341'), (15278, '8628', 'Pen Drive', '2341'), (15279, '0001', 'HDReye High Dynamic Range Camera', '2342'), (15280, '0002', 'HDReye (before firmware loads)', '2342'), (15281, '0020', 'HSIC Device', '2343'), (15282, '0020', 'XEM3001v1', '2344'), (15283, '0021', 'XEM3001v2', '2344'), (15284, '0022', 'XEM3010', '2344'), (15285, '0023', 'XEM3005', '2344'), (15286, '0028', 'XEM3050', '2344'), (15287, '002b', 'XEM5010', '2344'), (15288, '002c', 'XEM6001', '2344'), (15289, '002d', 'XEM6010-LX45', '2344'), (15290, '002e', 'XEM6010-LX150', '2344'), (15291, '0030', 'XEM6006-LX16', '2344'), (15292, '0033', 'XEM6002-LX9', '2344'), (15293, '0034', 'XEM7001-A15', '2344'), (15294, '0036', 'XEM7010-A50', '2344'), (15295, '0037', 'XEM7010-A200', '2344'), (15296, '0120', 'ZEM4310', '2344'), (15297, '0121', 'XEM6310-LX45', '2344'), (15298, '0122', 'XEM6310-LX150', '2344'), (15299, '0123', 'XEM6310MT-LX45T', '2344'), (15300, '0125', 'XEM7350-K70T', '2344'), (15301, '0126', 'XEM7350-K160T', '2344'), (15302, '0127', 'XEM7350-K410T', '2344'), (15303, '0128', 'XEM6310MT-LX150T', '2344'), (15304, '0129', 'ZEM5305-A2', '2344'), (15305, '012b', 'XEM7360-K160T', '2344'), (15306, '012c', 'XEM7360-K410T', '2344'), (15307, '012d', 'ZEM5310-A4', '2344'), (15308, '0130', 'XEM7310-A75', '2344'), (15309, '0131', 'XEM7310-A200', '2344'), (15310, '6680', 'UTS 6680', '2346'), (15311, '0200', 'YAP Phone (no firmware)', '2347'), (15312, '0201', 'YAP Phone', '2347'), (15313, '3100', 'CDMA 1xRTT USB Modem (U-100/105/200/300/520)', '2348'), (15314, '8350', 'NET Gmbh iCube Camera', '2349'), (15315, '8400', 'INI DVS128', '2349'), (15316, '840d', 'INI DAViS', '2349'), (15317, '841a', 'INI DAViS FX3', '2349'), (15318, '0001', 'spirobank II', '2350'), (15319, '0002', 'spirolab III', '2350'), (15320, '0003', 'MiniSpir', '2350'), (15321, '0004', 'Oxi', '2350'), (15322, '0005', 'spiros II', '2350'), (15323, '0006', 'smiths spirobank II', '2350'), (15324, '0007', 'smiths spirobank G-USB', '2350'), (15325, '0008', 'smiths MiniSpir', '2350'), (15326, '0009', 'spirobank G-USB', '2350'), (15327, '000a', 'smiths Oxi', '2350'), (15328, '000b', 'smiths spirolab III', '2350'), (15329, '000c', 'chorus III', '2350'), (15330, '000d', 'spirolab III Bw', '2350'), (15331, '000e', 'spirolab III', '2350'), (15332, '000f', 'easySpiro', '2350'), (15333, '0010', 'Spirotel converter', '2350'), (15334, '0011', 'spirobank', '2350'), (15335, '0012', 'spiro3 Zimmer', '2350'), (15336, '0013', 'spirotel serial', '2350'), (15337, '0014', 'spirotel II', '2350'), (15338, '0015', 'spirodoc', '2350'), (15339, '0539', 'JMS539/567 SuperSpeed SATA II/III 3.0G/6.0G Bridge', '2351'), (15340, '0551', 'JMS551 SuperSpeed two ports SATA 3Gb/s bridge', '2351'), (15341, '0561', 'JMS551 - Sharkoon SATA QuickPort Duo', '2351'), (15342, '0562', 'JMS567 SATA 6Gb/s bridge', '2351'), (15343, '0567', 'JMS567 SATA 6Gb/s bridge', '2351'), (15344, '0576', 'Gen1 SATA 6Gb/s Bridge', '2351'), (15345, '0578', 'JMS578 SATA 6Gb/s', '2351'), (15346, '0583', 'JMS583Gen 2 to PCIe Gen3x2 Bridge', '2351'), (15347, '0770', 'Alienware Integrated Webcam', '2351'), (15348, '1561', 'JMS561U two ports SATA 6Gb/s bridge', '2351'), (15349, '1576', 'External Disk 3.0', '2351'), (15350, '2329', 'JM20329 SATA Bridge', '2351'), (15351, '2335', 'ATA/ATAPI Bridge', '2351'), (15352, '2336', 'Hard Disk Drive', '2351'), (15353, '2337', 'ATA/ATAPI Bridge', '2351'), (15354, '2338', 'JM20337 Hi-Speed USB to SATA & PATA Combo Bridge', '2351'), (15355, '2339', 'JM20339 SATA Bridge', '2351'), (15356, '2352', 'ATA/ATAPI Bridge', '2351'), (15357, '2509', 'JMS539, JMS551 SATA 3Gb/s bridge', '2351'), (15358, '2551', 'JMS551 SATA 3Gb/s bridge', '2351'), (15359, '2561', 'CEB-2235S-U3 external RAID box', '2351'), (15360, '2566', 'JMS566 SATA 3Gb/s bridge', '2351'), (15361, '2590', 'JMS567 SATA 6Gb/s bridge', '2351'), (15362, '3562', 'JMS567 SATA 6Gb/s bridge', '2351'), (15363, '3569', 'JMS566 SATA 3Gb/s bridge', '2351'), (15364, '578e', 'JMS578 SATA 6Gb/s bridge', '2351'), (15365, '8561', 'salcar docking station two disks', '2351'), (15366, '1640', 'INIC-1605 SATA Bridge', '2352'), (15367, '2507', 'PL-2507 IDE Controller', '2352'), (15368, '2571', 'GP08NU6W DVD-RW', '2352'), (15369, 'e001', 'GSA-5120D DVD-RW', '2352'), (15370, '0001', 'RZ01-020300 Optical Mouse [Diamondback]', '2353'), (15371, '0002', 'Diamondback Optical Mouse', '2353'), (15372, '0003', 'Krait Mouse', '2353'), (15373, '0005', 'Boomslang CE', '2353'), (15374, '0007', 'DeathAdder Mouse', '2353'), (15375, '0009', 'Gaming Mouse [Tempest Habu]', '2353'), (15376, '000a', 'Mamba (Wired)', '2353'), (15377, '000c', 'Lachesis', '2353'), (15378, '000d', 'DiamondBack 3G', '2353'), (15379, '000e', 'Megalodon', '2353'), (15380, '000f', 'Mamba (Wireless)', '2353'), (15381, '0012', 'Gaming Mouse [Salmosa]', '2353'), (15382, '0013', 'Orochi 2011', '2353'), (15383, '0015', 'Naga Mouse', '2353'), (15384, '0016', 'DeathAdder 3.5G', '2353'), (15385, '0017', 'RZ01-0035 Laser Gaming Mouse [Imperator]', '2353'), (15386, '0019', 'Marauder', '2353'), (15387, '001a', 'Spectre', '2353'), (15388, '001b', 'Gaming Headset', '2353'), (15389, '001c', 'RZ01-0036 Optical Gaming Mouse [Abyssus]', '2353'), (15390, '001e', 'Lachesis (5600 DPI)', '2353'), (15391, '001f', 'Naga Epic (Wired)', '2353'), (15392, '0020', 'Abyssus 1800', '2353'), (15393, '0021', 'Naga Epic Dock (Wireless, Bluetooth)', '2353'), (15394, '0022', 'Gaming Mouse [TRON]', '2353'), (15395, '0023', 'Gaming Keyboard [TRON]', '2353'), (15396, '0024', 'Mamba 2012 (Wired)', '2353'), (15397, '0025', 'Mamba 2012 (Wireless)', '2353'), (15398, '0029', 'DeathAdder Black Edition', '2353'), (15399, '002a', 'Gaming Mouse [Star Wars: The Old Republic]', '2353'), (15400, '002b', 'Gaming Keyboard [Star Wars: The Old Republic]', '2353'), (15401, '002c', 'Gaming Headset [Star Wars: The Old Republic]', '2353'), (15402, '002e', 'RZ01-0058 Gaming Mouse [Naga 2012]', '2353'), (15403, '002f', 'Imperator 2012', '2353'), (15404, '0031', 'Gaming Mouse Dock [Star Wars: The Old Republic]', '2353'), (15405, '0032', 'Ouroboros 2012 (Wired)', '2353'), (15406, '0033', 'Ouroboros 2012 (Wireless)', '2353'), (15407, '0034', 'Taipan', '2353'), (15408, '0035', 'Krait 2013 Essential', '2353'), (15409, '0036', 'RZ01-0075, Gaming Mouse [Naga Hex (Red)]', '2353'), (15410, '0037', 'DeathAdder 2013', '2353'), (15411, '0038', 'DeathAdder 1800', '2353'), (15412, '0039', 'Orochi 2013', '2353'), (15413, '003e', 'Naga Epic Chroma (Wired)', '2353'), (15414, '003f', 'Naga Epic Chroma (Wireless)', '2353'), (15415, '0040', 'Naga 2014', '2353'), (15416, '0041', 'Naga Hex', '2353'), (15417, '0042', 'Abyssus 2014', '2353'), (15418, '0043', 'DeathAdder Chroma', '2353'), (15419, '0044', 'Mamba Chroma (Wired)', '2353'), (15420, '0045', 'Mamba Chroma (Wireless)', '2353'), (15421, '0046', 'Mamba 2015 Tournament Edition [RZ01-01370100-R3]', '2353'), (15422, '0048', 'Orochi 2015 (Wired)', '2353'), (15423, '004a', 'RZ03-0133 Gaming Lapboard, Keyboard Mouse Combo, Dongle [Turret Dongle]', '2353'), (15424, '004c', 'Diamondback Chroma', '2353'), (15425, '004d', 'DeathAdder 2000 (Cynosa Pro Bundle)', '2353'), (15426, '004f', 'RZ01-0145, Gaming Mouse [DeathAdder 2000 (Alternate)]', '2353'), (15427, '0050', 'Naga Hex V2', '2353'), (15428, '0053', 'Naga Chroma', '2353'), (15429, '0054', 'DeathAdder 3500', '2353'), (15430, '0056', 'Orochi 2015 (Wireless)', '2353'), (15431, '0059', 'RZ01-0212 Gaming Mouse [Lancehead (Wired)]', '2353'), (15432, '005a', 'RZ01-0212 Gaming Mouse [Lancehead (Wireless)]', '2353'), (15433, '005b', 'Abyssus V2', '2353'), (15434, '005c', 'DeathAdder Elite', '2353'), (15435, '005e', 'Abyssus 2000', '2353'), (15436, '005f', 'DeathAdder 2000', '2353'), (15437, '0060', 'RZ01-0213 Gaming Mouse [Lancehead Tournament Edition]', '2353'), (15438, '0062', 'Atheris', '2353'), (15439, '0064', 'Basilisk', '2353'), (15440, '0065', 'RZ01-0265, Gaming Mouse [Basilisk Essential]', '2353'), (15441, '0067', 'Naga Trinity', '2353'), (15442, '0068', 'Gaming Mouse Mat [Firefly Hyperflux]', '2353'), (15443, '0069', 'Gaming Mouse [Mamba Hyperflux]', '2353'), (15444, '006a', 'Abyssus Elite (D.Va Edition)', '2353'), (15445, '006b', 'Abyssus Essential', '2353'), (15446, '006c', 'Mamba Elite (Wired)', '2353'), (15447, '006e', 'DeathAdder Essential', '2353'), (15448, '006f', 'RZ01-0257 Gaming Mouse [Lancehead Wireless (2019, Wireless, Receiver)]', '2353'), (15449, '0070', 'RZ01-0257 Gaming Mouse [Lancehead Wireless (2019, Wired)]', '2353'), (15450, '0071', 'RZ01-0254 Gaming Mouse [DeathAdder Essential White Edition]', '2353'), (15451, '0072', 'Mamba 2018 (Wireless)', '2353'), (15452, '0073', 'Mamba 2018 (Wired)', '2353'), (15453, '0078', 'Viper (wired)', '2353'), (15454, '007a', 'RC30-0305 Gaming Mouse [Viper Ultimate (Wired)]', '2353'), (15455, '007b', 'RC30-0305 Gaming Mouse Dongle [Viper Ultimate (Wireless)]', '2353'), (15456, '007e', 'RC30-030502 Mouse Dock', '2353'), (15457, '0083', 'RC30-0315, Gaming Mouse [Basilisk X HyperSpeed]', '2353'), (15458, '0084', 'RZ01-0321 Gaming Mouse [DeathAdder V2]', '2353'), (15459, '0085', 'RZ01-0316 Gaming Mouse [Basilisk V2]', '2353'), (15460, '0086', 'Gaming Mouse [Basilisk Ultimate, Wired]', '2353'), (15461, '0088', 'Gaming Mouse [Basilisk Ultimate, Wireless, Receiver]', '2353'), (15462, '008a', 'RZ01-0325, Gaming Mouse [Viper Mini]', '2353'), (15463, '0101', 'Copperhead Mouse', '2353'), (15464, '0102', 'Tarantula Keyboard', '2353'), (15465, '0103', 'Gaming Keyboard [Reclusa]', '2353'), (15466, '0105', 'Gaming Keyboard [ProType]', '2353'), (15467, '0106', 'Gaming Keyboard [ProType]', '2353'), (15468, '0109', 'Lycosa Keyboard', '2353'), (15469, '010b', 'Gaming Keyboard [Arctosa]', '2353'), (15470, '010d', 'BlackWidow Ultimate 2012', '2353'), (15471, '010e', 'BlackWidow Classic (Alternate)', '2353'), (15472, '010f', 'Anansi', '2353'), (15473, '0110', 'Cyclosa', '2353'), (15474, '0111', 'Nostromo', '2353'), (15475, '0113', 'RZ07-0074 Gaming Keypad [Orbweaver]', '2353'), (15476, '0114', 'DeathStalker Ultimate', '2353'), (15477, '0116', 'Blade Pro (2015)', '2353'), (15478, '0118', 'RZ03-0080, Gaming Keyboard [Deathstalker Essential]', '2353'), (15479, '0119', 'Gaming Keyboard [Lycosa]', '2353'), (15480, '011a', 'BlackWidow Ultimate 2013', '2353'), (15481, '011b', 'BlackWidow Classic', '2353'), (15482, '011c', 'BlackWidow Tournament Edition Stealth', '2353'), (15483, '011d', 'Blade 2013', '2353'), (15484, '011e', 'Gaming Keyboard Dock [Edge Keyboard Dock]', '2353'), (15485, '011f', 'Deathstalker Essential 2014', '2353'), (15486, '0200', 'Gaming Keyboard [Reclusa]', '2353'), (15487, '0201', 'Tartarus', '2353'), (15488, '0202', 'DeathStalker Expert', '2353'), (15489, '0203', 'BlackWidow Chroma', '2353'), (15490, '0204', 'DeathStalker Chroma', '2353'), (15491, '0205', 'Blade Stealth', '2353'), (15492, '0207', 'Orbweaver Chroma keypad', '2353'), (15493, '0208', 'Tartarus Chroma', '2353'), (15494, '0209', 'BlackWidow Tournament Edition Chroma', '2353'), (15495, '020d', 'Cynosa Pro keyboard (Cynosa Pro Bundle)', '2353'), (15496, '020f', 'Blade QHD', '2353'), (15497, '0210', 'Blade Pro (Late 2016)', '2353'), (15498, '0211', 'BlackWidow Chroma (Overwatch)', '2353'), (15499, '0214', 'BlackWidow Ultimate 2016', '2353'), (15500, '0215', 'Core', '2353'), (15501, '0216', 'BlackWidow X Chroma', '2353'), (15502, '0217', 'BlackWidow X Ultimate', '2353'), (15503, '021a', 'BlackWidow X Tournament Edition Chroma', '2353'), (15504, '021b', 'Gaming Keyboard [BlackWidow X Tournament Edition]', '2353'), (15505, '021e', 'Ornata Chroma', '2353'), (15506, '021f', 'Ornata', '2353'), (15507, '0220', 'Blade Stealth (2016)', '2353'), (15508, '0221', 'RZ03-0203 Gaming Keyboard [BlackWidow Chroma V2]', '2353'), (15509, '0224', 'Blade (Late 2016)', '2353'), (15510, '0225', 'Blade Pro (2017)', '2353'), (15511, '0226', 'Huntsman Elite', '2353'), (15512, '0227', 'Huntsman', '2353'), (15513, '0228', 'BlackWidow Elite', '2353'), (15514, '022a', 'Cynosa Chroma', '2353'), (15515, '022b', 'Tartarus V2', '2353'), (15516, '022c', 'Cynosa Chroma Pro', '2353'), (15517, '022d', 'Blade Stealth (Mid 2017)', '2353'), (15518, '022f', 'Blade Pro FullHD (2017)', '2353'), (15519, '0232', 'Blade Stealth (Late 2017)', '2353'), (15520, '0233', 'Blade 15 (2018)', '2353'), (15521, '0234', 'Blade Pro 17 (2019)', '2353'), (15522, '0235', 'BlackWidow Lite (2018)', '2353'), (15523, '0237', 'BlackWidow Essential', '2353'), (15524, '0239', 'Blade Stealth (2019)', '2353'), (15525, '023a', 'Blade 15 (2019) Advanced', '2353'), (15526, '023b', 'Blade 15 (2018) Base Model', '2353'), (15527, '023f', 'RZ03-0274 Gaming Keyboard [Cynosa Lite]', '2353'), (15528, '0240', 'Blade 15 (2018) Mercury', '2353'), (15529, '0241', 'BlackWidow (2019)', '2353'), (15530, '0243', 'Huntsman Tournament Edition', '2353'), (15531, '0244', 'RZ07-0311 Gaming Keypad [Tartarus Pro]', '2353'), (15532, '0245', 'Blade 15 (Mid 2019) Mercury', '2353'), (15533, '0246', 'Blade 15 (Mid 2019) Base Model', '2353'), (15534, '024a', 'Blade Stealth (Late 2019)', '2353'), (15535, '024b', 'Gaming Laptop [Blade 15 Advanced (Late 2019)]', '2353'), (15536, '024c', 'Gaming Laptop [Blade Pro (Late 2019)]', '2353'), (15537, '024d', 'Blade 15 Studio Edition (2019)', '2353'), (15538, '0253', 'RZ09-0330, Gaming Laptop [Blade 15 Advanced (Early 2020)]', '2353'), (15539, '0255', 'RZ09-0328, Gaming Laptop [Blade 15 Base Model (2020)]', '2353'), (15540, '0256', 'RZ09--0329, Gaming Laptop [Blade Pro 17 Full HD (2020)]', '2353'), (15541, '025d', 'RZ03-0338, Gaming Keyboard [Ornata V2]', '2353'), (15542, '0300', 'RZ06-0063 Motion Sensing Controllers [Hydra]', '2353'), (15543, '0401', 'Gaming Arcade Stick [Panthera]', '2353'), (15544, '0501', 'Kraken 7.1', '2353'), (15545, '0502', 'Gaming Headset [Kraken USB]', '2353'), (15546, '0504', 'Kraken 7.1 Chroma', '2353'), (15547, '0506', 'Kraken 7.1 (Alternate Version)', '2353'), (15548, '0510', 'Kraken 7.1 V2', '2353'), (15549, '0511', 'RZ19-0229 Gaming Microphone', '2353'), (15550, '0514', 'Electra V2 USB', '2353'), (15551, '0517', 'Nommo Chroma', '2353'), (15552, '0518', 'Nommo Pro', '2353'), (15553, '051a', 'Nari Ultimate', '2353'), (15554, '051c', 'Nari (Wireless)', '2353'), (15555, '051d', 'Nari (Wired)', '2353'), (15556, '051e', 'RC30-026902, Gaming Headset [Nari Essential, Wireless, Receiver]', '2353'), (15557, '051f', 'RC30-026901, Gaming Headset [Nari Essential, Wired]', '2353'), (15558, '0520', 'Kraken Tournament Edition', '2353'), (15559, '0521', 'Kraken Kitty Edition', '2353'), (15560, '0527', 'RZ04-0318 Gaming Headset [Kraken Ultimate]', '2353'), (15561, '0904', 'R201-0282 Gaming Keyboard, Mouse Combination [Turret For Xbox One]', '2353'), (15562, '0a00', 'Atrox Arcade Stick for Xbox One', '2353'), (15563, '0a02', 'ManO\'War', '2353'), (15564, '0a03', 'Wildcat', '2353'), (15565, '0a15', 'RZ06-0199, Gaming Controller [Wolverine Tournament Edition]', '2353'), (15566, '0c00', 'RZ02-0135 Hard Gaming Mouse Mat [Firefly]', '2353'), (15567, '0c01', 'Goliathus', '2353'), (15568, '0c02', 'Goliathus Extended', '2353'), (15569, '0c04', 'Firefly V2', '2353'), (15570, '0e03', 'Gaming Webcam [Kiyo]', '2353'), (15571, '0f03', 'Tiamat 7.1 V2', '2353'), (15572, '0f07', 'Chroma Mug Holder', '2353'), (15573, '0f08', 'Base Station Chroma', '2353'), (15574, '0f09', 'Chroma HDK', '2353'), (15575, '0f0d', 'Laptop Stand Chroma', '2353'), (15576, '0f13', 'Lian Li O11 Dynamic Razer Edition', '2353'), (15577, '0f1a', 'Core X Chroma', '2353'), (15578, '1000', 'Gaming Controller [Raiju]', '2353'), (15579, '1004', 'Gaming Controller [Raiju Ultimate Wired]', '2353'), (15580, '1007', 'Gaming Controller [Raiju 2 Tournament Edition (USB)]', '2353'), (15581, '1008', 'Gaming Flightstick [Panthera Evo]', '2353'), (15582, '1009', 'Gaming Controller [Raiju 2 Ultimate Edition (BT)]', '2353'), (15583, '100a', 'Gaming Controller [Raiju 2 Tournament Edition (BT)]', '2353'), (15584, '110d', 'Bootloader (Alternate)', '2353'), (15585, '800e', 'Bootloader', '2353'), (15586, '1181', 'Cinergy S2 PCIe Dual Port 1', '2354'), (15587, '1182', 'Cinergy S2 PCIe Dual Port 2', '2354'), (15588, '01a4', 'Antaris 4', '2355'), (15589, '01a5', '[u-blox 5]', '2355'), (15590, '01a6', '[u-blox 6]', '2355'), (15591, '01a7', '[u-blox 7]', '2355'), (15592, '01a8', '[u-blox 8]', '2355'), (15593, '1102', 'LISA-U2', '2355'), (15594, '1000', 'SG-Lock[U2]', '2356'), (15595, '8180', 'CARD STAR/medic2', '2357'), (15596, '000f', 'Flash Drive', '2358'), (15597, '0010', 'USB 2.0 Flash Drive', '2358'), (15598, '0048', 'Flash Drive', '2358'), (15599, '004d', '8 GB Flash Drive', '2358'), (15600, '0053', 'Flash Drive', '2358'), (15601, '0057', '32GB Micro Slide Attache Flash Drive', '2358'), (15602, '005b', 'Flash Drive', '2358'), (15603, '0062', 'Flash Drive', '2358'), (15604, '007a', 'Classic Attache Flash Drive', '2358'), (15605, '5408', '2.5in drive enclosure', '2358'), (15606, '6000', 'Flash Drive', '2358'), (15607, '6545', 'FD Device', '2358'), (15608, 'fa05', 'Flash Drive', '2358'), (15609, '3000', 'Marantz RC9001 Remote Control', '2360'), (15610, '5010', 'PV-D231U(RN)-F [PixelView PlayTV SBTVD Full-Seg]', '2362'), (15611, '0002', 'model 01 WiFi interface', '2363'), (15612, '0003', 'model 01 Bluetooth interface', '2363'), (15613, '0a80', 'Gobi Wireless Modem (QDL mode)', '2363'), (15614, '7720', 'model 01+ Ethernet', '2363'), (15615, '8150', 'model 01 Ethernet interface', '2363'), (15616, '3006', 'TEW-444UB EU [TRENDnet]', '2368'), (15617, '3007', 'TEW-444UB EU (no firmware)', '2368'), (15618, '300a', 'TEW-429UB 802.11bg', '2368'), (15619, '300b', 'TEW-429UB 802.11bg', '2368'), (15620, '300c', 'TEW-429UF A1 802.11bg Wireless Adapter [ZyDAS ZD1211B]', '2368'), (15621, '300d', 'TEW-429UB C1 802.11bg', '2368'), (15622, '300e', 'SMC SMCWUSB-N 802.11bgn 2x2:2 Wireless Adapter [Ralink RT2870]', '2368'), (15623, '3012', 'TEW-604UB 802.11bg Wireless Adapter [Atheros AR5523]', '2368'), (15624, '3013', 'TEW-645UB 802.11bgn 1x2:2 Wireless Adapter [Ralink RT2770]', '2368'), (15625, '3204', 'Allnet ALL0298 v2 802.11bg', '2368'), (15626, '3205', 'Allnet ALL0283 [AR5523]', '2368'), (15627, '3206', 'Allnet ALL0283 [AR5523](no firmware)', '2368'), (15628, '3207', 'TEW-509UB A1 802.11abg Wireless Adapter [ZyDAS ZD1211]', '2368'), (15629, '3208', 'TEW-509UB 1.1R 802.11abg Wireless Adapter', '2368'), (15630, '6003', 'WL-430U 802.11bg', '2369'), (15631, '0820', 'SmartPocket Class Device', '2372'), (15632, '0038', '9S08JS Bootloader', '2374'), (15633, '003b', 'USB2CAN Application for ColdFire DEMOJM board', '2374'), (15634, '0041', 'i.MX51 SystemOnChip in RecoveryMode', '2374'), (15635, '0042', 'OSBDM - Debug Port', '2374'), (15636, '004e', 'i.MX53 SystemOnChip in RecoveryMode', '2374'), (15637, '004f', 'i.MX28 SystemOnChip in RecoveryMode', '2374'), (15638, '0052', 'i.MX50 SystemOnChip in RecoveryMode', '2374'), (15639, '0054', 'i.MX 6Dual/6Quad SystemOnChip in RecoveryMode', '2374'), (15640, '0061', 'i.MX 6Solo/6DualLite SystemOnChip in RecoveryMode', '2374'), (15641, '006a', 'Vybrid series SystemOnChip in RecoveryMode', '2374'), (15642, '0076', 'i.MX 7Solo/7Dual SystemOnChip in RecoveryMode', '2374'), (15643, '0080', 'i.MX 6ULL SystemOnChip in RecoveryMode', '2374'), (15644, '1000', 'AF9015/AF9035 DVB-T stick', '2375'), (15645, '1001', 'AF9015/AF9035 DVB-T stick', '2375'), (15646, '1336', 'SDHC/MicroSD/MMC/MS/M2/CF/XD Flash Card Reader', '2375'), (15647, '9015', 'AF9015 DVB-T USB2.0 stick', '2375'), (15648, '9016', 'AF9015 DVB-T USB2.0 stick', '2375'), (15649, '0002', 'SparkLAN WL-682 802.11bg Wireless Adapter [Intersil ISL3887]', '2377'), (15650, '0004', 'WUBR-177G [Ralink RT2571W]', '2377'), (15651, '0006', 'Wireless 11n USB Adapter', '2377'), (15652, '0010', '802.11n USB Wireless Card', '2377'), (15653, '0012', 'WUBR-208N 802.11abgn Wireless Adapter [Ralink RT2870]', '2377'), (15654, '002d', 'WLTUBA-107 [Yota 4G LTE]', '2377'), (15655, '0003', 'OpenOCD JTAG', '2380'), (15656, '0004', 'OpenOCD JTAG TINY', '2380'), (15657, '002a', 'ARM-USB-TINY-H JTAG interface', '2380'), (15658, '002b', 'ARM-USB-OCD-H JTAG+RS232', '2380'), (15659, '003c', 'TERES Keyboard+Touchpad', '2380'), (15660, '0001', '2M pixel Microscope Camera', '2381'), (15661, '0002', '3M pixel Microscope Camera', '2381'), (15662, '0003', '1.3M pixel Microscope Camera (mono)', '2381'), (15663, '0004', '1.3M pixel Microscope Camera (colour)', '2381'), (15664, '0005', '3M pixel Microscope Camera (Mk 2)', '2381'), (15665, '0006', '2M pixel Microscope Camera (with capture button)', '2381'), (15666, '0007', '3M pixel Microscope Camera (with capture button)', '2381'), (15667, '0008', '1.3M pixel Microscope Camera (colour, with capture button)', '2381'), (15668, '0009', '1.3M pixel Microscope Camera (colour, with capture button)', '2381'), (15669, '000a', '2M pixel Microscope Camera (Mk 2)', '2381'), (15670, '0010', '1.3M pixel "Tinycam"', '2381'), (15671, '0101', '3M pixel Microscope Camera', '2381'), (15672, '0036', 'LC16M VFD Display/IR Receiver', '2382'), (15673, '0038', 'GD01 MX LCD Display/IR Receiver', '2382'), (15674, '0042', 'Antec Veris Multimedia Station E-Z IR Receiver', '2382'), (15675, 'ffda', 'iMON PAD Remote Controller', '2382'), (15676, 'ffdc', 'iMON PAD Remote Controller', '2382'), (15677, '0008', 'WL532U 802.11g Adapter', '2383'), (15678, '1000', 'DigistimSP (cold)', '2384'), (15679, '1001', 'DigistimSP (warm)', '2384'), (15680, '1002', 'DigimapSP USB (cold)', '2384'), (15681, '1003', 'DigimapSP USB (warm)', '2384'), (15682, '1004', 'DigistimSP (cold)', '2384'), (15683, '1005', 'DigistimSP (warm)', '2384'), (15684, '1100', 'Odyssee (cold)', '2384'), (15685, '1101', 'Odyssee (warm)', '2384'), (15686, '1200', 'Digispy', '2384'), (15687, '3201', 'EVER EV-W100/EV-W250', '2385'), (15688, '00c3', 'Mini Optical Mouse', '2387'), (15689, '0101', 'MIDI Interface cable', '2387'), (15690, '1806', 'MIDI Interface cable', '2387'), (15691, '0a33', 'Optical Mouse', '2389'), (15692, '0a37', 'Mouse', '2389'), (15693, '0a41', 'MI-2540D [Optical mouse]', '2389'), (15694, '0a4c', 'USB+PS/2 Optical Mouse', '2389'), (15695, '0a4d', 'Optical Mouse', '2389'), (15696, '0a4e', 'AM-5400 [Optical Mouse]', '2389'), (15697, '0a4f', 'Optical Mouse', '2389'), (15698, '2007', 'RSA SecurID (R) Authenticator', '2392'), (15699, '0024', 'Mixtrack', '2393'), (15700, '003c', 'DJ2GO2 Touch', '2393'), (15701, '0140', 'ION VCR 2 PC / Video 2 PC', '2393'), (15702, '3f00', 'Power A Mini Pro Elite', '2393'), (15703, '3f0a', 'Airflo Wired Controller for Xbox 360', '2393'), (15704, '3f10', 'Batarang controller for Xbox 360', '2393'), (15705, '9100', 'NUB100 Ethernet [pegasus]', '2394'), (15706, '9110', '10/100 USB Ethernet', '2394'), (15707, '04ce', 'MemoryFrame MF-570', '2395'), (15708, '1968', 'MemoryFrame MF-570', '2395'), (15709, '1969', 'Digital Frame', '2395'), (15710, '0001', 'HanfTek UMT-010 USB2.0 DVB-T (cold)', '2397'), (15711, '0025', 'HanfTek UMT-010 USB2.0 DVB-T (warm)', '2397'), (15712, '0131', 'Astrometa DVB-T/T2/C FM & DAB receiver [RTL2832P]', '2397'), (15713, '0135', 'Astrometa T2hybrid', '2397'), (15714, '10c0', 'Dell Integrated Hub', '2398'), (15715, '8000', 'US-428 Audio/Midi Controller (without fw)', '2398'), (15716, '8001', 'US-428 Audio/Midi Controller', '2398'), (15717, '8004', 'US-224 Audio/Midi Controller (without fw)', '2398'), (15718, '8005', 'US-224 Audio/Midi Controller', '2398'), (15719, '8006', 'US-122 Audio/Midi Interface (without fw)', '2398'), (15720, '8007', 'US-122 Audio/Midi Interface', '2398'), (15721, '0001', 'DIO-32 (No Firmware Yet)', '2399'), (15722, '0002', 'USB-DIO-48 (No Firmware Yet)', '2399'), (15723, '0003', 'USB-DIO-96 (No Firmware Yet)', '2399'), (15724, '0004', 'USB-DIO-32I (No Firmware Yet)', '2399'), (15725, '0005', 'USB-DIO24 (based on -CTR6) (No Firmware Yet)', '2399'), (15726, '0006', 'USB-DIO24-CTR6 (No Firmware Yet)', '2399'), (15727, '0002', 'Astra 1236U Scanner', '2400'), (15728, '0010', 'Astra 1220U', '2400'), (15729, '0030', 'Astra 1600U/2000U', '2400'), (15730, '0050', 'Scanner', '2400'), (15731, '0060', 'Astra 3400/3450', '2400'), (15732, '0070', 'Astra 4400/4450', '2400'), (15733, '0130', 'Astra 2100U', '2400'), (15734, '0160', 'Astra 5400U', '2400'), (15735, '0170', 'Uniscan D50', '2400'), (15736, '0230', 'Astra 2200/2200SU', '2400'), (15737, '0350', 'Astra 4800/4850 Scanner', '2400'), (15738, '1030', 'Astra 4000U', '2400'), (15739, '1220', 'Genesys Logic Scanner Controller NT5.0', '2400'), (15740, '2010', 'AstraCam Digital Camera', '2400'), (15741, '2020', 'AstraCam 1000', '2400'), (15742, '2030', 'AstraCam 1800 Digital Camera', '2400'), (15743, '0001', 'EdgePort/4 Serial Port', '2401'), (15744, '0002', 'Edgeport/8', '2401'), (15745, '0003', 'Rapidport/4', '2401'), (15746, '0004', 'Edgeport/4', '2401'), (15747, '0005', 'Edgeport/2', '2401'), (15748, '0006', 'Edgeport/4i', '2401'), (15749, '0007', 'Edgeport/2i', '2401'), (15750, '0008', 'Edgeport/8', '2401'), (15751, '000c', 'Edgeport/421', '2401'), (15752, '000d', 'Edgeport/21', '2401'), (15753, '000e', 'Edgeport/4', '2401'), (15754, '000f', 'Edgeport/8', '2401'), (15755, '0010', 'Edgeport/2', '2401'), (15756, '0011', 'Edgeport/4', '2401'), (15757, '0012', 'Edgeport/416', '2401'), (15758, '0014', 'Edgeport/8i', '2401'), (15759, '0018', 'Edgeport/412', '2401'), (15760, '0019', 'Edgeport/412', '2401'), (15761, '001a', 'Edgeport/2+2i', '2401'), (15762, '0101', 'Edgeport/4', '2401'), (15763, '0105', 'Edgeport/2', '2401'), (15764, '0106', 'Edgeport/4i', '2401'), (15765, '0107', 'Edgeport/2i', '2401'), (15766, '010c', 'Edgeport/421', '2401'), (15767, '010d', 'Edgeport/21', '2401'), (15768, '0110', 'Edgeport/2', '2401'), (15769, '0111', 'Edgeport/4', '2401'), (15770, '0112', 'Edgeport/416', '2401'), (15771, '0114', 'Edgeport/8i', '2401'), (15772, '0201', 'Edgeport/4', '2401'), (15773, '0203', 'Rapidport/4', '2401'), (15774, '0204', 'Edgeport/4', '2401'), (15775, '0205', 'Edgeport/2', '2401'), (15776, '0206', 'Edgeport/4i', '2401'), (15777, '0207', 'Edgeport/2i', '2401'), (15778, '020c', 'Edgeport/421', '2401'), (15779, '020d', 'Edgeport/21', '2401'), (15780, '020e', 'Edgeport/4', '2401'), (15781, '020f', 'Edgeport/8', '2401'), (15782, '0210', 'Edgeport/2', '2401'), (15783, '0211', 'Edgeport/4', '2401'), (15784, '0212', 'Edgeport/416', '2401'), (15785, '0214', 'Edgeport/8i', '2401'), (15786, '0215', 'Edgeport/1', '2401'), (15787, '0216', 'EPOS/44', '2401'), (15788, '0217', 'Edgeport/42', '2401'), (15789, '021a', 'Edgeport/2+2i', '2401'), (15790, '021b', 'Edgeport/2c', '2401'), (15791, '021c', 'Edgeport/221c', '2401'), (15792, '021d', 'Edgeport/22c', '2401'), (15793, '021e', 'Edgeport/21c', '2401'), (15794, '021f', 'Edgeport/62', '2401'), (15795, '0240', 'Edgeport/1', '2401'), (15796, '0241', 'Edgeport/1i', '2401'), (15797, '0242', 'Edgeport/4s', '2401'), (15798, '0243', 'Edgeport/8s', '2401'), (15799, '0244', 'Edgeport/8', '2401'), (15800, '0245', 'Edgeport/22c', '2401'), (15801, '0301', 'Watchport/P', '2401'), (15802, '0302', 'Watchport/M', '2401'), (15803, '0303', 'Watchport/W', '2401'), (15804, '0304', 'Watchport/T', '2401'), (15805, '0305', 'Watchport/H', '2401'), (15806, '0306', 'Watchport/E', '2401'), (15807, '0307', 'Watchport/L', '2401'), (15808, '0308', 'Watchport/R', '2401'), (15809, '0309', 'Watchport/A', '2401'), (15810, '030a', 'Watchport/D', '2401'), (15811, '030b', 'Watchport/D', '2401'), (15812, '030c', 'Power Management Port', '2401'), (15813, '030e', 'Power Management Port', '2401'), (15814, '030f', 'Watchport/G', '2401'), (15815, '0310', 'Watchport/Tc', '2401'), (15816, '0311', 'Watchport/Hc', '2401'), (15817, '1403', 'MultiTech Systems MT4X56 Modem', '2401'), (15818, '1a17', 'Agilent Technologies (E6473)', '2401'), (15819, '3184', 'VIA VNT-6656 [WiFi 802.11b/g USB Dongle]', '2402'), (15820, '0001', 'E2USBKey', '2403'), (15821, '0404', 'WMA9109 UMTS Phone', '2404'), (15822, '0600', 'Vodafone VDA GPS / Toschiba Protege G710', '2404'), (15823, '0804', 'WP-S1 Phone', '2404'), (15824, '2002', 'NVX-P1 Personal Navigation System', '2405'), (15825, '0002', 'DTC-02U [Digi Touch Controller]', '2407'), (15826, '0005', '802.11g Wireless Adapter [Intersil ISL3886]', '2412'), (15827, '0011', 'PC Port 10 Mps Adapter', '2412'), (15828, 'ff81', '802.11b Wireless Adapter [Lucent/Agere Hermes I]', '2412'), (15829, '6200', 'GWUSB2E', '2413'), (15830, 'c019', 'RT2573', '2413'), (15831, '4510', 'ASC1553', '2414'), (15832, '4520', 'ASC429', '2414'), (15833, '4560', 'ASC-FDX', '2414'), (15834, '0001', '1S Serial Port', '2415'), (15835, '0002', '2S Serial Port', '2415'), (15836, '0003', '1S25 Serial Port', '2415'), (15837, '0004', '4S Serial Port', '2415'), (15838, '0005', 'E45 Ethernet [klsi]', '2415'), (15839, '0006', 'Parallel Port', '2415'), (15840, '0007', 'U1-SC25 SCSI', '2415'), (15841, '0008', 'Ethernet', '2415'), (15842, '0016', 'Bi-directional to Parallel Printer Converter', '2415'), (15843, '0080', '1 port to Serial Converter', '2415'), (15844, '0081', '1 port to Serial Converter', '2415'), (15845, '0093', '1S9 Serial Port', '2415'), (15846, '8000', 'EZ-USB', '2415'), (15847, '8001', '1 port to Serial', '2415'), (15848, '8002', '2x Serial Port', '2415'), (15849, '8003', '1 port to Serial', '2415'), (15850, '8004', '2U4S serial/usb hub', '2415'), (15851, '8005', 'Ethernet', '2415'), (15852, '8080', '1 port to Serial', '2415'), (15853, '8081', '1 port to Serial', '2415'), (15854, '8093', 'PortGear Serial Port', '2415'), (15855, '0102', 'uDART In-Circuit Debugger', '2416'), (15856, '0200', 'SpYder USBSPYDER08', '2416'), (15857, '0101', 'mvBlueFOX camera (no firmware)', '2418'), (15858, '0103', 'mvBlueFOX camera', '2418'), (15859, '0201', 'mvBlueLYNX-X intelligent camera (bootloader)', '2418'), (15860, '0203', 'mvBlueLYNX-X intelligent camera', '2418'), (15861, '3150', 'SIS3150 USB2.0 to VME interface', '2419'), (15862, '8101', 'Tranzport Control Surface', '2420'), (15863, 'fad1', 'Alphatrack Control Surface', '2420'), (15864, '0002', 'Serial Adapter', '2421'), (15865, '0006', 'FT232 [ICS adapter HS]', '2421'), (15866, '0008', 'FT232 [Dual adapter HS]', '2421'), (15867, '0005', 'PCR330A RFID Reader (125 kHz, keyboard emulation)', '2423'), (15868, '0009', 'Gateway', '2424'), (15869, '0333', 'Modem', '2424'), (15870, '0358', 'InternetPhoneWizard', '2424'), (15871, '0405', 'Gateway', '2424'), (15872, '0408', 'Prism2.5 802.11b Adapter', '2424'), (15873, '0413', 'Gateway', '2424'), (15874, '0421', 'Prism2.5 802.11b Adapter', '2424'), (15875, '0441', 'IBM Integrated Bluetooth II', '2424'), (15876, '0500', 'BTM200B BlueTooth Adapter', '2424'), (15877, '1050', '802UIG-1 802.11g Wireless Mini Adapter [Intersil ISL3887]', '2424'), (15878, '1200', '802AIN Wireless N Network Adapter [Atheros AR9170+AR9101]', '2424'), (15879, '1441', 'IBM Integrated Bluetooth II', '2424'), (15880, '2441', 'BMDC-2 IBM Bluetooth III w.56k', '2424'), (15881, '3441', 'IBM Integrated Bluetooth III', '2424'), (15882, '6010', 'Gateway', '2424'), (15883, '6097', '802.11b Wireless Adapter', '2424'), (15884, '6106', '802UI3(B) 802.11b Wireless Adapter [Intersil PRISM 3]', '2424'), (15885, '7605', 'UAT1 Wireless Ethernet Adapter', '2424'), (15886, '1001', 'uLan2USB Converter - PS1 protocol', '2425'), (15887, '0101', 'C-Bus Multi-room Audio Matrix Switcher', '2426'), (15888, '0201', 'C-Bus Pascal Automation Controller', '2426'), (15889, '0301', 'C-Bus Wireless PC Interface', '2426'), (15890, '0303', 'C-Bus interface', '2426'), (15891, '0304', 'C-Bus Black and White Touchscreen', '2426'), (15892, '0305', 'C-Bus Spectrum Colour Touchscreen', '2426'), (15893, '0401', 'C-Bus Architectural Dimmer', '2426'), (15894, '0103', 'Token', '2427'), (15895, '2001', 'Beagle Protocol Analyzer', '2428'), (15896, '2002', 'Cheetah SPI Host Adapter', '2428'), (15897, '2009', 'Flip Ultra U1120', '2429'), (15898, 'a332', 'DVB-T Dongle [RTL2832U]', '2430'), (15899, '0001', 'Tuner\'s Dashboard', '2431'), (15900, '0002', 'DocuBrain(R) Tubachron', '2431'), (15901, '0003', 'DocuBrain(R) I2C', '2431'), (15902, '0004', 'DocuBrain(R) WWVB Receiver', '2431'), (15903, '0005', 'DocuBrain(R) WWVB Transmitter', '2431'), (15904, '0200', 'Infrared adapter', '2434'), (15905, '0045', 'Handy Recorder stereo mix', '2435'), (15906, '01c0', 'Zoom Handy Recorder card reader', '2435'), (15907, '01c5', 'Zoom Handy Recorder multi track', '2435'), (15908, '03d5', 'LiveTrak L-12', '2435'), (15909, '5289', 'FlashDisk', '2436'), (15910, '6211', 'FlashDisk', '2436'), (15911, '6213', 'FlashDisk', '2436'), (15912, 'fd00', 'Onza Tournament Edition controller', '2438'), (15913, 'fd01', 'Onza Classic Edition', '2438'), (15914, 'fe00', 'Sabertooth Elite', '2438'), (15915, '0001', 'AR5523', '2439'), (15916, '0002', 'AR5523 (no firmware)', '2439'), (15917, '0001', 'Arcaze Gamepad', '2440'), (15918, '0101', 'Creative Modem Blaster DE5670', '2440'), (15919, '0102', 'V1456 VQE-R2 Modem [conexant]', '2440'), (15920, '0103', '1456 VQE-R3 Modem [conexant]', '2440'), (15921, '0104', 'HCF V90 Data Fax RTAD Modem', '2440'), (15922, '0107', 'HCF V.90 Data,Fax,RTAD Modem', '2440'), (15923, '0109', 'MagicXpress V.90 Pocket Modem [conexant]', '2440'), (15924, '0203', 'Voyager ADSL Modem Loader', '2440'), (15925, '0204', 'Voyager ADSL Modem', '2440'), (15926, '0205', 'DSL Modem', '2440'), (15927, '0206', 'GlobeSpan ADSL WAN Modem', '2440'), (15928, '0208', 'DSL Modem', '2440'), (15929, '0209', 'Voyager 100 ADSL Modem', '2440'), (15930, '0211', 'Globespan Virata ADSL LAN Modem', '2440'), (15931, '0212', 'DSL Modem', '2440'), (15932, '0213', 'HM121d DSL Modem', '2440'), (15933, '0214', 'HM121d DSL Modem', '2440'), (15934, '0215', 'Voyager 105 ADSL Modem', '2440'), (15935, '0701', 'WLAN', '2440'), (15936, '0710', 'SMCWUSBT-G', '2440'), (15937, '0711', 'SMCWUSBT-G (no firmware)', '2440'), (15938, '0712', 'AR5523', '2440'), (15939, '0713', 'AR5523 (no firmware)', '2440'), (15940, '0715', 'Name: Voyager 1055 Laptop 802.11g Adapter [Broadcom 4320]', '2440'), (15941, '0722', 'RT2573', '2440'), (15942, '0726', 'Wi-Fi Wireless LAN Adapter', '2440'), (15943, '0740', '802.11n Wireless LAN Card', '2440'), (15944, '0901', 'Voyager 205 ADSL Router', '2440'), (15945, '2000', 'naturaSign Pad Standard', '2440'), (15946, '2001', 'naturaSign Pad Standard', '2440'), (15947, 'fe12', 'Bootloader', '2440'), (15948, '3000', 'VTG-3xxx Video Test Generator family', '2444'), (15949, '4000', 'VTG-4xxx Video Test Generator family', '2444'), (15950, '5000', 'VTG-5xxx Video Test Generator family', '2444'), (15951, '5001', 'VTG-5xxx Special (update) mode of VTG-5xxx family', '2444'), (15952, '7801', 'AR5523', '2445'), (15953, '7802', 'AR5523 (no firmware)', '2445'), (15954, '7811', 'AR5523', '2445'), (15955, '7812', 'AR5523 (no firmware)', '2445'), (15956, '0801', 'U43', '2447'), (15957, '0002', 'Otto driving companion', '2448'), (15958, '03e8', 'free for internal lab use 1000', '2449'), (15959, '03e9', 'free for internal lab use 1001', '2449'), (15960, '03ea', 'free for internal lab use 1002', '2449'), (15961, '03eb', 'free for internal lab use 1003', '2449'), (15962, '03ec', 'free for internal lab use 1004', '2449'), (15963, '03ed', 'free for internal lab use 1005', '2449'), (15964, '03ee', 'free for internal lab use 1006', '2449'), (15965, '03ef', 'free for internal lab use 1007', '2449'), (15966, '03f0', 'free for internal lab use 1008', '2449'), (15967, '03f1', 'free for internal lab use 1009', '2449'), (15968, '0477', 'Teensy Rebootor', '2449'), (15969, '0478', 'Teensy Halfkay Bootloader', '2449'), (15970, '0479', 'Teensy Debug', '2449'), (15971, '047a', 'Teensy Serial', '2449'), (15972, '047b', 'Teensy Serial+Debug', '2449'), (15973, '047c', 'Teensy Keyboard', '2449'), (15974, '047d', 'Teensy Keyboard+Debug', '2449'), (15975, '047e', 'Teensy Mouse', '2449'), (15976, '047f', 'Teensy Mouse+Debug', '2449'), (15977, '0480', 'Teensy RawHID', '2449'), (15978, '0481', 'Teensy RawHID+Debug', '2449'), (15979, '0482', 'Teensyduino Keyboard+Mouse+Joystick', '2449'), (15980, '0483', 'Teensyduino Serial', '2449'), (15981, '0484', 'Teensyduino Disk', '2449'), (15982, '0485', 'Teensyduino MIDI', '2449'), (15983, '0486', 'Teensyduino RawHID', '2449'), (15984, '0487', 'Teensyduino Serial+Keyboard+Mouse+Joystick', '2449'), (15985, '0488', 'Teensyduino Flight Sim Controls', '2449'), (15986, '05b5', 'BU0836', '2449'), (15987, '05dc', 'shared ID for use with libusb', '2449'), (15988, '05dd', 'BlackcatUSB2', '2449'), (15989, '05de', 'Flashcat', '2449'), (15990, '05df', 'HID device except mice, keyboards, and joysticks', '2449'), (15991, '05e1', 'Free shared USB VID/PID pair for CDC devices', '2449'), (15992, '05e4', 'Free shared USB VID/PID pair for MIDI devices', '2449'), (15993, '06b4', 'USB2LPT with 2 interfaces', '2449'), (15994, '06b5', 'USB2LPT with 3 interfaces (native, HID, printer)', '2449'), (15995, '074e', 'DSP-Weuffen USB-HPI-Programmer', '2449'), (15996, '074f', 'DSP-Weuffen USB2-HPI-Programmer', '2449'), (15997, '0762', 'Osmocom SIMtrace', '2449'), (15998, '076b', 'OpenPCD 13.56MHz RFID Reader', '2449'), (15999, '076c', 'OpenPICC 13.56MHz RFID Simulator (native)', '2449'), (16000, '08ac', 'OpenBeacon USB stick', '2449'), (16001, '08ca', 'Alpermann+Velte Universal Display', '2449'), (16002, '08cb', 'Alpermann+Velte Studio Clock', '2449'), (16003, '08cc', 'Alpermann+Velte SAM7S MT Boot Loader', '2449'), (16004, '08cd', 'Alpermann+Velte SAM7X MT Boot Loader', '2449'), (16005, '09ce', 'LINKUSB', '2449'), (16006, '0a32', 'jbmedia Light-Manager Pro', '2449'), (16007, '27d8', 'libusb-bound devices', '2449'), (16008, '27d9', 'HID device except mice, keyboards, and joysticks', '2449'), (16009, '27da', 'Mouse', '2449'), (16010, '27db', 'Keyboard', '2449'), (16011, '27dc', 'Joystick', '2449'), (16012, '27dd', 'CDC-ACM class devices (modems)', '2449'), (16013, '27de', 'MIDI class devices', '2449'), (16014, '294a', 'Eye Movement Recorder [Visagraph]', '2449'), (16015, '294b', 'Eye Movement Recorder [ReadAlyzer]', '2449'), (16016, '1502', 'Bluetooth Dongle', '2450'), (16017, '0436', 'Xylanta Ltd, XSP Device', '2452'), (16018, '0498', 'Braintechnology USB-LPS', '2452'), (16019, '0504', 'RETRO Innovations ZoomFloppy', '2452'), (16020, '054b', 'GrauTec ReelBox OLED Display (external)', '2452'), (16021, '05be', 'EasyLogic Board', '2452'), (16022, '05f0', 'Superior Freedom Programmable IR Remote', '2452'), (16023, '06cc', 'Trinamic TMCM-3110', '2452'), (16024, '06f0', 'Axium AX-R4C Controller', '2452'), (16025, '06f1', 'Axium AX-R1D Controller', '2452'), (16026, '06f9', 'Gabotronics Xminilab', '2452'), (16027, '0726', 'Autonomic M400 Amplifier', '2452'), (16028, '0727', 'Autonomic M800 Amplifier', '2452'), (16029, '0753', 'Digistump DigiSpark', '2452'), (16030, '075c', 'AB-1.x UAC1 [Audio Widget]', '2452'), (16031, '075d', 'AB-1.x UAC2 [Audio Widget]', '2452'), (16032, '07cc', 'Xylanta Ltd, Saint3 Device', '2452'), (16033, '07f8', 'Axium AX-R4D Controller', '2452'), (16034, '080a', 'S2E1 Interface', '2452'), (16035, '0830', 'DMXControl Projects e.V., Nodle U1', '2452'), (16036, '0831', 'DMXControl Projects e.V., Desklamp', '2452'), (16037, '0832', 'DMXControl Projects e.V., Nodle U2', '2452'), (16038, '0833', 'DMXControl Projects e.V., Nodle R4S', '2452'), (16039, '0870', 'Kaufmann Automotive GmbH, RKS+CAN Interface', '2452'), (16040, '09f2', 'Axium AX-1250 Amplifier', '2452'), (16041, '09f4', 'Axium AX-Mini4 Amplifier', '2452'), (16042, '0b03', 'AIS Receiver [dAISy]', '2452'), (16043, '0b7d', 'Autonomic M801 Amplifier', '2452'), (16044, '0b7e', 'Autonomic M401 Amplifier', '2452'), (16045, '0b7f', 'Autonomic M120e Amplifier', '2452'), (16046, '0bd4', 'codesrc SCSI2SD', '2452'), (16047, '0c9b', 'Fermium LABS srl/LabTrek srl Hall Effect Apparatus', '2452'), (16048, '0d3c', 'InputStick BT4.0', '2452'), (16049, '0e1e', 'AtomMiner', '2452'), (16050, '0401', 'SUP-SFR400(A) BioMini Fingerprint Reader', '2453'), (16051, '6202', 'CDMA/UMTS/GPRS modem', '2455'), (16052, '6501', 'CDMA 2000 1xRTT/EV-DO Modem', '2455'), (16053, '6502', 'CDMA/UMTS/GPRS modem', '2455'), (16054, '6603', 'ADU-890WH modem', '2455'), (16055, '8000', 'GDP-04 desktop phone', '2456'), (16056, '8001', 'EYE-02', '2456'), (16057, '8003', 'GDP-04 modem', '2456'), (16058, '8004', 'Bootloader', '2456'), (16059, '8005', 'GDP-04i', '2456'), (16060, '8007', 'BTP-06 modem', '2456'), (16061, '5141', 'CMOTECH CDMA Technologies modem', '2457'), (16062, '5533', 'CCU-550 CDMA EV-DO modem', '2457'), (16063, '5543', 'CDMA 2000 1xRTT/1xEVDO modem', '2457'), (16064, '6280', 'CMOTECH CDMA Technologies modem', '2457'), (16065, '6803', 'CNU-680 CDMA EV-DO modem', '2457'), (16066, '8001', 'Gobi 2000 Wireless Modem (QDL mode)', '2457'), (16067, '8002', 'Gobi 2000 Wireless Modem', '2457'), (16068, '0001', 'CC', '2458'), (16069, '000b', 'VM', '2458'), (16070, '0010', 'PL512 Power Supply System', '2458'), (16071, '0011', 'MARATON Power Supply System', '2458'), (16072, '0012', 'MPOD Multi Channel Power Supply System', '2458'), (16073, '0015', 'CML Control, Measurement and Data Logging System', '2458'), (16074, '0001', 'Speedlink Programming Interface', '2461'), (16075, '0003', 'Airlink Wireless Programming Interface', '2461'), (16076, '0004', 'Accessory Programming Interface', '2461'), (16077, '0002', 'Encodeur', '2463'), (16078, '0011', 'MIDI-USB 1x1', '2466'), (16079, '0101', 'DFC-365FX camera', '2468'), (16080, '3020', 'IC80 HD Camera', '2468'), (16081, '0115', 'PAXcam5', '2469'), (16082, '1000', 'wireless modem', '2471'), (16083, '2000', 'wireless modem', '2471'), (16084, '3000', 'wireless modem', '2471'), (16085, '0022', 'Tablet', '2472'), (16086, '0024', 'Tablet', '2472'), (16087, '0025', 'Tablet', '2472'), (16088, '0026', 'Tablet', '2472'), (16089, '0031', 'Slim Tablet 12.1"', '2472'), (16090, '0032', 'Slim Tablet 5.8"', '2472'), (16091, '0034', 'Slim Tablet 12.1"', '2472'), (16092, '0038', 'Genius G-Pen F509', '2472'), (16093, '0500', 'Media Tablet 14.1"', '2472'), (16094, '0501', 'Media Tablet 10.6"', '2472'), (16095, '0502', 'Sirius Battery Free Tablet', '2472'), (16096, '0101', 'RF Wireless Optical Mouse OP-701', '2473'), (16097, '0039', 'USB1000 Gigabit Notebook Adapter', '2475'), (16098, '0070', 'WUSB100 v1 RangePlus Wireless Network Adapter [Ralink RT2870]', '2475'), (16099, '0071', 'WUSB600N v1 Dual-Band Wireless-N Network Adapter [Ralink RT2870]', '2475'), (16100, '0073', 'WUSB54GC v2 802.11g Adapter [Realtek RTL8187B]', '2475'), (16101, '0075', 'WUSB54GSC v2 802.11g Adapter [Broadcom 4326U]', '2475'), (16102, '0077', 'WUSB54GC v3 802.11g Adapter [Ralink RT2070L]', '2475'), (16103, '0078', 'WUSB100 v2 RangePlus Wireless Network Adapter [Ralink RT3070]', '2475'), (16104, '0079', 'WUSB600N v2 Dual-Band Wireless-N Network Adapter [Ralink RT3572]', '2475'), (16105, '2198', 'Accu-Chek Mobile', '2476'), (16106, '21ca', 'ACCU-CHEK Mobile Model U1', '2476'), (16107, '0002', 'GP-K7000 keyboard', '2477'), (16108, '0100', 'EUB1200AC AC1200 DB Wireless Adapter [Realtek RTL8812AU]', '2478'), (16109, '0600', 'EUB600v1 802.11abgn Wireless Adapter [Ralink RT3572]', '2478'), (16110, '0605', 'LevelOne WUA-0605 N_Max Wireless USB Adapter', '2478'), (16111, '0615', 'LevelOne WUA-0615 N_Max Wireless USB Adapter', '2478'), (16112, '1000', 'NUB-350 802.11g Wireless Adapter [Intersil ISL3887]', '2478'), (16113, '2000', 'NUB-8301 802.11bg', '2478'), (16114, '3701', 'EUB-3701 EXT 802.11g Wireless Adapter [Ralink RT2571W]', '2478'), (16115, '9603', 'RTL8188S WLAN Adapter', '2478'), (16116, '9701', 'EnGenius 802.11n Wireless USB Adapter', '2478'), (16117, '9702', 'EnGenius 802.11n Wireless USB Adapter', '2478'), (16118, '9703', 'EnGenius 802.11n Wireless USB Adapter', '2478'), (16119, '9705', 'EnGenius 802.11n Wireless USB Adapter', '2478'), (16120, '9706', 'EUB9706 802.11n Wireless Adapter [Ralink RT3072]', '2478'), (16121, '9801', 'EUB9801 802.11abgn Wireless Adapter [Ralink RT3572]', '2478'), (16122, '0101', 'Packet-Master USB12', '2480'), (16123, '07d1', 'Transcend ESD400 Portable SSD (USB 3.0)', '2481'), (16124, '1151', 'ASM1151W', '2481'), (16125, '1153', 'ASM1153 SATA 3Gb/s bridge', '2481'), (16126, '2074', 'ASM1074 High-Speed hub', '2481'), (16127, '3074', 'ASM1074 SuperSpeed hub', '2481'), (16128, '5106', 'ASM1051 SATA 3Gb/s bridge', '2481'), (16129, '5136', 'ASM1053 SATA 3Gb/s bridge', '2481'), (16130, '51d6', 'ASM1051W SATA 3Gb/s bridge', '2481'), (16131, '55aa', 'ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge', '2481'), (16132, '1105', 'SM-MS/Pro-MMC-XD Card Reader', '2482'), (16133, '110b', 'HP Webcam', '2482'), (16134, '1122', 'HP Webcam', '2482'), (16135, '1169', 'Lenovo EasyCamera', '2482'), (16136, '1403', 'Integrated Webcam', '2482'), (16137, '1404', 'USB Camera device, 1.3 MPixel Web Cam', '2482'), (16138, '1758', 'XYZ printing cameraR2', '2482'), (16139, '1759', 'XYZ printing cameraL2', '2482'), (16140, '5212', 'USB 2.0 UVC PC Camera', '2482'), (16141, '5a11', 'PC Camera', '2482'), (16142, '5a31', 'Sonix USB 2.0 Camera', '2482'), (16143, '5a35', 'Sonix 1.3MPixel USB 2.0 Camera', '2482'), (16144, '6a31', 'Web Cam - Asus A8J, F3S, F5R, VX2S, V1S', '2482'), (16145, '6a33', 'Web Cam - Asus F3SA, F9J, F9S', '2482'), (16146, '6a51', '2.0MPixel Web Cam - Asus Z96J, Z96S, S96S', '2482'), (16147, '6a54', 'Web Cam', '2482'), (16148, '6d51', '2.0Mpixel Web Cam - Eurocom D900C', '2482'), (16149, '8a12', 'Syntek 0.3MPixel USB 2.0 UVC PC Camera', '2482'), (16150, '8a33', 'Syntek USB 2.0 UVC PC Camera', '2482'), (16151, 'a311', '1.3MPixel Web Cam - Asus A3A, A6J, A6K, A6M, A6R, A6T, A6V, A7T, A7sv, A7U', '2482'), (16152, 'a312', '1.3MPixel Web Cam', '2482'), (16153, 'a821', 'Web Cam - Packard Bell BU45, PB Easynote MX66-208W', '2482'), (16154, 'aa11', 'Web Cam', '2482'), (16155, 'c901', 'PPC900 Pinpad Terminal', '2483'), (16156, '0006', 'DiviPitch', '2484'), (16157, '0b05', '802.11n Network Adapter (wrong ID - swapped vendor and device)', '2486'), (16158, 'ff00', 'steel series rgb keyboard', '2487'), (16159, '501c', '300K CMOS Camera', '2489'), (16160, '0003', 'MicroHAWK ID-20', '2490'), (16161, '0004', 'MM004V5 Photo Key Chain (Digital Photo Frame) 1.5"', '2491'), (16162, '0153', 'LW153 802.11n Adapter [ralink rt3070]', '2491'), (16163, '0154', 'LW154 802.11bgn (1x1:1) Wireless Adapter [Realtek RTL8188SU]', '2491'), (16164, '0313', 'LW313 802.11n Adapter [ralink rt2770 + rt2720]', '2491'), (16165, '07df', 'Axium AX-800DAV Amplifier', '2492'), (16166, '07e1', 'Axium AX-KPC Keypad', '2492'), (16167, '07e2', 'Axium AX-KPD Keypad', '2492'), (16168, '07e3', 'Axium AX-400DA Amplifier', '2492'), (16169, '083e', 'MetaGeek Wi-Spy', '2492'), (16170, '083f', 'MetaGeek Wi-Spy 2.4x', '2492'), (16171, '0938', 'Iguanaworks USB IR Transceiver', '2492'), (16172, '0941', 'qNimble Quark', '2492'), (16173, '0a96', 'raphnet.net usb_game12', '2492'), (16174, '0a97', 'raphnet.net SNES mouse adapter', '2492'), (16175, '0a98', 'raphnet.net USBTenki', '2492'), (16176, '0a99', 'raphnet.net NES', '2492'), (16177, '0a9a', 'raphnet.net Gamecube/N64 controller', '2492'), (16178, '0a9b', 'raphnet.net DB9Joy', '2492'), (16179, '0a9c', 'raphnet.net Intellivision', '2492'), (16180, '0a9d', 'raphnet.net 4nes4snes', '2492'), (16181, '0a9e', 'raphnet.net Megadrive multitap', '2492'), (16182, '0a9f', 'raphnet.net MultiDB9joy', '2492'), (16183, '0bad', 'Mantracourt Load Cell', '2492'), (16184, '0c30', 'Telldus TellStick', '2492'), (16185, '0c31', 'Telldus TellStick Duo', '2492'), (16186, '0c9f', 'USBtiny', '2492'), (16187, '1eef', 'OpenAPC SecuKey', '2492'), (16188, '1ef0', 'E1701 Modular Controller Card', '2492'), (16189, '1ef1', 'E1701 Modular Controller Card', '2492'), (16190, '1ef2', 'E1803 Compact Controller Card', '2492'), (16191, '3d00', 'F200n mobile phone', '2493'), (16192, '0001', 'eHome Infrared Transceiver', '2494'), (16193, '0004', 'RF Combo Device', '2494'), (16194, '0006', 'eHome Infrared Transceiver', '2494'), (16195, '0007', 'eHome Infrared Transceiver', '2494'), (16196, '0008', 'eHome Infrared Transceiver', '2494'), (16197, '000a', 'eHome Infrared Transceiver', '2494'), (16198, '0011', 'eHome Infrared Transceiver', '2494'), (16199, '0b05', 'CrossLink cable 2GB (wrong ID - swapped vendor and device)', '2497'), (16200, '7051', 'Belkin F5D7051 802.11g Adapter v1000 [Broadcom 4320]', '2500'), (16201, '8051', 'Belkin F5D8051 v2 802.11bgn Wireless Adapter [Marvell 88W8362]', '2500'), (16202, '0010', 'Internal Infrared Transceiver', '2501'), (16203, '0001', 'C01U condenser microphone', '2502'), (16204, '0002', 'Q1U dynamic microphone', '2502'), (16205, '0100', 'C03U multi-pattern microphone', '2502'), (16206, '0101', 'UB1 boundary microphone', '2502'), (16207, '0120', 'Meteorite condenser microphone', '2502'), (16208, '0130', 'Go Mic Direct', '2502'), (16209, '0132', 'Go Mic Mobile wireless receiver', '2502'), (16210, '0200', 'StudioDock monitors (internal hub)', '2502'), (16211, '0201', 'StudioDock monitors (audio)', '2502'), (16212, '0210', 'StudioGT monitors', '2502'), (16213, '0211', 'StudioGT monitors [CM6400]', '2502'), (16214, '0240', 'Go Mic Connect', '2502'), (16215, '0241', 'G-Track Pro microphone', '2502'), (16216, '0301', 'Q2U handheld microphone with XLR', '2502'), (16217, '0302', 'GoMic compact condenser microphone', '2502'), (16218, '0303', 'C01U Pro condenser microphone', '2502'), (16219, '0304', 'Q2U handheld mic with XLR', '2502'), (16220, '0305', 'GoMic compact condenser mic', '2502'), (16221, '0310', 'Meteor condenser microphone', '2502'), (16222, '0311', 'Satellite condenser microphone', '2502'), (16223, '1616', 'RXD1 wireless receiver', '2502'), (16224, 'b241', 'G-Track Pro firmware update', '2502'), (16225, 'b311', 'Satellite firmware update', '2502'), (16226, '0001', 'Performance Monitor 3', '2503'), (16227, '0002', 'Performance Monitor 4', '2503'), (16228, '0001', 'Optical Eye/3-wire', '2506'), (16229, '0005', 'M-Bus Master MultiPort 250D', '2506'), (16230, '0010', '444MHz Radio Mesh Frontend', '2506'), (16231, '0011', '444MHz RF sniffer', '2506'), (16232, '0012', '870MHz Radio Mesh Frontend', '2506'), (16233, '0013', '870MHz RF sniffer', '2506'), (16234, '0004', 'Linux-USB Midi Gadget', '2507'), (16235, '0010', 'MFT Sensor', '2508'), (16236, '0001', 'SAU510-USB [no firmware]', '2509'), (16237, '0510', 'SAU510-USB and SAU510-USB plus JTAG Emulators', '2509'), (16238, '0511', 'SAU510-USB Iso Plus JTAG Emulator', '2509'), (16239, '0520', 'SAU510-USB Nano JTAG Emulator', '2509'), (16240, '1511', 'Onboard Emulator on SAUModule development kit', '2509'), (16241, '041c', 'Audio 2 DJ', '2511'), (16242, '041d', 'Traktor Audio 2', '2511'), (16243, '0808', 'Maschine Controller', '2511'), (16244, '0815', 'Audio Kontrol 1', '2511'), (16245, '0839', 'Audio 4 DJ', '2511'), (16246, '0d8d', 'Guitarrig Mobile', '2511'), (16247, '1001', 'Komplete Audio 6', '2511'), (16248, '1110', 'Maschine Mikro', '2511'), (16249, '1915', 'Session I/O', '2511'), (16250, '1940', 'RigKontrol3', '2511'), (16251, '1969', 'RigKontrol2', '2511'), (16252, '1978', 'Audio 8 DJ', '2511'), (16253, '2280', 'Medion MDPNA1500 in card reader mode', '2511'), (16254, '2305', 'Traktor Kontrol X1', '2511'), (16255, '4711', 'Kore Controller', '2511'), (16256, '4712', 'Kore Controller 2', '2511'), (16257, 'baff', 'Traktor Kontrol S4', '2511'), (16258, '0051', 'USB VGA Adaptor', '2515'), (16259, '0198', 'DisplayLink', '2515'), (16260, '019e', 'Overfly FY-1016A', '2515'), (16261, '028f', 'HIS Multi-View II', '2515'), (16262, '030b', 'HP T100', '2515'), (16263, '0377', 'Plugable UD-160-A (M)', '2515'), (16264, '0378', 'Plugable UGA-2K-A', '2515'), (16265, '0379', 'Plugable UGA-125', '2515'), (16266, '037a', 'Plugable UGA-165', '2515'), (16267, '037b', 'Plugable USB-VGA-165', '2515'), (16268, '037c', 'Plugable DC-125', '2515'), (16269, '037d', 'Plugable USB2-HDMI-165', '2515'), (16270, '410a', 'HDMI Adapter', '2515'), (16271, '430a', 'HP Port Replicator (Composite Device)', '2515'), (16272, '430f', 'Kensington Dock (Composite Device)', '2515'), (16273, '4312', 'S2340T', '2515'), (16274, '436e', 'Dell D3100 Docking Station', '2515'), (16275, 'ff10', 'I1659FWUX {AOC Powered Monitor]', '2515'), (16276, '1000', 'ThinkPad X6 UltraBase', '2517'), (16277, '1003', 'Integrated Smart Card Reader', '2517'), (16278, '1004', 'Integrated Webcam', '2517'), (16279, '1005', 'ThinkPad X200 Ultrabase (42X4963 )', '2517'), (16280, '1008', 'Hub', '2517'), (16281, '100a', 'ThinkPad Mini Dock Plus Series 3', '2517'), (16282, '100f', 'ThinkPad Ultra Dock Hub', '2517'), (16283, '1010', 'ThinkPad Ultra Dock Hub', '2517'), (16284, '1020', 'ThinkPad Dock Hub', '2517'), (16285, '1021', 'ThinkPad Dock Hub [Cypress HX2VL]', '2517'), (16286, '3049', 'ThinkPad OneLink integrated audio', '2517'), (16287, '304b', 'AX88179 Gigabit Ethernet [ThinkPad OneLink GigaLAN]', '2517'), (16288, '304f', 'RTL8153 Gigabit Ethernet [ThinkPad OneLink Pro Dock]', '2517'), (16289, '3060', 'ThinkPad Dock', '2517'), (16290, '3062', 'ThinkPad Dock Ethernet [Realtek RTL8153B]', '2517'), (16291, '3063', 'ThinkPad Dock Audio', '2517'), (16292, '3066', 'ThinkPad Thunderbolt 3 Dock MCU', '2517'), (16293, '3069', 'ThinkPad TBT3 LAN', '2517'), (16294, '306a', 'ThinkPad Thunderbolt 3 Dock Audio', '2517'), (16295, '3815', 'ChipsBnk 2GB USB Stick', '2517'), (16296, '4802', 'Vc0323+MI1310_SOC Camera', '2517'), (16297, '4807', 'UVC Camera', '2517'), (16298, '480c', 'Integrated Webcam', '2517'), (16299, '480d', 'Integrated Webcam [R5U877]', '2517'), (16300, '480e', 'Integrated Webcam [R5U877]', '2517'), (16301, '480f', 'Integrated Webcam [R5U877]', '2517'), (16302, '4810', 'Integrated Webcam [R5U877]', '2517'), (16303, '4811', 'Integrated Webcam [R5U877]', '2517'), (16304, '4812', 'Integrated Webcam [R5U877]', '2517'), (16305, '4813', 'Integrated Webcam [R5U877]', '2517'), (16306, '4814', 'Integrated Webcam [R5U877]', '2517'), (16307, '4815', 'Integrated Webcam [R5U877]', '2517'), (16308, '4816', 'Integrated Webcam', '2517'), (16309, '481c', 'Integrated Webcam', '2517'), (16310, '481d', 'Integrated Webcam', '2517'), (16311, '6004', 'ISD-V4 Tablet Pen', '2517'), (16312, '6007', 'Smartcard Keyboard', '2517'), (16313, '6009', 'ThinkPad Keyboard with TrackPoint', '2517'), (16314, '600e', 'Optical Mouse', '2517'), (16315, '6014', 'Mini Wireless Keyboard N5901', '2517'), (16316, '6019', 'M-U0025-O Mouse', '2517'), (16317, '6022', 'Ultraslim Plus Wireless Keyboard and Mouse', '2517'), (16318, '6025', 'ThinkPad Travel Mouse', '2517'), (16319, '602d', 'Black Silk Keyboard', '2517'), (16320, '6032', 'Wireless Dongle for Keyboard and Mouse', '2517'), (16321, '6044', 'ThinkPad Laser Mouse', '2517'), (16322, '6047', 'ThinkPad Compact Keyboard with TrackPoint', '2517'), (16323, '604b', 'Precision Wireless Mouse', '2517'), (16324, '608d', 'Optical Mouse', '2517'), (16325, '609b', 'Professional Wireless Keyboard and Mouse Combo', '2517'), (16326, '609c', 'Professional Wireless Keyboard', '2517'), (16327, '7203', 'Ethernet adapter [U2L 100P-Y1]', '2517'), (16328, '7205', 'Thinkpad LAN', '2517'), (16329, '7217', 'VGA adapter', '2517'), (16330, '7423', 'IdeaPad A1 Tablet', '2517'), (16331, '7435', 'A789 (Mass Storage mode, with debug)', '2517'), (16332, '743a', 'A789 (Mass Storage mode)', '2517'), (16333, '7497', 'A789 (MTP mode)', '2517'), (16334, '7498', 'A789 (MTP mode, with debug)', '2517'), (16335, '749a', 'A789 (PTP mode)', '2517'), (16336, '749b', 'A789 (PTP mode, with debug)', '2517'), (16337, '7604', 'A760 (Mass Storage mode)', '2517'), (16338, '7605', 'A760 (Mass Storage mode, with debug)', '2517'), (16339, '760a', 'A760 (MTP mode)', '2517'), (16340, '760b', 'A760 (MTP mode, with debug)', '2517'), (16341, '760c', 'A760 (PTP mode)', '2517'), (16342, '760d', 'A760 (PTP mode, with debug)', '2517'), (16343, '76fc', 'B8000-H (Yoga Tablet 10) (mass storage)', '2517'), (16344, '76fd', 'B8000-H (Yoga Tablet 10) (debug , mass storage)', '2517'), (16345, '76fe', 'B8000-H (Yoga Tablet 10) (MTP)', '2517'), (16346, '76ff', 'B8000-H (Yoga Tablet 10) (debug , MTP)', '2517'), (16347, '7702', 'B8000-H (Yoga Tablet 10) (PTP)', '2517'), (16348, '7703', 'B8000-H (Yoga Tablet 10) (debug , PTP)', '2517'), (16349, '7704', 'B8000-H (Yoga Tablet 10) (USB tether)', '2517'), (16350, '7705', 'B8000-H (Yoga Tablet 10) (debug , USB tether)', '2517'), (16351, '7706', 'B8000-H (Yoga Tablet 10) (zerocd)', '2517'), (16352, '7707', 'B8000-H (Yoga Tablet 10) (debug , zerocd)', '2517'), (16353, '785f', 'TAB 2 A7-10 Tablet', '2517'), (16354, 'b000', 'Virtual Keyboard and Mouse', '2517'), (16355, 'b001', 'Ethernet', '2517'), (16356, 'b003', 'Virtual Keyboard and Mouse / Mass Storage', '2517'), (16357, 'f003', 'MEDION LIFETAB X10605 MTP mode', '2517'), (16358, 'aaaa', 'Jazz Blood Glucose Meter', '2518'), (16359, '0709', 'Model M Keyboard', '2520'), (16360, '0822', 'Ruffian 6 Keyboard v3 [Model M]', '2520'), (16361, '4604', 'USB-4604', '2521'), (16362, '4761', 'USB-4761 Portable Data Acquisition Module', '2521'), (16363, '3201', 'VisionDTV USB-Ter/HAMA USB DVB-T device cold', '2522'), (16364, '3202', 'VisionDTV USB-Ter/HAMA USB DVB-T device warm', '2522'), (16365, '0010', 'VoiceKey', '2525'), (16366, '0012', 'MOCCA compact', '2528'), (16367, '7022', 'Fiio E10', '2529'), (16368, '7921', 'Audiotrak ProDigy CUBE', '2529'), (16369, '7922', 'Audiotrak DR.DAC2 DX [GYROCOM C&C]', '2529'), (16370, '3020', 'K100 Infrared Receiver', '2531'), (16371, '3082', 'K100 Infrared Receiver v2', '2531'), (16372, 'd000', 'Compro Videomate DVB-U2000 - DVB-T USB cold', '2531'), (16373, 'd001', 'Compro Videomate DVB-U2000 - DVB-T USB warm', '2531'), (16374, '0001', 'iNexio Touchscreen controller', '2534'), (16375, '0101', 'UVC camera (Bresser microscope)', '2535'), (16376, '0141', 'Camera', '2535'), (16377, '0d01', 'USB2.0 Camera', '2535'), (16378, 'ee93', 'EasyLogger', '2536'), (16379, '0511', 'AlienFX Mobile lighting', '2537'), (16380, '0513', 'Gaming Desktop [Aurora R4]', '2537'), (16381, '0550', 'LED controller', '2537'), (16382, '0600', 'Dual Compatible Game Pad', '2537'), (16383, '0010', 'Stallar Board', '2538'), (16384, '0100', 'Stallar Board', '2538'), (16385, '0200', 'Nova A', '2538'), (16386, '0201', 'Nova B', '2538'), (16387, '0202', 'Nice', '2538'), (16388, '0300', 'Vega', '2538'), (16389, '0301', 'VeNice', '2538'), (16390, '5632', 'Atek Tote Remote', '2540'), (16391, '5641', 'TSAM-004 Presentation Remote', '2540'), (16392, '0002', 'Legato2 3D Scanner', '2542'), (16393, '0001', 'Snapshell IDR', '2543'), (16394, '0214', 'Portable Hard Drive', '2544'), (16395, '0216', 'External Hard Drive', '2544'), (16396, '0218', 'External Hard Drive', '2544'), (16397, '0224', 'Store \'n\' Go Micro Plus', '2544'), (16398, '0227', 'Pocket Hard Drive', '2544'), (16399, '022b', 'Portable Hard Drive (Store\'n\'Go)', '2544'), (16400, '0237', 'Portable Harddrive', '2544'), (16401, '0243', 'Flash Drive (Store\'n\'Go)', '2544'), (16402, '0245', 'Store\'n\'Stay', '2544'), (16403, '0302', 'Flash Drive', '2544'), (16404, '0304', 'Store \'n\' Go', '2544'), (16405, '0408', 'Store \'n\' Go', '2544'), (16406, '4123', 'Store N Go', '2544'), (16407, '0037', 'Maxter Remote Control', '2545'), (16408, '1001', 'DUTV007', '2546'), (16409, '1002', 'EC168 (v5) based USB DVB-T receiver', '2546'), (16410, '1689', 'DUTV009', '2546'), (16411, 'fffa', 'EC168 (v2) based USB DVB-T receiver', '2546'), (16412, 'fffb', 'EC168 (v3) based USB DVB-T receiver', '2546'), (16413, '0002', 'CG-WLUSB2GO', '2549'), (16414, '0008', 'CG-WLUSB2GNR Corega Wireless USB Adapter', '2549'), (16415, '0012', 'CG-WLUSB10 Corega Wireless USB Adapter', '2549'), (16416, 'cafe', 'Pico iMage', '2550'), (16417, '0001', 'Onda V972 (storage access)', '2551'), (16418, '0003', 'Android-powered device using AllWinner Technology SoC', '2551'), (16419, '0006', 'Onda V972 MTP', '2551'), (16420, '0008', 'Onda V972 PTP (camera)', '2551'), (16421, '0d02', 'Celkon A88', '2551'), (16422, '2d00', 'Android Open Accessory device (accessory)', '2551'), (16423, '2d01', 'Android Open Accessory device (accessory + ADB)', '2551'), (16424, '2d02', 'Android Open Accessory device (audio)', '2551'), (16425, '2d03', 'Android Open Accessory device (audio + ADB)', '2551'), (16426, '2d04', 'Android Open Accessory device (accessory + audio)', '2551'), (16427, '2d05', 'Android Open Accessory device (accessory + audio + ADB)', '2551'), (16428, '4e11', 'Nexus One', '2551'), (16429, '4e12', 'Nexus One (debug)', '2551'), (16430, '4e13', 'Nexus One (tether)', '2551'), (16431, '4e20', 'Nexus S (fastboot)', '2551'), (16432, '4e21', 'Nexus S', '2551'), (16433, '4e22', 'Nexus S (debug)', '2551'), (16434, '4e24', 'Nexus S (tether)', '2551'), (16435, '4e30', 'Galaxy Nexus (fastboot)', '2551'), (16436, '4e40', 'Nexus 7 (fastboot)', '2551'), (16437, '4e41', 'Nexus 7 (MTP)', '2551'), (16438, '4e42', 'Nexus 7 (debug)', '2551'), (16439, '4e43', 'Nexus 7 (PTP)', '2551'), (16440, '4e44', 'Nexus 7 2012 (PTP)', '2551'), (16441, '4ee0', 'Nexus/Pixel Device (fastboot)', '2551'), (16442, '4ee1', 'Nexus/Pixel Device (MTP)', '2551'), (16443, '4ee2', 'Nexus/Pixel Device (MTP + debug)', '2551'), (16444, '4ee3', 'Nexus/Pixel Device (tether)', '2551'), (16445, '4ee4', 'Nexus/Pixel Device (tether+ debug)', '2551'), (16446, '4ee5', 'Nexus/Pixel Device (PTP)', '2551'), (16447, '4ee6', 'Nexus/Pixel Device (PTP + debug)', '2551'), (16448, '4ee7', 'Nexus/Pixel Device (charging + debug)', '2551'), (16449, '4ee8', 'Nexus/Pixel Device (MIDI)', '2551'), (16450, '4ee9', 'Nexus/Pixel Device (MIDI + debug)', '2551'), (16451, '5033', 'Pixel earbuds', '2551'), (16452, '7102', 'Toshiba Thrive tablet', '2551'), (16453, 'b004', 'Pandigital / B&N Novel 9" tablet', '2551'), (16454, 'd001', 'Nexus 4 (fastboot)', '2551'), (16455, 'd002', 'Nexus 4 (debug)', '2551'), (16456, 'd00d', 'Xiaomi Mi/Redmi 2 (fastboot)', '2551'), (16457, 'd109', 'LG G2x MTP', '2551'), (16458, 'd10a', 'LG G2x MTP (debug)', '2551'), (16459, '01a0', 'B-Net 91 07', '2553'), (16460, '1000', 'DocuPen RC800', '2555'), (16461, '7102', 'Multi Card Reader (Internal)', '2556'), (16462, '9101', 'All-in-1 Card Reader', '2556'), (16463, '9102', 'Multi Card Reader', '2556'), (16464, '9512', 'Webcam', '2556'), (16465, '6144', 'LR802UA 802.11b Wireless Adapter [ALi M4301AU]', '2557'), (16466, '6196', 'RT2573', '2557'), (16467, '6229', 'RT2573', '2557'), (16468, '6232', 'Wireless 802.11g 54Mbps Network Adapter [RTL8187]', '2557'), (16469, '0002', 'DualHead2Go [Analog Edition]', '2558'), (16470, '0004', 'TripleHead2Go [Digital Edition]', '2558'), (16471, '3118', 'USB to IrDA adapter [ARK3116T]', '2559'), (16472, '3188', 'ARK3188 UVC Webcam', '2559'), (16473, '3299', 'Webcam Carrefour', '2559'), (16474, '3366', 'Bresser Biolux NV', '2559'), (16475, '5850', 'CVBS / S-Video Capture Device [UVC]', '2559'), (16476, 'e014', 'FS20PCE', '2560'), (16477, 'e015', 'FS20PCS', '2560'), (16478, 'e01a', 'Bedien-Anzeige-Terminal', '2560'), (16479, '0f97', 'Optical Gaming Mouse [Xtrem]', '2561'), (16480, '0f99', 'Optical gaming mouse', '2561'), (16481, '1142', 'Optical gaming mouse', '2561'), (16482, '1486', 'X5s ZEUS Macro Pro Gaming Mouse', '2561'), (16483, '01c0', 'ST1501-STN', '2562'), (16484, '01c1', 'ST1526-STN', '2562'), (16485, '01c2', 'ST1501-PYJ', '2562'), (16486, '01c3', 'ST1501B-PYJ', '2562'), (16487, '01c4', 'ST1501-PUN', '2562'), (16488, '01c5', 'ST1401-STN', '2562'), (16489, '01c7', 'ST1526-PYJ', '2562'), (16490, '01c8', 'ST1501-ECA', '2562'), (16491, '01c9', 'ST1476-STN', '2562'), (16492, '01cb', 'ST1571-STN', '2562'), (16493, '0200', 'ST1500', '2562'), (16494, '0201', 'ST1550', '2562'), (16495, '0202', 'ST1525', '2562'), (16496, '0204', 'ST1400', '2562'), (16497, '0206', 'ST1475', '2562'), (16498, '0207', 'ST1570', '2562'), (16499, '0015', 'Nemo Tracker', '2564'), (16500, '0102', 'Digital Photo Frame', '2565'), (16501, '0226', 'MicroSD Card Reader/Writer', '2565'), (16502, '1315', 'Digital Photo Frame', '2565'), (16503, '1320', 'DM8261 Flashdisc', '2565'), (16504, '2070', 'Honk HK-5002 USB Speaker', '2565'), (16505, '2220', 'Buildwin Media-Player', '2565'), (16506, '2311', 'Generic UVC 1.00 camera [AppoTech AX2311]', '2565'), (16507, '000c', 'Wireless Desktop nRF24L01 CX-1766', '2568'), (16508, '0101', 'HP Prime Wireless Kit [FOK65AA] (Flash mode)', '2568'), (16509, '2233', 'Linksys WUSB11 v2.8 802.11b Adapter [Atmel AT76C505]', '2568'), (16510, '2234', 'Linksys WUSB54G v1 OEM 802.11g Adapter [Intersil ISL3886]', '2568'), (16511, '2235', 'Linksys WUSB54GP v1 OEM 802.11g Adapter [Intersil ISL3886]', '2568'), (16512, '2236', 'Linksys WUSB11 v3.0 802.11b Adapter [Intersil PRISM 3]', '2568'), (16513, '7777', 'Bitcraze Crazyradio (PA) dongle', '2568'), (16514, '4104', 'Banknote validator NV-150', '2569'), (16515, '0002', 'Personal SyncPoint', '2570'), (16516, '0003', '1900 HID Touchscreen', '2571'), (16517, '0006', '1950 HID Touchscreen', '2571'), (16518, '0064', '1950 HID Touchscreen', '2571'), (16519, '0065', '1950 HID Touchscreen', '2571'), (16520, '0066', '1950 HID Touchscreen', '2571'), (16521, '0067', '1950 HID Touchscreen', '2571'), (16522, '0068', '1950 HID Touchscreen', '2571'), (16523, '0069', '1950 HID Touchscreen', '2571'), (16524, '0071', '1950 HID Touchscreen', '2571'), (16525, '0072', '1950 HID Touchscreen', '2571'), (16526, '0073', '1950 HID Touchscreen', '2571'), (16527, '0074', '1950 HID Touchscreen', '2571'), (16528, '0075', '1950 HID Touchscreen', '2571'), (16529, '0076', '1950 HID Touchscreen', '2571'), (16530, '0077', '1950 HID Touchscreen', '2571'), (16531, '0078', '1950 HID Touchscreen', '2571'), (16532, '0079', '1950 HID Touchscreen', '2571'), (16533, '007a', '1950 HID Touchscreen', '2571'), (16534, '007e', '1950 HID Touchscreen', '2571'), (16535, '007f', '1950 HID Touchscreen', '2571'), (16536, '0080', '1950 HID Touchscreen', '2571'), (16537, '0081', '1950 HID Touchscreen', '2571'), (16538, '0082', '1950 HID Touchscreen', '2571'), (16539, '0083', '1950 HID Touchscreen', '2571'), (16540, '0084', '1950 HID Touchscreen', '2571'), (16541, '0085', '1950 HID Touchscreen', '2571'), (16542, '0086', '1950 HID Touchscreen', '2571'), (16543, '0087', '1950 HID Touchscreen', '2571'), (16544, '0dbf', 'HID Touchscreen', '2571'), (16545, '0dc2', 'HID Touchscreen', '2571'), (16546, '0400', 'Equotip Piccolo', '2572'), (16547, '0000', 'Mouse', '2573'), (16548, '0416', 'ADNS-5700 Optical Mouse Controller (3-button)', '2573'), (16549, '0616', 'ADNS-5700 Optical Mouse Controller (5-button)', '2573'), (16550, '0916', 'ADNS-2710 Optical Mouse Controller', '2573'), (16551, '0602', 'F71610 or F71612 Consumer Infrared Receiver/Transceiver', '2576'), (16552, '0702', 'Integrated Consumer Infrared Receiver/Transceiver', '2576'), (16553, '5168', 'F71610A or F71612A Consumer Infrared Receiver/Transceiver', '2576'), (16554, '000d', 'Elektron Digitakt', '2577'), (16555, '0501', 'TCR51USB IRIG Time Code Reader', '2578'), (16556, '0502', 'TCR600USB IRIG Time Code Reader', '2578'), (16557, '8021', 'WH1080 Weather Station / USB Missile Launcher', '2579'), (16558, '2250', 'Model 2250 MPEG and JPEG Capture Card', '2580'), (16559, '2253', 'Model 2253 Audio/Video Codec Card', '2580'), (16560, '2255', 'Model 2255 4 Channel Capture Card', '2580'), (16561, '2257', 'Model 2257 4 Channel Capture Card', '2580'), (16562, '2263', 'Model 2263 UVC HD Audio/Video Codec Card', '2580'), (16563, 'a250', 'Model 2250 MPEG and JPEG Capture Card (cold)', '2580'), (16564, 'a253', 'Model 2253 Audio/Video Codec Card (cold)', '2580'), (16565, '0002', 'Amazon Kindle', '2581'), (16566, '0004', 'Amazon Kindle 3/4/Paperwhite', '2581'), (16567, '0006', 'Amazon Kindle Fire', '2581'), (16568, '0008', 'Amazon Kindle Fire HD 8.9"', '2581'), (16569, '000a', 'Amazon Kindle Fire 2nd generation (2012)', '2581'), (16570, '0331', 'Kindle Fire HD 8 (2018)', '2581'), (16571, '0417', 'Amazon Zukey; clone of Yubikey 4 OTP+U2F', '2581'), (16572, '0800', 'Fire Phone', '2581'), (16573, '0101', 'AudioBox 22 VSL', '2582'), (16574, '0102', 'AudioBox 44 VSL', '2582'), (16575, '0103', 'AudioBox 1818 VSL', '2582'), (16576, '0201', 'FaderPort', '2582'), (16577, '0301', 'AudioBox', '2582'), (16578, '0202', 'S200 2GB Rev. 1', '2584'), (16579, '2030', 'Func KB-460 Gaming Keyboard', '2586'), (16580, '7002', 'Libra-Q11 IR remote', '2586'), (16581, '7006', 'Libra-Q26 / 1.0 Remote', '2586'), (16582, '7777', 'Scorpius wireless keyboard', '2586'), (16583, '7779', 'Scorpius-P20MT', '2586'), (16584, '0005', 'iRig KEYS', '2587'), (16585, '0046', 'UNO Synth', '2587'), (16586, '0016', 'HomePatrol-1', '2588'), (16587, '0018', 'UBC125XLT', '2588'), (16588, '001a', 'BCD436HP Scanner', '2588'), (16589, '0000', 'Z Mate 16GB', '2591'), (16590, '0002', 'Pivot recovery', '2592'), (16591, '0003', 'Pivot Media Transfer Protocol', '2592'), (16592, '0004', 'Pivot Media Transfer Protocol', '2592'), (16593, '1307', 'microSD Card Reader', '2594'), (16594, '6025', 'CBM2090 Flash Drive', '2594'), (16595, '0111', 'TL203 MP3 Player and Voice Recorder', '2595'), (16596, '0222', 'BCL 508i', '2596'), (16597, '0808', 'Clickfree C2 Slimline (527SE)', '2597'), (16598, '0210', 'BCS200 WiMAX Adapter', '2599'), (16599, '0220', 'BCSM250 WiMAX Adapter', '2599'), (16600, '3202', 'REC-ADPT-USB (recorder)', '2601'), (16601, '3203', 'REC-A-ADPT-USB (recorder)', '2601'), (16602, '3010', 'Camera Release 4', '2602'), (16603, '3011', 'OEM Camera', '2602'), (16604, '3012', 'e-ImageData Corp. ScanPro', '2602'), (16605, '0409', 'wireless mini keyboard with touchpad', '2603'), (16606, '2433', 'wireless mini keyboard with touchpad', '2603'), (16607, '3065', '3DM-GX3-25 Orientation Sensor', '2604'), (16608, '8101', 'DFx 21BU04 Camera', '2605'), (16609, '8457', 'DFK AFU130-L53 camera', '2605'), (16610, '0004', 'Remote NDIS Network Device', '2607'), (16611, '0012', 'RF-7800S Secure Personal Radio', '2607'), (16612, '0401', 'Mass Storage Device', '2607'), (16613, '0402', 'Falcon III RF-7800V family RNDIS', '2607'), (16614, '1000', 'ProScope HR', '2609'), (16615, '6611', 'Celestia VoIP Phone', '2610'), (16616, '0010', 'BX32 Batupo', '2611'), (16617, '0011', 'BX32P Barlino', '2611'), (16618, '0012', 'BX40 Bagero', '2611'), (16619, '0013', 'BX48 Batego', '2611'), (16620, '0002', 'SkyScout Personal Planetarium', '2612'), (16621, '0101', 'Handheld Digital Microscope 44302', '2612'), (16622, '4b10', 'Drobo', '2615'), (16623, '8d20', 'Drobo Elite', '2615'), (16624, '6a11', 'MDM166A Fluorescent Display', '2616'), (16625, '0001', 'Sandio 3D HID Mouse', '2617'), (16626, '0001', 'MiniKit Slim handsfree car kit in firmware update mode', '2618'), (16627, '0001', 'CDMA Wireless Modem', '2620'), (16628, '0002', 'MF632/ONDA ET502HS/MT505UP', '2620'), (16629, '0007', 'TU25 WiMAX Adapter [Beceem BCS200]', '2620'), (16630, '0017', 'MF669', '2620'), (16631, '0031', 'MF110/MF627/MF636', '2620'), (16632, '0037', 'ONDA MC503HSA', '2620'), (16633, '0039', 'MF100', '2620'), (16634, '0063', 'K3565-Z HSDPA', '2620'), (16635, '0064', 'MF627 AU', '2620'), (16636, '0083', 'MF190', '2620'), (16637, '0103', 'MF112', '2620'), (16638, '0104', 'K4505-Z', '2620'), (16639, '0117', 'MF667', '2620'), (16640, '0146', 'MF 195E (HSPA+ Modem)', '2620'), (16641, '0167', 'MF820 4G LTE', '2620'), (16642, '0172', 'AX226 WIMAX MODEM (After Modeswitch)', '2620'), (16643, '0325', 'LTE4G O2 ZTE MF821D LTE/UMTS/GSM Modem/Networkcard', '2620'), (16644, '0326', 'LTE4G O2 ZTE MF821D LTE/UMTS/GSM Modem/Networkcard', '2620'), (16645, '0501', 'Lever Cell Phone Model Z936L', '2620'), (16646, '1001', 'K3805-Z vodafone WCDMA/GSM Modem - storage mode (made by ZTE)', '2620'), (16647, '1002', 'K3805-Z vodafone WCDMA/GSM Modem/Networkcard (made by ZTE)', '2620'), (16648, '1008', 'K3570-Z', '2620'), (16649, '1010', 'K3571-Z', '2620'), (16650, '1017', 'K5006-Z vodafone LTE/UMTS/GSM Modem/Networkcard', '2620'), (16651, '1018', 'K5006-Z vodafone LTE/UMTS/GSM Modem/Networkcard', '2620'), (16652, '1203', 'MF691 [ T-Mobile webConnect Rocket 2.0]', '2620'), (16653, '1217', 'MF652', '2620'), (16654, '1218', 'MF652', '2620'), (16655, '1270', 'MF667', '2620'), (16656, '2000', 'MF627/MF628/MF628+/MF636+ HSDPA/HSUPA', '2620'), (16657, 'fff2', 'Gobi Wireless Modem (QDL mode)', '2620'), (16658, 'fff3', 'Gobi Wireless Modem', '2620'), (16659, '02f1', 'NAUT324C', '2621'), (16660, '0001', 'Podcaster', '2625'), (16661, '0607', 'GAME CONTROLLER', '2626'), (16662, '0703', 'Steering Wheel', '2626'), (16663, '0102', '1.3MP Webcam', '2628'), (16664, '0201', 'Rocketfish Wireless 2.4G Laser Mouse', '2628'), (16665, '0220', 'RF-HDWEBLT RocketFish HD WebCam', '2628'), (16666, '0238', 'DX-WRM1401 Mouse', '2628'), (16667, '0239', 'Bluetooth 4.0 Adapter [Broadcom, 1.12, BCM20702A0]', '2628'), (16668, 'badd', 'USB OTG Compliance test device', '2630'), (16669, '0407', 'Mimi WiFi speakers', '2632'), (16670, '0021', 'Keyboard', '2635'), (16671, '0024', 'Multimedia Keyboard', '2635'), (16672, '2124', 'Keyboard', '2635'), (16673, '2d23', 'Keyboard', '2635'), (16674, '427c', 'Backlit Keyboard [Cougar Vantar]', '2635'), (16675, '0304', '802.11n Wireless LAN Card', '2636'), (16676, '0802', 'Gamepad', '2637'), (16677, '0101', 'Hub', '2639'), (16678, '0201', 'FE 2.1 7-port Hub', '2639'), (16679, '0001', 'Digipass 905 SmartCard Reader', '2641'), (16680, '3410', 'CoPilot System Cable', '2645'), (16681, '3650', 'FreeStyle Libre', '2645'), (16682, '3850', 'FreeStyle Optium/Precision Neo', '2645'), (16683, '3950', 'FreeStyle Libre 2', '2645'), (16684, '0000', 'MasterBus Link', '2646'), (16685, '1008', 'E-861 PiezoWalk NEXACT Controller', '2651'), (16686, '6002', 'Contour', '2652'), (16687, '6210', 'Contour Next Link 2.4 glucometer', '2652'), (16688, '6300', 'Contour next link', '2652'), (16689, '7410', 'Contour Next', '2652'), (16690, '7800', 'Contour Plus One', '2652'), (16691, '0068', 'VerticalMouse 3', '2654'), (16692, '0168', 'VerticalMouse 3 Wireless', '2654'), (16693, '0191', 'VerticalMouse 4', '2654'), (16694, '0195', 'VerticalMouse C Wireless', '2654'), (16695, '1001', 'UFT75, UT150, UT60', '2655'), (16696, '1003', 'Thermostick', '2655'), (16697, '1004', 'Wireless Dongle 2.4 GHZ HT82D40REW', '2656'), (16698, '1701', 'Wireless dongle', '2656'), (16699, '2004', 'Keyboard', '2656'), (16700, '2203', 'Laser Gaming mouse', '2656'), (16701, '2204', 'Optical Mouse', '2656'), (16702, '2205', 'Laser Mouse', '2656'), (16703, '4001', 'Keyboard', '2656'), (16704, '5512', 'CH341 in EPP/MEM/I2C mode, EPP/I2C adapter', '2657'), (16705, '5523', 'CH341 in serial mode, usb to serial port converter', '2657'), (16706, '5584', 'CH341 in parallel mode, usb to printer port converter', '2657'), (16707, '7523', 'CH340 serial converter', '2657'), (16708, '752d', 'CH345 MIDI adapter', '2657'), (16709, '7584', 'CH340S', '2657'), (16710, 'e008', 'HID-based serial adapater', '2657'), (16711, '1002', 'BandLuxe 3.5G HSDPA Adapter', '2660'), (16712, '1009', 'BandLuxe 3.5G HSPA Adapter', '2660'), (16713, '100d', '4G LTE adapter', '2660'), (16714, '7736', 'sceye (Gen 2)', '2665'), (16715, '7737', 'sceye (Gen 3)', '2665'), (16716, '7738', 'sceye (Gen 4, 3 Mpix)', '2665'), (16717, '7750', 'sceyeS (Gen 5, 5 MPix)', '2665'), (16718, '0001', 'Touchscreen', '2666'), (16719, '04b0', 'DS6000 SERIES', '2667'), (16720, '04be', 'DS4000 SERIES', '2667'), (16721, '04ce', 'DS1xx4Z/MSO1xxZ series', '2667'), (16722, '0588', 'DS1000 SERIES', '2667'), (16723, '0001', 'Vision device', '2668'), (16724, '0103', 'AudioLink plus 4x4 2.9.28', '2670'), (16725, '0002', 'KM290-HRS', '2672'), (16726, '0001', 'C662 Serial Cable', '2673'), (16727, '0003', 'CDC Ethernet Gadget', '2673'), (16728, '0381', 'VS-DVB-T 380U (af9015 based)', '2675'), (16729, '0525', 'X-Tensions ISDN TA XC-525 [HFC-S USB]', '2675'), (16730, '2001', 'SpeedLink Snappy Mic webcam (SL-6825-SBK)', '2675'), (16731, '9003', 'SpeedLink Vicious And Devine Laplace webcam, white (VD-1504-SWT)', '2675'), (16732, '9004', 'SpeedLink Vicious And Devine Laplace webcam, black (VD-1504-SBK)', '2675'), (16733, '0001', 'ZOWIE Gaming mouse', '2679'), (16734, '0001', 'PQ Box 100', '2680'), (16735, '0630', 'ME-630', '2681'), (16736, '0940', 'ME-94', '2681'), (16737, '0950', 'ME-95', '2681'), (16738, '0960', 'ME-96', '2681'), (16739, '1000', 'ME-1000', '2681'), (16740, '100a', 'ME-1000', '2681'), (16741, '100b', 'ME-1000', '2681'), (16742, '1400', 'ME-1400', '2681'), (16743, '140a', 'ME-1400A', '2681'), (16744, '140b', 'ME-1400B', '2681'), (16745, '140c', 'ME-1400C', '2681'), (16746, '140d', 'ME-1400D', '2681'), (16747, '140e', 'ME-1400E', '2681'), (16748, '14ea', 'ME-1400EA', '2681'), (16749, '14eb', 'ME-1400EB', '2681'), (16750, '1604', 'ME-1600/4U', '2681'), (16751, '1608', 'ME-1600/8U', '2681'), (16752, '160c', 'ME-1600/12U', '2681'), (16753, '160f', 'ME-1600/16U', '2681'), (16754, '168f', 'ME-1600/16U8I', '2681'), (16755, '4610', 'ME-4610', '2681'), (16756, '4650', 'ME-4650', '2681'), (16757, '4660', 'ME-4660', '2681'), (16758, '4661', 'ME-4660I', '2681'), (16759, '4662', 'ME-4660', '2681'), (16760, '4663', 'ME-4660I', '2681'), (16761, '4670', 'ME-4670', '2681'), (16762, '4671', 'ME-4670I', '2681'), (16763, '4672', 'ME-4670S', '2681'), (16764, '4673', 'ME-4670IS', '2681'), (16765, '4680', 'ME-4680', '2681'), (16766, '4681', 'ME-4680I', '2681'), (16767, '4682', 'ME-4680S', '2681'), (16768, '4683', 'ME-4680IS', '2681'), (16769, '6004', 'ME-6000/4', '2681'), (16770, '6008', 'ME-6000/8', '2681'), (16771, '600f', 'ME-6000/16', '2681'), (16772, '6014', 'ME-6000I/4', '2681'), (16773, '6018', 'ME-6000I/8', '2681'), (16774, '601f', 'ME-6000I/16', '2681'), (16775, '6034', 'ME-6000ISLE/4', '2681'), (16776, '6038', 'ME-6000ISLE/8', '2681'), (16777, '603f', 'ME-6000ISLE/16', '2681'), (16778, '6044', 'ME-6000/4/DIO', '2681'), (16779, '6048', 'ME-6000/8/DIO', '2681'), (16780, '604f', 'ME-6000/16/DIO', '2681'), (16781, '6054', 'ME-6000I/4/DIO', '2681'), (16782, '6058', 'ME-6000I/8/DIO', '2681'), (16783, '605f', 'ME-6000I/16/DIO', '2681'), (16784, '6074', 'ME-6000ISLE/4/DIO', '2681'), (16785, '6078', 'ME-6000ISLE/8/DIO', '2681'), (16786, '607f', 'ME-6000ISLE/16/DIO', '2681'), (16787, '6104', 'ME-6100/4', '2681'), (16788, '6108', 'ME-6100/8', '2681'), (16789, '610f', 'ME-6100/16', '2681'), (16790, '6114', 'ME-6100I/4', '2681'), (16791, '6118', 'ME-6100I/8', '2681'), (16792, '611f', 'ME-6100I/16', '2681'), (16793, '6134', 'ME-6100ISLE/4', '2681'), (16794, '6138', 'ME-6100ISLE/8', '2681'), (16795, '613f', 'ME-6100ISLE/16', '2681'), (16796, '6144', 'ME-6100/4/DIO', '2681'), (16797, '6148', 'ME-6100/8/DIO', '2681'), (16798, '614f', 'ME-6100/16/DIO', '2681'), (16799, '6154', 'ME-6100I/4/DIO', '2681'), (16800, '6158', 'ME-6100I/8/DIO', '2681'), (16801, '615f', 'ME-6100I/16/DIO', '2681'), (16802, '6174', 'ME-6100ISLE/4/DIO', '2681'), (16803, '6178', 'ME-6100ISLE/8/DIO', '2681'), (16804, '617f', 'ME-6100ISLE/16/DIO', '2681'), (16805, '6259', 'ME-6200I/9/DIO', '2681'), (16806, '6359', 'ME-6300I/9/DIO', '2681'), (16807, '810a', 'ME-8100A', '2681'), (16808, '810b', 'ME-8100B', '2681'), (16809, '820a', 'ME-8200A', '2681'), (16810, '820b', 'ME-8200B', '2681'), (16811, '1078', 'BLUDRIVE II CCID', '2682'), (16812, '1079', 'BLUDRIVE II CCID', '2682'), (16813, '1080', 'WRITECHIP II CCID', '2682'), (16814, '0011', 'ModFactor', '2683'), (16815, '0890', 'Flash Padlock', '2684'), (16816, '0a00', 'SP2500 Speakers', '2684'), (16817, '0a60', 'Vengeance K60 Keyboard', '2684'), (16818, '0c04', 'Link Cooling Node', '2684'), (16819, '0c06', 'RM-Series C-Link Adapter', '2684'), (16820, '0c0a', 'Hydro Series H115i Liquid CPU Cooler', '2684'), (16821, '0c0b', 'Lighting Node Pro', '2684'), (16822, '0c0c', 'Lighting Node Loader', '2684'), (16823, '0c22', 'iCUE H150i RGB PRO XT Liquid CPU Cooler', '2684'), (16824, '1a01', 'Flash Voyager GT', '2684'), (16825, '1a03', 'Voyager 3.0', '2684'), (16826, '1a09', 'Voyager GT 3.0', '2684'), (16827, '1a0a', 'Survivor Stealth Flash Drive', '2684'), (16828, '1a0b', 'Flash Voyager LS', '2684'), (16829, '1a0e', 'Voyager GTX', '2684'), (16830, '1a14', 'Voyager Vega', '2684'), (16831, '1a15', 'Voyager Slider Flash Drive', '2684'), (16832, '1a90', 'Flash Voyager GT', '2684'), (16833, '1ab1', 'Voyager', '2684'), (16834, '1b04', 'Raptor K50 Keyboard', '2684'), (16835, '1b07', 'Vengeance K65 Gaming Keyboard', '2684'), (16836, '1b08', 'Vengeance K95 Keyboard', '2684'), (16837, '1b09', 'Vengeance K70R keyboard', '2684'), (16838, '1b11', 'K95 RGB Mechanical Gaming Keyboard', '2684'), (16839, '1b13', 'Vengeance K70RGB keyboard', '2684'), (16840, '1b20', 'STRAFE RGB Gaming Keyboard', '2684'), (16841, '1b2d', 'K95 RGB Platinum Keyboard [RGP0056]', '2684'), (16842, '1b2e', 'Corsair Corsair Gaming M65 Pro RGB Mouse', '2684'), (16843, '1b2f', 'Sabre RGB [CH-9303011-XX]', '2684'), (16844, '1b3d', 'Corsair Corsair Gaming K55 RGB Keyboard', '2684'), (16845, '1b5e', 'Harpoon Wireless Mouse', '2684'), (16846, '1b65', 'Harpoon Wireless Dongle', '2684'), (16847, '1c00', 'Controller for Corsair Link', '2684'), (16848, '1c02', 'AX1500i Power Supply', '2684'), (16849, '1c05', 'HX750i Power Supply', '2684'), (16850, '1c07', 'HX1000i Power Supply', '2684'), (16851, '1c08', 'HX1200i Power Supply', '2684'), (16852, '1c0b', 'RM750i Power Supply', '2684'), (16853, '1c0c', 'RM850i Power Supply', '2684'), (16854, '1c1a', 'Corsair CORSAIR Lighting Node CORE', '2684'), (16855, '1003', 'A1250', '2685'), (16856, 'c00f', 'HM-CFG-USB/HM-CFG-USB-2 [HomeMatic Configuration adapter]', '2686'), (16857, 'c020', 'HmIP-RFUSB', '2686'), (16858, '4001', 'TLG2300 Hybrid TV Device', '2689'), (16859, '0064', 'Pleo robotic dinosaur', '2693'), (16860, '2933', 'PC Camera/Webcam controller', '2695'), (16861, '2935', 'PC Camera/Webcam controller', '2695'), (16862, '2936', 'PC Camera/Webcam controller', '2695'), (16863, '2937', 'PC Camera/Webcam controller', '2695'), (16864, '2938', 'PC Camera/Webcam controller', '2695'), (16865, '2939', 'PC Camera/Webcam controller', '2695'), (16866, '2950', 'PC Camera/Webcam controller', '2695'), (16867, '2951', 'PC Camera/Webcam controller', '2695'), (16868, '2952', 'PC Camera/Webcam controller', '2695'), (16869, '2953', 'PC Camera/Webcam controller', '2695'), (16870, '2955', 'PC Camera/Webcam controller', '2695'), (16871, '2956', 'PC Camera/Webcam controller', '2695'), (16872, '2957', 'PC Camera/Webcam controller', '2695'), (16873, '2958', 'PC Camera/Webcam controller', '2695'), (16874, '2959', 'PC Camera/Webcam controller', '2695'), (16875, '2960', 'PC Camera/Webcam controller', '2695'), (16876, '2961', 'PC Camera/Webcam controller', '2695'), (16877, '2962', 'PC Camera/Webcam controller', '2695'), (16878, '2963', 'PC Camera/Webcam controller', '2695'), (16879, '2965', 'PC Camera/Webcam controller', '2695'), (16880, '2966', 'PC Camera/Webcam controller', '2695'), (16881, '2967', 'PC Camera/Webcam controller', '2695'), (16882, '2968', 'PC Camera/Webcam controller', '2695'), (16883, '2969', 'PC Camera/Webcam controller', '2695'), (16884, '0c52', '808 Camera #9 (mass storage mode)', '2696'), (16885, '2002', '808 Camera #9 (web-cam mode)', '2696'), (16886, '2003', 'GPD6000 [Digital MP3 Player]', '2696'), (16887, '0001', 'CHUSB Duo Charger (NiMH AA/AAA USB smart charger)', '2697'), (16888, '2101', 'FXMC Neural Network Controller', '2699'), (16889, '2102', 'FXMC Neural Network Controller V2', '2699'), (16890, '2103', 'FXMC Neural Network Controller V3', '2699'), (16891, '4101', 'Passport Reader CLR device', '2699'), (16892, '4201', 'Passport Reader PRM device', '2699'), (16893, '4202', 'Passport Reader PRM extension device', '2699'), (16894, '4203', 'Passport Reader PRM DSP device', '2699'), (16895, '4204', 'Passport Reader PRMC device', '2699'), (16896, '4205', 'Passport Reader CSHR device', '2699'), (16897, '4206', 'Passport Reader PRMC V2 device', '2699'), (16898, '4301', 'Passport Reader MRZ device', '2699'), (16899, '4302', 'Passport Reader MRZ DSP device', '2699'), (16900, '4303', 'Passport Reader CSLR device', '2699'), (16901, '4401', 'Card Reader', '2699'), (16902, '4501', 'Passport Reader RFID device', '2699'), (16903, '4502', 'Passport Reader RFID AIG device', '2699'), (16904, '6101', 'Neural Network Controller', '2699'), (16905, '6202', 'Fingerprint Reader device', '2699'), (16906, '6203', 'Fingerprint Scanner device', '2699'), (16907, '8101', 'Camera V1', '2699'), (16908, '8102', 'Recovery / Camera V2', '2699'), (16909, '8103', 'Camera V3', '2699'), (16910, '0050', 'Encore ENUTV-4 Analog TV Tuner', '2703'), (16911, '3002', 'USBTV007 Video Grabber [EasyCAP]', '2703'), (16912, '1000', 'xHC1 Controller', '2705'), (16913, '3072', 'AirLive WN-360USB adapter', '2706'), (16914, '8171', 'WN-370USB 802.11bgn Wireless Adapter [Realtek RTL8188SU]', '2706'), (16915, '8187', 'AirLive WL-1600USB 802.11g Adapter [Realtek RTL8187L]', '2706'), (16916, '9170', 'AirLive X.USB 802.11abgn [Atheros AR9170+AR9104]', '2706'), (16917, 'a200', 'AirLive WN-200USB wireless 11b/g/n dongle', '2706'), (16918, 'c810', 'MC810 [af9015]', '2708'), (16919, 'd393', 'DVB-T receiver [RTL2832U]', '2708'), (16920, 'd396', 'UB396-T [RTL2832U]', '2708'), (16921, 'd397', 'DVB-T receiver [RTL2832U]', '2708'), (16922, 'd398', 'DVB-T receiver [RTL2832U]', '2708'), (16923, 'd700', 'FM Radio SnapMusic Mobile 700 (FM700)', '2708'), (16924, 'e297', 'Conceptronic DVB-T CTVDIGRCU V3.0', '2708'), (16925, 'e302', 'CVBS / S-Video Capture Device [Pinnacle Dazzle / UB315-E]', '2708'), (16926, 'e34c', 'UB435-Q ATSC TV Stick', '2708'), (16927, 'e383', 'DVB-T UB383-T [af9015]', '2708'), (16928, 'e385', 'DVB-T UB385-T [af9015]', '2708'), (16929, 'e386', 'DVB-T UB385-T [af9015]', '2708'), (16930, 'e399', 'DVB-T KWorld PlusTV 399U [af9015]', '2708'), (16931, 'e39a', 'DVB-T395U [af9015]', '2708'), (16932, 'e39b', 'DVB-T395U [af9015]', '2708'), (16933, 'e401', 'Sveon STV22 DVB-T [af9015]', '2708'), (16934, 'e409', 'IT9137FN Dual DVB-T [KWorld UB499-2T]', '2708'), (16935, '0001', 'Duosense Transparent Electromagnetic Digitizer', '2715'), (16936, '0001', 'InSight USB Link', '2720'), (16937, '0002', 'EM358 Virtual COM Port', '2720'), (16938, '0002', 'Rock Band Guitar for Xbox 360', '2723'), (16939, '0003', 'Rock Band Drum Kit for Xbox 360', '2723'), (16940, '0130', 'Ion Drum Rocker for Xbox 360', '2723'), (16941, '028e', 'Controller', '2723'), (16942, '3330', 'Rock Band 3 Keyboard wii interface', '2723'), (16943, 'f016', 'Controller', '2723'), (16944, 'f018', 'Street Fighter IV SE FightStick for Xbox 360', '2723'), (16945, 'f019', 'BrawlStick for Xbox 360', '2723'), (16946, 'f021', 'Ghost Recon Future Soldier Gamepad for Xbox 360', '2723'), (16947, 'f023', 'MLG Pro Circuit Controller for Xbox 360', '2723'), (16948, 'f025', 'Call of Duty Controller for Xbox 360', '2723'), (16949, 'f027', 'FPS Pro Controller for Xbox 360', '2723'), (16950, 'f028', 'Street Fighter IV FightPad for Xbox 360', '2723'), (16951, 'f02e', 'FightPad', '2723'), (16952, 'f030', 'MC2 MicroCON Racing Wheel for Xbox 360', '2723'), (16953, 'f036', 'MicroCON Gamepad Pro for Xbox 360', '2723'), (16954, 'f038', 'Street Fighter IV FightStick TE for Xbox 360', '2723'), (16955, 'f039', 'Marvel VS Capcom 2 Tournament Stick for Xbox 360', '2723'), (16956, 'f03a', 'Street Fighter X Tekken FightStick Pro for Xbox 360', '2723'), (16957, 'f03d', 'Street Fighter IV Arcade Stick TE for Xbox 360', '2723'), (16958, 'f03e', 'MLG Arcade FightStick TE for Xbox 360', '2723'), (16959, 'f03f', 'Soulcalibur FightStick for Xbox 360', '2723'), (16960, 'f042', 'Arcade FightStick TE S+ for Xbox 360', '2723'), (16961, 'f080', 'FightStick TE2 for Xbox 360', '2723'), (16962, 'f501', 'Horipad EX2 Turbo for Xbox 360', '2723'), (16963, 'f502', 'Real Arcade Pro.VX SA for Xbox 360', '2723'), (16964, 'f503', 'Fighting Stick VX for Xbox 360', '2723'), (16965, 'f504', 'Real Arcade Pro.EX', '2723'), (16966, 'f505', 'Fighting Stick EX2B for Xbox 360', '2723'), (16967, 'f506', 'Real Arcade Pro.EX Premium VLX for Xbox 360', '2723'), (16968, 'f900', 'Controller', '2723'), (16969, 'f901', 'GameStop Controller', '2723'), (16970, 'f903', 'Tron Controller for Xbox 360', '2723'), (16971, 'f904', 'PDP Versus Fighting Pad for Xbox 360', '2723'), (16972, 'f906', 'Mortal Kombat FightStick for Xbox 360', '2723'), (16973, 'f907', 'Afterglow Gamepad', '2723'), (16974, 'fa01', 'Gamepad', '2723'), (16975, 'fd00', 'Razer Onza Tournament Edition', '2723'), (16976, 'fd01', 'Razer Onza Classic Edition', '2723'), (16977, '0002', 'VR920 Immersive Eyewear', '2724'), (16978, '0003', 'Alcatel one touch 4030D modem connection', '2725'), (16979, '0017', 'HSPA Data Card', '2725'), (16980, '007a', 'Alcatel OneTouch (firmware upgrade mode)', '2725'), (16981, '011e', 'Alcatel One Touch L100V / Telekom Speedstick LTE II', '2725'), (16982, '0169', 'Alcatel ONE TOUCH Fierce', '2725'), (16983, '0195', 'Alcatel OneTouch L850V / Telekom Speedstick LTE', '2725'), (16984, 'a00e', 'Vodafone Smart Tab 4G', '2725'), (16985, 'f000', 'Alcatel OneTouch (mass storage mode)', '2725'), (16986, 'f017', 'Alcatel One Touch L100V / Telekom Speedstick LTE II', '2725'), (16987, '0060', '1.3MP Mono Camera', '2726'), (16988, '0066', '1.3MP Mono Camera', '2726'), (16989, '0067', '1.3MP Mono Camera', '2726'), (16990, '0013', 'Elitee-e', '2727'), (16991, '0014', 'Elite4', '2727'), (16992, '0020', 'iToken', '2727'), (16993, '0021', 'Mikey', '2727'), (16994, '0051', 'Elite5', '2727'), (16995, '0055', 'Elite5 v3.x', '2727'), (16996, '485d', 'EliteIV', '2727'), (16997, '0020', 'HE863', '2730'), (16998, '0021', 'HE910', '2730'), (16999, '0022', 'GE910-QUAD', '2730'), (17000, '0023', 'HE910-D ECM', '2730'), (17001, '0032', 'LE910-EU V2', '2730'), (17002, '1003', 'UC864-E', '2730'), (17003, '1004', 'UC864-G', '2730'), (17004, '1005', 'CC864-DUAL', '2730'), (17005, '1006', 'CC864-SINGLE', '2730'), (17006, '1010', 'DE910-DUAL', '2730'), (17007, '1011', 'CE910-DUAL', '2730'), (17008, '1012', 'UE910 V2', '2730'), (17009, '1101', 'ME910C1', '2730'), (17010, '110a', 'ME310', '2730'), (17011, '1200', 'LE920 (old firmware)', '2730'), (17012, '1201', 'LE910 / LE920', '2730'), (17013, '0005', 'Optical Mouse', '2732'), (17014, '0007', 'Optical Mouse', '2732'), (17015, '053a', 'Targa Silvercrest OMC807-C optische Funkmaus', '2732'), (17016, '05c5', 'SPRF2413A [2.4GHz Wireless Keyboard/Mouse Receiver]', '2732'), (17017, '05cf', 'Micro keyboard & mouse receiver', '2732'), (17018, '08a0', 'Gaming mouse [Philips SPK9304]', '2732'), (17019, '0c31', 'SPIF30x Serial-ATA bridge', '2732'), (17020, '2281', 'SPCA2281 Web Camera', '2732'), (17021, '2880', 'Dell HD Webcam', '2732'), (17022, '2883', 'Asus Webcam', '2732'), (17023, '2885', 'ASUS Webcam', '2732'), (17024, '2888', 'HP Universal Camera', '2732'), (17025, '2895', 'Dell Integrated Webcam', '2732'), (17026, '28a2', 'Dell Integrated Webcam', '2732'), (17027, '28a6', 'DELL XPS Integrated Webcam', '2732'), (17028, '28ae', 'Laptop Integrated Webcam HD', '2732'), (17029, '28bd', 'Dell Integrated HD Webcam', '2732'), (17030, '2985', 'Laptop Integrated Webcam HD', '2732'), (17031, '2b83', 'Laptop Integrated Webcam FHD', '2732'), (17032, '2b91', 'Dell E5570 integrated webcam', '2732'), (17033, '2b97', 'Laptop Integrated Webcam FHD', '2732'), (17034, '2c6e', 'Laptop Integrated WebCam HD', '2732'), (17035, '0010', 'Power Board v4 Rev B', '2735'), (17036, '0011', 'Student Robotics SBv4B', '2735'), (17037, '1268', 'Touch Screen', '2741'), (17038, '1368', 'Touch Screen', '2741'), (17039, '1568', 'Capacitive Touch Screen', '2741'), (17040, '1668', 'IR Touch Screen', '2741'), (17041, '1688', 'Resistive Touch Screen', '2741'), (17042, '2968', 'Touch Screen', '2741'), (17043, '5968', 'Touch Screen', '2741'), (17044, '6968', 'Touch Screen', '2741'), (17045, '2074', 'ASM1074 High-Speed hub', '2743'), (17046, '3074', 'ASM1074 SuperSpeed hub', '2743'), (17047, 'ea75', 'G540 Programmer', '2744'), (17048, '0102', 'Plug Computer', '2745'), (17049, 'b04d', 'ErgoDox Infinity', '2748'), (17050, '0100', 'Action Replay DS "3DS/DSi/DS/Lite Compatible"', '2750'), (17051, 'c003', 'CamCube', '2758'), (17052, 'c004', 'CamBoard', '2758'), (17053, 'c005', 'ConceptCam', '2758'), (17054, 'c006', 'CamBoard 22', '2758'), (17055, 'c007', 'CamBoard nano', '2758'), (17056, 'c008', 'CamBoard mod', '2758'), (17057, 'c009', 'CamBoard plus', '2758'), (17058, 'c00a', 'DigiCam', '2758'), (17059, 'c00d', 'CamBoard pico LDD', '2758'), (17060, 'c00f', 'CamBoard pico', '2758'), (17061, '0001', 'ExMFE5 Simulator', '2759'), (17062, '10fc', 'enCore device', '2759'), (17063, '7241', 'Prox\'N\'Roll RFID Scanner', '2761'), (17064, '6190', 'U2F Fido-compliant cryptotoken', '2762'), (17065, '0533', 'TiltStick', '2765'), (17066, '0534', 'i2c-tiny-usb interface', '2765'), (17067, '0535', 'glcd2usb interface', '2765'), (17068, '0536', 'Swiss ColorPAL', '2765'), (17069, '0537', 'MIST Board', '2765'), (17070, '026f', 'Spirostik', '2767'), (17071, '0002', 'Keyboard TRACER Gamma Ivory', '2768'), (17072, '0003', 'HID controller', '2768'), (17073, '000e', 'Genius KB-120 Keyboard', '2768'), (17074, '0026', 'Keyboard', '2768'), (17075, '0032', 'Optical Mouse with Scroll Wheel', '2768'), (17076, '0034', 'XM102K Optical Wheel Mouse', '2768'), (17077, '0063', 'Touchpad (integrated in detachable keyboard of Chuwi SurBook)', '2768'), (17078, '0065', 'Optical Wheel Mouse [Rapoo N1130]', '2768'), (17079, '3000', 'Micro USB Web Camera', '2768'), (17080, '3002', 'WebCam SiGma Micro', '2768'), (17081, '1e45', 'FPSGUN FG1000 Mouse', '2769'), (17082, 'a220', 'DVD Writer Slimtype eSAU108', '2770'), (17083, 'a222', 'DVD Writer Slimtype eTAU108', '2770'), (17084, 'a223', 'DVD Writer Slimtype eUAU108', '2770'), (17085, 'c004', 'Braille Note Apex (braille terminal mode)', '2772'), (17086, '861f', 'Anysee E30 USB 2.0 DVB-T Receiver', '2773'), (17087, '0288', 'KeyStep', '2774'), (17088, '0577', 'Fingerprint Sensor', '2778'), (17089, '0603', 'ES603 Swipe Fingerprint Sensor', '2778'), (17090, '0801', 'Fingerprint Reader', '2778'), (17091, '0200', 'spryTrac', '2780'), (17092, '0001', 'RS150 V2', '2781'), (17093, '0002', 'RFID card reader', '2781'), (17094, '0003', 'Communicator', '2781'), (17095, '0005', 'Mobile RFID Reader', '2781'), (17096, '0007', 'SMI Grabber (EasyCAP DC60+ clone) (no firmware) [SMI-2021CBE]', '2783'), (17097, '003c', 'SMI Grabber (EasyCAP DC60+ clone) [SMI-2021CBE]', '2783'), (17098, '6061', 'WL-72B 3.5G MODEM', '2787'), (17099, '18ab', 'SATA bridge', '2789'), (17100, 'a332', 'C8 Webcam', '2790'), (17101, 'b288', 'C18 Webcam', '2790'), (17102, '6681', 'IDC6681', '2793'), (17103, '0002', 'CDC serial port [TivaWare]', '2794'), (17104, '00fd', 'In-Circuit Debug Interface', '2794'), (17105, '00ff', 'Stellaris ROM DFU Bootloader', '2794'), (17106, '0166', 'CANAL USB2CAN', '2794'), (17107, '0240', 'McGill Robotics TM4C Microcontroller', '2794'), (17108, '0001', 'Sensor Terminal Board', '2806'), (17109, '0004', 'Wireless Handheld Terminal', '2806'), (17110, '0017', 'deRFusbSniffer 2.4 GHz', '2806'), (17111, '0018', 'deRFusb24E001', '2806'), (17112, '0019', 'deRFusb14E001', '2806'), (17113, '001a', 'deRFusb23E00', '2806'), (17114, '001b', 'deRFusb13E00', '2806'), (17115, '001c', 'deRFnode', '2806'), (17116, '001d', 'deRFnode / gateway', '2806'), (17117, '0022', 'deUSB level shifter', '2806'), (17118, '0023', 'deRFusbSniffer Sub-GHz', '2806'), (17119, '0025', 'deRFusb23E06', '2806'), (17120, '0027', 'deRFusb13E06', '2806'), (17121, '0030', 'ZigBee gateway [ConBee II]', '2806'), (17122, '0028', 'iCreativ MIDI Controller', '2809'), (17123, '1026', 'HSUPA Modem FLYING-LARK46-VER0.07 [Flying Angel]', '2812'), (17124, '0214', 'Trans-It Drive', '2815'), (17125, '0001', 'AXiS-49 Harmonic Table MIDI Keyboard', '2818'), (17126, '1101', 'DK DVB-T Dongle', '2819'), (17127, '1102', 'DK mini DVB-T Dongle', '2819'), (17128, '1103', 'DK 5217 DVB-T Dongle', '2819'), (17129, '1104', 'MSI DigiVox Micro HD', '2819'), (17130, '6105', 'Video grabber', '2819'), (17131, '610a', 'Video grabber', '2819'), (17132, '8202', 'DK DVBC/T DONGLE', '2819'), (17133, '0601', 'Xtion', '2822'), (17134, '0001', 'Fidget', '2823'), (17135, '0002', 'Fidget (Basketball)', '2823'), (17136, '0003', 'Fidget (Golf Ball)', '2823'), (17137, '0004', 'Webmail Notifier', '2823'), (17138, '0008', 'button', '2823'), (17139, '000a', 'Mailbox Friends Alert', '2823'), (17140, '000d', 'Big Red Button', '2823'), (17141, '0013', 'LED Message Board', '2823'), (17142, '0020', 'Stress Ball', '2823'), (17143, '1d45', 'Foxlink Optical touch sensor', '2824'), (17144, '459d', 'BenQ F5', '2824'), (17145, '465c', 'Harrier Mini by EE', '2824'), (17146, '0002', 'Ralink RT2770/2720 802.11b/g/n Wireless LAN Mini-USB Device', '2825'), (17147, '000c', 'Ralink RT3070 802.11b/g/n Wireless Lan USB Device', '2825'), (17148, '000e', 'Ralink RT3070 802.11b/g/n Wireless Lan USB Device', '2825'), (17149, '1db5', 'IDBG (DFU)', '2826'), (17150, '1db6', 'IDBG', '2826'), (17151, '5117', 'Neo1973/FreeRunner kernel usbnet (g_ether, CDC Ethernet) mode', '2826'), (17152, '5118', 'Neo1973/FreeRunner Debug board (V2+)', '2826'), (17153, '5119', 'Neo1973/FreeRunner u-boot cdc_acm serial port', '2826'), (17154, '511a', 'HXD8 u-boot usbtty CDC ACM Mode', '2826'), (17155, '511b', 'SMDK2440 u-boot usbtty CDC ACM mode', '2826'), (17156, '511c', 'SMDK2443 u-boot usbtty CDC ACM mode', '2826'), (17157, '511d', 'QT2410 u-boot usbtty CDC ACM mode', '2826'), (17158, '5120', 'Neo1973/FreeRunner u-boot usbtty generic serial', '2826'), (17159, '5121', 'Neo1973/FreeRunner kernel mass storage (g_storage) mode', '2826'), (17160, '5122', 'Neo1973/FreeRunner kernel cdc_ether USB network', '2826'), (17161, '5123', 'Neo1973/FreeRunner internal USB CSR4 module', '2826'), (17162, '5124', 'Neo1973/FreeRunner Bluetooth Device ID service', '2826'), (17163, '5300', 'Rockbox', '2826'), (17164, '530e', 'iriver H10 20GB (Rockbox)', '2826'), (17165, '530f', 'iriver H10 5/6GB (Rockbox)', '2826'), (17166, '5314', 'Apple iPod Color/Photo (Rockbox)', '2826'), (17167, '5315', 'Apple iPod Nano 1g (Rockbox)', '2826'), (17168, '5316', 'Apple iPod Video (Rockbox)', '2826'), (17169, '5318', 'Apple iPod 4g Grayscale (Rockbox)', '2826'), (17170, '5319', 'Apple iPod Mini 1g (Rockbox)', '2826'), (17171, '531a', 'Apple iPod Mini 2g (Rockbox)', '2826'), (17172, '531c', 'Apple iPod Nano 2g (Rockbox)', '2826'), (17173, '531d', 'Apple iPod Classic/6G (Rockbox)', '2826'), (17174, '5321', 'Cowon D2 (Rockbox)', '2826'), (17175, '5329', 'Toshiba Gigabeat S (Rockbox)', '2826'), (17176, '5332', 'Sandisk Sansa e200 series (Rockbox)', '2826'), (17177, '5334', 'Sandisk Sansa c200 series (Rockbox)', '2826'), (17178, '5337', 'Sandisk Sansa Clip (Rockbox)', '2826'), (17179, '5338', 'Sandisk Sansa e200v2 series (Rockbox)', '2826'), (17180, '5339', 'Sandisk Sansa m200 v4 series (Rockbox)', '2826'), (17181, '533a', 'Sandisk Sansa Fuze (Rockbox)', '2826'), (17182, '533b', 'Sandisk Sansa c200v2 series (Rockbox)', '2826'), (17183, '533c', 'Sandisk Sansa Clipv2 (Rockbox)', '2826'), (17184, '533e', 'Sandisk Sansa Clip+ (Rockbox)', '2826'), (17185, '533f', 'Sandisk Sansa Fuze v2 (Rockbox)', '2826'), (17186, '5340', 'Sandisk Sansa Fuze+ (Rockbox)', '2826'), (17187, '5341', 'Sandisk Sansa Zip (Rockbox)', '2826'), (17188, '5342', 'Sandisk Sansa Connect (Rockbox)', '2826'), (17189, '5346', 'Olympus M:Robe 500i (Rockbox)', '2826'), (17190, '5347', 'Olympus m:robe MR-100 (Rockbox)', '2826'), (17191, '5359', 'Creative Zen X-Fi Style (Rockbox)', '2826'), (17192, '535d', 'Creative Zen X-Fi2 (Rockbox)', '2826'), (17193, '535e', 'Creative Zen X-Fi3 (Rockbox)', '2826'), (17194, '5360', 'Creative Zen X-Fi (Rockbox)', '2826'), (17195, '5361', 'Creative ZEN Mozaic (Rockbox)', '2826'), (17196, '5362', 'Creative Zen (Rockbox)', '2826'), (17197, '5364', 'Philips GoGear SA9200 (Rockbox)', '2826'), (17198, '5365', 'Philips GoGear HDD16x0 (Rockbox)', '2826'), (17199, '5366', 'Philips GoGear HDD63x0 (Rockbox)', '2826'), (17200, '5378', 'Onda VX747 (Rockbox)', '2826'), (17201, '5379', 'Onda VX767 (Rockbox)', '2826'), (17202, '537b', 'Onda VX777 (Rockbox)', '2826'), (17203, '538c', 'Samsung YH-820 (Rockbox)', '2826'), (17204, '538d', 'Samsung YH-920 (Rockbox)', '2826'), (17205, '538e', 'Samsung YH-925 (Rockbox)', '2826'), (17206, '53a0', 'Packard Bell Vibe 500 (Rockbox)', '2826'), (17207, '53b4', 'Rockchip 27xx generic (Rockbox)', '2826'), (17208, '53be', 'HiFiMAN HM-60x (Rockbox)', '2826'), (17209, '53bf', 'HiFiMAN HM-801 (Rockbox)', '2826'), (17210, '53d2', 'HiFi E.T. MA9 (Rockbox)', '2826'), (17211, '53d3', 'HiFi E.T. MA9C (Rockbox)', '2826'), (17212, '53d4', 'HiFi E.T. MA8 (Rockbox)', '2826'), (17213, '53d5', 'HiFi E.T. MA8C (Rockbox)', '2826'), (17214, '53dc', 'Sony NWZ-E370/E380 series (Rockbox)', '2826'), (17215, '53dd', 'Sony NWZ-E360 series (Rockbox)', '2826'), (17216, '53e6', 'IHIFI 760 (Rockbox)', '2826'), (17217, '53e7', 'IHIFI 960 (Rockbox)', '2826'), (17218, '53ff', 'Generic Rockbox device', '2826'), (17219, '6000', 'Ubertooth Zero', '2826'), (17220, '6001', 'Ubertooth Zero (DFU)', '2826'), (17221, '6002', 'Ubertooth One', '2826'), (17222, '6003', 'Ubertooth One (DFU)', '2826'), (17223, '6004', 'LeoLipo', '2826'), (17224, '6005', 'LED Flower S', '2826'), (17225, '6006', 'LED Cube', '2826'), (17226, '6007', 'LED Flower', '2826'), (17227, '6008', 'Kisbee 802.15.4 transceiver', '2826'), (17228, '6009', 'Adjacent Reality Tracker', '2826'), (17229, '600a', 'AVR Programmer', '2826'), (17230, '600b', 'Hypna Go Go', '2826'), (17231, '600c', 'CatNip LPC1343 development board', '2826'), (17232, '600d', 'Enhanced RoboBrrd Brain board', '2826'), (17233, '600e', 'OpenRISC Ordb2a-ep4ce22 development board', '2826'), (17234, '600f', 'Paparazzi Lisa/M (DFU)', '2826'), (17235, '6010', 'OpenPipe: OSHW Bagpipes MIDI controller', '2826'), (17236, '6011', 'LeoLipo (DFU)', '2826'), (17237, '6012', 'Universal C64 Cartridge', '2826'), (17238, '6013', 'DiscFerret magnetic disc analyser (bootloader)', '2826'), (17239, '6014', 'DiscFerret magnetic disc analyser', '2826'), (17240, '6015', 'Smoothieboard', '2826'), (17241, '6016', 'phInterface', '2826'), (17242, '6017', 'Black Magic Debug Probe (DFU)', '2826'), (17243, '6018', 'Black Magic Debug Probe (Application)', '2826'), (17244, '6019', '4pi 5 axis motion controller', '2826'), (17245, '601a', 'Paparazzi Lisa/M', '2826'), (17246, '601b', 'IST-2 chronograph for bullet speeds', '2826'), (17247, '601c', 'EPOSMote II', '2826'), (17248, '601d', 'UDS18B20 temperature sensor', '2826'), (17249, '601e', '5x5 STM32 prototyping board', '2826'), (17250, '601f', 'uNSF', '2826'), (17251, '6020', 'Toad3', '2826'), (17252, '6021', 'AlphaSphere', '2826'), (17253, '6022', 'LightPack', '2826'), (17254, '6023', 'Pixelkit', '2826'), (17255, '6024', 'Illucia', '2826'), (17256, '6025', 'Keyglove (HID)', '2826'), (17257, '6026', 'Keyglove (Serial)', '2826'), (17258, '6027', 'Key64 Keyboard', '2826'), (17259, '6028', 'Teensy 2.0 Development Board [ErgoDox Keyboard]', '2826'), (17260, '6029', 'Marlin 2.0 (Serial)', '2826'), (17261, '602a', 'Marlin 2.0 (Mass Storage)', '2826'), (17262, '602b', 'FPGALink', '2826'), (17263, '602c', '5nes5snes (5x8)', '2826'), (17264, '602d', '5nes5snes (4x12)', '2826'), (17265, '602e', 'Flexibity', '2826'), (17266, '602f', 'K-copter', '2826'), (17267, '6030', 'USB-oscope', '2826'), (17268, '6031', 'Handmade GSM GPS tracker', '2826'), (17269, '6032', 'ncrmnt.org uISP', '2826'), (17270, '6033', 'frobiac / adnw keyboard', '2826'), (17271, '6034', 'Tiflomag Ergo 2', '2826'), (17272, '6035', 'FreeLaserTag Gun', '2826'), (17273, '6036', 'FreeLaserTag Big Brother', '2826'), (17274, '6037', 'FreeLaserTag Node', '2826'), (17275, '6038', 'Monaka', '2826'), (17276, '6039', 'eXtreme Feedback Device', '2826'), (17277, '603a', 'TiLDA', '2826'), (17278, '603b', 'Raspiface', '2826'), (17279, '603c', 'Paparazzi (bootloader)', '2826'), (17280, '603d', 'Paparazzi (Serial)', '2826'), (17281, '603e', 'Paparazzi (Mass Storage)', '2826'), (17282, '603f', 'airGuitar', '2826'), (17283, '6040', 'moco', '2826'), (17284, '6041', 'AlphaSphere (bootloader)', '2826'), (17285, '6042', 'Dspace robot controller', '2826'), (17286, '6043', 'pc-power', '2826'), (17287, '6044', 'open-usb-can (DFU)', '2826'), (17288, '6045', 'open-usb-can', '2826'), (17289, '6046', 'mimus-weigand', '2826'), (17290, '6047', 'RfCat Chronos Dongle', '2826'), (17291, '6048', 'RfCat Dons Dongle', '2826'), (17292, '6049', 'RfCat Chronos bootloader', '2826'), (17293, '604a', 'RfCat Dons bootloader', '2826'), (17294, '604b', 'HackRF Jawbreaker Software-Defined Radio', '2826'), (17295, '604c', 'Makibox A6', '2826'), (17296, '604d', 'Paella Pulse height analyzer', '2826'), (17297, '604e', 'Miniscope v2b', '2826'), (17298, '604f', 'Miniscope v2c', '2826'), (17299, '6050', 'GoodFET', '2826'), (17300, '6051', 'pinocc.io', '2826'), (17301, '6052', 'APB Team Robotic Development Board', '2826'), (17302, '6053', 'Darkgame Controller', '2826'), (17303, '6054', 'Satlab/AAUSAT3 BlueBox', '2826'), (17304, '6055', 'RADiuS ER900TRS-02 transciever with SMA Connector', '2826'), (17305, '6056', 'The Glitch', '2826'), (17306, '6057', 'OpenPipe MIDI Shield', '2826'), (17307, '6058', 'Novena OTG port', '2826'), (17308, '6059', 'xser serial', '2826'), (17309, '605a', 'Daisho test', '2826'), (17310, '605b', 'RfCat YARD Stick One', '2826'), (17311, '605c', 'YARD Stick One bootloader', '2826'), (17312, '605d', 'Funky Sensor v2', '2826'), (17313, '605e', 'Blinkiverse Analog LED Fader', '2826'), (17314, '605f', 'Small DIP package Cypress FX2', '2826'), (17315, '6060', 'Data logger using the Cypress FX2', '2826'), (17316, '6061', 'Power Manager', '2826'), (17317, '6062', 'WhiteRabbit console and Wishbone bridge', '2826'), (17318, '6063', 'CPC FPGA', '2826'), (17319, '6064', 'CPC FPGA (DFU)', '2826'), (17320, '6065', 'CPC FPGA (Serial)', '2826'), (17321, '6066', 'Nuand BladeRF', '2826'), (17322, '6067', 'Orbotron 9000 (Serial)', '2826'), (17323, '6068', 'Orbotron 9000 (HID)', '2826'), (17324, '6069', 'xser (DFU)', '2826'), (17325, '606a', 'xser (legacy)', '2826'), (17326, '606b', 'S08-245, urJtag compatible firmware for S08JS', '2826'), (17327, '606c', 'Blinkytape full-color light tape', '2826'), (17328, '606d', 'TinyG open source motion controller', '2826'), (17329, '606e', 'Reefangel Evolution 1.0', '2826'), (17330, '606f', 'Geschwister Schneider CAN adapter', '2826'), (17331, '6070', 'Open Pinball Project', '2826'), (17332, '6071', 'The Glitch HID', '2826'), (17333, '6072', 'The Glitch Disk', '2826'), (17334, '6073', 'The Glitch Serial', '2826'), (17335, '6074', 'The Glitch MIDI', '2826'), (17336, '6075', 'The Glitch RawHID', '2826'), (17337, '6076', 'Vultureprog BIOS chip programmer', '2826'), (17338, '6077', 'PaintDuino', '2826'), (17339, '6078', 'DTplug', '2826'), (17340, '6079', 'Mood Light', '2826'), (17341, '607a', 'Fadecandy', '2826'), (17342, '607b', 'RCDongle for IR remote control', '2826'), (17343, '607c', 'OpenVizsla USB sniffer/analyzer', '2826'), (17344, '607d', 'Spark Core Arduino-compatible board with WiFi', '2826'), (17345, '607e', 'OSHUG Wuthering multi-tool', '2826'), (17346, '607f', 'Spark Core Arduino-compatible board with WiFi (bootloader)', '2826'), (17347, '6080', 'arcin arcade controller', '2826'), (17348, '6081', 'BladeRF (bootloader)', '2826'), (17349, '6082', 'Facecandy (DFU)', '2826'), (17350, '6083', 'LightUp (bootloader)', '2826'), (17351, '6084', 'arcin arcade controller (DFU)', '2826'), (17352, '6085', 'IRKit for controlloing home electronics from iOS devices', '2826'), (17353, '6086', 'OneRNG entropy device', '2826'), (17354, '6087', 'Blinkytape (alternate endpoint config)', '2826'), (17355, '6088', 'picp PIC16F145x based PIC16F145x programmer', '2826'), (17356, '6089', 'Great Scott Gadgets HackRF One SDR', '2826'), (17357, '608a', 'BLEduino', '2826'), (17358, '608b', 'Loctronix ASR-2300 SDR/motion sensing module', '2826'), (17359, '608c', 'Fx2lafw', '2826'), (17360, '608d', 'Fx2lafw', '2826'), (17361, '608e', 'Fx2lafw', '2826'), (17362, '608f', 'Fx2lafw', '2826'), (17363, '6090', 'Fx2lafw', '2826'), (17364, '6091', 'Fx2lafw', '2826'), (17365, '6092', 'Fx2lafw', '2826'), (17366, '6093', 'Fx2lafw', '2826'), (17367, '6094', 'Fx2lafw', '2826'), (17368, '6095', 'Fx2lafw', '2826'), (17369, '6096', 'LightUp (sketch)', '2826'), (17370, '6097', 'Tessel JavaScript enabled Microcontroller with built-in WiFi', '2826'), (17371, '6098', 'RFIDler', '2826'), (17372, '6099', 'RASDR Radio Astronomy SDR Rx Interface', '2826'), (17373, '609a', 'RASDR Radio Astronomy SDR Tx Interface', '2826'), (17374, '609b', 'RASDR Radio Astronomy SDR (bootloader)', '2826'), (17375, '609c', 'antiAFK keyboard', '2826'), (17376, '609d', 'PIC16F145x bootloader', '2826'), (17377, '609e', 'Clyde Lamp by Fabule (bootloader)', '2826'), (17378, '609f', 'Clyde Lamp by Fabule (sketch)', '2826'), (17379, '60a0', 'Smoothiepanel robotic control interface', '2826'), (17380, '60a1', 'Airspy', '2826'), (17381, '60a2', 'barebox (DFU)', '2826'), (17382, '60a3', 'keyboard (bootloader)', '2826'), (17383, '60a4', 'Papilio Duo (AVR)', '2826'), (17384, '60a5', 'Papilio Duo (FPGA)', '2826'), (17385, '60a6', 'HydraBus/HydraNFC (bootloader)', '2826'), (17386, '60a7', 'HydraBus/HydraNFC', '2826'), (17387, '60a8', 'reserved', '2826'), (17388, '60a9', 'Blinky Light Controller (DFU)', '2826'), (17389, '60aa', 'Blinky Light Controller', '2826'), (17390, '60ab', 'AllPixel', '2826'), (17391, '60ac', 'OpenBLT generic microcontroller (bootloader)', '2826'), (17392, '60ad', 'Clasic Gamepad Adapter (NES)', '2826'), (17393, '60ae', 'Clasic Gamepad Adapter (N64)', '2826'), (17394, '60af', 'Clasic Gamepad Adapter (DB9)', '2826'), (17395, '60b0', 'Waterott Arduino based Clock (caterina bootloader)', '2826'), (17396, '60b1', 'Drinkbot (processing)', '2826'), (17397, '60b2', 'Drinkbot (OTG-tablet support)', '2826'), (17398, '60b3', 'calc.pw password generator device (standard)', '2826'), (17399, '60b4', 'calc.pw password generator device (enhanced)', '2826'), (17400, '60b5', 'TimVideos\' HDMI2USB (FX2) - Unconfigured device', '2826'), (17401, '60b6', 'TimVideos\' HDMI2USB (FX2) - Firmware load/upgrade', '2826'), (17402, '60b7', 'TimVideos\' HDMI2USB (FX2) - HDMI/DVI Capture Device', '2826'), (17403, '60b8', 'TimVideos\' HDMI2USB (Soft+UTMI) - Unconfigured device', '2826'), (17404, '60b9', 'TimVideos\' HDMI2USB (Soft+UTMI) - Firmware upgrade', '2826'), (17405, '60ba', 'TimVideos\' HDMI2USB (Soft+UTMI) - HDMI/DVI Capture Device', '2826'), (17406, '60bc', 'Simple CC25xx programmer / serial board', '2826'), (17407, '60bd', 'Open Source control interface for multimedia applications', '2826'), (17408, '60be', 'Pixelmatix Aurora (bootloader)', '2826'), (17409, '60bf', 'Pixelmatix Aurora', '2826'), (17410, '60c0', 'Nucular Keyboard adapter', '2826'), (17411, '60c1', 'BrewBit Model-T pOSHW temperature controller for homebrewers (bootloader)', '2826'), (17412, '60c2', 'BrewBit Model-T pOSHW temperature controller for homebrewers', '2826'), (17413, '60c3', 'X Antenna Tracker arduino board', '2826'), (17414, '60c4', 'CAN bus communication device', '2826'), (17415, '60c5', 'PIC16F1 bootloader', '2826'), (17416, '60c6', 'USBtrng hardware random number generator', '2826'), (17417, '60c7', 'Zubax GNSS positioning module for light UAV systems', '2826'), (17418, '60c8', 'Xlink data transfer and control system for Commodore C64', '2826'), (17419, '60c9', 'random number generator', '2826'), (17420, '60ca', 'FinalKey password manager', '2826'), (17421, '60cb', 'PteroDAQ Data Acquisition on FRDM-KL25Z and future boards', '2826'), (17422, '60cc', 'LamDiNao', '2826'), (17423, '60cd', 'Open Lighting DMX512 / RDM widget', '2826'), (17424, '60de', 'Cryptech.is random number generator', '2826'), (17425, '60df', 'Numato Opsis HDMI2USB board (unconfigured)', '2826'), (17426, '60e0', 'Numato Opsis HDMI2USB board (JTAG Programming Mode)', '2826'), (17427, '60e1', 'Numato Opsis HDMI2USB board (User Mode)', '2826'), (17428, '60e2', 'Osmocom SIMtrace 2 (DFU)', '2826'), (17429, '60e3', 'Osmocom SIMtrace 2', '2826'), (17430, '60e4', '3D printed racing game - (Catalina CDC bootloader)', '2826'), (17431, '60e5', '3D printed racing game', '2826'), (17432, '60e6', 'replacement for GoodFET/FaceDancer - GreatFet', '2826'), (17433, '60e7', 'replacement for GoodFET/FaceDancer - GreatFet target', '2826'), (17434, '60e8', 'Alpen Clack keyboard', '2826'), (17435, '60e9', 'keyman64 keyboard itercepter', '2826'), (17436, '60ea', 'Wiggleport FPGA-based I/O board', '2826'), (17437, '60eb', 'candleLight CAN adapter', '2826'), (17438, '60ec', 'Duet 2 WiFi or Duet 2 Ethernet 3D printer control electronics', '2826'), (17439, '60ed', 'Duet 2 Maestro 3D printer control electronics', '2826'), (17440, '60ee', 'Duet 3 motion control electronics', '2826'), (17441, '60f0', 'UDAD-T1 data aquisition device (boot)', '2826'), (17442, '60f1', 'UDAD-T1 data aquisition device', '2826'), (17443, '60f2', 'UDAD-T2 data aquisition device (boot)', '2826'), (17444, '60f3', 'UDAD-T2 data aquisition device', '2826'), (17445, '60f4', 'Uniti ARC motor controller', '2826'), (17446, '60f5', 'EightByEight Blinky Badge (DFU)', '2826'), (17447, '60f6', 'EightByEight Blinky Badge', '2826'), (17448, '60f7', 'cardio NFC/RFID card reader (bootloader)', '2826'), (17449, '60f8', 'cardio NFC/RFID card reader', '2826'), (17450, '60fc', 'OnlyKey Two-factor Authentication and Password Solution', '2826'), (17451, '6100', 'overlay64 video overlay module', '2826'), (17452, '6104', 'ScopeFun open source instrumentation', '2826'), (17453, '6108', 'Myriad-RF LimeSDR', '2826'), (17454, '610c', 'Magic Keys (boot)', '2826'), (17455, '610d', 'Magic Keys', '2826'), (17456, '6114', 'MIDI key', '2826'), (17457, '6118', 'Thomson MO5 keyboard', '2826'), (17458, '6122', 'Ultimate Hacking Keyboard', '2826'), (17459, '614c', 'dwtk In-Circuit Emulator', '2826'), (17460, '8085', 'Box0 (box0-v5)', '2826'), (17461, 'cc15', 'rad1o badge for CCC summer camp 2015', '2826'), (17462, '0005', 'Wireless Receiver (Keyboard and Mouse)', '2827'), (17463, '0006', 'Wireless Receiver (RC Laser Pointer)', '2827'), (17464, '000c', 'Optical Mouse', '2827'), (17465, '130f', '2.4Ghz wireless optical mouse receiver', '2827'), (17466, '2400', 'Wireless Mouse Receiver', '2827'), (17467, '32da', '2.4GHz Receiver (Keyboard and Mouse)', '2827'), (17468, '83d0', 'Click-mouse!', '2827'), (17469, 'ac01', 'Wireless Receiver (Keyboard and Mouse)', '2827'), (17470, 'ac02', 'ViFit Activity Tracker', '2827'), (17471, 'ac08', 'RFID Receiver (Keyboard)', '2827'), (17472, 'ad02', 'SE340D PC Remote Control', '2827'), (17473, 'ad03', '[T3] 2.4GHz and IR Air Mouse Remote Control', '2827'), (17474, 'af01', 'AUVIO Universal Remote Receiver for PlayStation 3', '2827'), (17475, 'af03', 'Wireless Receiver', '2827'), (17476, 'fa20', '2.4GHz Wireless Reciever (Mini Keyboard & Mouse)', '2827'), (17477, '2000', 'FL2000/FL2000DX VGA/DVI/HDMI Adapter', '2829'), (17478, '0001', '1.1 root hub', '2830'), (17479, '0002', '2.0 root hub', '2830'), (17480, '0003', '3.0 root hub', '2830'), (17481, '0100', 'PTP Gadget', '2830'), (17482, '0101', 'Audio Gadget', '2830'), (17483, '0102', 'EEM Gadget', '2830'), (17484, '0103', 'NCM (Ethernet) Gadget', '2830'), (17485, '0104', 'Multifunction Composite Gadget', '2830'), (17486, '0105', 'FunctionFS Gadget', '2830'), (17487, '0200', 'Qemu Audio Device', '2830'), (17488, '0001', 'Measurement Device [MarECon]', '2831'), (17489, '0002', 'Probe', '2831'), (17490, '0003', 'Surface Measurement [PS10]', '2831'), (17491, '201e', 'PPU-700', '2832'), (17492, '2037', 'CL-S631 Barcode Printer', '2832'), (17493, '20f0', 'Thermal Receipt Printer [CT-E351]', '2832'), (17494, '1010', 'Docking Station Topline 2009', '2833'), (17495, '1011', 'Docking Station Topline 2012', '2833'), (17496, '1012', 'Docking Station Topline 2016', '2833'), (17497, '0001', 'Expert I/O 1000', '2835'), (17498, '1101', 'Generic Display Device (Mass storage mode)', '2836'), (17499, 'c101', 'Generic Display Device', '2836'), (17500, 'f000', 'iCON 210 UMTS Surfstick', '2838'), (17501, '2004', 'Sony 1.3MP 1/3" ICX445 IIDC video camera [Chameleon]', '2839'), (17502, '0001', 'instadose dosimeter', '2840'), (17503, '0165', 'Secure Pen drive', '2841'), (17504, '1101', 'FlashBlu Flash Drive', '2841'), (17505, '0101', 'CPX Adapter', '2843'), (17506, '0102', 'CPX Adapter >=HW10.09 [CP2102]', '2843'), (17507, '0401', 'iL3-TP [AT90USB646]', '2843'), (17508, '0402', 'FTDI232 [EasyPort]', '2843'), (17509, '0403', 'FTDI232 [EasyPort Mini]', '2843'), (17510, '0404', 'FTDI232 [Netzteil-GL]', '2843'), (17511, '0405', 'FTDI232 [MotorPrüfstand]', '2843'), (17512, '0406', 'STM32F103 [EasyKit]', '2843'), (17513, '0407', 'LPC2378 [Robotino]', '2843'), (17514, '0408', 'LPC2378 [Robotino-Arm]', '2843'), (17515, '0409', 'LPC2378 [Robotino-Arm Bootloader]', '2843'), (17516, '040a', 'LPC2378 [Robotino Bootloader]', '2843'), (17517, '040b', 'LPC2378 [Robotino XT]', '2843'), (17518, '040c', 'LPC2378 [Robotino XT Bootloader]', '2843'), (17519, '040d', 'LPC2378 [Robotino 3]', '2843'), (17520, '040e', 'LPC2378 [Robotino 3 Bootloader]', '2843'), (17521, '040f', 'LPC2148 [Robotino gripper]', '2843'), (17522, '0410', 'LPC2148 [Robotino IR panel]', '2843'), (17523, '0501', 'CP2102 [CMSP]', '2843'), (17524, '0601', 'CMMP-AS', '2843'), (17525, '0602', 'FTDI232 [CMMS]', '2843'), (17526, '004f', 'EGS3 GSM/GPRS modem', '2844'), (17527, '0054', 'PH8 wireless module', '2844'), (17528, '0058', 'Wireless Module [Cinterion EHS6]', '2844'), (17529, '0059', 'Wireless Module [Cinterion BGx]', '2844'), (17530, '005b', 'Zoom 4625 Modem', '2844'), (17531, '0061', 'ALSx PLSx LTE modem', '2844'), (17532, '00a0', 'Cinterion ELS31-V', '2844'), (17533, '198a', 'Flash Disk', '2845'), (17534, '2093', 'CBM209x Flash Drive (OEM)', '2845'), (17535, '4082', 'CBM4082 SD Card Reader', '2845'), (17536, '0001', 'CS328A PC Oscilloscope', '2846'), (17537, '0004', 'CS448', '2846'), (17538, '7220', 'SM-BCR2', '2847'), (17539, '0100', 'WebCam', '2848'), (17540, '0102', 'GL-UPC822 UVC WebCam', '2848'), (17541, '0109', 'EtronTech CMOS based eSP570 WebCam [Onyx Titanium TC101]', '2848'), (17542, '2030', '2030 USB Keyboard', '2849'), (17543, '001b', 'DataStation maxi g.u', '2850'), (17544, '004c', 'DataStation Pocket Click', '2850'), (17545, '0050', 'DataStation maxi light', '2850'), (17546, '1045', 'ST70408-3 [SurfTab breeze 7.0 quad 3G] (MTP Mode)', '2850'), (17547, '1046', 'ST70408-3 [SurfTab breeze 7.0 quad 3G] (PTP Mode)', '2850'), (17548, '0001', 'Avatar Optical Mouse', '2851'), (17549, '170e', 'Kraken X', '2851'), (17550, '1711', 'Grid+ V3', '2851'), (17551, '1714', 'Smart Device', '2851'), (17552, '1715', 'Kraken M22', '2851'), (17553, '2006', 'Smart Device V2', '2851'), (17554, '2211', 'MP300', '2852'), (17555, '2647', '2 GB 2 Go Video MP3 Player [MP601-2G]', '2852'), (17556, '2659', 'Coby 4GB Go Video MP3 Player [MP620-4G]', '2852'), (17557, '4641', 'A8705 MP3/Video Player', '2852'), (17558, '6511', 'MP705-8G MP3 player', '2852'), (17559, '6512', 'MP705-4G', '2852'), (17560, '7111', 'MP957 Music and Video Player', '2852'), (17561, '0002', 'HF2', '2853'), (17562, '0003', 'UHF', '2853'), (17563, '0004', 'MFLI', '2853'), (17564, '2c24', 'Pyra Mouse (wired)', '2854'), (17565, '2c2e', 'Lua Mouse', '2854'), (17566, '2c38', 'Kiro Mouse', '2854'), (17567, '2ced', 'Kone Mouse', '2854'), (17568, '2cee', 'Kova 2016 Gray Mouse', '2854'), (17569, '2cef', 'Kova 2016 White Mouse', '2854'), (17570, '2cf0', 'Kova 2016 Black Mouse', '2854'), (17571, '2cf6', 'Pyra Mouse (wireless)', '2854'), (17572, '2d50', 'Kova[+] Mouse', '2854'), (17573, '2d51', 'Kone[+] Mouse', '2854'), (17574, '2d5a', 'Savu Mouse', '2854'), (17575, '2db4', 'Kone Pure Optical Mouse', '2854'), (17576, '2dbe', 'Kone Pure Mouse', '2854'), (17577, '2dbf', 'Kone Pure Military Mouse', '2854'), (17578, '2dc2', 'Kone Pure Optical Black Mouse', '2854'), (17579, '2dcb', 'Kone Pure SE(L) Mouse', '2854'), (17580, '2e22', 'Kone XTD Mouse', '2854'), (17581, '2e23', 'Kone XTD Optical Mouse', '2854'), (17582, '2e27', 'Kone AIMO Mouse', '2854'), (17583, '2e4a', 'Tyon Black Mouse', '2854'), (17584, '2e4b', 'Tyon White Mouse', '2854'), (17585, '2e7c', 'Nyth Black Mouse', '2854'), (17586, '2e7d', 'Nyth White Mouse', '2854'), (17587, '2f76', 'Sova Keyboard', '2854'), (17588, '2f94', 'Sova MK Keyboard', '2854'), (17589, '2fa8', 'Suora Keyboard', '2854'), (17590, '2fc6', 'Skeltr Keyboard', '2854'), (17591, '2fda', 'Ryos MK FX Keyboard', '2854'), (17592, '30d4', 'Arvo Keyboard', '2854'), (17593, '3138', 'Ryos MK Keyboard', '2854'), (17594, '316a', 'Ryos TKL Keyboard', '2854'), (17595, '319c', 'Isku Keyboard', '2854'), (17596, '31ce', 'Ryos MK Glow Keyboard', '2854'), (17597, '3232', 'Ryos MK Pro Keyboard', '2854'), (17598, '3246', 'Suora FX Keyboard', '2854'), (17599, '3264', 'Isku FX Keyboard', '2854'), (17600, '6001', 'P8GR', '2855'), (17601, 'b0b1', 'miniStack', '2856'), (17602, '0030', 'Trust GXT 158 Orna Laser Gaming Mouse', '2857'), (17603, '0064', '2.4GHz Wireless rechargeable vertical mouse [More&Better]', '2857'), (17604, '0066', '[Mediatrack Edge Mini Keyboard]', '2857'), (17605, '0907', 'Keyboard', '2857'), (17606, '1002', 'Vintorez Gaming Mouse', '2857'), (17607, '2007', 'SHARK ZONE K30 Illuminated Gaming Keyboard', '2857'), (17608, '0103', 'HR200 Barcode scanner engine (HID keyboard)', '2858'), (17609, '0106', 'HR200 Barcode scanner engine (Serial CDC)', '2858'), (17610, '0110', 'HR200 Barcode scanner engine (HID Pos)', '2858'), (17611, '0c03', 'HR100/HR3260 cordless/HR3290 cordless/BS80 Barcode scanner engine (HID keyboard)', '2858'), (17612, '0c06', 'HR100/HR3260 cordless/HR3290 cordless/BS80 Barcode scanner engine (USB Serial CDC)', '2858'), (17613, '0c10', 'HR100/HR3260 cordless/HR3290 cordless/BS80 Barcode scanner engine (HID Pos)', '2858'), (17614, '0d03', 'EM2028 Barcode scanner engine (HID keyboard)', '2858'), (17615, '0d06', 'EM2028 Barcode scanner engine (Serial CDC)', '2858'), (17616, '0d10', 'EM2028 Barcode scanner engine (HID Pos)', '2858'), (17617, '1303', 'EM30xx/EM20xx/HR3260 corded/HR200C Barcode scanner engine (HID keyboard)', '2858'), (17618, '1306', 'EM30xx/EM20xx/HR3260 corded/HR200C Barcode scanner engine (USB serial CDC)', '2858'), (17619, '1310', 'EM30xx/EM20xx/HR3260 corded/HR200C Barcode scanner engine (HID Pos)', '2858'), (17620, '1403', 'HR15-xx Barcode scanner engine (HID keyboard)', '2858'), (17621, '1406', 'HR15-xx Barcode scanner engine (Serial CDC)', '2858'), (17622, '1410', 'HR15-xx Barcode scanner engine (HID Pos)', '2858'), (17623, '1603', 'FM100-M/3250 Barcode scanner engine (HID keyboard)', '2858'), (17624, '1606', 'FM100-M/3250 Barcode scanner engine (Serial CDC)', '2858'), (17625, '1610', 'FM100-M/3250 Barcode scanner engine (HID Pos)', '2858'), (17626, '1903', 'EM1300 Barcode scanner engine (HID keyboard)', '2858'), (17627, '1906', 'EM1300 Barcode scanner engine (Serial CDC)', '2858'), (17628, '1910', 'EM1300 Barcode scanner engine (HID Pos)', '2858'), (17629, '1a03', 'HR3290 corded/HR22 Barcode scanner engine (HID keyboard)', '2858'), (17630, '1a06', 'HR3290 corded/HR22 Barcode scanner engine (Serial CDC)', '2858'), (17631, '1a10', 'HR3290 corded/HR22 Barcode scanner engine (HID Pos)', '2858'), (17632, '1c03', 'HR2150 Barcode scanner engine (HID keyboard)', '2858'), (17633, '1c06', 'HR2150 Barcode scanner engine (Serial CDC)', '2858'), (17634, '1c10', 'HR2150 Barcode scanner engine (HID Pos)', '2858'), (17635, '1d03', 'FM430 Barcode scanner engine (HID keyboard)', '2858'), (17636, '1d06', 'FM430 Barcode scanner engine (Serial CDC)', '2858'), (17637, '1d10', 'FM430 Barcode scanner engine (HID Pos)', '2858'), (17638, '1e03', 'HR42 Barcode scanner engine (HID keyboard)', '2858'), (17639, '1e06', 'HR42 Barcode scanner engine (Serial CDC)', '2858'), (17640, '1e10', 'HR42 Barcode scanner engine (HID Pos)', '2858'), (17641, '1f03', 'HR11+ Barcode scanner engine (HID keyboard)', '2858'), (17642, '1f06', 'HR11+ Barcode scanner engine (Serial CDC)', '2858'), (17643, '1f10', 'HR11+ Barcode scanner engine (HID Pos)', '2858'), (17644, '2003', 'EM2037v2 Barcode scanner engine (HID keyboard)', '2858'), (17645, '2006', 'EM2037v2 Barcode scanner engine (Serial CDC)', '2858'), (17646, '2010', 'EM2037v2 Barcode scanner engine (HID Pos)', '2858'), (17647, '8003', 'EM13x5-LD/HR15-70/HR100-70/HR12/HR1150-70 Barcode scanner engine (HID keyboard)', '2858'), (17648, '8006', 'EM13x5-LD/HR15-70/HR100-70/HR12/HR1150-70 Barcode scanner engine (USB Serial CDC)', '2858'), (17649, '8010', 'EM13x5-LD/HR15-70/HR100-70/HR12/HR1150-70 Barcode scanner engine (HID Pos)', '2858'), (17650, '8203', 'EM3080-01/EM3095/FR20/FM30 Barcode scanner engine (HID keyboard)', '2858'), (17651, '8206', 'EM3080-01/EM3095/FR20/FM30 Barcode scanner engine (USB Serial CDC)', '2858'), (17652, '8210', 'EM3080-01/EM3095/FR20/FM30 Barcode scanner engine (HID Pos)', '2858'), (17653, '8303', 'HR2160 Barcode scanner engine (HID keyboard)', '2858'), (17654, '8306', 'HR2160 Barcode scanner engine (Serial CDC)', '2858'), (17655, '8310', 'HR2160 Barcode scanner engine (HID Pos)', '2858'), (17656, '0003', 'Maple DFU interface', '2859'), (17657, '0004', 'Maple serial interface', '2859'), (17658, '7f00', 'MW-U3500 WiMAX adapter', '2860'), (17659, '02e2', 'JMR1140 [Jiofi]', '2862'), (17660, '0004', 'Mustang I/II', '2863'), (17661, '0005', 'Mustang III/IV/V', '2863'), (17662, '0006', 'Mustang I/II [Firmware Update]', '2863'), (17663, '0007', 'Mustang III/IV/V [Firmware Update]', '2863'), (17664, '0010', 'Mustang Mini', '2863'), (17665, '0011', 'Mustang Mini [Firmware Update]', '2863'), (17666, '0014', 'Mustang I (V.2)', '2863'), (17667, '0016', 'Mustang IV v.2', '2863'), (17668, '2012', 'Air2210 54 Mbps Wireless Adapter', '2864'), (17669, '2210', 'Air2210 54 Mbps Wireless Adapter', '2864'), (17670, '2310', 'Air2310 150 Mbps Wireless Adapter', '2864'), (17671, '2410', 'Air2410 300 Mbps Wireless Adapter', '2864'), (17672, 'bd3b', 'Intensity Shuttle', '2865'), (17673, 'bd46', 'Mini Converter Analog to SDI', '2865'), (17674, 'bd75', '2.5K Cinema Camera (BMCC)', '2865'), (17675, '0014', 'MT833UP', '2866'), (17676, '2233', 'Cassidian NH90 STTE', '2867'), (17677, '5064', 'FDR Interface', '2867'), (17678, '5523', 'Cassidian SSDC Adapter II', '2867'), (17679, '5545', 'Cassidian SSDC Adapter III', '2867'), (17680, '5648', 'RIU CSMU/BSD', '2867'), (17681, '564a', 'Cassidian RIU CSMU/BSD Simulator', '2867'), (17682, '2000', 'HP StreamSmart 410 [NW278AA]', '2868'), (17683, '0020', 'CDMA USB Modem A600', '2869'), (17684, '0021', 'CD INSTALLER USB Device', '2869'), (17685, '1000', 'Prestigio PER3464B ebook reader (Mass storage mode)', '2870'), (17686, '1002', 'mediacom XPRO 415', '2870'), (17687, '1010', 'Android device in fastboot mode', '2870'), (17688, 'efe8', 'sunxi SoC OTG connector in FEL/flashing mode', '2870'), (17689, '0001', 'NM-1000 scanner', '2871'), (17690, '0627', 'Data capturing system', '2872'), (17691, '0628', 'Data capturing and control module', '2872'), (17692, 'a115', 'EVOLVEO XtraTV stick [DVB-T]', '2873'), (17693, 'b803', 'Lifeview LV5TDLX DVB-T [RTL2832U]', '2873'), (17694, 'c803', 'NotOnlyTV (Lifeview) LV5TDLX DVB-T [RTL2832U]', '2873'), (17695, 'd220', 'Geniatech T220 DVB-T2 TV Stick', '2873'), (17696, '0001', 'Ultima 49 Printer', '2874'), (17697, '0002', 'Ultima 90 Printer', '2874'), (17698, '0003', 'FormsPro 50 Printer', '2874'), (17699, '0004', 'Ultima 90+ Printer', '2874'), (17700, '0023', 'Jawbone Jambox', '2875'), (17701, '8000', 'Jawbone Jambox - Updating', '2875'), (17702, '0611', 'IS611 SATA/PATA Bridge Controller', '2876'), (17703, '0621', 'IS621 SATA Storage Controller', '2876'), (17704, '0888', 'IS888 SATA Storage Controller', '2876'), (17705, '0902', 'IS902 UFD controller', '2876'), (17706, '0916', 'IS916 Flash Drive', '2876'), (17707, '0917', 'IS917 Mass storage', '2876'), (17708, '0918', 'IS918 Flash Drive', '2876'), (17709, '0001', 'PrecisionHD Camera', '2877'), (17710, '1f7e', 'Lateral Flow Engine', '2878'), (17711, '0002', 'Multi-touch HID Controller', '2879'), (17712, '0241', 'AirView2-EXT', '2880'), (17713, 'b0b1', 'UniFi VoIP Phone', '2880'), (17714, '104d', 'ES65', '2881'), (17715, '0232', 'U770 3G/4G Wimax/4G LTE Modem', '2882'), (17716, '0040', 'M311 Fingerprint Scanner', '2883'), (17717, '212c', 'M30x (Mercury) fingerprint sensor', '2883'), (17718, '0001', 'Wi-Fi Body Scale (WBS01)', '2884'), (17719, '0001', 'Expert Key - Data aquisition system', '2886'), (17720, '0003', 'LPC1343', '2887'), (17721, '000c', 'LPC4330FET180 [ARM Cortex M4 + M0] (device firmware upgrade mode)', '2887'), (17722, '0082', 'LPC4330FET180 [ARM Cortex M4 + M0] (mass storage controller mode)', '2887'), (17723, '010b', 'PR533', '2887'), (17724, '0126', 'i.MX 7ULP SystemOnChip in RecoveryMode', '2887'), (17725, '012b', 'i.MX 8M Dual/8M QuadLite/8M Quad Serial Downloader', '2887'), (17726, '5002', 'PTN5002 [Startech VGA/DVI-D adapter]', '2887'), (17727, '8124', 'SharkRF Bootloader', '2887'), (17728, '824c', 'LumiNode1', '2887'), (17729, '0001', 'UART Bridge', '2888'), (17730, '1000', 'VW100 series CDMA EV-DO Rev.A modem', '2889'), (17731, '0013', 'CVTouch Screen (HID)', '2890'), (17732, '001a', 'Human Interface Device', '2890'), (17733, '0081', 'AVR Programmer', '2891'), (17734, '0083', 'Jrk 21v3 Motor Controller', '2891'), (17735, '0089', 'Micro Maestro 6-Servo Controller', '2891'), (17736, '008a', 'Mini Maestro 12-Channel Servo Controller', '2891'), (17737, '008b', 'Mini Maestro 18-Channel Servo Controller', '2891'), (17738, '008c', 'Mini Maestro 24-Channel Servo Controller', '2891'), (17739, '00b0', 'AVR Programmer v2', '2891'), (17740, '1f0c', 'HP StreamSmart 410 [NW278AA]', '2893'), (17741, '0001', 'DWL-120 WIRELESS ADAPTER', '2894'), (17742, '0201', 'DHN-120 10Mb Home Phoneline Adapter', '2894'), (17743, '1a00', 'DUB-E100 Fast Ethernet Adapter(rev.A) [ASIX AX88172]', '2894'), (17744, '1a02', 'DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772]', '2894'), (17745, '200c', '10/100 Ethernet', '2894'), (17746, '3101', 'DWA-182 AC1200 DB Wireless Adapter(rev.A1) [Broadcom BCM43526]', '2894'), (17747, '3200', 'DWL-120 802.11b Wireless Adapter(rev.E1) [Atmel at76c503a]', '2894'), (17748, '3301', 'DWA-130 802.11n Wireless N Adapter(rev.C1) [Realtek RTL8192U]', '2894'), (17749, '3306', 'DWL-G122 Wireless Adapter(rev.F1) [Realtek RTL8188SU]', '2894'), (17750, '3308', 'DWA-121 802.11n Wireless N 150 Pico Adapter [Realtek RTL8188CUS]', '2894'), (17751, '3309', 'DWA-135 802.11n Wireless N Adapter(rev.A1) [Realtek RTL8192CU]', '2894'), (17752, '330a', 'DWA-133 802.11n Wireless N Adapter [Realtek RTL8192CU]', '2894'), (17753, '330d', 'DWA-131 802.11n Wireless N Nano Adapter (rev.B1) [Realtek RTL8192CU]', '2894'), (17754, '330f', 'DWA-125 Wireless N 150 Adapter(rev.D1) [Realtek RTL8188ETV]', '2894'), (17755, '3310', 'DWA-123 Wireless N 150 Adapter (rev.D1)', '2894'), (17756, '3314', 'DWA-171 AC600 DB Wireless Adapter(rev.A1) [Realtek RTL8811AU]', '2894'), (17757, '3315', 'DWA-182 Wireless AC Dualband Adapter(rev.C) [Realtek RTL8812AU]', '2894'), (17758, '3317', 'DWA-137 Wireless N High-Gain Adapter [Ralink RT5372]', '2894'), (17759, '3319', 'DWA-131 Wireless N Nano Adapter (Rev. E1) [Realtek RTL8192EU]', '2894'), (17760, '3500', 'Elitegroup Computer Systems WLAN card WL-162', '2894'), (17761, '3700', 'DWL-122 802.11b [Intersil Prism 3]', '2894'), (17762, '3701', 'DWL-G120 Spinnaker 802.11g [Intersil ISL3886]', '2894'), (17763, '3702', 'DWL-120 802.11b Wireless Adapter(rev.F) [Intersil ISL3871]', '2894'), (17764, '3703', 'AirPlus G DWL-G122 Wireless Adapter(rev.A1) [Intersil ISL3880]', '2894'), (17765, '3704', 'AirPlus G DWL-G122 Wireless Adapter(rev.A2) [Intersil ISL3887]', '2894'), (17766, '3705', 'AirPlus G DWL-G120 Wireless Adapter(rev.C) [Intersil ISL3887]', '2894'), (17767, '3761', 'IEEE 802.11g USB2.0 Wireless Network Adapter-PN', '2894'), (17768, '3a00', 'DWL-AG132 [Atheros AR5523]', '2894'), (17769, '3a01', 'DWL-AG132 (no firmware) [Atheros AR5523]', '2894'), (17770, '3a02', 'DWL-G132 [Atheros AR5523]', '2894'), (17771, '3a03', 'DWL-G132 (no firmware) [Atheros AR5523]', '2894'), (17772, '3a04', 'DWL-AG122 [Atheros AR5523]', '2894'), (17773, '3a05', 'DWL-AG122 (no firmware) [Atheros AR5523]', '2894'), (17774, '3a80', 'AirPlus Xtreme G DWL-G132 Wireless Adapter', '2894'), (17775, '3a81', 'predator Bootloader Download', '2894'), (17776, '3a82', 'AirPremier AG DWL-AG132 Wireless Adapter', '2894'), (17777, '3a83', 'predator Bootloader Download', '2894'), (17778, '3b00', 'AirPlus DWL-120+ Wireless Adapter [Texas Instruments ACX100USB]', '2894'), (17779, '3b01', 'WLAN Boot Device', '2894'), (17780, '3c00', 'AirPlus G DWL-G122 Wireless Adapter(rev.B1) [Ralink RT2571]', '2894'), (17781, '3c01', 'AirPlus AG DWL-AG122 Wireless Adapter', '2894'), (17782, '3c02', 'AirPlus G DWL-G122 Wireless Adapter', '2894'), (17783, '3c05', 'DUB-E100 Fast Ethernet Adapter(rev.B1) [ASIX AX88772]', '2894'), (17784, '3c15', 'DWA-140 RangeBooster N Adapter(rev.B3) [Ralink RT5372]', '2894'), (17785, '3c17', 'DWA-123 Wireless N 150 Adapter(rev.A1) [Ralink RT3370]', '2894'), (17786, '3c19', 'DWA-125 Wireless N 150 Adapter(rev.A3) [Ralink RT5370]', '2894'), (17787, '3c1a', 'DWA-160 802.11abgn Xtreme N Dual Band Adapter(rev.B2) [Ralink RT5572]', '2894'), (17788, '3c1b', 'DWA-127 Wireless N 150 High-Gain Adapter(rev.A1) [Ralink RT3070]', '2894'), (17789, '3c1e', 'DWA-125 Wireless N 150 Adapter(rev.B1) [Ralink RT5370]', '2894'), (17790, '4000', 'DSB-650C Ethernet [klsi]', '2894'), (17791, '4001', 'DSB-650TX Ethernet [pegasus]', '2894'), (17792, '4002', 'DSB-650TX Ethernet [pegasus]', '2894'), (17793, '4003', 'DSB-650TX-PNA Ethernet [pegasus]', '2894'), (17794, '400b', '10/100 Ethernet', '2894'), (17795, '4102', '10/100 Ethernet', '2894'), (17796, '4a00', 'DUB-1312 Gigabit Ethernet Adapter', '2894'), (17797, '5100', 'DSL-200 ADSL ATM Modem', '2894'), (17798, '5102', 'DSL-200 ADSL Loader', '2894'), (17799, '5b00', 'Remote NDIS Network Device', '2894'), (17800, '9414', 'Cable Modem', '2894'), (17801, '9b00', 'Broadband Cable Modem Remote NDIS Device', '2894'), (17802, 'abc1', 'DSB-650 Ethernet [pegasus]', '2894'), (17803, 'f013', 'DLink 7 port USB2.0 Hub', '2894'), (17804, 'f103', 'DUB-H7 7-port USB 2.0 hub', '2894'), (17805, 'f10d', 'Accent Communications Modem', '2894'), (17806, 'f110', 'DUB-AV300 A/V Capture', '2894'), (17807, 'f111', 'DBT-122 Bluetooth adapter', '2894'), (17808, 'f112', 'DUB-T210 Audio Device', '2894'), (17809, 'f116', 'Formosa 2', '2894'), (17810, 'f117', 'Formosa 3', '2894'), (17811, 'f118', 'Formosa 4', '2894'), (17812, 'ea61', 'dc3500', '2896'), (17813, '5004', 'datAshur 4GB', '2898'), (17814, '5016', 'datAshur 16GB', '2898'), (17815, '5032', 'datAshur 32GB', '2898'), (17816, '100b', 'Play audio soundcard', '2899'), (17817, '0242', 'QuatroStick 510e', '2900'), (17818, '0245', 'PCTV 73ESE', '2900'), (17819, '0246', 'PCTV 74E', '2900'), (17820, '0248', 'PCTV 282E', '2900'), (17821, '024c', 'DVB-S2 Stick 460e', '2900'), (17822, '024f', 'nanoStick T2 290e', '2900'), (17823, '0251', 'QuatroStick nano 520e', '2900'), (17824, '0258', 'DVB-S2 Stick 461e', '2900'), (17825, '025a', 'AndroiDTV 78e', '2900'), (17826, '025f', 'tripleStick 292e', '2900'), (17827, '0262', 'microStick 79e', '2900'), (17828, '0406', 'Eumex 800', '2901'), (17829, '0408', 'Eumex 800', '2901'), (17830, '3220', 'GW-US11S WLAN [Atmel AT76C503A]', '2902'), (17831, '4901', 'GW-USSuper300 802.11bgn Wireless Adapter [Realtek RTL8191SU]', '2902'), (17832, '4903', 'GW-USFang300 802.11abgn Wireless Adapter [Realtek RTL8192DU]', '2902'), (17833, '4904', 'GW-USUltra300 802.11abgn Wireless Adapter [Realtek RTL8192DU]', '2902'), (17834, '5303', 'GW-US54GXS 802.11bg', '2902'), (17835, '5304', 'GWUS300 802.11n', '2902'), (17836, 'ab01', 'GW-US54HP', '2902'), (17837, 'ab24', 'GW-US300MiniS', '2902'), (17838, 'ab25', 'GW-USMini2N 802.11n Wireless Adapter [Ralink RT2870]', '2902'), (17839, 'ab28', 'GW-USNano', '2902'), (17840, 'ab29', 'GW-USMicro300', '2902'), (17841, 'ab2a', 'GW-USNano2 802.11n Wireless Adapter [Realtek RTL8188CUS]', '2902'), (17842, 'ab2b', 'GW-USEco300 802.11bgn Wireless Adapter [Realtek RTL8192CU]', '2902'), (17843, 'ab2c', 'GW-USDual300 802.11abgn Wireless Adapter [Realtek RTL8192DU]', '2902'), (17844, 'ab50', 'GW-US54Mini2', '2902'), (17845, 'c002', 'GW-US54SG', '2902'), (17846, 'c007', 'GW-US54GZL', '2902'), (17847, 'ed02', 'GW-USMM', '2902'), (17848, 'ed06', 'GW-US300MiniW 802.11bgn Wireless Adapter', '2902'), (17849, 'ed10', 'GW-US300Mini2', '2902'), (17850, 'ed14', 'GW-USMicroN', '2902'), (17851, 'ed16', 'GW-USMicroN2W 802.11bgn Wireless Adapter [Realtek RTL8188SU]', '2902'), (17852, 'ed17', 'GW-USValue-EZ 802.11n Wireless Adapter [Realtek RTL8188CUS]', '2902'), (17853, 'ed18', 'GW-USHyper300 / GW-USH300N 802.11bgn Wireless Adapter [Realtek RTL8191SU]', '2902'), (17854, '2009', 'CE100 CDMA EVDO', '2903'), (17855, '1480', 'ENUWI-N3 [802.11n Wireless N150 Adapter]', '2905'), (17856, '0265', 'WinTV-dualHD DVB', '2906'), (17857, '026d', 'WinTV-dualHD ATSC', '2906'), (17858, '0c80', 'Windham', '2906'), (17859, '0c90', 'Windham', '2906'), (17860, '1605', 'WinTV-HVR 930C HD', '2906'), (17861, '1700', 'CataMount', '2906'), (17862, '1800', 'Okemo A', '2906'), (17863, '1801', 'Okemo B', '2906'), (17864, '2000', 'Tiger Minicard', '2906'), (17865, '2009', 'Tiger Minicard R2', '2906'), (17866, '200a', 'Tiger Minicard', '2906'), (17867, '2010', 'Tiger Minicard', '2906'), (17868, '2011', 'WinTV MiniCard [Dell Digital TV Receiver]', '2906'), (17869, '2019', 'Tiger Minicard', '2906'), (17870, '2400', 'WinTV PVR USB2 (Model 24019)', '2906'), (17871, '4200', 'WinTV', '2906'), (17872, '4700', 'WinTV Nova-S-USB2', '2906'), (17873, '4902', 'HD PVR', '2906'), (17874, '4903', 'HS PVR', '2906'), (17875, '4982', 'HD PVR', '2906'), (17876, '5500', 'Windham', '2906'), (17877, '5510', 'Windham', '2906'), (17878, '5520', 'Windham', '2906'), (17879, '5530', 'Windham', '2906'), (17880, '5580', 'Windham', '2906'), (17881, '5590', 'Windham', '2906'), (17882, '6500', 'WinTV HVR-900', '2906'), (17883, '6502', 'WinTV HVR-900', '2906'), (17884, '6503', 'WinTV HVR-930', '2906'), (17885, '6513', 'WinTV HVR-950/HVR-980', '2906'), (17886, '6600', 'WinTV HVR-900H (Model 660xx)', '2906'), (17887, '7050', 'Nova-T Stick', '2906'), (17888, '7060', 'Nova-T Stick 2', '2906'), (17889, '7070', 'Nova-T Stick 3', '2906'), (17890, '7240', 'WinTV HVR-850', '2906'), (17891, '8400', 'WinTV Nova-T-500', '2906'), (17892, '9300', 'WinTV NOVA-T USB2 (cold)', '2906'), (17893, '9301', 'WinTV NOVA-T USB2 (warm)', '2906'), (17894, '9941', 'WinTV Nova-T-500', '2906'), (17895, '9950', 'WinTV Nova-T-500', '2906'), (17896, 'b123', 'WinTV-HVR-955Q', '2906'), (17897, 'b138', 'WinTV-HVR-900 model 00246 [WinTV-T Video]', '2906'), (17898, 'b910', 'Windham', '2906'), (17899, 'b980', 'Windham', '2906'), (17900, 'b990', 'Windham', '2906'), (17901, 'c000', 'Windham', '2906'), (17902, 'c010', 'Windham', '2906'), (17903, '0013', 'MSP eZ-FET lite', '2907'), (17904, '0014', 'MSP-FET', '2907'), (17905, '0200', 'MSP430 Bootloader', '2907'), (17906, '0203', 'eZ-FET Bootloader', '2907'), (17907, '0204', 'MSP-FET Bootloader', '2907'), (17908, '0300', 'MSP430 CDC Example', '2907'), (17909, '0301', 'MSP430 HID Datapipe Example', '2907'), (17910, '0302', 'MSP430 CDC+HID Example', '2907'), (17911, '0309', 'MSP430 HID Mouse Example', '2907'), (17912, '0313', 'MSP430 CDC+CDC Example', '2907'), (17913, '0314', 'MSP430 HID+HID Example', '2907'), (17914, '0315', 'MSP430 HID Keyboard Example', '2907'), (17915, '0316', 'MSP430 MSC File System Emulation Example', '2907'), (17916, '0317', 'MSP430 MSC SD Card Example', '2907'), (17917, '0318', 'MSP430 MSC Multiple LUNs Example', '2907'), (17918, '0319', 'MSP430 MSC+CDC+HID Example', '2907'), (17919, '0320', 'MSP430 SYSBIOS Tasks MSC+CDC+HID Example', '2907'), (17920, '0321', 'MSP430 SYSBIOS SWIs MSC+CDC+HID Example', '2907'), (17921, '0322', 'MSP430 MSC Double-Buffering Example', '2907'), (17922, '0323', 'MSP430 MSC CD-ROM Example', '2907'), (17923, '03df', 'MSP430 User Experiment', '2907'), (17924, '03e0', 'MSP430 User Experiment', '2907'), (17925, '03e1', 'MSP430 User Experiment', '2907'), (17926, '03e2', 'MSP430 User Experiment', '2907'), (17927, '03e3', 'MSP430 User Experiment', '2907'), (17928, '03e4', 'MSP430 User Experiment', '2907'), (17929, '03e5', 'MSP430 User Experiment', '2907'), (17930, '03e6', 'MSP430 User Experiment', '2907'), (17931, '03e7', 'MSP430 User Experiment', '2907'), (17932, '03e8', 'MSP430 User Experiment', '2907'), (17933, '03e9', 'MSP430 User Experiment', '2907'), (17934, '03ea', 'MSP430 User Experiment', '2907'), (17935, '03eb', 'MSP430 User Experiment', '2907'), (17936, '03ec', 'MSP430 User Experiment', '2907'), (17937, '03ed', 'MSP430 User Experiment', '2907'), (17938, '03ee', 'MSP430 User Experiment', '2907'), (17939, '03ef', 'MSP430 User Experiment', '2907'), (17940, '03f0', 'MSP430 User Experiment', '2907'), (17941, '03f1', 'MSP430 User Experiment', '2907'), (17942, '03f2', 'MSP430 User Experiment', '2907'), (17943, '03f3', 'MSP430 User Experiment', '2907'), (17944, '03f4', 'MSP430 User Experiment', '2907'), (17945, '03f5', 'MSP430 User Experiment', '2907'), (17946, '03f6', 'MSP430 User Experiment', '2907'), (17947, '03f7', 'MSP430 User Experiment', '2907'), (17948, '03f8', 'MSP430 User Experiment', '2907'), (17949, '03f9', 'MSP430 User Experiment', '2907'), (17950, '03fa', 'MSP430 User Experiment', '2907'), (17951, '03fb', 'MSP430 User Experiment', '2907'), (17952, '03fc', 'MSP430 User Experiment', '2907'), (17953, '03fd', 'MSP430 User Experiment', '2907'), (17954, '0401', 'MSP430 Keyboard Example', '2907'), (17955, '0855', 'Invensense Embedded MotionApp HID Sensor', '2907'), (17956, '08f8', 'FDC2x14/LDC13xx/LDC16xx EVM', '2907'), (17957, '0964', 'Inventio Software MSP430', '2907'), (17958, '0a76', 'GEOKON S-3810A-5 USB-RS485 CONVERTER', '2907'), (17959, 'ffe7', 'HID v1.00 Device [Improv Device]', '2907'), (17960, '2058', 'ViperBoard I2C, SPI, GPIO interface', '2908'), (17961, '9002', 'W1M100 HSPA/WCDMA Module', '2909'), (17962, '0001', 'nook', '2910'), (17963, '0002', 'NOOKcolor', '2910'), (17964, '0003', 'NOOK Simple Touch', '2910'), (17965, '0004', 'NOOK Tablet', '2910'), (17966, '0005', 'BNTV600 [Nook HD+]', '2910'), (17967, '0006', 'BNTV400 [Nook HD]', '2910'), (17968, '0007', 'BNRV500 [Nook Glowlight]', '2910'), (17969, '000a', 'BNRV510 [Nook Glowlight Plus]', '2910'), (17970, '000b', 'BNRV520 [Nook Glowlight 3]', '2910'), (17971, '000c', 'BNRV700 [Nook Glowlight Plus]', '2910'), (17972, '0a01', 'Multi Touch Panel', '2912'), (17973, '0a02', 'Multi Touch Panel', '2912'), (17974, '0b03', 'Multi Touch Panel', '2912'), (17975, '0006', 'flirc', '2913'), (17976, '4107', 'GPF Crypto Stick V1.2', '2913'), (17977, '4123', 'IKALOGIC SCANALOGIC 2', '2913'), (17978, '414a', 'MDE SPI Interface', '2913'), (17979, '415a', 'OpenPilot', '2913'), (17980, '415b', 'CopterControl', '2913'), (17981, '415c', 'PipXtreme', '2913'), (17982, '41e5', 'BlinkStick', '2913'), (17983, '4211', 'Nitrokey Start', '2913'), (17984, '4223', 'ATSAMD21 [castAR]', '2913'), (17985, '428d', 'Electrosense wideband converter', '2913'), (17986, '10ad', 'XUSB Loader', '2914'), (17987, 'f7d1', 'XTAG2 - JTAG Adapter', '2914'), (17988, '0a18', '10.1 Touch screen overlay', '2915'), (17989, '0713', 'Milkymist JTAG/serial', '2916'), (17990, '1540', 'ben-wpan, AT86RF230-based', '2916'), (17991, '1db5', 'IDBG in DFU mode', '2916'), (17992, '1db6', 'IDBG in normal mode', '2916'), (17993, '9db1', 'Glasgow Debug Tool', '2916'), (17994, 'c25b', 'C2 Dongle', '2916'), (17995, 'cb72', 'ben-wpan, cntr', '2916'), (17996, '5500', 'Frostbite controller', '2917'), (17997, '0012', 'RF Sythesizer 250-4200MHz model SSG-4000LH', '2918'), (17998, '0021', 'RF Switch Matrix', '2918'), (17999, '0022', 'I/O Controller', '2918'), (18000, '0001', 'Entropy Key [UDEKEY01]', '2919'), (18001, '2102', 'EWLA V2 Module', '2920'), (18002, '0101', 'iCube3 Camera', '2921'), (18003, '646b', 'TEW-646UBH High Power 150Mbps Wireless N Adapter [Realtek RTL8188SU]', '2922'), (18004, '648b', 'TEW-648UBM 802.11n 150Mbps Micro Wireless N Adapter [Realtek RTL8188CUS]', '2922'), (18005, '664b', 'TEW-664UB H/W:V2.0R', '2922'), (18006, '804b', 'TEW-804UB 802.11a/b/g/n/ac (1x1) Wireless Adapter [Realtek RTL8811AU]', '2922'), (18007, '805b', 'TEW-805UB 300Mbps+867Mbps Wireless AC Adapter [Realtek RTL8812AU]', '2922'), (18008, '806b', 'TEW-806UBH 802.11a/b/g/n/ac (1x1) Wireless Adapter [MediaTek MT7610U]', '2922'), (18009, '3001', 'MQ or MD camera', '2923'), (18010, '3002', 'MU camera', '2923'), (18011, '3021', 'MJ camera', '2923'), (18012, '30b3', 'MQ in U3V mode or MC camera', '2923'), (18013, 'a003', 'MU camera', '2923'), (18014, '0e56', 'USB62C Radio Cable [Yaesu 857/D - 897/D]', '2924'), (18015, '9e50', 'USB-59 Radio Cable [Yaesu VX-8/D/DR]', '2924'), (18016, '9e52', 'Yaesu VX-7', '2924'), (18017, '9e54', 'CT29B Radio Cable', '2924'), (18018, '9e57', 'RTS01 Radio Cable', '2924'), (18019, '9e58', 'USB63C Radio Cable [Yaesu FTDX-1200]', '2924'), (18020, '9e5d', 'K4Y Radio Cable', '2924'), (18021, '9e5f', 'FT232RL [RTS05 Serial Cable]', '2924'), (18022, '0201', 'SIIG 4-to-2 Printer Switch', '2925'), (18023, '1402', 'Keyboard/Mouse Switch', '2925'), (18024, '0050', 'Eye tracker [EYEX2]', '2926'), (18025, '0124', 'Eyechip', '2926'), (18026, '0210', 'Hub', '2928'), (18027, '0700', 'VL700 SATA 3Gb/s bridge', '2928'), (18028, '0701', 'VL701 SATA 3Gb/s bridge', '2928'), (18029, '0711', 'VL711 SATA 6Gb/s bridge', '2928'), (18030, '0715', 'VL817 SATA Adaptor', '2928'), (18031, '0810', 'VL81x Hub', '2928'), (18032, '0811', 'Hub', '2928'), (18033, '0812', 'VL812 Hub', '2928'), (18034, '0813', 'VL813 Hub', '2928'), (18035, '0820', 'VL820 Hub', '2928'), (18036, '2210', 'Hub', '2928'), (18037, '2811', 'Hub', '2928'), (18038, '2812', 'VL812 Hub', '2928'), (18039, '2813', 'VL813 Hub', '2928'), (18040, '2820', 'VL820 Hub', '2928'), (18041, '3431', 'Hub', '2928'), (18042, '711f', 'External', '2928'), (18043, '8110', 'Hub', '2928'), (18044, '0137', 'DepthSense 311 (3D)', '2929'), (18045, '0145', 'DepthSense 325', '2929'), (18046, '8000', 'DepthSense 311 (Color)', '2929'), (18047, '000a', 'IDE Hard Drive Enclosure', '2930'), (18048, '6801', 'CDMA Products', '2931'), (18049, '1010', 'Rocket Launcher', '2932'), (18050, '0000', 'Bootloader', '2933'), (18051, '0010', 'MCB-100 Series', '2933'), (18052, '0001', 'LCD Signature Pad Sigma', '2934'), (18053, '0018', 'Delta Pen', '2934'), (18054, '0019', 'Delta Touch', '2934'), (18055, '001c', 'Kronos Pen', '2934'), (18056, '0022', 'Epsilon Pen', '2934'), (18057, '211b', 'Touchscreen Controller', '2935'), (18058, '2306', 'TS58xxA/TC56xxA [CoolTouch]', '2935'), (18059, '2703', 'TS58xxA/TC56xxA [CoolTouch]', '2935'), (18060, '7000', '4-port hub [Maxxter ACT-HUB2-4P, HS8836, iSoul ultra-slim]', '2936'), (18061, '0005', 'Z - Gaming mouse [SM700]', '2937'), (18062, '2031', 'Network Blaster Wireless Adapter', '2938'), (18063, '500c', 'DE5771 Modem Blaster', '2938'), (18064, '8001', 'Broadxent BritePort DSL Bridge 8010U', '2938'), (18065, '600b', 'TH-D74', '2939'), (18066, '0005', 'GDS-3000 Oscilloscope', '2940'), (18067, '0006', 'GDS-3000 Oscilloscope', '2940'), (18068, '0011', 'AFG Function Generator (CDC)', '2940'), (18069, '0017', 'DSO', '2940'), (18070, '0018', 'DSO', '2940'), (18071, '0036', 'AFG-125 Function Generator (CDC)', '2940'), (18072, '0610', 'Hub', '2941'), (18073, '0611', 'Hub', '2941'), (18074, '0620', 'Hub', '2941'), (18075, '0625', 'Hub', '2941'), (18076, '0754', 'Card Reader', '2941'), (18077, '4042', 'CalDigit Pro Audio', '2941'), (18078, '0010', 'USB 2200 K Secure Sign Token', '2942'), (18079, '0001', 'EPOC Consumer Headset Wireless Dongle', '2943'), (18080, 'ac27', 'SPORTS Active 2 Wireless Controller for PS3', '2944'), (18081, 'ac40', 'SPORTS Active 2 Wireless Controller for Wii', '2944'), (18082, '1001', '16-channel Logic Analyzer [Logic16]', '2945'), (18083, '1003', 'Logic 4', '2945'), (18084, '1004', 'Logic8', '2945'), (18085, '1005', 'Logic Pro 8', '2945'), (18086, '1006', 'Logic Pro 16', '2945'), (18087, '0010', 'RC700 NFC SmartCard Reader', '2946'), (18088, '0011', 'DSR700 SmartCard Reader', '2946'), (18089, '0081', 'DragonFly', '2947'), (18090, '0082', 'DragonFly Red', '2947'), (18091, '0002', 'Seismic recorder [Tellus]', '2948'), (18092, '0010', 'GoClever Tab R83', '2949'), (18093, '0011', 'SmartTab', '2949'), (18094, '281a', 'RK2818 in Mask ROM mode', '2949'), (18095, '290a', 'RK2918 in Mask ROM mode', '2949'), (18096, '292a', 'RK2928 in Mask ROM mode', '2949'), (18097, '292c', 'RK3026 in Mask ROM mode', '2949'), (18098, '300a', 'RK3066 in Mask ROM mode', '2949'), (18099, '300b', 'RK3168 in Mask ROM mode', '2949'), (18100, '301a', 'RK3036 in Mask ROM mode', '2949'), (18101, '310a', 'RK3066B in Mask ROM mode', '2949'), (18102, '310b', 'RK3188 in Mask ROM mode', '2949'), (18103, '310c', 'RK3126/RK3128 in Mask ROM mode', '2949'), (18104, '310d', 'RK3126 in Mask ROM mode', '2949'), (18105, '320a', 'RK3288 in Mask ROM mode', '2949'), (18106, '320b', 'RK3228/RK3229 in Mask ROM mode', '2949'), (18107, '320c', 'RK3328 in Mask ROM mode', '2949'), (18108, '330a', 'RK3368 in Mask ROM mode', '2949'), (18109, '330c', 'RK3399 in Mask ROM mode', '2949'), (18110, '0100', 'FPGA Boards', '2950'), (18111, '0004', 'iWebKey Keyboard', '2951'), (18112, '0005', 'ICEKey Keyboard', '2951'), (18113, '1001', 'Generic Hub', '2951'), (18114, '2520', 'Mini Tablet', '2951'), (18115, '4050', 'AirStick joystick', '2951'), (18116, '3105', 'SKYDATA SKD-U100', '2953'), (18117, '0001', 'Multi-Touch Screen', '2954'), (18118, '0037', 'Multi-Touch Screen', '2954'), (18119, '0001', 'UD-160-A / M Integrated Hub', '2955'), (18120, '0003', 'DC-125 / M Integrated Hub', '2955'), (18121, '1005', 'WebCam SCB-0385N', '2956'), (18122, '1024', 'Webcam SC-13HDL11624N [Namuga Co., Ltd.]', '2956'), (18123, '1028', 'WebCam SC-03FFL11939N', '2956'), (18124, '1029', 'WebCam SC-13HDL11939N', '2956'), (18125, '1037', 'WebCam SC-03FFM12339N', '2956'), (18126, '1045', 'WebCam SC-10HDP12631N', '2956'), (18127, '6323', 'USB Electronic Scale', '2957'), (18128, '4161', 'eReader White', '2958'), (18129, '4163', 'Touch', '2958'), (18130, '4173', 'Glo', '2958'), (18131, '1500', 'AST1500/1510 PC-over-LAN Virtual Hub', '2959'), (18132, '0001', 'Access Point', '2960'), (18133, '0002', 'Docking Station', '2960'), (18134, '0004', 'V2 Opal ACM', '2960'), (18135, '0005', 'V2 Opal', '2960'), (18136, '0006', 'V2 Docking Station', '2960'), (18137, '0007', 'V2 Access Point ACM', '2960'), (18138, '0008', 'V2 Access Point', '2960'), (18139, '1007', 'LV3 MIDI Controller', '2961'), (18140, '0001', 'FINGER VP Multimodal Biometric Sensor', '2962'), (18141, '0008', 'CBM-E3 Fingerprint Sensor', '2962'), (18142, '0009', 'CBM-V3 Fingerprint Sensor', '2962'), (18143, '000a', 'MSO1300-E3 Fingerprint Sensor', '2962'), (18144, '000b', 'MSO1300-V3 Fingerprint Sensor', '2962'), (18145, '000c', 'MSO1350-E3 Fingerprint Sensor & SmartCard Reader', '2962'), (18146, '000d', 'MSO1350-V3 Fingerprint Sensor & SmartCard Reader', '2962'), (18147, '000e', 'MorphoAccess SIGMA Biometric Access Control Terminal', '2962'), (18148, '9015', 'Tablet 2', '2962'), (18149, '9024', 'Tablet 2', '2962'), (18150, '9039', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18151, '904d', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18152, '904e', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18153, '9091', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18154, '9092', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18155, 'f000', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18156, 'f003', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18157, 'f006', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18158, 'f00e', 'Tablet 2 secure multifunction biometric tablet', '2962'), (18159, '0001', 'Terminal Bike Key Reader', '2964'), (18160, 'ffff', 'PieKey "beta" 4GB model 4E4F41482E4F5247 (SM3251Q BB)', '2966'), (18161, '1001', 'FortiGate Device', '2967'), (18162, '1000', 'Netduino MCU pcb', '2968'), (18163, '0001', 'Wally 2.2 chipset', '2969'), (18164, '0002', 'Wally 2.4 chipset', '2969'), (18165, '0005', 'V.60c/V.60i GSM Phone', '2969'), (18166, '002e', 'XT1806', '2969'), (18167, '0830', '2386C-HT820', '2969'), (18168, '0833', '2386C-HT820 [Flash Mode]', '2969'), (18169, '0850', 'Bluetooth Device', '2969'), (18170, '1001', 'Patriot 1.0 (GSM) chipset', '2969'), (18171, '1002', 'Patriot 2.0 chipset', '2969'), (18172, '1005', 'T280e GSM/GPRS Phone', '2969'), (18173, '1101', 'Patriot 1.0 (TDMA) chipset', '2969'), (18174, '1801', 'Rainbow chipset flash', '2969'), (18175, '2035', 'Bluetooth Device', '2969'), (18176, '2805', 'GSM Modem', '2969'), (18177, '2821', 'T720 GSM Phone', '2969'), (18178, '2822', 'V.120e GSM Phone', '2969'), (18179, '2823', 'Flash Interface', '2969'), (18180, '2a01', 'MSM6050 chipset', '2969'), (18181, '2a02', 'CDMA modem', '2969'), (18182, '2a03', 'MSM6050 chipset flash', '2969'), (18183, '2a21', 'V710 GSM Phone (P2K)', '2969'), (18184, '2a22', 'V710 GSM Phone (AT)', '2969'), (18185, '2a23', 'MSM6100 chipset flash', '2969'), (18186, '2a41', 'MSM6300 chipset', '2969'), (18187, '2a42', 'Usb Modem', '2969'), (18188, '2a43', 'MSM6300 chipset flash', '2969'), (18189, '2a61', 'E815 GSM Phone (P2K)', '2969'), (18190, '2a62', 'E815 GSM Phone (AT)', '2969'), (18191, '2a63', 'MSM6500 chipset flash', '2969'), (18192, '2a81', 'MSM6025 chipset', '2969'), (18193, '2a83', 'MSM6025 chipset flash', '2969'), (18194, '2ac1', 'MSM6100 chipset', '2969'), (18195, '2ac3', 'MSM6100 chipset flash', '2969'), (18196, '2d78', 'XT300[SPICE]', '2969'), (18197, '2e82', 'XT1541 [Moto G 3rd Gen]', '2969'), (18198, '2e83', 'XT1033 [Moto G], PTP mode', '2969'), (18199, '3001', 'A835/E1000 GSM Phone (P2K)', '2969'), (18200, '3002', 'A835/E1000 GSM Phone (AT)', '2969'), (18201, '3801', 'C350L/C450 (P2K)', '2969'), (18202, '3802', 'C330/C350L/C450/EZX GSM Phone (AT)', '2969'), (18203, '3803', 'Neptune LT chipset flash', '2969'), (18204, '4001', 'OMAP 1.0 chipset', '2969'), (18205, '4002', 'A920/A925 UMTS Phone', '2969'), (18206, '4003', 'OMAP 1.0 chipset flash', '2969'), (18207, '4008', 'OMAP 1.0 chipset RDL', '2969'), (18208, '41d6', 'Droid X (Windows media mode)', '2969'), (18209, '41d9', 'Droid/Milestone', '2969'), (18210, '41db', 'Droid/Milestone (Debug mode)', '2969'), (18211, '41de', 'Droid X (PC mode)', '2969'), (18212, '4204', 'MPx200 Smartphone', '2969'), (18213, '4214', 'MPc GSM', '2969'), (18214, '4224', 'MPx220 Smartphone', '2969'), (18215, '4234', 'MPc CDMA', '2969'), (18216, '4244', 'MPx100 Smartphone', '2969'), (18217, '4285', 'Droid X (Mass storage)', '2969'), (18218, '42d9', 'XT910 [Droid RAZR]', '2969'), (18219, '4801', 'Neptune LTS chipset', '2969'), (18220, '4803', 'Neptune LTS chipset flash', '2969'), (18221, '4810', 'Triplet GSM Phone (storage)', '2969'), (18222, '4901', 'Triplet GSM Phone (P2K)', '2969'), (18223, '4902', 'Triplet GSM Phone (AT)', '2969'), (18224, '4903', 'Neptune LTE chipset flash', '2969'), (18225, '4a01', 'Neptune LTX chipset', '2969'), (18226, '4a03', 'Neptune LTX chipset flash', '2969'), (18227, '4a32', 'L6-imode Phone', '2969'), (18228, '5801', 'Neptune ULS chipset', '2969'), (18229, '5803', 'Neptune ULS chipset flash', '2969'), (18230, '5901', 'Neptune VLT chipset', '2969'), (18231, '5903', 'Neptune VLT chipset flash', '2969'), (18232, '6001', 'Dalhart EZX', '2969'), (18233, '6003', 'Dalhart flash', '2969'), (18234, '6004', 'EZX GSM Phone (CDC Net)', '2969'), (18235, '6006', 'MOTOROKR E6', '2969'), (18236, '6008', 'Dalhart RDL', '2969'), (18237, '6009', 'EZX GSM Phone (P2K)', '2969'), (18238, '600a', 'Dalhart EZX config 17', '2969'), (18239, '600b', 'Dalhart EZX config 18', '2969'), (18240, '600c', 'EZX GSM Phone (USBLAN)', '2969'), (18241, '6021', 'JUIX chipset', '2969'), (18242, '6023', 'JUIX chipset flash', '2969'), (18243, '6026', 'Flash RAM Downloader/miniOS', '2969'), (18244, '6027', 'USBLAN', '2969'), (18245, '604c', 'EZX GSM Phone (Storage)', '2969'), (18246, '6101', 'Talon integrated chipset', '2969'), (18247, '6401', 'Argon chipset', '2969'), (18248, '6403', 'Argon chipset flash', '2969'), (18249, '6411', 'ROKR Z6 (print mode)', '2969'), (18250, '6415', 'ROKR Z6 (MTP mode)', '2969'), (18251, '6422', 'ROKR Z6 (modem mode)', '2969'), (18252, '6426', 'ROKR Z6 (storage mode)', '2969'), (18253, '6604', 'Washington CDMA Phone', '2969'), (18254, '6631', 'CDC Modem', '2969'), (18255, '7001', 'Q Smartphone', '2969'), (18256, '7086', 'Atrix', '2969'), (18257, '70a8', 'Xoom Tablet', '2969'), (18258, 'fe01', 'StarTAC III MS900', '2969'), (18259, '0006', 'Touch Screen', '2970'), (18260, '0108', 'Double Shock Steering Wheel HID', '2971'), (18261, '0109', 'Double Shock Steering Wheel Hub', '2971'), (18262, '0601', 'naturaSign Pad Colour', '2972'), (18263, '0701', 'naturaSign Pad Mobile', '2972'), (18264, '0801', 'naturaSign Pad Comfort', '2972'), (18265, '0881', 'naturaSign Pad Flawless', '2972'), (18266, '0901', 'naturaSign Pad Classic', '2972'), (18267, '09e1', 'naturaSign Pad Biometric', '2972'), (18268, '0ce1', 'duraSign Pad Brilliance', '2972'), (18269, '0cf1', 'duraSign Pad Biometric 5.0', '2972'), (18270, '0d01', 'duraSign 10.0', '2972'), (18271, '0df1', 'duraSign Pad Biometric 10.0', '2972'), (18272, '1301', 'Mionix NAOS 8200 [STM32F103 MCU]', '2974'), (18273, '1308', 'Mionix Avior 7000', '2974'), (18274, '130c', 'Mionix Naos 7000', '2974'), (18275, '1316', 'Mionix Castor', '2974'), (18276, '2765', 'Oppo N1', '2975'), (18277, '2767', 'Oppo Find 5 (X909)', '2975'), (18278, '0003', 'IQ3 100MP IG030372', '2976'), (18279, '0004', 'BlueField SOC', '2977'), (18280, '0002', 'SINA Flash Drive', '2980'), (18281, '0003', 'SINA ID Token A', '2980'), (18282, '6512', '651N Audio', '2981'), (18283, '6969', 'Audio Prototype', '2981'), (18284, '7512', '751R Audio', '2981'), (18285, '770a', 'X70A Audio', '2981'), (18286, '850c', '851C Audio [Azur 850C]', '2981'), (18287, '851d', '851D Audio [Azur 851D]', '2981'), (18288, 'ca02', 'Audio', '2981'), (18289, 'ca04', 'Audio', '2981'), (18290, 'ca06', 'AmpMagic', '2981'), (18291, 'dac2', 'DacMagic Plus', '2981'), (18292, 'dac3', 'Azur DacMagic 100', '2981'), (18293, 'dac4', 'Azur DacMagic 100', '2981'), (18294, 'dac6', 'DacMagicXS 2.0', '2981'), (18295, 'dac8', 'Audio', '2981'), (18296, '0109', 'Studio PCTV USB (SECAM)', '2982'), (18297, '0110', 'Studio PCTV USB (PAL)', '2982'), (18298, '0111', 'Miro PCTV USB', '2982'), (18299, '0112', 'Studio PCTV USB (NTSC) with FM radio', '2982'), (18300, '0201', 'Systems MovieBox Device', '2982'), (18301, '0204', 'MovieBox USB_B', '2982'), (18302, '0205', 'DVC 150B', '2982'), (18303, '0206', 'Systems MovieBox Deluxe Device', '2982'), (18304, '0207', 'Dazzle DVC90 Video Device', '2982'), (18305, '0208', 'Studio PCTV USB2', '2982'), (18306, '020e', 'PCTV 200e', '2982'), (18307, '020f', 'PCTV 400e BDA Device', '2982'), (18308, '0210', 'Studio PCTV USB (PAL) with FM radio', '2982'), (18309, '0212', 'Studio PCTV USB (NTSC)', '2982'), (18310, '0213', '500-USB Device', '2982'), (18311, '0214', 'Studio PCTV USB (PAL) with FM radio', '2982'), (18312, '0216', 'PCTV 60e', '2982'), (18313, '0219', 'PCTV 260e', '2982'), (18314, '021a', 'Dazzle DVC100 Audio Device', '2982'), (18315, '021b', 'Dazzle DVC130/DVC170', '2982'), (18316, '021d', 'Dazzle DVC130', '2982'), (18317, '021e', 'Dazzle DVC170', '2982'), (18318, '021f', 'PCTV Sat HDTV Pro BDA Device', '2982'), (18319, '0222', 'PCTV Sat Pro BDA Device', '2982'), (18320, '0223', 'DazzleTV Sat BDA Device', '2982'), (18321, '0225', 'Remote Kit Infrared Transceiver', '2982'), (18322, '0226', 'PCTV 330e', '2982'), (18323, '0227', 'PCTV for Mac, HD Stick', '2982'), (18324, '0228', 'PCTV DVB-T Flash Stick', '2982'), (18325, '0229', 'PCTV Dual DVB-T 2001e', '2982'), (18326, '022a', 'PCTV 160e', '2982'), (18327, '022b', 'PCTV 71e [Afatech AF9015]', '2982'), (18328, '0232', 'PCTV 170e', '2982'), (18329, '0236', 'PCTV 72e [DiBcom DiB7000PC]', '2982'), (18330, '0237', 'PCTV 73e [DiBcom DiB7000PC]', '2982'), (18331, '023a', 'PCTV 801e', '2982'), (18332, '023b', 'PCTV 801e SE', '2982'), (18333, '023d', 'PCTV 340e', '2982'), (18334, '023e', 'PCTV 340e SE', '2982'), (18335, '0300', 'Studio Linx Video input cable (NTSC)', '2982'), (18336, '0301', 'Studio Linx Video input cable (PAL)', '2982'), (18337, '0302', 'Dazzle DVC120', '2982'), (18338, '0419', 'PCTV Bungee USB (PAL) with FM radio', '2982'), (18339, '061d', 'PCTV Deluxe (NTSC) Device', '2982'), (18340, '061e', 'PCTV Deluxe (PAL) Device', '2982'), (18341, '2304', '1689', '2982'), (18342, '0103', 'Huwaii 3g wireless modem', '2983'), (18343, '0011', 'CitiDISK Jr. IDE Enclosure', '2985'), (18344, '0014', 'TSM01 Air Mouse + Keyboard', '2986'), (18345, '0810', 'P2000', '2987'), (18346, '0010', 'EA-PS-2000 B Series Power Supply', '2988'), (18347, '0001', 'Uno (CDC ACM)', '2990'), (18348, '0010', 'Mega 2560 (CDC ACM)', '2990'), (18349, '0036', 'Leonardo Bootloader', '2990'), (18350, '003b', 'Serial Adapter (CDC ACM)', '2990'), (18351, '003d', 'Due Programming Port', '2990'), (18352, '003e', 'Due', '2990'), (18353, '003f', 'Mega ADK (CDC ACM)', '2990'), (18354, '0042', 'Mega 2560 R3 (CDC ACM)', '2990'), (18355, '0043', 'Uno R3 (CDC ACM)', '2990'), (18356, '0044', 'Mega ADK R3 (CDC ACM)', '2990'), (18357, '0045', 'Serial R3 (CDC ACM)', '2990'), (18358, '0049', 'ISP', '2990'), (18359, '8036', 'Leonardo (CDC ACM, HID)', '2990'), (18360, '8038', 'Robot Control Board (CDC ACM, HID)', '2990'), (18361, '8039', 'Robot Motor Board (CDC ACM, HID)', '2990'), (18362, '0000', 'Gnuk Token', '2992'), (18363, '0001', 'NeuG True RNG', '2992'), (18364, '0005', 'M7350 4G Mi-Fi Router', '2993'), (18365, '0100', 'TL-WN8200ND [Realtek RTL8192CU]', '2993'), (18366, '0101', 'RTL8812AU Archer T4U 802.11ac', '2993'), (18367, '0103', 'Archer T4UH wireless Realtek 8812AU', '2993'), (18368, '0105', 'Archer T1U 802.11a/n/ac Wireless Adapter [MediaTek MT7610U]', '2993'), (18369, '0106', 'Archer T9UH v1 [Realtek RTL8814AU]', '2993'), (18370, '0107', 'TL-WN821N v5/v6 [RTL8192EU]', '2993'), (18371, '0108', 'TL-WN822N Version 4 RTL8192EU', '2993'), (18372, '0109', 'TL-WN823N v2/v3 [Realtek RTL8192EU]', '2993'), (18373, '010b', 'Archer T2UHP [MediaTek MT7610U]', '2993'), (18374, '010c', 'TL-WN722N v2/v3 [Realtek RTL8188EUS]', '2993'), (18375, '010d', 'Archer T4U v2 [Realtek RTL8812AU]', '2993'), (18376, '010e', 'Archer T4UH v2 [Realtek RTL8812AU]', '2993'), (18377, '010f', 'Archer T4UHP [Realtek RTL8812AU]', '2993'), (18378, '0115', 'Archer T4U ver.3', '2993'), (18379, '011e', 'AC600 wireless Realtek RTL8811AU [Archer T2U Nano]', '2993'), (18380, '0120', 'Archer T2U PLUS [RTL8821AU]', '2993'), (18381, '012d', 'Archer T3U [Realtek RTL8812BU]', '2993'), (18382, '0200', 'MA 180 Zero CD', '2993'), (18383, '0201', 'HSUPA Modem MA180', '2993'), (18384, '0600', 'UE300 10/100/1000 LAN (mass storage CD-ROM mode) [Realtek RTL8153]', '2993'), (18385, '0601', 'UE300 10/100/1000 LAN (ethernet mode) [Realtek RTL8153]', '2993'), (18386, '0001', 'Reserved Prototyping PID', '2994'), (18387, '0002', 'OpenBeacon USB 2', '2994'), (18388, '0003', 'OpenPCD 2 RFID Reader for 13.56MHz', '2994'), (18389, '0004', 'OpenBeacon', '2994'), (18390, '0005', 'Blinkenlights WDIM', '2994'), (18391, '0006', 'Blinkenlights WMCU', '2994'), (18392, '0007', 'OpenBeacon Ethernet EasyReader PoE II - Active 2.4GHz RFID Reader', '2994'), (18393, '0008', 'OpenBeacon WLAN', '2994'), (18394, '0009', 'OpenPCD 2 RFID Reader for 13.56MHz', '2994'), (18395, '000a', 'OpenPCD 2 Audio & LCD Display', '2994'), (18396, '0002', 'OP-1 Portable synthesizer', '2995'), (18397, '000c', 'OP-Z Portable synthesizer', '2995'), (18398, '0001', 'BBS-1 [BodyBeat Sync]', '2996'), (18399, '1965', 'SB6501 802.11ad Wireless Network Adapter', '2997'), (18400, '0001', '5 MegaPixel Digital Still Camera [DSC5M]', '2998'), (18401, '0001', 'Digital Audio Player', '2999'), (18402, '100a', 'Universal Wireless Controller', '3000'), (18403, '0400', 'MC400', '3001'), (18404, '3125', 'Touch System', '3002'), (18405, '4328', 'Touch System', '3002'), (18406, '432f', 'Touch System', '3002'), (18407, '0a11', 'DMR Radio', '3003'), (18408, '0001', 'CDC Bootloader', '3004'), (18409, '801e', 'Trinket M0', '3004'), (18410, '0001', 'Token iBank2key', '3005'), (18411, '0002', 'iBank2Key Type M Token', '3005'), (18412, '0003', 'iToken', '3005'), (18413, '0008', 'MS_KEY K - Angara', '3005'), (18414, '2000', 'Gibson Firebird X Pedal Board', '3006'), (18415, '2001', 'Gibson Firebird X Switch Board', '3006'), (18416, '0200', 'DW0200 Color Camera', '3007'), (18417, '0300', 'DW0300 Hight Speed Monochrome Camera', '3007'), (18418, '1021', 'FirstMix', '3008'), (18419, '0201', 'SPI-Simulyzer box for SPI data communication', '3009'), (18420, '0202', 'PSI5-Simulyzer box for PSI5 (Peripheral-Sensor-Interfacs) data communication', '3009'), (18421, '0203', 'SENT-Simulyzer box for SENT data communication', '3009'), (18422, '0204', 'DSI-Simulyzer box for DSI3 data communication', '3009'), (18423, '0002', 'West Mountain Radio RIGblaster Advantage Audio', '3010'), (18424, '0003', 'West Mountain Radio RIGblaster Advantage', '3010'), (18425, '6688', 'PD7X Portable Storage', '3011'), (18426, '0001', 'DALI Master', '3013'), (18427, '0002', 'LiCS Bootloader Mode', '3013'), (18428, '0003', 'LiCS Running Mode', '3013'), (18429, '0004', 'iProgrammer', '3013'), (18430, '0005', 'NFC programming device', '3013'), (18431, 'b200', '[NZXT Kraken X60]', '3014'), (18432, '00dc', 'aes220 FPGA Mini-Module', '3015'), (18433, '100a', 'HR2000 Spectrometer 1.00.0', '3016'), (18434, '1012', 'HR4000 Spectrometer', '3016'), (18435, '0001', 'BLED112 Bluetooth 4.0 Single Mode Dongle', '3017'), (18436, '0001', 'Learning Thermostat', '3019'), (18437, '0002', 'Learning Thermostat (2nd Generation)', '3019'), (18438, '0010', 'Protect : Smoke + Carbon Monoxide', '3019'), (18439, '0020', 'Heat Link', '3019'), (18440, '8003', 'Axe-Fx II', '3020'), (18441, '8010', 'Axe-FX III', '3020'), (18442, '1040', '3-Space Embedded Sensor', '3021'), (18443, '2008', 'U209-000-R Serial Port', '3022'), (18444, '8366', 'Wireless Optical Mouse ACT-MUSW-002', '3023'), (18445, '8367', 'Telink Wireless Receiver', '3023'), (18446, '0002', 'I15_v1.06 [Primare Audio DAC]', '3025'), (18447, '0001', 'KX Keyboard', '3026'), (18448, '0197', 'meva Barcode Scanner', '3026'), (18449, '1813', 'E9260 Wireless Multi-mode Keyboard', '3026'), (18450, '2000', '2.4G Wireless Device Serial', '3026'), (18451, '2001', '5 GHz Wireless Receiver', '3026'), (18452, '2003', '5GHz Wireless Transceiver', '3026'), (18453, '4110', 'Optical Gaming Mouse [V280]', '3026'), (18454, '6000', 'Wireless Audio', '3026'), (18455, '0003', 'Model 01036 weather center', '3027'), (18456, '5000', 'Razer Atrox Gaming Arcade Stick', '3028'), (18457, '5300', 'PowerA Mini ProEX Controller for Xbox 360', '3028'), (18458, '5303', 'Airflo Wired Controller for Xbox 360', '3028'), (18459, '530a', 'ProEX Controller for Xbox 360', '3028'), (18460, '531a', 'Pro Ex mini for XBOX', '3028'), (18461, '5397', 'FUS1ON Tournament Controller', '3028'), (18462, '541a', 'PowerA CPFA115320-01 [Mini Controller for Xbox One]', '3028'), (18463, '542a', 'Spectra for Xbox One', '3028'), (18464, '543a', 'PowerA Wired Controller for Xbox One', '3028'), (18465, '5500', 'Horipad EX2 Turbo', '3028'), (18466, '5501', 'Hori Real Arcade Pro.VX-SA for Xbox 360', '3028'), (18467, '5502', 'Hori Fighting Stick VX Alt for Xbox 360', '3028'), (18468, '5503', 'Hori Fighting Edge for Xbox 360', '3028'), (18469, '5506', 'Hori Soulcalibur V Stick for Xbox 360', '3028'), (18470, '550d', 'Hori Gem Controller for Xbox 360', '3028'), (18471, '550e', 'Real Arcade Pro V Kai for Xbox One / Xbox 360', '3028'), (18472, '551a', 'Fusion Pro Controller', '3028'), (18473, '561a', 'Fusion Controller for Xbox One', '3028'), (18474, '5b00', 'Ferrari 458 Italia Racing Wheel', '3028'), (18475, '5b02', 'GPX Controller', '3028'), (18476, '5d04', 'Sabertooth Elite', '3028'), (18477, 'fa00', 'INF-8032385 Disney Infinity Reader', '3028'), (18478, 'fafb', 'Aplay Controller', '3028'), (18479, 'fafd', 'Afterglow Gamepad for Xbox 360', '3028'), (18480, 'fafe', 'Rock Candy Gamepad for Xbox 360', '3028'), (18481, '00a1', 'Light Field Camera', '3029'), (18482, '0406', 'JaCarta SF GOST', '3030'), (18483, '3001', 'Adp-usb', '3032'), (18484, '3005', 'Radius', '3032'), (18485, '0197', 'Barcode Scanner', '3034'), (18486, '044d', 'Chat Headset', '3035'), (18487, '0105', 'Das Keyboard 4', '3036'), (18488, '0140', 'Das Keyboard 4', '3036'), (18489, '2020', 'Das Keyboard 5Q', '3036'), (18490, '0020', 'USRP B210', '3038'), (18491, '0021', 'USRP B200-mini', '3038'), (18492, '0022', 'USRP B205-mini', '3038'), (18493, '0200', 'USRP B200', '3038'), (18494, '0003', 'Storm Xornet', '3039'), (18495, '0004', 'Storm QuickFire Rapid Mechanical Keyboard', '3039'), (18496, '0006', 'Storm Recon', '3039'), (18497, '0007', 'Storm Sentinel Advance II', '3039'), (18498, '0009', 'Storm Quick Fire PRO', '3039'), (18499, '0011', 'Storm Quick Fire TK 6keys', '3039'), (18500, '0014', 'Storm Quick Fire TK Nkeys', '3039'), (18501, '0015', 'Storm QuickFire Pro/Ultimate keyboard', '3039'), (18502, '0017', 'CM Storm Quick Fire Stealth', '3039'), (18503, '001a', 'Storm Quick Fire XT', '3039'), (18504, '0020', 'QuickFire Rapid-i Keyboard', '3039'), (18505, '0027', 'CM Storm Coolermaster Novatouch TKL', '3039'), (18506, '002d', 'Alcor mouse', '3039'), (18507, '0042', 'Masterkeys Lite L Combo RGB Keyboard', '3039'), (18508, '0044', 'Masterkeys Lite L Combo RGB Mouse', '3039'), (18509, '0046', 'Masterkeys PRO L', '3039'), (18510, '0047', 'MasterKeys Pro L', '3039'), (18511, '0055', 'MasterKeys L', '3039'), (18512, '1006', 'MasterCase SL600M', '3039'), (18513, '9494', 'Sirus Headset', '3039'), (18514, '0001', 'EasyPrinter S3', '3040'), (18515, '1388', 'Paramount 5', '3041'), (18516, '1066', 'NS1066', '3042'), (18517, '1068', 'NS1068/NS1068X SATA Bridge Controller', '3042'), (18518, 'e301', 'TipToi Pen', '3044'), (18519, '1001', 'CEC Adapter', '3045'), (18520, '1002', 'CEC Adapter', '3045'), (18521, 'e2b3', 'SHF 58035 A BiasBoard', '3046'), (18522, '0001', 'B1 Fitness Band', '3048'), (18523, '0001', 'Device', '3049'), (18524, '0002', 'Dual', '3049'), (18525, 'c152', 'See3CAM_CU51 5 Mpx monochrome camera', '3050'), (18526, '031d', 'DXT Mouse', '3051'), (18527, '0523', 'BM0523 WirelessGamepad', '3051'), (18528, '0575', 'ZD-V+ Wired Gaming Controller', '3051'), (18529, '0121', 'Audiant 80i', '3052'), (18530, 'c62e', 'SpaceMouse Wireless (cabled)', '3053'), (18531, 'c62f', 'SpaceMouse Wireless Receiver', '3053'), (18532, 'c631', 'SpaceMouse Pro Wireless (cabled)', '3053'), (18533, 'c632', 'SpaceMouse Pro Wireless Receiver', '3053'), (18534, 'c633', 'SpaceMouse Enterprise', '3053'), (18535, 'c635', 'SpaceMouse Compact', '3053'), (18536, 'c651', 'CadMouse Wireless', '3053'), (18537, 'c652', 'Universal Receiver', '3053'), (18538, 'c654', 'CadMouse Pro Wireless', '3053'), (18539, 'c657', 'CadMouse Pro Wireless Left', '3053'), (18540, '0017', 'MAYA22', '3054'), (18541, '0901', 'VC520', '3055'), (18542, '0910', 'CAM520', '3055'), (18543, '0920', 'VC320', '3055'), (18544, '0930', 'CAM530', '3055'), (18545, '0940', 'CAM340', '3055'), (18546, '0950', 'VC322', '3055'), (18547, '0960', 'VB342', '3055'), (18548, '0003', 'TCM', '3057'), (18549, '0005', 'BL [Boot Loader]', '3057'), (18550, '0011', 'THM', '3057'), (18551, '4168', '2.4GHZ Wireless Arc Folding Mouse', '3058'), (18552, '1807', 'Generic HID Smartcard', '3059'), (18553, '1808', 'WinUSB Smartcard', '3059'), (18554, 'f1d0', 'FIDO U2F Security Key', '3059'), (18555, '2410', 'Laser mouse', '3062'), (18556, 'fa23', '2.4G Receiver', '3062'), (18557, 'fa61', 'Elecom Co., Ltd MR-K013 Multicard Reader', '3062'), (18558, '0002', 'Multitouch 3200', '3063'), (18559, '0063', 'PRT.5105 [Yoke]', '3064'), (18560, '0064', 'PRT.5105 [reserved]', '3064'), (18561, '0065', 'PRT.5096 [Battery Management System]', '3064'), (18562, '0066', 'PRT.5096 [Battery Management System]', '3064'), (18563, '0067', 'PRT.5094', '3064'), (18564, '0068', 'PRT.5094', '3064'), (18565, '0069', 'PRT.5119 [Ethernet2CAN LC Gateway]', '3064'), (18566, '006a', 'PRT.5113 [CLS CANaerospace Gateway]', '3064'), (18567, '006b', 'PRT.5123', '3064'), (18568, '006c', 'PRT.5123 [reserved]', '3064'), (18569, '006d', 'PRT.5127', '3064'), (18570, '00ff', 'MSP430 HID Update Agent', '3064'), (18571, '0001', 'Isostick', '3065'), (18572, '0002', 'Isostick updater', '3065'), (18573, '0014', 'Single User touchfoil(tm) (SU2-80)', '3068'), (18574, '0001', 'Weather Station', '3069'), (18575, 'c131', 'Gioteck PS3 2.4G Wireless Controller', '3071'), (18576, '0102', 'K-5', '3072'), (18577, '0012', 'U12', '3073'), (18578, 'ea60', 'UART Bridge Controller [cp210x]', '3075'), (18579, '100e', 'SA9027 Audio Streaming Controller', '3076'), (18580, '10e0', 'SA9023 Audio Streaming Controller', '3076'), (18581, '9020', 'SA9020 audio controller', '3076'), (18582, '9023', 'SA9023 audio controller', '3076'), (18583, '9027', 'SA9027 audio controller', '3076'), (18584, '9226', 'SA9226 192KHz audio controller', '3076'), (18585, '9227', 'SA9227 384KHz audio controller', '3076'), (18586, '9228', 'SA9228 384KHz/DSD audio controller', '3076'), (18587, '3209', '7-in-1 Card Reader', '3077'), (18588, '0001', 'MTi-10 IMU', '3078'), (18589, '0002', 'MTi-20 VRU', '3078'), (18590, '0003', 'MTi-30 AHRS', '3078'), (18591, '0011', 'MTi-100 IMU', '3078'), (18592, '0012', 'MTi-200 VRU', '3078'), (18593, '0013', 'MTi-300 AHRS', '3078'), (18594, '0017', 'MTi-G 7xx GNSS/INS', '3078'), (18595, '0100', 'Body Pack', '3078'), (18596, '0101', 'Awinda Station', '3078'), (18597, '0102', 'Awinda Dongle', '3078'), (18598, '0103', 'Sync Station', '3078'), (18599, '0200', 'MTw', '3078'), (18600, '0300', 'Motion Tracker Development Board', '3078'), (18601, '0301', 'MTi Converter', '3078'), (18602, 'd00d', 'Wireless Receiver', '3078'), (18603, '1004', 'Ventus', '3079'), (18604, '1311', 'eBeam Classic [Luidia]', '3080'), (18605, '1101', 'TNT DVB-T/DAB/DAB+/FM', '3081'), (18606, '1201', 'FM Transmitter/Receiver', '3081'), (18607, '1202', 'MediaTV Analog/FM/DVB-T', '3081'), (18608, '1203', 'MediaTV Analog/FM/DVB-T MiniPCIe', '3081'), (18609, '1204', 'MediaTV Analog/FM/ATSC', '3081'), (18610, '1205', 'SkyTV Ultimate V', '3081'), (18611, '1206', 'MediaTV DVB-T MiniPCIe', '3081'), (18612, '1207', 'Sundtek HD Capture', '3081'), (18613, '1208', 'Sundtek SkyTV Ultimate III', '3081'), (18614, '1209', 'MediaTV Analog/FM/ATSC MiniPCIe', '3081'), (18615, '1210', 'MediaTV Pro III (EU)', '3081'), (18616, '1211', 'MediaTV Pro III (US)', '3081'), (18617, '1212', 'MediaTV Pro III MiniPCIe (EU)', '3081'), (18618, '1213', 'MediaTV Pro III MiniPCIe (US)', '3081'), (18619, '0004', 'Hero 3', '3084'), (18620, '0006', 'HERO 3+ Silver Edition', '3084'), (18621, '0007', 'HERO 3+ Black', '3084'), (18622, '000e', 'HERO4 Black', '3084'), (18623, '0011', 'Hero 3+ Black', '3084'), (18624, 'ba02', 'ace', '3085'), (18625, 'ba03', 'ba03 dart Vision Caera', '3085'), (18626, 'ba04', 'ba04 pulse Vision Camera', '3085'), (18627, 'ba05', 'Vision Camera', '3085'), (18628, 'ba06', 'Vision Camera', '3085'), (18629, 'ba07', 'Vision Camera', '3085'), (18630, 'ba08', 'Vision Camera', '3085'), (18631, 'ba09', 'Vision Camera', '3085'), (18632, 'ba0a', 'Vision Camera', '3085'), (18633, 'ba0b', 'Vision Camera', '3085'), (18634, 'ba0c', 'Vision Camera', '3085'), (18635, 'ba0d', 'Vision Camera', '3085'), (18636, 'ba0e', 'Vision Camera', '3085'), (18637, 'ba0f', 'Vision Camera', '3085'), (18638, '0900', '[Packtalk Bold Bluetooth Motorcycle Intercom]', '3086'), (18639, 'fb01', 'Base Station', '3087'), (18640, '0601', 'naturaSign Pad POS', '3088'), (18641, '0901', 'naturaSign Pad Light', '3088'), (18642, '0ce1', 'Pad Vivid US', '3088'), (18643, '0cf1', 'Pad Biometric US 5.0', '3088'), (18644, '0d01', 'duraSign Pad US 10.0', '3088'), (18645, '0df1', 'duraSign Pad Biometric US 10.0', '3088'), (18646, '0101', 'DELink 2', '3089'), (18647, '0201', 'Sabertooth 2x32', '3089'), (18648, '0405', 'Evolv DNA 200', '3089'), (18649, '0406', 'Evolv DNA 200', '3089'), (18650, '0407', 'Evolv DNA 200', '3089'), (18651, '0408', 'Evolv DNA 75', '3089'), (18652, '0409', 'Evolv DNA 250', '3089'), (18653, '0412', 'Evolv DNA 60', '3089'), (18654, '0413', 'Evolv DNA 200', '3089'), (18655, '0414', 'Evolv DNA 250', '3089'), (18656, '0415', 'Evolv DNA 75', '3089'), (18657, '0416', 'Evolv DNA 60', '3089'), (18658, '0417', 'Evolv DNA Go', '3089'), (18659, '0419', 'Evolv DNA 250 Color', '3089'), (18660, '0423', 'Evolv DNA 200', '3089'), (18661, '0424', 'Evolv DNA 250', '3089'), (18662, '0425', 'Evolv DNA 75', '3089'), (18663, '0426', 'Evolv DNA 60', '3089'), (18664, '8405', 'Evolv DNA 200 (recovery mode)', '3089'), (18665, '8406', 'Evolv DNA 200 (recovery mode)', '3089'), (18666, '8407', 'Evolv DNA 200 (recovery mode)', '3089'), (18667, '8408', 'Evolv DNA 75 (recovery mode)', '3089'), (18668, '8409', 'Evolv DNA 250 (recovery mode)', '3089'), (18669, '8412', 'Evolv DNA 60 (recovery mode)', '3089'), (18670, '8413', 'Evolv DNA 200 (recovery mode)', '3089'), (18671, '8414', 'Evolv DNA 250 (recovery mode)', '3089'), (18672, '8415', 'Evolv DNA 75 (recovery mode)', '3089'), (18673, '8416', 'Evolv DNA 60 (recovery mode)', '3089'), (18674, '8423', 'Evolv DNA 200 (recovery mode)', '3089'), (18675, '8424', 'Evolv DNA 250 (recovery mode)', '3089'), (18676, '8425', 'Evolv DNA 75 (recovery mode)', '3089'), (18677, '8426', 'Evolv DNA 60 (recovery mode)', '3089'), (18678, '0001', 'Payment Terminal v1.0', '3090'), (18679, '0001', 'FT-1D', '3091'), (18680, '000e', 'FTA-550', '3091'), (18681, '000f', 'FTA-750', '3091'), (18682, '0002', 'ECD 2', '3092'), (18683, '0003', 'ECD 2 (Audio Class 1)', '3092'), (18684, '0004', 'PI 2D', '3092'), (18685, '0005', 'PI 2D (Audio Class 1)', '3092'), (18686, '0006', 'ECI 6', '3092'), (18687, '0007', 'ECI 6 (Audio Class 1)', '3092'), (18688, '0020', 'ECI 80', '3092'), (18689, '9917', 'Fusion Flash Drive', '3093'), (18690, '0200', 'MyDac', '3095'), (18691, '0005', 'drive.web', '3096'), (18692, '1001', 'R-Idge Bootloader', '3097'), (18693, '1002', 'R-Idge Router', '3097'), (18694, '0011', '100Mbps Network Card Adapter', '3098'), (18695, '0360', 'Mi3W', '3098'), (18696, '0368', 'Mi4 LTE', '3098'), (18697, '3801', 'Mi ANC & Type-C In-Ear Earphones', '3098'), (18698, '4106', 'MediaTek MT7601U [MI WiFi]', '3098'), (18699, 'ff08', 'Redmi Note 3 (ADB Interface)', '3098'), (18700, 'ff10', 'Mi/Redmi series (PTP)', '3098'), (18701, 'ff18', 'Mi/Redmi series (PTP + ADB)', '3098'), (18702, 'ff40', 'Mi/Redmi series (MTP)', '3098'), (18703, 'ff48', 'Mi/Redmi series (MTP + ADB)', '3098'), (18704, 'ff60', 'redmi prime 2', '3098'), (18705, 'ff68', 'Mi-4c', '3098'), (18706, 'ff80', 'Mi/Redmi series (RNDIS)', '3098'), (18707, 'ff88', 'Mi/Redmi series (RNDIS + ADB)', '3098'), (18708, '7d13', 'I-jet', '3100'), (18709, '0fff', 'CT-S2000/4000/310/CLP-521/621/631/CL-S700 Series', '3101'), (18710, '1004', 'PPU-700', '3101'), (18711, '2002', 'CT-S2000 Thermal Printer (Parallel mode)', '3101'), (18712, '200f', 'CT-S310 Label printer', '3101'), (18713, '0003', 'MPIO HS100', '3102'), (18714, '1001', 'MPIO FY200', '3102'), (18715, '1002', 'MPIO FL100', '3102'), (18716, '1003', 'MPIO FD100', '3102'), (18717, '1004', 'MPIO HD200', '3102'), (18718, '1005', 'MPIO HD300', '3102'), (18719, '1006', 'MPIO FG100', '3102'), (18720, '1007', 'MPIO FG130', '3102'), (18721, '1008', 'MPIO FY300', '3102'), (18722, '1009', 'MPIO FY400', '3102'), (18723, '100a', 'MPIO FL300', '3102'), (18724, '100b', 'MPIO HS200', '3102'), (18725, '100c', 'MPIO FL350', '3102'), (18726, '100d', 'MPIO FY500', '3102'), (18727, '100e', 'MPIO FY500', '3102'), (18728, '100f', 'MPIO FY600', '3102'), (18729, '1012', 'MPIO FL400', '3102'), (18730, '1013', 'MPIO HD400', '3102'), (18731, '1014', 'MPIO HD400', '3102'), (18732, '1016', 'MPIO FY700', '3102'), (18733, '1017', 'MPIO FY700', '3102'), (18734, '1018', 'MPIO FY800', '3102'), (18735, '1019', 'MPIO FY800', '3102'), (18736, '101a', 'MPIO FY900', '3102'), (18737, '101b', 'MPIO FY900', '3102'), (18738, '102b', 'MPIO FL500', '3102'), (18739, '102c', 'MPIO FL500', '3102'), (18740, '103f', 'MPIO FY570', '3102'), (18741, '1040', 'MPIO FY570', '3102'), (18742, '1041', 'MPIO FY670', '3102'), (18743, '1042', 'MPIO FY670', '3102'), (18744, '1043', 'HCT HMD-180A', '3102'), (18745, '1044', 'HCT HMD-180A', '3102'), (18746, '1000', 'ColorHug bootloader', '3103'), (18747, '1001', 'ColorHug', '3103'), (18748, '1002', 'ColorHug+', '3103'), (18749, '1003', 'ColorHug+ Bootloader', '3103'), (18750, '1004', 'ColorHug2', '3103'), (18751, '1005', 'ColorHug2 bootloader', '3103'), (18752, '0002', 'X1D Camera', '3104'), (18753, '0003', 'IQOS Pocket Charger 2.4', '3105'), (18754, '0004', 'Bodyguard 2', '3106'), (18755, '0000', 'OneTouch Verio', '3107'), (18756, '0a01', 'ScanJet 4600 series', '3108'), (18757, '905c', 'Che-Ez Snap SNAP-U/Digigr8/Soundstar TDC-35', '3108'), (18758, '9060', 'A130', '3108'), (18759, '9120', 'Che-ez! Snap / iClick Tiny VGA Digital Camera', '3108'), (18760, '9130', 'TCG 501', '3108'), (18761, '913c', 'Argus DC-1730', '3108'), (18762, '9150', 'Mini Cam', '3108'), (18763, '9153', 'iClick 5X', '3108'), (18764, '915d', 'Cyberpix S-210S / Little Tikes My Real Digital Camera', '3108'), (18765, '930b', 'CCD Webcam(PC370R)', '3108'), (18766, '930c', 'CCD Webcam(PC370R)', '3108'), (18767, 'a120', 'Contactless + Chip Reader', '3109'), (18768, '01ed', 'blink(1)', '3110'), (18769, '0001', 'Slab Node Manager', '3111'), (18770, '0002', 'Slab Node Manager JTAG', '3111'), (18771, '0818', 'Paperlike HD-FT', '3112'), (18772, '5117', 'Fingerprint Reader', '3113'), (18773, '5201', 'Fingerprint Reader', '3113'), (18774, '5301', 'Fingerprint Reader', '3113'), (18775, '530c', 'Fingerprint Reader', '3113'), (18776, '532d', 'Fingerprint', '3113'), (18777, '5381', 'Fingerprint Reader', '3113'), (18778, '5385', 'Fingerprint Reader', '3113'), (18779, '538c', 'Fingerprint Reader', '3113'), (18780, '5395', 'Fingerprint Reader', '3113'), (18781, '5584', 'Fingerprint Reader', '3113'), (18782, '55b4', 'Fingerprint Reader', '3113'), (18783, '5740', 'Fingerprint Reader', '3113'), (18784, '0002', 'Mindeo Virtual COM Port', '3115'), (18785, '0001', 'Controller Area Network car alarm module [SLCAN-2]', '3117'), (18786, '0001', 'N-PASS X1', '3118'), (18787, '0002', 'BB60C Spectrum Analyzer', '3119'), (18788, '0004', 'SM200A Spectrum Analyzer', '3119'), (18789, '0001', 'Transfer Drive Dock', '3120'), (18790, '0161', 'WL-161 802.11b Wireless Adapter [SiS 162U]', '3121'), (18791, '160f', 'WL-160g 802.11g Wireless Adapter [Envara WiND512]', '3121'), (18792, '3300', 'WL-140 / Hawking HWU36D 802.11b Wireless Adapter [Intersil PRISM 3]', '3121'), (18793, '0001', 'Rift Developer Kit 1', '3123'), (18794, '0021', 'Rift DK2', '3123'), (18795, '0031', 'Rift CV1', '3123'), (18796, '0101', 'Latency Tester', '3123'), (18797, '0137', 'Quest Headset', '3123'), (18798, '0201', 'Camera DK2', '3123'), (18799, '0211', 'Rift CV1 Sensor', '3123'), (18800, '0330', 'Rift CV1 Audio', '3123'), (18801, '1031', 'Rift CV1', '3123'), (18802, '2021', 'Rift DK2', '3123'), (18803, '2031', 'Rift CV1', '3123'), (18804, '3031', 'Rift CV1', '3123'), (18805, '0003', 'D6BB/D9 seismic digitizer', '3125'), (18806, '0002', 'Seeeduino Lite', '3126'), (18807, '0213', 'ClearPath 4-axis Comm Hub', '3127'), (18808, '012c', 'Camera Device', '3128'), (18809, '0001', 'Gamecube/N64 controller v2.2', '3129'), (18810, '0002', '2nes2snes', '3129'), (18811, '0003', '4nes4snes', '3129'), (18812, '0004', 'Gamecube/N64 controller v2.3', '3129'), (18813, '0005', 'Saturn (Joystick mode)', '3129'), (18814, '0006', 'Saturn (Mouse mode)', '3129'), (18815, '0007', 'Famicom controller', '3129'), (18816, '0008', 'Dreamcast (Joystick mode)', '3129'), (18817, '0009', 'Dreamcast (Mouse mode)', '3129'), (18818, '000a', 'Dreamcast (Keyboard mode)', '3129'), (18819, '000b', 'Gamecube/N64 controller v2.9 (Keyboard mode)', '3129'), (18820, '000c', 'Gamecube/N64 controller v2.9 (Joystick mode)', '3129'), (18821, '000e', 'VirtualBoy controller', '3129'), (18822, '0010', 'WUSBMote v1.2 (Joystick mode)', '3129'), (18823, '0011', 'WUSBMote v1.2 (Mouse mode)', '3129'), (18824, '0012', 'WUSBMote v1.2.1 (Joystick mode)', '3129'), (18825, '0013', 'WUSBMote v1.2.1 (Mouse mode)', '3129'), (18826, '0014', 'WUSBMote v1.3 (Joystick mode)', '3129'), (18827, '0015', 'WUSBMote v1.3 (Mouse mode)', '3129'), (18828, '0016', 'WUSBMote v1.3 (I2C interface mode)', '3129'), (18829, '0017', 'Gamecube/N64 controller v3.0', '3129'), (18830, '0018', 'Atari Jaguar controller', '3129'), (18831, '0019', 'MultiDB9joy v3', '3129'), (18832, '001a', 'MultiDB9joy v3 (multitap mode)', '3129'), (18833, '0100', 'Dual-relay board', '3129'), (18834, '0500', 'Energy meter', '3129'), (18835, '0502', 'Precision barometer', '3129'), (18836, '0010', 'PIR206 Thermal Camera [Seek Compact]', '3130'), (18837, '0920', 'Star G960 Graphic Tablet', '3131'), (18838, '0001', '3D printer serial interface', '3132'), (18839, '0008', '120/200/250/400/800/D-Premier', '3133'), (18840, '1102', 'Wired Controller', '3134'), (18841, '1142', 'Wireless Steam Controller', '3134'), (18842, '2000', 'Lighthouse FPGA RX', '3134'), (18843, '2012', 'Virtual Reality Controller [VRC]', '3134'), (18844, '2101', 'Watchman Dongle', '3134'), (18845, '2500', 'Lighthouse Base Station', '3134'), (18846, '1001', 'BTS Monitoring Config for Prototype', '3135'), (18847, '5740', 'TRUMON TS-107', '3135'), (18848, '5741', 'TRUMON TS-108', '3135'), (18849, '0189', 'GD32 DFU Bootloader (Longan Nano)', '3136'), (18850, '2000', 'Mobile Wi-Fi (C200)', '3137'), (18851, '3000', 'Mini', '3137'), (18852, '4000', 'Flex', '3137'), (18853, '0001', 'Profishark 1G Black', '3138'), (18854, '0003', 'Profishark 1G+', '3138'), (18855, '0004', 'Profishark 1G', '3138'), (18856, '0005', 'Profishark 10G', '3138'), (18857, '0006', 'Profishark 100M', '3138'), (18858, '4b4d', 'Mercury iPod Dock', '3139'), (18859, '20c8', 'D1 24-bit DAC', '3140'), (18860, '30c8', 'D1 24-bit DAC', '3140'), (18861, '0a01', 'Jolla Phone MTP', '3142'), (18862, '0a02', 'Jolla Phone Developer', '3142'), (18863, '0a05', 'Jolla PC connection', '3142'), (18864, '0a07', 'Phone MTP', '3142'), (18865, '0afe', 'Jolla charging only', '3142'), (18866, '4959', 'A-MCB2', '3143'), (18867, '495a', 'X-MCB1', '3143'), (18868, '495b', 'X-MCB2', '3143'), (18869, '49b1', 'X-MCB1', '3143'), (18870, '49b2', 'X-MCB2', '3143'), (18871, '49c1', 'X-MCC1', '3143'), (18872, '49c2', 'X-MCC2', '3143'), (18873, '49c3', 'X-MCC3', '3143'), (18874, '49c4', 'X-MCC4', '3143'), (18875, '0001', 'Management Console', '3144'), (18876, '0001', 'C.24 keyboard', '3145'), (18877, '3917', 'CX-WE100 Camera', '3146'), (18878, '0007', 'X3 2nd gen audio player / DAC', '3147'), (18879, '2020', 'NB-2020-U Fingerprint Reader', '3148'), (18880, '4101', 'Multi-touch Device', '3149'), (18881, '1105', 'M17-G903-1 [Tazpad]', '3150'), (18882, '1107', 'M17-G903-A [Tazpad] (CCID)', '3150'), (18883, '0001', 'DGT 650', '3151'), (18884, '0003', 'DGT 450', '3151'), (18885, '0009', 'DGT 260', '3151'), (18886, '0011', 'Stream 4x5', '3151'), (18887, '0102', 'Advantage2 Keyboard', '3156'), (18888, '33f1', 'Avalon nano 1.0', '3157'), (18889, '33f2', 'Avalon USB2IIC Converter', '3157'), (18890, '33f3', 'Avalon nano 2.0', '3157'), (18891, '40f1', 'Avalon4 mini', '3157'), (18892, '0001', 'Linino ONE (bootloader)', '3158'), (18893, '0036', 'Arduino Leonardo (bootloader)', '3158'), (18894, '0037', 'Arduino Micro (bootloader)', '3158'), (18895, '0038', 'Arduino Robot Control (bootloader)', '3158'), (18896, '0039', 'Arduino Robot Motor (bootloader)', '3158'), (18897, '003a', 'Arduino Micro ADK rev3 (bootloader)', '3158'), (18898, '003b', 'Arduino usb2serial', '3158'), (18899, '003c', 'Arduino Explora (bootloader)', '3158'), (18900, '003d', 'Arduino Due (usb2serial)', '3158'), (18901, '003e', 'Arduino Due', '3158'), (18902, '0041', 'Arduino Yun (bootloader)', '3158'), (18903, '0042', 'Arduino Mega 2560 Rev3', '3158'), (18904, '0043', 'Arduino Uno Rev3', '3158'), (18905, '004d', 'Arduino Zero Pro (bootloader)', '3158'), (18906, '8001', 'Linino ONE (CDC ACM)', '3158'), (18907, '8036', 'Arduino Leonardo (CDC ACM)', '3158'), (18908, '8037', 'Arduino Micro (CDC ACM)', '3158'), (18909, '8038', 'Arduino Robot Control (CDC ACM)', '3158'), (18910, '8039', 'Arduino Robot Motor (CDC ACM)', '3158'), (18911, '803a', 'Arduino Micro ADK rev3 (CDC ACM)', '3158'), (18912, '803c', 'Arduino Explora (CDC ACM)', '3158'), (18913, '8041', 'Arduino Yun (CDC ACM)', '3158'), (18914, '804d', 'Arduino Zero Pro (CDC ACM)', '3158'), (18915, '0000', 'S-Series data capture device', '3160'), (18916, '1002', 'Mimas V2 Spartan6 FPGA Development Board', '3161'), (18917, '5440', 'TimVideos\' HDMI2USB Opsis (FX2) - Unconfigured device', '3161'), (18918, '5441', 'TimVideos\' HDMI2USB Opsis (FX2) - Firmware load/upgrade', '3161'), (18919, '5442', 'TimVideos\' HDMI2USB Opsis (FX2) - HDMI/DVI Capture Device', '3161'), (18920, '0000', 'MinION', '3162'), (18921, '0001', 'MinION', '3162'), (18922, '0010', 'VolTRAX', '3162'), (18923, '0011', 'VolTRAX', '3162'), (18924, '0020', 'GridION', '3162'), (18925, '0021', 'GridION', '3162'), (18926, '5110', 'UPS35110/UPS25110', '3163'), (18927, '3fb0', 'Babyface Pro (Class Compliant Mode)', '3164'), (18928, '3fc0', 'Babyface Pro', '3164'), (18929, '3fc1', 'Fireface UFX+', '3164'), (18930, '3fc2', 'Fireface UFX+', '3164'), (18931, '3fd1', 'Fireface UFX+', '3164'), (18932, '0100', 'Stepper Device', '3165'), (18933, '0200', 'BLDC/PMSM Device', '3165'), (18934, '0300', 'Motor Control Device', '3165'), (18935, '0400', 'Motor Control Device', '3165'), (18936, '0500', 'PANdrive(TM)', '3165'), (18937, '0600', 'motionCookie(TM)', '3165'), (18938, '0700', 'Evaluation Device', '3165'), (18939, '0800', 'Interface Device', '3165'), (18940, '0900', 'Generic Device', '3165'), (18941, '0001', 'MX Phone (BICR)', '3166'), (18942, '0c02', 'MX Phone (MTP & ADB)', '3166'), (18943, '0c03', 'MX Phone (BICR & ADB)', '3166'), (18944, '2008', 'MX Phone (MTP)', '3166'), (18945, '200a', 'MX Phone (MTP & ACM & ADB)', '3166'), (18946, '200b', 'MX Phone (PTP)', '3166'), (18947, '200c', 'MX Phone (PTP & ADB)', '3166'), (18948, '2012', 'MX Phone (MTP & ACM)', '3166'), (18949, '0c02', 'bq Aquaris E4.5', '3167'), (18950, '201d', 'Tablet Edison 3', '3167'), (18951, '903a', 'bq Aquaris U', '3167'), (18952, '0400', 'Pilot4 Integrated Hub', '3168'), (18953, 'b301', 'LiveSD', '3169'), (18954, 'b302', 'NavSD', '3169'), (18955, '0003', 'Touch Board', '3170'), (18956, '8003', 'Touch Board', '3170'), (18957, '4ee7', 'ONEPLUS A3010 [OnePlus 3T] / A5010 [OnePlus 5T] / A6003 [OnePlus 6] (Charging + USB debugging modes)', '3171'), (18958, '904d', 'A3000 phone (PTP mode) [3T]', '3171'), (18959, '904e', 'A3000 phone (PTP mode, with debug) [3T]', '3171'), (18960, 'ffff', 'DFU', '3172'), (18961, '0001', 'PDP3000HV DAC', '3174'), (18962, '0002', 'MP1000E, MP2000R, MP2500R, MP3100HV', '3174'), (18963, '0003', 'TA HD AUDIO V2', '3174'), (18964, '0101', 'Evaluation Kit [Dragonfly]', '3175'), (18965, '0102', 'UHDK5', '3175'), (18966, '0104', 'Touchbase', '3175'), (18967, '0110', 'STRATOS Explore', '3175'), (18968, '0111', 'STRATOS Explore DFU', '3175'), (18969, '0112', 'STRATOS Inspire', '3175'), (18970, '0113', 'STRATOS Inspire DFU', '3175'), (18971, 'ffff', 'DFU', '3175'), (18972, '7ab8', 'Turningtable', '3176'), (18973, '9015', '2 (Mass storage & ADB)', '3177'), (18974, '9024', '2 (RNDIS & ADB)', '3177'), (18975, '9039', '2 (MTP & ADB)', '3177'), (18976, '904d', '2 (PTP)', '3177'), (18977, '904e', '2 (PTP & ADB)', '3177'), (18978, '90de', '2 (Charging)', '3177'), (18979, 'f000', '2 (Mass storage)', '3177'), (18980, 'f003', '2 (MTP)', '3177'), (18981, 'f005', '2 (tethering)', '3177'), (18982, 'f00e', '2 (RNDIS)', '3177'), (18983, '6011', 'Converter', '3178'), (18984, '0100', 'Seaboard GRAND', '3179'), (18985, '0200', 'Seaboard RISE', '3179'), (18986, '0300', 'BlueWing Proto', '3179'), (18987, '0400', 'VOICE', '3179'), (18988, '0500', 'BLOCKS', '3179'), (18989, 'f580', 'ZED camera', '3180'), (18990, 'f582', 'ZED camera', '3180'), (18991, 'f680', 'ZED-M camera', '3180'), (18992, 'f681', 'ZED-M HID Interface', '3180'), (18993, 'f682', 'ZED-M camera', '3180'), (18994, 'f683', 'ZED-M HID Interface', '3180'), (18995, 'f684', 'ZED-M camera', '3180'), (18996, '171b', 'Le2', '3181'), (18997, '171e', 'Le2 in USB tethering mode', '3181'), (18998, '1830', 'Le1 Pro', '3181'), (18999, '1844', 'Le Max2', '3181'), (19000, '2b0e', 'LeEco', '3181'), (19001, '6108', 'Lex720 [LePro 3] in connection sharing usb', '3181'), (19002, '610b', 'Lex720 [LePro 3] in Camera mode', '3181'), (19003, '610c', 'Lex720 [LePro 3]', '3181'), (19004, '610d', 'Lex720 [LePro 3] in debug', '3181'), (19005, 'cafe', 'UsbDk (USB Development Kit)', '3182'), (19006, '0001', 'Bitcoin Wallet [KeepKey]', '3183'), (19007, '0002', 'Bitcoin Wallet', '3183'), (19008, 'ace2', 'CW1173 [ChipWhisperer-Lite]', '3184'), (19009, '1004', 'Z1 MTP', '3185'), (19010, '0401', 'Astra', '3186'), (19011, '0403', 'Astra Pro', '3186'), (19012, '0407', 'Astra Mini S', '3186'), (19013, '4201', 'RS-485 Controller and Interface [Cypress Semiconductor]', '3188'), (19014, '14ea', 'GW-US11H WLAN', '3190'), (19015, '0000', 'Wireless Optical Mouse', '3191'), (19016, '1b83', 'NIC', '3192'), (19017, '0100', 'MW300UM RTL8192EU wifi', '3193'), (19018, '3003', 'PR Wireless Presenter', '3194'), (19019, 'a100', 'ML1 Lightpack (MLDB)', '3195'), (19020, 'b100', 'ML1 Lightpack (fastboot)', '3195'), (19021, 'c001', 'ML1 Control (COM)', '3195'), (19022, 'c002', 'ML1 Control (Bootloader)', '3195'), (19023, '0121', 'EC21 LTE modem', '3196'), (19024, '0125', 'EC25 LTE modem', '3196'), (19025, '0191', 'EG91 LTE modem', '3196'), (19026, '0195', 'EG95 LTE modem', '3196'), (19027, '0296', 'BG96 CAT-M1/NB-IoT modem', '3196'), (19028, '0306', 'EG06/EP06/EM06 LTE-A modem', '3196'), (19029, '0435', 'AG35 LTE modem', '3196'), (19030, '0000', 'Blue', '3197'), (19031, '0001', 'Nano S', '3197'), (19032, '0004', 'Nano X', '3197'), (19033, '0001', 'i3 MK2S', '3198'), (19034, '1000', 'Walabot Makers Series', '3199'), (19035, '1020', 'Walabot DIY', '3199'), (19036, '1022', 'Walabot DIY Plus', '3199'), (19037, '1030', 'Walabot Home (vHC)', '3199'), (19038, '9100', 'VNAKit', '3199'), (19039, '90a0', 'Goa', '3200'), (19040, 'bac5', 'Backspin', '3200'), (19041, '0008', 'Mavic Mini MR1SD25 Remote controller', '3201'), (19042, '0210', 'L830-EB-00 LTE WWAN Modem', '3202'), (19043, '0880', 'HyperFIDO', '3205'), (19044, '0804', 'PowerSync4 USBPD Hub', '3206'), (19045, 'f232', 'CTD48Mc CTD Probe', '3207'), (19046, '0014', 'Mass Storage [NT2 U31C]', '3208'), (19047, '5246', 'bladeRF', '3209'), (19048, '5250', 'bladeRF 2.0 micro', '3209'), (19049, '504d', 'Proxmark3', '3212'), (19050, '7777', 'Joker TV universal DTV receiver', '3214'), (19051, '4f01', 'Ozobot Evo', '3215'), (19052, 'b806', 'DT-108B Thermal Label Printer', '3216'), (19053, '5006', 'M30 Bluetooth gamepad', '3217'), (19054, '5750', 'Bootloader', '3217'), (19055, '6000', 'SF30 Pro gamepad', '3217'), (19056, '6001', 'SN30/SF30 Pro gamepad', '3217'), (19057, 'ab11', 'F30 gamepad', '3217'), (19058, 'ab12', 'N30 gamepad', '3217'), (19059, 'ab20', 'SN30/SF30 gamepad', '3217'), (19060, 'ab21', 'SF30 gamepad', '3217'), (19061, 'c951', 'Audio Class 1.0 Devices', '3218'), (19062, 'c952', 'Audio Class 2.0 Devices', '3218'), (19063, '0000', 'KiNOS Boot DFU', '3219'), (19064, '0102', 'KTWM102 Module', '3219'), (19065, '0213', 'LIPSedge DL 3D ToF Camera', '3220'), (19066, '0215', 'LIPSedge DL RGB Camera', '3220'), (19067, '2102', 'LIPSedge 5 Megapixel RGB Camera', '3220'), (19068, '0001', 'Nokia 3310 3G', '3221'), (19069, '0002', 'Nokia 3310 3G', '3221'), (19070, '0a14', 'Nokia 3310 3G', '3221'), (19071, 'c008', 'Tethering Network Interface', '3221'), (19072, 'c009', 'Nokia 1 (bootloader)', '3221'), (19073, 'c025', 'Nokia 8 (MTP mode)', '3221'), (19074, 'c026', 'Nokia Smartphone', '3221'), (19075, 'c029', 'Nokia 8 (PTP mode)', '3221'), (19076, 'c031', 'Nokia 1 (PTP)', '3221'), (19077, 'c03f', 'Nokia 8 (MIDI mode)', '3221'), (19078, '0001', 'CAN Gateway', '3222'), (19079, '0652', 'Duke Xbox One controller', '3223'), (19080, '1688', 'X91 Xbox One controller', '3223'), (19081, '454d', 'SlideSX EnergyMeter', '3225'), (19082, '454e', 'SlideSX EnergyMeter DFU', '3225'), (19083, '5cba', 'SlideSX / ClustSafe Bus Adapter', '3225'), (19084, '1001', 'Piksi Multi', '3226'), (19085, '7725', 'Controller', '3227'), (19086, '0905', 'KX905 Smart Terminal', '3228'), (19087, '0906', 'KX906 Smart Card Reader', '3228'), (19088, '1906', 'KX906 Smart Token (Mass Storage)', '3228'), (19089, '0001', 'Project Archer', '3232'), (19090, '6012', 'UAC2 Device GB', '3233'), (19091, '8b01', 'XAP-RC-001 ENF Router Card', '3234'), (19092, '8b02', 'XAP-RW-001 ENF Router Card with WiFi', '3234'), (19093, '8bde', 'XAP-EA-002 ENF Access Card', '3234'), (19094, '8bee', 'XAP-EA-003 ENF Access Card', '3234'), (19095, '0001', 'SMART S@T', '3236'), (19096, '0004', 'Veikk A15 Pen Tablet', '3237'), (19097, '0001', 'Nitrogen Bootloader', '3239'), (19098, '0001', 'Print iD', '3240'), (19099, '0002', 'iDBio', '3240'), (19100, '0002', 'ZOWIE Gaming mouse', '3242'), (19101, '0000', 'Infinity 60% Bootloader', '3243'), (19102, '0001', 'Infinity 60% - Standard', '3243'), (19103, '0002', 'Infinity 60% - Hacker', '3243'), (19104, '0003', 'Infinity Ergodox Bootloader', '3243'), (19105, '0004', 'Infinity Ergodox', '3243'), (19106, '0005', 'WhiteFox Bootloader', '3243'), (19107, '0006', 'WhiteFox - Vanilla', '3243'), (19108, '0007', 'WhiteFox - ISO', '3243'), (19109, '0008', 'WhiteFox - Aria', '3243'), (19110, '0009', 'WhiteFox - Winkeyless', '3243'), (19111, '000a', 'WhiteFox - True Fox', '3243'), (19112, '000b', 'WhiteFox - Jack of All Trades', '3243'), (19113, '000c', 'Infinity 60% LED Bootloader', '3243'), (19114, '000d', 'Infinity 60% LED - Standard', '3243'), (19115, '000e', 'Infinity 60% LED - Hacker', '3243'), (19116, '000f', 'Infinity 60% LED - Alphabet', '3243'), (19117, '0010', 'K-Type Bootloader', '3243'), (19118, '0011', 'K-Type', '3243'), (19119, '0012', 'Kira Bootloader', '3243'), (19120, '0013', 'Kira', '3243'), (19121, '0014', 'Gemini Dawn/Dusk Bootloader', '3243'), (19122, '0015', 'Gemini Dawn/Dusk', '3243'), (19123, '0016', 'Re:Type Bootloader', '3243'), (19124, '0017', 'Re:Type', '3243'), (19125, '0018', 'Re:Type USB Hub', '3243'), (19126, '0019', 'WhiteFox (SAM4S) Bootloader', '3243'), (19127, '001a', 'WhiteFox (SAM4S) - Vanilla', '3243'), (19128, '001b', 'WhiteFox (SAM4S) - ISO', '3243'), (19129, '001c', 'WhiteFox (SAM4S) - Aria', '3243'), (19130, '001d', 'WhiteFox (SAM4S) - Winkeyless', '3243'), (19131, '001e', 'WhiteFox (SAM4S) - True Fox', '3243'), (19132, '001f', 'WhiteFox (SAM4S) - Jack of All Trades', '3243'), (19133, '0001', 'Notecard', '3244'), (19134, '1388', 'SPL Meter', '3245'), (19135, '1001', 'F-01L', '3247'), (19136, '0000', 'SGS-NT Microspectrometer', '3249'), (19137, '0001', 'MBC-WB01 (CDC-ACM)', '3250'), (19138, '0002', 'MBC-WB01 (Bootloader)', '3250'), (19139, '0003', 'ABC (CDC ACM)', '3250'), (19140, '0004', 'ABC (Bootloader)', '3250'), (19141, '0001', 'TrackerPod Camera Stand', '3251'), (19142, '4c4b', 'Librem Key', '3256'), (19143, '0001', 'DIAMOND token', '3257'), (19144, '0011', 'ClusterCTRL DA', '3258'), (19145, '0012', 'ClusterCTRL pHAT', '3258'), (19146, '0013', 'ClusterCTRL A+6', '3258'), (19147, '0014', 'ClusterCTRL Triple', '3258'), (19148, '0015', 'ClusterCTRL Single', '3258'), (19149, 'f190', 'MSO-19', '3260'), (19150, 'f280', 'MSO-28', '3260'), (19151, 'f281', 'MSO-28', '3260'), (19152, '1001', 'Printer', '3261'), (19153, '1301', 'Black and White Laser Printer', '3261'), (19154, '1501', 'LaserPrint GA50 series', '3261'), (19155, '2100', 'ALE 8058s', '3262'), (19156, '2101', 'ALE 8068s', '3262'), (19157, '2102', '8078s', '3262'), (19158, '0044', 'SKO44 Optical Keyboard', '3263'), (19159, '0001', 'Avocor USB Camera', '3266'), (19160, '4fb1', 'MonsterTV P2H', '3267'), (19161, 'd1a6', 'TXT Multihub', '3269'), (19162, 'd1a7', 'TXT Multihub', '3269'), (19163, '0100', 'Pure', '3270'), (19164, '0101', 'Pure tethering', '3270'), (19165, '3333', '2 port KVM switch model 60652K', '3271'), (19166, '1701', 'Fast Ethernet', '3272'), (19167, '043a', 'Mio A701 DigiWalker PPCPhone', '3273'), (19168, '0e3a', 'Pocket PC 300 GPS SL / Typhoon MyGuide 3500', '3273'), (19169, 'a0a3', 'deltaX 5 BT (D) PDA', '3273'), (19170, 'ffff', 'Mio DigiWalker Sync', '3273'), (19171, '3744', 'OEM PC Remote', '3274'), (19172, '0000', 'Thelio Io (thelio-io)', '3275'), (19173, '0001', 'Launch Configurable Keyboard (launch_1)', '3275'), (19174, '2322', 'Wireless Presenter', '3276'), (19175, 'f110', 'Security Key', '3277'), (19176, '0001', 'Travel Flash', '3278'), (19177, '0015', 'Mass Storge Device', '3278'), (19178, '0022', 'Hi-Speed Mass Storage Device', '3278'), (19179, '0042', 'Cool Drive U339 Flash Disk', '3278'), (19180, '0054', 'Flash Drive (2GB)', '3278'), (19181, '0901', 'Traveling Disk U273 (4GB)', '3278'), (19182, '6901', 'Media Reader', '3279'), (19183, '7788', 'JMicron JMS567 ATA/ATAPI Bridge', '3280'), (19184, '0101', 'Speedster 3 Forceshock Wheel', '3282'), (19185, '0001', '5-in-1 Card Reader', '3283'), (19186, '1031', '2.4G Wireless Mouse', '3283'), (19187, '12c0', 'DAQPad-6020E', '3284'), (19188, '12d0', 'DAQPad-6507', '3284'), (19189, '12e0', 'NI 4350', '3284'), (19190, '12f0', 'NI 5102', '3284'), (19191, '1750', 'DAQPad-6508', '3284'), (19192, '17b0', 'USB-ISA-Bridge', '3284'), (19193, '1820', 'DAQPad-6020E (68 pin I/O)', '3284'), (19194, '1830', 'DAQPad-6020E (BNC)', '3284'), (19195, '1f00', 'DAQPad-6024E', '3284'), (19196, '1f10', 'DAQPad-6024E', '3284'), (19197, '1f20', 'DAQPad-6025E', '3284'), (19198, '1f30', 'DAQPad-6025E', '3284'), (19199, '1f40', 'DAQPad-6036E', '3284'), (19200, '1f50', 'DAQPad-6036E', '3284'), (19201, '2f80', 'DAQPad-6052E', '3284'), (19202, '2f90', 'DAQPad-6052E', '3284'), (19203, '702a', 'GPIB-USB-B', '3284'), (19204, '702b', 'GPIB-USB-B Initialization', '3284'), (19205, '703c', 'USB-485 RS485 Cable', '3284'), (19206, '709b', 'GPIB-USB-HS', '3284'), (19207, '7166', 'USB-8451', '3284'), (19208, '716e', 'USB-8451 Firmware Loader', '3284'), (19209, '717a', 'USB-6008', '3284'), (19210, '717b', 'USB-6009', '3284'), (19211, '71d6', 'USB-6008 OEM', '3284'), (19212, '71d7', 'USB-6009 OEM', '3284'), (19213, '71d8', 'USB-6009 OEM', '3284'), (19214, '7254', 'NI MIO (data acquisition card) firmware updater', '3284'), (19215, '729e', 'USB-6251 (OEM) data acquisition card', '3284'), (19216, '7346', 'USB-6229', '3284'), (19217, '755b', 'myDAQ', '3284'), (19218, '76af', 'USB-6000', '3284'), (19219, '76b0', 'USB-6000 OEM', '3284'), (19220, '76bf', 'USB-6001', '3284'), (19221, '76c0', 'USB-6001 OEM', '3284'), (19222, '76c4', 'USB-6002', '3284'), (19223, '76c5', 'USB-6002 OEM', '3284'), (19224, '76c6', 'USB-6003', '3284'), (19225, '76c7', 'USB-6003 OEM', '3284'), (19226, '0a09', 'USB2.0-SCSI Bridge USB2-SC', '3285'), (19227, '1301', 'IR-2510 usb phone', '3286'), (19228, '1001', 'iFP-100 series mp3 player', '3287'), (19229, '1003', 'iFP-300 series mp3 player', '3287'), (19230, '1005', 'iFP-500 series mp3 player', '3287'), (19231, '1007', 'iFP-700 series mp3/ogg vorbis player', '3287'), (19232, '1008', 'iFP-800 series mp3/ogg vorbis player', '3287'), (19233, '100a', 'iFP-1000 series mp3/ogg vorbis player', '3287'), (19234, '1014', 'T20 series mp3/ogg vorbis player (ums firmware)', '3287'), (19235, '1019', 'T30', '3287'), (19236, '1034', 'T60', '3287'), (19237, '1040', 'M1Player', '3287'), (19238, '1041', 'E100 (ums)', '3287'), (19239, '1101', 'iFP-100 series mp3 player (ums firmware)', '3287'), (19240, '1103', 'iFP-300 series mp3 player (ums firmware)', '3287'), (19241, '1105', 'iFP-500 series mp3 player (ums firmware)', '3287'), (19242, '1113', 'T10 (alternate)', '3287'), (19243, '1117', 'T10', '3287'), (19244, '1119', 'T30 series mp3/ogg/wma player', '3287'), (19245, '1141', 'E100 (mtp)', '3287'), (19246, '2002', 'H10 6GB', '3287'), (19247, '2101', 'H10 20GB (mtp)', '3287'), (19248, '2102', 'H10 5GB (mtp)', '3287'), (19249, '2105', 'H10 5/6GB (mtp)', '3287'), (19250, '0000', 'DRAC 5 Virtual Keyboard and Mouse', '3288'), (19251, '0001', 'DRAC 5 Virtual Media', '3288'), (19252, '0058', 'Port Replicator', '3288'), (19253, '1001', 'Keyboard Hub', '3288'), (19254, '1002', 'Keyboard Hub', '3288'), (19255, '1003', 'Keyboard Hub', '3288'), (19256, '1005', 'Multimedia Pro Keyboard Hub', '3288'), (19257, '2001', 'Keyboard HID Support', '3288'), (19258, '2002', 'SK-8125 Keyboard', '3288'), (19259, '2003', 'Keyboard SK-8115', '3288'), (19260, '2005', 'RT7D50 Keyboard', '3288'), (19261, '2010', 'Keyboard', '3288'), (19262, '2011', 'Multimedia Pro Keyboard', '3288'), (19263, '2100', 'SK-3106 Keyboard', '3288'), (19264, '2101', 'SK-3205 SmartCard Reader Keyboard', '3288'), (19265, '2105', 'Model L100 Keyboard', '3288'), (19266, '2106', 'QuietKey Keyboard', '3288'), (19267, '2107', 'KB212-B Quiet Key Keyboard', '3288'), (19268, '2113', 'KB216 Wired Keyboard', '3288'), (19269, '2134', 'Hub of E-Port Replicator', '3288'), (19270, '21d7', 'Dell Wireless 5560 HSPA+ Mobile Broadband Modem', '3288'), (19271, '2500', 'DRAC4 Remote Access Card', '3288'), (19272, '2501', 'Keyboard and mouse dongle', '3288'), (19273, '2513', 'internal USB Hub of E-Port Replicator', '3288'), (19274, '3010', 'Optical Wheel Mouse', '3288'), (19275, '3012', 'Optical Wheel Mouse', '3288'), (19276, '3016', 'Optical 5-Button Wheel Mouse', '3288'), (19277, '301a', 'Dell MS116 Optical Mouse', '3288'), (19278, '301b', 'Universal Bluetooth Receiver', '3288'), (19279, '3200', 'Mouse', '3288'), (19280, '4001', 'Axim X5', '3288'), (19281, '4002', 'Axim X3', '3288'), (19282, '4003', 'Axim X30', '3288'), (19283, '4004', 'Axim Sync', '3288'), (19284, '4005', 'Axim Sync', '3288'), (19285, '4006', 'Axim Sync', '3288'), (19286, '4007', 'Axim Sync', '3288'), (19287, '4008', 'Axim Sync', '3288'), (19288, '4009', 'Axim Sync', '3288'), (19289, '4011', 'Axim X51v', '3288'), (19290, '5103', 'AIO Printer A940', '3288'), (19291, '5105', 'AIO Printer A920', '3288'), (19292, '5107', 'AIO Printer A960', '3288'), (19293, '5109', 'Photo AIO Printer 922', '3288'), (19294, '5110', 'Photo AIO Printer 962', '3288'), (19295, '5111', 'Photo AIO Printer 942', '3288'), (19296, '5112', 'Photo AIO Printer 924', '3288'), (19297, '5113', 'Photo AIO Printer 944', '3288'), (19298, '5114', 'Photo AIO Printer 964', '3288'), (19299, '5115', 'Photo AIO Printer 926', '3288'), (19300, '5116', 'AIO Printer 946', '3288'), (19301, '5117', 'Photo AIO Printer 966', '3288'), (19302, '5118', 'AIO 810', '3288'), (19303, '5124', 'Laser MFP 1815', '3288'), (19304, '5128', 'Photo AIO 928', '3288'), (19305, '5133', '968 AIO Printer', '3288'), (19306, '5200', 'Laser Printer', '3288'), (19307, '5202', 'Printing Support', '3288'), (19308, '5203', 'Printing Support', '3288'), (19309, '5210', 'Printing Support', '3288'), (19310, '5211', '1110 Laser Printer', '3288'), (19311, '5220', 'Laser MFP 1600n', '3288'), (19312, '5225', 'Printing Support', '3288'), (19313, '5226', 'Printing Support', '3288'), (19314, '5228', 'Laser Printer 1720dn', '3288'), (19315, '5300', 'Laser Printer', '3288'), (19316, '5400', 'Laser Printer', '3288'), (19317, '5401', 'Laser Printer', '3288'), (19318, '5404', '1250c Color Printer', '3288'), (19319, '5513', 'WLA3310 Wireless Adapter [Intersil ISL3887]', '3288'), (19320, '5534', 'Hub of E-Port Replicator', '3288'), (19321, '5601', 'Laser Printer 3100cn', '3288'), (19322, '5602', 'Laser Printer 3000cn', '3288'), (19323, '5607', 'MFP Color Laser Printer 3115cn', '3288'), (19324, '5631', 'Laser Printer 5100cn', '3288'), (19325, '564a', 'C1765 series Multifunction Color LaserPrinter, Scanner & Copier', '3288'), (19326, '5905', 'Printing Support', '3288'), (19327, '8000', 'BC02 Bluetooth Adapter', '3288'), (19328, '8010', 'TrueMobile Bluetooth Module in', '3288'), (19329, '8100', 'TrueMobile 1180 802.11b Adapter [Intersil PRISM 3]', '3288'), (19330, '8102', 'TrueMobile 1300 802.11g Wireless Adapter [Intersil ISL3880]', '3288'), (19331, '8103', 'Wireless 350 Bluetooth', '3288'), (19332, '8104', 'Wireless 1450 Dual-band (802.11a/b/g) Adapter [Intersil ISL3887]', '3288'), (19333, '8105', 'U2 in HID - Driver', '3288'), (19334, '8106', 'Wireless 350 Bluetooth Internal Card in', '3288'), (19335, '8110', 'Wireless 3xx Bluetooth Internal Card', '3288'), (19336, '8111', 'Wireless 3xx Bluetooth Internal Card in', '3288'), (19337, '8114', 'Wireless 5700 Mobile Broadband (CDMA EV-DO) Minicard Modem', '3288'), (19338, '8115', 'Wireless 5500 Mobile Broadband (3G HSDPA) Minicard Modem', '3288'), (19339, '8116', 'Wireless 5505 Mobile Broadband (3G HSDPA) Minicard Modem', '3288'), (19340, '8117', 'Wireless 5700 Mobile Broadband (CDMA EV-DO) Expresscard Modem', '3288'), (19341, '8118', 'Wireless 5510 Mobile Broadband (3G HSDPA) Expresscard Status Port', '3288'), (19342, '8120', 'Bluetooth adapter', '3288'), (19343, '8121', 'Eastfold in HID', '3288'), (19344, '8122', 'Eastfold in DFU', '3288'), (19345, '8123', 'eHome Infrared Receiver', '3288'), (19346, '8124', 'eHome Infrared Receiver', '3288'), (19347, '8126', 'Wireless 355 Bluetooth', '3288'), (19348, '8127', 'Wireless 355 Module with Bluetooth 2.0 + EDR Technology.', '3288'), (19349, '8128', 'Wireless 5700-Sprint Mobile Broadband (CDMA EV-DO) Mini-Card Status Port', '3288'), (19350, '8129', 'Wireless 5700-Telus Mobile Broadband (CDMA EV-DO) Mini-Card Status Port', '3288'), (19351, '8131', 'Wireless 360 Bluetooth 2.0 + EDR module.', '3288'), (19352, '8133', 'Wireless 5720 VZW Mobile Broadband (EVDO Rev-A) Minicard GPS Port', '3288'), (19353, '8134', 'Wireless 5720 Sprint Mobile Broadband (EVDO Rev-A) Minicard Status Port', '3288'), (19354, '8135', 'Wireless 5720 TELUS Mobile Broadband (EVDO Rev-A) Minicard Diagnostics Port', '3288'), (19355, '8136', 'Wireless 5520 Cingular Mobile Broadband (3G HSDPA) Minicard Diagnostics Port', '3288'), (19356, '8137', 'Wireless 5520 Voda L Mobile Broadband (3G HSDPA) Minicard Status Port', '3288'), (19357, '8138', 'Wireless 5520 Voda I Mobile Broadband (3G HSDPA) Minicard EAP-SIM Port', '3288'), (19358, '8140', 'Wireless 360 Bluetooth', '3288'), (19359, '8142', 'Mobile 360 in DFU', '3288'), (19360, '8143', 'Broadcom BCM20702A0 Bluetooth', '3288'), (19361, '8147', 'F3507g Mobile Broadband Module', '3288'), (19362, '8156', 'Wireless 370 Bluetooth Mini-card', '3288'), (19363, '8157', 'Integrated Keyboard', '3288'), (19364, '8158', 'Integrated Touchpad / Trackstick', '3288'), (19365, '8160', 'Wireless 365 Bluetooth', '3288'), (19366, '8161', 'Integrated Keyboard', '3288'), (19367, '8162', 'Integrated Touchpad [Synaptics]', '3288'), (19368, '8171', 'Gobi Wireless Modem (QDL mode)', '3288'), (19369, '8172', 'Gobi Wireless Modem', '3288'), (19370, '8183', 'F3607gw Mobile Broadband Module', '3288'), (19371, '8184', 'F3607gw v2 Mobile Broadband Module', '3288'), (19372, '8185', 'Gobi 2000 Wireless Modem (QDL mode)', '3288'), (19373, '8186', 'Gobi 2000 Wireless Modem', '3288'), (19374, '8187', 'DW375 Bluetooth Module', '3288'), (19375, '818e', 'DW5560 miniPCIe HSPA+ Mobile Broadband Modem', '3288'), (19376, '8197', 'BCM20702A0 Bluetooth Module', '3288'), (19377, '81a0', 'Wireless 5808 Mobile Broadband (Sierra Wireless MC7355 Mini PCIE, 4G UMTS,HSDPA,HSPA+,LTE,1xRTT,EVDO Rev A,GSM,GPRS)', '3288'), (19378, '81a3', 'Hub of E-Port Replicator', '3288'), (19379, '81a8', 'Wireless 5808 Mobile Broadband (Sierra Wireless Mini PCIE, 4G UMTS,HSDPA,HSPA+,LTE,1xRTT,EVDO Rev A,GSM,GPRS)', '3288'), (19380, '8501', 'Bluetooth Adapter', '3288'), (19381, '9001', 'ATA Bridge', '3288'), (19382, '9009', 'Portable Device', '3288'), (19383, '9500', 'USB CP210x UART Bridge Controller [DW700]', '3288'), (19384, 'a001', 'Hub', '3288'), (19385, 'a005', 'Internal 2.0 Hub', '3288'), (19386, 'a101', 'Internal Dual SD Card module', '3288'), (19387, 'a102', 'iDRAC Virtual NIC', '3288'), (19388, 'a503', 'AC511 Sound Bar', '3288'), (19389, 'a700', 'Hub (in 1905FP LCD Monitor)', '3288'), (19390, 'b007', 'Streak 5 Android Tablet', '3288'), (19391, '9281', 'Iomega Micro Mini 128MB Flash Drive', '3289'), (19392, 'ba01', 'Intuix Flash Drive', '3289'), (19393, '1010', 'Wireless Compact Laser Mouse', '3290'), (19394, '4201', 'Buttons and Lights HID device', '3291'), (19395, '4220', 'Echo 1 Camera', '3291'), (19396, '1000', '9FF2 [Digital Photo Display]', '3292'), (19397, '2000', 'HD2-14 [Hero 2 Camera]', '3292'), (19398, '0700', 'U.S. Robotics USR5426 802.11g Adapter', '3293'), (19399, '0701', 'U.S. Robotics USR5425 Wireless MAXg Adapter', '3293'), (19400, '0711', 'Belkin F5D7051 v3000 802.11g', '3293'), (19401, '0720', 'Dynex DX-BUSB', '3293'), (19402, '0721', 'Dynex DX-EBUSB', '3293'), (19403, '5523', 'USB->RS 232 adapter with Prolific PL 2303 chipset', '3294'), (19404, '5537', '13.56Mhz RFID Card Reader and Writer', '3294'), (19405, '5584', 'CH34x printer adapter cable', '3294'), (19406, '4572', 'Shuttle PN31 Remote', '3295'), (19407, '1026', 'Crystal Bar Flash Drive', '3296'), (19408, '9394', 'Game Cube USB Memory Adaptor 64M', '3297'), (19409, '0011', 'Midistart-2', '3299'), (19410, '2009', 'PEL-2000 Series Electronic Load (CDC)', '3300'), (19411, '2010', 'PEL-2000 Series Electronic Load (CDC)', '3300'), (19412, '0001', 'MEZ1000 RDA', '3301'), (19413, '7288', 'Ultra Traveldrive 160G 2.5" HDD', '3302'), (19414, '1004', 'Hitachi LifeStudio Desk (3.5" HDD) [w/o flash key]', '3303'), (19415, '1013', 'Touro Desk Pro', '3303'), (19416, '1015', 'Touro Desk 3.0', '3303'), (19417, '8001', 'G-Tech G-DRIVE Mobile', '3303'), (19418, 'cb01', 'SP-U25/120G', '3303'), (19419, 'cd15', 'Simple Drive Mini (2.5" HDD)', '3303'), (19420, 'ce07', 'SimpleDrive (3.5" HDD)', '3303'), (19421, 'ce12', 'FV-U35', '3303'), (19422, 'ce17', '1TB SimpleDrive II USB External Hard Drive', '3303'), (19423, 'ce18', '(re)Drive', '3303'), (19424, 'ce21', 'JMicron JM20329 SATA Bridge [eg. HITACHI SimpleDrive mini]', '3303'), (19425, 'ce22', 'Hitachi SimpleTough (3.5" HDD)', '3303'), (19426, '0001', 'V-Link', '3304'), (19427, '0002', 'V-DAC II', '3304'), (19428, '0bb8', 'Grandtec USB1.1 DVB-T (cold)', '3305'), (19429, '0bb9', 'Grandtec USB1.1 DVB-T (warm)', '3305'), (19430, '0fa0', 'Grandtec USB1.1 DVB-T (cold)', '3305'), (19431, '0fa1', 'Grandtec USB1.1 DVB-T (warm)', '3305'), (19432, '4013', 'WLAN Adapter', '3306'), (19433, '2007', 'MSR-101U Mini HID magnetic card reader', '3307'), (19434, '1809', 'ZD1211', '3308'), (19435, '1001', 'Cetus CDC Device', '3309'), (19436, '1300', 'CST2545-5W (L-Trac)', '3310'), (19437, '1234', 'PDS6062T Oscilloscope', '3311'), (19438, '0001', 'Bitcoin Wallet [TREZOR]', '3312'), (19439, '0002', 'Bitcoin Wallet [TREZOR v2]', '3312'), (19440, '0021', 'MS210x Video Grabber [EasierCAP]', '3313'), (19441, '6021', 'VGA Display Adapter', '3313'), (19442, '0017', 'PAXcam2', '3314'), (19443, '0002', 'SuperPen WP3325U Tablet', '3316'), (19444, '0003', 'Tablet WP4030U', '3316'), (19445, '0004', 'Tablet WP5540U', '3316'), (19446, '0005', 'Tablet WP8060U', '3316'), (19447, '0041', 'Genius PenSketch 6x8 Tablet', '3316'), (19448, '0042', 'Tablet PF1209', '3316'), (19449, '004a', 'XP-Pen Artist 10S tablet', '3316'), (19450, '004d', 'Tablet Monitor MSP19U', '3316'), (19451, '0064', 'Aiptek HyperPen 10000U', '3316'), (19452, '3031', 'Graphics tablet [DrawImage G3, Ugee G3]', '3316'), (19453, '1110', 'VGA2USB', '3317'), (19454, '1120', 'KVM2USB', '3317'), (19455, '2222', 'DVI2USB', '3317'), (19456, '3333', 'VGA2USB Pro', '3317'), (19457, '3337', 'KVM2USB Pro', '3317'), (19458, '3340', 'VGA2USB LR', '3317'), (19459, '3344', 'KVM2USB LR', '3317'), (19460, '3411', 'DVI2USB Solo', '3317'), (19461, '3422', 'DVI2USB Duo', '3317'), (19462, '3500', 'DVI2USB3', '3317'), (19463, '3501', 'DVI2USB3 Rev3', '3317'), (19464, '3510', 'DVI2USB3_ET', '3317'), (19465, '3520', 'SDI2USB3', '3317'), (19466, '0015', 'Hard Drive', '3318'), (19467, '0102', 'SuperDisk', '3318'), (19468, '0103', 'IDE Hard Drive', '3318'), (19469, '0201', 'DDI to Reader-19', '3318'), (19470, '1234', 'ATAPI Bridge', '3318'), (19471, 'a103', 'Sandisk SDDR-55 SmartMedia Card Reader', '3318'), (19472, 'b000', 'USB to CompactFlash Card Reader', '3318'), (19473, 'b004', 'OnSpec MMC/SD Reader/Writer', '3318'), (19474, 'b00b', 'USB to Memory Stick Card Reader', '3318'), (19475, 'b00c', 'USB to SmartMedia Card Reader', '3318'), (19476, 'b012', 'Mitsumi FA402M 8-in-2 Card Reader', '3318'), (19477, 'b200', 'Compact Flash Reader', '3318'), (19478, 'b204', 'MMC/ SD Reader', '3318'), (19479, 'b207', 'Memory Stick Reader', '3318'), (19480, 'ca42', 'MasterHD 3', '3319'), (19481, '0832', 'UT2000/UT3000 Digital Storage Oscilloscope', '3320'), (19482, '0001', 'Touchscreen', '3321'), (19483, '0100', 'Orbicam', '3322'), (19484, '0101', 'USB2.0 Camera', '3322'), (19485, '0102', 'Crystal Eye Webcam', '3322'), (19486, '0137', 'HP Webcam', '3322'), (19487, '0141', 'BisonCam, NB Pro', '3322'), (19488, '0149', 'HP Webcam-101', '3322'), (19489, '014c', 'MSI Integrated Webcam', '3322'), (19490, '01a6', 'Lenovo Integrated Webcam', '3322'), (19491, '01a7', 'Lenovo Integrated Webcam', '3322'), (19492, '01a9', 'Lenovo Integrated Webcam', '3322'), (19493, '0200', 'OrbiCam', '3322'), (19494, '0202', 'Fujitsu Webcam', '3322'), (19495, '0203', 'BisonCam NB Pro 1300', '3322'), (19496, '0205', 'Lenovo EasyCamera', '3322'), (19497, '0217', 'Integrated Webcam', '3322'), (19498, '0241', 'BisonCam, NB Pro', '3322'), (19499, '0268', 'SunplusIT INC. Integrated Camera', '3322'), (19500, '026a', 'Integrated Camera', '3322'), (19501, '0292', 'Lenovo Integrated Webcam', '3322'), (19502, '0294', 'Lenovo Integrated Webcam', '3322'), (19503, '0295', 'Lenovo Integrated Webcam', '3322'), (19504, '0299', 'Lenovo Integrated Webcam', '3322'), (19505, '029c', 'Lenovo EasyCamera', '3322'), (19506, '02ac', 'HP TrueVision HD Webcam', '3322'), (19507, '02d0', 'Lenovo Integrated Webcam [R5U877]', '3322'), (19508, '02d2', 'ThinkPad Integrated Camera', '3322'), (19509, '02d5', 'Integrated Camera', '3322'), (19510, '03b3', 'Lenovo Integrated Webcam', '3322'), (19511, '03d0', 'Lenovo Integrated Webcam [R5U877]', '3322'), (19512, '0400', 'BisonCam, NB Pro', '3322'), (19513, '0535', 'Lenovo EasyCamera integrated webcam', '3322'), (19514, '055a', 'Lenovo Integrated Webcam', '3322'), (19515, '0652', 'Lenovo EasyCamera', '3322'), (19516, '0670', 'Lenovo EasyCamera', '3322'), (19517, '0671', 'Lenovo EasyCamera', '3322'), (19518, '0706', 'ThinkPad P50 Integrated Camera', '3322'), (19519, '2113', 'SunplusIT Integrated Camera', '3322'), (19520, 'a002', 'Lenovo EasyCamera Integrated Webcam', '3322'), (19521, '0260', 'RT2570', '3324'), (19522, '0280', '802.11a/b/g/n USB Wireless LAN Card', '3324'), (19523, '0282', '802.11b/g/n USB Wireless LAN Card', '3324'), (19524, '0283', '802.11b/g/n USB Wireless LAN Card', '3324'), (19525, '0284', '802.11a/b/g/n USB Wireless LAN Card', '3324'), (19526, '0290', 'ZW-N290 802.11n [Realtek RTL8192U]', '3324'), (19527, '5257', 'Metronic 495257 wifi 802.11ng', '3324'), (19528, '0001', 'Trident TVBOX Video Grabber', '3325'), (19529, 'dec0', 'TV Wander', '3325'), (19530, 'dec1', 'TV Voyage', '3325'), (19531, '4740', 'XBurst Jz4740 boot mode', '3326'), (19532, '4760', 'JZ4760 Boot Device', '3326'), (19533, '0500', 'SuperPro Universal Device Programmer', '3327'), (19534, '182d', 'LN-029 10/100 Ethernet Adapter', '3328'), (19535, '2068', 'USB to serial cable (v2)', '3328'), (19536, '0101', 'Intelligent Usb Dmx Interface SIUDI5A', '3329'), (19537, '0201', 'Intelligent Usb Dmx Interface SIUDI5C', '3329'), (19538, '0300', 'Intelligent Usb Dmx Interface SIUDI6 Firmware download', '3329'), (19539, '0301', 'Intelligent Usb Dmx Interface SIUDI6C', '3329'), (19540, '0302', 'Intelligent Usb Dmx Interface SIUDI6A', '3329'), (19541, '0303', 'Intelligent Usb Dmx Interface SIUDI6D', '3329'), (19542, '0400', 'Touch Sensitive Intelligent Control Keypad STICK1A', '3329'), (19543, '0401', 'Touch Sensitive Intelligent Control Keypad STICK1A', '3329'), (19544, '0410', 'Intelligent Usb Dmx Interface SIUDI7 Firmware Download', '3329'), (19545, '0411', 'Intelligent Usb Dmx Interface SIUDI7A', '3329'), (19546, '0420', 'Intelligent Usb Dmx Interface SIUDI8A Firmware Download', '3329'), (19547, '0421', 'Intelligent Usb Dmx Interface SIUDI8A', '3329'), (19548, '0430', 'Intelligent Usb Dmx Interface SIUDI8C Firmware Download', '3329'), (19549, '0431', 'Intelligent Usb Dmx Interface SIUDI8C', '3329'), (19550, '0440', 'Intelligent Usb Dmx Interface SIUDI9A Firmware Download', '3329'), (19551, '0441', 'Intelligent Usb Dmx Interface SIUDI9A', '3329'), (19552, '0450', 'Intelligent Usb Dmx Interface SIUDI9C Firmware Download', '3329'), (19553, '0451', 'Intelligent Usb Dmx Interface SIUDI9C', '3329'), (19554, '0460', 'Touch Sensitive Intelligent Control Keypad STICK2 Firmware download', '3329'), (19555, '0461', 'Touch Sensitive Intelligent Control Keypad STICK2', '3329'), (19556, '0470', 'Touch Sensitive Intelligent Control Keypad STICK1B Firmware download', '3329'), (19557, '0471', 'Touch Sensitive Intelligent Control Keypad STICK1B', '3329'), (19558, '0480', 'Touch Sensitive Intelligent Control Keypad STICK3 Firmware download', '3329'), (19559, '0481', 'Touch Sensitive Intelligent Control Keypad STICK3', '3329'), (19560, '0490', 'Intelligent Usb Dmx Interface SIUDI9D Firmware Download', '3329'), (19561, '0491', 'Intelligent Usb Dmx Interface SIUDI9D', '3329'), (19562, '0500', 'Touch Sensitive Intelligent Control Keypad STICK2B Firmware download', '3329'), (19563, '0501', 'Touch Sensitive Intelligent Control Keypad STICK2B', '3329'), (19564, '0520', 'Touch Sensitive Intelligent Control Keypad (STICK2C Firmware download, 32/64bits', '3329'), (19565, '0521', 'Touch Sensitive Intelligent Control Keypad (STICK2C, 32/64bits)', '3329'), (19566, '0540', 'Sunlite Universal Smart Handy Interface (SUSHI1A Firmware download, 32/64bits)', '3329'), (19567, '0541', 'Sunlite Universal Smart Handy Interface (SUSHI1A, 32/64bits)', '3329'), (19568, '0570', 'Touch Sensitive Intelligent Control Keypad (STICK4A Firmware download, 32/64bits)', '3329'), (19569, '0571', 'Touch Sensitive Intelligent Control Keypad (STICK4A, 32/64bits)', '3329'), (19570, '0580', 'Touch Sensitive Intelligent Control Keypad (STICK5A Firmware download, 32/64bits)', '3329'), (19571, '0581', 'Touch Sensitive Intelligent Control Keypad (STICK5A, 32/64bits)', '3329'), (19572, '0590', 'Intelligent Dmx Interface (SIUDI9S Firmware Download, 32/64bits)', '3329'), (19573, '0591', 'Intelligent Dmx Interface (SIUDI9S, 32/64bits)', '3329'), (19574, '0600', 'Intelligent Dmx Interface (SIUDI9M Firmware Download, 32/64bits)', '3329'), (19575, '0601', 'Intelligent Dmx Interface (SIUDI9M, 32/64bits)', '3329'), (19576, '0610', 'Intelligent Dmx Interface SIUDI10A Firmware Download', '3329'), (19577, '0611', 'Intelligent Dmx Interface SIUDI10A', '3329'), (19578, '0100', 'Ir reciver f. remote control', '3330'), (19579, '01c8', 'PlayStation Portable [Mass Storage]', '3332'), (19580, '0232', 'ARK3116 Serial', '3333'), (19581, '5500', 'Mass Storage Device', '3334'), (19582, '8005', 'Car Key', '3334'), (19583, '0001', 'Touchscreen', '3335'), (19584, '0020', 'IRTOUCH InfraRed TouchScreen', '3335'), (19585, '0081', 'TouchScreen', '3335'), (19586, '0667', 'WiseGroup Smart Joy PSX, PS-PC Smart JoyPad', '3336'), (19587, '1c40', 'TELEMIC 802.15.4 Sensor node (Bootloader)', '3336'), (19588, '1c41', 'TELEMIC 802.15.4 Sensor node', '3336'), (19589, '2667', 'JCOP BlueZ Smartcard reader', '3336'), (19590, '8802', 'SmartJoy Dual Plus PS2 converter', '3336'), (19591, '8804', 'WiseGroup SuperJoy Box 5', '3336'), (19592, '8802', 'SmartJoy Dual Plus PS2 converter', '3337'), (19593, '8811', 'Deluxe Dance Mat', '3337'), (19594, '062a', 'Switch Mouse', '3338'), (19595, 'a727', '3CRUSB10075 802.11bg [ZyDAS ZD1211]', '3339'), (19596, '3829', 'Opera1 DVB-S (warm state)', '3340'), (19597, 'b001', 'VoIP Phone', '3341'), (19598, '2202', 'UF5/UF6/UF7/UF8 MIDI Master Keyboard', '3343'), (19599, '2149', 'EntropyKing Random Number Generator', '3344'), (19600, '0001', 'HUB 4X232', '3345'), (19601, '5920', 'Q-Box II DVB-S2 HD', '3346'), (19602, '5928', 'Q-Box II DVB-S2 HD', '3346'), (19603, '5740', 'Intelligent TFT-LCD Module', '3347'), (19604, '7711', 'EW-7711UTn nLite Wireless Adapter [Ralink RT3070]', '3348'), (19605, '7717', 'EW-7717UN 802.11n Wireless Adapter [Ralink RT2770]', '3348'), (19606, '7718', 'EW-7718UN 802.11n Wireless Adapter [Ralink RT2870]', '3348'), (19607, '7722', 'EW-7722UTn 802.11n Wireless Adapter [Ralink RT3072]', '3348'), (19608, '7733', 'EW-7733UnD 802.11abgn 3x3:3 [Ralink RT3573]', '3348'), (19609, '7811', 'EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]', '3348'), (19610, '7822', 'EW-7612UAn V2 802.11n Wireless Adapter [Realtek RTL8192CU]', '3348'), (19611, 'a611', 'EW-7611ULB 802.11b/g/n and Bluetooth 4.0 Adapter', '3348'), (19612, 'a711', 'EW-7711MAC 802.11ac Wireless Adapter', '3348'), (19613, 'a811', 'EW-7811UTC 802.11ac Wireless Adapter', '3348'), (19614, 'b711', 'EW-7722UAC 802.11a/b/g/n/ac (2x2) Wireless Adapter [MediaTek MT7612U]', '3348'), (19615, 'b822', 'EW-7822ULC 802.11ac Wireless Adapter [Realtek RTL8812AU]', '3348'), (19616, '0104', 'VetPro DR, Size 1', '3349'), (19617, '0105', 'VetPro DR, Size 2', '3349'), (19618, '350c', 'Model 350c, Frequency Response Analyzer', '3350'), (19619, '5140', 'Model 5140, Frequency Response Analyzer', '3350'), (19620, '6305', 'Model 6305, Frequency Response Analyzer', '3350'), (19621, '6320', 'Model 6320, Frequency Response Analyzer', '3350'), (19622, '6340', 'Model 6340, Frequency Response Analyzer', '3350'), (19623, '7405', 'Model 7405, Frequency Response Analyzer', '3350'), (19624, '7420', 'Model 7420, Frequency Response Analyzer', '3350'), (19625, '7440', 'Model 7440, Frequency Response Analyzer', '3350'), (19626, '8805', 'Model 8805, Frequency Response Analyzer', '3350'), (19627, '8820', 'Model 8820, Frequency Response Analyzer', '3350'), (19628, '8840', 'Model 8840, Frequency Response Analyzer', '3350'), (19629, 'a2a4', 'External SATA Hard Drive Adapter cable PA023U3', '3351'), (19630, 'b0b3', 'miniStack MAX', '3351'), (19631, '8003', 'USB-DIO-96', '3352'), (19632, '8070', 'USB-AO16-16A', '3352'), (19633, '0001', 'AnyPoint (TM) Home Network 1.6 Mbps Wireless Adapter', '3353'), (19634, '0044', 'CPU DRAM Controller', '3353'), (19635, '0046', 'HD Graphics', '3353'), (19636, '0100', 'Personal Audio Player 3000', '3353'), (19637, '0101', 'Personal Audio Player 3000', '3353'), (19638, '0110', 'Easy PC Camera', '3353'), (19639, '0120', 'PC Camera CS120', '3353'), (19640, '0180', 'WiMAX Connection 2400m', '3353'), (19641, '0181', 'WiMAX Connection 2400m', '3353'), (19642, '0182', 'WiMAX Connection 2400m', '3353'), (19643, '0186', 'WiMAX Connection 2400m', '3353'), (19644, '0188', 'WiMAX Connection 2400m', '3353'), (19645, '0189', 'Centrino Advanced-N 6230 Bluetooth adapter', '3353'), (19646, '0200', 'AnyPoint(TM) Wireless II Network 11Mbps Adapter [Atmel AT76C503A]', '3353'), (19647, '0431', 'Pro Video PC Camera', '3353'), (19648, '0510', 'Digital Movie Creator', '3353'), (19649, '0630', 'Pocket PC Camera', '3353'), (19650, '0780', 'CS780 Microphone Input', '3353'), (19651, '07d3', 'BLOB boot loader firmware', '3353'), (19652, '07dc', 'Bluetooth 4.0* Smart Ready (low energy)', '3353'), (19653, '0b07', 'RealSense D435', '3353'), (19654, '0dad', 'Cherry MiniatureCard Keyboard', '3353'), (19655, '1010', 'AnyPoint(TM) Home Network 10 Mbps Phoneline Adapter', '3353'), (19656, '110a', 'Bluetooth Controller from (Ericsson P4A)', '3353'), (19657, '110b', 'Bluetooth Controller from (Intel/CSR)', '3353'), (19658, '1110', 'PRO/Wireless LAN Module', '3353'), (19659, '1111', 'PRO/Wireless 2011B 802.11b Adapter [Intersil PRISM 2.5]', '3353'), (19660, '1122', 'Integrated Hub', '3353'), (19661, '1134', 'Hollister Mobile Monitor', '3353'), (19662, '1139', 'In-Target Probe (ITP)', '3353'), (19663, '1234', 'Prototype Reader/Writer', '3353'), (19664, '1403', 'WiMAX Connection 2400m', '3353'), (19665, '1405', 'WiMAX Connection 2400m', '3353'), (19666, '1406', 'WiMAX Connection 2400m', '3353'), (19667, '2448', '82801 PCI Bridge', '3353'), (19668, '3100', 'PRO/DSL 3220 Modem - WAN', '3353'), (19669, '3101', 'PRO/DSL 3220 Modem', '3353'), (19670, '3240', 'AnyPoint® 3240 Modem - WAN', '3353'), (19671, '3241', 'AnyPoint® 3240 Modem', '3353'), (19672, '8602', 'Miniature Card Slot', '3353'), (19673, '8c26', '8 Series/C220 Series EHCI #1', '3353'), (19674, '8c2d', '8 Series/C220 Series EHCI #2', '3353'), (19675, '8c31', 'eXtensible Host Controller', '3353'), (19676, '9303', '8x930Hx Hub', '3353'), (19677, '9500', 'CE 9500 DVB-T', '3353'), (19678, '9890', '82930 Test Board', '3353'), (19679, 'beef', 'SCM Miniature Card Reader/Writer', '3353'), (19680, 'c013', 'Wireless HID Station', '3353'), (19681, 'dead', 'Galileo', '3353'), (19682, 'f001', 'XScale PXA27x Bulverde flash', '3353'), (19683, 'f1a5', 'Z-U130 [Value Solid State Drive]', '3353'), (19684, '0020', 'Integrated Rate Matching Hub', '3354'), (19685, '0024', 'Integrated Rate Matching Hub', '3354'), (19686, '0025', 'Wireless-AC 9260 Bluetooth Adapter', '3354'), (19687, '0029', 'AX200 Bluetooth', '3354'), (19688, '0716', 'Modem Flashloader', '3354'), (19689, '07da', 'Centrino Bluetooth Wireless Transceiver', '3354'), (19690, '07dc', 'Bluetooth wireless interface', '3354'), (19691, '07eb', 'Oaktrail tablet', '3354'), (19692, '0a2a', 'Bluetooth wireless interface', '3354'), (19693, '0a2b', 'Bluetooth wireless interface', '3354'), (19694, '0a9e', 'Edison', '3354'), (19695, '0aa7', 'Wireless-AC 3168 Bluetooth', '3354'), (19696, '0aaa', 'Bluetooth 9460/9560 Jefferson Peak (JfP)', '3354'), (19697, '0fff', 'Intel Android Bootloader Interface', '3354'), (19698, '8000', 'Integrated Rate Matching Hub', '3354'), (19699, '8001', 'Integrated Hub', '3354'), (19700, '8002', '8 channel internal hub', '3354'), (19701, '8008', 'Integrated Rate Matching Hub', '3354'), (19702, '800a', 'Hub', '3354'), (19703, '0021', 'USB Tablet', '3355'), (19704, '0022', 'multitouch tablet', '3355'), (19705, '3201', 'Retro Adapter', '3356'), (19706, '3301', 'Retro Adapter Mouse', '3356'), (19707, '0089', 'HPBT05R 2.4 G Mini Wireless Touchpad Keyboard', '3357'), (19708, '2000', 'Flashdisk', '3358'), (19709, '1000', 'JetFlash', '3359'), (19710, '4000', 'microSD/SD/CF UHS-II Card Reader [RDF8, RDF9]', '3359'), (19711, '6000', 'digital photo frame PF830', '3359'), (19712, '6002', 'digital photo frame PF830', '3359'), (19713, '7000', 'StoreJet 25H3', '3359'), (19714, '8003', 'Micro Line', '3360'), (19715, '800b', 'Micro Line (4GB)', '3360'), (19716, 'f700', 'DT225 Trackball', '3361'), (19717, 'a02c', 'Wireless Presenter Receiver', '3362'), (19718, '182d', 'WL-022 802.11b Adapter', '3363'), (19719, 'd630', 'DVB-S S630', '3364'), (19720, 'd650', 'DVB-S2 S650', '3364'), (19721, 'd660', 'DVB-S2 S660', '3364'), (19722, '0004', 'R3 Compatible Device', '3365'), (19723, '7703', 'MCS7703 Serial Port Adapter', '3367'), (19724, '7705', 'MCS7705 Parallel port adapter', '3367'), (19725, '7715', 'MCS7715 Parallel and serial port adapter', '3367'), (19726, '7717', 'MCS7717 3-port hub with serial and parallel adapter', '3367'), (19727, '7720', 'MCS7720 Dual serial port adapter', '3367'), (19728, '7730', 'MCS7730 10/100 Mbps Ethernet adapter', '3367'), (19729, '7780', 'MCS7780 4Mbps Fast IrDA Adapter', '3367'), (19730, '7784', 'MCS7784 115.2Kb IrDA Adapter', '3367'), (19731, '7810', 'MCS7810 Serial Port Adapter', '3367'), (19732, '7820', 'MCS7820 Dual Serial Port Adapter', '3367'), (19733, '7830', 'MCS7830 10/100 Mbps Ethernet adapter', '3367'), (19734, '7832', 'MCS7832 10/100 Mbps Ethernet adapter', '3367'), (19735, '7840', 'MCS7820/MCS7840 2/4 port serial adapter', '3367'), (19736, '9990', 'MCS9990 PCIe Host Controller', '3367'), (19737, '0701', 'Platinum MyDrive HP', '3368'), (19738, '0015', 'A50', '3369'), (19739, '0001', 'JAF Mobile Phone Flasher Interface', '3370'), (19740, '8988', 'V.cap Camera Device', '3371'), (19741, '4b8f', 'ProxMark-3 RFID Instrument', '3372'), (19742, '9e8f', 'Plug Computer Basic [SheevaPlug]', '3373'), (19743, 'b014', 'Desktop Microphone NS-PAUM50', '3374'), (19744, '1000', 'X1000', '3375'), (19745, '4775', 'JZ4775 Boot Device', '3375'), (19746, '0610', 'Dino-Lite Digital Microscope (SN9C201 + HV7131R)', '3376'), (19747, '0611', 'Dino-Lite Digital Microscope (SN9C201 + HV7131R)', '3376'), (19748, '0612', 'Dino-Lite Digital Microscope (SN9C120 + HV7131R)', '3376'), (19749, '0613', 'Dino-Lite Digital Microscope (SN9C201 + HV7131R)', '3376'), (19750, '0614', 'Dino-Lite Digital Microscope (SN9C201 + MI1310/MT9M111)', '3376'), (19751, '0615', 'Dino-Lite Digital Microscope (SN9C201 + MI1310/MT9M111)', '3376'), (19752, '0616', 'Dino-Lite Digital Microscope (SN9C120 + HV7131R)', '3376'), (19753, '0617', 'Dino-Lite Digital Microscope (SN9C201 + MI1310/MT9M111)', '3376'), (19754, '0618', 'Dino-Lite Digital Microscope (SN9C201 + HV7131R)', '3376'), (19755, '0610', 'Dino-Lite Digital Microscope', '3377'), (19756, '0611', 'Dino-Lite Digital Microscope', '3377'), (19757, '0613', 'Dino-Lite Digital Microscope', '3377'), (19758, '0614', 'Dino-Lite Pro Digital Microscope', '3377'), (19759, '0615', 'Dino-Lite Pro Digital Microscope', '3377'), (19760, '0617', 'Dino-Lite Pro Digital Microscope', '3377'), (19761, '0618', 'Dino-Lite Digital Microscope', '3377'), (19762, '0a53', 'TL866II Plus Device Programmer [MiniPRO]', '3378'), (19763, '5500', 'zuban H2OPS - GPS for canoeing', '3379'), (19764, 'a000', 'SIGMA Logic Analyzer', '3379'), (19765, 'a002', 'EMUSB interface pro MU Beta', '3379'), (19766, 'c000', 'MREL Data Trap II', '3379'), (19767, 'c001', 'VUTS DMU4', '3379'), (19768, 'c002', 'Electrone MASH', '3379'), (19769, 'c005', 'MREL HTU HandiTrap cable', '3379'), (19770, 'c006', 'JRC COmeter', '3379'), (19771, 'e110', 'OK1ZIA Davac 4.x', '3379'), (19772, 'e112', 'OK1ZIA Antenna rotator', '3379'), (19773, 'e113', 'OK1ZIA GPIO', '3379'), (19774, 'e114', 'OK1ZIA HD&Keyb', '3379'), (19775, '6893', '3CRUSB20075 OfficeConnect Wireless 108Mbps 11g Adapter [Atheros AR5523]', '3380'), (19776, '6895', 'AR5523', '3380'), (19777, '6897', 'AR5523', '3380'), (19778, '3003', 'PCFree Multimedia Remote Control PC', '3381'), (19779, '8815', 'microSD CardReader', '3382'), (19780, '8816', 'microSD CardReader', '3382'), (19781, '34cd', 'JMICRON JMS578 SATA 6Gb/s bridge', '3383'), (19782, '1234', 'UDisk flash drive', '3384'), (19783, '6104', 'PCCloneEX Lite+ SATA docking station [QP0017]', '3384'), (19784, 'cdee', 'Petcam', '3384'), (19785, '9e84', 'Yeti Stereo Microphone', '3385'), (19786, '7147', 'Agterbosch', '3386'), (19787, '0180', 'MSR90 MagStripe reader', '3387'), (19788, '1705', 'MCB2300', '3388'), (19789, '2710', 'ULink', '3388'), (19790, '2723', 'ULink-ME', '3388'), (19791, '0029', 'Rocker', '3389'), (19792, '0002', 'AirPCAP Classic 802.11 packet capture adapter', '3390'), (19793, '0300', 'AirPcap NX [Atheros AR9170+AR9104]', '3390'), (19794, '0310', 'Mini-PAC Arcade Control Interface', '3392'), (19795, '0301', 'I-PAC Arcade Control Interface', '3393'), (19796, '0501', 'Ultra-Stik Ultimarc Ultra-Stik Player 1', '3393'), (19797, '1571', 'A-PAC Arcade Control Interface', '3393'), (19798, '0003', 'Laser Mouse (ID0009A)', '3394'), (19799, '0811', 'CD002', '3395'), (19800, '0812', 'CD005 MP3 Player', '3395'), (19801, '1130', 'Astribank series', '3396'), (19802, '1131', 'Astribank series', '3396'), (19803, '1132', 'Astribank series', '3396'), (19804, '1140', 'Astribank series', '3396'), (19805, '1141', 'Astribank series', '3396'), (19806, '1142', 'Astribank series', '3396'), (19807, '1150', 'Astribank series', '3396'), (19808, '1151', 'Astribank series', '3396'), (19809, '1152', 'Astribank series', '3396'), (19810, '1160', 'Astribank 2 series', '3396'), (19811, '1161', 'Astribank 2 series', '3396'), (19812, '1162', 'Astribank 2 series', '3396'), (19813, '0920', 'Make Controller Kit', '3397'), (19814, '17de', 'KWorld V-Stream XPERT DTV - DVB-T USB cold', '3398'), (19815, '17df', 'KWorld V-Stream XPERT DTV - DVB-T USB warm', '3398'), (19816, '2571', 'M035 Compact Web Cam', '3398'), (19817, '2710', 'SilverCrest Webcam', '3398'), (19818, '2750', 'ECS Elitegroup G220 integrated Webcam', '3398'), (19819, '2761', 'EeePC 701 integrated Webcam', '3398'), (19820, '2776', 'Combined audio and video input device', '3398'), (19821, '2800', 'EM2800 Video Capture', '3398'), (19822, '2801', 'EM2801 Video Capture', '3398'), (19823, '2820', 'EM2820 Video Capture', '3398'), (19824, '2821', 'EM2820 Video Capture', '3398'), (19825, '2840', 'EM2840 Video Capture', '3398'), (19826, '2841', 'EM2840 Video Capture', '3398'), (19827, '2861', 'EasyCAP DC60+ [EM2861]', '3398'), (19828, '2863', 'Video Grabber', '3398'), (19829, '2870', 'Pinnacle PCTV Stick', '3398'), (19830, '2881', 'EM2881 Video Controller', '3398'), (19831, '50a3', 'Gadmei UTV380 TV Box', '3398'), (19832, '50a6', 'Gadmei UTV330 TV Box', '3398'), (19833, '5166', 'video grabber 28282', '3398'), (19834, '5184', 'VIDBOX NW06 [EM28281]', '3398'), (19835, '8179', 'Terratec Cinergy T2 Stick HD', '3398'), (19836, 'e305', 'KWorld PlusTV Analog Stick', '3398'), (19837, 'e355', 'KWorld DVB-T 355U Digital TV Dongle', '3398'), (19838, '6002', 'PhotoSmart C500', '3401'), (19839, 'a999', 'Endoscope Camera', '3402'), (19840, 'b999', 'Otoscope Camera', '3402'), (19841, '0003', 'Controller', '3403'), (19842, '0740', 'multi-function device', '3404'), (19843, '1340', 'multi-function printer', '3404'), (19844, '1440', 'printer device', '3404'), (19845, '1921', 'printer', '3404'), (19846, 'ee38', 'Digital Storage Oscilloscope', '3405'), (19847, 'ee37', 'SDG1010 Waveform Generator', '3406'), (19848, 'ee3a', 'SDG1010 Waveform Generator (TMC mode)', '3406'), (19849, '0001', 'PC-Gamepad "Greystorm"', '3407'), (19850, '5afe', 'DyingLight', '3408'), (19851, '0101', 'MIDI Cable UA0037', '3409'), (19852, '0100', 'Card Reader Controller RTS5101/RTS5111/RTS5116', '3411'), (19853, '01', 'Control Device', '3413'), (19854, '02', 'Streaming', '3413'), (19855, '03', 'MIDI Streaming', '3413'), (19856, '01', 'Direct Line', '3414'), (19857, '02', 'Abstract (modem)', '3414'), (19858, '03', 'Telephone', '3414'), (19859, '04', 'Multi-Channel', '3414'), (19860, '05', 'CAPI Control', '3414'), (19861, '06', 'Ethernet Networking', '3414'), (19862, '07', 'ATM Networking', '3414'), (19863, '08', 'Wireless Handset Control', '3414'), (19864, '09', 'Device Management', '3414'), (19865, '0a', 'Mobile Direct Line', '3414'), (19866, '0b', 'OBEX', '3414'), (19867, '0c', 'Ethernet Emulation', '3414'), (19868, '00', 'No Subclass', '3415'), (19869, '01', 'Boot Interface Subclass', '3415'), (19870, '01', 'Still Image Capture', '3417'), (19871, '01', 'Printer', '3418'), (19872, '01', 'RBC (typically Flash)', '3419'), (19873, '02', 'SFF-8020i, MMC-2 (ATAPI)', '3419'), (19874, '03', 'QIC-157', '3419'), (19875, '04', 'Floppy (UFI)', '3419'), (19876, '05', 'SFF-8070i', '3419'), (19877, '06', 'SCSI', '3419'), (19878, '00', 'Unused', '3420'), (19879, '00', 'Unused', '3421'), (19880, '00', 'Undefined', '3424'), (19881, '01', 'Video Control', '3424'), (19882, '02', 'Video Streaming', '3424'), (19883, '03', 'Video Interface Collection', '3424'), (19884, '42', 'Controller', '3425'), (19885, '01', 'Reprogrammable Diagnostics', '3426'), (19886, '01', 'Radio Frequency', '3427'), (19887, '02', 'Wireless USB Wire Adapter', '3427'), (19888, '01', '?', '3428'), (19889, '02', '?', '3428'), (19890, '03', '?', '3428'), (19891, '05', 'USB3 Vision', '3428'), (19892, '01', 'Device Firmware Update', '3429'), (19893, '02', 'IRDA Bridge', '3429'), (19894, '03', 'Test and Measurement', '3429'), (19895, 'ff', 'Vendor Specific Subclass', '3430'), (19896, '000', 'Undefined', '3563'), (19897, '001', 'Pointer', '3563'), (19898, '002', 'Mouse', '3563'), (19899, '004', 'Joystick', '3563'), (19900, '005', 'Gamepad', '3563'), (19901, '006', 'Keyboard', '3563'), (19902, '007', 'Keypad', '3563'), (19903, '008', 'Multi-Axis Controller', '3563'), (19904, '030', 'Direction-X', '3563'), (19905, '031', 'Direction-Y', '3563'), (19906, '032', 'Direction-Z', '3563'), (19907, '033', 'Rotate-X', '3563'), (19908, '034', 'Rotate-Y', '3563'), (19909, '035', 'Rotate-Z', '3563'), (19910, '036', 'Slider', '3563'), (19911, '037', 'Dial', '3563'), (19912, '038', 'Wheel', '3563'), (19913, '039', 'Hat Switch', '3563'), (19914, '03a', 'Counted Buffer', '3563'), (19915, '03b', 'Byte Count', '3563'), (19916, '03c', 'Motion Wakeup', '3563'), (19917, '03d', 'Start', '3563'), (19918, '03e', 'Select', '3563'), (19919, '040', 'Vector-X', '3563'), (19920, '041', 'Vector-Y', '3563'), (19921, '042', 'Vector-Z', '3563'), (19922, '043', 'Vector-X relative Body', '3563'), (19923, '044', 'Vector-Y relative Body', '3563'), (19924, '045', 'Vector-Z relative Body', '3563'), (19925, '046', 'Vector', '3563'), (19926, '080', 'System Control', '3563'), (19927, '081', 'System Power Down', '3563'), (19928, '082', 'System Sleep', '3563'), (19929, '083', 'System Wake Up', '3563'), (19930, '084', 'System Context Menu', '3563'), (19931, '085', 'System Main Menu', '3563'), (19932, '086', 'System App Menu', '3563'), (19933, '087', 'System Menu Help', '3563'), (19934, '088', 'System Menu Exit', '3563'), (19935, '089', 'System Menu Select', '3563'), (19936, '08a', 'System Menu Right', '3563'), (19937, '08b', 'System Menu Left', '3563'), (19938, '08c', 'System Menu Up', '3563'), (19939, '08d', 'System Menu Down', '3563'), (19940, '090', 'Direction Pad Up', '3563'), (19941, '091', 'Direction Pad Down', '3563'), (19942, '092', 'Direction Pad Right', '3563'), (19943, '093', 'Direction Pad Left', '3563'), (19944, '000', 'Undefined', '3564'), (19945, '001', 'Flight Simulation Device', '3564'), (19946, '002', 'Automobile Simulation Device', '3564'), (19947, '003', 'Tank Simulation Device', '3564'), (19948, '004', 'Spaceship Simulation Device', '3564'), (19949, '005', 'Submarine Simulation Device', '3564'), (19950, '006', 'Sailing Simulation Device', '3564'), (19951, '007', 'Motorcycle Simulation Device', '3564'), (19952, '008', 'Sports Simulation Device', '3564'), (19953, '009', 'Airplane Simualtion Device', '3564'), (19954, '00a', 'Helicopter Simulation Device', '3564'), (19955, '00b', 'Magic Carpet Simulation Device', '3564'), (19956, '00c', 'Bicycle Simulation Device', '3564'), (19957, '020', 'Flight Control Stick', '3564'), (19958, '021', 'Flight Stick', '3564'), (19959, '022', 'Cyclic Control', '3564'), (19960, '023', 'Cyclic Trim', '3564'), (19961, '024', 'Flight Yoke', '3564'), (19962, '025', 'Track Control', '3564'), (19963, '0b0', 'Aileron', '3564'), (19964, '0b1', 'Aileron Trim', '3564'), (19965, '0b2', 'Anti-Torque Control', '3564'), (19966, '0b3', 'Autopilot Enable', '3564'), (19967, '0b4', 'Chaff Release', '3564'), (19968, '0b5', 'Collective Control', '3564'), (19969, '0b6', 'Dive Break', '3564'), (19970, '0b7', 'Electronic Countermeasures', '3564'), (19971, '0b8', 'Elevator', '3564'), (19972, '0b9', 'Elevator Trim', '3564'), (19973, '0ba', 'Rudder', '3564'), (19974, '0bb', 'Throttle', '3564'), (19975, '0bc', 'Flight COmmunications', '3564'), (19976, '0bd', 'Flare Release', '3564'), (19977, '0be', 'Landing Gear', '3564'), (19978, '0bf', 'Toe Break', '3564'), (19979, '0c0', 'Trigger', '3564'), (19980, '0c1', 'Weapon Arm', '3564'), (19981, '0c2', 'Weapons Select', '3564'), (19982, '0c3', 'Wing Flaps', '3564'), (19983, '0c4', 'Accelerator', '3564'), (19984, '0c5', 'Brake', '3564'), (19985, '0c6', 'Clutch', '3564'), (19986, '0c7', 'Shifter', '3564'), (19987, '0c8', 'Steering', '3564'), (19988, '0c9', 'Turret Direction', '3564'), (19989, '0ca', 'Barrel Elevation', '3564'), (19990, '0cb', 'Drive Plane', '3564'), (19991, '0cc', 'Ballast', '3564'), (19992, '0cd', 'Bicylce Crank', '3564'), (19993, '0ce', 'Handle Bars', '3564'), (19994, '0cf', 'Front Brake', '3564'), (19995, '0d0', 'Rear Brake', '3564'), (19996, '000', 'Unidentified', '3565'), (19997, '001', 'Belt', '3565'), (19998, '002', 'Body Suit', '3565'), (19999, '003', 'Flexor', '3565'), (20000, '004', 'Glove', '3565'), (20001, '005', 'Head Tracker', '3565'), (20002, '006', 'Head Mounted Display', '3565'); INSERT INTO `glpi_plugin_fusioninventory_usbdevices` (`id`, `deviceid`, `name`, `plugin_fusioninventory_usbvendor_id`) VALUES (20003, '007', 'Hand Tracker', '3565'), (20004, '008', 'Oculometer', '3565'), (20005, '009', 'Vest', '3565'), (20006, '00a', 'Animatronic Device', '3565'), (20007, '020', 'Stereo Enable', '3565'), (20008, '021', 'Display Enable', '3565'), (20009, '000', 'Unidentified', '3566'), (20010, '001', 'Baseball Bat', '3566'), (20011, '002', 'Golf Club', '3566'), (20012, '003', 'Rowing Machine', '3566'), (20013, '004', 'Treadmill', '3566'), (20014, '030', 'Oar', '3566'), (20015, '031', 'Slope', '3566'), (20016, '032', 'Rate', '3566'), (20017, '033', 'Stick Speed', '3566'), (20018, '034', 'Stick Face Angle', '3566'), (20019, '035', 'Stick Heel/Toe', '3566'), (20020, '036', 'Stick Follow Through', '3566'), (20021, '038', 'Stick Type', '3566'), (20022, '039', 'Stick Height', '3566'), (20023, '047', 'Stick Temp', '3566'), (20024, '050', 'Putter', '3566'), (20025, '051', '1 Iron', '3566'), (20026, '052', '2 Iron', '3566'), (20027, '053', '3 Iron', '3566'), (20028, '054', '4 Iron', '3566'), (20029, '055', '5 Iron', '3566'), (20030, '056', '6 Iron', '3566'), (20031, '057', '7 Iron', '3566'), (20032, '058', '8 Iron', '3566'), (20033, '059', '9 Iron', '3566'), (20034, '05a', '10 Iron', '3566'), (20035, '05b', '11 Iron', '3566'), (20036, '05c', 'Sand Wedge', '3566'), (20037, '05d', 'Loft Wedge', '3566'), (20038, '05e', 'Power Wedge', '3566'), (20039, '05f', '1 Wood', '3566'), (20040, '060', '3 Wood', '3566'), (20041, '061', '5 Wood', '3566'), (20042, '062', '7 Wood', '3566'), (20043, '063', '9 Wood', '3566'), (20044, '000', 'Undefined', '3567'), (20045, '001', '3D Game Controller', '3567'), (20046, '002', 'Pinball Device', '3567'), (20047, '003', 'Gun Device', '3567'), (20048, '020', 'Point Of View', '3567'), (20049, '021', 'Turn Right/Left', '3567'), (20050, '022', 'Pitch Right/Left', '3567'), (20051, '023', 'Roll Forward/Backward', '3567'), (20052, '024', 'Move Right/Left', '3567'), (20053, '025', 'Move Forward/Backward', '3567'), (20054, '026', 'Move Up/Down', '3567'), (20055, '027', 'Lean Right/Left', '3567'), (20056, '028', 'Lean Forward/Backward', '3567'), (20057, '029', 'Height of POV', '3567'), (20058, '02a', 'Flipper', '3567'), (20059, '02b', 'Secondary Flipper', '3567'), (20060, '02c', 'Bump', '3567'), (20061, '02d', 'New Game', '3567'), (20062, '02e', 'Shoot Ball', '3567'), (20063, '02f', 'Player', '3567'), (20064, '030', 'Gun Bolt', '3567'), (20065, '031', 'Gun Clip', '3567'), (20066, '032', 'Gun Selector', '3567'), (20067, '033', 'Gun Single Shot', '3567'), (20068, '034', 'Gun Burst', '3567'), (20069, '035', 'Gun Automatic', '3567'), (20070, '036', 'Gun Safety', '3567'), (20071, '037', 'Gamepad Fire/Jump', '3567'), (20072, '038', 'Gamepad Fun', '3567'), (20073, '039', 'Gamepad Trigger', '3567'), (20074, '000', 'No Event', '3568'), (20075, '001', 'Keyboard ErrorRollOver', '3568'), (20076, '002', 'Keyboard POSTfail', '3568'), (20077, '003', 'Keyboard Error Undefined', '3568'), (20078, '004', 'A', '3568'), (20079, '005', 'B', '3568'), (20080, '006', 'C', '3568'), (20081, '007', 'D', '3568'), (20082, '008', 'E', '3568'), (20083, '009', 'F', '3568'), (20084, '00a', 'G', '3568'), (20085, '00b', 'H', '3568'), (20086, '00c', 'I', '3568'), (20087, '00d', 'J', '3568'), (20088, '00e', 'K', '3568'), (20089, '00f', 'L', '3568'), (20090, '010', 'M', '3568'), (20091, '011', 'N', '3568'), (20092, '012', 'O', '3568'), (20093, '013', 'P', '3568'), (20094, '014', 'Q', '3568'), (20095, '015', 'R', '3568'), (20096, '016', 'S', '3568'), (20097, '017', 'T', '3568'), (20098, '018', 'U', '3568'), (20099, '019', 'V', '3568'), (20100, '01a', 'W', '3568'), (20101, '01b', 'X', '3568'), (20102, '01c', 'Y', '3568'), (20103, '01d', 'Z', '3568'), (20104, '01e', '1 and ! (One and Exclamation)', '3568'), (20105, '01f', '2 and @ (2 and at)', '3568'), (20106, '020', '3 and # (3 and Hash)', '3568'), (20107, '021', '4 and $ (4 and Dollar Sign)', '3568'), (20108, '022', '5 and % (5 and Percent Sign)', '3568'), (20109, '023', '6 and ^ (6 and circumflex)', '3568'), (20110, '024', '7 and & (Seven and Ampersand)', '3568'), (20111, '025', '8 and * (Eight and asterisk)', '3568'), (20112, '026', '9 and ( (Nine and Parenthesis Left)', '3568'), (20113, '027', '0 and ) (Zero and Parenthesis Right)', '3568'), (20114, '028', 'Return (Enter)', '3568'), (20115, '029', 'Escape', '3568'), (20116, '02a', 'Delete (Backspace)', '3568'), (20117, '02b', 'Tab', '3568'), (20118, '02c', 'Space Bar', '3568'), (20119, '02d', '- and _ (Minus and underscore)', '3568'), (20120, '02e', '= and + (Equal and Plus)', '3568'), (20121, '02f', '[ and { (Bracket and Braces Left)', '3568'), (20122, '030', '] and } (Bracket and Braces Right)', '3568'), (20123, '031', '\\ and | (Backslash and Bar)', '3568'), (20124, '032', '# and ~ (Hash and Tilde, Non-US Keyboard near right shift)', '3568'), (20125, '033', '; and : (Semicolon and Colon)', '3568'), (20126, '034', '', '3568'), (20127, '035', '` and ~ (Accent Grace and Tilde)', '3568'), (20128, '036', ', and < (Comma and Less)', '3568'), (20129, '037', '. and > (Period and Greater)', '3568'), (20130, '038', '/ and ? (Slash and Question Mark)', '3568'), (20131, '039', 'Caps Lock', '3568'), (20132, '03a', 'F1', '3568'), (20133, '03b', 'F2', '3568'), (20134, '03c', 'F3', '3568'), (20135, '03d', 'F4', '3568'), (20136, '03e', 'F5', '3568'), (20137, '03f', 'F6', '3568'), (20138, '040', 'F7', '3568'), (20139, '041', 'F8', '3568'), (20140, '042', 'F9', '3568'), (20141, '043', 'F10', '3568'), (20142, '044', 'F11', '3568'), (20143, '045', 'F12', '3568'), (20144, '046', 'Print Screen', '3568'), (20145, '047', 'Scroll Lock', '3568'), (20146, '048', 'Pause', '3568'), (20147, '049', 'Insert', '3568'), (20148, '04a', 'Home', '3568'), (20149, '04b', 'Page Up', '3568'), (20150, '04c', 'Delete Forward (without Changing Position)', '3568'), (20151, '04d', 'End', '3568'), (20152, '04e', 'Page Down', '3568'), (20153, '04f', 'Right Arrow', '3568'), (20154, '050', 'Left Arrow', '3568'), (20155, '051', 'Down Arrow', '3568'), (20156, '052', 'Up Arrow', '3568'), (20157, '053', 'Num Lock and Clear', '3568'), (20158, '054', 'Keypad / (Division Sign)', '3568'), (20159, '055', 'Keypad * (Multiplication Sign)', '3568'), (20160, '056', 'Keypad - (Subtraction Sign)', '3568'), (20161, '057', 'Keypad + (Addition Sign)', '3568'), (20162, '058', 'Keypad Enter', '3568'), (20163, '059', 'Keypad 1 and END', '3568'), (20164, '05a', 'Keypad 2 and Down Arrow', '3568'), (20165, '05b', 'Keypad 3 and Page Down', '3568'), (20166, '05c', 'Keypad 4 and Left Arrow', '3568'), (20167, '05d', 'Keypad 5 (Tactilei Raised)', '3568'), (20168, '05f', 'Keypad 6 and Right Arrow', '3568'), (20169, '060', 'Keypad 7 and Home', '3568'), (20170, '061', 'Keypad 8 and Up Arrow', '3568'), (20171, '062', 'Keypad 8 and Page Up', '3568'), (20172, '063', 'Keypad . (decimal delimiter) and Delete', '3568'), (20173, '064', '\\ and | (Backslash and Bar, UK and Non-US Keyboard near left shift)', '3568'), (20174, '065', 'Keyboard Application (Windows Key for Win95 or Compose)', '3568'), (20175, '066', 'Power (not a key)', '3568'), (20176, '067', 'Keypad = (Equal Sign)', '3568'), (20177, '068', 'F13', '3568'), (20178, '069', 'F14', '3568'), (20179, '06a', 'F15', '3568'), (20180, '06b', 'F16', '3568'), (20181, '06c', 'F17', '3568'), (20182, '06d', 'F18', '3568'), (20183, '06e', 'F19', '3568'), (20184, '06f', 'F20', '3568'), (20185, '070', 'F21', '3568'), (20186, '071', 'F22', '3568'), (20187, '072', 'F23', '3568'), (20188, '073', 'F24', '3568'), (20189, '074', 'Execute', '3568'), (20190, '075', 'Help', '3568'), (20191, '076', 'Menu', '3568'), (20192, '077', 'Select', '3568'), (20193, '078', 'Stop', '3568'), (20194, '079', 'Again', '3568'), (20195, '07a', 'Undo', '3568'), (20196, '07b', 'Cut', '3568'), (20197, '07c', 'Copy', '3568'), (20198, '07d', 'Paste', '3568'), (20199, '07e', 'Find', '3568'), (20200, '07f', 'Mute', '3568'), (20201, '080', 'Volume Up', '3568'), (20202, '081', 'Volume Down', '3568'), (20203, '082', 'Locking Caps Lock', '3568'), (20204, '083', 'Locking Num Lock', '3568'), (20205, '084', 'Locking Scroll Lock', '3568'), (20206, '085', 'Keypad Comma', '3568'), (20207, '086', 'Keypad Equal Sign (AS/400)', '3568'), (20208, '087', 'International 1 (PC98)', '3568'), (20209, '088', 'International 2 (PC98)', '3568'), (20210, '089', 'International 3 (PC98)', '3568'), (20211, '08a', 'International 4 (PC98)', '3568'), (20212, '08b', 'International 5 (PC98)', '3568'), (20213, '08c', 'International 6 (PC98)', '3568'), (20214, '08d', 'International 7 (Toggle Single/Double Byte Mode)', '3568'), (20215, '08e', 'International 8', '3568'), (20216, '08f', 'International 9', '3568'), (20217, '090', 'LANG 1 (Hangul/English Toggle, Korea)', '3568'), (20218, '091', 'LANG 2 (Hanja Conversion, Korea)', '3568'), (20219, '092', 'LANG 3 (Katakana, Japan)', '3568'), (20220, '093', 'LANG 4 (Hiragana, Japan)', '3568'), (20221, '094', 'LANG 5 (Zenkaku/Hankaku, Japan)', '3568'), (20222, '095', 'LANG 6', '3568'), (20223, '096', 'LANG 7', '3568'), (20224, '097', 'LANG 8', '3568'), (20225, '098', 'LANG 9', '3568'), (20226, '099', 'Alternate Erase', '3568'), (20227, '09a', 'SysReq/Attention', '3568'), (20228, '09b', 'Cancel', '3568'), (20229, '09c', 'Clear', '3568'), (20230, '09d', 'Prior', '3568'), (20231, '09e', 'Return', '3568'), (20232, '09f', 'Separator', '3568'), (20233, '0a0', 'Out', '3568'), (20234, '0a1', 'Open', '3568'), (20235, '0a2', 'Clear/Again', '3568'), (20236, '0a3', 'CrSel/Props', '3568'), (20237, '0a4', 'ExSel', '3568'), (20238, '0e0', 'Control Left', '3568'), (20239, '0e1', 'Shift Left', '3568'), (20240, '0e2', 'Alt Left', '3568'), (20241, '0e3', 'GUI Left', '3568'), (20242, '0e4', 'Control Right', '3568'), (20243, '0e5', 'Shift Right', '3568'), (20244, '0e6', 'Alt Rigth', '3568'), (20245, '0e7', 'GUI Right', '3568'), (20246, '000', 'Undefined', '3569'), (20247, '001', 'NumLock', '3569'), (20248, '002', 'CapsLock', '3569'), (20249, '003', 'Scroll Lock', '3569'), (20250, '004', 'Compose', '3569'), (20251, '005', 'Kana', '3569'), (20252, '006', 'Power', '3569'), (20253, '007', 'Shift', '3569'), (20254, '008', 'Do not disturb', '3569'), (20255, '009', 'Mute', '3569'), (20256, '00a', 'Tone Enabke', '3569'), (20257, '00b', 'High Cut Filter', '3569'), (20258, '00c', 'Low Cut Filter', '3569'), (20259, '00d', 'Equalizer Enable', '3569'), (20260, '00e', 'Sound Field ON', '3569'), (20261, '00f', 'Surround On', '3569'), (20262, '010', 'Repeat', '3569'), (20263, '011', 'Stereo', '3569'), (20264, '012', 'Sampling Rate Detect', '3569'), (20265, '013', 'Spinning', '3569'), (20266, '014', 'CAV', '3569'), (20267, '015', 'CLV', '3569'), (20268, '016', 'Recording Format Detect', '3569'), (20269, '017', 'Off-Hook', '3569'), (20270, '018', 'Ring', '3569'), (20271, '019', 'Message Waiting', '3569'), (20272, '01a', 'Data Mode', '3569'), (20273, '01b', 'Battery Operation', '3569'), (20274, '01c', 'Battery OK', '3569'), (20275, '01d', 'Battery Low', '3569'), (20276, '01e', 'Speaker', '3569'), (20277, '01f', 'Head Set', '3569'), (20278, '020', 'Hold', '3569'), (20279, '021', 'Microphone', '3569'), (20280, '022', 'Coverage', '3569'), (20281, '023', 'Night Mode', '3569'), (20282, '024', 'Send Calls', '3569'), (20283, '025', 'Call Pickup', '3569'), (20284, '026', 'Conference', '3569'), (20285, '027', 'Stand-by', '3569'), (20286, '028', 'Camera On', '3569'), (20287, '029', 'Camera Off', '3569'), (20288, '02a', 'On-Line', '3569'), (20289, '02b', 'Off-Line', '3569'), (20290, '02c', 'Busy', '3569'), (20291, '02d', 'Ready', '3569'), (20292, '02e', 'Paper-Out', '3569'), (20293, '02f', 'Paper-Jam', '3569'), (20294, '030', 'Remote', '3569'), (20295, '031', 'Forward', '3569'), (20296, '032', 'Reverse', '3569'), (20297, '033', 'Stop', '3569'), (20298, '034', 'Rewind', '3569'), (20299, '035', 'Fast Forward', '3569'), (20300, '036', 'Play', '3569'), (20301, '037', 'Pause', '3569'), (20302, '038', 'Record', '3569'), (20303, '039', 'Error', '3569'), (20304, '03a', 'Usage Selected Indicator', '3569'), (20305, '03b', 'Usage In Use Indicator', '3569'), (20306, '03c', 'Usage Multi Indicator', '3569'), (20307, '03d', 'Indicator On', '3569'), (20308, '03e', 'Indicator Flash', '3569'), (20309, '03f', 'Indicator Slow Blink', '3569'), (20310, '040', 'Indicator Fast Blink', '3569'), (20311, '041', 'Indicator Off', '3569'), (20312, '042', 'Flash On Time', '3569'), (20313, '043', 'Slow Blink On Time', '3569'), (20314, '044', 'Slow Blink Off Time', '3569'), (20315, '045', 'Fast Blink On Time', '3569'), (20316, '046', 'Fast Blink Off Time', '3569'), (20317, '047', 'Usage Color Indicator', '3569'), (20318, '048', 'Indicator Red', '3569'), (20319, '049', 'Indicator Green', '3569'), (20320, '04a', 'Indicator Amber', '3569'), (20321, '04b', 'Generic Indicator', '3569'), (20322, '04c', 'System Suspend', '3569'), (20323, '04d', 'External Power Connected', '3569'), (20324, '000', 'No Button Pressed', '3570'), (20325, '001', 'Button 1 (Primary)', '3570'), (20326, '002', 'Button 2 (Secondary)', '3570'), (20327, '003', 'Button 3 (Tertiary)', '3570'), (20328, '004', 'Button 4', '3570'), (20329, '005', 'Button 5', '3570'), (20330, '001', 'Instance 1', '3571'), (20331, '002', 'Instance 2', '3571'), (20332, '003', 'Instance 3', '3571'), (20333, '000', 'Unassigned', '3572'), (20334, '001', 'Phone', '3572'), (20335, '002', 'Answering Machine', '3572'), (20336, '003', 'Message Controls', '3572'), (20337, '004', 'Handset', '3572'), (20338, '005', 'Headset', '3572'), (20339, '006', 'Telephony Key Pad', '3572'), (20340, '007', 'Programmable Button', '3572'), (20341, '020', 'Hook Switch', '3572'), (20342, '021', 'Flash', '3572'), (20343, '022', 'Feature', '3572'), (20344, '023', 'Hold', '3572'), (20345, '024', 'Redial', '3572'), (20346, '025', 'Transfer', '3572'), (20347, '026', 'Drop', '3572'), (20348, '027', 'Park', '3572'), (20349, '028', 'Forward Calls', '3572'), (20350, '029', 'Alternate Function', '3572'), (20351, '02a', 'Line', '3572'), (20352, '02b', 'Speaker Phone', '3572'), (20353, '02c', 'Conference', '3572'), (20354, '02d', 'Ring Enable', '3572'), (20355, '02e', 'Ring Select', '3572'), (20356, '02f', 'Phone Mute', '3572'), (20357, '030', 'Caller ID', '3572'), (20358, '050', 'Speed Dial', '3572'), (20359, '051', 'Store Number', '3572'), (20360, '052', 'Recall Number', '3572'), (20361, '053', 'Phone Directory', '3572'), (20362, '070', 'Voice Mail', '3572'), (20363, '071', 'Screen Calls', '3572'), (20364, '072', 'Do Not Disturb', '3572'), (20365, '073', 'Message', '3572'), (20366, '074', 'Answer On/Offf', '3572'), (20367, '090', 'Inside Dial Tone', '3572'), (20368, '091', 'Outside Dial Tone', '3572'), (20369, '092', 'Inside Ring Tone', '3572'), (20370, '093', 'Outside Ring Tone', '3572'), (20371, '094', 'Priority Ring Tone', '3572'), (20372, '095', 'Inside Ringback', '3572'), (20373, '096', 'Priority Ringback', '3572'), (20374, '097', 'Line Busy Tone', '3572'), (20375, '098', 'Recorder Tone', '3572'), (20376, '099', 'Call Waiting Tone', '3572'), (20377, '09a', 'Confirmation Tone 1', '3572'), (20378, '09b', 'Confirmation Tone 2', '3572'), (20379, '09c', 'Tones Off', '3572'), (20380, '09d', 'Outside Ringback', '3572'), (20381, '0b0', 'Key 1', '3572'), (20382, '0b1', 'Key 2', '3572'), (20383, '0b3', 'Key 3', '3572'), (20384, '0b4', 'Key 4', '3572'), (20385, '0b5', 'Key 5', '3572'), (20386, '0b6', 'Key 6', '3572'), (20387, '0b7', 'Key 7', '3572'), (20388, '0b8', 'Key 8', '3572'), (20389, '0b9', 'Key 9', '3572'), (20390, '0ba', 'Key Star', '3572'), (20391, '0bb', 'Key Pound', '3572'), (20392, '0bc', 'Key A', '3572'), (20393, '0bd', 'Key B', '3572'), (20394, '0be', 'Key C', '3572'), (20395, '0bf', 'Key D', '3572'), (20396, '000', 'Unassigned', '3573'), (20397, '001', 'Consumer Control', '3573'), (20398, '002', 'Numeric Key Pad', '3573'), (20399, '003', 'Programmable Buttons', '3573'), (20400, '020', '+10', '3573'), (20401, '021', '+100', '3573'), (20402, '022', 'AM/PM', '3573'), (20403, '030', 'Power', '3573'), (20404, '031', 'Reset', '3573'), (20405, '032', 'Sleep', '3573'), (20406, '033', 'Sleep After', '3573'), (20407, '034', 'Sleep Mode', '3573'), (20408, '035', 'Illumination', '3573'), (20409, '036', 'Function Buttons', '3573'), (20410, '040', 'Menu', '3573'), (20411, '041', 'Menu Pick', '3573'), (20412, '042', 'Menu Up', '3573'), (20413, '043', 'Menu Down', '3573'), (20414, '044', 'Menu Left', '3573'), (20415, '045', 'Menu Right', '3573'), (20416, '046', 'Menu Escape', '3573'), (20417, '047', 'Menu Value Increase', '3573'), (20418, '048', 'Menu Value Decrease', '3573'), (20419, '060', 'Data on Screen', '3573'), (20420, '061', 'Closed Caption', '3573'), (20421, '062', 'Closed Caption Select', '3573'), (20422, '063', 'VCR/TV', '3573'), (20423, '064', 'Broadcast Mode', '3573'), (20424, '065', 'Snapshot', '3573'), (20425, '066', 'Still', '3573'), (20426, '080', 'Selection', '3573'), (20427, '081', 'Assign Selection', '3573'), (20428, '082', 'Mode Step', '3573'), (20429, '083', 'Recall Last', '3573'), (20430, '084', 'Enter Channel', '3573'), (20431, '085', 'Order Movie', '3573'), (20432, '086', 'Channel', '3573'), (20433, '087', 'Media Selection', '3573'), (20434, '088', 'Media Select Computer', '3573'), (20435, '089', 'Media Select TV', '3573'), (20436, '08a', 'Media Select WWW', '3573'), (20437, '08b', 'Media Select DVD', '3573'), (20438, '08c', 'Media Select Telephone', '3573'), (20439, '08d', 'Media Select Program Guide', '3573'), (20440, '08e', 'Media Select Video Phone', '3573'), (20441, '08f', 'Media Select Games', '3573'), (20442, '090', 'Media Select Messages', '3573'), (20443, '091', 'Media Select CD', '3573'), (20444, '092', 'Media Select VCR', '3573'), (20445, '093', 'Media Select Tuner', '3573'), (20446, '094', 'Quit', '3573'), (20447, '095', 'Help', '3573'), (20448, '096', 'Media Select Tape', '3573'), (20449, '097', 'Media Select Cable', '3573'), (20450, '098', 'Media Select Satellite', '3573'), (20451, '099', 'Media Select Security', '3573'), (20452, '09a', 'Media Select Home', '3573'), (20453, '09b', 'Media Select Call', '3573'), (20454, '09c', 'Channel Increment', '3573'), (20455, '09d', 'Channel Decrement', '3573'), (20456, '09e', 'Media Select SAP', '3573'), (20457, '0a0', 'VCR Plus', '3573'), (20458, '0a1', 'Once', '3573'), (20459, '0a2', 'Daily', '3573'), (20460, '0a3', 'Weekly', '3573'), (20461, '0a4', 'Monthly', '3573'), (20462, '0b0', 'Play', '3573'), (20463, '0b1', 'Pause', '3573'), (20464, '0b2', 'Record', '3573'), (20465, '0b3', 'Fast Forward', '3573'), (20466, '0b4', 'Rewind', '3573'), (20467, '0b5', 'Scan Next Track', '3573'), (20468, '0b6', 'Scan Previous Track', '3573'), (20469, '0b7', 'Stop', '3573'), (20470, '0b8', 'Eject', '3573'), (20471, '0b9', 'Random Play', '3573'), (20472, '0ba', 'Select Disc', '3573'), (20473, '0bb', 'Enter Disc', '3573'), (20474, '0bc', 'Repeat', '3573'), (20475, '0bd', 'Tracking', '3573'), (20476, '0be', 'Track Normal', '3573'), (20477, '0bf', 'Slow Tracking', '3573'), (20478, '0c0', 'Frame Forward', '3573'), (20479, '0c1', 'Frame Back', '3573'), (20480, '0c2', 'Mark', '3573'), (20481, '0c3', 'Clear Mark', '3573'), (20482, '0c4', 'Repeat from Mark', '3573'), (20483, '0c5', 'Return to Mark', '3573'), (20484, '0c6', 'Search Mark Forward', '3573'), (20485, '0c7', 'Search Mark Backward', '3573'), (20486, '0c8', 'Counter Reset', '3573'), (20487, '0c9', 'Show Counter', '3573'), (20488, '0ca', 'Tracking Increment', '3573'), (20489, '0cb', 'Tracking Decrement', '3573'), (20490, '0cc', 'Stop/Eject', '3573'), (20491, '0cd', 'Play/Pause', '3573'), (20492, '0ce', 'Play/Skip', '3573'), (20493, '0e0', 'Volume', '3573'), (20494, '0e1', 'Balance', '3573'), (20495, '0e2', 'Mute', '3573'), (20496, '0e3', 'Bass', '3573'), (20497, '0e4', 'Treble', '3573'), (20498, '0e5', 'Bass Boost', '3573'), (20499, '0e6', 'Surround Mode', '3573'), (20500, '0e7', 'Loudness', '3573'), (20501, '0e8', 'MPX', '3573'), (20502, '0e9', 'Volume Increment', '3573'), (20503, '0ea', 'Volume Decrement', '3573'), (20504, '0f0', 'Speed Select', '3573'), (20505, '0f1', 'Playback Speed', '3573'), (20506, '0f2', 'Standard Play', '3573'), (20507, '0f3', 'Long Play', '3573'), (20508, '0f4', 'Extended Play', '3573'), (20509, '0f5', 'Slow', '3573'), (20510, '100', 'Fan Enable', '3573'), (20511, '101', 'Fan Speed', '3573'), (20512, '102', 'Light Enable', '3573'), (20513, '103', 'Light Illumination Level', '3573'), (20514, '104', 'Climate Control Enable', '3573'), (20515, '105', 'Room Temperature', '3573'), (20516, '106', 'Security Enable', '3573'), (20517, '107', 'Fire Alarm', '3573'), (20518, '108', 'Police Alarm', '3573'), (20519, '150', 'Balance Right', '3573'), (20520, '151', 'Balance Left', '3573'), (20521, '152', 'Bass Increment', '3573'), (20522, '153', 'Bass Decrement', '3573'), (20523, '154', 'Treble Increment', '3573'), (20524, '155', 'Treble Decrement', '3573'), (20525, '160', 'Speaker System', '3573'), (20526, '161', 'Channel Left', '3573'), (20527, '162', 'Channel Right', '3573'), (20528, '163', 'Channel Center', '3573'), (20529, '164', 'Channel Front', '3573'), (20530, '165', 'Channel Center Front', '3573'), (20531, '166', 'Channel Side', '3573'), (20532, '167', 'Channel Surround', '3573'), (20533, '168', 'Channel Low Frequency Enhancement', '3573'), (20534, '169', 'Channel Top', '3573'), (20535, '16a', 'Channel Unknown', '3573'), (20536, '170', 'Sub-Channel', '3573'), (20537, '171', 'Sub-Channel Increment', '3573'), (20538, '172', 'Sub-Channel Decrement', '3573'), (20539, '173', 'Alternative Audio Increment', '3573'), (20540, '174', 'Alternative Audio Decrement', '3573'), (20541, '180', 'Application Launch Buttons', '3573'), (20542, '181', 'AL Launch Button Configuration Tool', '3573'), (20543, '182', 'AL Launch Button Configuration', '3573'), (20544, '183', 'AL Consumer Control Configuration', '3573'), (20545, '184', 'AL Word Processor', '3573'), (20546, '185', 'AL Text Editor', '3573'), (20547, '186', 'AL Spreadsheet', '3573'), (20548, '187', 'AL Graphics Editor', '3573'), (20549, '188', 'AL Presentation App', '3573'), (20550, '189', 'AL Database App', '3573'), (20551, '18a', 'AL Email Reader', '3573'), (20552, '18b', 'AL Newsreader', '3573'), (20553, '18c', 'AL Voicemail', '3573'), (20554, '18d', 'AL Contacts/Address Book', '3573'), (20555, '18e', 'AL Calendar/Schedule', '3573'), (20556, '18f', 'AL Task/Project Manager', '3573'), (20557, '190', 'AL Log/Jounal/Timecard', '3573'), (20558, '191', 'AL Checkbook/Finance', '3573'), (20559, '192', 'AL Calculator', '3573'), (20560, '193', 'AL A/V Capture/Playback', '3573'), (20561, '194', 'AL Local Machine Browser', '3573'), (20562, '195', 'AL LAN/Wan Browser', '3573'), (20563, '196', 'AL Internet Browser', '3573'), (20564, '197', 'AL Remote Networking/ISP Connect', '3573'), (20565, '198', 'AL Network Conference', '3573'), (20566, '199', 'AL Network Chat', '3573'), (20567, '19a', 'AL Telephony/Dialer', '3573'), (20568, '19b', 'AL Logon', '3573'), (20569, '19c', 'AL Logoff', '3573'), (20570, '19d', 'AL Logon/Logoff', '3573'), (20571, '19e', 'AL Terminal Local/Screensaver', '3573'), (20572, '19f', 'AL Control Panel', '3573'), (20573, '1a0', 'AL Command Line Processor/Run', '3573'), (20574, '1a1', 'AL Process/Task Manager', '3573'), (20575, '1a2', 'AL Select Task/Application', '3573'), (20576, '1a3', 'AL Next Task/Application', '3573'), (20577, '1a4', 'AL Previous Task/Application', '3573'), (20578, '1a5', 'AL Preemptive Halt Task/Application', '3573'), (20579, '200', 'Generic GUI Application Controls', '3573'), (20580, '201', 'AC New', '3573'), (20581, '202', 'AC Open', '3573'), (20582, '203', 'AC CLose', '3573'), (20583, '204', 'AC Exit', '3573'), (20584, '205', 'AC Maximize', '3573'), (20585, '206', 'AC Minimize', '3573'), (20586, '207', 'AC Save', '3573'), (20587, '208', 'AC Print', '3573'), (20588, '209', 'AC Properties', '3573'), (20589, '21a', 'AC Undo', '3573'), (20590, '21b', 'AC Copy', '3573'), (20591, '21c', 'AC Cut', '3573'), (20592, '21d', 'AC Paste', '3573'), (20593, '21e', 'AC Select All', '3573'), (20594, '21f', 'AC Find', '3573'), (20595, '220', 'AC Find and Replace', '3573'), (20596, '221', 'AC Search', '3573'), (20597, '222', 'AC Go To', '3573'), (20598, '223', 'AC Home', '3573'), (20599, '224', 'AC Back', '3573'), (20600, '225', 'AC Forward', '3573'), (20601, '226', 'AC Stop', '3573'), (20602, '227', 'AC Refresh', '3573'), (20603, '228', 'AC Previous Link', '3573'), (20604, '229', 'AC Next Link', '3573'), (20605, '22b', 'AC History', '3573'), (20606, '22c', 'AC Subscriptions', '3573'), (20607, '22d', 'AC Zoom In', '3573'), (20608, '22e', 'AC Zoom Out', '3573'), (20609, '22f', 'AC Zoom', '3573'), (20610, '230', 'AC Full Screen View', '3573'), (20611, '231', 'AC Normal View', '3573'), (20612, '232', 'AC View Toggle', '3573'), (20613, '233', 'AC Scroll Up', '3573'), (20614, '234', 'AC Scroll Down', '3573'), (20615, '235', 'AC Scroll', '3573'), (20616, '236', 'AC Pan Left', '3573'), (20617, '237', 'AC Pan Right', '3573'), (20618, '238', 'AC Pan', '3573'), (20619, '239', 'AC New Window', '3573'), (20620, '23a', 'AC Tile Horizontally', '3573'), (20621, '23b', 'AC Tile Vertically', '3573'), (20622, '23c', 'AC Format', '3573'), (20623, '000', 'Undefined', '3574'), (20624, '001', 'Digitizer', '3574'), (20625, '002', 'Pen', '3574'), (20626, '003', 'Light Pen', '3574'), (20627, '004', 'Touch Screen', '3574'), (20628, '005', 'Touch Pad', '3574'), (20629, '006', 'White Board', '3574'), (20630, '007', 'Coordinate Measuring Machine', '3574'), (20631, '008', '3D Digitizer', '3574'), (20632, '009', 'Stereo Plotter', '3574'), (20633, '00a', 'Articulated Arm', '3574'), (20634, '00b', 'Armature', '3574'), (20635, '00c', 'Multiple Point Digitizer', '3574'), (20636, '00d', 'Free Space Wand', '3574'), (20637, '020', 'Stylus', '3574'), (20638, '021', 'Puck', '3574'), (20639, '022', 'Finger', '3574'), (20640, '030', 'Tip Pressure', '3574'), (20641, '031', 'Barrel Pressure', '3574'), (20642, '032', 'In Range', '3574'), (20643, '033', 'Touch', '3574'), (20644, '034', 'Untouch', '3574'), (20645, '035', 'Tap', '3574'), (20646, '036', 'Quality', '3574'), (20647, '037', 'Data Valid', '3574'), (20648, '038', 'Transducer Index', '3574'), (20649, '039', 'Tablet Function Keys', '3574'), (20650, '03a', 'Program Change Keys', '3574'), (20651, '03b', 'Battery Strength', '3574'), (20652, '03c', 'Invert', '3574'), (20653, '03d', 'X Tilt', '3574'), (20654, '03e', 'Y Tilt', '3574'), (20655, '03f', 'Azimuth', '3574'), (20656, '040', 'Altitude', '3574'), (20657, '041', 'Twist', '3574'), (20658, '042', 'Tip Switch', '3574'), (20659, '043', 'Secondary Tip Switch', '3574'), (20660, '044', 'Barrel Switch', '3574'), (20661, '045', 'Eraser', '3574'), (20662, '046', 'Tablet Pick', '3574'), (20663, '047', 'Confidence', '3574'), (20664, '048', 'Width', '3574'), (20665, '049', 'Height', '3574'), (20666, '051', 'Contact ID', '3574'), (20667, '052', 'Input Mode', '3574'), (20668, '053', 'Device Index', '3574'), (20669, '054', 'Contact Count', '3574'), (20670, '055', 'Maximum Contact Number', '3574'), (20671, '000', 'Undefined', '3575'), (20672, '001', 'Physical Interface Device', '3575'), (20673, '020', 'Normal', '3575'), (20674, '021', 'Set Effect Report', '3575'), (20675, '022', 'Effect Block Index', '3575'), (20676, '023', 'Parameter Block Offset', '3575'), (20677, '024', 'ROM Flag', '3575'), (20678, '025', 'Effect Type', '3575'), (20679, '026', 'ET Constant Force', '3575'), (20680, '027', 'ET Ramp', '3575'), (20681, '028', 'ET Custom Force Data', '3575'), (20682, '030', 'ET Square', '3575'), (20683, '031', 'ET Sine', '3575'), (20684, '032', 'ET Triangle', '3575'), (20685, '033', 'ET Sawtooth Up', '3575'), (20686, '034', 'ET Sawtooth Down', '3575'), (20687, '040', 'ET Spring', '3575'), (20688, '041', 'ET Damper', '3575'), (20689, '042', 'ET Inertia', '3575'), (20690, '043', 'ET Friction', '3575'), (20691, '050', 'Duration', '3575'), (20692, '051', 'Sample Period', '3575'), (20693, '052', 'Gain', '3575'), (20694, '053', 'Trigger Button', '3575'), (20695, '054', 'Trigger Repeat Interval', '3575'), (20696, '055', 'Axes Enable', '3575'), (20697, '056', 'Direction Enable', '3575'), (20698, '057', 'Direction', '3575'), (20699, '058', 'Type Specific Block Offset', '3575'), (20700, '059', 'Block Type', '3575'), (20701, '05A', 'Set Envelope Report', '3575'), (20702, '05B', 'Attack Level', '3575'), (20703, '05C', 'Attack Time', '3575'), (20704, '05D', 'Fade Level', '3575'), (20705, '05E', 'Fade Time', '3575'), (20706, '05F', 'Set Condition Report', '3575'), (20707, '060', 'CP Offset', '3575'), (20708, '061', 'Positive Coefficient', '3575'), (20709, '062', 'Negative Coefficient', '3575'), (20710, '063', 'Positive Saturation', '3575'), (20711, '064', 'Negative Saturation', '3575'), (20712, '065', 'Dead Band', '3575'), (20713, '066', 'Download Force Sample', '3575'), (20714, '067', 'Isoch Custom Force Enable', '3575'), (20715, '068', 'Custom Force Data Report', '3575'), (20716, '069', 'Custom Force Data', '3575'), (20717, '06A', 'Custom Force Vendor Defined Data', '3575'), (20718, '06B', 'Set Custom Force Report', '3575'), (20719, '06C', 'Custom Force Data Offset', '3575'), (20720, '06D', 'Sample Count', '3575'), (20721, '06E', 'Set Periodic Report', '3575'), (20722, '06F', 'Offset', '3575'), (20723, '070', 'Magnitude', '3575'), (20724, '071', 'Phase', '3575'), (20725, '072', 'Period', '3575'), (20726, '073', 'Set Constant Force Report', '3575'), (20727, '074', 'Set Ramp Force Report', '3575'), (20728, '075', 'Ramp Start', '3575'), (20729, '076', 'Ramp End', '3575'), (20730, '077', 'Effect Operation Report', '3575'), (20731, '078', 'Effect Operation', '3575'), (20732, '079', 'Op Effect Start', '3575'), (20733, '07A', 'Op Effect Start Solo', '3575'), (20734, '07B', 'Op Effect Stop', '3575'), (20735, '07C', 'Loop Count', '3575'), (20736, '07D', 'Device Gain Report', '3575'), (20737, '07E', 'Device Gain', '3575'), (20738, '07F', 'PID Pool Report', '3575'), (20739, '080', 'RAM Pool Size', '3575'), (20740, '081', 'ROM Pool Size', '3575'), (20741, '082', 'ROM Effect Block Count', '3575'), (20742, '083', 'Simultaneous Effects Max', '3575'), (20743, '084', 'Pool Alignment', '3575'), (20744, '085', 'PID Pool Move Report', '3575'), (20745, '086', 'Move Source', '3575'), (20746, '087', 'Move Destination', '3575'), (20747, '088', 'Move Length', '3575'), (20748, '089', 'PID Block Load Report', '3575'), (20749, '08B', 'Block Load Status', '3575'), (20750, '08C', 'Block Load Success', '3575'), (20751, '08D', 'Block Load Full', '3575'), (20752, '08E', 'Block Load Error', '3575'), (20753, '08F', 'Block Handle', '3575'), (20754, '090', 'PID Block Free Report', '3575'), (20755, '091', 'Type Specific Block Handle', '3575'), (20756, '092', 'PID State Report', '3575'), (20757, '094', 'Effect Playing', '3575'), (20758, '095', 'PID Device Control Report', '3575'), (20759, '096', 'PID Device Control', '3575'), (20760, '097', 'DC Enable Actuators', '3575'), (20761, '098', 'DC Disable Actuators', '3575'), (20762, '099', 'DC Stop All Effects', '3575'), (20763, '09A', 'DC Device Reset', '3575'), (20764, '09B', 'DC Device Pause', '3575'), (20765, '09C', 'DC Device Continue', '3575'), (20766, '09F', 'Device Paused', '3575'), (20767, '0A0', 'Actuators Enabled', '3575'), (20768, '0A4', 'Safety Switch', '3575'), (20769, '0A5', 'Actuator Override Switch', '3575'), (20770, '0A6', 'Actuator Power', '3575'), (20771, '0A7', 'Start Delay', '3575'), (20772, '0A8', 'Parameter Block Size', '3575'), (20773, '0A9', 'Device Managed Pool', '3575'), (20774, '0AA', 'Shared Parameter Blocks', '3575'), (20775, '0AB', 'Create New Effect Report', '3575'), (20776, '0AC', 'RAM Pool Available', '3575'), (20777, '000', 'Undefined', '3577'), (20778, '001', 'Alphanumeric Display', '3577'), (20779, '020', 'Display Attributes Report', '3577'), (20780, '021', 'ASCII Character Set', '3577'), (20781, '022', 'Data Read Back', '3577'), (20782, '023', 'Font Read Back', '3577'), (20783, '024', 'Display Control Report', '3577'), (20784, '025', 'Clear Display', '3577'), (20785, '026', 'Display Enable', '3577'), (20786, '027', 'Screen Saver Delay', '3577'), (20787, '028', 'Screen Saver Enable', '3577'), (20788, '029', 'Vertical Scroll', '3577'), (20789, '02a', 'Horizontal Scroll', '3577'), (20790, '02b', 'Character Report', '3577'), (20791, '02c', 'Display Data', '3577'), (20792, '02d', 'Display Status', '3577'), (20793, '02e', 'Stat Not Ready', '3577'), (20794, '02f', 'Stat Ready', '3577'), (20795, '030', 'Err Not a loadable Character', '3577'), (20796, '031', 'Err Font Data Cannot Be Read', '3577'), (20797, '032', 'Cursur Position Report', '3577'), (20798, '033', 'Row', '3577'), (20799, '034', 'Column', '3577'), (20800, '035', 'Rows', '3577'), (20801, '036', 'Columns', '3577'), (20802, '037', 'Cursor Pixel Positioning', '3577'), (20803, '038', 'Cursor Mode', '3577'), (20804, '039', 'Cursor Enable', '3577'), (20805, '03a', 'Cursor Blink', '3577'), (20806, '03b', 'Font Report', '3577'), (20807, '03c', 'Font Data', '3577'), (20808, '03d', 'Character Width', '3577'), (20809, '03e', 'Character Height', '3577'), (20810, '03f', 'Character Spacing Horizontal', '3577'), (20811, '040', 'Character Spacing Vertical', '3577'), (20812, '041', 'Unicode Character Set', '3577'), (20813, '001', 'Monitor Control', '3578'), (20814, '002', 'EDID Information', '3578'), (20815, '003', 'VDIF Information', '3578'), (20816, '004', 'VESA Version', '3578'), (20817, '001', 'Degauss', '3580'), (20818, '010', 'Brightness', '3580'), (20819, '012', 'Contrast', '3580'), (20820, '016', 'Red Video Gain', '3580'), (20821, '018', 'Green Video Gain', '3580'), (20822, '01a', 'Blue Video Gain', '3580'), (20823, '01c', 'Focus', '3580'), (20824, '020', 'Horizontal Position', '3580'), (20825, '022', 'Horizontal Size', '3580'), (20826, '024', 'Horizontal Pincushion', '3580'), (20827, '026', 'Horizontal Pincushion Balance', '3580'), (20828, '028', 'Horizontal Misconvergence', '3580'), (20829, '02a', 'Horizontal Linearity', '3580'), (20830, '02c', 'Horizontal Linearity Balance', '3580'), (20831, '030', 'Vertical Position', '3580'), (20832, '032', 'Vertical Size', '3580'), (20833, '034', 'Vertical Pincushion', '3580'), (20834, '036', 'Vertical Pincushion Balance', '3580'), (20835, '038', 'Vertical Misconvergence', '3580'), (20836, '03a', 'Vertical Linearity', '3580'), (20837, '03c', 'Vertical Linearity Balance', '3580'), (20838, '040', 'Parallelogram Balance (Key Distortion)', '3580'), (20839, '042', 'Trapezoidal Distortion (Key)', '3580'), (20840, '044', 'Tilt (Rotation)', '3580'), (20841, '046', 'Top Corner Distortion Control', '3580'), (20842, '048', 'Top Corner Distortion Balance', '3580'), (20843, '04a', 'Bottom Corner Distortion Control', '3580'), (20844, '04c', 'Bottom Corner Distortion Balance', '3580'), (20845, '056', 'Horizontal Moire', '3580'), (20846, '058', 'Vertical Moire', '3580'), (20847, '05e', 'Input Level Select', '3580'), (20848, '060', 'Input Source Select', '3580'), (20849, '06c', 'Red Video Black Level', '3580'), (20850, '06e', 'Green Video Black Level', '3580'), (20851, '070', 'Blue Video Black Level', '3580'), (20852, '0a2', 'Auto Size Center', '3580'), (20853, '0a4', 'Polarity Horizontal Sychronization', '3580'), (20854, '0a6', 'Polarity Vertical Synchronization', '3580'), (20855, '0aa', 'Screen Orientation', '3580'), (20856, '0ac', 'Horizontal Frequency in Hz', '3580'), (20857, '0ae', 'Vertical Frequency in 0.1 Hz', '3580'), (20858, '0b0', 'Settings', '3580'), (20859, '0ca', 'On Screen Display (OSD)', '3580'), (20860, '0d4', 'Stereo Mode', '3580'), (20861, '000', 'Undefined', '3581'), (20862, '001', 'iName', '3581'), (20863, '002', 'Present Status', '3581'), (20864, '003', 'Changed Status', '3581'), (20865, '004', 'UPS', '3581'), (20866, '005', 'Power Supply', '3581'), (20867, '010', 'Battery System', '3581'), (20868, '011', 'Battery System ID', '3581'), (20869, '012', 'Battery', '3581'), (20870, '013', 'Battery ID', '3581'), (20871, '014', 'Charger', '3581'), (20872, '015', 'Charger ID', '3581'), (20873, '016', 'Power Converter', '3581'), (20874, '017', 'Power Converter ID', '3581'), (20875, '018', 'Outlet System', '3581'), (20876, '019', 'Outlet System ID', '3581'), (20877, '01a', 'Input', '3581'), (20878, '01b', 'Input ID', '3581'), (20879, '01c', 'Output', '3581'), (20880, '01d', 'Output ID', '3581'), (20881, '01e', 'Flow', '3581'), (20882, '01f', 'Flow ID', '3581'), (20883, '020', 'Outlet', '3581'), (20884, '021', 'Outlet ID', '3581'), (20885, '022', 'Gang', '3581'), (20886, '023', 'Gang ID', '3581'), (20887, '024', 'Power Summary', '3581'), (20888, '025', 'Power Summary ID', '3581'), (20889, '030', 'Voltage', '3581'), (20890, '031', 'Current', '3581'), (20891, '032', 'Frequency', '3581'), (20892, '033', 'Apparent Power', '3581'), (20893, '034', 'Active Power', '3581'), (20894, '035', 'Percent Load', '3581'), (20895, '036', 'Temperature', '3581'), (20896, '037', 'Humidity', '3581'), (20897, '038', 'Bad Count', '3581'), (20898, '040', 'Config Voltage', '3581'), (20899, '041', 'Config Current', '3581'), (20900, '042', 'Config Frequency', '3581'), (20901, '043', 'Config Apparent Power', '3581'), (20902, '044', 'Config Active Power', '3581'), (20903, '045', 'Config Percent Load', '3581'), (20904, '046', 'Config Temperature', '3581'), (20905, '047', 'Config Humidity', '3581'), (20906, '050', 'Switch On Control', '3581'), (20907, '051', 'Switch Off Control', '3581'), (20908, '052', 'Toggle Control', '3581'), (20909, '053', 'Low Voltage Transfer', '3581'), (20910, '054', 'High Voltage Transfer', '3581'), (20911, '055', 'Delay Before Reboot', '3581'), (20912, '056', 'Delay Before Startup', '3581'), (20913, '057', 'Delay Before Shutdown', '3581'), (20914, '058', 'Test', '3581'), (20915, '059', 'Module Reset', '3581'), (20916, '05a', 'Audible Alarm Control', '3581'), (20917, '060', 'Present', '3581'), (20918, '061', 'Good', '3581'), (20919, '062', 'Internal Failure', '3581'), (20920, '063', 'Voltage out of range', '3581'), (20921, '064', 'Frequency out of range', '3581'), (20922, '065', 'Overload', '3581'), (20923, '066', 'Over Charged', '3581'), (20924, '067', 'Over Temperature', '3581'), (20925, '068', 'Shutdown Requested', '3581'), (20926, '069', 'Shutdown Imminent', '3581'), (20927, '06a', 'Reserved', '3581'), (20928, '06b', 'Switch On/Off', '3581'), (20929, '06c', 'Switchable', '3581'), (20930, '06d', 'Used', '3581'), (20931, '06e', 'Boost', '3581'), (20932, '06f', 'Buck', '3581'), (20933, '070', 'Initialized', '3581'), (20934, '071', 'Tested', '3581'), (20935, '072', 'Awaiting Power', '3581'), (20936, '073', 'Communication Lost', '3581'), (20937, '0fd', 'iManufacturer', '3581'), (20938, '0fe', 'iProduct', '3581'), (20939, '0ff', 'iSerialNumber', '3581'), (20940, '000', 'Undefined', '3582'), (20941, '001', 'SMB Battery Mode', '3582'), (20942, '002', 'SMB Battery Status', '3582'), (20943, '003', 'SMB Alarm Warning', '3582'), (20944, '004', 'SMB Charger Mode', '3582'), (20945, '005', 'SMB Charger Status', '3582'), (20946, '006', 'SMB Charger Spec Info', '3582'), (20947, '007', 'SMB Selector State', '3582'), (20948, '008', 'SMB Selector Presets', '3582'), (20949, '009', 'SMB Selector Info', '3582'), (20950, '010', 'Optional Mfg. Function 1', '3582'), (20951, '011', 'Optional Mfg. Function 2', '3582'), (20952, '012', 'Optional Mfg. Function 3', '3582'), (20953, '013', 'Optional Mfg. Function 4', '3582'), (20954, '014', 'Optional Mfg. Function 5', '3582'), (20955, '015', 'Connection to SMBus', '3582'), (20956, '016', 'Output Connection', '3582'), (20957, '017', 'Charger Connection', '3582'), (20958, '018', 'Battery Insertion', '3582'), (20959, '019', 'Use Next', '3582'), (20960, '01a', 'OK to use', '3582'), (20961, '01b', 'Battery Supported', '3582'), (20962, '01c', 'SelectorRevision', '3582'), (20963, '01d', 'Charging Indicator', '3582'), (20964, '028', 'Manufacturer Access', '3582'), (20965, '029', 'Remaining Capacity Limit', '3582'), (20966, '02a', 'Remaining Time Limit', '3582'), (20967, '02b', 'At Rate', '3582'), (20968, '02c', 'Capacity Mode', '3582'), (20969, '02d', 'Broadcast To Charger', '3582'), (20970, '02e', 'Primary Battery', '3582'), (20971, '02f', 'Charge Controller', '3582'), (20972, '040', 'Terminate Charge', '3582'), (20973, '041', 'Terminate Discharge', '3582'), (20974, '042', 'Below Remaining Capacity Limit', '3582'), (20975, '043', 'Remaining Time Limit Expired', '3582'), (20976, '044', 'Charging', '3582'), (20977, '045', 'Discharging', '3582'), (20978, '046', 'Fully Charged', '3582'), (20979, '047', 'Fully Discharged', '3582'), (20980, '048', 'Conditioning Flag', '3582'), (20981, '049', 'At Rate OK', '3582'), (20982, '04a', 'SMB Error Code', '3582'), (20983, '04b', 'Need Replacement', '3582'), (20984, '060', 'At Rate Time To Full', '3582'), (20985, '061', 'At Rate Time To Empty', '3582'), (20986, '062', 'Average Current', '3582'), (20987, '063', 'Max Error', '3582'), (20988, '064', 'Relative State Of Charge', '3582'), (20989, '065', 'Absolute State Of Charge', '3582'), (20990, '066', 'Remaining Capacity', '3582'), (20991, '067', 'Full Charge Capacity', '3582'), (20992, '068', 'Run Time To Empty', '3582'), (20993, '069', 'Average Time To Empty', '3582'), (20994, '06a', 'Average Time To Full', '3582'), (20995, '06b', 'Cycle Count', '3582'), (20996, '080', 'Batt. Pack Model Level', '3582'), (20997, '081', 'Internal Charge Controller', '3582'), (20998, '082', 'Primary Battery Support', '3582'), (20999, '083', 'Design Capacity', '3582'), (21000, '084', 'Specification Info', '3582'), (21001, '085', 'Manufacturer Date', '3582'), (21002, '086', 'Serial Number', '3582'), (21003, '087', 'iManufacturerName', '3582'), (21004, '088', 'iDeviceName', '3582'), (21005, '089', 'iDeviceChemistry', '3582'), (21006, '08a', 'Manufacturer Data', '3582'), (21007, '08b', 'Rechargeable', '3582'), (21008, '08c', 'Warning Capacity Limit', '3582'), (21009, '08d', 'Capacity Granularity 1', '3582'), (21010, '08e', 'Capacity Granularity 2', '3582'), (21011, '08f', 'iOEMInformation', '3582'), (21012, '0c0', 'Inhibit Charge', '3582'), (21013, '0c1', 'Enable Polling', '3582'), (21014, '0c2', 'Reset To Zero', '3582'), (21015, '0d0', 'AC Present', '3582'), (21016, '0d1', 'Battery Present', '3582'), (21017, '0d2', 'Power Fail', '3582'), (21018, '0d3', 'Alarm Inhibited', '3582'), (21019, '0d4', 'Thermistor Under Range', '3582'), (21020, '0d5', 'Thermistor Hot', '3582'), (21021, '0d6', 'Thermistor Cold', '3582'), (21022, '0d7', 'Thermistor Over Range', '3582'), (21023, '0d8', 'Voltage Out Of Range', '3582'), (21024, '0d9', 'Current Out Of Range', '3582'), (21025, '0da', 'Current Not Regulated', '3582'), (21026, '0db', 'Voltage Not Regulated', '3582'), (21027, '0dc', 'Master Mode', '3582'), (21028, '0f0', 'Charger Selector Support', '3582'), (21029, '0f1', 'Charger Spec', '3582'), (21030, '0f2', 'Level 2', '3582'), (21031, '0f3', 'Level 3', '3582'), (21032, '0f1', 'Cash Drawer', '3589'), (21033, '0f2', 'Cash Drawer Number', '3589'), (21034, '0f3', 'Cash Drawer Set', '3589'), (21035, '0f4', 'Cash Drawer Status', '3589'), (21036, '01', 'Saudi Arabia', '3591'), (21037, '02', 'Iraq', '3591'), (21038, '03', 'Egypt', '3591'), (21039, '04', 'Libya', '3591'), (21040, '05', 'Algeria', '3591'), (21041, '06', 'Morocco', '3591'), (21042, '07', 'Tunesia', '3591'), (21043, '08', 'Oman', '3591'), (21044, '09', 'Yemen', '3591'), (21045, '0a', 'Syria', '3591'), (21046, '0b', 'Jordan', '3591'), (21047, '0c', 'Lebanon', '3591'), (21048, '0d', 'Kuwait', '3591'), (21049, '0e', 'U.A.E', '3591'), (21050, '0f', 'Bahrain', '3591'), (21051, '10', 'Qatar', '3591'), (21052, '01', 'Traditional', '3594'), (21053, '02', 'Simplified', '3594'), (21054, '03', 'Hongkong SAR, PRC', '3594'), (21055, '04', 'Singapore', '3594'), (21056, '05', 'Macau SAR', '3594'), (21057, '01', 'German', '3597'), (21058, '02', 'Swiss', '3597'), (21059, '03', 'Austrian', '3597'), (21060, '04', 'Luxembourg', '3597'), (21061, '05', 'Liechtenstein', '3597'), (21062, '01', 'US', '3599'), (21063, '02', 'UK', '3599'), (21064, '03', 'Australian', '3599'), (21065, '04', 'Canadian', '3599'), (21066, '05', 'New Zealand', '3599'), (21067, '06', 'Ireland', '3599'), (21068, '07', 'South Africa', '3599'), (21069, '08', 'Jamaica', '3599'), (21070, '09', 'Carribean', '3599'), (21071, '0a', 'Belize', '3599'), (21072, '0b', 'Trinidad', '3599'), (21073, '0c', 'Zimbabwe', '3599'), (21074, '0d', 'Philippines', '3599'), (21075, '01', 'Castilian', '3600'), (21076, '02', 'Mexican', '3600'), (21077, '03', 'Modern', '3600'), (21078, '04', 'Guatemala', '3600'), (21079, '05', 'Costa Rica', '3600'), (21080, '06', 'Panama', '3600'), (21081, '07', 'Dominican Republic', '3600'), (21082, '08', 'Venzuela', '3600'), (21083, '09', 'Colombia', '3600'), (21084, '0a', 'Peru', '3600'), (21085, '0b', 'Argentina', '3600'), (21086, '0c', 'Ecuador', '3600'), (21087, '0d', 'Chile', '3600'), (21088, '0e', 'Uruguay', '3600'), (21089, '0f', 'Paraguay', '3600'), (21090, '10', 'Bolivia', '3600'), (21091, '11', 'El Salvador', '3600'), (21092, '12', 'Honduras', '3600'), (21093, '13', 'Nicaragua', '3600'), (21094, '14', 'Puerto Rico', '3600'), (21095, '01', 'French', '3602'), (21096, '02', 'Belgian', '3602'), (21097, '03', 'Canadian', '3602'), (21098, '04', 'Swiss', '3602'), (21099, '05', 'Luxembourg', '3602'), (21100, '06', 'Monaco', '3602'), (21101, '01', 'Italian', '3606'), (21102, '02', 'Swiss', '3606'), (21103, '01', 'Korean', '3608'), (21104, '01', 'Dutch', '3609'), (21105, '02', 'Belgian', '3609'), (21106, '01', 'Bokmal', '3610'), (21107, '02', 'Nynorsk', '3610'), (21108, '01', 'Portuguese', '3612'), (21109, '02', 'Brazilian', '3612'), (21110, '01', 'Croatian', '3616'), (21111, '02', 'Latin', '3616'), (21112, '03', 'Cyrillic', '3616'), (21113, '01', 'Swedish', '3619'), (21114, '02', 'Finland', '3619'), (21115, '01', 'Pakistan', '3622'), (21116, '02', 'India', '3622'), (21117, '01', 'Lithuanian', '3629'), (21118, '01', 'Cyrillic', '3634'), (21119, '02', 'Latin', '3634'), (21120, '01', 'Malaysia', '3642'), (21121, '02', 'Brunei Darassalam', '3642'), (21122, '01', 'Latin', '3645'), (21123, '02', 'Cyrillic', '3645'), (21124, '02', 'India', '3661'), (21125, '02', 'India', '3662');