From 01ac7adbb345b637c04f0ae19aba26892dcd28c9 Mon Sep 17 00:00:00 2001 From: Jose Alberto Reguero Date: Mon, 11 Sep 2006 04:34:31 -0300 Subject: [PATCH] --- yaml --- r: 37471 b: refs/heads/master c: 5ab6b267e5684452e229c58f4a5ba9f267866d42 h: refs/heads/master i: 37469: f55f4750e082754504ea1ae86b31f7e9866aa419 37467: 7d20511cf1c4c10b62290257f4fede8e33d4bc5b 37463: 1d64e7255654f46966d6554c0924c47e882aa4cc 37455: f607d837a5ba84c86b9a1446e2e2c75819429bac 37439: 8ed005066d5f1c55612a3ebfe153d0552c9bdcba v: v3 --- [refs] | 2 +- .../drivers/media/dvb/dvb-usb/dibusb-common.c | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 6ee0206a294e..841530aa8f65 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6386828cb1748ba466e3d9df5d650ffeab937fd2 +refs/heads/master: 5ab6b267e5684452e229c58f4a5ba9f267866d42 diff --git a/trunk/drivers/media/dvb/dvb-usb/dibusb-common.c b/trunk/drivers/media/dvb/dvb-usb/dibusb-common.c index ead1f7a4dc00..124e25ac53b3 100644 --- a/trunk/drivers/media/dvb/dvb-usb/dibusb-common.c +++ b/trunk/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 = {