diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-10 21:44:20 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-10 21:44:20 +0200 |
commit | 46218dfbc599b60aacaf2807cefdbddff3aee453 (patch) | |
tree | f594201e4546d7def468763eb32c9fb98674aa04 /lib | |
parent | 7adc28d26fb6a40e7813a36101117909d45902eb (diff) |
Add additional company identifier
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bluetooth.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: |