3233 lines
56 KiB
JavaScript
3233 lines
56 KiB
JavaScript
/**
|
||
*
|
||
* User: Martin Donnelly
|
||
* Date: 2016-05-26
|
||
* Time: 11:47
|
||
*
|
||
*/
|
||
var bt_company_ids = {
|
||
find: function(id) {
|
||
var _id = id;
|
||
var item = this.entries.filter(function(obj) {
|
||
return obj.hexadecimal === _id;
|
||
});
|
||
return item;
|
||
},
|
||
entries: [
|
||
{
|
||
decimal: '65535',
|
||
hexadecimal: '0xFFFF',
|
||
name: 'reserved'
|
||
},
|
||
{
|
||
decimal: '0',
|
||
hexadecimal: '0x0000',
|
||
name: 'Ericsson Technology Licensing'
|
||
},
|
||
{
|
||
decimal: '1',
|
||
hexadecimal: '0x0001',
|
||
name: 'Nokia Mobile Phones'
|
||
},
|
||
{
|
||
decimal: '2',
|
||
hexadecimal: '0x0002',
|
||
name: 'Intel Corp.'
|
||
},
|
||
{
|
||
decimal: '3',
|
||
hexadecimal: '0x0003',
|
||
name: 'IBM Corp.'
|
||
},
|
||
{
|
||
decimal: '4',
|
||
hexadecimal: '0x0004',
|
||
name: 'Toshiba Corp.'
|
||
},
|
||
{
|
||
decimal: '5',
|
||
hexadecimal: '0x0005',
|
||
name: '3Com'
|
||
},
|
||
{
|
||
decimal: '6',
|
||
hexadecimal: '0x0006',
|
||
name: 'Microsoft'
|
||
},
|
||
{
|
||
decimal: '7',
|
||
hexadecimal: '0x0007',
|
||
name: 'Lucent'
|
||
},
|
||
{
|
||
decimal: '8',
|
||
hexadecimal: '0x0008',
|
||
name: 'Motorola'
|
||
},
|
||
{
|
||
decimal: '9',
|
||
hexadecimal: '0x0009',
|
||
name: 'Infineon Technologies AG'
|
||
},
|
||
{
|
||
decimal: '10',
|
||
hexadecimal: '0x000A',
|
||
name: 'Cambridge Silicon Radio'
|
||
},
|
||
{
|
||
decimal: '11',
|
||
hexadecimal: '0x000B',
|
||
name: 'Silicon Wave'
|
||
},
|
||
{
|
||
decimal: '12',
|
||
hexadecimal: '0x000C',
|
||
name: 'Digianswer A/S'
|
||
},
|
||
{
|
||
decimal: '13',
|
||
hexadecimal: '0x000D',
|
||
name: 'Texas Instruments Inc.'
|
||
},
|
||
{
|
||
decimal: '14',
|
||
hexadecimal: '0x000E',
|
||
name: 'Ceva, Inc. (formerly Parthus Technologies, Inc.)'
|
||
},
|
||
{
|
||
decimal: '15',
|
||
hexadecimal: '0x000F',
|
||
name: 'Broadcom Corporation'
|
||
},
|
||
{
|
||
decimal: '16',
|
||
hexadecimal: '0x0010',
|
||
name: 'Mitel Semiconductor'
|
||
},
|
||
{
|
||
decimal: '17',
|
||
hexadecimal: '0x0011',
|
||
name: 'Widcomm, Inc'
|
||
},
|
||
{
|
||
decimal: '18',
|
||
hexadecimal: '0x0012',
|
||
name: 'Zeevo, Inc.'
|
||
},
|
||
{
|
||
decimal: '19',
|
||
hexadecimal: '0x0013',
|
||
name: 'Atmel Corporation'
|
||
},
|
||
{
|
||
decimal: '20',
|
||
hexadecimal: '0x0014',
|
||
name: 'Mitsubishi Electric Corporation'
|
||
},
|
||
{
|
||
decimal: '21',
|
||
hexadecimal: '0x0015',
|
||
name: 'RTX Telecom A/S'
|
||
},
|
||
{
|
||
decimal: '22',
|
||
hexadecimal: '0x0016',
|
||
name: 'KC Technology Inc.'
|
||
},
|
||
{
|
||
decimal: '23',
|
||
hexadecimal: '0x0017',
|
||
name: 'NewLogic'
|
||
},
|
||
{
|
||
decimal: '24',
|
||
hexadecimal: '0x0018',
|
||
name: 'Transilica, Inc.'
|
||
},
|
||
{
|
||
decimal: '25',
|
||
hexadecimal: '0x0019',
|
||
name: 'Rohde & Schwarz GmbH & Co. KG'
|
||
},
|
||
{
|
||
decimal: '26',
|
||
hexadecimal: '0x001A',
|
||
name: 'TTPCom Limited'
|
||
},
|
||
{
|
||
decimal: '27',
|
||
hexadecimal: '0x001B',
|
||
name: 'Signia Technologies, Inc.'
|
||
},
|
||
{
|
||
decimal: '28',
|
||
hexadecimal: '0x001C',
|
||
name: 'Conexant Systems Inc.'
|
||
},
|
||
{
|
||
decimal: '29',
|
||
hexadecimal: '0x001D',
|
||
name: 'Qualcomm'
|
||
},
|
||
{
|
||
decimal: '30',
|
||
hexadecimal: '0x001E',
|
||
name: 'Inventel'
|
||
},
|
||
{
|
||
decimal: '31',
|
||
hexadecimal: '0x001F',
|
||
name: 'AVM Berlin'
|
||
},
|
||
{
|
||
decimal: '32',
|
||
hexadecimal: '0x0020',
|
||
name: 'BandSpeed, Inc.'
|
||
},
|
||
{
|
||
decimal: '33',
|
||
hexadecimal: '0x0021',
|
||
name: 'Mansella Ltd'
|
||
},
|
||
{
|
||
decimal: '34',
|
||
hexadecimal: '0x0022',
|
||
name: 'NEC Corporation'
|
||
},
|
||
{
|
||
decimal: '35',
|
||
hexadecimal: '0x0023',
|
||
name: 'WavePlus Technology Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '36',
|
||
hexadecimal: '0x0024',
|
||
name: 'Alcatel'
|
||
},
|
||
{
|
||
decimal: '37',
|
||
hexadecimal: '0x0025',
|
||
name: 'NXP Semiconductors (formerly Philips Semiconductors)'
|
||
},
|
||
{
|
||
decimal: '38',
|
||
hexadecimal: '0x0026',
|
||
name: 'C Technologies'
|
||
},
|
||
{
|
||
decimal: '39',
|
||
hexadecimal: '0x0027',
|
||
name: 'Open Interface'
|
||
},
|
||
{
|
||
decimal: '40',
|
||
hexadecimal: '0x0028',
|
||
name: 'R F Micro Devices'
|
||
},
|
||
{
|
||
decimal: '41',
|
||
hexadecimal: '0x0029',
|
||
name: 'Hitachi Ltd'
|
||
},
|
||
{
|
||
decimal: '42',
|
||
hexadecimal: '0x002A',
|
||
name: 'Symbol Technologies, Inc.'
|
||
},
|
||
{
|
||
decimal: '43',
|
||
hexadecimal: '0x002B',
|
||
name: 'Tenovis'
|
||
},
|
||
{
|
||
decimal: '44',
|
||
hexadecimal: '0x002C',
|
||
name: 'Macronix International Co. Ltd.'
|
||
},
|
||
{
|
||
decimal: '45',
|
||
hexadecimal: '0x002D',
|
||
name: 'GCT Semiconductor'
|
||
},
|
||
{
|
||
decimal: '46',
|
||
hexadecimal: '0x002E',
|
||
name: 'Norwood Systems'
|
||
},
|
||
{
|
||
decimal: '47',
|
||
hexadecimal: '0x002F',
|
||
name: 'MewTel Technology Inc.'
|
||
},
|
||
{
|
||
decimal: '48',
|
||
hexadecimal: '0x0030',
|
||
name: 'ST Microelectronics'
|
||
},
|
||
{
|
||
decimal: '49',
|
||
hexadecimal: '0x0031',
|
||
name: 'Synopsis'
|
||
},
|
||
{
|
||
decimal: '50',
|
||
hexadecimal: '0x0032',
|
||
name: 'Red-M (Communications) Ltd'
|
||
},
|
||
{
|
||
decimal: '51',
|
||
hexadecimal: '0x0033',
|
||
name: 'Commil Ltd'
|
||
},
|
||
{
|
||
decimal: '52',
|
||
hexadecimal: '0x0034',
|
||
name: 'Computer Access Technology Corporation (CATC)'
|
||
},
|
||
{
|
||
decimal: '53',
|
||
hexadecimal: '0x0035',
|
||
name: 'Eclipse (HQ Espana) S.L.'
|
||
},
|
||
{
|
||
decimal: '54',
|
||
hexadecimal: '0x0036',
|
||
name: 'Renesas Technology Corp.'
|
||
},
|
||
{
|
||
decimal: '55',
|
||
hexadecimal: '0x0037',
|
||
name: 'Mobilian Corporation'
|
||
},
|
||
{
|
||
decimal: '56',
|
||
hexadecimal: '0x0038',
|
||
name: 'Terax'
|
||
},
|
||
{
|
||
decimal: '57',
|
||
hexadecimal: '0x0039',
|
||
name: 'Integrated System Solution Corp.'
|
||
},
|
||
{
|
||
decimal: '58',
|
||
hexadecimal: '0x003A',
|
||
name: 'Matsushita Electric Industrial Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '59',
|
||
hexadecimal: '0x003B',
|
||
name: 'Gennum Corporation'
|
||
},
|
||
{
|
||
decimal: '60',
|
||
hexadecimal: '0x003C',
|
||
name: 'Research In Motion'
|
||
},
|
||
{
|
||
decimal: '61',
|
||
hexadecimal: '0x003D',
|
||
name: 'IPextreme, Inc.'
|
||
},
|
||
{
|
||
decimal: '62',
|
||
hexadecimal: '0x003E',
|
||
name: 'Systems and Chips, Inc.'
|
||
},
|
||
{
|
||
decimal: '63',
|
||
hexadecimal: '0x003F',
|
||
name: 'Bluetooth SIG, Inc.'
|
||
},
|
||
{
|
||
decimal: '64',
|
||
hexadecimal: '0x0040',
|
||
name: 'Seiko Epson Corporation'
|
||
},
|
||
{
|
||
decimal: '65',
|
||
hexadecimal: '0x0041',
|
||
name: 'Integrated Silicon Solution Taiwan, Inc.'
|
||
},
|
||
{
|
||
decimal: '66',
|
||
hexadecimal: '0x0042',
|
||
name: 'CONWISE Technology Corporation Ltd'
|
||
},
|
||
{
|
||
decimal: '67',
|
||
hexadecimal: '0x0043',
|
||
name: 'PARROT SA'
|
||
},
|
||
{
|
||
decimal: '68',
|
||
hexadecimal: '0x0044',
|
||
name: 'Socket Mobile'
|
||
},
|
||
{
|
||
decimal: '69',
|
||
hexadecimal: '0x0045',
|
||
name: 'Atheros Communications, Inc.'
|
||
},
|
||
{
|
||
decimal: '70',
|
||
hexadecimal: '0x0046',
|
||
name: 'MediaTek, Inc.'
|
||
},
|
||
{
|
||
decimal: '71',
|
||
hexadecimal: '0x0047',
|
||
name: 'Bluegiga'
|
||
},
|
||
{
|
||
decimal: '72',
|
||
hexadecimal: '0x0048',
|
||
name: 'Marvell Technology Group Ltd.'
|
||
},
|
||
{
|
||
decimal: '73',
|
||
hexadecimal: '0x0049',
|
||
name: '3DSP Corporation'
|
||
},
|
||
{
|
||
decimal: '74',
|
||
hexadecimal: '0x004A',
|
||
name: 'Accel Semiconductor Ltd.'
|
||
},
|
||
{
|
||
decimal: '75',
|
||
hexadecimal: '0x004B',
|
||
name: 'Continental Automotive Systems'
|
||
},
|
||
{
|
||
decimal: '76',
|
||
hexadecimal: '0x004C',
|
||
name: 'Apple, Inc.'
|
||
},
|
||
{
|
||
decimal: '77',
|
||
hexadecimal: '0x004D',
|
||
name: 'Staccato Communications, Inc.'
|
||
},
|
||
{
|
||
decimal: '78',
|
||
hexadecimal: '0x004E',
|
||
name: 'Avago Technologies'
|
||
},
|
||
{
|
||
decimal: '79',
|
||
hexadecimal: '0x004F',
|
||
name: 'APT Licensing Ltd.'
|
||
},
|
||
{
|
||
decimal: '80',
|
||
hexadecimal: '0x0050',
|
||
name: 'SiRF Technology'
|
||
},
|
||
{
|
||
decimal: '81',
|
||
hexadecimal: '0x0051',
|
||
name: 'Tzero Technologies, Inc.'
|
||
},
|
||
{
|
||
decimal: '82',
|
||
hexadecimal: '0x0052',
|
||
name: 'J&M Corporation'
|
||
},
|
||
{
|
||
decimal: '83',
|
||
hexadecimal: '0x0053',
|
||
name: 'Free2move AB'
|
||
},
|
||
{
|
||
decimal: '84',
|
||
hexadecimal: '0x0054',
|
||
name: '3DiJoy Corporation'
|
||
},
|
||
{
|
||
decimal: '85',
|
||
hexadecimal: '0x0055',
|
||
name: 'Plantronics, Inc.'
|
||
},
|
||
{
|
||
decimal: '86',
|
||
hexadecimal: '0x0056',
|
||
name: 'Sony Ericsson Mobile Communications'
|
||
},
|
||
{
|
||
decimal: '87',
|
||
hexadecimal: '0x0057',
|
||
name: 'Harman International Industries, Inc.'
|
||
},
|
||
{
|
||
decimal: '88',
|
||
hexadecimal: '0x0058',
|
||
name: 'Vizio, Inc.'
|
||
},
|
||
{
|
||
decimal: '89',
|
||
hexadecimal: '0x0059',
|
||
name: 'Nordic Semiconductor ASA'
|
||
},
|
||
{
|
||
decimal: '90',
|
||
hexadecimal: '0x005A',
|
||
name: 'EM Microelectronic-Marin SA'
|
||
},
|
||
{
|
||
decimal: '91',
|
||
hexadecimal: '0x005B',
|
||
name: 'Ralink Technology Corporation'
|
||
},
|
||
{
|
||
decimal: '92',
|
||
hexadecimal: '0x005C',
|
||
name: 'Belkin International, Inc.'
|
||
},
|
||
{
|
||
decimal: '93',
|
||
hexadecimal: '0x005D',
|
||
name: 'Realtek Semiconductor Corporation'
|
||
},
|
||
{
|
||
decimal: '94',
|
||
hexadecimal: '0x005E',
|
||
name: 'Stonestreet One, LLC'
|
||
},
|
||
{
|
||
decimal: '95',
|
||
hexadecimal: '0x005F',
|
||
name: 'Wicentric, Inc.'
|
||
},
|
||
{
|
||
decimal: '96',
|
||
hexadecimal: '0x0060',
|
||
name: 'RivieraWaves S.A.S'
|
||
},
|
||
{
|
||
decimal: '97',
|
||
hexadecimal: '0x0061',
|
||
name: 'RDA Microelectronics'
|
||
},
|
||
{
|
||
decimal: '98',
|
||
hexadecimal: '0x0062',
|
||
name: 'Gibson Guitars'
|
||
},
|
||
{
|
||
decimal: '99',
|
||
hexadecimal: '0x0063',
|
||
name: 'MiCommand Inc.'
|
||
},
|
||
{
|
||
decimal: '100',
|
||
hexadecimal: '0x0064',
|
||
name: 'Band XI International, LLC'
|
||
},
|
||
{
|
||
decimal: '101',
|
||
hexadecimal: '0x0065',
|
||
name: 'Hewlett-Packard Company'
|
||
},
|
||
{
|
||
decimal: '102',
|
||
hexadecimal: '0x0066',
|
||
name: '9Solutions Oy'
|
||
},
|
||
{
|
||
decimal: '103',
|
||
hexadecimal: '0x0067',
|
||
name: 'GN Netcom A/S'
|
||
},
|
||
{
|
||
decimal: '104',
|
||
hexadecimal: '0x0068',
|
||
name: 'General Motors'
|
||
},
|
||
{
|
||
decimal: '105',
|
||
hexadecimal: '0x0069',
|
||
name: 'A&D Engineering, Inc.'
|
||
},
|
||
{
|
||
decimal: '106',
|
||
hexadecimal: '0x006A',
|
||
name: 'MindTree Ltd.'
|
||
},
|
||
{
|
||
decimal: '107',
|
||
hexadecimal: '0x006B',
|
||
name: 'Polar Electro OY'
|
||
},
|
||
{
|
||
decimal: '108',
|
||
hexadecimal: '0x006C',
|
||
name: 'Beautiful Enterprise Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '109',
|
||
hexadecimal: '0x006D',
|
||
name: 'BriarTek, Inc.'
|
||
},
|
||
{
|
||
decimal: '110',
|
||
hexadecimal: '0x006E',
|
||
name: 'Summit Data Communications, Inc.'
|
||
},
|
||
{
|
||
decimal: '111',
|
||
hexadecimal: '0x006F',
|
||
name: 'Sound ID'
|
||
},
|
||
{
|
||
decimal: '112',
|
||
hexadecimal: '0x0070',
|
||
name: 'Monster, LLC'
|
||
},
|
||
{
|
||
decimal: '113',
|
||
hexadecimal: '0x0071',
|
||
name: 'connectBlue AB'
|
||
},
|
||
{
|
||
decimal: '114',
|
||
hexadecimal: '0x0072',
|
||
name: 'ShangHai Super Smart Electronics Co. Ltd.'
|
||
},
|
||
{
|
||
decimal: '115',
|
||
hexadecimal: '0x0073',
|
||
name: 'Group Sense Ltd.'
|
||
},
|
||
{
|
||
decimal: '116',
|
||
hexadecimal: '0x0074',
|
||
name: 'Zomm, LLC'
|
||
},
|
||
{
|
||
decimal: '117',
|
||
hexadecimal: '0x0075',
|
||
name: 'Samsung Electronics Co. Ltd.'
|
||
},
|
||
{
|
||
decimal: '118',
|
||
hexadecimal: '0x0076',
|
||
name: 'Creative Technology Ltd.'
|
||
},
|
||
{
|
||
decimal: '119',
|
||
hexadecimal: '0x0077',
|
||
name: 'Laird Technologies'
|
||
},
|
||
{
|
||
decimal: '120',
|
||
hexadecimal: '0x0078',
|
||
name: 'Nike, Inc.'
|
||
},
|
||
{
|
||
decimal: '121',
|
||
hexadecimal: '0x0079',
|
||
name: 'lesswire AG'
|
||
},
|
||
{
|
||
decimal: '122',
|
||
hexadecimal: '0x007A',
|
||
name: 'MStar Semiconductor, Inc.'
|
||
},
|
||
{
|
||
decimal: '123',
|
||
hexadecimal: '0x007B',
|
||
name: 'Hanlynn Technologies'
|
||
},
|
||
{
|
||
decimal: '124',
|
||
hexadecimal: '0x007C',
|
||
name: 'A & R Cambridge'
|
||
},
|
||
{
|
||
decimal: '125',
|
||
hexadecimal: '0x007D',
|
||
name: 'Seers Technology Co. Ltd'
|
||
},
|
||
{
|
||
decimal: '126',
|
||
hexadecimal: '0x007E',
|
||
name: 'Sports Tracking Technologies Ltd.'
|
||
},
|
||
{
|
||
decimal: '127',
|
||
hexadecimal: '0x007F',
|
||
name: 'Autonet Mobile'
|
||
},
|
||
{
|
||
decimal: '128',
|
||
hexadecimal: '0x0080',
|
||
name: 'DeLorme Publishing Company, Inc.'
|
||
},
|
||
{
|
||
decimal: '129',
|
||
hexadecimal: '0x0081',
|
||
name: 'WuXi Vimicro'
|
||
},
|
||
{
|
||
decimal: '130',
|
||
hexadecimal: '0x0082',
|
||
name: 'Sennheiser Communications A/S'
|
||
},
|
||
{
|
||
decimal: '131',
|
||
hexadecimal: '0x0083',
|
||
name: 'TimeKeeping Systems, Inc.'
|
||
},
|
||
{
|
||
decimal: '132',
|
||
hexadecimal: '0x0084',
|
||
name: 'Ludus Helsinki Ltd.'
|
||
},
|
||
{
|
||
decimal: '133',
|
||
hexadecimal: '0x0085',
|
||
name: 'BlueRadios, Inc.'
|
||
},
|
||
{
|
||
decimal: '134',
|
||
hexadecimal: '0x0086',
|
||
name: 'equinox AG'
|
||
},
|
||
{
|
||
decimal: '135',
|
||
hexadecimal: '0x0087',
|
||
name: 'Garmin International, Inc.'
|
||
},
|
||
{
|
||
decimal: '136',
|
||
hexadecimal: '0x0088',
|
||
name: 'Ecotest'
|
||
},
|
||
{
|
||
decimal: '137',
|
||
hexadecimal: '0x0089',
|
||
name: 'GN ReSound A/S'
|
||
},
|
||
{
|
||
decimal: '138',
|
||
hexadecimal: '0x008A',
|
||
name: 'Jawbone'
|
||
},
|
||
{
|
||
decimal: '139',
|
||
hexadecimal: '0x008B',
|
||
name: 'Topcorn Positioning Systems, LLC'
|
||
},
|
||
{
|
||
decimal: '140',
|
||
hexadecimal: '0x008C',
|
||
name: 'Gimbal Inc. (formerly Qualcomm Labs, Inc. and Qualcomm Retail Solutions, Inc.)'
|
||
},
|
||
{
|
||
decimal: '141',
|
||
hexadecimal: '0x008D',
|
||
name: 'Zscan Software'
|
||
},
|
||
{
|
||
decimal: '142',
|
||
hexadecimal: '0x008E',
|
||
name: 'Quintic Corp.'
|
||
},
|
||
{
|
||
decimal: '143',
|
||
hexadecimal: '0x008F',
|
||
name: 'Stollman E+V GmbH'
|
||
},
|
||
{
|
||
decimal: '144',
|
||
hexadecimal: '0x0090',
|
||
name: 'Funai Electric Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '145',
|
||
hexadecimal: '0x0091',
|
||
name: 'Advanced PANMOBIL Systems GmbH & Co. KG'
|
||
},
|
||
{
|
||
decimal: '146',
|
||
hexadecimal: '0x0092',
|
||
name: 'ThinkOptics, Inc.'
|
||
},
|
||
{
|
||
decimal: '147',
|
||
hexadecimal: '0x0093',
|
||
name: 'Universal Electronics, Inc.'
|
||
},
|
||
{
|
||
decimal: '148',
|
||
hexadecimal: '0x0094',
|
||
name: 'Airoha Technology Corp.'
|
||
},
|
||
{
|
||
decimal: '149',
|
||
hexadecimal: '0x0095',
|
||
name: 'NEC Lighting, Ltd.'
|
||
},
|
||
{
|
||
decimal: '150',
|
||
hexadecimal: '0x0096',
|
||
name: 'ODM Technology, Inc.'
|
||
},
|
||
{
|
||
decimal: '151',
|
||
hexadecimal: '0x0097',
|
||
name: 'ConnecteDevice Ltd.'
|
||
},
|
||
{
|
||
decimal: '152',
|
||
hexadecimal: '0x0098',
|
||
name: 'zer01.tv GmbH'
|
||
},
|
||
{
|
||
decimal: '153',
|
||
hexadecimal: '0x0099',
|
||
name: 'i.Tech Dynamic Global Distribution Ltd.'
|
||
},
|
||
{
|
||
decimal: '154',
|
||
hexadecimal: '0x009A',
|
||
name: 'Alpwise'
|
||
},
|
||
{
|
||
decimal: '155',
|
||
hexadecimal: '0x009B',
|
||
name: 'Jiangsu Toppower Automotive Electronics Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '156',
|
||
hexadecimal: '0x009C',
|
||
name: 'Colorfy, Inc.'
|
||
},
|
||
{
|
||
decimal: '157',
|
||
hexadecimal: '0x009D',
|
||
name: 'Geoforce Inc.'
|
||
},
|
||
{
|
||
decimal: '158',
|
||
hexadecimal: '0x009E',
|
||
name: 'Bose Corporation'
|
||
},
|
||
{
|
||
decimal: '159',
|
||
hexadecimal: '0x009F',
|
||
name: 'Suunto Oy'
|
||
},
|
||
{
|
||
decimal: '160',
|
||
hexadecimal: '0x00A0',
|
||
name: 'Kensington Computer Products Group'
|
||
},
|
||
{
|
||
decimal: '161',
|
||
hexadecimal: '0x00A1',
|
||
name: 'SR-Medizinelektronik'
|
||
},
|
||
{
|
||
decimal: '162',
|
||
hexadecimal: '0x00A2',
|
||
name: 'Vertu Corporation Limited'
|
||
},
|
||
{
|
||
decimal: '163',
|
||
hexadecimal: '0x00A3',
|
||
name: 'Meta Watch Ltd.'
|
||
},
|
||
{
|
||
decimal: '164',
|
||
hexadecimal: '0x00A4',
|
||
name: 'LINAK A/S'
|
||
},
|
||
{
|
||
decimal: '165',
|
||
hexadecimal: '0x00A5',
|
||
name: 'OTL Dynamics LLC'
|
||
},
|
||
{
|
||
decimal: '166',
|
||
hexadecimal: '0x00A6',
|
||
name: 'Panda Ocean Inc.'
|
||
},
|
||
{
|
||
decimal: '167',
|
||
hexadecimal: '0x00A7',
|
||
name: 'Visteon Corporation'
|
||
},
|
||
{
|
||
decimal: '168',
|
||
hexadecimal: '0x00A8',
|
||
name: 'ARP Devices Limited'
|
||
},
|
||
{
|
||
decimal: '169',
|
||
hexadecimal: '0x00A9',
|
||
name: 'Magneti Marelli S.p.A'
|
||
},
|
||
{
|
||
decimal: '170',
|
||
hexadecimal: '0x00AA',
|
||
name: 'CAEN RFID srl'
|
||
},
|
||
{
|
||
decimal: '171',
|
||
hexadecimal: '0x00AB',
|
||
name: 'Ingenieur-Systemgruppe Zahn GmbH'
|
||
},
|
||
{
|
||
decimal: '172',
|
||
hexadecimal: '0x00AC',
|
||
name: 'Green Throttle Games'
|
||
},
|
||
{
|
||
decimal: '173',
|
||
hexadecimal: '0x00AD',
|
||
name: 'Peter Systemtechnik GmbH'
|
||
},
|
||
{
|
||
decimal: '174',
|
||
hexadecimal: '0x00AE',
|
||
name: 'Omegawave Oy'
|
||
},
|
||
{
|
||
decimal: '175',
|
||
hexadecimal: '0x00AF',
|
||
name: 'Cinetix'
|
||
},
|
||
{
|
||
decimal: '176',
|
||
hexadecimal: '0x00B0',
|
||
name: 'Passif Semiconductor Corp'
|
||
},
|
||
{
|
||
decimal: '177',
|
||
hexadecimal: '0x00B1',
|
||
name: 'Saris Cycling Group, Inc'
|
||
},
|
||
{
|
||
decimal: '178',
|
||
hexadecimal: '0x00B2',
|
||
name: 'Bekey A/S'
|
||
},
|
||
{
|
||
decimal: '179',
|
||
hexadecimal: '0x00B3',
|
||
name: 'Clarinox Technologies Pty. Ltd.'
|
||
},
|
||
{
|
||
decimal: '180',
|
||
hexadecimal: '0x00B4',
|
||
name: 'BDE Technology Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '181',
|
||
hexadecimal: '0x00B5',
|
||
name: 'Swirl Networks'
|
||
},
|
||
{
|
||
decimal: '182',
|
||
hexadecimal: '0x00B6',
|
||
name: 'Meso international'
|
||
},
|
||
{
|
||
decimal: '183',
|
||
hexadecimal: '0x00B7',
|
||
name: 'TreLab Ltd'
|
||
},
|
||
{
|
||
decimal: '184',
|
||
hexadecimal: '0x00B8',
|
||
name: 'Qualcomm Innovation Center, Inc. (QuIC)'
|
||
},
|
||
{
|
||
decimal: '185',
|
||
hexadecimal: '0x00B9',
|
||
name: 'Johnson Controls, Inc.'
|
||
},
|
||
{
|
||
decimal: '186',
|
||
hexadecimal: '0x00BA',
|
||
name: 'Starkey Laboratories Inc.'
|
||
},
|
||
{
|
||
decimal: '187',
|
||
hexadecimal: '0x00BB',
|
||
name: 'S-Power Electronics Limited'
|
||
},
|
||
{
|
||
decimal: '188',
|
||
hexadecimal: '0x00BC',
|
||
name: 'Ace Sensor Inc'
|
||
},
|
||
{
|
||
decimal: '189',
|
||
hexadecimal: '0x00BD',
|
||
name: 'Aplix Corporation'
|
||
},
|
||
{
|
||
decimal: '190',
|
||
hexadecimal: '0x00BE',
|
||
name: 'AAMP of America'
|
||
},
|
||
{
|
||
decimal: '191',
|
||
hexadecimal: '0x00BF',
|
||
name: 'Stalmart Technology Limited'
|
||
},
|
||
{
|
||
decimal: '192',
|
||
hexadecimal: '0x00C0',
|
||
name: 'AMICCOM Electronics Corporation'
|
||
},
|
||
{
|
||
decimal: '193',
|
||
hexadecimal: '0x00C1',
|
||
name: 'Shenzhen Excelsecu Data Technology Co.,Ltd'
|
||
},
|
||
{
|
||
decimal: '194',
|
||
hexadecimal: '0x00C2',
|
||
name: 'Geneq Inc.'
|
||
},
|
||
{
|
||
decimal: '195',
|
||
hexadecimal: '0x00C3',
|
||
name: 'adidas AG'
|
||
},
|
||
{
|
||
decimal: '196',
|
||
hexadecimal: '0x00C4',
|
||
name: 'LG Electronics'
|
||
},
|
||
{
|
||
decimal: '197',
|
||
hexadecimal: '0x00C5',
|
||
name: 'Onset Computer Corporation'
|
||
},
|
||
{
|
||
decimal: '198',
|
||
hexadecimal: '0x00C6',
|
||
name: 'Selfly BV'
|
||
},
|
||
{
|
||
decimal: '199',
|
||
hexadecimal: '0x00C7',
|
||
name: 'Quuppa Oy.'
|
||
},
|
||
{
|
||
decimal: '200',
|
||
hexadecimal: '0x00C8',
|
||
name: 'GeLo Inc'
|
||
},
|
||
{
|
||
decimal: '201',
|
||
hexadecimal: '0x00C9',
|
||
name: 'Evluma'
|
||
},
|
||
{
|
||
decimal: '202',
|
||
hexadecimal: '0x00CA',
|
||
name: 'MC10'
|
||
},
|
||
{
|
||
decimal: '203',
|
||
hexadecimal: '0x00CB',
|
||
name: 'Binauric SE'
|
||
},
|
||
{
|
||
decimal: '204',
|
||
hexadecimal: '0x00CC',
|
||
name: 'Beats Electronics'
|
||
},
|
||
{
|
||
decimal: '205',
|
||
hexadecimal: '0x00CD',
|
||
name: 'Microchip Technology Inc.'
|
||
},
|
||
{
|
||
decimal: '206',
|
||
hexadecimal: '0x00CE',
|
||
name: 'Elgato Systems GmbH'
|
||
},
|
||
{
|
||
decimal: '207',
|
||
hexadecimal: '0x00CF',
|
||
name: 'ARCHOS SA'
|
||
},
|
||
{
|
||
decimal: '208',
|
||
hexadecimal: '0x00D0',
|
||
name: 'Dexcom, Inc.'
|
||
},
|
||
{
|
||
decimal: '209',
|
||
hexadecimal: '0x00D1',
|
||
name: 'Polar Electro Europe B.V.'
|
||
},
|
||
{
|
||
decimal: '210',
|
||
hexadecimal: '0x00D2',
|
||
name: 'Dialog Semiconductor B.V.'
|
||
},
|
||
{
|
||
decimal: '211',
|
||
hexadecimal: '0x00D3',
|
||
name: 'Taixingbang Technology (HK) Co,. LTD.'
|
||
},
|
||
{
|
||
decimal: '212',
|
||
hexadecimal: '0x00D4',
|
||
name: 'Kawantech'
|
||
},
|
||
{
|
||
decimal: '213',
|
||
hexadecimal: '0x00D5',
|
||
name: 'Austco Communication Systems'
|
||
},
|
||
{
|
||
decimal: '214',
|
||
hexadecimal: '0x00D6',
|
||
name: 'Timex Group USA, Inc.'
|
||
},
|
||
{
|
||
decimal: '215',
|
||
hexadecimal: '0x00D7',
|
||
name: 'Qualcomm Technologies, Inc.'
|
||
},
|
||
{
|
||
decimal: '216',
|
||
hexadecimal: '0x00D8',
|
||
name: 'Qualcomm Connected Experiences, Inc.'
|
||
},
|
||
{
|
||
decimal: '217',
|
||
hexadecimal: '0x00D9',
|
||
name: 'Voyetra Turtle Beach'
|
||
},
|
||
{
|
||
decimal: '218',
|
||
hexadecimal: '0x00DA',
|
||
name: 'txtr GmbH'
|
||
},
|
||
{
|
||
decimal: '219',
|
||
hexadecimal: '0x00DB',
|
||
name: 'Biosentronics'
|
||
},
|
||
{
|
||
decimal: '220',
|
||
hexadecimal: '0x00DC',
|
||
name: 'Procter & Gamble'
|
||
},
|
||
{
|
||
decimal: '221',
|
||
hexadecimal: '0x00DD',
|
||
name: 'Hosiden Corporation'
|
||
},
|
||
{
|
||
decimal: '222',
|
||
hexadecimal: '0x00DE',
|
||
name: 'Muzik LLC'
|
||
},
|
||
{
|
||
decimal: '223',
|
||
hexadecimal: '0x00DF',
|
||
name: 'Misfit Wearables Corp'
|
||
},
|
||
{
|
||
decimal: '224',
|
||
hexadecimal: '0x00E0',
|
||
name: 'Google'
|
||
},
|
||
{
|
||
decimal: '225',
|
||
hexadecimal: '0x00E1',
|
||
name: 'Danlers Ltd'
|
||
},
|
||
{
|
||
decimal: '226',
|
||
hexadecimal: '0x00E2',
|
||
name: 'Semilink Inc'
|
||
},
|
||
{
|
||
decimal: '227',
|
||
hexadecimal: '0x00E3',
|
||
name: 'inMusic Brands, Inc'
|
||
},
|
||
{
|
||
decimal: '228',
|
||
hexadecimal: '0x00E4',
|
||
name: 'L.S. Research Inc.'
|
||
},
|
||
{
|
||
decimal: '229',
|
||
hexadecimal: '0x00E5',
|
||
name: 'Eden Software Consultants Ltd.'
|
||
},
|
||
{
|
||
decimal: '230',
|
||
hexadecimal: '0x00E6',
|
||
name: 'Freshtemp'
|
||
},
|
||
{
|
||
decimal: '231',
|
||
hexadecimal: '0x00E7',
|
||
name: 'KS Technologies'
|
||
},
|
||
{
|
||
decimal: '232',
|
||
hexadecimal: '0x00E8',
|
||
name: 'ACTS Technologies'
|
||
},
|
||
{
|
||
decimal: '233',
|
||
hexadecimal: '0x00E9',
|
||
name: 'Vtrack Systems'
|
||
},
|
||
{
|
||
decimal: '234',
|
||
hexadecimal: '0x00EA',
|
||
name: 'Nielsen-Kellerman Company'
|
||
},
|
||
{
|
||
decimal: '235',
|
||
hexadecimal: '0x00EB',
|
||
name: 'Server Technology, Inc.'
|
||
},
|
||
{
|
||
decimal: '236',
|
||
hexadecimal: '0x00EC',
|
||
name: 'BioResearch Associates'
|
||
},
|
||
{
|
||
decimal: '237',
|
||
hexadecimal: '0x00ED',
|
||
name: 'Jolly Logic, LLC'
|
||
},
|
||
{
|
||
decimal: '238',
|
||
hexadecimal: '0x00EE',
|
||
name: 'Above Average Outcomes, Inc.'
|
||
},
|
||
{
|
||
decimal: '239',
|
||
hexadecimal: '0x00EF',
|
||
name: 'Bitsplitters GmbH'
|
||
},
|
||
{
|
||
decimal: '240',
|
||
hexadecimal: '0x00F0',
|
||
name: 'PayPal, Inc.'
|
||
},
|
||
{
|
||
decimal: '241',
|
||
hexadecimal: '0x00F1',
|
||
name: 'Witron Technology Limited'
|
||
},
|
||
{
|
||
decimal: '242',
|
||
hexadecimal: '0x00F2',
|
||
name: 'Aether Things Inc. (formerly Morse Project Inc.)'
|
||
},
|
||
{
|
||
decimal: '243',
|
||
hexadecimal: '0x00F3',
|
||
name: 'Kent Displays Inc.'
|
||
},
|
||
{
|
||
decimal: '244',
|
||
hexadecimal: '0x00F4',
|
||
name: 'Nautilus Inc.'
|
||
},
|
||
{
|
||
decimal: '245',
|
||
hexadecimal: '0x00F5',
|
||
name: 'Smartifier Oy'
|
||
},
|
||
{
|
||
decimal: '246',
|
||
hexadecimal: '0x00F6',
|
||
name: 'Elcometer Limited'
|
||
},
|
||
{
|
||
decimal: '247',
|
||
hexadecimal: '0x00F7',
|
||
name: 'VSN Technologies Inc.'
|
||
},
|
||
{
|
||
decimal: '248',
|
||
hexadecimal: '0x00F8',
|
||
name: 'AceUni Corp., Ltd.'
|
||
},
|
||
{
|
||
decimal: '249',
|
||
hexadecimal: '0x00F9',
|
||
name: 'StickNFind'
|
||
},
|
||
{
|
||
decimal: '250',
|
||
hexadecimal: '0x00FA',
|
||
name: 'Crystal Code AB'
|
||
},
|
||
{
|
||
decimal: '251',
|
||
hexadecimal: '0x00FB',
|
||
name: 'KOUKAAM a.s.'
|
||
},
|
||
{
|
||
decimal: '252',
|
||
hexadecimal: '0x00FC',
|
||
name: 'Delphi Corporation'
|
||
},
|
||
{
|
||
decimal: '253',
|
||
hexadecimal: '0x00FD',
|
||
name: 'ValenceTech Limited'
|
||
},
|
||
{
|
||
decimal: '254',
|
||
hexadecimal: '0x00FE',
|
||
name: 'Reserved'
|
||
},
|
||
{
|
||
decimal: '255',
|
||
hexadecimal: '0x00FF',
|
||
name: 'Typo Products, LLC'
|
||
},
|
||
{
|
||
decimal: '256',
|
||
hexadecimal: '0x0100',
|
||
name: 'TomTom International BV'
|
||
},
|
||
{
|
||
decimal: '257',
|
||
hexadecimal: '0x0101',
|
||
name: 'Fugoo, Inc'
|
||
},
|
||
{
|
||
decimal: '258',
|
||
hexadecimal: '0x0102',
|
||
name: 'Keiser Corporation'
|
||
},
|
||
{
|
||
decimal: '259',
|
||
hexadecimal: '0x0103',
|
||
name: 'Bang & Olufsen A/S'
|
||
},
|
||
{
|
||
decimal: '260',
|
||
hexadecimal: '0x0104',
|
||
name: 'PLUS Locations Systems Pty Ltd'
|
||
},
|
||
{
|
||
decimal: '261',
|
||
hexadecimal: '0x0105',
|
||
name: 'Ubiquitous Computing Technology Corporation'
|
||
},
|
||
{
|
||
decimal: '262',
|
||
hexadecimal: '0x0106',
|
||
name: 'Innovative Yachtter Solutions'
|
||
},
|
||
{
|
||
decimal: '263',
|
||
hexadecimal: '0x0107',
|
||
name: 'William Demant Holding A/S'
|
||
},
|
||
{
|
||
decimal: '264',
|
||
hexadecimal: '0x0108',
|
||
name: 'Chicony Electronics Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '265',
|
||
hexadecimal: '0x0109',
|
||
name: 'Atus BV'
|
||
},
|
||
{
|
||
decimal: '266',
|
||
hexadecimal: '0x010A',
|
||
name: 'Codegate Ltd.'
|
||
},
|
||
{
|
||
decimal: '267',
|
||
hexadecimal: '0x010B',
|
||
name: 'ERi, Inc.'
|
||
},
|
||
{
|
||
decimal: '268',
|
||
hexadecimal: '0x010C',
|
||
name: 'Transducers Direct, LLC'
|
||
},
|
||
{
|
||
decimal: '269',
|
||
hexadecimal: '0x010D',
|
||
name: 'Fujitsu Ten Limited'
|
||
},
|
||
{
|
||
decimal: '270',
|
||
hexadecimal: '0x010E',
|
||
name: 'Audi AG'
|
||
},
|
||
{
|
||
decimal: '271',
|
||
hexadecimal: '0x010F',
|
||
name: 'HiSilicon Technologies Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '272',
|
||
hexadecimal: '0x0110',
|
||
name: 'Nippon Seiki Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '273',
|
||
hexadecimal: '0x0111',
|
||
name: 'Steelseries ApS'
|
||
},
|
||
{
|
||
decimal: '274',
|
||
hexadecimal: '0x0112',
|
||
name: 'vyzybl Inc.'
|
||
},
|
||
{
|
||
decimal: '275',
|
||
hexadecimal: '0x0113',
|
||
name: 'Openbrain Technologies, Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '276',
|
||
hexadecimal: '0x0114',
|
||
name: 'Xensr'
|
||
},
|
||
{
|
||
decimal: '277',
|
||
hexadecimal: '0x0115',
|
||
name: 'e.solutions'
|
||
},
|
||
{
|
||
decimal: '278',
|
||
hexadecimal: '0x0116',
|
||
name: '1OAK Technologies'
|
||
},
|
||
{
|
||
decimal: '279',
|
||
hexadecimal: '0x0117',
|
||
name: 'Wimoto Technologies Inc'
|
||
},
|
||
{
|
||
decimal: '280',
|
||
hexadecimal: '0x0118',
|
||
name: 'Radius Networks, Inc.'
|
||
},
|
||
{
|
||
decimal: '281',
|
||
hexadecimal: '0x0119',
|
||
name: 'Wize Technology Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '282',
|
||
hexadecimal: '0x011A',
|
||
name: 'Qualcomm Labs, Inc.'
|
||
},
|
||
{
|
||
decimal: '283',
|
||
hexadecimal: '0x011B',
|
||
name: 'Aruba Networks'
|
||
},
|
||
{
|
||
decimal: '284',
|
||
hexadecimal: '0x011C',
|
||
name: 'Baidu'
|
||
},
|
||
{
|
||
decimal: '285',
|
||
hexadecimal: '0x011D',
|
||
name: 'Arendi AG'
|
||
},
|
||
{
|
||
decimal: '286',
|
||
hexadecimal: '0x011E',
|
||
name: 'Skoda Auto a.s.'
|
||
},
|
||
{
|
||
decimal: '287',
|
||
hexadecimal: '0x011F',
|
||
name: 'Volkswagon AG'
|
||
},
|
||
{
|
||
decimal: '288',
|
||
hexadecimal: '0x0120',
|
||
name: 'Porsche AG'
|
||
},
|
||
{
|
||
decimal: '289',
|
||
hexadecimal: '0x0121',
|
||
name: 'Sino Wealth Electronic Ltd.'
|
||
},
|
||
{
|
||
decimal: '290',
|
||
hexadecimal: '0x0122',
|
||
name: 'AirTurn, Inc.'
|
||
},
|
||
{
|
||
decimal: '291',
|
||
hexadecimal: '0x0123',
|
||
name: 'Kinsa, Inc.'
|
||
},
|
||
{
|
||
decimal: '292',
|
||
hexadecimal: '0x0124',
|
||
name: 'HID Global'
|
||
},
|
||
{
|
||
decimal: '293',
|
||
hexadecimal: '0x0125',
|
||
name: 'SEAT es'
|
||
},
|
||
{
|
||
decimal: '294',
|
||
hexadecimal: '0x0126',
|
||
name: 'Promethean Ltd.'
|
||
},
|
||
{
|
||
decimal: '295',
|
||
hexadecimal: '0x0127',
|
||
name: 'Salutica Allied Solutions'
|
||
},
|
||
{
|
||
decimal: '296',
|
||
hexadecimal: '0x0128',
|
||
name: 'GPSI Group Pty Ltd'
|
||
},
|
||
{
|
||
decimal: '297',
|
||
hexadecimal: '0x0129',
|
||
name: 'Nimble Devices Oy'
|
||
},
|
||
{
|
||
decimal: '298',
|
||
hexadecimal: '0x012A',
|
||
name: 'Changzhou Yongse Infotech Co., Ltd'
|
||
},
|
||
{
|
||
decimal: '299',
|
||
hexadecimal: '0x012B',
|
||
name: 'SportIQ'
|
||
},
|
||
{
|
||
decimal: '300',
|
||
hexadecimal: '0x012C',
|
||
name: 'TEMEC Instruments B.V.'
|
||
},
|
||
{
|
||
decimal: '301',
|
||
hexadecimal: '0x012D',
|
||
name: 'Sony Corporation'
|
||
},
|
||
{
|
||
decimal: '302',
|
||
hexadecimal: '0x012E',
|
||
name: 'ASSA ABLOY'
|
||
},
|
||
{
|
||
decimal: '303',
|
||
hexadecimal: '0x012F',
|
||
name: 'Clarion Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '304',
|
||
hexadecimal: '0x0130',
|
||
name: 'Warehouse Innovations'
|
||
},
|
||
{
|
||
decimal: '305',
|
||
hexadecimal: '0x0131',
|
||
name: 'Cypress Semiconductor Corporation'
|
||
},
|
||
{
|
||
decimal: '306',
|
||
hexadecimal: '0x0132',
|
||
name: 'MADS Inc'
|
||
},
|
||
{
|
||
decimal: '307',
|
||
hexadecimal: '0x0133',
|
||
name: 'Blue Maestro Limited'
|
||
},
|
||
{
|
||
decimal: '308',
|
||
hexadecimal: '0x0134',
|
||
name: 'Resolution Products, Inc.'
|
||
},
|
||
{
|
||
decimal: '309',
|
||
hexadecimal: '0x0135',
|
||
name: 'Airewear LLC'
|
||
},
|
||
{
|
||
decimal: '310',
|
||
hexadecimal: '0x0136',
|
||
name: 'ETC sp. z.o.o.'
|
||
},
|
||
{
|
||
decimal: '311',
|
||
hexadecimal: '0x0137',
|
||
name: 'Prestigio Plaza Ltd.'
|
||
},
|
||
{
|
||
decimal: '312',
|
||
hexadecimal: '0x0138',
|
||
name: 'NTEO Inc.'
|
||
},
|
||
{
|
||
decimal: '313',
|
||
hexadecimal: '0x0139',
|
||
name: 'Focus Systems Corporation'
|
||
},
|
||
{
|
||
decimal: '314',
|
||
hexadecimal: '0x013A',
|
||
name: 'Tencent Holdings Limited'
|
||
},
|
||
{
|
||
decimal: '315',
|
||
hexadecimal: '0x013B',
|
||
name: 'Allegion'
|
||
},
|
||
{
|
||
decimal: '316',
|
||
hexadecimal: '0x013C',
|
||
name: 'Murata Manufacuring Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '318',
|
||
hexadecimal: '0x013E',
|
||
name: 'Nod, Inc.'
|
||
},
|
||
{
|
||
decimal: '319',
|
||
hexadecimal: '0x013F',
|
||
name: 'B&B Manufacturing Company'
|
||
},
|
||
{
|
||
decimal: '320',
|
||
hexadecimal: '0x0140',
|
||
name: 'Alpine Electronics (China) Co., Ltd'
|
||
},
|
||
{
|
||
decimal: '321',
|
||
hexadecimal: '0x0141',
|
||
name: 'FedEx Services'
|
||
},
|
||
{
|
||
decimal: '322',
|
||
hexadecimal: '0x0142',
|
||
name: 'Grape Systems Inc.'
|
||
},
|
||
{
|
||
decimal: '323',
|
||
hexadecimal: '0x0143',
|
||
name: 'Bkon Connect'
|
||
},
|
||
{
|
||
decimal: '324',
|
||
hexadecimal: '0x0144',
|
||
name: 'Lintech GmbH'
|
||
},
|
||
{
|
||
decimal: '325',
|
||
hexadecimal: '0x0145',
|
||
name: 'Novatel Wireless'
|
||
},
|
||
{
|
||
decimal: '326',
|
||
hexadecimal: '0x0146',
|
||
name: 'Ciright'
|
||
},
|
||
{
|
||
decimal: '327',
|
||
hexadecimal: '0x0147',
|
||
name: 'Mighty Cast, Inc.'
|
||
},
|
||
{
|
||
decimal: '328',
|
||
hexadecimal: '0x0148',
|
||
name: 'Ambimat Electronics'
|
||
},
|
||
{
|
||
decimal: '329',
|
||
hexadecimal: '0x0149',
|
||
name: 'Perytons Ltd.'
|
||
},
|
||
{
|
||
decimal: '330',
|
||
hexadecimal: '0x014A',
|
||
name: 'Tivoli Audio, LLC'
|
||
},
|
||
{
|
||
decimal: '331',
|
||
hexadecimal: '0x014B',
|
||
name: 'Master Lock'
|
||
},
|
||
{
|
||
decimal: '332',
|
||
hexadecimal: '0x014C',
|
||
name: 'Mesh-Net Ltd'
|
||
},
|
||
{
|
||
decimal: '333',
|
||
hexadecimal: '0x014D',
|
||
name: 'Huizhou Desay SV Automotive CO., LTD.'
|
||
},
|
||
{
|
||
decimal: '334',
|
||
hexadecimal: '0x014E',
|
||
name: 'Tangerine, Inc.'
|
||
},
|
||
{
|
||
decimal: '335',
|
||
hexadecimal: '0x014F',
|
||
name: 'B&W Group Ltd.'
|
||
},
|
||
{
|
||
decimal: '336',
|
||
hexadecimal: '0x0150',
|
||
name: 'Pioneer Corporation'
|
||
},
|
||
{
|
||
decimal: '337',
|
||
hexadecimal: '0x0151',
|
||
name: 'OnBeep'
|
||
},
|
||
{
|
||
decimal: '338',
|
||
hexadecimal: '0x0152',
|
||
name: 'Vernier Software & Technology'
|
||
},
|
||
{
|
||
decimal: '339',
|
||
hexadecimal: '0x0153',
|
||
name: 'ROL Ergo'
|
||
},
|
||
{
|
||
decimal: '340',
|
||
hexadecimal: '0x0154',
|
||
name: 'Pebble Technology'
|
||
},
|
||
{
|
||
decimal: '341',
|
||
hexadecimal: '0x0155',
|
||
name: 'NETATMO'
|
||
},
|
||
{
|
||
decimal: '342',
|
||
hexadecimal: '0x0156',
|
||
name: 'Accumulate AB'
|
||
},
|
||
{
|
||
decimal: '343',
|
||
hexadecimal: '0x0157',
|
||
name: 'Anhui Huami Information Technology Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '344',
|
||
hexadecimal: '0x0158',
|
||
name: 'Inmite s.r.o.'
|
||
},
|
||
{
|
||
decimal: '345',
|
||
hexadecimal: '0x0159',
|
||
name: 'ChefSteps, Inc.'
|
||
},
|
||
{
|
||
decimal: '346',
|
||
hexadecimal: '0x015A',
|
||
name: 'micas AG'
|
||
},
|
||
{
|
||
decimal: '347',
|
||
hexadecimal: '0x015B',
|
||
name: 'Biomedical Research Ltd.'
|
||
},
|
||
{
|
||
decimal: '348',
|
||
hexadecimal: '0x015C',
|
||
name: 'Pitius Tec S.L.'
|
||
},
|
||
{
|
||
decimal: '349',
|
||
hexadecimal: '0x015D',
|
||
name: 'Estimote, Inc.'
|
||
},
|
||
{
|
||
decimal: '350',
|
||
hexadecimal: '0x015E',
|
||
name: 'Unikey Technologies, Inc.'
|
||
},
|
||
{
|
||
decimal: '351',
|
||
hexadecimal: '0x015F',
|
||
name: 'Timer Cap Co.'
|
||
},
|
||
{
|
||
decimal: '352',
|
||
hexadecimal: '0x0160',
|
||
name: 'AwoX'
|
||
},
|
||
{
|
||
decimal: '353',
|
||
hexadecimal: '0x0161',
|
||
name: 'yikes'
|
||
},
|
||
{
|
||
decimal: '354',
|
||
hexadecimal: '0x0162',
|
||
name: 'MADSGlobal NZ Ltd.'
|
||
},
|
||
{
|
||
decimal: '355',
|
||
hexadecimal: '0x0163',
|
||
name: 'PCH International'
|
||
},
|
||
{
|
||
decimal: '356',
|
||
hexadecimal: '0x0164',
|
||
name: 'Qingdao Yeelink Information Technology Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '357',
|
||
hexadecimal: '0x0165',
|
||
name: 'Milwaukee Tool (formerly Milwaukee Electric Tools)'
|
||
},
|
||
{
|
||
decimal: '358',
|
||
hexadecimal: '0x0166',
|
||
name: 'MISHIK Pte Ltd'
|
||
},
|
||
{
|
||
decimal: '359',
|
||
hexadecimal: '0x0167',
|
||
name: 'Bayer HealthCare'
|
||
},
|
||
{
|
||
decimal: '360',
|
||
hexadecimal: '0x0168',
|
||
name: 'Spicebox LLC'
|
||
},
|
||
{
|
||
decimal: '361',
|
||
hexadecimal: '0x0169',
|
||
name: 'emberlight'
|
||
},
|
||
{
|
||
decimal: '362',
|
||
hexadecimal: '0x016A',
|
||
name: 'Cooper-Atkins Corporation'
|
||
},
|
||
{
|
||
decimal: '363',
|
||
hexadecimal: '0x016B',
|
||
name: 'Qblinks'
|
||
},
|
||
{
|
||
decimal: '364',
|
||
hexadecimal: '0x016C',
|
||
name: 'MYSPHERA'
|
||
},
|
||
{
|
||
decimal: '365',
|
||
hexadecimal: '0x016D',
|
||
name: 'LifeScan Inc'
|
||
},
|
||
{
|
||
decimal: '366',
|
||
hexadecimal: '0x016E',
|
||
name: 'Volantic AB'
|
||
},
|
||
{
|
||
decimal: '367',
|
||
hexadecimal: '0x016F',
|
||
name: 'Podo Labs, Inc'
|
||
},
|
||
{
|
||
decimal: '368',
|
||
hexadecimal: '0x0170',
|
||
name: 'Roche Diabetes Care AG'
|
||
},
|
||
{
|
||
decimal: '368',
|
||
hexadecimal: '0x0170',
|
||
name: 'Roche Diabetes Care AG'
|
||
},
|
||
{
|
||
decimal: '369',
|
||
hexadecimal: '0x0171',
|
||
name: 'Amazon Fulfillment Service'
|
||
},
|
||
{
|
||
decimal: '370',
|
||
hexadecimal: '0x0172',
|
||
name: 'Connovate Technology Private Limited'
|
||
},
|
||
{
|
||
decimal: '371',
|
||
hexadecimal: '0x0173',
|
||
name: 'Kocomojo, LLC'
|
||
},
|
||
{
|
||
decimal: '372',
|
||
hexadecimal: '0x0174',
|
||
name: 'Everykey LLC'
|
||
},
|
||
{
|
||
decimal: '373',
|
||
hexadecimal: '0x0175',
|
||
name: 'Dynamic Controls'
|
||
},
|
||
{
|
||
decimal: '374',
|
||
hexadecimal: '0x0176',
|
||
name: 'SentriLock'
|
||
},
|
||
{
|
||
decimal: '375',
|
||
hexadecimal: '0x0177',
|
||
name: 'I-SYST inc.'
|
||
},
|
||
{
|
||
decimal: '376',
|
||
hexadecimal: '0x0178',
|
||
name: 'CASIO COMPUTER CO., LTD.'
|
||
},
|
||
{
|
||
decimal: '377',
|
||
hexadecimal: '0x0179',
|
||
name: 'LAPIS Semiconductor Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '378',
|
||
hexadecimal: '0x017A',
|
||
name: 'Telemonitor, Inc.'
|
||
},
|
||
{
|
||
decimal: '379',
|
||
hexadecimal: '0x017B',
|
||
name: 'taskit GmbH'
|
||
},
|
||
{
|
||
decimal: '380',
|
||
hexadecimal: '0x017C',
|
||
name: 'Daimler AG'
|
||
},
|
||
{
|
||
decimal: '381',
|
||
hexadecimal: '0x017D',
|
||
name: 'BatAndCat'
|
||
},
|
||
{
|
||
decimal: '382',
|
||
hexadecimal: '0x017E',
|
||
name: 'BluDotz Ltd'
|
||
},
|
||
{
|
||
decimal: '383',
|
||
hexadecimal: '0x017F',
|
||
name: 'XTel ApS'
|
||
},
|
||
{
|
||
decimal: '384',
|
||
hexadecimal: '0x0180',
|
||
name: 'Gigaset Communications GmbH'
|
||
},
|
||
{
|
||
decimal: '385',
|
||
hexadecimal: '0x0181',
|
||
name: 'Gecko Health Innovations, Inc.'
|
||
},
|
||
{
|
||
decimal: '386',
|
||
hexadecimal: '0x0182',
|
||
name: 'HOP Ubiquitous'
|
||
},
|
||
{
|
||
decimal: '387',
|
||
hexadecimal: '0x0183',
|
||
name: '### EMPTY ###'
|
||
},
|
||
{
|
||
decimal: '388',
|
||
hexadecimal: '0x0184',
|
||
name: 'Nectar'
|
||
},
|
||
{
|
||
decimal: '389',
|
||
hexadecimal: '0x0185',
|
||
name: 'bel\'apps LLC'
|
||
},
|
||
{
|
||
decimal: '390',
|
||
hexadecimal: '0x0186',
|
||
name: 'CORE Lighting Ltd'
|
||
},
|
||
{
|
||
decimal: '391',
|
||
hexadecimal: '0x0187',
|
||
name: 'Seraphim Sense Ltd'
|
||
},
|
||
{
|
||
decimal: '392',
|
||
hexadecimal: '0x0188',
|
||
name: 'Unico RBC'
|
||
},
|
||
{
|
||
decimal: '393',
|
||
hexadecimal: '0x0189',
|
||
name: 'Physical Enterprises Inc.'
|
||
},
|
||
{
|
||
decimal: '394',
|
||
hexadecimal: '0x018A',
|
||
name: 'Able Trend Technology Limited'
|
||
},
|
||
{
|
||
decimal: '395',
|
||
hexadecimal: '0x018B',
|
||
name: 'Konica Minolta, Inc.'
|
||
},
|
||
{
|
||
decimal: '396',
|
||
hexadecimal: '0x018C',
|
||
name: 'Wilo SE'
|
||
},
|
||
{
|
||
decimal: '397',
|
||
hexadecimal: '0x018D',
|
||
name: 'Extron Design Services'
|
||
},
|
||
{
|
||
decimal: '398',
|
||
hexadecimal: '0x018E',
|
||
name: 'Fitbit, Inc.'
|
||
},
|
||
{
|
||
decimal: '399',
|
||
hexadecimal: '0x018F',
|
||
name: 'Fireflies Systems'
|
||
},
|
||
{
|
||
decimal: '400',
|
||
hexadecimal: '0x0190',
|
||
name: 'Intelletto Technologies Inc'
|
||
},
|
||
{
|
||
decimal: '401',
|
||
hexadecimal: '0x0191',
|
||
name: 'FDK CORPORATION'
|
||
},
|
||
{
|
||
decimal: '402',
|
||
hexadecimal: '0x0192',
|
||
name: 'Cloudleaf, Inc'
|
||
},
|
||
{
|
||
decimal: '403',
|
||
hexadecimal: '0x0193',
|
||
name: 'Maveric Automation LLC'
|
||
},
|
||
{
|
||
decimal: '404',
|
||
hexadecimal: '0x0194',
|
||
name: 'Acoustic Stream Corporation'
|
||
},
|
||
{
|
||
decimal: '405',
|
||
hexadecimal: '0x0195',
|
||
name: 'Zuli'
|
||
},
|
||
{
|
||
decimal: '406',
|
||
hexadecimal: '0x0196',
|
||
name: 'Paxton Access Ltd'
|
||
},
|
||
{
|
||
decimal: '407',
|
||
hexadecimal: '0x0197',
|
||
name: 'WiSilica Inc'
|
||
},
|
||
{
|
||
decimal: '408',
|
||
hexadecimal: '0x0198',
|
||
name: 'Vengit Limited'
|
||
},
|
||
{
|
||
decimal: '409',
|
||
hexadecimal: '0x0199',
|
||
name: 'SALTO SYSTEMS S.L.'
|
||
},
|
||
{
|
||
decimal: '410',
|
||
hexadecimal: '0x019A',
|
||
name: 'T-Engine Forum'
|
||
},
|
||
{
|
||
decimal: '411',
|
||
hexadecimal: '0x019B',
|
||
name: 'CUBETECH s.r.o.'
|
||
},
|
||
{
|
||
decimal: '412',
|
||
hexadecimal: '0x019C',
|
||
name: 'Cokiya Incorporated'
|
||
},
|
||
{
|
||
decimal: '413',
|
||
hexadecimal: '0x019D',
|
||
name: 'CVS Health'
|
||
},
|
||
{
|
||
decimal: '414',
|
||
hexadecimal: '0x019E',
|
||
name: 'Ceruus'
|
||
},
|
||
{
|
||
decimal: '415',
|
||
hexadecimal: '0x019F',
|
||
name: 'Strainstall Ltd'
|
||
},
|
||
{
|
||
decimal: '416',
|
||
hexadecimal: '0x01A0',
|
||
name: 'Channel Enterprises (HK) Ltd.'
|
||
},
|
||
{
|
||
decimal: '417',
|
||
hexadecimal: '0x01A1',
|
||
name: 'FIAMM'
|
||
},
|
||
{
|
||
decimal: '418',
|
||
hexadecimal: '0x01A2',
|
||
name: 'GIGALANE.CO.,LTD'
|
||
},
|
||
{
|
||
decimal: '419',
|
||
hexadecimal: '0x01A3',
|
||
name: 'EROAD'
|
||
},
|
||
{
|
||
decimal: '420',
|
||
hexadecimal: '0x01A4',
|
||
name: 'Mine Safety Appliances'
|
||
},
|
||
{
|
||
decimal: '421',
|
||
hexadecimal: '0x01A5',
|
||
name: 'Icon Health and Fitness'
|
||
},
|
||
{
|
||
decimal: '422',
|
||
hexadecimal: '0x01A6',
|
||
name: 'Asandoo GmbH'
|
||
},
|
||
{
|
||
decimal: '423',
|
||
hexadecimal: '0x01A7',
|
||
name: 'ENERGOUS CORPORATION'
|
||
},
|
||
{
|
||
decimal: '424',
|
||
hexadecimal: '0x01A8',
|
||
name: 'Taobao'
|
||
},
|
||
{
|
||
decimal: '425',
|
||
hexadecimal: '0x01A9',
|
||
name: 'Canon Inc.'
|
||
},
|
||
{
|
||
decimal: '426',
|
||
hexadecimal: '0x01AA',
|
||
name: 'Geophysical Technology Inc.'
|
||
},
|
||
{
|
||
decimal: '427',
|
||
hexadecimal: '0x01AB',
|
||
name: 'Facebook, Inc.'
|
||
},
|
||
{
|
||
decimal: '428',
|
||
hexadecimal: '0x01AC',
|
||
name: 'Nipro Diagnostics, Inc.'
|
||
},
|
||
{
|
||
decimal: '429',
|
||
hexadecimal: '0x01AD',
|
||
name: 'FlightSafety International'
|
||
},
|
||
{
|
||
decimal: '430',
|
||
hexadecimal: '0x01AE',
|
||
name: 'Earlens Corporation'
|
||
},
|
||
{
|
||
decimal: '431',
|
||
hexadecimal: '0x01AF',
|
||
name: 'Sunrise Micro Devices, Inc.'
|
||
},
|
||
{
|
||
decimal: '432',
|
||
hexadecimal: '0x01B0',
|
||
name: 'Star Micronics Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '433',
|
||
hexadecimal: '0x01B1',
|
||
name: 'Netizens Sp. z o.o.'
|
||
},
|
||
{
|
||
decimal: '434',
|
||
hexadecimal: '0x01B2',
|
||
name: 'Nymi Inc.'
|
||
},
|
||
{
|
||
decimal: '435',
|
||
hexadecimal: '0x01B3',
|
||
name: 'Nytec, Inc.'
|
||
},
|
||
{
|
||
decimal: '436',
|
||
hexadecimal: '0x01B4',
|
||
name: 'Trineo Sp. z o.o.'
|
||
},
|
||
{
|
||
decimal: '437',
|
||
hexadecimal: '0x01B5',
|
||
name: 'Nest Labs Inc.'
|
||
},
|
||
{
|
||
decimal: '438',
|
||
hexadecimal: '0x01B6',
|
||
name: 'LM Technologies Ltd'
|
||
},
|
||
{
|
||
decimal: '439',
|
||
hexadecimal: '0x01B7',
|
||
name: 'General Electric Company'
|
||
},
|
||
{
|
||
decimal: '440',
|
||
hexadecimal: '0x01B8',
|
||
name: 'i+D3 S.L.'
|
||
},
|
||
{
|
||
decimal: '441',
|
||
hexadecimal: '0x01B9',
|
||
name: 'HANA Micron'
|
||
},
|
||
{
|
||
decimal: '442',
|
||
hexadecimal: '0x01BA',
|
||
name: 'Stages Cycling LLC'
|
||
},
|
||
{
|
||
decimal: '443',
|
||
hexadecimal: '0x01BB',
|
||
name: 'Cochlear Bone Anchored Solutions AB'
|
||
},
|
||
{
|
||
decimal: '444',
|
||
hexadecimal: '0x01BC',
|
||
name: 'SenionLab AB'
|
||
},
|
||
{
|
||
decimal: '445',
|
||
hexadecimal: '0x01BD',
|
||
name: 'Syszone Co., Ltd'
|
||
},
|
||
{
|
||
decimal: '446',
|
||
hexadecimal: '0x01BE',
|
||
name: 'Pulsate Mobile Ltd.'
|
||
},
|
||
{
|
||
decimal: '447',
|
||
hexadecimal: '0x01BF',
|
||
name: 'Hong Kong HunterSun Electronic Limited'
|
||
},
|
||
{
|
||
decimal: '448',
|
||
hexadecimal: '0x01C0',
|
||
name: 'pironex GmbH'
|
||
},
|
||
{
|
||
decimal: '449',
|
||
hexadecimal: '0x01C1',
|
||
name: 'BRADATECH Corp.'
|
||
},
|
||
{
|
||
decimal: '450',
|
||
hexadecimal: '0x01C2',
|
||
name: 'Transenergooil AG'
|
||
},
|
||
{
|
||
decimal: '451',
|
||
hexadecimal: '0x01C3',
|
||
name: 'Bunch'
|
||
},
|
||
{
|
||
decimal: '452',
|
||
hexadecimal: '0x01C4',
|
||
name: 'DME Microelectronics'
|
||
},
|
||
{
|
||
decimal: '453',
|
||
hexadecimal: '0x01C5',
|
||
name: 'Bitcraze AB'
|
||
},
|
||
{
|
||
decimal: '454',
|
||
hexadecimal: '0x01C6',
|
||
name: 'HASWARE Inc.'
|
||
},
|
||
{
|
||
decimal: '455',
|
||
hexadecimal: '0x01C7',
|
||
name: 'Abiogenix Inc.'
|
||
},
|
||
{
|
||
decimal: '456',
|
||
hexadecimal: '0x01C8',
|
||
name: 'Poly-Control ApS'
|
||
},
|
||
{
|
||
decimal: '457',
|
||
hexadecimal: '0x01C9',
|
||
name: 'Avi-on'
|
||
},
|
||
{
|
||
decimal: '458',
|
||
hexadecimal: '0x01CA',
|
||
name: 'Laerdal Medical AS'
|
||
},
|
||
{
|
||
decimal: '459',
|
||
hexadecimal: '0x01CB',
|
||
name: 'Fetch My Pet'
|
||
},
|
||
{
|
||
decimal: '460',
|
||
hexadecimal: '0x01CC',
|
||
name: 'Sam Labs Ltd.'
|
||
},
|
||
{
|
||
decimal: '461',
|
||
hexadecimal: '0x01CD',
|
||
name: 'Chengdu Synwing Technology Ltd'
|
||
},
|
||
{
|
||
decimal: '462',
|
||
hexadecimal: '0x01CE',
|
||
name: 'HOUWA SYSTEM DESIGN, k.k.'
|
||
},
|
||
{
|
||
decimal: '463',
|
||
hexadecimal: '0x01CF',
|
||
name: 'BSH'
|
||
},
|
||
{
|
||
decimal: '464',
|
||
hexadecimal: '0x01D0',
|
||
name: 'Primus Inter Pares Ltd'
|
||
},
|
||
{
|
||
decimal: '465',
|
||
hexadecimal: '0x01D1',
|
||
name: 'August'
|
||
},
|
||
{
|
||
decimal: '466',
|
||
hexadecimal: '0x01D2',
|
||
name: 'Gill Electronics'
|
||
},
|
||
{
|
||
decimal: '467',
|
||
hexadecimal: '0x01D3',
|
||
name: 'Sky Wave Design'
|
||
},
|
||
{
|
||
decimal: '468',
|
||
hexadecimal: '0x01D4',
|
||
name: 'Newlab S.r.l.'
|
||
},
|
||
{
|
||
decimal: '469',
|
||
hexadecimal: '0x01D5',
|
||
name: 'ELAD srl'
|
||
},
|
||
{
|
||
decimal: '470',
|
||
hexadecimal: '0x01D6',
|
||
name: 'G-wearables inc.'
|
||
},
|
||
{
|
||
decimal: '471',
|
||
hexadecimal: '0x01D7',
|
||
name: 'Squadrone Systems Inc.'
|
||
},
|
||
{
|
||
decimal: '472',
|
||
hexadecimal: '0x01D8',
|
||
name: 'Code Corporation'
|
||
},
|
||
{
|
||
decimal: '473',
|
||
hexadecimal: '0x01D9',
|
||
name: 'Savant Systems LLC'
|
||
},
|
||
{
|
||
decimal: '474',
|
||
hexadecimal: '0x01DA',
|
||
name: 'Logitech International SA'
|
||
},
|
||
{
|
||
decimal: '475',
|
||
hexadecimal: '0x01DB',
|
||
name: 'Innblue Consulting'
|
||
},
|
||
{
|
||
decimal: '476',
|
||
hexadecimal: '0x01DC',
|
||
name: 'iParking Ltd.'
|
||
},
|
||
{
|
||
decimal: '477',
|
||
hexadecimal: '0x01DD',
|
||
name: 'Koninklijke Philips Electronics N.V.'
|
||
},
|
||
{
|
||
decimal: '478',
|
||
hexadecimal: '0x01DE',
|
||
name: 'Minelab Electronics Pty Limited'
|
||
},
|
||
{
|
||
decimal: '479',
|
||
hexadecimal: '0x01DF',
|
||
name: 'Bison Group Ltd.'
|
||
},
|
||
{
|
||
decimal: '480',
|
||
hexadecimal: '0x01E0',
|
||
name: 'Widex A/S'
|
||
},
|
||
{
|
||
decimal: '481',
|
||
hexadecimal: '0x01E1',
|
||
name: 'Jolla Ltd'
|
||
},
|
||
{
|
||
decimal: '482',
|
||
hexadecimal: '0x01E2',
|
||
name: 'Lectronix, Inc.'
|
||
},
|
||
{
|
||
decimal: '483',
|
||
hexadecimal: '0x01E3',
|
||
name: 'Caterpillar Inc'
|
||
},
|
||
{
|
||
decimal: '484',
|
||
hexadecimal: '0x01E4',
|
||
name: 'Freedom Innovations'
|
||
},
|
||
{
|
||
decimal: '485',
|
||
hexadecimal: '0x01E5',
|
||
name: 'Dynamic Devices Ltd'
|
||
},
|
||
{
|
||
decimal: '486',
|
||
hexadecimal: '0x01E6',
|
||
name: 'Technology Solutions (UK) Ltd'
|
||
},
|
||
{
|
||
decimal: '487',
|
||
hexadecimal: '0x01E7',
|
||
name: 'IPS Group Inc.'
|
||
},
|
||
{
|
||
decimal: '488',
|
||
hexadecimal: '0x01E8',
|
||
name: 'STIR'
|
||
},
|
||
{
|
||
decimal: '489',
|
||
hexadecimal: '0x01E9',
|
||
name: 'Sano, Inc'
|
||
},
|
||
{
|
||
decimal: '490',
|
||
hexadecimal: '0x01EA',
|
||
name: 'Advanced Application Design, Inc.'
|
||
},
|
||
{
|
||
decimal: '491',
|
||
hexadecimal: '0x01EB',
|
||
name: 'AutoMap LLC'
|
||
},
|
||
{
|
||
decimal: '492',
|
||
hexadecimal: '0x01EC',
|
||
name: 'Spreadtrum Communications Shanghai Ltd'
|
||
},
|
||
{
|
||
decimal: '493',
|
||
hexadecimal: '0x01ED',
|
||
name: 'CuteCircuit LTD'
|
||
},
|
||
{
|
||
decimal: '494',
|
||
hexadecimal: '0x01EE',
|
||
name: 'Valeo Service'
|
||
},
|
||
{
|
||
decimal: '495',
|
||
hexadecimal: '0x01EF',
|
||
name: 'Fullpower Technologies, Inc.'
|
||
},
|
||
{
|
||
decimal: '496',
|
||
hexadecimal: '0x01F0',
|
||
name: 'KloudNation'
|
||
},
|
||
{
|
||
decimal: '497',
|
||
hexadecimal: '0x01F1',
|
||
name: 'Zebra Technologies Corporation'
|
||
},
|
||
{
|
||
decimal: '498',
|
||
hexadecimal: '0x01F2',
|
||
name: 'Itron, Inc.'
|
||
},
|
||
{
|
||
decimal: '499',
|
||
hexadecimal: '0x01F3',
|
||
name: 'The University of Tokyo'
|
||
},
|
||
{
|
||
decimal: '500',
|
||
hexadecimal: '0x01F4',
|
||
name: 'UTC Fire and Security'
|
||
},
|
||
{
|
||
decimal: '501',
|
||
hexadecimal: '0x01F5',
|
||
name: 'Cool Webthings Limited'
|
||
},
|
||
{
|
||
decimal: '502',
|
||
hexadecimal: '0x01F6',
|
||
name: 'DJO Global'
|
||
},
|
||
{
|
||
decimal: '503',
|
||
hexadecimal: '0x01F7',
|
||
name: 'Gelliner Limited'
|
||
},
|
||
{
|
||
decimal: '504',
|
||
hexadecimal: '0x01F8',
|
||
name: 'Anyka (Guangzhou) Microelectronics Technology Co, LTD'
|
||
},
|
||
{
|
||
decimal: '505',
|
||
hexadecimal: '0x01F9',
|
||
name: 'Medtronic, Inc.'
|
||
},
|
||
{
|
||
decimal: '506',
|
||
hexadecimal: '0x01FA',
|
||
name: 'Gozio, Inc.'
|
||
},
|
||
{
|
||
decimal: '507',
|
||
hexadecimal: '0x01FB',
|
||
name: 'Form Lifting, LLC'
|
||
},
|
||
{
|
||
decimal: '508',
|
||
hexadecimal: '0x01FC',
|
||
name: 'Wahoo Fitness, LLC'
|
||
},
|
||
{
|
||
decimal: '509',
|
||
hexadecimal: '0x01FD',
|
||
name: 'Kontakt Micro-Location Sp. z o.o.'
|
||
},
|
||
{
|
||
decimal: '510',
|
||
hexadecimal: '0x01FE',
|
||
name: 'Radio System Corporation'
|
||
},
|
||
{
|
||
decimal: '511',
|
||
hexadecimal: '0x01FF',
|
||
name: 'Freescale Semiconductor, Inc.'
|
||
},
|
||
{
|
||
decimal: '512',
|
||
hexadecimal: '0x0200',
|
||
name: 'Verifone Systems PTe Ltd. Taiwan Branch'
|
||
},
|
||
{
|
||
decimal: '513',
|
||
hexadecimal: '0x0201',
|
||
name: 'AR Timing'
|
||
},
|
||
{
|
||
decimal: '514',
|
||
hexadecimal: '0x0202',
|
||
name: 'Rigado LLC'
|
||
},
|
||
{
|
||
decimal: '515',
|
||
hexadecimal: '0x0203',
|
||
name: 'Kemppi Oy'
|
||
},
|
||
{
|
||
decimal: '516',
|
||
hexadecimal: '0x0204',
|
||
name: 'Tapcentive Inc.'
|
||
},
|
||
{
|
||
decimal: '517',
|
||
hexadecimal: '0x0205',
|
||
name: 'Smartbotics Inc.'
|
||
},
|
||
{
|
||
decimal: '518',
|
||
hexadecimal: '0x0206',
|
||
name: 'Otter Products, LLC'
|
||
},
|
||
{
|
||
decimal: '519',
|
||
hexadecimal: '0x0207',
|
||
name: 'STEMP Inc.'
|
||
},
|
||
{
|
||
decimal: '520',
|
||
hexadecimal: '0x0208',
|
||
name: 'LumiGeek LLC'
|
||
},
|
||
{
|
||
decimal: '521',
|
||
hexadecimal: '0x0209',
|
||
name: 'InvisionHeart Inc.'
|
||
},
|
||
{
|
||
decimal: '522',
|
||
hexadecimal: '0x020A',
|
||
name: 'Macnica Inc.'
|
||
},
|
||
{
|
||
decimal: '523',
|
||
hexadecimal: '0x020B',
|
||
name: 'Jaguar Land Rover Limited'
|
||
},
|
||
{
|
||
decimal: '524',
|
||
hexadecimal: '0x020C',
|
||
name: 'CoroWare Technologies, Inc'
|
||
},
|
||
{
|
||
decimal: '525',
|
||
hexadecimal: '0x020D',
|
||
name: 'Simplo Technology Co., LTD'
|
||
},
|
||
{
|
||
decimal: '526',
|
||
hexadecimal: '0x020E',
|
||
name: 'Omron Healthcare Co., LTD'
|
||
},
|
||
{
|
||
decimal: '527',
|
||
hexadecimal: '0x020F',
|
||
name: 'Comodule GMBH'
|
||
},
|
||
{
|
||
decimal: '528',
|
||
hexadecimal: '0x0210',
|
||
name: 'ikeGPS'
|
||
},
|
||
{
|
||
decimal: '529',
|
||
hexadecimal: '0x0211',
|
||
name: 'Telink Semiconductor Co. Ltd'
|
||
},
|
||
{
|
||
decimal: '530',
|
||
hexadecimal: '0x0212',
|
||
name: 'Interplan Co., Ltd'
|
||
},
|
||
{
|
||
decimal: '531',
|
||
hexadecimal: '0x0213',
|
||
name: 'Wyler AG'
|
||
},
|
||
{
|
||
decimal: '532',
|
||
hexadecimal: '0x0214',
|
||
name: 'IK Multimedia Production srl'
|
||
},
|
||
{
|
||
decimal: '533',
|
||
hexadecimal: '0x0215',
|
||
name: 'Lukoton Experience Oy'
|
||
},
|
||
{
|
||
decimal: '534',
|
||
hexadecimal: '0x0216',
|
||
name: 'MTI Ltd'
|
||
},
|
||
{
|
||
decimal: '535',
|
||
hexadecimal: '0x0217',
|
||
name: 'Tech4home, Lda'
|
||
},
|
||
{
|
||
decimal: '536',
|
||
hexadecimal: '0x0218',
|
||
name: 'Hiotech AB'
|
||
},
|
||
{
|
||
decimal: '537',
|
||
hexadecimal: '0x0219',
|
||
name: 'DOTT Limited'
|
||
},
|
||
{
|
||
decimal: '538',
|
||
hexadecimal: '0x021A',
|
||
name: 'Blue Speck Labs, LLC'
|
||
},
|
||
{
|
||
decimal: '539',
|
||
hexadecimal: '0x021B',
|
||
name: 'Cisco Systems Inc'
|
||
},
|
||
{
|
||
decimal: '540',
|
||
hexadecimal: '0x021C',
|
||
name: 'Mobicomm Inc'
|
||
},
|
||
{
|
||
decimal: '541',
|
||
hexadecimal: '0x021D',
|
||
name: 'Edamic'
|
||
},
|
||
{
|
||
decimal: '542',
|
||
hexadecimal: '0x021E',
|
||
name: 'Goodnet Ltd'
|
||
},
|
||
{
|
||
decimal: '543',
|
||
hexadecimal: '0x021F',
|
||
name: 'Luster Leaf Products Inc'
|
||
},
|
||
{
|
||
decimal: '544',
|
||
hexadecimal: '0x0220',
|
||
name: 'Manus Machina BV'
|
||
},
|
||
{
|
||
decimal: '545',
|
||
hexadecimal: '0x0221',
|
||
name: 'Mobiquity Networks Inc'
|
||
},
|
||
{
|
||
decimal: '546',
|
||
hexadecimal: '0x0222',
|
||
name: 'Praxis Dynamics'
|
||
},
|
||
{
|
||
decimal: '547',
|
||
hexadecimal: '0x0223',
|
||
name: 'Philip Morris Products S.A.'
|
||
},
|
||
{
|
||
decimal: '548',
|
||
hexadecimal: '0x0224',
|
||
name: 'Comarch SA'
|
||
},
|
||
{
|
||
decimal: '549',
|
||
hexadecimal: '0x0225',
|
||
name: 'Nestlé Nespresso S.A.'
|
||
},
|
||
{
|
||
decimal: '550',
|
||
hexadecimal: '0x0226',
|
||
name: 'Merlinia A/S'
|
||
},
|
||
{
|
||
decimal: '551',
|
||
hexadecimal: '0x0227',
|
||
name: 'LifeBEAM Technologies'
|
||
},
|
||
{
|
||
decimal: '552',
|
||
hexadecimal: '0x0228',
|
||
name: 'Twocanoes Labs, LLC'
|
||
},
|
||
{
|
||
decimal: '553',
|
||
hexadecimal: '0x0229',
|
||
name: 'Muoverti Limited'
|
||
},
|
||
{
|
||
decimal: '554',
|
||
hexadecimal: '0X022A',
|
||
name: 'Stamer Musikanlagen GMBH'
|
||
},
|
||
{
|
||
decimal: '555',
|
||
hexadecimal: '0x022B',
|
||
name: 'Tesla Motors'
|
||
},
|
||
{
|
||
decimal: '556',
|
||
hexadecimal: '0x022C',
|
||
name: 'Pharynks Corporation'
|
||
},
|
||
{
|
||
decimal: '557',
|
||
hexadecimal: '0x022D',
|
||
name: 'Lupine'
|
||
},
|
||
{
|
||
decimal: '558',
|
||
hexadecimal: '0x022E',
|
||
name: 'Siemens AG'
|
||
},
|
||
{
|
||
decimal: '559',
|
||
hexadecimal: '0x022F',
|
||
name: 'Huami (Shanghai) Culture Communication CO., LTD'
|
||
},
|
||
{
|
||
decimal: '560',
|
||
hexadecimal: '0x0230',
|
||
name: 'Foster Electric Company, Ltd'
|
||
},
|
||
{
|
||
decimal: '561',
|
||
hexadecimal: '0x0231',
|
||
name: 'ETA SA'
|
||
},
|
||
{
|
||
decimal: '562',
|
||
hexadecimal: '0x0232',
|
||
name: 'x-Senso Solutions Kft'
|
||
},
|
||
{
|
||
decimal: '563',
|
||
hexadecimal: '0x0233',
|
||
name: 'Shenzhen SuLong Communication Ltd'
|
||
},
|
||
{
|
||
decimal: '564',
|
||
hexadecimal: '0x0234',
|
||
name: 'FengFan (BeiJing) Technology Co, Ltd'
|
||
},
|
||
{
|
||
decimal: '565',
|
||
hexadecimal: '0x0235',
|
||
name: 'Qrio Inc'
|
||
},
|
||
{
|
||
decimal: '566',
|
||
hexadecimal: '0x0236',
|
||
name: 'Pitpatpet Ltd'
|
||
},
|
||
{
|
||
decimal: '567',
|
||
hexadecimal: '0x0237',
|
||
name: 'MSHeli s.r.l.'
|
||
},
|
||
{
|
||
decimal: '568',
|
||
hexadecimal: '0x0238',
|
||
name: 'Trakm8 Ltd'
|
||
},
|
||
{
|
||
decimal: '569',
|
||
hexadecimal: '0x0239',
|
||
name: 'JIN CO, Ltd'
|
||
},
|
||
{
|
||
decimal: '570',
|
||
hexadecimal: '0x023A',
|
||
name: 'Alatech Technology'
|
||
},
|
||
{
|
||
decimal: '571',
|
||
hexadecimal: '0x023B',
|
||
name: 'Beijing CarePulse Electronic Technology Co, Ltd'
|
||
},
|
||
{
|
||
decimal: '572',
|
||
hexadecimal: '0x023C',
|
||
name: 'Awarepoint'
|
||
},
|
||
{
|
||
decimal: '573',
|
||
hexadecimal: '0x023D',
|
||
name: 'ViCentra B.V.'
|
||
},
|
||
{
|
||
decimal: '574',
|
||
hexadecimal: '0x023E',
|
||
name: 'Raven Industries'
|
||
},
|
||
{
|
||
decimal: '575',
|
||
hexadecimal: '0x023F',
|
||
name: 'WaveWare Technologies'
|
||
},
|
||
{
|
||
decimal: '576',
|
||
hexadecimal: '0x0240',
|
||
name: 'Argenox Technologies'
|
||
},
|
||
{
|
||
decimal: '577',
|
||
hexadecimal: '0x0241',
|
||
name: 'Bragi GmbH'
|
||
},
|
||
{
|
||
decimal: '578',
|
||
hexadecimal: '0x0242',
|
||
name: '16Lab Inc'
|
||
},
|
||
{
|
||
decimal: '579',
|
||
hexadecimal: '0x0243',
|
||
name: 'Masimo Corp'
|
||
},
|
||
{
|
||
decimal: '580',
|
||
hexadecimal: '0x0244',
|
||
name: 'Iotera Inc.'
|
||
},
|
||
{
|
||
decimal: '581',
|
||
hexadecimal: '0x0245',
|
||
name: 'Endress+Hauser'
|
||
},
|
||
{
|
||
decimal: '582',
|
||
hexadecimal: '0x0246',
|
||
name: 'ACKme Networks, Inc.'
|
||
},
|
||
{
|
||
decimal: '583',
|
||
hexadecimal: '0x0247',
|
||
name: 'FiftyThree Inc.'
|
||
},
|
||
{
|
||
decimal: '584',
|
||
hexadecimal: '0x0248',
|
||
name: 'Parker Hannifin Corp'
|
||
},
|
||
{
|
||
decimal: '585',
|
||
hexadecimal: '0x0249',
|
||
name: 'Transcranial Ltd'
|
||
},
|
||
{
|
||
decimal: '586',
|
||
hexadecimal: '0x024A',
|
||
name: 'Uwatec AG'
|
||
},
|
||
{
|
||
decimal: '587',
|
||
hexadecimal: '0x024B',
|
||
name: 'Orlan LLC'
|
||
},
|
||
{
|
||
decimal: '588',
|
||
hexadecimal: '0x024C',
|
||
name: 'Blue Clover Devices'
|
||
},
|
||
{
|
||
decimal: '589',
|
||
hexadecimal: '0x024D',
|
||
name: 'M-Way Solutions GmbH'
|
||
},
|
||
{
|
||
decimal: '590',
|
||
hexadecimal: '0x024E',
|
||
name: 'Microtronics Engineering GmbH'
|
||
},
|
||
{
|
||
decimal: '591',
|
||
hexadecimal: '0x024F',
|
||
name: 'Schneider Schreibgeräte GmbH'
|
||
},
|
||
{
|
||
decimal: '592',
|
||
hexadecimal: '0x0250',
|
||
name: 'Sapphire Circuits LLC'
|
||
},
|
||
{
|
||
decimal: '593',
|
||
hexadecimal: '0x0251',
|
||
name: 'Lumo Bodytech Inc.'
|
||
},
|
||
{
|
||
decimal: '594',
|
||
hexadecimal: '0x0252',
|
||
name: 'UKC Technosolution'
|
||
},
|
||
{
|
||
decimal: '595',
|
||
hexadecimal: '0x0253',
|
||
name: 'Xicato Inc.'
|
||
},
|
||
{
|
||
decimal: '596',
|
||
hexadecimal: '0x0254',
|
||
name: 'Playbrush'
|
||
},
|
||
{
|
||
decimal: '597',
|
||
hexadecimal: '0x0255',
|
||
name: 'Dai Nippon Printing Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '598',
|
||
hexadecimal: '0x0256',
|
||
name: 'G24 Power Limited'
|
||
},
|
||
{
|
||
decimal: '599',
|
||
hexadecimal: '0x0257',
|
||
name: 'AdBabble Local Commerce Inc.'
|
||
},
|
||
{
|
||
decimal: '600',
|
||
hexadecimal: '0x0258',
|
||
name: 'Devialet SA'
|
||
},
|
||
{
|
||
decimal: '601',
|
||
hexadecimal: '0x0259',
|
||
name: 'ALTYOR'
|
||
},
|
||
{
|
||
decimal: '602',
|
||
hexadecimal: '0x025A',
|
||
name: 'University of Applied Sciences Valais/Haute Ecole Valaisanne'
|
||
},
|
||
{
|
||
decimal: '603',
|
||
hexadecimal: '0x025B',
|
||
name: 'Five Interactive, LLC dba Zendo'
|
||
},
|
||
{
|
||
decimal: '604',
|
||
hexadecimal: '0x025C',
|
||
name: 'NetEase (Hangzhou) Network co.Ltd.'
|
||
},
|
||
{
|
||
decimal: '605',
|
||
hexadecimal: '0x025D',
|
||
name: 'Lexmark International Inc.'
|
||
},
|
||
{
|
||
decimal: '606',
|
||
hexadecimal: '0x025E',
|
||
name: 'Fluke Corporation'
|
||
},
|
||
{
|
||
decimal: '607',
|
||
hexadecimal: '0x025F',
|
||
name: 'Yardarm Technologies'
|
||
},
|
||
{
|
||
decimal: '608',
|
||
hexadecimal: '0x0260',
|
||
name: 'SensaRx'
|
||
},
|
||
{
|
||
decimal: '609',
|
||
hexadecimal: '0x0261',
|
||
name: 'SECVRE GmbH'
|
||
},
|
||
{
|
||
decimal: '610',
|
||
hexadecimal: '0x0262',
|
||
name: 'Glacial Ridge Technologies'
|
||
},
|
||
{
|
||
decimal: '611',
|
||
hexadecimal: '0x0263',
|
||
name: 'Identiv, Inc.'
|
||
},
|
||
{
|
||
decimal: '612',
|
||
hexadecimal: '0x0264',
|
||
name: 'DDS, Inc.'
|
||
},
|
||
{
|
||
decimal: '613',
|
||
hexadecimal: '0x0265',
|
||
name: 'SMK Corporation'
|
||
},
|
||
{
|
||
decimal: '614',
|
||
hexadecimal: '0x0266',
|
||
name: 'Schawbel Technologies LLC'
|
||
},
|
||
{
|
||
decimal: '615',
|
||
hexadecimal: '0x0267',
|
||
name: 'XMI Systems SA'
|
||
},
|
||
{
|
||
decimal: '616',
|
||
hexadecimal: '0x0268',
|
||
name: 'Cerevo'
|
||
},
|
||
{
|
||
decimal: '617',
|
||
hexadecimal: '0x0269',
|
||
name: 'Torrox GmbH & Co KG'
|
||
},
|
||
{
|
||
decimal: '618',
|
||
hexadecimal: '0x026A',
|
||
name: 'Gemalto'
|
||
},
|
||
{
|
||
decimal: '619',
|
||
hexadecimal: '0x026B',
|
||
name: 'DEKA Research & Development Corp.'
|
||
},
|
||
{
|
||
decimal: '620',
|
||
hexadecimal: '0x026C',
|
||
name: 'Domster Tadeusz Szydlowski'
|
||
},
|
||
{
|
||
decimal: '621',
|
||
hexadecimal: '0x026D',
|
||
name: 'Technogym SPA'
|
||
},
|
||
{
|
||
decimal: '622',
|
||
hexadecimal: '0x026E',
|
||
name: 'FLEURBAEY BVBA'
|
||
},
|
||
{
|
||
decimal: '623',
|
||
hexadecimal: '0x026F',
|
||
name: 'Aptcode Solutions'
|
||
},
|
||
{
|
||
decimal: '624',
|
||
hexadecimal: '0x0270',
|
||
name: 'LSI ADL Technology'
|
||
},
|
||
{
|
||
decimal: '625',
|
||
hexadecimal: '0x0271',
|
||
name: 'Animas Corp'
|
||
},
|
||
{
|
||
decimal: '626',
|
||
hexadecimal: '0x0272',
|
||
name: 'Alps Electric Co., Ltd.'
|
||
},
|
||
{
|
||
decimal: '627',
|
||
hexadecimal: '0x0273',
|
||
name: 'OCEASOFT'
|
||
},
|
||
{
|
||
decimal: '628',
|
||
hexadecimal: '0x0274',
|
||
name: 'Motsai Research'
|
||
},
|
||
{
|
||
decimal: '629',
|
||
hexadecimal: '0x0275',
|
||
name: 'Geotab'
|
||
},
|
||
{
|
||
decimal: '630',
|
||
hexadecimal: '0x0276',
|
||
name: 'E.G.O. Elektro-Gerätebau GmbH'
|
||
},
|
||
{
|
||
decimal: '631',
|
||
hexadecimal: '0x0277',
|
||
name: 'bewhere inc'
|
||
},
|
||
{
|
||
decimal: '632',
|
||
hexadecimal: '0x0278',
|
||
name: 'Johnson Outdoors Inc'
|
||
},
|
||
{
|
||
decimal: '633',
|
||
hexadecimal: '0x0279',
|
||
name: 'steute Schaltgerate GmbH & Co. KG'
|
||
},
|
||
{
|
||
decimal: '634',
|
||
hexadecimal: '0x027A',
|
||
name: 'Ekomini inc.'
|
||
},
|
||
{
|
||
decimal: '635',
|
||
hexadecimal: '0x027B',
|
||
name: 'DEFA AS'
|
||
},
|
||
{
|
||
decimal: '636',
|
||
hexadecimal: '0x027C',
|
||
name: 'Aseptika Ltd'
|
||
},
|
||
{
|
||
decimal: '637',
|
||
hexadecimal: '0x027D',
|
||
name: 'HUAWEI Technologies Co., Ltd. ( 华为技术有限公司 )'
|
||
},
|
||
{
|
||
decimal: '638',
|
||
hexadecimal: '0x027E',
|
||
name: 'HabitAware, LLC'
|
||
},
|
||
{
|
||
decimal: '639',
|
||
hexadecimal: '0x027F',
|
||
name: 'ruwido austria gmbh'
|
||
},
|
||
{
|
||
decimal: '640',
|
||
hexadecimal: '0x0280',
|
||
name: 'ITEC corporation'
|
||
},
|
||
{
|
||
decimal: '641',
|
||
hexadecimal: '0x0281',
|
||
name: 'StoneL'
|
||
}
|
||
]};
|