History log of /external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
e60c7bfa31efdb665eac3ccfe9c87b4210683027 30-Jul-2009 subrata_modak <subrata_modak> This is v4l-test 0.17 for LTP. Changes: Test cases added for VIDIOC_ENUM_FRAMESIZES and VIDIOC_G_JPEGCOMP. New V4L2_PIX_FMT_* formats also used in test cases. Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
79c095df81db941d8e4d6595c045d90eae31c137 08-Jul-2009 subrata_modak <subrata_modak> This is v4l-test 0.16 for LTP. Changes: Iterate through all available inputs in VIDIOC_G_STD and VIDIOC_S_STD test cases. Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
fb89646921355702742d61af2a7fd161aea3f69f 04-Jun-2009 subrata_modak <subrata_modak> This is the v4l-test 0.15 patch for LTP. Changes: Test cases added for VIDIOC_G_EXT_CTRLS, VIDIOC_S_EXT_CTRLS and VIDIOC_TRY_EXT_CTRLS. Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
7564c8a7cf3d94e2d84b52c6e50c14bed1650b91 11-May-2009 subrata_modak <subrata_modak> v4l-test 0.14 for LTP: Changes:
1) Test cases added for VIDIOC_QUERYBUF,
2) Debug functions separated,
Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
c40b521b10941033d8b1c031bd02ab47240d5c93 11-May-2009 subrata_modak <subrata_modak> v4l-test 0.13 for LTP: Changes:
1) Added string content validation;
2) Test cases added for VIDIOC_REQBUFS,
Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
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>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
2578b06823e5669ed5d6a96c47e74563f577ed9f 19-Mar-2009 subrata_modak <subrata_modak> v4l-test 0.10 for LTP: Changes: Test cases added for VIDIOC_G_PARM. Duplicated test for V4L2_BUF_TYPE_VIDEO_CAPTURE removed in VIDIOC_ENUM_FMT test. Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
4edf14a85b2796a144943d7bd54c4e2c44d1ab32 23-Feb-2009 subrata_modak <subrata_modak> v4l-test 0.8 for LTP: Today I released v4l-test 0.8. Please find attached the patch for LTP. Changes: Test cases added for VIDIOC_G_CROP, VIDIOC_G_CTRL and VIDIOC_S_CTRL. Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
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>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
45246f90c20c93f3e3539627e078196af4a0eae2 05-Feb-2009 subrata_modak <subrata_modak> v4l-test 0.6 for LTP: Please find attached the v4l-test 0.6 patch for LTP. Changes: Test cases added for VIDIOC_G_AUDIO, VIDIOC_G_AUDOUT, VIDIOC_G_MODULATOR, VIDIOC_G_PRIORITY, VIDIOC_S_PRIORITY and VIDIOC_S_FREQUENCY. Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
a8416d4639a5ea638dc4fc62c3f05512cd91e247 02-Feb-2009 subrata_modak <subrata_modak> I send attached the v4l-test 0.5 for LTP. Changes: Test cases added for VIDIOC_QUERYSTD, VIDIOC_G_FREQUENCY and VIDIOC_G_TUNER. Signed-off-by: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
10658ed800fa92bbfba86ed05d29ff26cb106844 05-Jan-2009 subrata_modak <subrata_modak> Today I released version 0.3 of v4l-test, see http://v4l-test.sourceforge.net/ for details. I also updated the LTP tree, and I attached the two files in this email. The first file is a patch against ltp-full-20081231. The second file is a tar.gz which contains the binary image files which are part of the original V4L2 API specification, revision 0.24. Signed-Off-By: Németh Márton <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile
7a86bf3a7fbddf42ef6166f3bddd2278b1522b5a 30-Dec-2008 subrata_modak <subrata_modak> Linux drivers based on Video for Linux Two (V4L2) API, test addition:
Németh Márton <nm127@freemail.hu> wrote:
I started a project to test the Linux drivers based on Video for Linux Two (V4L2) API, release 0.24. This project is using the CUnit framework and is available at http://v4l-test.sourceforge.net/. I found your project at http://ltp.sourceforge.net/ . As far as I know the LTP currently do not have any tests for V4L2. Maybe test cases created for v4l-test project can be used for LTP also. What do you think?
Subrata Modak <subrata@linux.vnet.ibm.com> wrote back:
Yes, it can be. We have a rather old code base for Device Drivers testing. And time and again i was trying to revive the device drivers tests inside LTP, but, did not get sufficient volunteers to do the same. Your test code can be a starting point for us. I downloaded your testsuite and was able to compile the stuff, with some modification(s). However, i did not test it. Can you also share the logs of the run on your machine ?? More info is required in the documentation. I have prepared a patch(attached & embedded), which will integrate these tests inside LTP with minor modifications in documentation and some #defines in some source files (to be able to compile on machines not having respective header files containing the definition). Now, we have 2 choices:
1) You can voluntarily allow us to maintain this code inside LTP. Send your patches/modifications to us, whenever you want to add/modify/remove any tests out of: ltp/testcases/kernel/device-drivers/v4l-test/, We will then do the needful. You benefit by showcasing your test code to a bigger LTP community, and hence can attract more contribution from them. We gain by re-introducing/re-starting device drivers testing, which can then move to other device drivers as well. If you agree, please reply to this mail with a DCO Sign-off: Signed-Off-By: Németh Márton <nm127@freemail.hu>, I can then go ahead and include this patch.
2) You can keep your project running at: http://v4l-test.sourceforge.net/, as well as agree to apply this patch to include in LTP. In such a case, send us updates whenever you update your project. In any case, i would require a DCO Sign-off: Signed-Off-By: Németh Márton <nm127@freemail.hu>, from you. I would like to thank you for deciding to contribute this to LTP, and would also request you to help us fix the existing device drivers tests in LTP, so that we can start using them. If necessary we can delete the obsolete ones and add new ones: http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/device-drivers/. Do you think, you will also be able to help us here ??
Németh Márton <nm127@freemail.hu> wrote back:
Yes, sorry about that. I have had no access to my emails during the last days. I also wanted to think about this a little. I would like to choose the 2nd solution: I try to run my project forward and send you patches to include them in LTP. The source code and the test design was created by me. However, the V4L2 API specification which is also included in the tarball is only downloaded and saved under the 'doc' directory so I always have a local copy of the V4L2 API revision 0.24. This you might not want to include in the LTP source code. I had some difficulties with the inline patch you sent me, it was not usable at my side because my email client was not able to handle it correctly. Could you please send it as an attachment? What I could recognised that the v4l-test project was placed in LTP source directory under ltp-intermediate-20081223.orig/testcases/kernel/device-drivers/v4l-test . However, if I look around in the "device-drivers" subdirectory I would use the subdirectory: ltp/testcases/kernel/device-drivers/v4l/user_space . What do you think? Signed-Off-By: Márton Németh <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/Makefile