projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4207700
)
V4L/DVB (4918): Budget-av: Add delay for frontend power-on
author
Hartmut Birr
<e9hack@googlemail.com>
Fri, 3 Nov 2006 18:34:18 +0000
(15:34 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 10 Dec 2006 11:05:37 +0000
(09:05 -0200)
Added a delay to give the frontend a little bit time for power-on.
Signed-off-by: Hartmut Birr <e9hack@googlemail.com>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/ttpci/budget-av.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget-av.c
b/drivers/media/dvb/ttpci/budget-av.c
index 9478d5957b9f4c90fa97a977243d1c1413ff8825..4d1954072bb4be048bb948306c8bfcd95e8a5e40 100644
(file)
--- a/
drivers/media/dvb/ttpci/budget-av.c
+++ b/
drivers/media/dvb/ttpci/budget-av.c
@@
-952,6
+952,9
@@
static void frontend_init(struct budget_av *budget_av)
/* Enable / PowerON Frontend */
saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
+ /* Wait for PowerON */
+ msleep(100);
+
/* additional setup necessary for the PLUS cards */
switch (saa->pci->subsystem_device) {
case SUBID_DVBS_KNC1_PLUS: