summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-19 18:26:46 +0000
committerMichael Krufky <devnull@localhost>2005-07-19 18:26:46 +0000
commit17c32f6859507a88716a208a3f83295087456673 (patch)
treeb27734641fcd7a54a32cb8ccc1a91c533e4502f4 /v4l/ChangeLog
parent38e2d167bcac541dff323644093fc214cd0b1144 (diff)
downloadmediapointer-dvb-s2-17c32f6859507a88716a208a3f83295087456673.tar.gz
mediapointer-dvb-s2-17c32f6859507a88716a208a3f83295087456673.tar.bz2
* bttv-cards.c:
- Fix Bug 4395: modprobe bttv freezes the computer http://bugme.osdl.org/show_bug.cgi?id=4395. Date: Wed, 13 Apr 2005 03:20:08 Patch by Manu Abraham and Gerd Knorr: - Remove redundant bttv_reset_audio() which caused the computer to freeze with some bt8xx based DVB cards when loading the bttv driver. This patch must have gotten lost during the orphaned v4l days... Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 60aebbab9..466353454 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,18 @@
+2005-07-19 06:18 mkrufky
+ * bttv-cards.c:
+ - Fix Bug 4395: modprobe bttv freezes the computer
+ http://bugme.osdl.org/show_bug.cgi?id=4395.
+ Date: Wed, 13 Apr 2005 03:20:08
+ Patch by Manu Abraham and Gerd Knorr:
+ - Remove redundant bttv_reset_audio() which caused the computer to
+ freeze with some bt8xx based DVB cards when loading the bttv driver.
+
+ This patch must have gotten lost during the orphaned v4l days...
+
+ Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
+ Signed-off-by: Andrew Morton <akpm@osdl.org>
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-07-16 00:00 mchehab
* Makefile, cx88-dvb.c, saa7134-dvb.c:
- Now compiling also with linux-2.6.12 version.