From a3e79b5b954dc88a22f2c1649d63c9a7cc37876d Mon Sep 17 00:00:00 2001 From: "Igor M. Liplianin" Date: Thu, 29 Jan 2009 21:57:07 -0300 Subject: [PATCH] --- yaml --- r: 137805 b: refs/heads/master c: 8afe6ad6176205b9612110b8f64dbf3325a1c236 h: refs/heads/master i: 137803: 1b3a6292beb662956f64b5ec76a4b423787bc5b1 v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/frontends/cx24116.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6274a6d325ca..37235461fc38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e230b22b59bc07d906f1558a8951206ccab33824 +refs/heads/master: 8afe6ad6176205b9612110b8f64dbf3325a1c236 diff --git a/trunk/drivers/media/dvb/frontends/cx24116.c b/trunk/drivers/media/dvb/frontends/cx24116.c index a146c352df59..ba1e24c82272 100644 --- a/trunk/drivers/media/dvb/frontends/cx24116.c +++ b/trunk/drivers/media/dvb/frontends/cx24116.c @@ -1167,7 +1167,12 @@ static int cx24116_initfe(struct dvb_frontend *fe) if (ret != 0) return ret; - return cx24116_diseqc_init(fe); + ret = cx24116_diseqc_init(fe); + if (ret != 0) + return ret; + + /* HVR-4000 needs this */ + return cx24116_set_voltage(fe, SEC_VOLTAGE_13); } /*