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 622464f8..6c09c4d9 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -256,6 +256,10 @@ char *bt_compidtostr(int compid)
return "Hitachi Ltd";
case 42:
return "Symbol Technologies, Inc.";
+ case 43:
+ return "Tenovis";
+ case 44:
+ return "Macronix International Co. Ltd.";
case 65535:
return "internal use";
default: