Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330729
b: refs/heads/master
c: ad03d30
h: refs/heads/master
i:
  330727: e9e41fa
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Aug 9, 2012
1 parent bf8329b commit 973c15d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: e58071f024aa337b7ce41682578b33895b024f8b
refs/heads/master: ad03d300e86a6e42ce383792c7b4d8dd9aa1d5da
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/au0828/au0828-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ static int i2c_sendbytes(struct i2c_adapter *i2c_adap,
au0828_write(dev, AU0828_I2C_MULTIBYTE_MODE_2FF, 0x01);

/* Set the I2C clock */
if ((dev->board.tuner_type == TUNER_XC5000) &&
if (((dev->board.tuner_type == TUNER_XC5000) ||
(dev->board.tuner_type == TUNER_XC5000C)) &&
(dev->board.tuner_addr == msg->addr) &&
(msg->len == 64)) {
/* Hack to speed up firmware load. The xc5000 lets us do up
Expand Down

0 comments on commit 973c15d

Please sign in to comment.