Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: diseqc tune - show the wait trace msg for rotor
  • Loading branch information
perexg committed Sep 19, 2014
1 parent 7087d29 commit 24e2c3d
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 @@ -651,6 +651,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )

/* Pending */
if (r != 0) {
tvhtrace("diseqc", "waiting %d seconds to finish setup for %s", r, lds[i]->ld_type);
gtimer_arm(&ls->ls_diseqc_timer, linuxdvb_satconf_ele_tune_cb, lse, r);
ls->ls_diseqc_idx = i + 1;
return 0;
Expand Down

0 comments on commit 24e2c3d

Please sign in to comment.