From 7e64d607acb1f9701381d09ccdeca0793f127592 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 28 Nov 2002 21:26:59 +0000 Subject: Add new company identifiers --- src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index 7bd06ff0..b60b0191 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -272,6 +272,8 @@ char *bt_compidtostr(int compid) return "Synopsys"; case 50: return "Red-M (Communications) Ltd"; + case 51: + return "Commil Ltd"; case 65535: return "internal use"; default: -- cgit