Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76765
b: refs/heads/master
c: 72e04f7
h: refs/heads/master
i:
  76763: c6b0fea
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent e9601db commit 9e51da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9121106a7f149f9702ed7c2ac0d86e9feb54ede8
refs/heads/master: 72e04f720f23cfa8d4400d832784f3a424379227
10 changes: 4 additions & 6 deletions trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1893,12 +1893,10 @@ int cx88_tuner_callback(void *priv, int command, int arg)
switch(core->boardnr) {
case CX88_BOARD_PINNACLE_PCTV_HD_800i:
if(command == 0) { /* This is the reset command from xc5000 */
/* Reset XC5000 tuner via GPIO pin #2 */
cx_set(MO_GP0_IO, 0x00000400);
cx_clear(MO_GP0_IO, 0x00000004);
mdelay(200);
cx_set(MO_GP0_IO, 0x00000004);
mdelay(200);
/* Reset XC5000 tuner via SYS_RSTO_pin */
cx_write(MO_SRST_IO, 0);
msleep(10);
cx_write(MO_SRST_IO, 1);
return 0;
}
else {
Expand Down

0 comments on commit 9e51da2

Please sign in to comment.