summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-19 11:22:44 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-19 11:22:44 +0200
commit9ca31c446e4e3de7ff581519386c4cb6e26c9db0 (patch)
tree1cd4c29fa9805ee7e8f9cfb59c4335b010ad9dc5 /lib
parent53df62e6f94e30bc8f099af7c858d38a94fddf4b (diff)
Add another company identifier
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index c30b0799..84d94f1a 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -452,6 +452,8 @@ char *bt_compidtostr(int compid)
return "Tzero Technologies, Inc.";
case 82:
return "J&M Corporation";
+ case 83:
+ return "Free2move AB";
case 65535:
return "internal use";
default: