diff options
| author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 12:51:53 -0300 |
|---|---|---|
| committer | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 12:51:53 -0300 |
| commit | a35eeb1c83784723edd435ab03dff6628e60b3db (patch) | |
| tree | ba0577151cd32cd9defc3b97369fa31150817e77 /linux/drivers/media/dvb/dvb-usb | |
| parent | 7c220c0e3641f6b3d50bd4ab6e69749a694de2d9 (diff) | |
| download | mediapointer-dvb-s2-a35eeb1c83784723edd435ab03dff6628e60b3db.tar.gz mediapointer-dvb-s2-a35eeb1c83784723edd435ab03dff6628e60b3db.tar.bz2 | |
Misc fixes for DiB3000MC and Nova-T 500
From: Patrick Boettcher <pb@linuxtv.org>
- make the timing frequency update work.
- fix AGC calibration for Nova-T 500
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
| -rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dib0700_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c index 58ecc8ff8..182051011 100644 --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c @@ -25,7 +25,7 @@ static struct mt2060_config bristol_mt2060_config[2] = { static struct dibx000_agc_config bristol_dib3000p_mt2060_agc_config = { .band_caps = BAND_VHF | BAND_UHF, - .setup = (0 << 15) | (0 << 14) | (0 << 13) | (0 << 12) | (29 << 0), + .setup = (1 << 8) | (5 << 5) | (0 << 4) | (0 << 3) | (0 << 2) | (2 << 0), .agc1_max = 42598, .agc1_min = 17694, |
