From 8ee9bf3777ff4f57ec1e170174e2fcb6e1f870f7 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Tue, 2 Jul 2002 18:34:22 +0000 Subject: more compids --- src/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index d769e2b9..7097ebf0 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -262,6 +262,10 @@ char *bt_compidtostr(int compid) return "Macronix International Co. Ltd."; case 45: return "GCT Semiconductor"; + case 46: + return "Norwood Systems"; + case 47: + return "MewTel Technology Inc."; case 65535: return "internal use"; default: -- cgit