diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-11-03 19:34:18 +0100 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2006-11-03 19:34:18 +0100 |
commit | c3722afcab1a76436e4e6b207db826274e4b20fa (patch) | |
tree | 93df3fe4cc2643c266778079f929bbf3194d8002 /linux/drivers/media/dvb | |
parent | 37331b41c67b0698f17c4534278cda7614ea0905 (diff) | |
download | mediapointer-dvb-s2-c3722afcab1a76436e4e6b207db826274e4b20fa.tar.gz mediapointer-dvb-s2-c3722afcab1a76436e4e6b207db826274e4b20fa.tar.bz2 |
budget-av: Add delay for frontend power-on
From: Hartmut Birr <e9hack@googlemail.com>
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>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-av.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-av.c b/linux/drivers/media/dvb/ttpci/budget-av.c index 9478d5957..4d1954072 100644 --- a/linux/drivers/media/dvb/ttpci/budget-av.c +++ b/linux/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: |