From 57af99eaed035dbc446743d1a85a40e29c987478 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 8 Sep 2014 05:03:20 +0200 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 5145e272c..0f5de3d9c 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -382,7 +382,7 @@ const char *bt_compidtostr(int compid) case 59: return "Gennum Corporation"; case 60: - return "Research In Motion"; + return "BlackBerry Limited (formerly Research In Motion)"; case 61: return "IPextreme, Inc."; case 62: @@ -973,6 +973,56 @@ const char *bt_compidtostr(int compid) return "MADSGlobal NZ Ltd."; case 355: return "PCH International"; + case 356: + return "Qingdao Yeelink Information Technology Co., Ltd."; + case 357: + return "Milwaukee Tool (formerly Milwaukee Electric Tools)"; + case 358: + return "MISHIK Pte Ltd"; + case 359: + return "Bayer HealthCare"; + case 360: + return "Spicebox LLC"; + case 361: + return "emberlight"; + case 362: + return "Cooper-Atkins Corporation"; + case 363: + return "Qblinks"; + case 364: + return "MYSPHERA"; + case 365: + return "LifeScan Inc"; + case 366: + return "Volantic AB"; + case 367: + return "Podo Labs, Inc"; + case 368: + return "Roche Diabetes Care AG"; + case 369: + return "Amazon Fulfillment Service"; + case 370: + return "Connovate Technology Private Limited"; + case 371: + return "Kocomojo, LLC"; + case 372: + return "Everykey LLC"; + case 373: + return "Dynamic Controls"; + case 374: + return "SentriLock"; + case 375: + return "I-SYST inc."; + case 376: + return "CASIO COMPUTER CO., LTD."; + case 377: + return "LAPIS Semiconductor Co., Ltd."; + case 378: + return "Telemonitor, Inc."; + case 379: + return "taskit GmbH"; + case 380: + return "Daimler AG"; case 65535: return "internal use"; default: -- 2.47.3