Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb diseqc: improve log
  • Loading branch information
perexg committed Dec 14, 2014
1 parent 4fadb70 commit d4fed88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -690,6 +690,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )

if (!lse->lse_en50494 || lse->lse_switch || lse->lse_rotor) {
if (ls->ls_diseqc_full || ls->ls_last_tone_off != 1) {
tvhtrace("diseqc", "initial tone off");
if (ioctl(lfe->lfe_fe_fd, FE_SET_TONE, SEC_TONE_OFF)) {
tvherror("diseqc", "failed to disable tone");
return -1;
Expand Down

0 comments on commit d4fed88

Please sign in to comment.