linuxdvb satconf: another tone fix
This commit is contained in:
parent
49e22d400a
commit
40a2e93c8a
1 changed files with 2 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue