diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-09-13 19:07:48 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-09-13 19:07:48 +0000 |
commit | d713251b9125c539941b0fb18bb152446880164b (patch) | |
tree | f2d71b8a2a378bdd97ca4465aedf931d80776cde /v4l/ChangeLog | |
parent | 5a388bbceb2a42b71d5d810259ba92a12f02ca8f (diff) | |
download | mediapointer-dvb-s2-d713251b9125c539941b0fb18bb152446880164b.tar.gz mediapointer-dvb-s2-d713251b9125c539941b0fb18bb152446880164b.tar.bz2 |
- Small fixes.
* scripts/buildpatch:
- Fixed a problem when commiting <dolar>Id with CVS.
* tuner-core.c: (tuner_command):
- Better debug info for non-implemented iocts.
* tveeprom.c:
- Fixed compiling with gcc2.9x (thanks to Andrew Morton).
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index e5e3aeff7..a08cfbc3f 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,15 @@ +2005-09-13 19:04 mchehab + + * scripts/buildpatch: + - Fixed a problem when commiting <dolar>Id with CVS. + + * tuner-core.c: (tuner_command): + - Better debug info for non-implemented iocts. + * tveeprom.c: + - Fixed compiling with gcc2.9x (thanks to Andrew Morton). + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-09-13 16:22 mkrufky * bttv-cards.c, bttv-driver.c: |