diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-05-26 13:10:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-05-26 13:10:49 +0000 |
commit | c12c507c9a494cd70e82b01c9856d92ebf36f165 (patch) | |
tree | 1173f1340b2b171b99c642ffde2dac9a46ca37c1 /src/bluetooth.c | |
parent | 2c375c1f2c5cff353e2f767ac14f8251452392e9 (diff) |
Add new company identifiers
Diffstat (limited to 'src/bluetooth.c')
-rw-r--r-- | src/bluetooth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c index bc0eb238..baaf9f7c 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -273,6 +273,8 @@ char *bt_compidtostr(int compid) return "Red-M (Communications) Ltd"; case 51: return "Commil Ltd"; + case 52: + return "Computer Access Technology Corporation (CATC)"; case 65535: return "internal use"; default: |