From 7b3c09e7732921521e24519011288304f58df263 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 11 Dec 2014 22:48:42 +0100 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index dca7c6a2e..f7617c86f 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -882,7 +882,7 @@ const char *bt_compidtostr(int compid) case 309: return "Airewear LLC"; case 310: - return "ETC sp. z.o.o."; + return "Seed Labs, Inc. (formerly ETC sp. z.o.o.)"; case 311: return "Prestigio Plaza Ltd."; case 312: @@ -1109,6 +1109,22 @@ const char *bt_compidtostr(int compid) return "Asandoo GmbH"; case 423: return "ENERGOUS CORPORATION"; + case 424: + return "Taobao"; + case 425: + return "Canon Inc."; + case 426: + return "Geophysical Technology Inc."; + case 427: + return "Facebook, Inc."; + case 428: + return "Nipro Diagnostics, Inc."; + case 429: + return "FlightSafety International"; + case 430: + return "Earlens Corporation"; + case 431: + return "Sunrise Micro Devices, Inc."; case 65535: return "internal use"; default: -- 2.47.3