Workaround for Bug 3917 - CWinsockInterface::DataSent calls NotifyDataSent which is not implemented.
/*
* Copyright (c) 2000 - 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Test utility
*
*/
#include "vid.h"
#include "s_lib.h"
typedef struct _VidMap {
unsigned short vid;
const char* name;
} VidMap;
/*
* Sorted list of USB ID's based on http://www.linux-usb.org/usb.ids
* version 1.223 last updated on 04/05/2006
*/
static const VidMap vidmap [] = {
{0x0001, "Fry's Electronics"},
{0x0002, "Ingram"},
{0x0003, "Club Mac"},
{0x0004, "Nebraska Furniture Mart"},
{0x0386, "LTS"},
{0x03e8, "EndPoints, Inc."},
{0x03e9, "Thesys Microelectronics"},
{0x03ea, "Data Broadcasting Corp."},
{0x03eb, "Atmel Corp."},
{0x03ec, "Iwatsu America, Inc."},
{0x03ed, "Mitel Corp."},
{0x03ee, "Mitsumi"},
{0x03f0, "Hewlett-Packard"},
{0x03f1, "Genoa Technology"},
{0x03f2, "Oak Technology, Inc."},
{0x03f3, "Adaptec, Inc."},
{0x03f4, "Diebold, Inc."},
{0x03f5, "Siemens Electromechanical"},
{0x03f8, "Epson Imaging Technology Center"},
{0x03f9, "KeyTronic Corp."},
{0x03fb, "OPTi, Inc."},
{0x03fc, "Elitegroup Computer Systems"},
{0x03fd, "Xilinx, Inc."},
{0x03fe, "Farallon Comunications"},
{0x0400, "National Semiconductor Corp."},
{0x0401, "National Registry, Inc."},
{0x0402, "ALi Corp."},
{0x0403, "Future Technology Devices International, Ltd"},
{0x0404, "NCR Corp."},
{0x0405, "Synopsys, Inc."},
{0x0406, "Fujitsu-ICL Computers"},
{0x0407, "Fujitsu Personal Systems, Inc."},
{0x0408, "Quanta Computer, Inc."},
{0x0409, "NEC Corp."},
{0x040a, "Kodak Co."},
{0x040b, "Weltrend Semiconductor"},
{0x040c, "VTech Computers, Ltd"},
{0x040d, "VIA Technologies, Inc."},
{0x040e, "MCCI"},
{0x040f, "Echo Speech Corp."},
{0x0411, "MelCo., Inc."},
{0x0412, "Award Software International"},
{0x0413, "Leadtek Research, Inc."},
{0x0414, "Giga-Byte Technology Co., Ltd"},
{0x0416, "Winbond Electronics Corp."},
{0x0417, "Symbios Logic"},
{0x0418, "AST Research"},
{0x0419, "Samsung Info. Systems America, Inc."},
{0x041a, "Phoenix Technologies, Ltd"},
{0x041b, "d'TV"},
{0x041d, "S3, Inc."},
{0x041e, "Creative Technology, Ltd"},
{0x041f, "LCS Telegraphics"},
{0x0420, "Chips and Technologies"},
{0x0421, "Nokia Mobile Phones"},
{0x0422, "ADI Systems, Inc."},
{0x0423, "Computer Access Technology Corp."},
{0x0424, "Standard Microsystems Corp."},
{0x0425, "Motorola Semiconductors HK, Ltd"},
{0x0426, "Integrated Device Technology, Inc."},
{0x0427, "Motorola Electronics Taiwan, Ltd"},
{0x0428, "Advanced Gravis Computer Tech, Ltd"},
{0x0429, "Cirrus Logic"},
{0x042a, "Ericsson Austrian, AG"},
{0x042b, "Intel Corp."},
{0x042c, "Innovative Semiconductors, Inc."},
{0x042d, "Micronics"},
{0x042e, "Acer, Inc."},
{0x042f, "Molex, Inc."},
{0x0430, "Sun Microsystems, Inc."},
{0x0431, "Itac Systems, Inc."},
{0x0432, "Unisys Corp."},
{0x0433, "Alps Electric, Inc."},
{0x0434, "Samsung Info. Systems America, Inc."},
{0x0435, "Hyundai Electronics America"},
{0x0436, "Taugagreining HF"},
{0x0437, "Framatome Connectors USA"},
{0x0438, "Advanced Micro Devices, Inc."},
{0x0439, "Voice Technologies Group"},
{0x043d, "Lexmark International, Inc."},
{0x043e, "LG Electronics USA, Inc."},
{0x043f, "RadiSys Corp."},
{0x0440, "Eizo Nanao Corp."},
{0x0441, "Winbond Systems Lab."},
{0x0442, "Ericsson, Inc."},
{0x0443, "Gateway, Inc."},
{0x0445, "Lucent Technologies, Inc."},
{0x0446, "NMB Technologies Corp."},
{0x0447, "Momentum Microsystems"},
{0x044a, "Shamrock Tech. Co., Ltd"},
{0x044b, "WSI"},
{0x044c, "CCL/ITRI"},
{0x044d, "Siemens Nixdorf AG"},
{0x044e, "Alps Electric Co., Ltd"},
{0x044f, "ThrustMaster, Inc."},
{0x0450, "DFI, Inc."},
{0x0451, "Texas Instruments, Inc."},
{0x0452, "Mitsubishi Electronics America, Inc."},
{0x0453, "CMD Technology"},
{0x0454, "Vobis Microcomputer AG"},
{0x0455, "Telematics International, Inc."},
{0x0456, "Analog Devices, Inc."},
{0x0457, "Silicon Integrated Systems Corp."},
{0x0458, "KYE Systems Corp."},
{0x0459, "Adobe Systems, Inc."},
{0x045a, "SONICblue, Inc."},
{0x045b, "Hitachi, Ltd"},
{0x045d, "Nortel Networks, Ltd"},
{0x045e, "Microsoft Corp."},
{0x0460, "Ace Cad Enterprise Co., Ltd"},
{0x0461, "Primax Electronics, Ltd"},
{0x0463, "MGE UPS Systems"},
{0x0464, "AMP/Tycoelectronics Corp."},
{0x0467, "AT&T Paradyne"},
{0x0468, "Wieson Technologies Co., Ltd"},
{0x046a, "Cherry GmbH"},
{0x046b, "American Megatrends, Inc."},
{0x046c, "Toshiba Corp., Digital Media Equipment"},
{0x046d, "Logitech, Inc."},
{0x046e, "Behavior Tech. Computer Corp."},
{0x046f, "Crystal Semiconductor"},
{0x0471, "Philips"},
{0x0472, "Chicony Electronics Co., Ltd"},
{0x0473, "Sanyo Information Business Co., Ltd"},
{0x0474, "Sanyo Electric Co., Ltd"},
{0x0475, "Relisys/Teco Information System"},
{0x0476, "AESP"},
{0x0477, "Seagate Technology, Inc."},
{0x0478, "Connectix Corp."},
{0x0479, "Advanced Peripheral Laboratories"},
{0x047a, "Semtech Corp."},
{0x047b, "Silitek Corp."},
{0x047c, "Dell Computer Corp."},
{0x047d, "Kensington"},
{0x047e, "Agere Systems, Inc. (Lucent)"},
{0x047f, "Plantronics, Inc."},
{0x0480, "Toshiba America Info. Systems, Inc."},
{0x0481, "Zenith Data Systems"},
{0x0482, "Kyocera Corp."},
{0x0483, "SGS Thomson Microelectronics"},
{0x0484, "Specialix"},
{0x0485, "Nokia Monitors"},
{0x0486, "ASUS Computers, Inc."},
{0x0487, "Stewart Connector"},
{0x0488, "Cirque Corp."},
{0x0489, "Foxconn / Hon Hai"},
{0x048a, "S-MOS Systems, Inc."},
{0x048c, "Alps Electric Ireland, Ltd"},
{0x048d, "Integrated Technology Express, Inc."},
{0x048f, "Eicon Tech."},
{0x0490, "United Microelectronics Corp."},
{0x0491, "Capetronic"},
{0x0492, "Samsung SemiConductor, Inc."},
{0x0493, "MAG Technology Co., Ltd"},
{0x0495, "ESS Technology, Inc."},
{0x0496, "Micron Electronics"},
{0x0497, "Smile International"},
{0x0498, "Capetronic (Kaohsiung) Corp."},
{0x0499, "Yamaha Corp."},
{0x049a, "Gandalf Technologies, Ltd"},
{0x049b, "Curtis Computer Products"},
{0x049c, "Acer Advanced Labs, Inc."},
{0x049d, "VLSI Technology"},
{0x049f, "Compaq Computer Corp."},
{0x04a0, "Digital Equipment Corp."},
{0x04a1, "SystemSoft Corp."},
{0x04a2, "FirePower Systems"},
{0x04a3, "Trident Microsystems, Inc."},
{0x04a4, "Hitachi, Ltd"},
{0x04a5, "Acer Peripherals Inc. (now BenQ Corp.)"},
{0x04a6, "Nokia Display Products"},
{0x04a7, "Visioneer"},
{0x04a8, "Multivideo Labs, Inc."},
{0x04a9, "Canon, Inc."},
{0x04aa, "DaeWoo Telecom, Ltd"},
{0x04ab, "Chromatic Research"},
{0x04ac, "Micro Audiometrics Corp."},
{0x04ad, "Dooin Electronics"},
{0x04af, "Winnov L.P."},
{0x04b0, "Nikon Corp."},
{0x04b1, "Pan International"},
{0x04b3, "IBM Corp."},
{0x04b4, "Cypress Semiconductor Corp."},
{0x04b5, "ROHM LSI Systems USA, LLC"},
{0x04b6, "Hint Corp."},
{0x04b7, "Compal Electronics, Inc."},
{0x04b8, "Seiko Epson Corp."},
{0x04b9, "Rainbow Technologies, Inc."},
{0x04ba, "Toucan Systems, Ltd"},
{0x04bb, "I-O Data Device, Inc."},
{0x04bd, "Toshiba Electronics Taiwan Corp."},
{0x04be, "Telia Research AB"},
{0x04bf, "TDK Corp."},
{0x04c1, "U.S. Robotics (3Com)"},
{0x04c2, "Methode Electronics Far East PTE, Ltd"},
{0x04c3, "Maxi Switch, Inc."},
{0x04c4, "Lockheed Martin Energy Research"},
{0x04c5, "Fujitsu, Ltd"},
{0x04c6, "Toshiba America Electronic Components"},
{0x04c7, "Micro Macro Technologies"},
{0x04c8, "Konica Corp."},
{0x04ca, "Lite-On Technology Corp."},
{0x04cb, "Fuji Photo Film Co., Ltd"},
{0x04cc, "Philips Semiconductors"},
{0x04cd, "Tatung Co. Of America"},
{0x04ce, "ScanLogic Corp."},
{0x04cf, "Myson Century, Inc."},
{0x04d0, "Digi International"},
{0x04d1, "ITT Canon"},
{0x04d2, "Altec Lansing Technologies"},
{0x04d3, "VidUS, Inc."},
{0x04d4, "LSI Logic, Inc."},
{0x04d5, "Forte Technologies, Inc."},
{0x04d6, "Mentor Graphics"},
{0x04d7, "Oki Semiconductor"},
{0x04d8, "Microchip Technology, Inc."},
{0x04d9, "Holtek Semiconductor, Inc."},
{0x04da, "Panasonic (Matsushita)"},
{0x04db, "Hypertec Pty, Ltd"},
{0x04dc, "Huan Hsin Holdings, Ltd"},
{0x04dd, "Sharp Corp."},
{0x04de, "MindShare, Inc."},
{0x04df, "Interlink Electronics"},
{0x04e1, "Iiyama North America, Inc."},
{0x04e2, "Exar Corp."},
{0x04e3, "Zilog, Inc."},
{0x04e4, "ACC Microelectronics"},
{0x04e5, "Promise Technology"},
{0x04e6, "SCM Microsystems, Inc."},
{0x04e7, "Elo TouchSystems"},
{0x04e8, "Samsung Electronics Co., Ltd"},
{0x04e9, "PC-Tel, Inc."},
{0x04ea, "Brooktree Corp."},
{0x04eb, "Northstar Systems, Inc."},
{0x04ec, "Tokyo Electron Device, Ltd"},
{0x04ed, "Annabooks"},
{0x04ef, "Pacific Electronic International, Inc."},
{0x04f0, "Daewoo Electronics Co., Ltd"},
{0x04f1, "Victor Company of Japan, Ltd"},
{0x04f2, "Chicony Electronics Co., Ltd"},
{0x04f3, "Elan Microelectronics Corp."},
{0x04f4, "Harting Elektronik, Inc."},
{0x04f5, "Fujitsu-ICL Systems, Inc."},
{0x04f6, "Norand Corp."},
{0x04f7, "Newnex Technology Corp."},
{0x04f8, "FuturePlus Systems"},
{0x04f9, "Brother Industries, Ltd"},
{0x04fa, "Dallas Semiconductor"},
{0x04fb, "Biostar Microtech International Corp."},
{0x04fc, "Sunplus Technology Co., Ltd"},
{0x04fd, "Soliton Systems, K.K."},
{0x04fe, "PFU, Ltd"},
{0x04ff, "E-CMOS Corp."},
{0x0500, "Siam United Hi-Tech"},
{0x0501, "Fujikura DDK, Ltd"},
{0x0502, "Acer, Inc."},
{0x0503, "Hitachi America, Ltd"},
{0x0504, "Hayes Microcomputer Products"},
{0x0506, "3Com Corp."},
{0x0507, "Hosiden Corp."},
{0x0508, "Clarion Co., Ltd"},
{0x0509, "Aztech Systems, Ltd"},
{0x050a, "Cinch Connectors"},
{0x050b, "Cable System International"},
{0x050c, "InnoMedia, Inc."},
{0x050d, "Belkin Components"},
{0x050e, "Neon Technology, Inc."},
{0x050f, "KC Technology, Inc."},
{0x0510, "Sejin Electron, Inc."},
{0x0511, "N'Able (DataBook) Technologies, Inc."},
{0x0512, "Hualon Microelectronics Corp."},
{0x0513, "digital-X, Inc."},
{0x0514, "FCI Electronics"},
{0x0515, "ACTC"},
{0x0516, "Longwell Electronics"},
{0x0517, "Butterfly Communications"},
{0x0518, "EzKEY Corp."},
{0x0519, "Star Micronics Co., Ltd"},
{0x051a, "WYSE Technology"},
{0x051b, "Silicon Graphics"},
{0x051c, "Shuttle, Inc."},
{0x051d, "American Power Conversion"},
{0x051e, "Scientific Atlanta, Inc."},
{0x051f, "IO Systems (Elite Electronics), Inc."},
{0x0520, "Taiwan Semiconductor Manufacturing Co."},
{0x0521, "Airborn Connectors"},
{0x0522, "Advanced Connectek, Inc."},
{0x0523, "ATEN GmbH"},
{0x0524, "Sola Electronics"},
{0x0525, "Netchip Technology, Inc."},
{0x0526, "Temic MHS S.A."},
{0x0527, "ALTRA"},
{0x0528, "ATI Technologies, Inc."},
{0x0529, "Aladdin Knowledge Systems"},
{0x052a, "Crescent Heart Software"},
{0x052b, "Tekom Technologies, Inc."},
{0x052c, "Canon Information Systems, Inc."},
{0x052d, "Avid Electronics Corp."},
{0x052e, "Standard Microsystems Corp."},
{0x052f, "Unicore Software, Inc."},
{0x0530, "American Microsystems, Inc."},
{0x0531, "Wacom Technology Corp."},
{0x0532, "Systech Corp."},
{0x0533, "Alcatel Mobile Phones"},
{0x0534, "Motorola, Inc."},
{0x0535, "LIH TZU Electric Co., Ltd"},
{0x0536, "Hand Held Products (Welch Allyn, Inc.)"},
{0x0537, "Inventec Corp."},
{0x0538, "Caldera International, Inc. (SCO)"},
{0x0539, "Shyh Shiun Terminals Co., Ltd"},
{0x053a, "Preh Werke GmbH & Co. KG"},
{0x053b, "Global Village Communication"},
{0x053c, "Institut of Microelectronic & Mechatronic Systems"},
{0x053d, "Silicon Architect"},
{0x053e, "Mobility Electronics"},
{0x053f, "Synopsys, Inc."},
{0x0540, "UniAccess AB"},
{0x0541, "Sirf Technology, Inc."},
{0x0543, "ViewSonic Corp."},
{0x0544, "Cristie Electronics, Ltd"},
{0x0545, "Xirlink, Inc."},
{0x0546, "Polaroid Corp."},
{0x0547, "Anchor Chips, Inc."},
{0x0548, "Tyan Computer Corp."},
{0x0549, "Pixera Corp."},
{0x054a, "Fujitsu Microelectronics, Inc."},
{0x054b, "New Media Corp."},
{0x054c, "Sony Corp."},
{0x054d, "Try Corp."},
{0x054e, "Proside Corp."},
{0x054f, "WYSE Technology Taiwan"},
{0x0550, "Fuji Xerox Co., Ltd"},
{0x0551, "CompuTrend Systems, Inc."},
{0x0552, "Philips Monitors"},
{0x0553, "STMicroelectronics Imaging Division (VLSI Vision)"},
{0x0554, "Dictaphone Corp."},
{0x0555, "ANAM S&T Co., Ltd"},
{0x0556, "Asahi Kasei Microsystems Co., Ltd"},
{0x0557, "ATEN International Co., Ltd"},
{0x0558, "Truevision, Inc."},
{0x0559, "Cadence Design Systems, Inc."},
{0x055a, "Kenwood USA"},
{0x055b, "KnowledgeTek, Inc."},
{0x055c, "Proton Electronic Ind."},
{0x055d, "Samsung Electro-Mechanics Co."},
{0x055e, "CTX Opto-Electronics Corp."},
{0x055f, "Mustek Systems, Inc."},
{0x0560, "Interface Corp."},
{0x0561, "Oasis Design, Inc."},
{0x0562, "Telex Communications, Inc."},
{0x0563, "Immersion Corp."},
{0x0564, "Chinon Industries, Inc."},
{0x0565, "Peracom Networks, Inc."},
{0x0566, "Monterey International Corp."},
{0x0567, "Xyratex International, Ltd"},
{0x0568, "Quartz Ingenierie"},
{0x0569, "SegaSoft"},
{0x056a, "Wacom Co., Ltd"},
{0x056b, "Decicon, Inc."},
{0x056c, "eTEK Labs"},
{0x056d, "EIZO Corp."},
{0x056e, "Elecom Co., Ltd"},
{0x056f, "Korea Data Systems Co., Ltd"},
{0x0570, "Epson America"},
{0x0571, "Interex, Inc."},
{0x0572, "Conexant Systems (Rockwell), Inc."},
{0x0573, "Zoran Co. Personal Media Division (Nogatech)"},
{0x0574, "City University of Hong Kong"},
{0x0575, "Philips Creative Display Solutions"},
{0x0576, "BAFO/Quality Computer Accessories"},
{0x0577, "ELSA"},
{0x0578, "Intrinsix Corp."},
{0x0579, "GVC Corp."},
{0x057a, "Samsung Electronics America"},
{0x057b, "Y-E Data, Inc."},
{0x057c, "AVM GmbH"},
{0x057d, "Shark Multimedia, Inc."},
{0x057e, "Nintendo Co., Ltd"},
{0x057f, "QuickShot, Ltd"},
{0x0580, "Denron, Inc."},
{0x0581, "Racal Data Group"},
{0x0582, "Roland Corp."},
{0x0583, "Padix Co., Ltd (Rockfire)"},
{0x0584, "RATOC System, Inc."},
{0x0585, "FlashPoint Technology, Inc."},
{0x0586, "ZyXEL Communications Corp."},
{0x0587, "America Kotobuki Electronics Industries, Inc."},
{0x0588, "Sapien Design"},
{0x0589, "Victron"},
{0x058a, "Nohau Corp."},
{0x058b, "Infineon Technologies"},
{0x058c, "In Focus Systems"},
{0x058d, "Micrel Semiconductor"},
{0x058e, "Tripath Technology, Inc."},
{0x058f, "Alcor Micro Corp."},
{0x0590, "Omron Corp."},
{0x0591, "Questra Consulting"},
{0x0592, "Powerware Corp."},
{0x0593, "Incite"},
{0x0594, "Princeton Graphic Systems"},
{0x0595, "Zoran Microelectronics, Ltd"},
{0x0596, "MicroTouch Systems, Inc."},
{0x0597, "Trisignal Communications"},
{0x0598, "Niigata Canotec Co., Inc."},
{0x0599, "Brilliance Semiconductor, Inc."},
{0x059a, "Spectrum Signal Processing, Inc."},
{0x059b, "Iomega Corp."},
{0x059c, "A-Trend Technology Co., Ltd"},
{0x059d, "Advanced Input Devices"},
{0x059e, "Intelligent Instrumentation"},
{0x059f, "LaCie, Ltd"},
{0x05a0, "Vetronix Corp."},
{0x05a1, "USC Corp."},
{0x05a2, "Fuji Film Microdevices Co., Ltd"},
{0x05a3, "ARC International"},
{0x05a4, "Ortek Technology, Inc."},
{0x05a5, "Sampo Technology Corp."},
{0x05a6, "Cisco Systems, Inc."},
{0x05a7, "Bose Corp."},
{0x05a8, "Spacetec IMC Corp."},
{0x05a9, "OmniVision Technologies, Inc."},
{0x05aa, "Utilux South China, Ltd"},
{0x05ab, "In-System Design"},
{0x05ac, "Apple Computer, Inc."},
{0x05ad, "Y.C. Cable U.S.A., Inc."},
{0x05ae, "Synopsys, Inc."},
{0x05af, "Jing-Mold Enterprise Co., Ltd"},
{0x05b0, "Fountain Technologies, Inc."},
{0x05b1, "First International Computer, Inc."},
{0x05b4, "LG Semicon Co., Ltd"},
{0x05b5, "Dialogic Corp."},
{0x05b6, "Proxima Corp."},
{0x05b7, "Medianix Semiconductor, Inc."},
{0x05b8, "Agiler, Inc."},
{0x05b9, "Philips Research Laboratories"},
{0x05ba, "DigitalPersona, Inc."},
{0x05bb, "Grey Cell Systems"},
{0x05bc, "3G Green Green Globe Co., Ltd"},
{0x05bd, "RAFI GmbH & Co. KG"},
{0x05be, "Tyco Electronics (Raychem)"},
{0x05bf, "S & S Research"},
{0x05c0, "Keil Software"},
{0x05c1, "Kawasaki Microelectronics, Inc."},
{0x05c2, "Media Phonics (Suisse) S.A."},
{0x05c5, "Digi International, Inc."},
{0x05c6, "Qualcomm, Inc."},
{0x05c7, "Qtronix Corp."},
{0x05c8, "Cheng Uei Precision Industry Co., Ltd (Foxlink)"},
{0x05c9, "Semtech Corp."},
{0x05ca, "Ricoh Co., Ltd"},
{0x05cb, "PowerVision Technologies, Inc."},
{0x05cc, "ELSA AG"},
{0x05cd, "Silicom, Ltd"},
{0x05ce, "sci-worx GmbH"},
{0x05cf, "Sung Forn Co., Ltd"},
{0x05d0, "GE Medical Systems Lunar"},
{0x05d1, "Brainboxes, Ltd"},
{0x05d2, "Wave Systems Corp."},
{0x05d3, "Tohoku Ricoh Co., Ltd"},
{0x05d5, "Super Gate Technology Co., Ltd"},
{0x05d6, "Philips Semiconductors, CICT"},
{0x05d7, "Thomas & Betts Corp."},
{0x05d8, "Ultima Electronics Corp."},
{0x05d9, "Axiohm Transaction Solutions"},
{0x05da, "Microtek International, Inc."},
{0x05db, "Sun Corp."},
{0x05dc, "Lexar Media, Inc."},
{0x05dd, "Delta Electronics, Inc."},
{0x05df, "Silicon Vision, Inc."},
{0x05e0, "Symbol Technologies"},
{0x05e1, "Syntek Semiconductor Co., Ltd"},
{0x05e2, "ElecVision, Inc."},
{0x05e3, "Genesys Logic, Inc."},
{0x05e4, "Red Wing Corp."},
{0x05e5, "Fuji Electric Co., Ltd"},
{0x05e6, "Keithley Instruments"},
{0x05e8, "ICC, Inc."},
{0x05e9, "Kawasaki LSI"},
{0x05eb, "FFC, Ltd"},
{0x05ec, "COM21, Inc."},
{0x05ee, "Cytechinfo Inc."},
{0x05ef, "AVB, Inc."},
{0x05f0, "Canopus Co., Ltd"},
{0x05f1, "Compass Communications"},
{0x05f2, "Dexin Corp., Ltd"},
{0x05f3, "PI Engineering, Inc."},
{0x05f5, "Unixtar Technology, Inc."},
{0x05f6, "AOC International"},
{0x05f7, "RFC Distribution(s) PTE, Ltd"},
{0x05f9, "PSC Scanning, Inc."},
{0x05fa, "Siemens Telecommunications Systems, Ltd"},
{0x05fc, "Harman Multimedia"},
{0x05fd, "InterAct, Inc."},
{0x05fe, "Chic Technology Corp."},
{0x05ff, "LeCroy Corp."},
{0x0600, "Barco Display Systems"},
{0x0601, "Jazz Hipster Corp."},
{0x0602, "Vista Imaging, Inc."},
{0x0603, "Novatek Microelectronics Corp."},
{0x0604, "Jean Co., Ltd"},
{0x0605, "Anchor C&C Co., Ltd"},
{0x0606, "Royal Information Electronics Co., Ltd"},
{0x0607, "Bridge Information Co., Ltd"},
{0x0608, "Genrad Ads"},
{0x0609, "SMK Manufacturing, Inc."},
{0x060a, "Worthington Data Solutions, Inc."},
{0x060b, "Solid Year"},
{0x060c, "EEH Datalink GmbH"},
{0x060d, "Auctor Corp."},
{0x060e, "Transmonde Technologies, Inc."},
{0x060f, "Joinsoon Electronics Mfg. Co., Ltd"},
{0x0610, "Costar Electronics, Inc."},
{0x0611, "Totoku Electric Co., Ltd"},
{0x0613, "TransAct Technologies, Inc."},
{0x0614, "Bio-Rad Laboratories"},
{0x0615, "Quabbin Wire & Cable Co., Inc."},
{0x0616, "Future Techno Designs PVT, Ltd"},
{0x0617, "Swiss Federal Insitute of Technology"},
{0x0618, "MacAlly"},
{0x0619, "Seiko Instruments, Inc."},
{0x061a, "Veridicom International, Inc."},
{0x061b, "Promptus Communications, Inc."},
{0x061c, "Act Labs, Ltd"},
{0x061d, "Quatech, Inc."},
{0x061e, "Nissei Electric Co."},
{0x0620, "Alaris, Inc."},
{0x0621, "ODU-Steckverbindungssysteme GmbH & Co. KG"},
{0x0622, "Iotech, Inc."},
{0x0623, "Littelfuse, Inc."},
{0x0624, "Avocent Corp."},
{0x0625, "TiMedia Technology Co., Ltd"},
{0x0626, "Nippon Systems Development Co., Ltd"},
{0x0627, "Adomax Technology Co., Ltd"},
{0x0628, "Tasking Software, Inc."},
{0x0629, "Zida Technologies, Ltd"},
{0x062a, "Creative Labs"},
{0x062b, "Greatlink Electronics Taiwan, Ltd"},
{0x062c, "Institute for Information Industry"},
{0x062d, "Taiwan Tai-Hao Enterprises Co., Ltd"},
{0x062e, "Mainsuper Enterprises Co., Ltd"},
{0x062f, "Sin Sheng Terminal & Machine, Inc."},
{0x0631, "JUJO Electronics Corp."},
{0x0633, "Cyrix Corp."},
{0x0634, "Micron Technology, Inc."},
{0x0635, "Methode Electronics, Inc."},
{0x0636, "Sierra Imaging, Inc."},
{0x0638, "Avision, Inc."},
{0x0639, "Chrontel, Inc."},
{0x063a, "Techwin Corp."},
{0x063b, "Taugagreining HF"},
{0x063c, "Yamaichi Electronics Co., Ltd (Sakura)"},
{0x063d, "Fong Kai Industrial Co., Ltd"},
{0x063e, "RealMedia Technology, Inc."},
{0x063f, "New Technology Cable, Ltd"},
{0x0640, "Hitex Development Tools"},
{0x0641, "Woods Industries, Inc."},
{0x0642, "VIA Medical Corp."},
{0x0644, "TEAC Corp."},
{0x0645, "Who? Vision Systems, Inc."},
{0x0646, "UMAX"},
{0x0647, "Acton Research Corp."},
{0x0648, "Inside Out Networks"},
{0x0649, "Weli Science Co., Ltd"},
{0x064b, "White Mountain DSP, Inc."},
{0x064c, "Ji-Haw Industrial Co., Ltd"},
{0x064d, "TriTech Microelectronics, Ltd"},
{0x064e, "Suyin Corp."},
{0x064f, "WIBU-Systems AG"},
{0x0650, "Dynapro Systems"},
{0x0651, "Likom Technology Sdn. Bhd."},
{0x0652, "Stargate Solutions, Inc."},
{0x0653, "CNF, Inc."},
{0x0654, "Granite Microsystems, Inc."},
{0x0655, "Space Shuttle Hi-Tech Co., Ltd"},
{0x0656, "Glory Mark Electronic, Ltd"},
{0x0657, "Tekcon Electronics Corp."},
{0x0658, "Sigma Designs, Inc."},
{0x0659, "Aethra"},
{0x065a, "Optoelectronics Co., Ltd"},
{0x065b, "Tracewell Systems"},
{0x065e, "Silicon Graphics"},
{0x065f, "Good Way Technology Co., Ltd & GWC technology Inc."},
{0x0660, "TSAY-E (BVI) International, Inc."},
{0x0661, "Hamamatsu Photonics K.K."},
{0x0662, "Kansai Electric Co., Ltd"},
{0x0663, "Topmax Electronic Co., Ltd"},
{0x0667, "Aiwa Co., Ltd"},
{0x0668, "WordWand"},
{0x0669, "Oce' Printing Systems GmbH"},
{0x066a, "Total Technologies, Ltd"},
{0x066b, "Linksys, Inc."},
{0x066d, "Entrega, Inc."},
{0x066e, "Acer Semiconductor America, Inc."},
{0x066f, "SigmaTel, Inc."},
{0x0672, "Labtec, Inc."},
{0x0673, "HCL"},
{0x0674, "Key Mouse Electronic Enterprise Co., Ltd"},
{0x0675, "Draytech"},
{0x0676, "Teles AG"},
{0x0677, "Aiwa Co., Ltd"},
{0x0678, "ACard Technology Corp."},
{0x067b, "Prolific Technology, Inc."},
{0x067c, "Efficient Networks, Inc."},
{0x067d, "Hohner Corp."},
{0x067e, "Intermec"},
{0x067f, "Virata, Ltd"},
{0x0680, "Realtek Semiconductor Corp., CPP Div. (Avance Logic)"},
{0x0681, "Siemens Information and Communication Products"},
{0x0682, "Victor Company of Japan, Ltd"},
{0x0684, "Actiontec Electronics, Inc."},
{0x0686, "Minolta Co., Ltd"},
{0x068a, "Pertech, Inc."},
{0x068b, "Potrans International, Inc."},
{0x068e, "CH Products, Inc."},
{0x0690, "Golden Bridge Electech, Inc."},
{0x0693, "Hagiwara Sys-Com Co., Ltd"},
{0x0694, "Lego Group"},
{0x0698, "Chuntex (CTX)"},
{0x0699, "Tektronix, Inc."},
{0x069a, "Askey Computer Corp."},
{0x069b, "Thomson, Inc."},
{0x069d, "Hughes Network Systems (HNS)"},
{0x069e, "Marx"},
{0x069f, "Allied Data Technologies BV"},
{0x06a2, "Topro Technology, Inc."},
{0x06a3, "Saitek PLC"},
{0x06a4, "Xiamen Doowell Electron Co., Ltd"},
{0x06a5, "Divio"},
{0x06a7, "MicroStore, Inc."},
{0x06a8, "Topaz Systems, Inc."},
{0x06a9, "Westell"},
{0x06aa, "Sysgration, Ltd"},
{0x06ac, "Fujitsu Laboratories of America, Inc."},
{0x06ad, "Greatland Electronics Taiwan, Ltd"},
{0x06ae, "Professional Multimedia Testing Centre"},
{0x06af, "Harting, Inc. of North America"},
{0x06b8, "Pixela Corp."},
{0x06b9, "Alcatel Telecom"},
{0x06ba, "Smooth Cord & Connector Co., Ltd"},
{0x06bb, "EDA, Inc."},
{0x06bc, "Oki Data Corp."},
{0x06bd, "AGFA-Gevaert NV"},
{0x06be, "AME Optimedia Technology Co., Ltd"},
{0x06bf, "Leoco Corp."},
{0x06c2, "Phidgets Inc. (formerly GLAB)"},
{0x06c4, "Bizlink International Corp."},
{0x06c5, "Hagenuk, GmbH"},
{0x06c6, "Infowave Software, Inc."},
{0x06c8, "SIIG, Inc."},
{0x06c9, "Taxan (Europe), Ltd"},
{0x06ca, "Newer Technology, Inc."},
{0x06cb, "Synaptics, Inc."},
{0x06cc, "Terayon Communication Systems"},
{0x06cd, "Keyspan"},
{0x06cf, "SpheronVR AG"},
{0x06d0, "LapLink, Inc."},
{0x06d1, "Daewoo Electronics Co., Ltd"},
{0x06d3, "Mitsubishi Electric Corp."},
{0x06d4, "Cisco Systems"},
{0x06d5, "Toshiba"},
{0x06d6, "Aashima Technology B.V."},
{0x06d7, "Network Computing Devices (NCD)"},
{0x06d8, "Technical Marketing Research, Inc."},
{0x06da, "Phoenixtec Power Co., Ltd"},
{0x06db, "Paradyne"},
{0x06dc, "Foxlink Image Technology Co., Ltd"},
{0x06de, "Heisei Electronics Co., Ltd"},
{0x06e0, "Multi-Tech Systems, Inc."},
{0x06e1, "ADS Technologies, Inc."},
{0x06e4, "Alcatel Microelectronics"},
{0x06e6, "Tiger Jet Network, Inc."},
{0x06ea, "Sirius Technologies"},
{0x06eb, "PC Expert Tech. Co., Ltd"},
{0x06ef, "I.A.C. Geometrische Ingenieurs B.V."},
{0x06f0, "T.N.C Industrial Co., Ltd"},
{0x06f1, "Opcode Systems, Inc."},
{0x06f2, "Emine Technology Co."},
{0x06f6, "Wintrend Technology Co., Ltd"},
{0x06f8, "Guillemot Corp."},
{0x06fa, "HSD S.r.L"},
{0x06fc, "Motorola Semiconductor Products Sector"},
{0x06fd, "Boston Acoustics"},
{0x06fe, "Gallant Computer, Inc."},
{0x0701, "Supercomal Wire & Cable SDN. BHD."},
{0x0703, "Bvtech Industry, Inc."},
{0x0705, "NKK Corp."},
{0x0706, "Ariel Corp."},
{0x0707, "Standard Microsystems Corp."},
{0x0708, "Putercom Co., Ltd"},
{0x0709, "Silicon Systems, Ltd (SSL)"},
{0x070a, "Oki Electric Industry Co., Ltd"},
{0x070d, "Comoss Electronic Co., Ltd"},
{0x070e, "Excel Cell Electronic Co., Ltd"},
{0x0710, "Connect Tech, Inc."},
{0x0711, "Magic Control Technology Corp."},
{0x0713, "Interval Research Corp."},
{0x0714, "NewMotion, Inc."},
{0x0717, "ZNK Corp."},
{0x0718, "Imation Corp."},
{0x0719, "Tremon Enterprises Co., Ltd"},
{0x071b, "Domain Technologies, Inc."},
{0x071c, "Xionics Document Technologies, Inc."},
{0x071d, "Eicon Networks Corp."},
{0x071e, "Ariston Technologies"},
{0x0723, "Centillium Communications Corp."},
{0x0726, "Vanguard International Semiconductor-America"},
{0x0729, "Amitm"},
{0x072e, "Sunix Co., Ltd"},
{0x072f, "Advanced Card Systems, Ltd"},
{0x0731, "Susteen, Inc."},
{0x0732, "Goldfull Electronics & Telecommunications Corp."},
{0x0733, "ViewQuest Technologies, Inc."},
{0x0734, "Lasat Communications A/S"},
{0x0735, "Asuscom Network"},
{0x0736, "Lorom Industrial Co., Ltd"},
{0x0738, "Mad Catz, Inc."},
{0x073b, "Suncom Technologies"},
{0x073a, "Chaplet Systems, Inc."},
{0x073d, "Eutron S.p.a."},
{0x073e, "NEC, Inc."},
{0x0745, "Syntech Information Co., Ltd"},
{0x0746, "Onkyo Corp."},
{0x0747, "Labway Corp."},
{0x0748, "Strong Man Enterprise Co., Ltd"},
{0x0749, "EVer Electronics Corp."},
{0x074a, "Ming Fortune Industry Co., Ltd"},
{0x074b, "Polestar Tech. Corp."},
{0x074c, "C-C-C Group PLC"},
{0x074d, "Micronas GmbH"},
{0x074e, "Digital Stream Corp."},
{0x0755, "Aureal Semiconductor"},
{0x0757, "Network Technologies, Inc."},
{0x075b, "Sophisticated Circuits, Inc."},
{0x0763, "Midiman"},
{0x0764, "Cyber Power System, Inc."},
{0x0765, "X-Rite, Inc."},
{0x0766, "Jess-Link Products Co., Ltd"},
{0x0767, "Tokheim Corp."},
{0x0768, "Camtel Technology Corp."},
{0x0769, "Surecom Technology Corp."},
{0x076a, "Smart Technology Enablers, Inc."},
{0x076b, "OmniKey AG"},
{0x076c, "Partner Tech"},
{0x076d, "Denso Corp."},
{0x076e, "Kuan Tech Enterprise Co., Ltd"},
{0x076f, "Jhen Vei Electronic Co., Ltd"},
{0x0774, "AmTRAN Technology Co., Ltd"},
{0x0775, "Longshine Electronics Corp."},
{0x0776, "Inalways Corp."},
{0x0777, "Comda Enterprise Corp."},
{0x0778, "Volex, Inc."},
{0x0779, "Fairchild Semiconductor"},
{0x077a, "Sankyo Seiki Mfg. Co., Ltd"},
{0x077b, "Linksys"},
{0x077c, "Forward Electronics Co., Ltd"},
{0x077d, "Griffin Technology"},
{0x077f, "Well Excellent & Most Corp."},
{0x0781, "SanDisk Corp."},
{0x0782, "Trackerball"},
{0x0783, "C3PO"},
{0x0784, "Vivitar, Inc."},
{0x0785, "NTT-ME"},
{0x0789, "Logitec Corp."},
{0x078b, "Happ Controls, Inc."},
{0x078e, "Brincom, Inc."},
{0x0790, "Pro-Image Manufacturing Co., Ltd"},
{0x0791, "Copartner Wire and Cable Mfg. Corp."},
{0x0792, "Axis Communications AB"},
{0x0793, "Wha Yu Industrial Co., Ltd"},
{0x0794, "ABL Electronics Corp."},
{0x0795, "RealChip, Inc."},
{0x0796, "Certicom Corp."},
{0x0797, "Grandtech Semiconductor Corp."},
{0x079b, "Sagem"},
{0x079d, "Alfadata Computer Corp."},
{0x07a1, "Digicom S.p.A."},
{0x07a2, "National Technical Systems"},
{0x07a3, "Onnto Corp."},
{0x07a4, "Be, Inc."},
{0x07a6, "ADMtek, Inc."},
{0x07aa, "Corega K.K."},
{0x07ab, "Freecom Technologies"},
{0x07af, "Microtech"},
{0x07b0, "Trust Technologies"},
{0x07b1, "IMP, Inc."},
{0x07b2, "Motorola BCS, Inc."},
{0x07b3, "Plustek, Inc."},
{0x07b4, "Olympus Optical Co., Ltd"},
{0x07b5, "Mega World International, Ltd"},
{0x07b6, "Marubun Corp."},
{0x07b7, "TIME Interconnect, Ltd"},
{0x07b8, "D-Link Corp."},
{0x07bc, "Canon Computer Systems, Inc."},
{0x07bd, "Webgear, Inc."},
{0x07be, "Veridicom"},
{0x07c0, "Code Mercenaries Hard- und Software GmbH"},
{0x07c4, "Datafab Systems, Inc."},
{0x07c5, "APG Cash Drawer"},
{0x07c6, "ShareWave, Inc."},
{0x07c7, "Powertech Industrial Co., Ltd"},
{0x07c8, "B.U.G., Inc."},
{0x07c9, "Allied Telesyn International"},
{0x07ca, "AVerMedia Technologies, Inc."},
{0x07cb, "Kingmax Technology, Inc."},
{0x07cc, "Carry Computer Eng., Co., Ltd"},
{0x07cd, "Elektor"},
{0x07cf, "Casio Computer Co., Ltd"},
{0x07d0, "Dazzle"},
{0x07d1, "D-Link System"},
{0x07d2, "Aptio Products, Inc."},
{0x07d3, "Cyberdata Corp."},
{0x07d7, "GCC Technologies, Inc."},
{0x07da, "Arasan Chip Systems"},
{0x07df, "David Electronics Co., Ltd"},
{0x07e1, "Ambient Technologies, Inc."},
{0x07e2, "Elmeg GmbH & Co., Ltd"},
{0x07e3, "Planex Communications, Inc."},
{0x07e4, "Movado Enterprise Co., Ltd"},
{0x07e5, "QPS, Inc."},
{0x07e6, "Allied Cable Corp."},
{0x07e7, "Mirvo Toys, Inc."},
{0x07e8, "Labsystems"},
{0x07ea, "Iwatsu Electric Co., Ltd"},
{0x07eb, "Double-H Technology Co., Ltd"},
{0x07ec, "Taiyo Electric Wire & Cable Co., Ltd"},
{0x07ee, "Torex Retail (formerly Logware)"},
{0x07f6, "Circuit Assembly Corp."},
{0x07f7, "Century Corp."},
{0x07f9, "Dotop Technology, Inc."},
{0x07fa, "Draytek"},
{0x07fd, "Mark of the Unicorn"},
{0x0801, "Mag-Tek"},
{0x0802, "Mako Technologies, LLC"},
{0x0803, "Zoom Telephonics, Inc."},
{0x0809, "Genicom Technology, Inc."},
{0x080a, "Evermuch Technology Co., Ltd"},
{0x080c, "Datalogic S.p.A."},
{0x080d, "Teco Image Systems Co., Ltd"},
{0x0810, "Personal Communication Systems, Inc."},
{0x0813, "Mattel, Inc."},
{0x081a, "MG Logic"},
{0x081b, "Indigita Corp."},
{0x081c, "Mipsys"},
{0x081e, "AlphaSmart, Inc."},
{0x0822, "Reudo Corp."},
{0x0825, "GC Protronics"},
{0x0826, "Data Transit"},
{0x0827, "BroadLogic, Inc."},
{0x0828, "Sato Corp."},
{0x0829, "DirecTV Broadband, Inc. (Telocity)"},
{0x082d, "Handspring"},
{0x0830, "Palm, Inc."},
{0x0832, "Kouwell Electronics Corp."},
{0x0833, "Sourcenext Corp."},
{0x0835, "Action Star Enterprise Co., Ltd"},
{0x0839, "Samsung Techwin Co., Ltd"},
{0x083a, "Accton Technology Corp."},
{0x083f, "Global Village"},
{0x0840, "Argosy Research, Inc."},
{0x0841, "Rioport.com, Inc."},
{0x0844, "Welland Industrial Co., Ltd"},
{0x0846, "NetGear, Inc."},
{0x084d, "Minton Optic Industry Co., Inc."},
{0x084e, "KB Gear"},
{0x084f, "Empeg"},
{0x0850, "Fast Point Technologies, Inc."},
{0x0851, "Macronix International Co., Ltd"},
{0x0852, "CSEM"},
{0x0854, "ActiveWire, Inc."},
{0x0856, "B&B Electronics"},
{0x0858, "Hitachi Maxell, Ltd"},
{0x0859, "Minolta Systems Laboratory, Inc."},
{0x085a, "Xircom"},
{0x085c, "ColorVision, Inc."},
{0x0862, "Teletrol Systems, Inc."},
{0x0863, "Filanet Corp."},
{0x0864, "NetGear, Inc."},
{0x0867, "Data Translation, Inc."},
{0x086a, "Emagic Soft-und Hardware GmbH"},
{0x086c, "DeTeWe - Deutsche Telephonwerke AG & Co."},
{0x086e, "System TALKS, Inc."},
{0x086f, "MEC IMEX, Inc."},
{0x0870, "Metricom"},
{0x0871, "SanDisk, Inc."},
{0x0873, "Xpeed, Inc."},
{0x0874, "A-Tec Subsystem, Inc."},
{0x0879, "Comtrol Corp."},
{0x087c, "Adesso/Kbtek America, Inc."},
{0x087d, "Jaton Corp."},
{0x087e, "Fujitsu Computer Products of America"},
{0x087f, "Virtual IP Group, Inc."},
{0x0880, "APT Technologies, Inc."},
{0x0883, "Recording Industry Association of America (RIAA)"},
{0x0885, "Boca Research, Inc."},
{0x0886, "XAC Automation Corp."},
{0x0887, "Hannstar Electronics Corp."},
{0x088b, "MassWorks, Inc."},
{0x0892, "DioGraphy, Inc."},
{0x089c, "United Technologies Research Cntr."},
{0x089d, "Icron Technologies Corp."},
{0x089e, "NST Co., Ltd"},
{0x089f, "Primex Aerospace Co."},
{0x08a5, "e9, Inc."},
{0x08a8, "Andrea Electronics"},
{0x08ae, "Macally (Mace Group, Inc.)"},
{0x08b4, "Sorenson Vision, Inc."},
{0x08b8, "J. Gordon Electronic Design, Inc."},
{0x08b9, "RadioShack Corp. (Tandy)"},
{0x08bb, "Texas Instruments Japan"},
{0x08bd, "Citizen Watch Co., Ltd"},
{0x08c3, "Precise Biometrics"},
{0x08c4, "Proxim, Inc."},
{0x08c7, "Key Nice Enterprise Co., Ltd"},
{0x08c8, "2Wire, Inc."},
{0x08c9, "Nippon Telegraph and Telephone Corp."},
{0x08ca, "Aiptek International, Inc."},
{0x08cd, "Jue Hsun Ind. Corp."},
{0x08ce, "Long Well Electronics Corp."},
{0x08cf, "Productivity Enhancement Products"},
{0x08d1, "smartBridges, Inc."},
{0x08d3, "Virtual Ink"},
{0x08d4, "Fujitsu Siemens Computers"},
{0x08d9, "Increment P Corp."},
{0x08dd, "Billionton Systems, Inc."},
{0x08df, "Spyrus, Inc."},
{0x08e3, "Olitec, Inc."},
{0x08e4, "Pioneer Corp."},
{0x08e5, "Litronic"},
{0x08e6, "Gemplus"},
{0x08e7, "Pan-International Wire & Cable"},
{0x08e8, "Integrated Memory Logic"},
{0x08e9, "Extended Systems, Inc."},
{0x08ea, "Ericsson, Inc., Blue Ridge Labs"},
{0x08ec, "M-Systems Flash Disk Pioneers"},
{0x08ee, "CCSI/Hesso"},
{0x08f0, "Corex Technologies"},
{0x08f1, "CTI Electronics Corp."},
{0x08f5, "SysTec Co., Ltd"},
{0x08f6, "Logic 3 International, Ltd"},
{0x08f7, "Vernier"},
{0x08f8, "Keen Top International Enterprise Co., Ltd"},
{0x08f9, "Wipro Technologies"},
{0x08fa, "Caere"},
{0x08fb, "Socket Communications"},
{0x08fc, "Sicon Cable Technology Co., Ltd"},
{0x08fd, "Digianswer A/S"},
{0x08ff, "AuthenTec, Inc."},
{0x0900, "Pinnacle Systems, Inc."},
{0x0901, "VST Technologies"},
{0x0906, "Faraday Technology Corp."},
{0x0909, "Audio-Technica Corp."},
{0x090a, "Trumpion Microelectronics, Inc."},
{0x090b, "Neurosmith"},
{0x090c, "Feiya Technology Corp."},
{0x090d, "Multiport Computer Vertriebs GmbH"},
{0x090e, "Shining Technology, Inc."},
{0x090f, "Fujitsu Devices, Inc."},
{0x0910, "Alation Systems, Inc."},
{0x0911, "Philips Speech Processing"},
{0x0912, "Voquette, Inc."},
{0x0915, "GlobeSpan, Inc."},
{0x0917, "SmartDisk Corp."},
{0x0919, "Tiger Electronics"},
{0x091e, "Garmin International"},
{0x0920, "Echelon Co."},
{0x0921, "GoHubs, Inc."},
{0x0922, "Dymo-CoStar Corp."},
{0x0923, "IC Media Corp."},
{0x0924, "Xerox"},
{0x0925, "Lakeview Research"},
{0x0927, "Summus, Ltd"},
{0x0928, "Oxford Semiconductor, Ltd"},
{0x0929, "American Biometric Co."},
{0x092a, "Toshiba Information & Industrial Sys. And Services"},
{0x092b, "Sena Technologies, Inc."},
{0x0930, "Toshiba Corp."},
{0x0931, "Harmonic Data Systems, Ltd"},
{0x0932, "Crescentec Corp."},
{0x0933, "Quantum Corp."},
{0x0934, "Netcom Systems"},
{0x0939, "Lumberg, Inc."},
{0x093a, "Pixart Imaging, Inc."},
{0x093b, "Plextor Corp."},
{0x093c, "Intrepid Control Systems, Inc."},
{0x093d, "InnoSync, Inc."},
{0x093e, "J.S.T. Mfg. Co., Ltd"},
{0x093f, "Olympia Telecom Vertriebs GmbH"},
{0x0940, "Japan Storage Battery Co., Ltd"},
{0x0941, "Photobit Corp."},
{0x0942, "i2Go.com, LLC"},
{0x0943, "HCL Technologies India Private, Ltd"},
{0x0944, "KORG, Inc."},
{0x0945, "Pasco Scientific"},
{0x0948, "Kronauer music in digital"},
{0x094b, "Linkup Systems Corp."},
{0x094d, "Cable Television Laboratories"},
{0x0951, "Kingston Technology"},
{0x0954, "RPM Systems Corp."},
{0x0955, "NVidia Corp."},
{0x0956, "BSquare Corp."},
{0x0957, "Agilent Technologies, Inc."},
{0x0958, "CompuLink Research, Inc."},
{0x0959, "Cologne Chip AG"},
{0x095a, "Portsmith"},
{0x095b, "Medialogic Corp."},
{0x095c, "K-Tec Electronics"},
{0x095d, "Polycom, Inc."},
{0x0967, "Acer"},
{0x0968, "Catalyst Enterprises, Inc."},
{0x0971, "Gretag-Macbeth AG"},
{0x0973, "Schlumberger"},
{0x0974, "Datagraphix, a business unit of Anacomp"},
{0x0975, "OL'E Communications, Inc."},
{0x0976, "Adirondack Wire & Cable"},
{0x0977, "Lightsurf Technologies"},
{0x0978, "Beckhoff GmbH"},
{0x0979, "Jeilin Technology Corp., Ltd"},
{0x097a, "Minds At Work LLC"},
{0x097b, "Knudsen Engineering, Ltd"},
{0x097c, "Marunix Co., Ltd"},
{0x097d, "Rosun Technologies, Inc."},
{0x097f, "Barun Electronics Co., Ltd"},
{0x0981, "Oak Technology, Ltd"},
{0x0984, "Apricorn"},
{0x0985, "cab Produkttechnik GmbH & Co KG"},
{0x098c, "Vitana Corp."},
{0x098d, "INDesign"},
{0x098e, "Integrated Intellectual Property, Inc."},
{0x098f, "Kenwood TMI Corp."},
{0x0993, "Gemstar eBook Group, Ltd"},
{0x0996, "Integrated Telecom Express, Inc."},
{0x099a, "Zippy Technology Corp."},
{0x09a3, "PairGain Technologies"},
{0x09a4, "Contech Research, Inc."},
{0x09a5, "VCON Telecommunications"},
{0x09a6, "Poinchips"},
{0x09a7, "Data Transmission Network Corp."},
{0x09a8, "Lin Shiung Enterprise Co., Ltd"},
{0x09a9, "Smart Card Technologies Co., Ltd"},
{0x09aa, "Intersil Corp."},
{0x09ae, "Tripp Lite"},
{0x09b2, "Franklin Electronic Publishers, Inc."},
{0x09b3, "Altius Solutions, Inc."},
{0x09b4, "MDS Telephone Systems"},
{0x09b5, "Celltrix Technology Co., Ltd"},
{0x09bc, "Grundig"},
{0x09be, "MySmart.Com"},
{0x09bf, "Auerswald GmbH & Co. KG"},
{0x09c1, "Arris Interactive LLC"},
{0x09c2, "Nisca Corp."},
{0x09c3, "ActivCard, Inc."},
{0x09c4, "ACTiSYS Corp."},
{0x09c5, "Memory Corp."},
{0x09cc, "Workbit Corp."},
{0x09cd, "Psion Dacom Home Networks, Ltd"},
{0x09ce, "City Electronics, Ltd"},
{0x09cf, "Electronics Testing Center, Taiwan"},
{0x09d1, "NeoMagic, Inc."},
{0x09d2, "Vreelin Engineering, Inc."},
{0x09d3, "Com One"},
{0x09d9, "KRF Tech, Ltd"},
{0x09da, "A4 Tech Co., Ltd"},
{0x09db, "Measurement Computing Corp."},
{0x09dc, "Aimex Corp."},
{0x09dd, "Fellowes, Inc."},
{0x09df, "Addonics Technologies Corp."},
{0x09e1, "Intellon Corp."},
{0x09e5, "Jo-Dan International, Inc."},
{0x09e6, "Silutia, Inc."},
{0x09e7, "Real 3D, Inc."},
{0x09e8, "AKAI Professional M.I. Corp."},
{0x09e9, "Chen-Source, Inc."},
{0x09eb, "IM Networks, Inc."},
{0x09ef, "Xitel"},
{0x09f5, "AresCom"},
{0x09f6, "RocketChips, Inc."},
{0x09f7, "Edu-Science (H.K.), Ltd"},
{0x09f8, "SoftConnex Technologies, Inc."},
{0x09f9, "Bay Associates"},
{0x09fa, "Mtek Vision"},
{0x09fb, "Altera"},
{0x09ff, "Gain Technology Corp."},
{0x0a00, "Liquid Audio"},
{0x0a01, "ViA, Inc."},
{0x0a07, "Ontrak Control Systems Inc."},
{0x0a0b, "Cybex Computer Products Co."},
{0x0a11, "Xentec, Inc."},
{0x0a12, "Cambridge Silicon Radio, Ltd"},
{0x0a13, "Telebyte, Inc."},
{0x0a14, "Spacelabs Medical, Inc."},
{0x0a15, "Scalar Corp."},
{0x0a16, "Trek Technology (S) PTE, Ltd"},
{0x0a17, "Pentax Corp."},
{0x0a18, "Heidelberger Druckmaschinen AG"},
{0x0a19, "Hua Geng Technologies, Inc."},
{0x0a21, "Medtronic Physio Control Corp."},
{0x0a22, "Century Semiconductor USA, Inc."},
{0x0a2c, "AK-Modul-Bus Computer GmbH"},
{0x0a39, "Gilat Satellite Networks, Ltd"},
{0x0a3a, "PentaMedia Co., Ltd"},
{0x0a3c, "NTT DoCoMo, Inc."},
{0x0a3d, "Varo Vision"},
{0x0a3f, "Swissonic AG"},
{0x0a43, "Boca Systems, Inc."},
{0x0a46, "Davicom Semiconductor, Inc."},
{0x0a47, "Hirose Electric"},
{0x0a48, "I/O Interconnect"},
{0x0a4b, "Fujitsu Media Devices, Ltd"},
{0x0a4c, "Computex Co., Ltd"},
{0x0a4d, "Evolution Electronics, Ltd"},
{0x0a4e, "Steinberg Soft-und Hardware GmbH"},
{0x0a4f, "Litton Systems, Inc."},
{0x0a50, "Mimaki Engineering Co., Ltd"},
{0x0a51, "Sony Electronics, Inc."},
{0x0a52, "Jebsee Electronics Co., Ltd"},
{0x0a53, "Portable Peripheral Co., Ltd"},
{0x0a5a, "Electronics For Imaging, Inc."},
{0x0a5b, "EAsics NV"},
{0x0a5c, "Broadcom Corp."},
{0x0a5d, "Diatrend Corp."},
{0x0a5f, "Zebra"},
{0x0a62, "MPMan"},
{0x0a66, "ClearCube Technology"},
{0x0a67, "Medeli Electronics Co., Ltd"},
{0x0a68, "Comaide Corp."},
{0x0a69, "Chroma ate, Inc."},
{0x0a6b, "Green House Co., Ltd"},
{0x0a6c, "Integrated Circuit Systems, Inc."},
{0x0a6d, "UPS Manufacturing"},
{0x0a6e, "Benwin"},
{0x0a6f, "Core Technology, Inc."},
{0x0a70, "International Game Technology"},
{0x0a72, "Sanwa Denshi"},
{0x0a7d, "NSTL, Inc."},
{0x0a7e, "Octagon Systems Corp."},
{0x0a80, "Rexon Technology Corp., Ltd"},
{0x0a81, "Chesen Electronics Corp."},
{0x0a82, "Syscan"},
{0x0a83, "NextComm, Inc."},
{0x0a84, "Maui Innovative Peripherals"},
{0x0a85, "Idexx Labs"},
{0x0a86, "NITGen Co., Ltd"},
{0x0a8d, "Picturetel"},
{0x0a8e, "Japan Aviation Electronics Industry, Ltd"},
{0x0a90, "Candy Technology Co., Ltd"},
{0x0a91, "Globlink Technology, Inc."},
{0x0a92, "EGO SYStems, Inc."},
{0x0a93, "C Technologies AB"},
{0x0a94, "Intersense"},
{0x0aa3, "Lava Computer Mfg., Inc."},
{0x0aa4, "Develco Elektronik"},
{0x0aa5, "First International Digital"},
{0x0aa6, "Perception Digital, Ltd"},
{0x0aa7, "Wincor Nixdorf GmbH & Co KG"},
{0x0aa8, "TriGem Computer, Inc."},
{0x0aa9, "Baromtec Co."},
{0x0aaa, "Japan CBM Corp."},
{0x0aab, "Vision Shape Europe SA"},
{0x0aac, "iCompression, Inc."},
{0x0aad, "Rohde & Schwarz GmbH & Co. KG"},
{0x0aae, "NEC infrontia Corp. (Nitsuko)"},
{0x0aaf, "Digitalway Co., Ltd"},
{0x0ab0, "Arrow Strong Electronics Co., Ltd"},
{0x0aba, "Ellisys"},
{0x0abe, "Stereo-Link"},
{0x0ac3, "Sanyo Semiconductor Company Micro"},
{0x0ac4, "Leco Corp."},
{0x0ac5, "I & C Corp."},
{0x0ac6, "Singing Electrons, Inc."},
{0x0ac7, "Panwest Corp."},
{0x0ac8, "Z-Star Microelectronics Corp."},
{0x0ac9, "Micro Solutions, Inc."},
{0x0acc, "Koga Electronics Co."},
{0x0acd, "ID Tech"},
{0x0ace, "ZyDAS"},
{0x0acf, "Intoto, Inc."},
{0x0ad0, "Intellix Corp."},
{0x0ad1, "Remotec Technology, Ltd"},
{0x0ad2, "Service & Quality Technology Co., Ltd"},
{0x0ae3, "Allion Computer, Inc."},
{0x0ae4, "Taito Corp."},
{0x0ae7, "Neodym Systems, Inc."},
{0x0ae8, "System Support Co., Ltd"},
{0x0ae9, "North Shore Circuit Design L.L.P."},
{0x0aea, "SciEssence, LLC"},
{0x0aeb, "TTP Communications, Ltd"},
{0x0aec, "Neodio Technologies Corp."},
{0x0af0, "Option"},
{0x0af6, "Silver I Co., Ltd"},
{0x0af7, "B2C2, Inc."},
{0x0af9, "Hama, Inc."},
{0x0afc, "Zaptronix Ltd"},
{0x0afd, "Tateno Dennou, Inc."},
{0x0afe, "Cummins Engine Co."},
{0x0aff, "Jump Zone Network Products, Inc."},
{0x0b05, "ASUSTek Computer, Inc."},
{0x0b0c, "Todos Data System AB"},
{0x0b0e, "GN Netcom"},
{0x0b0f, "AVID Technology"},
{0x0b10, "Pcally"},
{0x0b11, "I Tech Solutions Co., Ltd"},
{0x0b1e, "Electronic Warfare Assoc., Inc. (EWA)"},
{0x0b1f, "Insyde Software Corp."},
{0x0b20, "TransDimension, Inc."},
{0x0b21, "Yokogawa Electric Corp."},
{0x0b22, "Japan System Development Co., Ltd"},
{0x0b23, "Pan-Asia Electronics Co., Ltd"},
{0x0b24, "Link Evolution Corp."},
{0x0b27, "Ritek Corp."},
{0x0b28, "Kenwood Corp."},
{0x0b2c, "Village Center, Inc."},
{0x0b30, "PNY Technologies, Inc."},
{0x0b33, "Contour Design, Inc."},
{0x0b37, "Hitachi ULSI Systems Co., Ltd"},
{0x0b39, "Omnidirectional Control Technology, Inc."},
{0x0b3a, "IPaxess"},
{0x0b3b, "Tekram Technology Co., Ltd"},
{0x0b3c, "Olivetti Techcenter"},
{0x0b3e, "Kikusui Electronics Corp."},
{0x0b41, "Hal Corp."},
{0x0b43, "Play.com, Inc."},
{0x0b47, "Sportbug.com, Inc."},
{0x0b48, "TechnoTrend AG"},
{0x0b49, "ASCII Corp."},
{0x0b4b, "Pine Corp. Ltd."},
{0x0b4e, "Musical Electronics, Ltd"},
{0x0b50, "Dumpries Co., Ltd"},
{0x0b51, "Comfort Keyboard Co."},
{0x0b52, "Colorado MicroDisplay, Inc."},
{0x0b54, "Sinbon Electronics Co., Ltd"},
{0x0b56, "TYI Systems, Ltd"},
{0x0b57, "Beijing HanwangTechnology Co., Ltd"},
{0x0b59, "Lake Communications, Ltd"},
{0x0b5a, "Corel Corp."},
{0x0b5f, "Green Electronics Co., Ltd"},
{0x0b60, "Nsine, Ltd"},
{0x0b61, "NEC Viewtechnology, Ltd"},
{0x0b62, "Orange Micro, Inc."},
{0x0b63, "ADLink Technology, Inc."},
{0x0b64, "Wonderful Wire Cable Co., Ltd"},
{0x0b65, "Expert Magnetics Corp."},
{0x0b69, "CacheVision"},
{0x0b6a, "Maxim Integrated Products"},
{0x0b6f, "Nagano Japan Radio Co., Ltd"},
{0x0b70, "PortalPlayer, Inc."},
{0x0b71, "SHIN-EI Sangyo Co., Ltd"},
{0x0b72, "Embedded Wireless Technology Co., Ltd"},
{0x0b73, "Computone Corp."},
{0x0b75, "Roland DG Corp."},
{0x0b79, "Sunrise Telecom, Inc."},
{0x0b7a, "Zeevo, Inc."},
{0x0b7b, "Taiko Denki Co., Ltd"},
{0x0b7c, "ITRAN Communications, Ltd"},
{0x0b7d, "Astrodesign, Inc."},
{0x0b84, "Rextron Technology, Inc."},
{0x0b85, "Elkat Electronics, Sdn., Bhd."},
{0x0b86, "Exputer Systems, Inc."},
{0x0b87, "Plus-One I & T, Inc."},
{0x0b88, "Sigma Koki Co., Ltd, Technology Center"},
{0x0b89, "Advanced Digital Broadcast, Ltd"},
{0x0b95, "ASIX Electronics Corp."},
{0x0b96, "Sewon Telecom"},
{0x0b97, "O2 Micro, Inc."},
{0x0b98, "Playmates Toys, Inc."},
{0x0b99, "Audio International, Inc."},
{0x0b9b, "Dipl.-Ing. Stefan Kunde"},
{0x0b9d, "Softprotec Co."},
{0x0b9f, "Chippo Technologies"},
{0x0baf, "U.S. Robotics"},
{0x0bb0, "Concord Camera Corp."},
{0x0bb1, "Infinilink Corp."},
{0x0bb2, "Ambit Microsystems Corp."},
{0x0bb3, "Ofuji Technology"},
{0x0bb4, "High Tech Computer Corp."},
{0x0bb5, "Murata Manufacturing Co., Ltd"},
{0x0bb6, "Network Alchemy"},
{0x0bb7, "Joytech Computer Co., Ltd"},
{0x0bb8, "Hitachi Semiconductor and Devices Sales Co., Ltd"},
{0x0bb9, "Eiger M&C Co., Ltd"},
{0x0bba, "ZAccess Systems"},
{0x0bbb, "General Meters Corp."},
{0x0bbc, "Assistive Technology, Inc."},
{0x0bbd, "System Connection, Inc."},
{0x0bc0, "Knilink Technology, Inc."},
{0x0bc1, "Fuw Yng Electronics Co., Ltd"},
{0x0bc2, "Seagate RSS LLC"},
{0x0bc3, "IPWireless, Inc."},
{0x0bc4, "Microcube Corp."},
{0x0bc5, "JCN Co., Ltd"},
{0x0bc6, "ExWAY, Inc."},
{0x0bc7, "X10 Wireless Technology, Inc."},
{0x0bc8, "Telmax Communications"},
{0x0bc9, "ECI Telecom, Ltd"},
{0x0bca, "Startek Engineering, Inc."},
{0x0bcb, "Perfect Technic Enterprise Co., Ltd"},
{0x0bda, "Realtek Semiconductor Corp."},
{0x0bdb, "Ericsson Business Mobile Networks BV"},
{0x0bdc, "Y Media Corp."},
{0x0bdd, "Orange PCS"},
{0x0be2, "Kanda Tsushin Kogyo Co., Ltd"},
{0x0be3, "TOYO Corp."},
{0x0be4, "Elka International, Ltd"},
{0x0be5, "DOME imaging systems, Inc."},
{0x0be6, "Dong Guan Humen Wonderful Wire Cable Factory"},
{0x0bee, "LTK Industries, Ltd"},
{0x0bef, "Way2Call Communications"},
{0x0bf0, "Pace Micro Technology PLC"},
{0x0bf1, "Intracom S.A."},
{0x0bf2, "Konexx"},
{0x0bf6, "Addonics Technologies, Inc."},
{0x0bf7, "Sunny Giken, Inc."},
{0x0bf8, "Fujitsu Siemens Computers"},
{0x0c04, "MOTO Development Group, Inc."},
{0x0c05, "Appian Graphics"},
{0x0c06, "Hasbro Games, Inc."},
{0x0c07, "Infinite Data Storage, Ltd"},
{0x0c08, "Agate"},
{0x0c09, "Comjet Information System"},
{0x0c0a, "Highpoint Technologies, Inc."},
{0x0c0b, "Dura Micro, Inc. (Acomdata)"},
{0x0c12, "Zeroplus"},
{0x0c15, "Iris Graphics"},
{0x0c16, "Gyration, Inc."},
{0x0c17, "Cyberboard A/S"},
{0x0c18, "SynerTek Korea, Inc."},
{0x0c19, "cyberPIXIE, Inc."},
{0x0c1a, "Silicon Motion, Inc."},
{0x0c1b, "MIPS Technologies"},
{0x0c1c, "Hang Zhou Silan Electronics Co., Ltd"},
{0x0c22, "Tally Printer Corp."},
{0x0c23, "Lernout + Hauspie"},
{0x0c24, "Taiyo Yuden"},
{0x0c25, "Sampo Corp."},
{0x0c2e, "Metro"},
{0x0c35, "Eagletron, Inc."},
{0x0c36, "E Ink Corp."},
{0x0c37, "e.Digital"},
{0x0c38, "Der An Electric Wire & Cable Co., Ltd"},
{0x0c39, "IFR"},
{0x0c3a, "Furui Precise Component (Kunshan) Co., Ltd"},
{0x0c3b, "Komatsu, Ltd"},
{0x0c3c, "Radius Co., Ltd"},
{0x0c3d, "Innocom, Inc."},
{0x0c3e, "Nextcell, Inc."},
{0x0c44, "Motorola iDEN"},
{0x0c45, "Microdia"},
{0x0c46, "WaveRider Communications, Inc."},
{0x0c4b, "Reiner SCT Kartensysteme GmbH"},
{0x0c52, "Sealevel Systems, Inc."},
{0x0c53, "ViewPLUS, Inc."},
{0x0c54, "Glory, Ltd"},
{0x0c55, "Spectrum Digital, Inc."},
{0x0c56, "Billion Bright, Ltd"},
{0x0c57, "Imaginative Design Operation Co., Ltd"},
{0x0c58, "Vidar Systems Corp."},
{0x0c59, "Dong Guan Shinko Wire Co., Ltd"},
{0x0c5a, "TRS International Mfg., Inc."},
{0x0c5e, "Xytronix Research & Design"},
{0x0c62, "Chant Sincere Co., Ltd"},
{0x0c63, "Toko, Inc."},
{0x0c64, "Signality System Engineering Co., Ltd"},
{0x0c65, "Eminence Enterprise Co., Ltd"},
{0x0c66, "Rexon Electronics Corp."},
{0x0c67, "Concept Telecom, Ltd"},
{0x0c70, "MCT Elektronikladen"},
{0x0c74, "Optronic Laboratories Inc."},
{0x0c76, "JMTek, LLC."},
{0x0c77, "Sipix Group, Ltd"},
{0x0c78, "Detto Corp."},
{0x0c79, "NuConnex Technologies Pte., Ltd"},
{0x0c7a, "Wing-Span Enterprise Co., Ltd"},
{0x0c86, "NDA Technologies, Inc."},
{0x0c88, "Kyocera Wireless Corp."},
{0x0c89, "Honda Tsushin Kogyo Co., Ltd"},
{0x0c8a, "Pathway Connectivity, Inc."},
{0x0c8b, "Wavefly Corp."},
{0x0c8c, "Coactive Networks"},
{0x0c8d, "Tempo"},
{0x0c8e, "Cesscom Co., Ltd"},
{0x0c8f, "Applied Microsystems"},
{0x0c99, "Innochips Co., Ltd"},
{0x0c9a, "Hanwool Robotics Corp."},
{0x0c9b, "Jobin Yvon, Inc."},
{0x0ca2, "Zyfer"},
{0x0ca3, "Sega Corp."},
{0x0ca4, "ST&T Instrument Corp."},
{0x0ca5, "BAE Systems Canada, Inc."},
{0x0ca6, "Castles Technology Co., Ltd"},
{0x0ca7, "Information Systems Laboratories"},
{0x0cad, "Motorola CGISS"},
{0x0cae, "Ascom Business Systems, Ltd"},
{0x0caf, "Buslink"},
{0x0cb0, "Flying Pig Systems"},
{0x0cb1, "Innovonics, Inc."},
{0x0cb6, "Celestix Networks, Pte., Ltd"},
{0x0cb7, "Singatron Enterprise Co., Ltd"},
{0x0cb8, "Opticis Co., Ltd"},
{0x0cba, "Trust Electronic (Shanghai) Co., Ltd"},
{0x0cbb, "Shanghai Darong Electronics Co., Ltd"},
{0x0cbc, "Palmax Technology Co., Ltd"},
{0x0cbd, "Pentel Co., Ltd (Electronics Equipment Div.)"},
{0x0cbe, "Keryx Technologies, Inc."},
{0x0cbf, "Union Genius Computer Co., Ltd"},
{0x0cc0, "Kuon Yi Industrial Corp."},
{0x0cc1, "Given Imaging, Ltd"},
{0x0cc2, "Timex Corp."},
{0x0cc3, "Rimage Corp."},
{0x0cc4, "emsys GmbH"},
{0x0cc5, "Sendo"},
{0x0cc6, "Intermagic Corp."},
{0x0cc7, "Kontron Medical AG"},
{0x0cc8, "Technotools Corp."},
{0x0cc9, "BroadMAX Technologies, Inc."},
{0x0cca, "Amphenol"},
{0x0ccb, "SKNet Co., Ltd"},
{0x0ccc, "Domex Technology Corp."},
{0x0ccd, "TerraTec Electronic GmbH"},
{0x0cd4, "Bang Olufsen"},
{0x0cd7, "NewChip S.r.l."},
{0x0cd8, "JS Digitech, Inc."},
{0x0cd9, "Hitachi Shin Din Cable, Ltd"},
{0x0cde, "Z-Com"},
{0x0cf1, "e-Conn Electronic Co., Ltd"},
{0x0cf2, "ENE Technology, Inc."},
{0x0cf3, "Atheros Communications, Inc."},
{0x0cf4, "Fomtex Corp."},
{0x0cf5, "Cellink Co., Ltd"},
{0x0cf6, "Compucable Corp."},
{0x0cf7, "ishoni Networks"},
{0x0cf8, "Clarisys, Inc."},
{0x0cf9, "Central System Research Co., Ltd"},
{0x0cfa, "Inviso, Inc."},
{0x0cfc, "Minolta-QMS, Inc."},
{0x0d06, "telos EDV Systementwicklung GmbH"},
{0x0d0b, "Contemporary Controls"},
{0x0d0c, "Astron Electronics Co., Ltd"},
{0x0d0d, "MKNet Corp."},
{0x0d0e, "Hybrid Networks, Inc."},
{0x0d0f, "Feng Shin Cable Co., Ltd"},
{0x0d10, "Elastic Networks"},
{0x0d11, "Maspro Denkoh Corp."},
{0x0d12, "Hansol Electronics, Inc."},
{0x0d13, "BMF Corp."},
{0x0d14, "Array Comm, Inc."},
{0x0d15, "OnStream b.v."},
{0x0d16, "Hi-Touch Imaging Technologies Co., Ltd"},
{0x0d17, "NALTEC, Inc."},
{0x0d18, "coaXmedia"},
{0x0d19, "Hank Connection Industrial Co., Ltd"},
{0x0d32, "Leo Hui Electric Wire & Cable Co., Ltd"},
{0x0d33, "AirSpeak, Inc."},
{0x0d34, "Rearden Steel Technologies"},
{0x0d35, "Dah Kun Co., Ltd"},
{0x0d3c, "Sri Cable Technology, Ltd"},
{0x0d3d, "Tangtop Technology Co., Ltd"},
{0x0d3e, "Fitcom, inc."},
{0x0d3f, "MTS Systems Corp."},
{0x0d40, "Ascor, Inc."},
{0x0d41, "Ta Yun Terminals Industrial Co., Ltd"},
{0x0d42, "Full Der Co., Ltd"},
{0x0d46, "Kobil Systems GmbH"},
{0x0d49, "Maxtor"},
{0x0d4a, "NF Corp."},
{0x0d4b, "Grape Systems, Inc."},
{0x0d4c, "Tedas AG"},
{0x0d4d, "Coherent, Inc."},
{0x0d4e, "Agere Systems Netherland BV"},
{0x0d4f, "EADS Airbus France"},
{0x0d50, "Cleware GmbH"},
{0x0d51, "Volex (Asia) Pte., Ltd"},
{0x0d53, "HMI Co., Ltd"},
{0x0d54, "Holon Corp."},
{0x0d55, "ASKA Technologies, Inc."},
{0x0d56, "AVLAB Technology, Inc."},
{0x0d57, "Solomon Microtech, Ltd"},
{0x0d5c, "Belkin"},
{0x0d5e, "Myacom, Ltd"},
{0x0d5f, "CSI, Inc."},
{0x0d60, "IVL Technologies, Ltd"},
{0x0d61, "Meilu Electronics (Shenzhen) Co., Ltd"},
{0x0d62, "Darfon Electronics Corp."},
{0x0d63, "Fritz Gegauf AG"},
{0x0d64, "DXG Technology Corp."},
{0x0d65, "KMJP Co., Ltd"},
{0x0d66, "TMT"},
{0x0d67, "Advanet, Inc."},
{0x0d68, "Super Link Electronics Co., Ltd"},
{0x0d69, "NSI"},
{0x0d6a, "Megapower International Corp."},
{0x0d6b, "And-Or Logic"},
{0x0d70, "Try Computer Co., Ltd"},
{0x0d71, "Hirakawa Hewtech Corp."},
{0x0d72, "Winmate Communication, Inc."},
{0x0d73, "Hit's Communications, Inc."},
{0x0d76, "MFP Korea, Inc."},
{0x0d77, "Power Sentry/Newpoint"},
{0x0d78, "Japan Distributor Corp."},
{0x0d7a, "MARX Datentechnik GmbH"},
{0x0d7b, "Wellco Technology Co., Ltd"},
{0x0d7c, "Taiwan Line Tek Electronic Co., Ltd"},
{0x0d7d, "Phison Electronics Corp."},
{0x0d7e, "American Computer & Digital Components"},
{0x0d7f, "Essential Reality LLC"},
{0x0d80, "H.R. Silvine Electronics, Inc."},
{0x0d81, "TechnoVision"},
{0x0d83, "Think Outside, Inc."},
{0x0d89, "Oz Software"},
{0x0d8a, "King Jim Co., Ltd"},
{0x0d8b, "Ascom Telecommunications, Ltd"},
{0x0d8c, "C-Media Electronics, Inc."},
{0x0d8d, "Promotion & Display Technology, Ltd"},
{0x0d8e, "Global Sun Technology, Inc."},
{0x0d8f, "Pitney Bowes"},
{0x0d90, "Sure-Fire Electrical Corp."},
{0x0d96, "Skanhex Technology, Inc."},
{0x0d97, "Santa Barbara Instrument Group"},
{0x0d98, "Mars Semiconductor Corp."},
{0x0d99, "Trazer Technologies, Inc."},
{0x0d9a, "RTX Telecom AS"},
{0x0d9b, "Tat Shing Electrical Co."},
{0x0d9c, "Chee Chen Hi-Technology Co., Ltd"},
{0x0d9d, "Sanwa Supply, Inc."},
{0x0d9e, "Avaya"},
{0x0d9f, "Powercom Co., Ltd"},
{0x0da0, "Danger Research"},
{0x0da1, "Suzhou Peter's Precise Industrial Co., Ltd"},
{0x0da2, "Land Instruments International, Ltd"},
{0x0da3, "Nippon Electro-Sensory Devices Corp."},
{0x0da4, "Polar Electro OY"},
{0x0da7, "IOGear, Inc."},
{0x0da8, "softDSP Co., Ltd"},
{0x0dab, "Cubig Group"},
{0x0dad, "Westover Scientific"},
{0x0db0, "Micro Star International"},
{0x0db1, "Wen Te Electronics Co., Ltd"},
{0x0db2, "Shian Hwi Plug Parts, Plastic Factory"},
{0x0db3, "Tekram Technology Co., Ltd"},
{0x0db4, "Chung Fu Chen Yeh Enterprise Corp."},
{0x0dbe, "Jiuh Shiuh Precision Industry Co., Ltd"},
{0x0dbf, "Quik Tech Solutions"},
{0x0dc0, "Great Notions"},
{0x0dc1, "Tamagawa Seiki Co., Ltd"},
{0x0dc3, "Athena Smartcard Solutions, Inc."},
{0x0dc4, "Macpower Peripherals, Ltd"},
{0x0dc5, "SDK Co., Ltd"},
{0x0dc6, "Precision Squared Technology Corp."},
{0x0dc7, "First Cable Line, Inc."},
{0x0dcd, "NetworkFab Corp."},
{0x0dd0, "Access Solutions"},
{0x0dd1, "Contek Electronics Co., Ltd"},
{0x0dd2, "Power Quotient International Co., Ltd"},
{0x0dd3, "MediaQ"},
{0x0dd4, "Custom Engineering SPA"},
{0x0dd5, "California Micro Devices"},
{0x0dd7, "Kocom Co., Ltd"},
{0x0dd8, "Netac Technology Co., Ltd"},
{0x0dd9, "HighSpeed Surfing"},
{0x0dda, "Integrated Circuit Solution, Inc."},
{0x0ddb, "Tamarack, Inc."},
{0x0ddd, "Datelink Technology Co., Ltd"},
{0x0dde, "Ubicom, Inc."},
{0x0de0, "BD Consumer Healthcare"},
{0x0ded, "Novasonics"},
{0x0dee, "Lifetime Memory Products"},
{0x0def, "Full Rise Electronic Co., Ltd"},
{0x0df6, "Sitecom Europe B.V."},
{0x0df7, "Mobile Action Technology, Inc."},
{0x0dfa, "Toyo Communication Equipment Co., Ltd"},
{0x0dfc, "GeneralTouch Technology Co., Ltd"},
{0x0e03, "Nippon Systemware Co., Ltd"},
{0x0e08, "Winbest Technology Co., Ltd"},
{0x0e0c, "Gesytec"},
{0x0e16, "JMTek, LLC"},
{0x0e17, "Walex Electronic, Ltd"},
{0x0e1b, "Crewave"},
{0x0e21, "Cowon Systems, Inc."},
{0x0e23, "Liou Yuane Enterprise Co., Ltd"},
{0x0e25, "VinChip Systems, Inc."},
{0x0e26, "J-Phone East Co., Ltd"},
{0x0e30, "HeartMath LLC"},
{0x0e34, "Micro Computer Control Corp."},
{0x0e35, "3Pea Technologies, Inc."},
{0x0e36, "TiePie engineering"},
{0x0e38, "Stratitec, Inc."},
{0x0e39, "Smart Modular Technologies, Inc."},
{0x0e3a, "Neostar Technology Co., Ltd"},
{0x0e3b, "Mansella, Ltd"},
{0x0e41, "Line6, Inc."},
{0x0e48, "Julia Corp., Ltd"},
{0x0e4a, "Shenzhen Bao Hing Electric Wire & Cable Mfr. Co."},
{0x0e4c, "Radica Games, Ltd"},
{0x0e55, "Speed Dragon Multimedia, Ltd"},
{0x0e5a, "Active Co., Ltd"},
{0x0e5b, "Union Power Information Industrial Co., Ltd"},
{0x0e5c, "Bitland Information Technology Co., Ltd"},
{0x0e5d, "Neltron Industrial Co., Ltd"},
{0x0e66, "Hawking"},
{0x0e67, "Fossil, Inc."},
{0x0e6a, "Megawin Technology Co., Ltd"},
{0x0e70, "Tokyo Electronic Industry Co., Ltd"},
{0x0e72, "Hsi-Chin Electronics Co., Ltd"},
{0x0e75, "TVS Electronics, Ltd"},
{0x0e7b, "On-Tech Industry Co., Ltd"},
{0x0e7e, "Gmate, Inc."},
{0x0e82, "Ching Tai Electric Wire & Cable Co., Ltd"},
{0x0e8c, "Well Force Electronic Co., Ltd"},
{0x0e90, "WiebeTech, LLC"},
{0x0e91, "VTech Engineering Canada, Ltd"},
{0x0e92, "C's Glory Enterprise Co., Ltd"},
{0x0e93, "eM Technics Co., Ltd"},
{0x0e95, "Future Technology Co., Ltd"},
{0x0e96, "Aplux Communications, Ltd"},
{0x0e97, "Fingerworks, Inc."},
{0x0e98, "Advanced Analogic Technologies, Inc."},
{0x0e99, "Parallel Dice Co., Ltd"},
{0x0e9a, "TA HSING Industries, Ltd"},
{0x0e9b, "ADTEC Corp."},
{0x0e9c, "Streamzap, Inc."},
{0x0e9f, "Tamura Corp."},
{0x0ea0, "Ours Technology, Inc."},
{0x0ea6, "Nihon Computer Co., Ltd"},
{0x0ea7, "MSL Enterprises Corp."},
{0x0ea8, "CenDyne, Inc."},
{0x0ead, "Humax Co., Ltd"},
{0x0eb1, "WIS Technologies, Inc."},
{0x0eb2, "Y-S Electronic Co., Ltd"},
{0x0eb3, "Saint Technology Corp."},
{0x0eb7, "Endor AG"},
{0x0ebe, "VWeb Corp."},
{0x0ebf, "Omega Technology of Taiwan, Inc."},
{0x0ec0, "LHI Technology (China) Co., Ltd"},
{0x0ec1, "Abit Computer Corp."},
{0x0ec2, "Sweetray Industrial, Ltd"},
{0x0ec3, "Axell Co., Ltd"},
{0x0ec4, "Ballracing Developments, Ltd"},
{0x0ec5, "GT Information System Co., Ltd"},
{0x0ec6, "InnoVISION Multimedia, Ltd"},
{0x0ec7, "Theta Link Corp."},
{0x0ecd, "Lite-On IT Corp."},
{0x0ece, "TaiSol Electronics Co., Ltd"},
{0x0ecf, "Phogenix Imaging, LLC"},
{0x0ed1, "WinMaxGroup"},
{0x0ed2, "Kyoto Micro Computer Co., Ltd"},
{0x0ed3, "Wing-Tech Enterprise Co., Ltd"},
{0x0eda, "Noriake Itron Corp."},
{0x0edf, "e-MDT Co., Ltd"},
{0x0ee0, "Shima Seiki Mfg., Ltd"},
{0x0ee1, "Sarotech Co., Ltd"},
{0x0ee2, "AMI Semiconductor, Inc."},
{0x0ee3, "ComTrue Technology Corp."},
{0x0ee4, "Sunrich Technology, Ltd"},
{0x0eee, "Digital Stream Technology, Inc."},
{0x0eef, "D-WAV Scientific Co., Ltd"},
{0x0ef0, "Hitachi Cable, Ltd"},
{0x0ef1, "Aichi Micro Intelligent Corp."},
{0x0ef2, "I/O Magic Corp."},
{0x0ef3, "Lynn Products, Inc."},
{0x0ef4, "DSI Datotech"},
{0x0ef5, "PointChips"},
{0x0ef6, "Yield Microelectronics Corp."},
{0x0ef7, "SM Tech Co., Ltd (Tulip)"},
{0x0efe, "Wem Technology, Inc."},
{0x0efd, "Oasis Semiconductor"},
{0x0f06, "Visual Frontier Enterprise Co., Ltd"},
{0x0f08, "CSL Wire & Plug (Shen Zhen) Co."},
{0x0f0c, "CAS Corp."},
{0x0f0d, "Hori Co., Ltd"},
{0x0f0e, "Energy Full Corp."},
{0x0f12, "Mars Engineering Corp."},
{0x0f13, "Acetek Technology Co., Ltd"},
{0x0f19, "Oracom Co., Ltd"},
{0x0f1b, "Onset Computer Corp."},
{0x0f1c, "Funai Electric Co., Ltd"},
{0x0f1d, "Iwill Corp."},
{0x0f21, "IOI Technology Corp."},
{0x0f22, "Senior Industries, Inc."},
{0x0f23, "Leader Tech Manufacturer Co., Ltd"},
{0x0f24, "Flex-P Industries, Snd., Bhd."},
{0x0f2d, "ViPower, Inc."},
{0x0f2e, "Geniality Maple Technology Co., Ltd"},
{0x0f2f, "Priva Design Services"},
{0x0f30, "Jess Technology Co., Ltd"},
{0x0f31, "Chrysalis Development"},
{0x0f32, "YFC-BonEagle Electric Co., Ltd"},
{0x0f37, "Kokuyo Co., Ltd"},
{0x0f38, "Nien-Yi Industrial Corp."},
{0x0f3d, "Airprime, Incorporated"},
{0x0f41, "RDC Semiconductor Co., Ltd"},
{0x0f42, "Nital Consulting Services, Inc."},
{0x0f4b, "St. John Technology Co., Ltd"},
{0x0f4c, "WorldWide Cable Opto Corp."},
{0x0f4d, "Microtune, Inc."},
{0x0f4e, "Freedom Scientific"},
{0x0f52, "Wing Key Electrical Co., Ltd"},
{0x0f53, "Dongguan White Horse Cable Factory, Ltd"},
{0x0f54, "Kawai Musical Instruments Mfg. Co., Ltd"},
{0x0f55, "AmbiCom, Inc."},
{0x0f5c, "Prairiecomm, Inc."},
{0x0f5d, "NewAge International, LLC"},
{0x0f5f, "Key Technology Corp."},
{0x0f60, "NTK, Ltd"},
{0x0f61, "Varian, Inc."},
{0x0f62, "Acrox Technologies Co., Ltd"},
{0x0f68, "Kobe Steel, Ltd"},
{0x0f69, "Dionex Corp."},
{0x0f6a, "Vibren Technologies, Inc."},
{0x0f73, "DFI"},
{0x0f7c, "DQ Technology, Inc."},
{0x0f7d, "NetBotz, Inc."},
{0x0f7e, "Fluke Corp."},
{0x0f88, "VTech Holdings, Ltd"},
{0x0f8b, "Yazaki Corp."},
{0x0f8c, "Young Generation International Corp."},
{0x0f8d, "Uniwill Computer Corp."},
{0x0f8e, "Kingnet Technology Co., Ltd"},
{0x0f8f, "Soma Networks"},
{0x0f97, "CviLux Corp."},
{0x0f98, "CyberBank Corp."},
{0x0f9c, "Hyun Won, Inc."},
{0x0f9e, "Lucent Technologies"},
{0x0fa3, "Starconn Electronic Co., Ltd"},
{0x0fa4, "ATL Technology"},
{0x0fa5, "Sotec Co., Ltd"},
{0x0fa7, "Epox Computer Co., Ltd"},
{0x0fa8, "Logic Controls, Inc."},
{0x0faf, "Winpoint Electronic Corp."},
{0x0fb0, "Haurtian Wire & Cable Co., Ltd"},
{0x0fb1, "Inclose Design, Inc."},
{0x0fb2, "Juan-Chern Industrial Co., Ltd"},
{0x0fb8, "Wistron Corp."},
{0x0fb9, "AACom Corp."},
{0x0fba, "San Shing Electronics Co., Ltd"},
{0x0fbb, "Bitwise Systems, Inc."},
{0x0fc1, "Mitac Internatinal Corp."},
{0x0fc2, "Plug and Jack Industrial, Inc."},
{0x0fc5, "Delcom Engineering"},
{0x0fc6, "Dataplus Supplies, Inc."},
{0x0fca, "Research In Motion, Ltd."},
{0x0fce, "Sony Ericsson Mobile Communications AB"},
{0x0fcf, "Dynastream Innovations, Inc."},
{0x0fd0, "Tulip Computers B.V."},
{0x0fd4, "Tenovis GmbH & Co., KG"},
{0x0fd5, "Direct Access Technology, Inc."},
{0x0fdc, "Micro Plus"},
{0x0fe4, "IN-Tech Electronics, Ltd"},
{0x0fe5, "Greenconn (U.S.A.), Inc."},
{0x0fe9, "DVICO"},
{0x0fea, "United Computer Accessories"},
{0x0feb, "CRS Electronic Co., Ltd"},
{0x0fec, "UMC Electronics Co., Ltd"},
{0x0fed, "Access Co., Ltd"},
{0x0fee, "Xsido Corp."},
{0x0fef, "MJ Research, Inc."},
{0x0ff6, "Core Valley Co., Ltd"},
{0x0ff7, "CHI SHING Computer Accessories Co., Ltd"},
{0x0fff, "Aopen, Inc."},
{0x1000, "Speed Tech Corp."},
{0x1001, "Ritronics Components (S) Pte., Ltd"},
{0x1003, "Sigma Corp."},
{0x1004, "LG Electronics, Inc."},
{0x1005, "Apacer Technology, Inc."},
{0x1006, "iRiver, Ltd."},
{0x1009, "Emuzed, Inc."},
{0x100a, "AV Chaseway, Ltd"},
{0x100b, "Chou Chin Industrial Co., Ltd"},
{0x100d, "Netopia, Inc."},
{0x1010, "Fukuda Denshi Co., Ltd"},
{0x1011, "Mobile Media Tech."},
{0x1012, "SDKM Fibres, Wires & Cables Berhad"},
{0x1013, "TST-Touchless Sensor Technology AG"},
{0x1014, "Densitron Technologies PLC"},
{0x1015, "Softronics Pty., Ltd"},
{0x1016, "Xiamen Hung's Enterprise Co., Ltd"},
{0x1017, "Speedy Industrial Supplies, Pte., Ltd"},
{0x1020, "Labtec"},
{0x1022, "Shinko Shoji Co., Ltd"},
{0x1025, "Hyper-Paltek"},
{0x1026, "Newly Corp."},
{0x1027, "Time Domain"},
{0x1028, "Inovys Corp."},
{0x1029, "Atlantic Coast Telesys"},
{0x102a, "Ramos Technology Co., Ltd"},
{0x102b, "Infotronic America, Inc."},
{0x102c, "Etoms Electronics Corp."},
{0x102d, "Winic Corp."},
{0x1031, "Comax Technology, Inc."},
{0x1032, "C-One Technology Corp."},
{0x1033, "Nucam Corp."},
{0x1038, "Ideazon, Inc."},
{0x1043, "iCreate Technologies Corp."},
{0x1044, "Chu Yuen Enterprise Co., Ltd"},
{0x1046, "Winbond Electronics Corp."},
{0x104c, "AMCO TEC International, Inc."},
{0x1053, "Immanuel Electronics Co., Ltd"},
{0x1054, "BMS International Beheer N.V."},
{0x1055, "Complex Micro Interconnection Co., Ltd"},
{0x1056, "Hsin Chen Ent Co., Ltd"},
{0x1057, "ON Semiconductor"},
{0x1058, "Western Digital Technologies, Inc."},
{0x1059, "Giesecke & Devrient GmbH"},
{0x105c, "Hong Ji Electric Wire & Cable (Dongguan) Co., Ltd"},
{0x105d, "Delkin Devices, Inc."},
{0x105e, "Valence Semiconductor Design, Ltd"},
{0x105f, "Chin Shong Enterprise Co., Ltd"},
{0x1060, "Easthome Industrial Co., Ltd"},
{0x1063, "Motorola Electronics Taiwan, Ltd"},
{0x1065, "CCYU Technology"},
{0x106a, "Loyal Legend, Ltd"},
{0x106c, "Curitel Communications, Inc."},
{0x106d, "San Chieh Manufacturing, Ltd"},
{0x106e, "ConectL"},
{0x106f, "Money Controls"},
{0x1076, "GCT Semiconductor, Inc."},
{0x107d, "Arlec Australia, Ltd"},
{0x107e, "Midoriya Electric Co., Ltd"},
{0x107f, "KidzMouse, Inc."},
{0x1082, "Shin-Etsukaken Co., Ltd"},
{0x1083, "Canon Electronics, Inc."},
{0x1084, "Pantech Co., Ltd"},
{0x108a, "Chloride Power Protection"},
{0x108b, "Grand-tek Technology Co., Ltd"},
{0x108c, "Robert Bosch GmbH"},
{0x1099, "Surface Optics Corp."},
{0x109a, "DATASOFT Systems GmbH"},
{0x109f, "eSOL Co., Ltd"},
{0x10a0, "Hirotech, Inc."},
{0x10a3, "Mitsubishi Materials Corp."},
{0x10a9, "SK Teletech Co., Ltd"},
{0x10aa, "Cables To Go"},
{0x10ab, "USI Co., Ltd"},
{0x10ac, "Honeywell, Inc."},
{0x10ae, "Princeton Technology Corp."},
{0x10b5, "Comodo"},
{0x10b8, "DiBcom"},
{0x10bb, "TM Technology, Inc."},
{0x10bc, "Dinging Technology Co., Ltd"},
{0x10bd, "TMT Technology, Inc."},
{0x10bf, "SmartHome"},
{0x10c4, "Cygnal Integrated Products, Inc."},
{0x10c5, "Sanei Electric, Inc."},
{0x10c6, "Intec, Inc."},
{0x10cb, "Eratech"},
{0x10cc, "GBM Connector Co., Ltd"},
{0x10cd, "Kycon, Inc."},
{0x10cf, "Velleman Components, Inc."},
{0x10d1, "Hottinger Baldwin Measurement"},
{0x10d4, "Man Boon Manufactory, Ltd"},
{0x10d5, "Uni Class Technology Co., Ltd"},
{0x10d6, "Actions Semiconductor Co., Ltd"},
{0x10de, "Authenex, Inc."},
{0x10df, "In-Win Development, Inc."},
{0x10e0, "Post-Op Video, Inc."},
{0x10e1, "CablePlus, Ltd"},
{0x10e2, "Nada Electronics, Ltd"},
{0x10ec, "Vast Technologies, Inc."},
{0x10fb, "Pictos Technologies, Inc."},
{0x10fd, "Anubis Electronics, Ltd"},
{0x1a0a, "..."},
{0x1100, "VirTouch, Ltd"},
{0x1101, "EasyPass Industrial Co., Ltd"},
{0x1108, "Brightcom Technologies, Ltd"},
{0x1110, "Analog Devices Canada, Ltd (Allied Telesyn)"},
{0x1112, "YM ELECTRIC CO., Ltd"},
{0x1113, "Medion AG"},
{0x111e, "VSO Electric Co., Ltd"},
{0x112e, "Master Hill Electric Wire and Cable Co., Ltd"},
{0x112f, "Cellon International, Inc."},
{0x1130, "Tenx Technology, Inc."},
{0x1131, "Integrated System Solution Corp."},
{0x1132, "Toshiba Corp., Digital Media Equipment"},
{0x113c, "Arin Tech Co., Ltd"},
{0x113d, "Mapower Electronics Co., Ltd"},
{0x1141, "V One Multimedia, Pte., Ltd"},
{0x1142, "CyberScan Technologies, Inc."},
{0x1147, "Ever Great Electric Wire and Cable Co., Ltd"},
{0x114c, "Tinius Olsen Testing Machine Co., Inc."},
{0x114d, "Alpha Imaging Technology Corp."},
{0x1162, "Secugen Corp."},
{0x1163, "DeLorme Publishing, Inc."},
{0x1164, "YUAN High-Tech Development Co., Ltd"},
{0x1165, "Telson Electronics Co., Ltd"},
{0x1166, "Bantam Interactive Technologies"},
{0x1167, "Salient Systems Corp."},
{0x1168, "BizConn International Corp."},
{0x116e, "Gigastorage Corp."},
{0x116f, "Silicon 10 Technology Corp."},
{0x1175, "Shengyih Steel Mold Co., Ltd"},
{0x117d, "Santa Electronic, Inc."},
{0x117e, "JNC, Inc."},
{0x1182, "Venture Corp., Ltd"},
{0x1183, "Compaq Computer Corp."},
{0x1184, "Kyocera Elco Corp."},
{0x118f, "You Yang Technology Co., Ltd"},
{0x1190, "Tripace"},
{0x1191, "Loyalty Founder Enterprise Co., Ltd"},
{0x1196, "Yankee Robotics, LLC"},
{0x1197, "Technoimagia Co., Ltd"},
{0x1198, "StarShine Technology Corp."},
{0x1199, "Sierra Wireless, Inc."},
{0x119a, "ZHAN QI Technology Co., Ltd"},
{0x119b, "ruwido austria GmbH"},
{0x11a0, "Chipcon AS"},
{0x11a3, "Technovas Co., Ltd"},
{0x11aa, "GlobalMedia Group, LLC"},
{0x11ab, "Exito Electronics Co., Ltd"},
{0x11db, "Topfield Co., Ltd."},
{0x11f5, "Siemens AG"},
{0x11f7, "Alcatel"},
{0x1209, "InterBiometrics"},
{0x120e, "Hudson Soft Co., Ltd"},
{0x121e, "Jungsoft Co., Ltd"},
{0x1241, "Belkin"},
{0x124a, "AirVast"},
{0x124b, "Nyko (Honey Bee)"},
{0x1267, "Logic3 / SpectraVideo plc"},
{0x126e, "Strobe Data, Inc."},
{0x126f, "TwinMOS"},
{0x1275, "Xaxero Marine Software Engineering, Ltd."},
{0x1292, "Innomedia"},
{0x1293, "Belkin Components"},
{0x12fd, "AIN Comm. Technology Co., Ltd"},
{0x1310, "Roper"},
{0x1312, "ICS Electronics"},
{0x131d, "Natural Point"},
{0x132b, "Konica Minolta"},
{0x1342, "Mobility"},
{0x134e, "Digby's Bitpile, Inc. DBA D Bit"},
{0x1370, "Swissbit"},
{0x1398, "Q-tec"},
{0x13b0, "Alesis"},
{0x13b1, "Linksys"},
{0x13d2, "Shark Multimedia"},
{0x13d3, "IMC Networks"},
{0x1453, "Radio Shack"},
{0x1462, "Micro Star International"},
{0x147a, "Formosa Industrial Computing, Inc."},
{0x1484, "Elsa AG"},
{0x148f, "Ralink Technology, Corp."},
{0x14aa, "AVerMedia (again) or C&E"},
{0x14c2, "Gemlight Computer, Ltd"},
{0x1518, "Cheshire Engineering Corp."},
{0x1520, "Bitwire Corp."},
{0x152e, "LG (HLDS)"},
{0x1546, "U-Blox AG"},
{0x1554, "Prolink Microsystems Corp."},
{0x1568, "Sunf Pu Technology Co., Ltd"},
{0x15c2, "SoundGraph Inc."},
{0x15c6, "Laboratoires MXM"},
{0x15e8, "SohoWare"},
{0x15e9, "Pacific Digital Corp."},
{0x15f4, "HanfTek"},
{0x1604, "Tascam"},
{0x1606, "Umax"},
{0x1608, "Inside Out Networks"},
{0x1645, "Entrega"},
{0x1657, "Struck Innovative Systeme GmbH"},
{0x1668, "Actiontec Electronics, Inc."},
{0x1690, "Askey Computer Corp."},
{0x1696, "Hitachi Video and Information System, Inc."},
{0x1697, "VTec Test, Inc."},
{0x1706, "BlueView Technologies, Inc."},
{0x1733, "Cellink Technology Co., Ltd"},
{0x17eb, "Cornice, Inc."},
{0x1822, "Twinhan"},
{0x185b, "Compro"},
{0x1894, "Topseed"},
{0x1977, "T-Logic"},
{0x1ebb, "NuCORE Technology, Inc."},
{0x2001, "D-Link Corp."},
{0x2040, "Hauppauge"},
{0x2101, "ActionStar"},
{0x2162, "Creative"},
{0x2222, "MacAlly"},
{0x22b8, "Motorola PCS"},
{0x22b9, "eTurboTouch Technology, Inc."},
{0x22ba, "Technology Innovation Holdings, Ltd"},
{0x2304, "Pinnacle Systems, Inc."},
{0x2318, "Shining Technologies, Inc."},
{0x2375, "Digit@lway, Inc."},
{0x2406, "SANHO Digital Electronics Co., Ltd."},
{0x2632, "TwinMOS"},
{0x2650, "Electronics For Imaging, Inc."},
{0x2770, "NHJ, Ltd"},
{0x2899, "Toptronic Industrial Co., Ltd"},
{0x2fb2, "Fujitsu, Ltd"},
{0x3125, "Eagletron"},
{0x3176, "Whanam Electronics Co., Ltd"},
{0x3340, "Yakumo"},
{0x3504, "Micro Star"},
{0x3538, "Power Quotient International Co., Ltd"},
{0x3579, "DIVA"},
{0x3636, "InVibro"},
{0x3838, "WEM"},
{0x3923, "National Instruments Corp."},
{0x4102, "iRiver, Ltd."},
{0x413c, "Dell Computer Corp."},
{0x4242, "USB Design by Example"},
{0x4146, "USBest Technology"},
{0x4572, "Shuttle, Inc."},
{0x4586, "Panram"},
{0x4670, "EMS Production"},
{0x5032, "Grandtec"},
{0x5041, "Linksys"},
{0x544d, "Transmeta Corp."},
{0x5543, "UC-Logic Technology Corp."},
{0x5555, "Epiphan Systems, Inc."},
{0x55aa, "OnSpec Electronic, Inc."},
{0x636c, "CoreLogic, Inc."},
{0x6666, "Prototype product Vendor ID"},
{0x6993, "Freshtel"},
{0x6a75, "Shanghai Jujo Electronics Co., Ltd"},
{0x8086, "Intel Corp."},
{0x8341, "EGO Systems, Inc."},
{0x9710, "MosChip Semiconductor"},
{0xc251, "Keil Software, Inc."},
{0xeb1a, "eMPIA Technology, Inc."}
};
/**
* Finds the vendor name in the list.
*/
const char* VID_GetVendorName(unsigned short vid)
{
int low = 0;
int high = COUNT(vidmap) - 1;
while (low <= high) {
int mid = (low + high)/2;
if (vid > vidmap[mid].vid) {
low = mid + 1;
} else if (vid < vidmap[mid].vid) {
high = mid - 1;
} else {
/* Key found */
return vidmap[mid].name;
}
}
/* key not found */
return NULL;
}