From 1fa17384272793c1ae06849eef93732116035c57 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 12 Apr 2014 10:31:10 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 83035e879..8e336f9d1 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -746,7 +746,7 @@ const char *bt_compidtostr(int compid) case 241: return "Witron Technology Limited"; case 242: - return "Morse Project Inc."; + return "Aether Things Inc. (formerly Morse Project Inc.)"; case 243: return "Kent Displays Inc."; case 244: @@ -885,6 +885,20 @@ const char *bt_compidtostr(int compid) return "ETC sp. z.o.o."; case 311: return "Prestigio Plaza Ltd."; + case 312: + return "NTEO Inc."; + case 313: + return "Focus Systems Corporation"; + case 314: + return "Tencent Holdings Limited"; + case 315: + return "Allegion"; + case 316: + return "Murata Manufacuring Co., Ltd."; + case 317: + return "WirelessWERX"; + case 318: + return "nimai"; case 65535: return "internal use"; default: -- 2.47.3