diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-13 10:48:32 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-13 10:48:32 +0000 |
commit | 6e0ef61cdbc476b32b2276bbfe20d8ce9476d93d (patch) | |
tree | 36381203edd8d3d3fbea0b48a500ce2a7fe5088a /v4l/ChangeLog | |
parent | af795ba92eadefa36f3e3046b48a1a6dffeba0fb (diff) | |
download | mediapointer-dvb-s2-6e0ef61cdbc476b32b2276bbfe20d8ce9476d93d.tar.gz mediapointer-dvb-s2-6e0ef61cdbc476b32b2276bbfe20d8ce9476d93d.tar.bz2 |
* tea5767.c:
- Fixed newer tea autodetection code.
* tuner-core.c:
- unimplemented IOCTL msg now is clearer for developers.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 31103a6cb..d7609efd7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,5 +1,14 @@ 2005-07-13 10:06 mchehab * tea5767.c: + - Fixed newer tea autodetection code. + + * tuner-core.c: + - unimplemented IOCTL msg now is clearer for developers. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + +2005-07-13 10:06 mchehab + * tea5767.c: - Improved tea autodetection to avoid troubles with other tuners. - Eliminated some precision small troubles. - Some debug messages fixed. |