diff options
author | Michael Krufky <devnull@localhost> | 2005-09-07 05:13:09 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-09-07 05:13:09 +0000 |
commit | 7a055400514f48174129227f1a3aaa45537ee409 (patch) | |
tree | b4847aba635fa5153d58f7074c004fccdf02ffe4 /linux/drivers/media/video/cx88/cx88-dvb.c | |
parent | ebd6c0d8e49b5ecf396fd251e50ea4b3ac49a57f (diff) | |
download | mediapointer-dvb-s2-7a055400514f48174129227f1a3aaa45537ee409.tar.gz mediapointer-dvb-s2-7a055400514f48174129227f1a3aaa45537ee409.tar.bz2 |
* bttv-cards.c: (bttv_init_card1), (bttv_init_card2):
* bttv-driver.c:
- don't enable gpioirq until after card probe.
- Pinnacle PCTV-Sat fifo overrun error fix.
gpioirq is enabled pretty early during the initialization
(bttv_probe) and later turned off when a card with no_gpioirq=1
is detected (bttv_init_card2). But that causes gpio irqs being
enabled for a while - in my case there are between some hundred
and some thousand (false) irqs delivered before the gpioirq is
disabled.
The patch just changes the default. gpio irqs are disabled while
probing and later enable when a card with no_gpioirq=0 is found.
The status whether a card gets gpio irqs or not stays the same.
Thanks to: Edgar Toernig <froese@gmx.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-dvb.c')
0 files changed, 0 insertions, 0 deletions