summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog26
1 files changed, 26 insertions, 0 deletions
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 <gmsoft@tuxicoman.be>
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2006-01-12 01:26 mkrufky
* linux/drivers/media/dvb/frontends/dvb-pll.c:
@@ -29,6 +54,7 @@
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+>>>>>>> 1.865
2006-01-12 00:11 mchehab
* linux/drivers/media/video/cx25840/cx25840-core.c: (set_input),