diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-27 10:02:23 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-27 10:02:23 +0000 |
commit | c3919c23e822aeff195a700b79e81afa70a1a758 (patch) | |
tree | 62c6bc2723590a304fce667719bedc67294ab229 /v4l/ChangeLog | |
parent | bfa68ebe9380a8f2246d195fe464409fddb262ab (diff) | |
download | mediapointer-dvb-s2-c3919c23e822aeff195a700b79e81afa70a1a758.tar.gz mediapointer-dvb-s2-c3919c23e822aeff195a700b79e81afa70a1a758.tar.bz2 |
- tea5767_autodetection improved.
Newer code works with CX88. Should be tested with other chipsets
tea5767_tuner_init doesn't probe tuner anymore, allowing forcing
tuner to 5767.
- Debug messages simplified to allow printing on one 80 char line at newer I2C Recv option.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 036511328..cb8482046 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,15 @@ +2005-07-27 09:58 mchehab + + * tea5767.c: + - tea5767_autodetection improved. + Newer code works with CX88. Should be tested with other chipsets + tea5767_tuner_init doesn't probe tuner anymore, allowing forcing + tuner to 5767. + * tuner-core.c: + - Debug messages simplified to allow printing on one 80 char line. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-07-27 04:46 mkrufky * Makefile: - Include logic to detect compilation against -mm kernels, |