diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-01 15:02:09 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-01 15:02:09 +0000 |
commit | 669535fb595eaa3d2d159fc0b3531cb770ebeafd (patch) | |
tree | 066e1c092b2eb9479b9c5ca5da5bb676b20efb61 /v4l/ChangeLog | |
parent | 2a07da4812a2b8039516a29d30ac1d3c09a9ac36 (diff) | |
download | mediapointer-dvb-s2-669535fb595eaa3d2d159fc0b3531cb770ebeafd.tar.gz mediapointer-dvb-s2-669535fb595eaa3d2d159fc0b3531cb770ebeafd.tar.bz2 |
* tuner-core.c:
- new debug info;
- reincluded type=t->type when I2C is not yet registred.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index daca21990..daf8047b6 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,6 +1,14 @@ 2005-06-01 12:09 mchehab * tuner-core.c: + - new debug info; + - reincluded type=t->type when I2C is not yet registred. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + +2005-06-01 12:09 mchehab + * tuner-core.c: + - Fixed a race condition at I2C implementation. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> |