summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/dib0700_devices.c
diff options
context:
space:
mode:
authorOlivier Grenie2009-09-23 18:41:27 +0200
committerMauro Carvalho Chehab2009-12-05 21:40:04 +0100
commiteac1fe1050f223d28ebe5bb73b438d82ffd5b675 (patch)
tree48c0a240111e0a6bd72d6814f8a47df2e67fb3da /drivers/media/dvb/dvb-usb/dib0700_devices.c
parentV4L/DVB (13049): dib8000: SNR in 10th of dB (diff)
downloadkernel-qcow2-linux-eac1fe1050f223d28ebe5bb73b438d82ffd5b675.tar.gz
kernel-qcow2-linux-eac1fe1050f223d28ebe5bb73b438d82ffd5b675.tar.xz
kernel-qcow2-linux-eac1fe1050f223d28ebe5bb73b438d82ffd5b675.zip
V4L/DVB (13051): DiB7000P: improve rebostness of HAS_LOCK indicator
Update the dib7000p: The status is HAS_LOCK only if the demod is able to decode the TPS. Sometimes, there is a TPS data lock, even if the demod is not able to decode it (ex: no RF signal). For the STK7770P: correct value for the charge pump Signed-off-by: Olivier Grenie <olivier.grenie@dibcom.fr> Signed-off-by: Patrick Boettcher <pboettcher@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dib0700_devices.c')
-rw-r--r--drivers/media/dvb/dvb-usb/dib0700_devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c
index cda60291c06e..3b7e07749c3c 100644
--- a/drivers/media/dvb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c
@@ -1176,6 +1176,7 @@ static struct dib0070_config dib7770p_dib0070_config = {
.clock_khz = 12000,
.clock_pad_drive = 0,
.flip_chip = 1,
+ .charge_pump = 2,
};
static int dib7070_set_param_override(struct dvb_frontend *fe, struct dvb_frontend_parameters *fep)