diff options
author | Oliver Endriss <devnull@localhost> | 2006-01-08 22:17:44 +0000 |
---|---|---|
committer | Oliver Endriss <devnull@localhost> | 2006-01-08 22:17:44 +0000 |
commit | cf8ad427cc2674b72f9f77c605f4ab1a62a4b089 (patch) | |
tree | 8cc1c378d0bc2a375b78d50e08b6e8351b79324e /v4l | |
parent | 89bf5659d7662602ed4fb5c103aed0b7c11b50cb (diff) | |
download | mediapointer-dvb-s2-cf8ad427cc2674b72f9f77c605f4ab1a62a4b089.tar.gz mediapointer-dvb-s2-cf8ad427cc2674b72f9f77c605f4ab1a62a4b089.tar.bz2 |
WSS output interface for av7110
- implemented v4l2 api for sliced vbi data output
to pass WSS data from userspace to the av7110
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 7c49aaa17..71f0c29b3 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,18 @@ +2006-01-08 21:16 endriss + + * linux/drivers/media/common/saa7146_fops.c: (fops_open), + (fops_release), (fops_read), (fops_write), (saa7146_vv_init): + * linux/include/media/saa7146_vv.h: + * linux/drivers/media/dvb/ttpci/av7110.h: + * linux/drivers/media/dvb/ttpci/av7110_hw.h: + * linux/drivers/media/dvb/ttpci/av7110_v4l.c: (av7110_ioctl), + (av7110_vbi_reset), (av7110_vbi_write), (av7110_init_v4l): + - implemented v4l2 api for sliced vbi data output + to pass WSS data from userspace to the av7110 + + Signed-off-by: Oliver Endriss <o.endriss@gmx.de> + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-08 19:15 hverkuil * linux/drivers/media/video/msp3400-driver.c: (msp_set_mute), |