From 9576a9ba8a73356fbbf1dcd6f19e442668205e98 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 6 Sep 2017 08:35:39 -0700 Subject: [PATCH] Add Cochran dive computers to FTDI list Based on information from John Van Ostrand . Signed-off-by: Dirk Hohndel --- core/downloadfromdcthread.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"] =