diff options
-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 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: |