diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
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 <mchehab@brturbo.com.br> + 2005-10-17 23:00 hhackmann * ../linux/drivers/media/video/tda8290.c ../linux/drivers/media/video/tuner-core.c |