PageRenderTime 110ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 1ms

/system/source/include/pci_list.h

https://gitlab.com/adam.lukaitis/spoon
C Header | 1104 lines | 1091 code | 9 blank | 4 comment | 1 complexity | dab94c49de723cbbae277f9722b89adf MD5 | raw file
  1. #if 0
  2. PCIHDR.H: PCI Vendors, Devices, and Class Type information
  3. Created automatically from the web using the following URL:
  4. http://pcidatabase.com/
  5. Software to create and maintain the PCICODE List written by:
  6. Jim Boemler (jboemler@halcyon.com)
  7. This header created on Thu Feb 26 11:21:47 PST 2004
  8. Too many people have contributed to this list to acknowledge them all, but
  9. a few have provided the majority of the input and deserve special mention:
  10. Frederic Potter, who maintains a list for Linux.
  11. Chris Aston at Madge Networks.
  12. Thomas Dippon of Hewlett-Packard GmbH.
  13. Jurgen ("Josh") Thelen
  14. William H. Avery III at Altitech
  15. Sergei Shtylyov of Brain-dead Software in Russia
  16. #endif
  17. // NOTE that the 0xFFFF of 0xFF entries at the end of some tables below are
  18. // not properly list terminators, but are actually the printable definitions
  19. // of values that are legitimately found on the PCI bus. The size
  20. // definitions should be used for loop control when the table is searched.
  21. typedef struct _PCI_VENTABLE
  22. {
  23. unsigned short VenId ;
  24. char * VenShort ;
  25. char * VenFull ;
  26. } PCI_VENTABLE, *PPCI_VENTABLE ;
  27. PCI_VENTABLE PciVenTable [] =
  28. {
  29. { 0x0033, "", "Paradyne Corp." } ,
  30. { 0x003D, "Lockheed Martin", "Lockheed Martin Corp" } ,
  31. { 0x0070, "Hauppauge", "Hauppauge Computer Works Inc." } ,
  32. { 0x0100, "", "Ncipher Corp. Ltd" } ,
  33. { 0x0123, "", "General Dynamics" } ,
  34. { 0x0315, "", "SK - Electronics Co., Ltd." } ,
  35. { 0x0A89, "BREA", "BREA Technologies Inc." } ,
  36. { 0x0E11, "Compaq", "Compaq Computer Corp." } ,
  37. { 0x1000, "LSI", "LSI Logic" } ,
  38. { 0x1001, "KOLTER", "Kolter Electronic - Germany" } ,
  39. { 0x1002, "ATI", "ATI Technologies" } ,
  40. { 0x1003, "ULSI", "ULSI" } ,
  41. { 0x1004, "VLSI", "VLSI Technology" } ,
  42. { 0x1006, "Reply", "Reply Group" } ,
  43. { 0x1007, "NetFrame", "Netframe Systems Inc." } ,
  44. { 0x1008, "Epson", "Epson" } ,
  45. { 0x100A, "Phoenix", "Phoenix Technologies Ltd." } ,
  46. { 0x100B, "NSC", "National Semiconductor" } ,
  47. { 0x100C, "Tseng", "Tseng Labs" } ,
  48. { 0x100D, "AST", "AST Research" } ,
  49. { 0x100E, "Weitek", "Weitek" } ,
  50. { 0x1010, "VLogic", "Video Logic Ltd." } ,
  51. { 0x1011, "DEC", "Digital Equipment Corporation" } ,
  52. { 0x1012, "Micronics", "Micronics Computers Inc." } ,
  53. { 0x1013, "Cirrus", "Cirrus Logic" } ,
  54. { 0x1014, "IBM", "International Business Machines Corp." } ,
  55. { 0x1016, "Fujitsu ICL", "Fujitsu ICL Computers" } ,
  56. { 0x1017, "Spea", "Spea Software AG" } ,
  57. { 0x1018, "Unisys", "Unisys Systems" } ,
  58. { 0x1019, "ECS", "Elitegroup Computer Sys" } ,
  59. { 0x101A, "NCR", "NCR/AT&T GIS" } ,
  60. { 0x101B, "Vitesse", "Vitesse Semiconductor" } ,
  61. { 0x101E, "AMI", "American Megatrends Inc." } ,
  62. { 0x101F, "PictureTel", "PictureTel Corp." } ,
  63. { 0x1020, "Hitachi", "Hitachi Computer Electronics" } ,
  64. { 0x1021, "OKI", "Oki Electric Industry" } ,
  65. { 0x1022, "AMD", "Advanced Micro Devices" } ,
  66. { 0x1023, "Trident", "Trident Microsystems" } ,
  67. { 0x1025, "Acer", "Acer Incorporated" } ,
  68. { 0x1028, "Dell", "Dell Computer Corporation" } ,
  69. { 0x102A, "LSI", "LSI Logic Headland Division" } ,
  70. { 0x102B, "Matrox Electronic Systems Ltd.", "Matrox Electronic Systems Ltd." } ,
  71. { 0x102C, "C&T", "Asiliant (Chips And Technologies)" } ,
  72. { 0x102D, "Wyse", "Wyse Technologies" } ,
  73. { 0x102E, "Olivetti", "Olivetti Advanced Technology" } ,
  74. { 0x102F, "Toshiba", "Toshiba America" } ,
  75. { 0x1030, "TMC", "TMC Research" } ,
  76. { 0x1031, "miro", "miro Computer Products AG" } ,
  77. { 0x1033, "NEC", "NEC Corporation" } ,
  78. { 0x1034, "Burndy", "Burndy Corporation" } ,
  79. { 0x1036, "FDomain", "Future Domain" } ,
  80. { 0x1037, "Hitachi", "Hitachi Micro Systems Inc" } ,
  81. { 0x1038, "AMP", "AMP Incorporated" } ,
  82. { 0x1039, "SiS", "Silicon Integrated System" } ,
  83. { 0x103A, "Seiko", "Seiko Epson Corporation" } ,
  84. { 0x103B, "Tatung", "Tatung Corp. Of America" } ,
  85. { 0x103C, "HP", "Hewlett-Packard Company" } ,
  86. { 0x103E, "Solliday", "Solliday Engineering" } ,
  87. { 0x103F, "Logic Mod.", "Logic Modeling" } ,
  88. { 0x1041, "Computrend", "Computrend" } ,
  89. { 0x1043, "Asustek", "Asustek Computer Inc." } ,
  90. { 0x1044, "DPT", "Distributed Processing Tech" } ,
  91. { 0x1045, "OPTi", "OPTi Inc." } ,
  92. { 0x1046, "IPC", "IPC Corporation LTD" } ,
  93. { 0x1047, "Genoa", "Genoa Systems Corp." } ,
  94. { 0x1048, "ELSA", "ELSA GmbH" } ,
  95. { 0x1049, "Fountain", "Fountain Technology" } ,
  96. { 0x104A, "STM", "STMicroelectronics" } ,
  97. { 0x104C, "TI", "Texas Instruments" } ,
  98. { 0x104D, "Sony", "Sony Corporation" } ,
  99. { 0x104E, "Oak", "Oak Technology" } ,
  100. { 0x104F, "Co-Time", "Co-Time Computer Ltd." } ,
  101. { 0x1050, "Winbond", "Winbond Electronics Corp." } ,
  102. { 0x1051, "Anigma", "Anigma Corp." } ,
  103. { 0x1053, "Young", "Young Micro Systems" } ,
  104. { 0x1054, "Hitachi", "Hitachi Ltd" } ,
  105. { 0x1055, "SMSC", "Standard Microsystems Corp." } ,
  106. { 0x1056, "ICL", "ICL" } ,
  107. { 0x1057, "Motorola", "Motorola" } ,
  108. { 0x1058, "E&TR", "Electronics & Telecommunication Res" } ,
  109. { 0x1059, "Kontron", "Kontron Canada" } ,
  110. { 0x105A, "Promise", "Promise Technology" } ,
  111. { 0x105B, "Foxconn", "Foxconn International Inc." } ,
  112. { 0x105C, "Wipro", "Wipro Infotech Limited" } ,
  113. { 0x105D, "Number-Nine", "Number Nine Visual Technology" } ,
  114. { 0x105E, "Vtech", "Vtech Engineering Canada Ltd." } ,
  115. { 0x105F, "Infotronic", "Infotronic America Inc." } ,
  116. { 0x1060, "UMC", "United Microelectronics" } ,
  117. { 0x1061, "8x8", "8x8 Inc." } ,
  118. { 0x1062, "Maspar", "Maspar Computer Corp." } ,
  119. { 0x1063, "OOA", "Ocean Office Automation" } ,
  120. { 0x1064, "Alcatel", "Alcatel Cit" } ,
  121. { 0x1065, "TM", "Texas Microsystems" } ,
  122. { 0x1066, "Picopower", "Picopower Technology" } ,
  123. { 0x1067, "Mitsubishi", "Mitsubishi Electronics" } ,
  124. { 0x1068, "Div. Tech.", "Diversified Technology" } ,
  125. { 0x106A, "Aten", "Aten Research Inc." } ,
  126. { 0x106B, "Apple", "Apple Computer Inc." } ,
  127. { 0x106C, "Hyundai", "Hyundai Electronics America" } ,
  128. { 0x106D, "Sequent", "Sequent Computer Systems" } ,
  129. { 0x106E, "DFI", "DFI Inc." } ,
  130. { 0x106F, "CityGate", "City Gate Development LTD" } ,
  131. { 0x1070, "Daewoo", "Daewoo Telecom Ltd." } ,
  132. { 0x1071, "Mitac", "Mitac" } ,
  133. { 0x1072, "GIT", "GIT Co. Ltd." } ,
  134. { 0x1073, "Yamaha", "Yamaha Corporation" } ,
  135. { 0x1074, "Nexgen", "Nexgen Microsystems" } ,
  136. { 0x1075, "AIR", "Advanced Integration Research" } ,
  137. { 0x1077, "QLogic", "QLogic Corporation" } ,
  138. { 0x1078, "Cyrix", "Cyrix Corporation" } ,
  139. { 0x1079, "I-Bus", "I-Bus" } ,
  140. { 0x107A, "Networth", "Networth" } ,
  141. { 0x107B, "Gateway", "Gateway 2000" } ,
  142. { 0x107C, "Goldstar", "Goldstar Co. Ltd." } ,
  143. { 0x107D, "Leadtek", "Leadtek Research" } ,
  144. { 0x107E, "Interphase", "Interphase Corporation" } ,
  145. { 0x107F, "DTC", "Data Technology Corporation" } ,
  146. { 0x1080, "Cypress", "Cypress Semiconductor" } ,
  147. { 0x1081, "Radius Inc.", "Radius Inc." } ,
  148. { 0x1082, "EFA", "EFA Corporation Of America" } ,
  149. { 0x1083, "Forex", "Forex Computer Corporation" } ,
  150. { 0x1084, "Parador", "Parador" } ,
  151. { 0x1085, "Tulip", "Tulip Computers Int'l BV" } ,
  152. { 0x1086, "J. Bond", "J. Bond Computer Systems" } ,
  153. { 0x1087, "Cache", "Cache Computer" } ,
  154. { 0x1088, "MS Son", "Microcomputer Systems (M) Son" } ,
  155. { 0x1089, "DG", "Data General Corporation" } ,
  156. { 0x108A, "Bit3", "SBS Operations" } ,
  157. { 0x108C, "Oakleigh", "Oakleigh Systems Inc." } ,
  158. { 0x108D, "Olicom", "Olicom" } ,
  159. { 0x108E, "Sun", "Sun Microsystems" } ,
  160. { 0x108F, "Systemsoft", "Systemsoft Corporation" } ,
  161. { 0x1090, "Encore", "Encore Computer Corporation" } ,
  162. { 0x1091, "Intergraph", "Intergraph Corporation" } ,
  163. { 0x1092, "Diamond", "Diamond Computer Systems" } ,
  164. { 0x1093, "Nat. Inst.", "National Instruments" } ,
  165. { 0x1094, "FIC", "First Int'l Computers" } ,
  166. { 0x1095, "Silicon Image", "Silicon Image, Inc." } ,
  167. { 0x1096, "Alacron", "Alacron" } ,
  168. { 0x1097, "Appian", "Appian Graphics" } ,
  169. { 0x1098, "Quantum", "Quantum Designs Ltd." } ,
  170. { 0x1099, "Samsung", "Samsung Electronics Co. Ltd." } ,
  171. { 0x109A, "Packard-Bell", "Packard Bell" } ,
  172. { 0x109B, "Gemlight", "Gemlight Computer Ltd." } ,
  173. { 0x109C, "Megachips", "Megachips Corporation" } ,
  174. { 0x109D, "Zida", "Zida Technologies Ltd." } ,
  175. { 0x109E, "Brooktree", "Brooktree Corporation" } ,
  176. { 0x109F, "Trigem", "Trigem Computer Inc." } ,
  177. { 0x10A0, "Meidensha", "Meidensha Corporation" } ,
  178. { 0x10A1, "Juko", "Juko Electronics Inc. Ltd." } ,
  179. { 0x10A2, "Quantum", "Quantum Corporation" } ,
  180. { 0x10A3, "Everex", "Everex Systems Inc." } ,
  181. { 0x10A4, "Globe", "Globe Manufacturing Sales" } ,
  182. { 0x10A5, "Racal", "Racal Interlan" } ,
  183. { 0x10A8, "Sierra", "Sierra Semiconductor" } ,
  184. { 0x10A9, "SG", "Silicon Graphics" } ,
  185. { 0x10AB, "Digicom", "Digicom" } ,
  186. { 0x10AC, "Honeywell", "Honeywell IASD" } ,
  187. { 0x10AD, "Winbond", "Winbond Systems Labs" } ,
  188. { 0x10AE, "Cornerstone", "Cornerstone Technology" } ,
  189. { 0x10AF, "MCS", "Micro Computer Systems Inc." } ,
  190. { 0x10B0, "CardExpert", "CardExpert Technology" } ,
  191. { 0x10B1, "Cabletron", "Cabletron Systems Inc." } ,
  192. { 0x10B2, "Raytheon", "Raytheon Company" } ,
  193. { 0x10B3, "Databook", "Databook Inc." } ,
  194. { 0x10B4, "STB", "STB Systems" } ,
  195. { 0x10B5, "PLX", "PLX Technology" } ,
  196. { 0x10B6, "Madge", "Madge Networks" } ,
  197. { 0x10B7, "3Com", "3Com Corporation" } ,
  198. { 0x10B8, "SMC", "Standard Microsystems Corporation" } ,
  199. { 0x10B9, "ALi", "Acer Labs Inc." } ,
  200. { 0x10BA, "Mitsubishi", "Mitsubishi Electronics Corp." } ,
  201. { 0x10BB, "Dapha", "Dapha Electronics Corporation" } ,
  202. { 0x10BC, "ALR", "Advanced Logic Research Inc." } ,
  203. { 0x10BD, "Surecom", "Surecom Technology" } ,
  204. { 0x10BE, "Tseng", "Tsenglabs International Corp." } ,
  205. { 0x10BF, "MOST", "MOST Corp." } ,
  206. { 0x10C0, "Boca", "Boca Research Inc." } ,
  207. { 0x10C1, "ICM", "ICM Corp. Ltd." } ,
  208. { 0x10C2, "Auspex", "Auspex Systems Inc." } ,
  209. { 0x10C3, "Samsung", "Samsung Semiconductors" } ,
  210. { 0x10C4, "Award", "Award Software Int'l Inc." } ,
  211. { 0x10C5, "Xerox", "Xerox Corporation" } ,
  212. { 0x10C6, "Rambus", "Rambus Inc." } ,
  213. { 0x10C8, "Neomagic", "Neomagic Corporation" } ,
  214. { 0x10C9, "Dataexpert", "Dataexpert Corporation" } ,
  215. { 0x10CA, "Fujitsu", "Fujitsu" } ,
  216. { 0x10CB, "Omron", "Omron Corporation" } ,
  217. { 0x10CD, "AdvanSys", "Advanced System Products" } ,
  218. { 0x10CF, "Fujitsu", "Fujitsu Ltd." } ,
  219. { 0x10D1, "Future+", "Future+ Systems" } ,
  220. { 0x10D2, "Molex", "Molex Incorporated" } ,
  221. { 0x10D3, "Jabil", "Jabil Circuit Inc." } ,
  222. { 0x10D4, "Hualon", "Hualon Microelectronics" } ,
  223. { 0x10D5, "Autologic", "Autologic Inc." } ,
  224. { 0x10D6, "Cetia", "Cetia" } ,
  225. { 0x10D7, "BCM", "BCM Advanced Research" } ,
  226. { 0x10D8, "APL", "Advanced Peripherals Labs" } ,
  227. { 0x10D9, "Macronix", "Macronix International Co. Ltd." } ,
  228. { 0x10DB, "Rohm", "Rohm Research" } ,
  229. { 0x10DC, "CERN", "CERN-European Lab. for Particle Physics" } ,
  230. { 0x10DD, "E&S", "Evans & Sutherland" } ,
  231. { 0x10DE, "NVIDIA", "NVIDIA Corporation" } ,
  232. { 0x10DF, "Emulex", "Emulex Corporation" } ,
  233. { 0x10E1, "Tekram", "Tekram Technology Corp. Ltd." } ,
  234. { 0x10E2, "Aptix", "Aptix Corporation" } ,
  235. { 0x10E3, "Tundra", "Tundra Semiconductor Corp." } ,
  236. { 0x10E4, "Tandem", "Tandem Computers" } ,
  237. { 0x10E5, "MIC", "Micro Industries Corporation" } ,
  238. { 0x10E6, "Gainbery", "Gainbery Computer Products Inc." } ,
  239. { 0x10E7, "Vadem", "Vadem" } ,
  240. { 0x10E8, "AMCC", "Applied Micro Circuits Corp." } ,
  241. { 0x10E9, "Alps", "Alps Electronic Corp. Ltd." } ,
  242. { 0x10EA, "Tvia", "Tvia, Inc." } ,
  243. { 0x10EB, "Artist", "Artist Graphics" } ,
  244. { 0x10EC, "Realtek", "Realtek Semiconductor" } ,
  245. { 0x10ED, "Ascii", "Ascii Corporation" } ,
  246. { 0x10EE, "Xilinx", "Xilinx Corporation" } ,
  247. { 0x10EF, "Racore", "Racore Computer Products" } ,
  248. { 0x10F0, "Peritek", "Peritek Corporation" } ,
  249. { 0x10F1, "Tyan", "Tyan Computer" } ,
  250. { 0x10F2, "Achme", "Achme Computer Inc." } ,
  251. { 0x10F3, "Alaris", "Alaris Inc." } ,
  252. { 0x10F4, "S-Mos", "S-Mos Systems" } ,
  253. { 0x10F5, "NKK", "NKK Corporation" } ,
  254. { 0x10F6, "Creative", "Creative Electronic Systems SA" } ,
  255. { 0x10F7, "Matsushita", "Matsushita Electric Industrial Corp." } ,
  256. { 0x10F8, "Altos", "Altos India Ltd." } ,
  257. { 0x10F9, "PC-Direct", "PC Direct" } ,
  258. { 0x10FA, "Truevision", "Truevision" } ,
  259. { 0x10FB, "Thesys", "Thesys Microelectronic's" } ,
  260. { 0x10FC, "I-O", "I-O Data Device Inc." } ,
  261. { 0x10FD, "Soyo", "Soyo Technology Corp. Ltd." } ,
  262. { 0x10FE, "Fast", "Fast Electronic GmbH" } ,
  263. { 0x10FF, "Ncube", "Ncube" } ,
  264. { 0x1100, "Jazz", "Jazz Multimedia" } ,
  265. { 0x1101, "Initio", "Initio Corporation" } ,
  266. { 0x1102, "Creative Labs", "Creative Labs" } ,
  267. { 0x1104, "Rasterops", "Rasterops" } ,
  268. { 0x1105, "Sigma", "Sigma Designs Inc." } ,
  269. { 0x1106, "VIA", "VIA Technologies Inc" } ,
  270. { 0x1107, "Stratus", "Stratus Computer" } ,
  271. { 0x1108, "Proteon", "Proteon Inc." } ,
  272. { 0x1109, "Cogent", "Adaptec/Cogent Data Technologies" } ,
  273. { 0x110B, "Chromatic", "Chromatic Research Inc" } ,
  274. { 0x110C, "Mini-Max", "Mini-Max Technology Inc." } ,
  275. { 0x110D, "ZNYX", "ZNYX Corporation" } ,
  276. { 0x110E, "CPU Tech.", "CPU Technology" } ,
  277. { 0x110F, "Ross", "Ross Technology" } ,
  278. { 0x1112, "Osicom", "Osicom Technologies Inc." } ,
  279. { 0x1113, "Accton", "Accton Technology Corporation" } ,
  280. { 0x1114, "Atmel", "Atmel Corp." } ,
  281. { 0x1116, "Media 100", "Media 100, Inc." } ,
  282. { 0x1117, "Datacube", "Datacube Inc." } ,
  283. { 0x1118, "Berg", "Berg Electronics" } ,
  284. { 0x1119, "Vortex", "ICP vortex Computersysteme GmbH" } ,
  285. { 0x111A, "Eff. Net.", "Efficent Networks" } ,
  286. { 0x111C, "Tricord", "Tricord Systems Inc." } ,
  287. { 0x111D, "IDT", "Integrated Device Technology Inc." } ,
  288. { 0x111F, "PDI", "Precision Digital Images" } ,
  289. { 0x1120, "EMC", "EMC Corp." } ,
  290. { 0x1121, "Zilog", "Zilog" } ,
  291. { 0x1123, "EDI", "Excellent Design Inc." } ,
  292. { 0x1124, "Leutron", "Leutron Vision AG" } ,
  293. { 0x1125, "Eurocore", "Eurocore/Vigra" } ,
  294. { 0x1127, "FORE", "FORE Systems" } ,
  295. { 0x1129, "Firmworks", "Firmworks" } ,
  296. { 0x112A, "Hermes", "Hermes Electronics Co. Ltd." } ,
  297. { 0x112C, "Zenith", "Zenith Data Systems" } ,
  298. { 0x112D, "Ravicad", "Ravicad" } ,
  299. { 0x112E, "Infomedia", "Infomedia" } ,
  300. { 0x1130, "Computervision", "Computervision" } ,
  301. { 0x1131, "Philips", "Philips Semiconductors" } ,
  302. { 0x1132, "Mitel", "Mitel Corp." } ,
  303. { 0x1133, "EIC", "Eicon Networks Corporation" } ,
  304. { 0x1134, "MCS", "Mercury Computer Systems Inc." } ,
  305. { 0x1135, "Fuji", "Fuji Xerox Co Ltd" } ,
  306. { 0x1136, "Momentum", "Momentum Data Systems" } ,
  307. { 0x1137, "Cisco", "Cisco Systems Inc" } ,
  308. { 0x1138, "Ziatech", "Ziatech Corporation" } ,
  309. { 0x1139, "Dyn. Pict.", "Dynamic Pictures Inc" } ,
  310. { 0x113A, "FWB", "FWB Inc" } ,
  311. { 0x113B, "NCD", "Network Computing Devices" } ,
  312. { 0x113C, "Cyclone", "Cyclone Microsystems Inc." } ,
  313. { 0x113D, "Leading Edge", "Leading Edge Products Inc" } ,
  314. { 0x113E, "Sanyo", "Sanyo Electric Co" } ,
  315. { 0x113F, "Equinox", "Equinox Systems" } ,
  316. { 0x1140, "Intervoice", "Intervoice Inc" } ,
  317. { 0x1141, "Crest", "Crest Microsystem Inc" } ,
  318. { 0x1142, "Alliance", "Alliance Semiconductor CA - USA" } ,
  319. { 0x1143, "Netpower", "Netpower Inc" } ,
  320. { 0x1144, "Cinn. Mil.", "Cincinnati Milacron" } ,
  321. { 0x1145, "Workbit", "Workbit Corp" } ,
  322. { 0x1146, "Force", "Force Computers" } ,
  323. { 0x1147, "Interface", "Interface Corp" } ,
  324. { 0x1148, "S&K", "Schneider & Koch" } ,
  325. { 0x1149, "Win System", "Win System Corporation" } ,
  326. { 0x114A, "VMIC", "VMIC" } ,
  327. { 0x114B, "Canopus", "Canopus Co. Ltd" } ,
  328. { 0x114C, "Annabooks", "Annabooks" } ,
  329. { 0x114D, "IC Corp.", "IC Corporation" } ,
  330. { 0x114E, "Nikon", "Nikon Systems Inc" } ,
  331. { 0x114F, "Digi", "Digi International" } ,
  332. { 0x1150, "TMC", "Thinking Machines Corporation" } ,
  333. { 0x1151, "JAE", "JAE Electronics Inc." } ,
  334. { 0x1153, "Land Win", "Land Win Electronic Corp" } ,
  335. { 0x1154, "Melco", "Melco Inc" } ,
  336. { 0x1155, "Pine", "Pine Technology Ltd" } ,
  337. { 0x1156, "Periscope", "Periscope Engineering" } ,
  338. { 0x1157, "Avsys", "Avsys Corporation" } ,
  339. { 0x1158, "Voarx", "Voarx R&D Inc" } ,
  340. { 0x1159, "Mutech", "Mutech" } ,
  341. { 0x115A, "Harlequin", "Harlequin Ltd" } ,
  342. { 0x115B, "Parallax", "Parallax Graphics" } ,
  343. { 0x115C, "Photron", "Photron Ltd." } ,
  344. { 0x115D, "Xircom", "Xircom" } ,
  345. { 0x115E, "Peer", "Peer Protocols Inc" } ,
  346. { 0x115F, "Maxtor", "Maxtor Corporation" } ,
  347. { 0x1160, "Megasoft", "Megasoft Inc" } ,
  348. { 0x1161, "PFU", "PFU Ltd" } ,
  349. { 0x1162, "OA Lab", "OA Laboratory Co Ltd" } ,
  350. { 0x1163, "Rendition", "Rendition Inc" } ,
  351. { 0x1164, "APT", "Advanced Peripherals Tech" } ,
  352. { 0x1165, "Imagraph", "Imagraph Corporation" } ,
  353. { 0x1166, "RCC/ServerWorks", "Reliance Computer Corp./ServerWorks" } ,
  354. { 0x1167, "Mutoh", "Mutoh Industries Inc" } ,
  355. { 0x1168, "Thine", "Thine Electronics Inc" } ,
  356. { 0x1169, "CDAC", "Centre f/Dev. of Adv. Computing" } ,
  357. { 0x116A, "Polaris", "Polaris Communications" } ,
  358. { 0x116B, "Connectware", "Connectware Inc" } ,
  359. { 0x116C, "Int Res.", "Intelligent Resources" } ,
  360. { 0x116E, "EFI", "Electronics for Imaging" } ,
  361. { 0x1170, "Inventec", "Inventec Corporation" } ,
  362. { 0x1172, "Altera", "Altera Corporation" } ,
  363. { 0x1173, "Adobe", "Adobe Systems" } ,
  364. { 0x1174, "Bridgeport", "Bridgeport Machines" } ,
  365. { 0x1175, "Mitron", "Mitron Computer Inc." } ,
  366. { 0x1176, "SBE", "SBE" } ,
  367. { 0x1177, "Silicon Eng.", "Silicon Engineering" } ,
  368. { 0x1178, "Alfa", "Alfa Inc" } ,
  369. { 0x1179, "Toshiba", "Toshiba America Info Systems" } ,
  370. { 0x117A, "A-Trend", "A-Trend Technology" } ,
  371. { 0x117B, "LG Elec.", "LG Electronics Inc." } ,
  372. { 0x117C, "Atto", "Atto Technology" } ,
  373. { 0x117D, "B&D", "Becton & Dickinson" } ,
  374. { 0x117E, "T/R", "T/R Systems" } ,
  375. { 0x117F, "ICS", "Integrated Circuit Systems" } ,
  376. { 0x1183, "Fujikura", "Fujikura Ltd" } ,
  377. { 0x1184, "Forks", "Forks Inc" } ,
  378. { 0x1185, "Dataworld", "Dataworld" } ,
  379. { 0x1186, "D-Link", "D-Link System Inc" } ,
  380. { 0x1187, "ATL", "Advanced Technology Laboratories" } ,
  381. { 0x1188, "Shima", "Shima Seiki Manufacturing Ltd." } ,
  382. { 0x1189, "Matsushita", "Matsushita Electronics" } ,
  383. { 0x118A, "Hilevel", "Hilevel Technology" } ,
  384. { 0x118B, "Hypertec", "Hypertec Pty Ltd" } ,
  385. { 0x118C, "Corollary", "Corollary Inc" } ,
  386. { 0x118D, "BitFlow", "BitFlow Inc" } ,
  387. { 0x118E, "Hermstedt", "Hermstedt AG" } ,
  388. { 0x118F, "Green", "Green Logic" } ,
  389. { 0x1190, "Tripace", "Tripace" } ,
  390. { 0x1191, "ACARD", "ACARD Technology" } ,
  391. { 0x1192, "Densan", "Densan Co. Ltd" } ,
  392. { 0x1194, "Toucan", "Toucan Technology" } ,
  393. { 0x1195, "Ratoc", "Ratoc System Inc" } ,
  394. { 0x1196, "Hytec", "Hytec Electronics Ltd" } ,
  395. { 0x1197, "Gage", "Gage Applied Sciences Inc." } ,
  396. { 0x1198, "Lambda", "Lambda Systems Inc" } ,
  397. { 0x1199, "Attachmate", "Attachmate Corp." } ,
  398. { 0x119A, "Mind Share", "Mind Share Inc." } ,
  399. { 0x119B, "Omega", "Omega Micro Inc." } ,
  400. { 0x119C, "ITI", "Information Technology Inst." } ,
  401. { 0x119D, "Bug", "Bug Sapporo Japan" } ,
  402. { 0x119E, "Fujitsu", "Fujitsu Microelectronics Ltd." } ,
  403. { 0x119F, "Bull", "Bull Hn Information Systems" } ,
  404. { 0x11A1, "Hamamatsu", "Hamamatsu Photonics K.K." } ,
  405. { 0x11A2, "Sierra", "Sierra Research and Technology" } ,
  406. { 0x11A3, "Deuretzbacher", "Deuretzbacher GmbH & Co. Eng. KG" } ,
  407. { 0x11A4, "Barco", "Barco" } ,
  408. { 0x11A5, "MicroUnity", "MicroUnity Systems Engineering Inc." } ,
  409. { 0x11A6, "Pure Data", "Pure Data" } ,
  410. { 0x11A7, "Power Comp.", "Power Computing Corp." } ,
  411. { 0x11A8, "Systech", "Systech Corp." } ,
  412. { 0x11A9, "InnoSys", "InnoSys Inc." } ,
  413. { 0x11AA, "Actel", "Actel" } ,
  414. { 0x11AB, "Marvell", "Marvell Semiconductor, Inc." } ,
  415. { 0x11AC, "Canon", "Canon Information Systems" } ,
  416. { 0x11AD, "Lite-On", "Lite-On Communications Inc" } ,
  417. { 0x11AE, "Scitex", "Scitex Corporation Ltd" } ,
  418. { 0x11AF, "Avid", "Avid Technology Inc." } ,
  419. { 0x11B0, "V3", "V3 Semiconductor Inc." } ,
  420. { 0x11B1, "Apricot", "Apricot Computers" } ,
  421. { 0x11B2, "Kodak", "Eastman Kodak" } ,
  422. { 0x11B3, "Barr", "Barr Systems Inc." } ,
  423. { 0x11B4, "Leitch", "Leitch Technology International" } ,
  424. { 0x11B5, "Radstone", "Radstone Technology Plc" } ,
  425. { 0x11B6, "United Video", "United Video Corp" } ,
  426. { 0x11B7, "Motorola", "Motorola" } ,
  427. { 0x11B8, "Xpoint", "Xpoint Technologies Inc" } ,
  428. { 0x11B9, "Pathlight", "Pathlight Technology Inc." } ,
  429. { 0x11BA, "Videotron", "Videotron Corp" } ,
  430. { 0x11BB, "Pyramid", "Pyramid Technology" } ,
  431. { 0x11BC, "Net. Periph.", "Network Peripherals Inc" } ,
  432. { 0x11BD, "Pinnacle", "Pinnacle Systems Inc." } ,
  433. { 0x11BE, "IMI", "International Microcircuits Inc" } ,
  434. { 0x11BF, "Astrodesign", "Astrodesign Inc." } ,
  435. { 0x11C1, "Agere", "Agere Systems" } ,
  436. { 0x11C2, "Sand", "Sand Microelectronics" } ,
  437. { 0x11C4, "Doc. Tech.", "Document Technologies Ind." } ,
  438. { 0x11C5, "Shiva", "Shiva Corporatin" } ,
  439. { 0x11C6, "Dainippon", "Dainippon Screen Mfg. Co" } ,
  440. { 0x11C7, "D.C.M.", "D.C.M. Data Systems" } ,
  441. { 0x11C8, "Dolphin", "Dolphin Interconnect Solutions" } ,
  442. { 0x11C9, "MAGMA", "MAGMA" } ,
  443. { 0x11CA, "LSI Sys.", "LSI Systems Inc" } ,
  444. { 0x11CB, "Specialix", "Specialix International Ltd." } ,
  445. { 0x11CC, "M&K", "Michels & Kleberhoff Computer GmbH" } ,
  446. { 0x11CD, "HAL", "HAL Computer Systems Inc." } ,
  447. { 0x11CE, "PRI", "Primary Rate Inc" } ,
  448. { 0x11CF, "PEC", "Pioneer Electronic Corporation" } ,
  449. { 0x11D0, "BAE", "BAE SYSTEMS - Manassas" } ,
  450. { 0x11D1, "AuraVision", "AuraVision Corporation" } ,
  451. { 0x11D2, "Intercom", "Intercom Inc." } ,
  452. { 0x11D3, "Trancell", "Trancell Systems Inc" } ,
  453. { 0x11D4, "ADI", "Analog Devices, Inc." } ,
  454. { 0x11D5, "Tahoma", "Tahoma Technology" } ,
  455. { 0x11D6, "Tekelec", "Tekelec Technologies" } ,
  456. { 0x11D7, "Trenton", "Trenton Terminals Inc" } ,
  457. { 0x11D8, "ITD", "Image Technologies Development" } ,
  458. { 0x11D9, "Tec", "Tec Corporation" } ,
  459. { 0x11DA, "Novell", "Novell" } ,
  460. { 0x11DB, "Sega", "Sega Enterprises Ltd" } ,
  461. { 0x11DC, "Questra", "Questra Corp" } ,
  462. { 0x11DD, "Crosfield", "Crosfield Electronics Ltd" } ,
  463. { 0x11DE, "Zoran", "Zoran Corporation" } ,
  464. { 0x11E1, "Gec Plessey", "Gec Plessey Semi Inc" } ,
  465. { 0x11E2, "Samsung", "Samsung Information Systems America" } ,
  466. { 0x11E3, "Quicklogic", "Quicklogic Corp" } ,
  467. { 0x11E4, "Second Wave", "Second Wave Inc" } ,
  468. { 0x11E5, "IIX", "IIX Consulting" } ,
  469. { 0x11E6, "Mitsui", "Mitsui-Zosen System Research" } ,
  470. { 0x11E8, "DPSI", "Digital Processing Systems Inc" } ,
  471. { 0x11E9, "Highwater", "Highwater Designs Ltd" } ,
  472. { 0x11EA, "Elsag", "Elsag Bailey" } ,
  473. { 0x11EB, "Formation", "Formation, Inc" } ,
  474. { 0x11EC, "Coreco", "Coreco Inc" } ,
  475. { 0x11ED, "Mediamatics", "Mediamatics" } ,
  476. { 0x11EE, "Dome", "Dome Imaging Systems Inc" } ,
  477. { 0x11EF, "Nicolet", "Nicolet Technologies BV" } ,
  478. { 0x11F0, "Compu-Shack", "Compu-Shack GmbH" } ,
  479. { 0x11F2, "Pic-Tel", "Picture Tel Japan KK" } ,
  480. { 0x11F3, "Keithley", "Keithley Metrabyte" } ,
  481. { 0x11F4, "Kinetic", "Kinetic Systems Corporation" } ,
  482. { 0x11F5, "Comp Dev", "Computing Devices Intl" } ,
  483. { 0x11F6, "Powermatic", "Powermatic Data Systems Ltd" } ,
  484. { 0x11F7, "S-A", "Scientific Atlanta" } ,
  485. { 0x11F8, "PMC-Sierra", "PMC-Sierra Inc." } ,
  486. { 0x11F9, "I-Cube", "I-Cube Inc" } ,
  487. { 0x11FA, "Kasan", "Kasan Electronics Co Ltd" } ,
  488. { 0x11FB, "Datel", "Datel Inc" } ,
  489. { 0x11FD, "High Street", "High Street Consultants" } ,
  490. { 0x11FE, "Comtrol", "Comtrol Corp" } ,
  491. { 0x11FF, "Scion", "Scion Corp" } ,
  492. { 0x1200, "CSS", "CSS Corp" } ,
  493. { 0x1201, "Vista", "Vista Controls Corp" } ,
  494. { 0x1202, "Network Gen", "Network General Corp" } ,
  495. { 0x1203, "Agfa", "Bayer Corporation Agfa Div" } ,
  496. { 0x1204, "Lattice", "Lattice Semiconductor Corp" } ,
  497. { 0x1205, "Array", "Array Corp" } ,
  498. { 0x1206, "Amdahl", "Amdahl Corp" } ,
  499. { 0x1208, "Parsytec", "Parsytec GmbH" } ,
  500. { 0x1209, "Sci Sys", "Sci Systems Inc" } ,
  501. { 0x120A, "Synaptel", "Synaptel" } ,
  502. { 0x120B, "Adaptive", "Adaptive Solutions" } ,
  503. { 0x120D, "Comp Labs", "Compression Labs Inc." } ,
  504. { 0x120E, "Cyclades", "Cyclades Corporation" } ,
  505. { 0x120F, "Essential", "Essential Communications" } ,
  506. { 0x1210, "Hyperparallel", "Hyperparallel Technologies" } ,
  507. { 0x1211, "Braintech", "Braintech Inc" } ,
  508. { 0x1213, "AISI", "Applied Intelligent Systems Inc" } ,
  509. { 0x1214, "Perf Tech", "Performance Technologies Inc" } ,
  510. { 0x1215, "Interware", "Interware Co Ltd" } ,
  511. { 0x1216, "Purup Eskofot", "Purup-Eskofot A/S" } ,
  512. { 0x1217, "O2Micro", "O2Micro Inc" } ,
  513. { 0x1218, "Hybricon", "Hybricon Corp" } ,
  514. { 0x1219, "First Virtual", "First Virtual Corp" } ,
  515. { 0x121A, "3dfx", "3dfx Interactive Inc" } ,
  516. { 0x121B, "ATM", "Advanced Telecommunications Modules" } ,
  517. { 0x121C, "Nippon Texa", "Nippon Texa Co Ltd" } ,
  518. { 0x121D, "Lippert", "Lippert Automationstechnik GmbH" } ,
  519. { 0x121E, "CSPI", "CSPI" } ,
  520. { 0x121F, "Arcus", "Arcus Technology Inc" } ,
  521. { 0x1220, "Ariel", "Ariel Corporation" } ,
  522. { 0x1221, "Contec", "Contec Co Ltd" } ,
  523. { 0x1222, "Ancor", "Ancor Communications Inc" } ,
  524. { 0x1223, "Heurikon", "Heurikon/Computer Products" } ,
  525. { 0x1224, "Int. Img.", "Interactive Images" } ,
  526. { 0x1225, "Power IO", "Power I/O Inc." } ,
  527. { 0x1227, "Tech-Source", "Tech-Source" } ,
  528. { 0x1228, "Norsk", "Norsk Elektro Optikk A/S" } ,
  529. { 0x1229, "Data Kin", "Data Kinesis Inc." } ,
  530. { 0x122A, "Int. Telecom", "Integrated Telecom" } ,
  531. { 0x122B, "LG Ind.", "LG Industrial Systems Co. Ltd." } ,
  532. { 0x122C, "sci-worx", "sci-worx GmbH" } ,
  533. { 0x122D, "Aztech", "Aztech System Ltd" } ,
  534. { 0x122E, "Xyratex", "Xyratex" } ,
  535. { 0x122F, "Andrew", "Andrew Corp." } ,
  536. { 0x1230, "Fishcamp", "Fishcamp Engineering" } ,
  537. { 0x1231, "WMI", "Woodward McCoach Inc." } ,
  538. { 0x1233, "Bus-Tech", "Bus-Tech Inc." } ,
  539. { 0x1234, "Technical", "Technical Corp" } ,
  540. { 0x1236, "Sigma Designs", "Sigma Designs, Inc" } ,
  541. { 0x1237, "Alta Tech", "Alta Technology Corp." } ,
  542. { 0x1238, "Adtran", "Adtran" } ,
  543. { 0x1239, "3DO", "The 3DO Company" } ,
  544. { 0x123A, "Visicom", "Visicom Laboratories Inc." } ,
  545. { 0x123B, "Seeq", "Seeq Technology Inc." } ,
  546. { 0x123C, "Century Sys", "Century Systems Inc." } ,
  547. { 0x123D, "EDT", "Engineering Design Team Inc." } ,
  548. { 0x123F, "C-Cube", "C-Cube Microsystems" } ,
  549. { 0x1240, "Marathon", "Marathon Technologies Corp." } ,
  550. { 0x1241, "DSC", "DSC Communications" } ,
  551. { 0x1242, "JNI", "JNI Corporation" } ,
  552. { 0x1243, "Delphax", "Delphax" } ,
  553. { 0x1244, "AVM", "AVM AUDIOVISUELLES MKTG & Computer GmbH" } ,
  554. { 0x1245, "APD", "APD S.A." } ,
  555. { 0x1246, "Dipix", "Dipix Technologies Inc" } ,
  556. { 0x1247, "Xylon", "Xylon Research Inc." } ,
  557. { 0x1248, "Central Data", "Central Data Corp." } ,
  558. { 0x1249, "Samsung", "Samsung Electronics Co. Ltd." } ,
  559. { 0x124A, "AEG", "AEG Electrocom GmbH" } ,
  560. { 0x124C, "Solitron", "Solitron Technologies Inc." } ,
  561. { 0x124D, "Stallion", "Stallion Technologies" } ,
  562. { 0x124E, "Cylink", "Cylink" } ,
  563. { 0x124F, "Infortrend", "Infortrend Technology Inc" } ,
  564. { 0x1250, "Hitachi", "Hitachi Microcomputer System Ltd." } ,
  565. { 0x1251, "VLSI Sol.", "VLSI Solution OY" } ,
  566. { 0x1253, "Guzik", "Guzik Technical Enterprises" } ,
  567. { 0x1254, "Linear Systems", "Linear Systems Ltd." } ,
  568. { 0x1255, "Optibase", "Optibase Ltd." } ,
  569. { 0x1256, "Perceptive", "Perceptive Solutions Inc." } ,
  570. { 0x1257, "Vertex", "Vertex Networks Inc." } ,
  571. { 0x1258, "Gilbarco", "Gilbarco Inc." } ,
  572. { 0x1259, "Allied Tsyn", "Allied Telesyn International" } ,
  573. { 0x125A, "ABB Pwr", "ABB Power Systems" } ,
  574. { 0x125B, "Asix", "Asix Electronics Corp." } ,
  575. { 0x125C, "Aurora", "Aurora Technologies Inc." } ,
  576. { 0x125D, "ESS", "ESS Technology" } ,
  577. { 0x125E, "Specvideo", "Specialvideo Engineering SRL" } ,
  578. { 0x125F, "Concurrent", "Concurrent Technologies Inc." } ,
  579. { 0x1260, "Intersil", "Intersil Corporation" } ,
  580. { 0x1261, "Matsushita", "Matsushita-Kotobuki Electronics Indu" } ,
  581. { 0x1262, "ES Comp.", "ES Computer Co. Ltd." } ,
  582. { 0x1263, "Sonic Sol.", "Sonic Solutions" } ,
  583. { 0x1264, "Aval Nag.", "Aval Nagasaki Corp." } ,
  584. { 0x1265, "Casio", "Casio Computer Co. Ltd." } ,
  585. { 0x1266, "Microdyne", "Microdyne Corp." } ,
  586. { 0x1267, "SA Telecom", "S.A. Telecommunications" } ,
  587. { 0x1268, "Tektronix", "Tektronix" } ,
  588. { 0x1269, "Thomson-CSF", "Thomson-CSF/TTM" } ,
  589. { 0x126A, "Lexmark", "Lexmark International Inc." } ,
  590. { 0x126B, "Adax", "Adax Inc." } ,
  591. { 0x126C, "Nortel", "Nortel Networks Corp." } ,
  592. { 0x126D, "Splash", "Splash Technology Inc." } ,
  593. { 0x126E, "Sumitomo", "Sumitomo Metal Industries Ltd." } ,
  594. { 0x126F, "Sil Motion", "Silicon Motion" } ,
  595. { 0x1270, "Olympus", "Olympus Optical Co. Ltd." } ,
  596. { 0x1271, "GW Instr.", "GW Instruments" } ,
  597. { 0x1272, "Telematics", "Telematics International" } ,
  598. { 0x1273, "Hughes", "Hughes Network Systems" } ,
  599. { 0x1274, "Ensoniq", "Ensoniq" } ,
  600. { 0x1275, "NetApp", "Network Appliance" } ,
  601. { 0x1276, "Sw Net Tech", "Switched Network Technologies Inc." } ,
  602. { 0x1277, "Comstream", "Comstream" } ,
  603. { 0x1278, "Transtech", "Transtech Parallel Systems" } ,
  604. { 0x1279, "Transmeta", "Transmeta Corp." } ,
  605. { 0x127B, "Pixera", "Pixera Corp" } ,
  606. { 0x127C, "Crosspoint", "Crosspoint Solutions Inc." } ,
  607. { 0x127D, "Vela Res", "Vela Research" } ,
  608. { 0x127E, "Winnow", "Winnov L.P." } ,
  609. { 0x127F, "Fujifilm", "Fujifilm" } ,
  610. { 0x1280, "Photoscript", "Photoscript Group Ltd." } ,
  611. { 0x1281, "Yokogawa", "Yokogawa Electronic Corp." } ,
  612. { 0x1282, "Davicom", "Davicom Semiconductor Inc." } ,
  613. { 0x1283, "ITExpress", "Integrated Technology Express Inc." } ,
  614. { 0x1285, "Plat Tech", "Platform Technologies Inc." } ,
  615. { 0x1286, "MAZeT", "MAZeT GmbH" } ,
  616. { 0x1287, "LuxSonor", "LuxSonor Inc." } ,
  617. { 0x1288, "Timestep", "Timestep Corp." } ,
  618. { 0x1289, "AVC Tech", "AVC Technology Inc." } ,
  619. { 0x128A, "Asanté", "Asanté Technologies Inc." } ,
  620. { 0x128B, "Transwitch", "Transwitch Corp." } ,
  621. { 0x128C, "Retix", "Retix Corp." } ,
  622. { 0x128D, "G2 Net", "G2 Networks Inc." } ,
  623. { 0x128F, "Tateno", "Tateno Dennou Inc." } ,
  624. { 0x1290, "Sord", "Sord Computer Corp." } ,
  625. { 0x1291, "NCS Comp", "NCS Computer Italia" } ,
  626. { 0x1292, "Tritech", "Tritech Microelectronics Intl PTE" } ,
  627. { 0x1293, "M Reality", "Media Reality Technology" } ,
  628. { 0x1294, "Rhetorex", "Rhetorex Inc." } ,
  629. { 0x1295, "Imagenation", "Imagenation Corp." } ,
  630. { 0x1296, "Kofax", "Kofax Image Products" } ,
  631. { 0x1298, "Spellcaster", "Spellcaster Telecommunications Inc." } ,
  632. { 0x1299, "Know Tech", "Knowledge Technology Laboratories" } ,
  633. { 0x129A, "VMETRO", "VMETRO Inc." } ,
  634. { 0x129B, "Img Access", "Image Access" } ,
  635. { 0x129D, "CompCore", "CompCore Multimedia Inc." } ,
  636. { 0x129E, "Victor Jpn", "Victor Co. of Japan Ltd." } ,
  637. { 0x129F, "OEC Med", "OEC Medical Systems Inc." } ,
  638. { 0x12A0, "A-B", "Allen Bradley Co." } ,
  639. { 0x12A1, "Simpact", "Simpact Inc" } ,
  640. { 0x12A2, "NewGen", "NewGen Systems Corp." } ,
  641. { 0x12A3, "Lucent", "Lucent Technologies AMR" } ,
  642. { 0x12A4, "NTT Elect", "NTT Electronics Technology Co." } ,
  643. { 0x12A5, "Vision Dyn", "Vision Dynamics Ltd." } ,
  644. { 0x12A6, "Scalable", "Scalable Networks Inc." } ,
  645. { 0x12A7, "AMO", "AMO GmbH" } ,
  646. { 0x12A8, "News Datacom", "News Datacom" } ,
  647. { 0x12A9, "Xiotech", "Xiotech Corp." } ,
  648. { 0x12AA, "SDL", "SDL Communications Inc." } ,
  649. { 0x12AB, "Yuan Yuan", "Yuan Yuan Enterprise Co. Ltd." } ,
  650. { 0x12AC, "MeasureX", "MeasureX Corp." } ,
  651. { 0x12AD, "Multidata", "Multidata GmbH" } ,
  652. { 0x12AE, "Alteon", "Alteon Networks Inc." } ,
  653. { 0x12AF, "TDK USA", "TDK USA Corp." } ,
  654. { 0x12B0, "Jorge Sci", "Jorge Scientific Corp." } ,
  655. { 0x12B1, "GammaLink", "GammaLink" } ,
  656. { 0x12B2, "Gen Signal", "General Signal Networks" } ,
  657. { 0x12B3, "Inter-Face", "Inter-Face Co. Ltd." } ,
  658. { 0x12B4, "Future Tel", "Future Tel Inc." } ,
  659. { 0x12B5, "Granite", "Granite Systems Inc." } ,
  660. { 0x12B7, "Acumen", "Acumen" } ,
  661. { 0x12B8, "Korg", "Korg" } ,
  662. { 0x12BA, "Bittware", "Bittware, Inc" } ,
  663. { 0x12BB, "Nippon Uni", "Nippon Unisoft Corp." } ,
  664. { 0x12BC, "Array Micro", "Array Microsystems" } ,
  665. { 0x12BD, "Computerm", "Computerm Corp." } ,
  666. { 0x12BF, "Fujifilm", "Fujifilm Microdevices" } ,
  667. { 0x12C0, "Infimed", "Infimed" } ,
  668. { 0x12C1, "GMM Res", "GMM Research Corp." } ,
  669. { 0x12C2, "Mentec", "Mentec Ltd." } ,
  670. { 0x12C3, "Holtek", "Holtek Microelectronics Inc." } ,
  671. { 0x12C4, "Connect Tech", "Connect Tech Inc." } ,
  672. { 0x12C5, "PicturEl", "Picture Elements Inc." } ,
  673. { 0x12C6, "Mitani", "Mitani Corp." } ,
  674. { 0x12C7, "Dialogic", "Dialogic Corp." } ,
  675. { 0x12C8, "G Force", "G Force Co. Ltd." } ,
  676. { 0x12C9, "Gigi Ops", "Gigi Operations" } ,
  677. { 0x12CA, "ICE", "Integrated Computing Engines, Inc." } ,
  678. { 0x12CB, "Antex", "Antex Electronics Corp." } ,
  679. { 0x12CC, "Pluto", "Pluto Technologies International" } ,
  680. { 0x12CD, "Aims Lab", "Aims Lab" } ,
  681. { 0x12CE, "Netspeed", "Netspeed Inc." } ,
  682. { 0x12CF, "Prophet", "Prophet Systems Inc." } ,
  683. { 0x12D0, "GDE Sys", "GDE Systems Inc." } ,
  684. { 0x12D1, "PsiTech", "PsiTech" } ,
  685. { 0x12D3, "Vingmed", "Vingmed Sound A/S" } ,
  686. { 0x12D4, "DGM&S", "DGM & S" } ,
  687. { 0x12D5, "Equator", "Equator Technologies" } ,
  688. { 0x12D6, "Analogic", "Analogic Corp." } ,
  689. { 0x12D7, "Biotronic", "Biotronic SRL" } ,
  690. { 0x12D8, "Pericom", "Pericom Semiconductor" } ,
  691. { 0x12D9, "Aculab", "Aculab Plc." } ,
  692. { 0x12DA, "TrueTime", "TrueTime" } ,
  693. { 0x12DB, "Annapolis", "Annapolis Micro Systems Inc." } ,
  694. { 0x12DC, "Symicron", "Symicron Computer Communication Ltd." } ,
  695. { 0x12DD, "MGI", "Management Graphics Inc." } ,
  696. { 0x12DE, "Rainbow", "Rainbow Technologies" } ,
  697. { 0x12DF, "SBS Tech", "SBS Technologies Inc." } ,
  698. { 0x12E0, "Chase", "Chase Research PLC" } ,
  699. { 0x12E1, "Nintendo", "Nintendo Co. Ltd." } ,
  700. { 0x12E2, "Datum", "Datum Inc. Bancomm-Timing Division" } ,
  701. { 0x12E3, "Imation", "Imation Corp. - Medical Imaging Syst" } ,
  702. { 0x12E4, "Brooktrout", "Brooktrout Technology Inc." } ,
  703. { 0x12E6, "Cirel", "Cirel Systems" } ,
  704. { 0x12E7, "Sebring", "Sebring Systems Inc" } ,
  705. { 0x12E8, "CRISC", "CRISC Corp." } ,
  706. { 0x12E9, "GE Spacenet", "GE Spacenet" } ,
  707. { 0x12EB, "Aureal", "Aureal Semiconductor" } ,
  708. { 0x12EC, "3A Intl", "3A International Inc." } ,
  709. { 0x12ED, "Optivision", "Optivision Inc." } ,
  710. { 0x12EE, "Orange Micro", "Orange Micro, Inc." } ,
  711. { 0x12EF, "Vienna", "Vienna Systems" } ,
  712. { 0x12F0, "Pentek", "Pentek" } ,
  713. { 0x12F1, "Sorenson", "Sorenson Vision Inc." } ,
  714. { 0x12F2, "Gammagraphx", "Gammagraphx Inc." } ,
  715. { 0x12F4, "Megatel", "Megatel" } ,
  716. { 0x12F5, "Forks", "Forks" } ,
  717. { 0x12F7, "Cognex", "Cognex" } ,
  718. { 0x12F8, "Electronic-Design", "Electronic-Design GmbH" } ,
  719. { 0x12F9, "FFT", "FourFold Technologies" } ,
  720. { 0x12FB, "SSP", "Spectrum Signal Processing" } ,
  721. { 0x12FC, "", "Capital Equipment Corp" } ,
  722. { 0x12FE, "esd", "esd Electronic System Design GmbH" } ,
  723. { 0x1303, "", "Innovative Integration" } ,
  724. { 0x1304, "", "Juniper Networks Inc." } ,
  725. { 0x1307, "ComputerBoards", "ComputerBoards" } ,
  726. { 0x1308, "Jato", "Jato Technologies Inc." } ,
  727. { 0x130A, "", "Mitsubishi Electric Microcomputer" } ,
  728. { 0x130B, "", "Colorgraphic Communications Corp" } ,
  729. { 0x130F, "", "Advanet Inc." } ,
  730. { 0x1310, "", "Gespac" } ,
  731. { 0x1312, "RVSI", "Robotic Vision Systems Incorporated" } ,
  732. { 0x1313, "", "Yaskawa Electric Co." } ,
  733. { 0x1316, "", "Teradyne Inc." } ,
  734. { 0x1317, "ADMtek", "ADMtek Inc" } ,
  735. { 0x1318, "Packet Engines", "Packet Engines, Inc." } ,
  736. { 0x1319, "Forte Media", "Forte Media, Inc." } ,
  737. { 0x131F, "", "SIIG" } ,
  738. { 0x1325, "", "Salix Technologies Inc" } ,
  739. { 0x1326, "", "Seachange International" } ,
  740. { 0x1328, "", "Quadrant International" } ,
  741. { 0x1331, "RadiSys", "RadiSys Corporation" } ,
  742. { 0x1332, "Micro Memory", "Micro Memory, LLC" } ,
  743. { 0x1335, "Videomail", "Videomail Inc." } ,
  744. { 0x133D, "", "Prisa Networks" } ,
  745. { 0x133F, "", "SCM Microsystems" } ,
  746. { 0x1342, "", "Promax Systems Inc" } ,
  747. { 0x1344, "Micron", "Micron Technology, Inc." } ,
  748. { 0x1347, "Odetics", "Odetics" } ,
  749. { 0x134A, "DTC", "DTC Technology Corp." } ,
  750. { 0x134B, "", "ARK Research Corp." } ,
  751. { 0x134C, "", "Chori Joho System Co. Ltd" } ,
  752. { 0x134D, "PCTEL", "PCTEL Inc." } ,
  753. { 0x135A, "", "Brain Boxes Limited" } ,
  754. { 0x135B, "", "Giganet Inc." } ,
  755. { 0x135C, "", "Quatech Inc" } ,
  756. { 0x135D, "ABB Network Partn", "ABB Network Partner AB" } ,
  757. { 0x135E, "Sealevel", "Sealevel Systems Inc." } ,
  758. { 0x135F, "", "I-Data International A-S" } ,
  759. { 0x1361, "", "Soliton Systems K.K." } ,
  760. { 0x1363, "", "Phoenix Technologies Ltd" } ,
  761. { 0x1365, "Hypercope", "Hypercope Corp." } ,
  762. { 0x1366, "Teijin", "Teijin Seiki Co. Ltd." } ,
  763. { 0x1367, "", "Hitachi Zosen Corporation" } ,
  764. { 0x1368, "", "Skyware Corporation" } ,
  765. { 0x1369, "", "Digigram" } ,
  766. { 0x136B, "", "Kawasaki Steel Corporation" } ,
  767. { 0x136C, "", "Adtek System Science Co Ltd" } ,
  768. { 0x1375, "", "Boeing - Sunnyvale" } ,
  769. { 0x137A, "MOTU", "Mark Of The Unicorn Inc" } ,
  770. { 0x137B, "", "PPT Vision" } ,
  771. { 0x137C, "", "Iwatsu Electric Co Ltd" } ,
  772. { 0x137D, "", "Dynachip Corporation" } ,
  773. { 0x137E, "PTSC", "Patriot Scientific Corp." } ,
  774. { 0x1380, "SANRITZ", "Sanritz Automation Co LTC" } ,
  775. { 0x1381, "", "Brains Co. Ltd" } ,
  776. { 0x1382, "Marian", "Marian - Electronic & Software" } ,
  777. { 0x1384, "", "Stellar Semiconductor Inc" } ,
  778. { 0x1385, "Netgear", "Netgear" } ,
  779. { 0x1387, "Systran", "Systran Corp" } ,
  780. { 0x1388, "", "Hitachi Information Technology Co Ltd" } ,
  781. { 0x1389, "Applicom", "Applicom International" } ,
  782. { 0x138B, "", "Tokimec Inc" } ,
  783. { 0x138E, "", "Basler GMBH" } ,
  784. { 0x138F, "", "Patapsco Designs Inc" } ,
  785. { 0x1390, "CDI", "Concept Development Inc." } ,
  786. { 0x1393, "", "Moxa Technologies Co Ltd" } ,
  787. { 0x1394, "Level One", "Level One Communications" } ,
  788. { 0x1395, "", "Ambicom Inc" } ,
  789. { 0x1396, "", "Cipher Systems Inc" } ,
  790. { 0x1397, "Cologne", "Cologne Chip Designs GmbH" } ,
  791. { 0x1398, "", "Clarion Co. Ltd" } ,
  792. { 0x139A, "", "Alacritech Inc" } ,
  793. { 0x139D, "", "Xstreams PLC/ EPL Limited" } ,
  794. { 0x139E, "", "Echostar Data Networks" } ,
  795. { 0x13A0, "", "Crystal Group Inc" } ,
  796. { 0x13A1, "", "Kawasaki Heavy Industries Ltd" } ,
  797. { 0x13A3, "HI-FN", "HI-FN Inc." } ,
  798. { 0x13A4, "", "Rascom Inc" } ,
  799. { 0x13A7, "", "Teles AG" } ,
  800. { 0x13A8, "XR", "Exar Corp." } ,
  801. { 0x13A9, "", "Siemens Medical Solutions" } ,
  802. { 0x13AA, "", "Nortel Networks - BWA Division" } ,
  803. { 0x13AF, "", "T.Sqware" } ,
  804. { 0x13B1, "", "Tamura Corporation" } ,
  805. { 0x13B4, "", "Wellbean Co Inc" } ,
  806. { 0x13B5, "", "ARM Ltd" } ,
  807. { 0x13B6, "", "DLoG GMBH" } ,
  808. { 0x13B8, "", "Nokia Telecommunications OY" } ,
  809. { 0x13BD, "SHARP", "Sharp Corporation" } ,
  810. { 0x13BF, "", "Sharewave Inc" } ,
  811. { 0x13C0, "Microgate", "Microgate Corp." } ,
  812. { 0x13C1, "3ware", "3ware Inc." } ,
  813. { 0x13C2, "", "Technotrend Systemtechnik GMBH" } ,
  814. { 0x13C3, "", "Janz Computer AG" } ,
  815. { 0x13C7, "", "Blue Chip Technology Ltd" } ,
  816. { 0x13CC, "", "Metheus Corporation" } ,
  817. { 0x13CF, "", "Studio Audio & Video Ltd" } ,
  818. { 0x13D0, "", "B2C2 Inc" } ,
  819. { 0x13D1, "AboCom", "AboCom Systems, Inc" } ,
  820. { 0x13D4, "", "Graphics Microsystems Inc" } ,
  821. { 0x13D6, "", "K.I. Technology Co Ltd" } ,
  822. { 0x13D7, "", "Toshiba Engineering Corporation" } ,
  823. { 0x13D8, "", "Phobos Corporation" } ,
  824. { 0x13D9, "", "Apex Inc" } ,
  825. { 0x13DC, "", "Netboost Corporation" } ,
  826. { 0x13DE, "", "ABB Robotics Products AB" } ,
  827. { 0x13DF, "E-Tech", "E-Tech Inc." } ,
  828. { 0x13E0, "", "GVC Corporation" } ,
  829. { 0x13E3, "", "Nest Inc" } ,
  830. { 0x13E4, "", "Calculex Inc" } ,
  831. { 0x13E5, "", "Telesoft Design Ltd" } ,
  832. { 0x13E9, "", "Intraserver Technology Inc" } ,
  833. { 0x13EA, "", "Dallas Semiconductor" } ,
  834. { 0x13F0, "", "Sundance Technology Inc" } ,
  835. { 0x13F1, "", "OCE - Industries S.A." } ,
  836. { 0x13F4, "", "Troika Networks Inc" } ,
  837. { 0x13F6, "C-Media", "C-Media Electronics Inc." } ,
  838. { 0x13F9, "", "NTT Advanced Technology Corp." } ,
  839. { 0x13FA, "Pentland", "Pentland Systems Ltd." } ,
  840. { 0x13FB, "", "Aydin Corp" } ,
  841. { 0x13FD, "", "Micro Science Inc" } ,
  842. { 0x13FE, "Advantech", "Advantech Co., Ltd." } ,
  843. { 0x13FF, "", "Silicon Spice Inc." } ,
  844. { 0x1400, "ArtX", "ArtX Inc" } ,
  845. { 0x1402, "Meilhaus Electronic", "Meilhaus Electronic GmbH Germany" } ,
  846. { 0x1404, "", "Fundamental Software Inc" } ,
  847. { 0x1406, "Océ", "Océ Printing Systems" } ,
  848. { 0x1407, "LAVA", "Lava Computer MFG Inc." } ,
  849. { 0x1408, "", "Aloka Co. Ltd" } ,
  850. { 0x1409, "", "eTIMedia Technology Co Ltd" } ,
  851. { 0x140A, "", "DSP Research Inc" } ,
  852. { 0x140B, "", "Ramix Inc" } ,
  853. { 0x140D, "", "Matsushita Electric Works Ltd" } ,
  854. { 0x140F, "", "Salient Systems Corp" } ,
  855. { 0x1412, "IC Ensemble", "IC Ensemble, Inc." } ,
  856. { 0x1413, "", "Addonics" } ,
  857. { 0x1415, "Oxford", "Oxford Semiconductor Ltd" } ,
  858. { 0x1418, "", "Kyushu Electronics Systems Inc" } ,
  859. { 0x1419, "", "Excel Switching Corp" } ,
  860. { 0x141B, "", "Zoom Telephonics Inc" } ,
  861. { 0x141E, "", "Fanuc Co. Ltd" } ,
  862. { 0x141F, "", "Visiontech Ltd" } ,
  863. { 0x1420, "", "Psion Dacom PLC" } ,
  864. { 0x1425, "", "ASIC Designers Inc" } ,
  865. { 0x1428, "", "Edec Co Ltd" } ,
  866. { 0x1429, "", "Unex Technology Corp." } ,
  867. { 0x142A, "", "Kingmax Technology Inc" } ,
  868. { 0x142B, "", "Radiolan" } ,
  869. { 0x142C, "", "Minton Optic Industry Co Ltd" } ,
  870. { 0x142D, "", "Pixstream Inc" } ,
  871. { 0x1430, "", "ITT Aerospace/Communications Division" } ,
  872. { 0x1433, "", "Eltec Elektronik AG" } ,
  873. { 0x1435, "RTD-USA", "Real Time Devices USA, Inc." } ,
  874. { 0x1436, "", "CIS Technology Inc" } ,
  875. { 0x1437, "", "Nissin Inc Co" } ,
  876. { 0x1438, "", "Atmel-Dream" } ,
  877. { 0x143F, "", "Lightwell Co Ltd - Zax Division" } ,
  878. { 0x1441, "", "Agie SA." } ,
  879. { 0x1445, "", "Logical Co Ltd" } ,
  880. { 0x1446, "", "Graphin Co. Ltd" } ,
  881. { 0x1447, "", "Aim GMBH" } ,
  882. { 0x1448, "Alesis", "Alesis Studio" } ,
  883. { 0x144A, "ADLINK", "ADLINK Technology Inc" } ,
  884. { 0x144B, "Loronix", "Loronix Information Systems, Inc." } ,
  885. { 0x144D, "", "Samsung Electronics Co Ltd" } ,
  886. { 0x1450, "", "Octave Communications Ind." } ,
  887. { 0x1451, "", "SP3D Chip Design GMBH" } ,
  888. { 0x1453, "", "Mycom Inc" } ,
  889. { 0x1458, "Giga-Byte", "Giga-Byte Technologies" } ,
  890. { 0x145C, "", "Cryptek" } ,
  891. { 0x145F, "Baldor", "Baldor Electric Company" } ,
  892. { 0x1460, "", "Dynarc Inc" } ,
  893. { 0x1462, "MSI", "Micro-Star International Co Ltd" } ,
  894. { 0x1463, "", "Fast Corporation" } ,
  895. { 0x1464, "ICS", "Interactive Circuits & Systems Ltd" } ,
  896. { 0x1468, "", "Ambit Microsystems Corp." } ,
  897. { 0x1469, "", "Cleveland Motion Controls" } ,
  898. { 0x146C, "", "Ruby Tech Corp." } ,
  899. { 0x146D, "", "Tachyon Inc." } ,
  900. { 0x146E, "", "WMS Gaming" } ,
  901. { 0x1471, "", "Integrated Telecom Express Inc" } ,
  902. { 0x1473, "", "Zapex Technologies Inc" } ,
  903. { 0x1474, "", "Doug Carson & Associates" } ,
  904. { 0x1477, "", "Net Insight" } ,
  905. { 0x1478, "", "Diatrend Corporation" } ,
  906. { 0x147B, "", "Abit Computer Corp." } ,
  907. { 0x147F, "", "Nihon Unisys Ltd." } ,
  908. { 0x1482, "", "Isytec - Integrierte Systemtechnik Gmbh" } ,
  909. { 0x1483, "", "Labway Coporation" } ,
  910. { 0x1485, "", "Erma - Electronic GMBH" } ,
  911. { 0x1489, "", "KYE Systems Corporation" } ,
  912. { 0x148A, "", "Opto 22" } ,
  913. { 0x148B, "", "Innomedialogic Inc." } ,
  914. { 0x148C, "CP", "C.P. Technology Co. Ltd" } ,
  915. { 0x148D, "Digicom", "Digicom Systems Inc." } ,
  916. { 0x148E, "", "OSI Plus Corporation" } ,
  917. { 0x148F, "", "Plant Equipment Inc." } ,
  918. { 0x1490, "", "TC Labs Pty Ltd." } ,
  919. { 0x1493, "", "Maker Communications" } ,
  920. { 0x1495, "", "Tokai Communications Industry Co. Ltd" } ,
  921. { 0x1496, "", "Joytech Computer Co. Ltd." } ,
  922. { 0x1497, "", "SMA Regelsysteme GMBH" } ,
  923. { 0x1498, "Tews", "Tews Technologies" } ,
  924. { 0x1499, "", "Micro-Technology Co Ltd" } ,
  925. { 0x149A, "Andor Tech", "Andor Technology Ltd" } ,
  926. { 0x149B, "", "Seiko Instruments Inc" } ,
  927. { 0x149E, "", "Mapletree Networks Inc." } ,
  928. { 0x149F, "", "Lectron Co Ltd" } ,
  929. { 0x14A0, "", "Softing GMBH" } ,
  930. { 0x14A2, "", "Millennium Engineering Inc" } ,
  931. { 0x14A4, "", "GVC/BCM Advanced Research" } ,
  932. { 0x14A9, "", "Hivertec Inc." } ,
  933. { 0x14AB, "", "Mentor Graphics Corp." } ,
  934. { 0x14B1, "", "Nextcom K.K." } ,
  935. { 0x14B3, "Xpeed", "Xpeed Inc." } ,
  936. { 0x14B4, "", "Philips Business Electronics B.V." } ,
  937. { 0x14B5, "Creamware", "Creamware GmbH" } ,
  938. { 0x14B6, "", "Quantum Data Corp." } ,
  939. { 0x14B7, "Proxim", "Proxim Inc." } ,
  940. { 0x14B9, "Aironet", "Aironet Wireless Communication" } ,
  941. { 0x14BA, "", "Internix Inc." } ,
  942. { 0x14BB, "", "Semtech Corporation" } ,
  943. { 0x14BE, "", "L3 Communications" } ,
  944. { 0x14C0, "Compal", "Compal Electronics, Inc." } ,
  945. { 0x14C1, "", "Myricom Inc." } ,
  946. { 0x14C2, "", "DTK Computer" } ,
  947. { 0x14C4, "", "Iwasaki Information Systems Co Ltd" } ,
  948. { 0x14C5, "", "ABB Automation Products AB" } ,
  949. { 0x14C6, "", "Data Race Inc" } ,
  950. { 0x14C7, "Modtech", "Modular Technology Ltd." } ,
  951. { 0x14C8, "Turbocomm", "Turbocomm Tech Inc" } ,
  952. { 0x14C9, "", "Odin Telesystems Inc" } ,
  953. { 0x14CB, "", "Billionton Systems Inc./Cadmus Micro Inc" } ,
  954. { 0x14CD, "", "Universal Scientific Ind." } ,
  955. { 0x14CF, "", "TEK Microsystems Inc." } ,
  956. { 0x14D4, "PANACOM", "Panacom Technology Corporation" } ,
  957. { 0x14D5, "", "Nitsuko Corporation" } ,
  958. { 0x14D6, "", "Accusys Inc" } ,
  959. { 0x14D7, "", "Hirakawa Hewtech Corp" } ,
  960. { 0x14D8, "", "Hopf Elektronik GMBH" } ,
  961. { 0x14D9, "", "Alpha Processor Inc" } ,
  962. { 0x14DB, "Avlab", "Avlab Technology Inc." } ,
  963. { 0x14DC, "Amplicon", "Amplicon Liveline Limited" } ,
  964. { 0x14DD, "", "Imodl Inc." } ,
  965. { 0x14DE, "", "Applied Integration Corporation" } ,
  966. { 0x14E3, "", "Amtelco" } ,
  967. { 0x14E4, "Broadcom", "Broadcom Corporation" } ,
  968. { 0x14EA, "Planex", "Planex Communications, Inc." } ,
  969. { 0x14EB, "", "Seiko Epson Corporation" } ,
  970. { 0x14EC, "", "Acqiris" } ,
  971. { 0x14ED, "", "Datakinetics Ltd" } ,
  972. { 0x14EF, "", "Carry Computer Eng. Co Ltd" } ,
  973. { 0x14F1, "Conexant", "Conexant Systems, Inc." } ,
  974. { 0x14F2, "Mobility", "Mobility Electronics, Inc." } ,
  975. { 0x14F4, "", "Tokyo Electronic Industry Co. Ltd." } ,
  976. { 0x14F5, "", "Sopac Ltd" } ,
  977. { 0x14F6, "", "Coyote Technologies LLC" } ,
  978. { 0x14F7, "", "Wolf Technology Inc" } ,
  979. { 0x14F8, "", "Audiocodes Inc" } ,
  980. { 0x14F9, "", "AG Communications" } ,
  981. { 0x14FB, "", "Transas Marine (UK) Ltd" } ,
  982. { 0x14FC, "", "Quadrics Supercomputers World" } ,
  983. { 0x14FD, "", "Japan Computer Industry Inc." } ,
  984. { 0x14FE, "", "Archtek Telecom Corp." } ,
  985. { 0x14FF, "", "Twinhead International Corp." } ,
  986. { 0x1501, "", "Banksoft Canada Ltd" } ,
  987. { 0x1502, "", "Mitsubishi Electric Logistics Support Co" } ,
  988. { 0x1503, "", "Kawasaki LSI USA Inc" } ,
  989. { 0x1504, "", "Kaiser Electronics" } ,
  990. { 0x1506, "", "Chameleon Systems Inc" } ,
  991. { 0x1507, "Htec", "Htec Ltd." } ,
  992. { 0x1509, "FIC", "First International Computer Inc" } ,
  993. { 0x150B, "", "Yamashita Systems Corp" } ,
  994. { 0x150C, "", "Kyopal Co Ltd" } ,
  995. { 0x150D, "", "Warpspped Inc" } ,
  996. { 0x150E, "", "C-Port Corporation" } ,
  997. { 0x150F, "", "Intec GMBH" } ,
  998. { 0x1510, "", "Behavior Tech Computer Corp" } ,
  999. { 0x1511, "", "Centillium Technology Corp" } ,
  1000. { 0x1512, "", "Rosun Technologies Inc" } ,
  1001. { 0x1513, "", "Raychem" } ,
  1002. { 0x1514, "", "TFL LAN Inc" } ,
  1003. { 0x1515, "", "ICS Advent" } ,
  1004. { 0x1516, "", "Myson Technology Inc" } ,
  1005. { 0x1517, "", "Echotek Corporation" } ,
  1006. { 0x1518, "", "PEP Modular Computers GMBH" } ,
  1007. { 0x1519, "", "Telefon Aktiebolaget LM Ericsson" } ,
  1008. { 0x151A, "Globetek", "Globetek Inc." } ,
  1009. { 0x151B, "", "Combox Ltd" } ,
  1010. { 0x151C, "", "Digital Audio Labs Inc" } ,
  1011. { 0x151D, "", "Fujitsu Computer Products Of America" } ,
  1012. { 0x151E, "", "Matrix Corp." } ,
  1013. { 0x151F, "", "Topic Semiconductor Corp" } ,
  1014. { 0x1520, "", "Chaplet System Inc" } ,
  1015. { 0x1521, "", "Bell Corporation" } ,
  1016. { 0x1522, "Mainpine", "Mainpine Limited" } ,
  1017. { 0x1523, "", "Music Semiconductors" } ,
  1018. { 0x1524, "", "ENE Technology Inc" } ,
  1019. { 0x1525, "", "Impact Technologies" } ,
  1020. { 0x1526, "", "ISS Inc" } ,
  1021. { 0x1527, "", "Solectron" } ,
  1022. { 0x1528, "", "Acksys" } ,
  1023. { 0x1529, "", "American Microsystems Inc" } ,
  1024. { 0x152A, "", "Quickturn Design Systems" } ,
  1025. { 0x152B, "", "Flytech Technology Co Ltd" } ,
  1026. { 0x152C, "", "Macraigor Systems LLC" } ,
  1027. { 0x152D, "", "Quanta Computer Inc" } ,
  1028. { 0x152E, "", "Melec Inc" } ,
  1029. { 0x152F, "", "Philips - Crypto" } ,
  1030. { 0x1532, "", "Echelon Corporation" } ,
  1031. { 0x1533, "", "Baltimore" } ,
  1032. { 0x1534, "", "Road Corporation" } ,
  1033. { 0x1535, "", "Evergreen Technologies Inc" } ,
  1034. { 0x1537, "", "Datalex Communcations" } ,
  1035. { 0x1538, "아라리온 주식&", "Aralion Inc." } ,
  1036. { 0x1539, "", "Atelier Informatiques et Electronique Et" } ,
  1037. { 0x153A, "", "ONO Sokki" } ,
  1038. { 0x153B, "", "Terratec Electronic GMBH" } ,
  1039. { 0x153C, "", "Antal Electronic" } ,
  1040. { 0x153D, "", "Filanet Corporation" } ,
  1041. { 0x153E, "", "Techwell Inc" } ,
  1042. { 0x153F, "", "MIPS Denmark" } ,
  1043. { 0x1540, "", "Provideo Multimedia Co Ltd" } ,
  1044. { 0x1541, "", "Telocity Inc." } ,
  1045. { 0x1542, "", "Vivid Technology Inc" } ,
  1046. { 0x1543, "", "Silicon Laboratories" } ,
  1047. { 0x1544, "DCM", "DCM Technologies Ltd." } ,
  1048. { 0x1545, "Visiontek", "VisionTek" } ,
  1049. { 0x1546, "", "IOI Technology Corp." } ,
  1050. { 0x1547, "", "Mitutoyo Corporation" } ,
  1051. { 0x1548, "", "Jet Propulsion Laboratory" } ,
  1052. { 0x1549, "ISS", "Interconnect Systems Solutions" } ,
  1053. { 0x154A, "", "Max Technologies Inc." } ,
  1054. { 0x154B, "", "Computex Co Ltd" } ,
  1055. { 0x154C, "", "Visual Technology Inc." } ,
  1056. { 0x154D, "", "PAN International Industrial Corp" } ,
  1057. { 0x154E, "", "Servotest Ltd" } ,
  1058. { 0x154F, "", "Stratabeam Technology" } ,
  1059. { 0x1550, "", "Open Network Co Ltd" } ,
  1060. { 0x1551, "", "Smart Electronic Development GMBH" } ,
  1061. { 0x1553, "", "Chicony Electronics Co Ltd" } ,
  1062. { 0x1554, "PMC", "Prolink Microsystems Corp." } ,
  1063. { 0x1555, "Gesytec", "Gesytec GmbH" } ,
  1064. { 0x1556, "", "PLD Applications" } ,
  1065. { 0x1557, "", "Mediastar Co. Ltd" } ,
  1066. { 0x1558, "", "Clevo/Kapok Computer" } ,
  1067. { 0x1559, "", "SI Logic Ltd" } ,
  1068. { 0x155A, "", "Innomedia Inc" } ,
  1069. { 0x155B, "", "Protac International Corp" } ,
  1070. { 0x155C, "", "Cemax-Icon Inc" } ,
  1071. { 0x155D, "", "MAC System Co Ltd" } ,
  1072. { 0x155E, "", "LP Elektronik GMBH" } ,
  1073. { 0x155F, "", "Perle Systems Limited" } ,
  1074. { 0x1560, "", "Terayon Communications Systems" } ,
  1075. { 0x1561, "", "Viewgraphics Inc" } ,
  1076. { 0x1562, "", "Symbol Technologies, Inc." } ,
  1077. { 0x1563, "", "A-Trend Technology Co Ltd" } ,
  1078. { 0x1564, "", "Yamakatsu Electronics Industry Co Ltd" } ,
  1079. { 0x1565, "", "Biostar Microtech Intl Corp" } ,
  1080. { 0x1566, "", "Ardent Technologies Inc" } ,
  1081. { 0x1567, "", "Jungsoft" } ,
  1082. { 0x1568, "", "DDK Electronics Inc" } ,
  1083. { 0x1569, "", "Palit Microsystems Inc" } ,
  1084. { 0x156A, "", "Avtec Systems" } ,
  1085. { 0x156B, "", "S2io Inc" } ,
  1086. { 0x156C, "", "Vidac Electronics GMBH" } ,
  1087. { 0x156D, "", "Alpha-Top Corp" } ,
  1088. { 0x156E, "", "Alfa Inc." } ,
  1089. { 0x156F, "", "M-Systems Flash Disk Pioneers Ltd" } ,
  1090. { 0x1570, "", "Lecroy Corporation" } ,
  1091. { 0x1571, "", "Contemporary Controls" } ,
  1092. { 0x1572, "", "Otis Elevator Company" } ,
  1093. { 0x1573, "", "Lattice - Vantis" } ,
  1094. { 0x1574, "", "Fairchild Semiconductor" } ,
  1095. { 0x1575, "", "Voltaire Ad