linuxdvb: possible HW race condition, LNB might not switch LO before FE locks

This commit is contained in:
Adam Sutton 2013-12-22 18:45:26 +00:00
parent 3e11bc4f13
commit b15f65490a

View file

@ -795,6 +795,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )
tvherror("diseqc", "failed to set diseqc tone (e=%s)", strerror(errno));
return -1;
}
usleep(20000); // Allow LNB to settle before tuning
/* Frontend */
f = lse->ls_lnb->lnb_freq(lse->ls_lnb, lm);