diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-30 15:01:48 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-30 15:01:48 +0000 |
commit | 8f30d6e37f1ea1d6e37a159e108c8d628a14f31a (patch) | |
tree | eb774d33b4c2bd1846d458cbea05f627b59d6dd3 /v4l | |
parent | 94627c1ab5e9c28d6a4bbddaf3ac71fbdaeead9a (diff) | |
download | mediapointer-dvb-s2-8f30d6e37f1ea1d6e37a159e108c8d628a14f31a.tar.gz mediapointer-dvb-s2-8f30d6e37f1ea1d6e37a159e108c8d628a14f31a.tar.bz2 |
- Some error treatment implemented at resume functions.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 4df144dc2..244eebb99 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,30 @@ +2005-08-30 14:58 + + * bttv-driver.c,cx88-mpeg.c,cx88-video.c: + - Some error treatment implemented at resume functions. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + +2005-08-30 14:56 + + * Makefile: + * bttv-driver.c: + * cx88-mpeg.c: (cx8802_resume_common): + * cx88-video.c: (cx8800_resume): + * scripts/prepare-ChangeLog.pl: + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + +2005-08-30 14:54 + + * Makefile: + * bttv-driver.c: + * cx88-mpeg.c: (cx8802_resume_common): + * cx88-video.c: (cx8800_resume): + * scripts/prepare-ChangeLog.pl: + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-08-30 05:15 mkrufky * tuner-simple.c: |