From 91758e0a5fbbf15e0f2ae69f5d73590461ab0562 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 17 Jul 2016 22:54:31 +0200 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 3cebc7997..3726b50d2 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -2118,7 +2118,7 @@ const char *bt_compidtostr(int compid) case 927: return "Molex Corporation"; case 928: - return "IVT International Validation & Testing Corporation"; + return "IVT Wireless Limited"; case 929: return "Alpine Labs LLC"; case 930: @@ -2131,6 +2131,18 @@ const char *bt_compidtostr(int compid) return "ACE CAD Enterprise Co., Ltd. (ACECAD)"; case 934: return "Medela, Inc"; + case 935: + return "AeroScout"; + case 936: + return "Esrille Inc."; + case 937: + return "THINKERLY SRL"; + case 938: + return "Exon Sp. z o.o."; + case 939: + return "Meizu Technology Co., Ltd."; + case 940: + return "Smablo LTD"; case 65535: return "internal use"; default: -- 2.47.3