summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-09-07 05:13:09 +0000
committerMichael Krufky <devnull@localhost>2005-09-07 05:13:09 +0000
commit7a055400514f48174129227f1a3aaa45537ee409 (patch)
treeb4847aba635fa5153d58f7074c004fccdf02ffe4 /v4l
parentebd6c0d8e49b5ecf396fd251e50ea4b3ac49a57f (diff)
downloadmediapointer-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 'v4l')
-rw-r--r--v4l/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index d10d21aea..b75fb985c 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-07 04:59 mkrufky
+
+ * 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.
+
+ Thanks to: Edgar Toernig <froese@gmx.de>
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-09-07 03:51 mkrufky
* bttv-cards.c, bttv.h, ir-kbd-gpio.c: