From cadd7bcfb7c57e359a9bce520cb0244c7b0934cd Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 12 Jan 2006 01:40:51 +0000 Subject: Some fixes to compat_ioctl32 From: Guy Martin - Adds suppport or fix support for VIDIOC_ENUMSTD, VIDIOC_ENUMINPUT, VIDIOC_G_TUNER and VIDIOC_S_TUNER. - Fix the warnings at compile time and add checks for the pointer validity using access_ok(). - v4l_print_ioctl() has also be added to identify possible missing ioctls. - Has been tested on sparc64 and amd64. Other arches such as mips and hppa are expected to work as sparc, but not tested yet. Signed-off-by: Guy Martin Signed-off-by: Mauro Carvalho Chehab --- v4l/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'v4l/ChangeLog') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 154b77ae1..9ba77f461 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,28 @@ +2006-01-12 00:51 mchehab + + * linux/drivers/media/video/compat_ioctl32.c: (get_video_tuner32), + (put_video_tuner32), (get_video_buffer32), (put_video_buffer32), + (put_video_window32), (get_v4l2_window32), (put_v4l2_window32), + (get_v4l2_pix_format), (put_v4l2_pix_format), + (get_v4l2_vbi_format), (put_v4l2_vbi_format), (get_v4l2_format32), + (put_v4l2_format32), (get_v4l2_standard), (put_v4l2_standard), + (get_v4l2_standard32), (put_v4l2_standard32), (get_v4l2_tuner), + (put_v4l2_tuner), (get_v4l2_buffer32), (put_v4l2_buffer32), + (get_v4l2_framebuffer32), (put_v4l2_framebuffer32), + (get_v4l2_input32), (put_v4l2_input32), (get_v4l2_input), + (put_v4l2_input), (do_set_window), (do_video_ioctl), + (v4l_compat_ioctl32): + - Adds suppport or fix support for VIDIOC_ENUMSTD, VIDIOC_ENUMINPUT, + VIDIOC_G_TUNER and VIDIOC_S_TUNER. + - Fix the warnings at compile time and add checks for the pointer validity + using access_ok(). + - v4l_print_ioctl() has also be added to identify possible missing ioctls. + - Has been tested on sparc64 and amd64. Other arches such as mips and hppa + are expected to work as sparc. + + Signed-off-by: Guy Martin + Signed-off-by: Mauro Carvalho Chehab + 2006-01-12 01:26 mkrufky * linux/drivers/media/dvb/frontends/dvb-pll.c: @@ -29,6 +54,7 @@ Signed-off-by: Michael Krufky +>>>>>>> 1.865 2006-01-12 00:11 mchehab * linux/drivers/media/video/cx25840/cx25840-core.c: (set_input), -- cgit v1.2.3