Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144347
b: refs/heads/master
c: d4dc673
h: refs/heads/master
i:
  144345: 0ad1961
  144343: 20eea21
v: v3
  • Loading branch information
Christopher Pascoe authored and Mauro Carvalho Chehab committed Apr 29, 2009
1 parent e0678b8 commit a02367b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: e39c9047975f4302354c16c33eecfe59946d3fc4
refs/heads/master: d4dc673da9a94716ca2410306c1b36b5faf6c4cc
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx23885/cx23885-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ int cx23885_tuner_callback(void *priv, int component, int command, int arg)
case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
/* Two identical tuners on two different i2c buses,
* we need to reset the correct gpio. */
if (port->nr == 0)
if (port->nr == 1)
bitmask = 0x01;
else if (port->nr == 1)
else if (port->nr == 2)
bitmask = 0x04;
break;
}
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/cx23885/cx23885-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ static struct zl10353_config dvico_fusionhdtv_xc3028 = {
.demod_address = 0x0f,
.if2 = 45600,
.no_tuner = 1,
.disable_i2c_gate_ctrl = 1,
};

static struct stv0900_config netup_stv0900_config = {
Expand Down

0 comments on commit a02367b

Please sign in to comment.