diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-06-20 15:34:46 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-06-20 15:34:46 +0000 |
commit | 54d90a07ab77d86aeac4eed963071a07247eff18 (patch) | |
tree | 4f2b73c46fb8b36492ff2e54897ce103a7174ab6 | |
parent | 34c5828e678e244a28b7c3ba7078a08583273aa3 (diff) |
Add another company identifier
-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 e2ba87ca..f0f800a5 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -394,6 +394,8 @@ char *bt_compidtostr(int compid) return "Marvell Technology Group Ltd."; case 73: return "3DSP Corporation"; + case 74: + return "Accel Semiconductor Ltd."; case 65535: return "internal use"; default: |