diff options
author | Michael Krufky <devnull@localhost> | 2005-11-13 18:11:21 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-11-13 18:11:21 +0000 |
commit | af56f460fb2b3169685752f928993355a42573e3 (patch) | |
tree | 2293be1bfa187018c342482c91f7cd8ed284b4e3 /v4l/ChangeLog | |
parent | 020af6afec100b2666ff63cd59240389383297b1 (diff) | |
download | mediapointer-dvb-s2-af56f460fb2b3169685752f928993355a42573e3.tar.gz mediapointer-dvb-s2-af56f460fb2b3169685752f928993355a42573e3.tar.bz2 |
Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.
From: Steven Toth <stoth@hauppauge.com>
- Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.
- Basic DVB-S support is working, analog video inputs work.
- It has one or two fixme comments,
primarily analog GPIOs (audio) and eeprom parsing.
- This should not be sent upstream yet!
- CX24123 code (in cx88-dvb.c) disabled until the
cx24123 module is added to dvb-kernel cvs.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 997383782..16c395009 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,25 @@ +2005-11-13 18:02 mkrufky + + * ../linux/Documentation/video4linux/CARDLIST.cx88: + * ../linux/drivers/media/video/cx88/Kconfig: + * ../linux/drivers/media/video/cx88/Makefile: + * ../linux/drivers/media/video/cx88/cx88-cards.c: + (hauppauge_eeprom_dvb), (cx88_card_setup): + * ../linux/drivers/media/video/cx88/cx88-dvb.c: + (cx24123_set_ts_param), (dvb_register): + * ../linux/drivers/media/video/cx88/cx88-mpeg.c: + (cx8802_start_dma): + * ../linux/drivers/media/video/cx88/cx88.h: + - Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products. + - Basic DVB-S support is working, analog video inputs work. + - It has one or two fixme comments, + primarily analog GPIOs (audio) and eeprom parsing. + - CX24123 code (in cx88-dvb.c) disabled until the + cx24123 module is added to dvb-kernel cvs. + + Signed-off-by: Steven Toth <stoth@hauppauge.com> + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-11-12 22:57 hverkuil * ../linux/drivers/media/video/compat_ioctl32.c: |