aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-14 04:35:49 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-04-14 04:35:49 -0700
commitfa35778e2f91272667ec07f4f2f989e4e485becb (patch)
tree9acedc3e5e4065309f98336aa9a862beff148afd /lib
parent86190ea09cf8375ad8f08889f6ebb3629ab4beed (diff)
downloadbluez-fa35778e2f91272667ec07f4f2f989e4e485becb.tar.gz
Add some more company identifiers
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index 569fe46a..e8f8341f 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: