aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorHartmut Birr <e9hack@googlemail.com>2006-11-03 13:34:18 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 06:05:37 -0500
commit740cf9e15e5b2274841ee9e6d6d717e37b3f31cf (patch)
treece41b3b7bee0e12f3224ae68f5e499e9820f6d2a /drivers/media
parent4207700d9b238c2db1bcba47a23251c6024687b6 (diff)
V4L/DVB (4918): Budget-av: Add delay for frontend power-on
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>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/ttpci/budget-av.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c
index 9478d5957b9f..4d1954072bb4 100644
--- 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)
952 /* Enable / PowerON Frontend */ 952 /* Enable / PowerON Frontend */
953 saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO); 953 saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
954 954
955 /* Wait for PowerON */
956 msleep(100);
957
955 /* additional setup necessary for the PLUS cards */ 958 /* additional setup necessary for the PLUS cards */
956 switch (saa->pci->subsystem_device) { 959 switch (saa->pci->subsystem_device) {
957 case SUBID_DVBS_KNC1_PLUS: 960 case SUBID_DVBS_KNC1_PLUS: