Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179491
b: refs/heads/master
c: fb6de9c
h: refs/heads/master
i:
  179489: 062cf71
  179487: 5c7ee9e
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent f7ee535 commit 8b7fc37
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b619f9f8a111be3f6ec8ec2671eb93c66a673b90
refs/heads/master: fb6de9c5fe13fd5cd866c49204e6bd91d73f83b0
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/mantis/mantis_ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ static int mantis_ca_slot_reset(struct dvb_ca_en50221 *en50221, int slot)
struct mantis_pci *mantis = ca->ca_priv;

dprintk(verbose, MANTIS_DEBUG, 1, "Slot(%d): Slot RESET", slot);
udelay(500); /* Wait.. */
mmwrite(0xda, MANTIS_PCMCIA_RESET); /* Leading edge assert */
udelay(500);
mmwrite(0x00, MANTIS_PCMCIA_RESET); /* Trailing edge deassert */
msleep(1000);

return 0;
}
Expand Down

0 comments on commit 8b7fc37

Please sign in to comment.