diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 09:45:18 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 09:45:18 +0000 |
commit | 29c59c47dfb646d340182b3500486b144ae7c1b7 (patch) | |
tree | 6a942bf8f56144d90f133d13f1b48ef0777b3620 /v4l/ChangeLog | |
parent | 8aac71d744339eeaba3b0c83d35ac1cbcddddb4f (diff) | |
download | mediapointer-dvb-s2-29c59c47dfb646d340182b3500486b144ae7c1b7.tar.gz mediapointer-dvb-s2-29c59c47dfb646d340182b3500486b144ae7c1b7.tar.bz2 |
minor changes:
- Idented according with Linux standards
- less verbose when tuner_debug = 0
fixes:
- check_mode debug msg fixed
- out of range debug messages fixed
- bug when changing mode in a multituner environment
new features:
- standby mode support implemented. It is used to disable
a non used tuner. Currenlty implemented on tea5767.
- new macro: set_type disables other tuner when changing mode.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 95fd12077..8835277e0 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2005-06-29 09:37 mchehab + * tuner-core.c: + - Idented according with Linux standards + - check_mode debug msg fixed + - out of range debug messages fixed + - standby mode support implemented + - new macro: set_type disables other tuner + when changing mode. + + * tea5767.c: + - Idented according with Linux standards + - some debug messages only with tuner_debug=1 + - standby mode implemented + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-06-29 02:42 mchehab * tuner-core.c: - Corrected trouble when changing to radio mode |