From 6ddbc1192b64cf40d4084cc018d119f720b5d4d2 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 13 Sep 2005 16:25:54 +0000 Subject: * 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 --- v4l/ChangeLog | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'v4l/ChangeLog') 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 + 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 @@ -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 -- cgit v1.2.3