diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-11 17:55:44 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-11 17:55:44 +0000 |
commit | 2ac4714c81661373de42c676440c324fac6752fb (patch) | |
tree | 8911d5e9dac789d3f555fc415bc5213b2e33f989 /v4l | |
parent | cbf517883a8c053c6f275c2e3666281fb8b96ff5 (diff) | |
download | mediapointer-dvb-s2-2ac4714c81661373de42c676440c324fac6752fb.tar.gz mediapointer-dvb-s2-2ac4714c81661373de42c676440c324fac6752fb.tar.bz2 |
added ntsc parameter to tuner and more standardized debugs
- debug message changed to be coherent with other modules
- added ntsc parameter
- parameters moved to the beginning at the file
- tuner_status moved to a better position.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 8585d103e..0de293375 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,22 @@ +2005-12-11 17:43 mchehab + + * linux/drivers/media/video/bttv-input.c: (bttv_input_init): + - debug message changed to be backward compatible + + * linux/drivers/media/video/tuner-core.c: (set_type), + (tuner_fixup_std), (tuner_status), (tuner_attach), (tuner_probe), + (tuner_detach): + * linux/drivers/media/video/tuner-simple.c: + - added ntsc parameter + - parameters moved to the beginning at the file + - tuner_status moved to a better position. + - allow compiling with kernel 2.4 + + * linux/include/media/tuner.h: + - debug message changed to be backward compatible + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-11 15:34 mkrufky * linux/Documentation/video4linux/CARDLIST.tuner: |