summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 79ebfb2d1..017c78d66 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,26 @@
+2006-01-21 22:03 mchehab
+
+ * linux/drivers/media/video/em28xx/em28xx-cards.c:
+ * linux/drivers/media/video/em28xx/em28xx-video.c: (em28xx_config),
+ (em28xx_v4l2_open), (em28xx_release_resources), (em28xx_v4l2_read):
+ * linux/drivers/media/video/em28xx/em28xx.h:
+ - Copyright changes were applied to wrong module. Fixing.
+ - Fixed VBI compilation.
+ - Included capacity to specify vbi and video number.
+ - Added a better control for using more than one em28xx device.
+ - VIDIOC_G_FMT now calls a function.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
+
+2006-01-21 21:48 mchehab
+
+ * linux/drivers/media/video/tvp5150.c: (tvp5150_set_vbi),
+ (tvp5150_get_vbi), (decode_vbi_data), (tvp5150_command):
+ * linux/include/media/v4l2-common.h:
+ - Added iocls to configure VBI on tvp5150
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
+
2006-01-21 21:33 mchehab
* linux/drivers/media/video/videodev.c: (video_register_device):