diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-09-06 08:35:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-09-06 08:35:39 -0700 |
commit | 9576a9ba8a73356fbbf1dcd6f19e442668205e98 (patch) | |
tree | 6f3ebf684d16c0793bf19b2b9d9aba79bbdd73a7 /core/downloadfromdcthread.cpp | |
parent | 866a25f90e2b07d6f79f26ec5b712a260d57c3a8 (diff) | |
download | subsurface-9576a9ba8a73356fbbf1dcd6f19e442668205e98.tar.gz |
Add Cochran dive computers to FTDI list
Based on information from John Van Ostrand <john@vanostrand.com>.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r-- | core/downloadfromdcthread.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index 109de69b2..3d7cc3d17 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -70,6 +70,8 @@ static void fill_supported_mobile_list() QStringList({{"i300"}, {"i450T"}, {"i550"}, {"i750TC"}}); mobileProductList["Beuchat"] = QStringList({{"Mundial 2"}, {"Mundial 3"}, {"Voyager 2G"}}); + mobileProductList["Cochran"] = + QStringList({{"Commander TM"}, {"Commander I"}, {"Commander II"}, {"EMC-14"}, {"EMC-16"}, {"EMC-20H"}}); mobileProductList["Genesis"] = QStringList({{"React Pro"}, {"React Pro White"}}); mobileProductList["Heinrichs Weikamp"] = |