diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-01 20:13:29 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-01 20:13:29 +0000 |
commit | b7f8945ae633e4b55dc87fd8dbb305ef0c68aaa2 (patch) | |
tree | 0bae32b701231302012d722f3478fdbaa7e4bbe0 /v4l | |
parent | e48e82e75652333d4d74ca31a4491d0cbe181ed0 (diff) | |
download | mediapointer-dvb-s2-b7f8945ae633e4b55dc87fd8dbb305ef0c68aaa2.tar.gz mediapointer-dvb-s2-b7f8945ae633e4b55dc87fd8dbb305ef0c68aaa2.tar.bz2 |
2005-06-01 20:40 mchehab
* tuner-core.c:
- it is printk, not dprintk! Fixed.
- new debug info when tuner is specified as tea5767 but
autodetection doesn't recognize.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 002a32a4e..0244f2ad7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,4 +1,13 @@ -2005-06-01 12:09 mchehab +2005-06-01 20:40 mchehab + * tuner-core.c: + + - it is printk, not dprintk! Fixed. + - new debug info when tuner is specified as tea5767 but + autodetection doesn't recognize. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + +2005-06-01 18:37 mchehab * tuner-core.c: - Added a code to avoid I2C early announce. |