Diff between 355637a057e59eb7b4044b0d75d48d7f52701a1a and 1cf761e1db7270d7e05d5e68daae592c84fe7cc2

Changed Files

File Additions Deletions Status
lib/bluetooth.c +10 -0 modified

Full Patch

diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index db7bbe1..cb2e6c1 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: