diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-10 10:57:18 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-10 10:57:18 +0000 |
commit | 7b4d77f88caf46e29fabd3390e6aa06904ce4181 (patch) | |
tree | 8f17a34b946ee2e0a0075aeb1f96276139cfe206 /v4l | |
parent | a3fba27b25767905b9608ef9adf68ada1c04776e (diff) | |
download | mediapointer-dvb-s2-7b4d77f88caf46e29fabd3390e6aa06904ce4181.tar.gz mediapointer-dvb-s2-7b4d77f88caf46e29fabd3390e6aa06904ce4181.tar.bz2 |
Mostly corrected a bug when changing from audio <-> Tv mode and having separated tuners.
* tuner-core.c:
- Improved debug for radio/TV tuner calls.
- Corrected set radio/TV mode calls to change status go to both tuners.
- Improved V4L2_TUNER_CAP_LOW support (tv_range hack)
* tea5767.c:
- Included a new debug message.
* cx88-video.c:
- Enabled V4L2_TUNER_CAP_LOW to radio.
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 18fca0a95..63d6f5822 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,18 @@ +2005-06-10 10:52 mchehab + * tuner-core.c: + + - Improved debug for radio/TV tuner calls. + - Corrected set radio/TV mode calls to change status go to both tuners. + - Improved V4L2_TUNER_CAP_LOW support (tv_range hack) + + * tea5767.c: + + - Included a new debug message. + + * cx88-video.c: + + - Enabled V4L2_TUNER_CAP_LOW to radio. + 2005-06-09 11:47 mchehab * tuner_core.c, cx88-video.c: |