From 40a2e93c8ade6b823e47cfa0b2a6264668cdd2dc Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 14 Dec 2014 18:33:28 +0100 Subject: [PATCH] linuxdvb satconf: another tone fix --- src/input/mpegts/linuxdvb/linuxdvb_satconf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 */ -- 2.47.3