Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37471
b: refs/heads/master
c: 5ab6b26
h: refs/heads/master
i:
  37469: f55f475
  37467: 7d20511
  37463: 1d64e72
  37455: f607d83
  37439: 8ed0050
v: v3
  • Loading branch information
Jose Alberto Reguero authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 4f127db commit 01ac7ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6386828cb1748ba466e3d9df5d650ffeab937fd2
refs/heads/master: 5ab6b267e5684452e229c58f4a5ba9f267866d42
18 changes: 9 additions & 9 deletions trunk/drivers/media/dvb/dvb-usb/dibusb-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 01ac7ad

Please sign in to comment.