Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44107
b: refs/heads/master
c: c28089a
h: refs/heads/master
i:
  44105: 34888be
  44103: bd06a7e
v: v3
  • Loading branch information
Michael Hunold authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent 898f233 commit 82bab85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a08cc44ec12e0a994ee85ba365315dbee982d6a7
refs/heads/master: c28089a65ca03890db120ee2bf6a7eb0cf603817
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind)
printk("%02x ",buffer[i]);
printk("\n");
}
/* HACK: This test were added to avoid tuner to probe tda9840 and tea6415c on the MXB card */
if (adap->id == I2C_HW_SAA7146 && addr < 0x4a)
return -ENODEV;

/* autodetection code based on the i2c addr */
if (!no_autodetect) {
switch (addr) {
Expand Down

0 comments on commit 82bab85

Please sign in to comment.