Commit 93426307 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Revert "DVB-S: determine satellite number was off"

This reverts commit b624f202.

DVBlast uses DiSeqc 0 to disable diseqc which is different then szap-s2.
parent 1929e1c0
...@@ -425,7 +425,7 @@ static int FrontendDoDiseqc(void) ...@@ -425,7 +425,7 @@ static int FrontendDoDiseqc(void)
struct dvb_diseqc_master_cmd cmd = struct dvb_diseqc_master_cmd cmd =
{ {0xe0, 0x10, 0x38, 0xf0, 0x00, 0x00}, 4}; { {0xe0, 0x10, 0x38, 0xf0, 0x00, 0x00}, 4};
cmd.msg[3] = 0xf0 /* reset bits */ cmd.msg[3] = 0xf0 /* reset bits */
| ((i_satnum * 4) & 0x0f) | ((i_satnum - 1) << 2)
| (fe_voltage == SEC_VOLTAGE_13 ? 0 : 2) | (fe_voltage == SEC_VOLTAGE_13 ? 0 : 2)
| (fe_tone == SEC_TONE_ON ? 1 : 0); | (fe_tone == SEC_TONE_ON ? 1 : 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment