From afdbc9e8fe53fdf5c4a5c78e379d604e92a61480 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Tue, 25 Jun 2002 04:03:54 +0000 Subject: new comp ids --- src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index 6c09c4d9..d769e2b9 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -260,6 +260,8 @@ char *bt_compidtostr(int compid) return "Tenovis"; case 44: return "Macronix International Co. Ltd."; + case 45: + return "GCT Semiconductor"; case 65535: return "internal use"; default: -- cgit