28 Jul, 2011

3 commits

  • There are several errors reported by V4L that aren't described.
    They can occur on almost all ioctl's. Instead of adding them
    into each ioctl, create a new chapter.

    For V4L, the new chapter will automatically be listed on all
    places, as there's a macro used everywhere there.

    Acked-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     
  • The patch utility doesn't work with non-binary files. This causes some
    tools to break, like generating tarball targets and the scripts that
    generate diff patches at http://www.kernel.org/pub/linux/kernel/v2.6/.

    So, let's convert all binaries to ascii using base64, and add a
    logic at Makefile to convert them back into binaries at runtime.

    Reported-by: Randy Dunlap
    Reported-by: Andrew Morton
    Reviewed-by: Michal Marek
    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     
  • This patch addresses several issues pointed by Randy Dunlap
    at changeset ece722c:

    - In the generated index.html file, "media" is listed first, but it
    should be listed in alphabetical order, not first.

    - The generated files are (hidden) in .tmpmedia/

    - The link from the top-level index.html file to "media" is to
    media/index.html, but the file is actually in .tmpmedia/media/index.html

    - Please build docs with and without using "O=builddir" and test that.

    - Would it be possible for media to have its own Makefile instead of
    merging into this one?

    Due to the way cleandocs target works, I had to rename the media DocBook
    to media_api, otherwise cleandocs would remove the /media directory.

    Thanks-to: Randy Dunlap
    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

20 May, 2011

1 commit


03 Apr, 2009

1 commit


11 Jan, 2006

1 commit