From 786f0e0e33370817015114fd7b8bf2fb9321e6d8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 23 Feb 2013 12:00:03 +0100 Subject: [PATCH] lib: Update list of company identifiers --- lib/bluetooth.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 35301c826..93a5eb7c2 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -629,6 +629,14 @@ const char *bt_compidtostr(int compid) return "Meso international"; case 183: return "TreLab Ltd"; + case 184: + return "Qualcomm Innovation Center, Inc. (QuIC)"; + case 185: + return "Johnson Controls, Inc."; + case 186: + return "Starkey Laboratories Inc."; + case 187: + return "S-Power Electronics Limited"; case 65535: return "internal use"; default: -- 2.47.3