summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-07-27 07:50:54 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-07-27 07:50:54 -0700
commit01d4e59710b8bb1c0183de5b53d9afae81692349 (patch)
tree00b966feb66ddbfc53914c218e394d0427b8124a /core
parentff327371576cef74fdba9cdffdc49c16935662f5 (diff)
downloadsubsurface-01d4e59710b8bb1c0183de5b53d9afae81692349.tar.gz
core: detect McLean Extreme dive computer as BLE device
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r--core/btdiscovery.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp
index bf068c922..7dfac0ad1 100644
--- a/core/btdiscovery.cpp
+++ b/core/btdiscovery.cpp
@@ -111,6 +111,9 @@ static dc_descriptor_t *getDeviceType(QString btName)
} else if (btName.startsWith("S1")) {
vendor = "Oceans";
product = "S1";
+ } else if (btName.startsWith("McLean Extreme")) {
+ vendor = "McLean";
+ product = "Extreme";
}
// check if we found a known dive computer