diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-19 14:54:16 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-19 14:54:16 +0000 |
commit | 3ee618269b51d92fe53a0e97a6d1b08d6a7e5053 (patch) | |
tree | d32fc64283823c709cccf881142b94fc21a0e607 /v4l/ChangeLog | |
parent | 9ce0ed79a9e14914e61116b5a456caf29a7a6548 (diff) | |
download | mediapointer-dvb-s2-3ee618269b51d92fe53a0e97a6d1b08d6a7e5053.tar.gz mediapointer-dvb-s2-3ee618269b51d92fe53a0e97a6d1b08d6a7e5053.tar.bz2 |
Included new sliced VBI types to videodev2.h and tvp5150
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- Added other sliced VBI types to videodev2.h
- tvp5150 now uses standard V4L2 API codes from videodev2.h
- Implemented VIDIOC_G_SLICED_VBI_CAP for tvp5150. This is
dynamically filled based on defined VDP C-RAM values filled
by the driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 4e20ad6d4..ec4ea23bf 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,20 @@ +2006-01-19 14:42 mchehab + + * linux/drivers/media/video/tvp5150.c: (tvp5150_write_inittab), + (tvp5150_vdp_init), (tvp5150_vbi_get_cap), (tvp5150_set_vbi), + (tvp5150_command), (tvp5150_detect_client): + * linux/drivers/media/video/tvp5150_reg.h: + * linux/include/linux/videodev2.h: + * linux/drivers/media/video/saa7115.c: + * linux/drivers/media/video/cx25840/cx25840-vbi.c: + + - Added other sliced VBI types to videodev2.h + - implemented VIDIOC_G_SLICED_VBI_CAP for tvp5150. This is + dynamically filled based on defined VDP C-RAM values filled + by the driver. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-19 11:50 mchehab * linux/drivers/media/video/tvp5150.c: (dump_reg_range), |