Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98490
b: refs/heads/master
c: 7ae1ac4
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 26, 2008
1 parent 60a6270 commit 3122a1c
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: 51858d13612a06494beb08616f8a93bdb2688e4c
refs/heads/master: 7ae1ac4c1db5a3647604acb00d736f17af6999b7
3 changes: 3 additions & 0 deletions trunk/drivers/media/common/tuners/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ static int tda18271_channel_configuration(struct dvb_frontend *fe,
/* disable Power Level Indicator */
regs[R_EP1] |= 0x40;

/* make sure thermometer is off */
regs[R_TM] &= ~0x10;

/* frequency dependent parameters */

tda18271_calc_ir_measure(fe, &freq);
Expand Down

0 comments on commit 3122a1c

Please sign in to comment.