linuxdvb satconf: another tone fix

This commit is contained in:
Jaroslav Kysela 2014-12-14 18:33:28 +01:00
parent 49e22d400a
commit 40a2e93c8a

View file

@ -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 */