diff options
Diffstat (limited to 'src/bluetooth.c')
-rw-r--r-- | src/bluetooth.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: |