diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-08-13 15:48:33 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-08-13 15:48:33 +0000 |
commit | 1ebb5e939840d4be143d086eaa68a1c281084561 (patch) | |
tree | 8f87d334b33cb10af527492e646d45024426d606 | |
parent | 349d081b82323130f0648eeac5329fa53610d3f1 (diff) |
Add new company identifiers
-rw-r--r-- | src/bluetooth.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c index af56573b..fedeb384 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -281,6 +281,10 @@ char *bt_compidtostr(int compid) return "Renesas Technology Corp."; case 55: return "Mobilian Corporation"; + case 56: + return "Terax"; + case 57: + return "Integrated System Solution Corp."; case 65535: return "internal use"; default: |