summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-10-26 13:36:41 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-10-26 13:36:41 +0000
commita01d0b2417283b208e951db3a950cc0374b44b61 (patch)
tree99238be8e7667540ff069175bea6355b50c5d94c
parent11cc772e89c75f5bf58fd887befac4b88a25c91c (diff)
Add another company identifier
-rw-r--r--src/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c
index 1cd247d6..22957c7f 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -297,6 +297,8 @@ char *bt_compidtostr(int compid)
return "Gennum Corporation";
case 60:
return "Research In Motion";
+ case 61:
+ return "IPextreme, Inc.";
case 65535:
return "internal use";
default: