aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/btdiscovery.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp
index 8db1e02cc..36c1b4b9c 100644
--- a/core/btdiscovery.cpp
+++ b/core/btdiscovery.cpp
@@ -71,11 +71,14 @@ static dc_descriptor_t *getDeviceType(QString btName)
if (btName.startsWith("Aladin")) product = "Aladin Sport Matrix";
}
- if (btName == "Mares bluelink pro") {
+ if (btName.startsWith("Mares")) {
vendor = "Mares";
// we don't know which of the dive computers it is,
// so let's just randomly pick one
product = "Quad";
+ // Some we can pick out directly
+ if (btName == "Mares Genius")
+ product = "Genius";
}
// The Pelagic dive computers (generally branded as Oceanic or Aqualung)