diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-27 11:29:08 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-27 11:29:08 +0000 |
commit | 175d6403eb52b7f6c2f081624159405d28521749 (patch) | |
tree | 6bbdd5c46138a8559fafef50299996ffa8c918ea /src | |
parent | 54146f1c528394e399b2d4375d7468f9f9a6644b (diff) |
Add another company identifier
Diffstat (limited to 'src')
-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 676e468e..5cbff47f 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -431,6 +431,8 @@ char *bt_compidtostr(int compid) return "3DSP Corporation"; case 74: return "Accel Semiconductor Ltd."; + case 75: + return "Continental Automotive Systems"; case 65535: return "internal use"; default: |