summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/btdiscovery.cpp5
m---------libdivecomputer0
2 files changed, 5 insertions, 0 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp
index c057abd8b..20dda1a39 100644
--- a/core/btdiscovery.cpp
+++ b/core/btdiscovery.cpp
@@ -56,6 +56,11 @@ static dc_descriptor_t *getDeviceType(QString btName)
product = "EON Core";
}
+ if (btName.startsWith("Suunto D5")) {
+ vendor = "Suunto";
+ product = "D5";
+ }
+
if (btName.startsWith("G2") || btName.startsWith("Aladin") || btName.startsWith("HUD")) {
vendor = "Scubapro";
if (btName.startsWith("G2")) product = "G2";
diff --git a/libdivecomputer b/libdivecomputer
-Subproject 92cf2f8fa1c100ee95edb3efa78843e0f5b8a92
+Subproject 1194585595f7a26f3ec7f96b5ad6e8f689a7025