summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-01-31 00:55:32 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-01-31 00:55:32 +0000
commit382615bc4b30d8204bdad79643f98cf19656b2a3 (patch)
tree43456762a7a86a4ed0bef86b87129ad973d265da
parenta1b95e6f01957e2e5c3a9950a6da307e9ada285b (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 a2aae586..1607c04f 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -289,6 +289,8 @@ char *bt_compidtostr(int compid)
return "Matsushita Electric Industrial Co., Ltd.";
case 59:
return "Gennum Corporation";
+ case 60:
+ return "Research In Motion";
case 65535:
return "internal use";
default: