From 6571d469892fabdf7854dc0e6780900640263c7a Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 17 Oct 2005 21:18:42 +0000 Subject: - Some changes to allow compiling cx88 and saa7134 without V4L1 support. - This patch will help obsoleting V4L1 API. Signed-off-by: Mauro Carvalho Chehab --- v4l/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'v4l') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 193857bc0..6c55568e4 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,24 @@ +2005-10-17 21:12 mchehab + * ../linux/include/linux/videodev.h: + * ../linux/include/linux/videodev2.h: + - Common stuff moved to videodev2.h. + - HAVE_V4L1 is defined on videodev.h + - HAVE_V4L2 moved to videodev2.h + + * ../linux/include/media/video-buf.h: + - includes videodev2.h instead of videodev.h + + * ../linux/drivers/media/video/cx88/cx88-video.c: (video_do_ioctl), + (radio_do_ioctl): + * ../linux/drivers/media/video/saa7134/saa7134-video.c: + (video_do_ioctl): + - if HAVE_V4L1, then V4L1 specific code is included. + + * ../linux/drivers/media/video/saa7134/saa7134.h: + - includes videodev2.h instead of videodev.h + + Signed-off-by: Mauro Carvalho Chehab + 2005-10-17 23:00 hhackmann * ../linux/drivers/media/video/tda8290.c ../linux/drivers/media/video/tuner-core.c -- cgit v1.2.3