From 1bfdd2035f45a7b16f99e3d2530087cc71cf8181 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 2 May 2020 23:01:27 +0200 Subject: [PATCH] zapit/frontend: try to fix diseqc 1.1 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/37ccb9717c3d8a20006d6cff7dc0399ff4ad90fb Author: vanhofen Date: 2020-05-02 (Sat, 02 May 2020) Origin message was: ------------------ - zapit/frontend: try to fix diseqc 1.1 --- src/zapit/src/frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/frontend.cpp b/src/zapit/src/frontend.cpp index 066c699b5..756e70d99 100644 --- a/src/zapit/src/frontend.cpp +++ b/src/zapit/src/frontend.cpp @@ -2264,7 +2264,7 @@ void CFrontend::setDiseqc(int sat_no, const uint8_t pol, const uint32_t frequenc #endif } - if (config.diseqcType == DISEQC_1_0) { /* DISEQC 1.0 */ + if (config.diseqcType >= DISEQC_1_0) { /* DISEQC 1.0 or 1.1 */ usleep(delay * 1000); //cmd.msg[0] |= 0x01; /* repeated transmission */ cmd.msg[2] = 0x38; /* port group = commited switches */