summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-09-11 09:45:10 +0200
committerPatrick Boettcher <pb@linuxtv.org>2006-09-11 09:45:10 +0200
commit8b657d35d1e2378d68ff5b6108e302cad4be7b5a (patch)
treee12c710dce0bf6e989c4a58c12346ff5bf3f9ac2 /linux/drivers/media
parentf8feecef4ec51767337eb314d3fe1d13e5027019 (diff)
parent191b9679bf1035ca9d79808b895ac87151c91583 (diff)
downloadmediapointer-dvb-s2-8b657d35d1e2378d68ff5b6108e302cad4be7b5a.tar.gz
mediapointer-dvb-s2-8b657d35d1e2378d68ff5b6108e302cad4be7b5a.tar.bz2
merge from main
From: Patrick Boettcher <pb@linuxtv.org> merge from main Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dibusb-common.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dibusb-common.c b/linux/drivers/media/dvb/dvb-usb/dibusb-common.c
index ead1f7a4d..124e25ac5 100644
--- a/linux/drivers/media/dvb/dvb-usb/dibusb-common.c
+++ b/linux/drivers/media/dvb/dvb-usb/dibusb-common.c
@@ -199,24 +199,24 @@ static struct dib3000mc_config stk3000p_dib3000p_config = {
};
static struct dibx000_agc_config dib3000p_panasonic_agc_config = {
- .setup = (0 << 15) | (0 << 14) | (1 << 13) | (1 << 12) | (29 << 0),
+ .setup = (0 << 15) | (0 << 14) | (1 << 13) | (1 << 12) | (29 << 0),
.agc1_max = 56361,
.agc1_min = 22282,
- .agc2_max = 43254,
+ .agc2_max = 47841,
.agc2_min = 36045,
- .agc1_pt1 = 0x65,
- .agc1_pt2 = 0xff,
+ .agc1_pt1 = 0x3b,
+ .agc1_pt2 = 0x6b,
- .agc1_slope1 = 0x40,
- .agc1_slope2 = 0xff,
+ .agc1_slope1 = 0x55,
+ .agc1_slope2 = 0x1d,
.agc2_pt1 = 0,
- .agc2_pt2 = 0x8a,
+ .agc2_pt2 = 0x0a,
- .agc2_slope1 = 0x11,
- .agc2_slope2 = 0x14,
+ .agc2_slope1 = 0x95,
+ .agc2_slope2 = 0x1e,
};
static struct dib3000mc_config mod3000p_dib3000p_config = {