Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179529
b: refs/heads/master
c: 4af699c
h: refs/heads/master
i:
  179527: e62873e
v: v3
  • Loading branch information
Niklas Edmundsson authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 440cb74 commit c477a84
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: 42f541bfd1a9bad84a288d59a98fdb284df61a45
refs/heads/master: 4af699c13a5fb7332255de5fa56442d065f547a3
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/frontends/tda10021.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config,
id = tda10021_readreg(state, 0x1a);
if ((id & 0xf0) != 0x70) goto error;

/* Don't claim TDA10023 */
if (id == 0x7d)
goto error;

printk("TDA10021: i2c-addr = 0x%02x, id = 0x%02x\n",
state->config->demod_address, id);

Expand Down

0 comments on commit c477a84

Please sign in to comment.