summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bluetooth.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index db7bbe1b1..cb2e6c178 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -488,6 +488,16 @@ char *bt_compidtostr(int compid)
return "Summit Data Communications, Inc.";
case 111:
return "Sound ID";
+ case 112:
+ return "Monster, LLC";
+ case 113:
+ return "connectBlue AB";
+ case 114:
+ return "ShangHai Super Smart Electronics Co. Ltd.";
+ case 115:
+ return "Group Sense Ltd.";
+ case 116:
+ return "Zomm, LLC";
case 65535:
return "internal use";
default: