diff options
author | Michael Krufky <devnull@localhost> | 2005-10-27 04:33:27 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-27 04:33:27 +0000 |
commit | be5a5383388034d7757116daa71d59ae4b002ff1 (patch) | |
tree | 92c73b2f77b2c65532ba4215d52e850ea39f34e2 /v4l/ChangeLog | |
parent | 8986d215104a954362dbae6a7595da6bdbd467f3 (diff) | |
download | mediapointer-dvb-s2-be5a5383388034d7757116daa71d59ae4b002ff1.tar.gz mediapointer-dvb-s2-be5a5383388034d7757116daa71d59ae4b002ff1.tar.bz2 |
* ../linux/drivers/media/video/cx88/Kconfig:
* ../linux/drivers/media/video/cx88/Makefile:
* ../linux/drivers/media/video/cx88/cx88-dvb.c:
(nxt200x_set_ts_param), (dvb_register):
* ../v4l/Makefile:
- Added support for NXT200X based cards (ATI HDTV Wonder)
* ../linux/drivers/media/video/cx88/cx88-cards.c:
(cx88_card_setup):
- Cleaned up initialization of ATI HDTV Wonder. The card is now
able to work in analog or digital mode and able to switch
between them without any problems.
* ../linux/drivers/media/video/tuner-simple.c:
(default_set_tv_freq):
- Fixed value in "Philips TUV1236D ATSC/NTSC dual in" tuner data.
- When tuning the "Philips TUV1236D ATSC/NTSC dual in" tuner,
make sure that we are in the correct tuning mode.
Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index a06eca41a..7b6cc8a2e 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,27 @@ +2005-10-27 04:27 mkrufky + + * ../linux/drivers/media/video/cx88/Kconfig: + * ../linux/drivers/media/video/cx88/Makefile: + * ../linux/drivers/media/video/cx88/cx88-dvb.c: + (nxt200x_set_ts_param), (dvb_register): + * ../v4l/Makefile: + - Added support for NXT200X based cards (ATI HDTV Wonder) + + * ../linux/drivers/media/video/cx88/cx88-cards.c: + (cx88_card_setup): + - Cleaned up initialization of ATI HDTV Wonder. The card is now + able to work in analog or digital mode and able to switch + between them without any problems. + + * ../linux/drivers/media/video/tuner-simple.c: + (default_set_tv_freq): + - Fixed value in "Philips TUV1236D ATSC/NTSC dual in" tuner data. + - When tuning the "Philips TUV1236D ATSC/NTSC dual in" tuner, + make sure that we are in the correct tuning mode. + + Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-10-26 21:26 mchehab * ../linux/drivers/media/video/bttv-i2c.c: (attach_inform): |