diff options
author | Olivier Grenie <olivier.grenie@dibcom.fr> | 2009-09-23 12:41:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:04 -0500 |
commit | eac1fe1050f223d28ebe5bb73b438d82ffd5b675 (patch) | |
tree | 48c0a240111e0a6bd72d6814f8a47df2e67fb3da /drivers/media/dvb/dvb-usb | |
parent | f8731f4ddedb78693ae05e40aac5c4817f740518 (diff) |
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')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 1 |
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 = { | |||
1176 | .clock_khz = 12000, | 1176 | .clock_khz = 12000, |
1177 | .clock_pad_drive = 0, | 1177 | .clock_pad_drive = 0, |
1178 | .flip_chip = 1, | 1178 | .flip_chip = 1, |
1179 | .charge_pump = 2, | ||
1179 | }; | 1180 | }; |
1180 | 1181 | ||
1181 | static int dib7070_set_param_override(struct dvb_frontend *fe, struct dvb_frontend_parameters *fep) | 1182 | static int dib7070_set_param_override(struct dvb_frontend *fe, struct dvb_frontend_parameters *fep) |