Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271958
b: refs/heads/master
c: 99d3890
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 14, 2011
1 parent b5a081b commit 6c3e684
Show file tree
Hide file tree
Showing 2 changed files with 8 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: f88fb8e9385eaec2e7c0527ccc0d947fbbe4c5f9
refs/heads/master: 99d389095f3270aaeb021370e01057910d3ef24d
7 changes: 7 additions & 0 deletions trunk/drivers/media/video/cx25840/cx25840-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,13 @@ static void cx231xx_initialize(struct i2c_client *client)

/* start microcontroller */
cx25840_and_or(client, 0x803, ~0x10, 0x10);

/* CC raw enable */
cx25840_write(client, 0x404, 0x0b);

/* CC on */
cx25840_write(client, 0x42f, 0x66);
cx25840_write4(client, 0x474, 0x1e1e601a);
}

/* ----------------------------------------------------------------------- */
Expand Down

0 comments on commit 6c3e684

Please sign in to comment.