From: Jaroslav Kysela Date: Sun, 14 Dec 2014 17:33:28 +0000 (+0100) Subject: linuxdvb satconf: another tone fix X-Git-Tag: v4.1~603 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40a2e93c8ade6b823e47cfa0b2a6264668cdd2dc;p=thirdparty%2Ftvheadend.git linuxdvb satconf: another tone fix --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index 971482f9b..8da870284 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -751,10 +751,9 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse ) tvherror("diseqc", "failed to set diseqc tone (e=%s)", strerror(errno)); return -1; } - if (b) { - ls->ls_last_tone_off = 2; + ls->ls_last_tone_off = b + 1; + if (b) usleep(20000); // Allow LNB to settle before tuning - } } /* Frontend */