This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: v4l2-ctl: remove support for obsolete vtx and add missing v4l-subdev. Author: Hans Verkuil <[email protected]> Date: Mon Aug 6 14:31:53 2012 +0200 Signed-off-by: Hans Verkuil <[email protected]> (cherry picked from commit b344e026d52e9a1b167076a43462d285e44aab54) Signed-off-by: Gregor Jasny <[email protected]> utils/v4l2-ctl/v4l2-ctl-common.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=0cd475dfb60ab4bdf6d03185ac5d264e87ce7b24 diff --git a/utils/v4l2-ctl/v4l2-ctl-common.cpp b/utils/v4l2-ctl/v4l2-ctl-common.cpp index 208d354..20d7b4c 100644 --- a/utils/v4l2-ctl/v4l2-ctl-common.cpp +++ b/utils/v4l2-ctl/v4l2-ctl-common.cpp @@ -88,10 +88,10 @@ void common_usage(void) static bool is_v4l_dev(const char *name) { - return !memcmp(name, "vtx", 3) || - !memcmp(name, "video", 5) || + return !memcmp(name, "video", 5) || !memcmp(name, "radio", 5) || - !memcmp(name, "vbi", 3); + !memcmp(name, "vbi", 3) || + !memcmp(name, "v4l-subdev", 10); } static int calc_node_val(const char *s) _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
