summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bluetooth.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index 569fe46a9..e8f8341f0 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -468,6 +468,12 @@ char *bt_compidtostr(int compid)
return "Nordic Semiconductor ASA";
case 90:
return "EM Microelectronic-Marin SA";
+ case 91:
+ return "Ralink Technology Corporation";
+ case 92:
+ return "Belkin International, Inc.";
+ case 93:
+ return "Realtek Semiconductor Corporation";
case 65535:
return "internal use";
default: