summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c
index d769e2b9..7097ebf0 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -262,6 +262,10 @@ char *bt_compidtostr(int compid)
return "Macronix International Co. Ltd.";
case 45:
return "GCT Semiconductor";
+ case 46:
+ return "Norwood Systems";
+ case 47:
+ return "MewTel Technology Inc.";
case 65535:
return "internal use";
default: