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]>

 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=b344e026d52e9a1b167076a43462d285e44aab54

diff --git a/utils/v4l2-ctl/v4l2-ctl-common.cpp 
b/utils/v4l2-ctl/v4l2-ctl-common.cpp
index 8262965..f83bd05 100644
--- a/utils/v4l2-ctl/v4l2-ctl-common.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl-common.cpp
@@ -89,10 +89,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

Reply via email to