summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r--core/downloadfromdcthread.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index cdbb3c53f..acb5ce6a8 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -63,10 +63,20 @@ static void fill_supported_mobile_list()
QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}});
mobileProductList["Suunto"] =
QStringList({"EON Steel"});
+ mobileProductList["Scubapro"] =
+ QStringList({{"G2"}});
#endif
#if defined(Q_OS_IOS)
/* BLE only, Qt does not support classic BT on iOS */
+ mobileProductList["Heinrichs Weikamp"] =
+ QStringList({{"OSTC 4"}});
+ mobileProductList["Shearwater"] =
+ QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}});
+ mobileProductList["Suunto"] =
+ QStringList({"EON Steel"});
+ mobileProductList["Scubapro"] =
+ QStringList({{"G2"}});
#endif
}