diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-01 17:50:10 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-01 17:50:10 +0000 |
commit | e48e82e75652333d4d74ca31a4491d0cbe181ed0 (patch) | |
tree | 025bcb50784372cd1a99c2e6a6b7c83855f00b80 /v4l | |
parent | 669535fb595eaa3d2d159fc0b3531cb770ebeafd (diff) | |
download | mediapointer-dvb-s2-e48e82e75652333d4d74ca31a4491d0cbe181ed0.tar.gz mediapointer-dvb-s2-e48e82e75652333d4d74ca31a4491d0cbe181ed0.tar.bz2 |
* tuner-core.c:
- Added a code to avoid I2C early announce.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index daf8047b6..002a32a4e 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,6 +1,13 @@ 2005-06-01 12:09 mchehab * tuner-core.c: + - Added a code to avoid I2C early announce. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + +2005-06-01 12:09 mchehab + * tuner-core.c: + - new debug info; - reincluded type=t->type when I2C is not yet registred. |