Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190697
b: refs/heads/master
c: 5dd92c1
h: refs/heads/master
i:
  190695: adcd281
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed May 6, 2010
1 parent bf37b82 commit e9b4afa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03b1930efd3c2320b1dcba76c8af15f7e454919d
refs/heads/master: 5dd92c1ff1f85b1a4dceba9caa0fda85835ccc4b
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/frontends/stv090x.c
Original file line number Diff line number Diff line change
Expand Up @@ -4470,6 +4470,10 @@ static int stv090x_setup(struct dvb_frontend *fe)
if (stv090x_write_reg(state, STV090x_TSTRES0, 0x00) < 0)
goto err;

/* workaround for stuck DiSEqC output */
if (config->diseqc_envelope_mode)
stv090x_send_diseqc_burst(fe, SEC_MINI_A);

return 0;
err:
dprintk(FE_ERROR, 1, "I/O error");
Expand Down

0 comments on commit e9b4afa

Please sign in to comment.