From 00b68045e890dccbf09bed06727f0453daa27b90 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Tue, 4 Jun 2002 00:13:33 +0000 Subject: Additional comp ids --- src/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index 622464f8..6c09c4d9 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -256,6 +256,10 @@ char *bt_compidtostr(int compid) return "Hitachi Ltd"; case 42: return "Symbol Technologies, Inc."; + case 43: + return "Tenovis"; + case 44: + return "Macronix International Co. Ltd."; case 65535: return "internal use"; default: -- cgit