Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb satconf: another tone fix
  • Loading branch information
perexg committed Dec 14, 2014
1 parent 49e22d4 commit 40a2e93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 40a2e93

Please sign in to comment.