• Home
  • History
  • Annotate
  • only in /external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
History log of /external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
ideo_dummy.c
ec6edca7aa42b6affd989ef91b5897f96795e40f 18-Oct-2012 Chris Dearman <chris@mips.com> Add missing newline at end of file

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e '$a\'

Signed-off-by: Chris Dearman <chris@mips.com>
ideo_dummy.c
2c28215423293e443469a07ae7011135d058b671 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Style and conformance changes.

1. Strip all leading space.
2. Move tst_exit() to main().
3. Remove tst_exit() from cleanup().
4. Remove cluebat comments.
5. Reduce some unnecessary whitespace.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
ideo_dummy.c
44226453e647bf90f8de0372c94f8fcd2f2bbe02 06-Nov-2009 vapier <vapier> drop adding of -O/-W type flags that are already handled in common .mk files

for the few makefiles that arent yet converted to the .mk infrastructure:
Lately gcc developers introduced -Wextra flag that does the same as -W but is
more descriptive. According to this using -W flag should be safe (as gcc is
backward compatlible) but using -Wextra is limited to newer gcc releases.

Attached patch replaces all -Wextra occurences with -W and thus fixes
compliation failures with older gcc (mine was gcc-3.3.3 on sles).

patch by Cyril Hrubis
akefile
c6701fc589fbfd84c6219c5669f3b1a2716f50f3 13-Apr-2009 subrata_modak <subrata_modak> This is v4l-test 0.11 patch for LTP. Changes:
- Test cases added for VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT, VIDIOC_G_FMT, VIDIOC_G_SLICED_VBI_CAP, VIDIOC_QUERYMENU;
- Cleaned up ret and errno variable names;
- Separated the NULL parameter test cases to a separated testsuite and reworked most of the NULL parameter test cases;
- Added camera enabling through /sys/devices/platform/eeepc/camera;
- Added results page to documentation;
- Follow kernel API changes in video_dummy.ko
Signed-off-by: Márton Németh <nm127@freemail.hu>.
ideo_dummy.c
a157bd2fcb85f064d776ec857b64f8e070b710a9 16-Feb-2009 subrata_modak <subrata_modak> v4l-test 0.7 for LTP: here is the v4l-test 0.7 for LTP. Changes: Test cases added for VIDIOC_G_AUDIO, VIDIOC_G_AUDOUT, VIDIOC_S_AUDIO and VIDIOC_G_CROP. Added video_dummy kernel driver to verify the test environment. Some cleanup. Signed-off-by: Márton Németh <nm127@freemail.hu>.
akefile
ideo_dummy.c