diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-21 22:12:02 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-21 22:12:02 +0000 |
commit | a7d56312ecb211424d10639ec8531aa4ddca6f2e (patch) | |
tree | 49372bb520e897892120f65db0f9adf13b57fb8f /v4l/ChangeLog | |
parent | 55459439b108cceab0c36fcd1d5be65323ad595d (diff) | |
download | mediapointer-dvb-s2-a7d56312ecb211424d10639ec8531aa4ddca6f2e.tar.gz mediapointer-dvb-s2-a7d56312ecb211424d10639ec8531aa4ddca6f2e.tar.bz2 |
Several fixes to prepare for VBI
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- 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>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 23 |
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): |