From 54d90a07ab77d86aeac4eed963071a07247eff18 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 20 Jun 2007 15:34:46 +0000 Subject: Add another company identifier --- src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit