diff options
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): |