Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124196
b: refs/heads/master
c: 726cf20
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 1da5d12 commit ad542c3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 66767920e3e6532db8afe04f9b2d8e1a9e95cad9
refs/heads/master: 726cf2000b1c0978bbddc6345ddd7f88caf8aa48
3 changes: 3 additions & 0 deletions trunk/drivers/media/dvb/frontends/s5h1411.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,9 @@ struct dvb_frontend *s5h1411_attach(const struct s5h1411_config *config,
/* Note: Leaving the I2C gate open here. */
s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0xf5, 1);

/* Put the device into low-power mode until first use */
s5h1411_set_powerstate(&state->frontend, 1);

return &state->frontend;

error:
Expand Down

0 comments on commit ad542c3

Please sign in to comment.