Date:2010-03-21 15:48:47 (13 years 6 months ago)
Author:Oliver Endriss
Commit:5dd92c1ff1f85b1a4dceba9caa0fda85835ccc4b
Message:V4L/DVB: ngene: Workaround for stuck DiSEqC pin

Send one DiSEqC byte to make sure that the pin is set to low level.

Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Reviewed-by: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Files: drivers/media/dvb/frontends/stv090x.c (1 diff)

Change Details

drivers/media/dvb/frontends/stv090x.c
44704470    if (stv090x_write_reg(state, STV090x_TSTRES0, 0x00) < 0)
44714471        goto err;
44724472
4473    /* workaround for stuck DiSEqC output */
4474    if (config->diseqc_envelope_mode)
4475        stv090x_send_diseqc_burst(fe, SEC_MINI_A);
4476
44734477    return 0;
44744478err:
44754479    dprintk(FE_ERROR, 1, "I/O error");

Archive Download the corresponding diff file



interactive