From 46218dfbc599b60aacaf2807cefdbddff3aee453 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 10 Sep 2008 21:44:20 +0200 Subject: Add additional company identifier --- lib/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 3fbce154..c30b0799 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -450,6 +450,8 @@ char *bt_compidtostr(int compid) return "SiRF Technology, Inc."; case 81: return "Tzero Technologies, Inc."; + case 82: + return "J&M Corporation"; case 65535: return "internal use"; default: -- cgit