diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 21:46:28 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 21:46:28 +0000 |
commit | 8c085981b15c74fd71be6a962cafb5c6fb27475b (patch) | |
tree | d36389f5df1b0c231ed66582b7d3971b85478617 /v4l | |
parent | f90f70357b8b7939070e72fa47969c6fc27a62e0 (diff) | |
download | mediapointer-dvb-s2-8c085981b15c74fd71be6a962cafb5c6fb27475b.tar.gz mediapointer-dvb-s2-8c085981b15c74fd71be6a962cafb5c6fb27475b.tar.bz2 |
* tuner-core.c:
- Included two new debug msgs for showing I2C set_type calls when
tuner_debug is on.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 94204159b..3a726de74 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,6 +1,14 @@ 2005-06-29 17:18 mchehab * tuner-core.c: + - Included two new debug msgs for showing I2C set_type calls when + tuner_debug is on. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + +2005-06-29 17:18 mchehab + * tuner-core.c: + - Removed debug info. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> |