From 9c02efcf841e7726575a350f20ff0267bc308b88 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 25 Mar 2014 20:20:06 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 13fd83a40..83035e879 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -873,6 +873,18 @@ const char *bt_compidtostr(int compid) return "Warehouse Innovations"; case 305: return "Cypress Semiconductor Corporation"; + case 306: + return "MADS Inc"; + case 307: + return "Blue Maestro Limited"; + case 308: + return "Resolution Products, Inc."; + case 309: + return "Airewear LLC"; + case 310: + return "ETC sp. z.o.o."; + case 311: + return "Prestigio Plaza Ltd."; case 65535: return "internal use"; default: -- 2.47.3