summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog18
1 files changed, 14 insertions, 4 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 3214e7428..e5e3aeff7 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,9 +1,19 @@
+2005-09-13 16:22 mkrufky
+
+ * bttv-cards.c, bttv-driver.c:
+ * msp3400.c, tda9887.c, tuner-core.c:
+ - Step one, in preparation for 2.6.14-rcX compatability:
+ -#ifdef MM_KERNEL
+ +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13)
+
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-09-11 22:20 hhackmann
* saa7134.h, saa7134-cards.c, saa7134-core.c:
- added support for the following cards
- Philips EUROPA Reference Design
- Compro VideoMate DVB-T300
- Compro VideoMate DVB-T200 (initial)
+ Philips EUROPA Reference Design
+ Compro VideoMate DVB-T300
+ Compro VideoMate DVB-T200 (initial)
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
@@ -16,7 +26,7 @@
2005-09-11 21:35 hhackmann
* saa7134-ts.c:
- TS DMA buffer synchronization was inverted
- - DMA buffer size was not set correctly in the SAA713x
+ - DMA buffer size was not set correctly in the SAA713x
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>