This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: v4l2-ctl: Improve sub-device options help text
Author:  Tomi Valkeinen <[email protected]>
Date:    Tue Aug 8 09:19:20 2023 +0300

Explicitly mention that all the parameters to the options are optional,
and default to 0, and remove the one place where the default of 0 was
mentioned.

Signed-off-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>

 utils/v4l2-ctl/v4l2-ctl-subdev.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=55477f5cad12ed0c400825835d88131be5629e70
diff --git a/utils/v4l2-ctl/v4l2-ctl-subdev.cpp 
b/utils/v4l2-ctl/v4l2-ctl-subdev.cpp
index 33cc13427cc2..22fd90526a6f 100644
--- a/utils/v4l2-ctl/v4l2-ctl-subdev.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl-subdev.cpp
@@ -36,8 +36,9 @@ static double set_fps;
 void subdev_usage()
 {
        printf("\nSub-Device options:\n"
+              "Note: all parameters below (pad, code, etc.) are optional 
unless otherwise noted and default to 0\n"
               "  --list-subdev-mbus-codes <pad>\n"
-              "                      display supported mediabus codes for this 
pad (0 is default)\n"
+              "                      display supported mediabus codes for this 
pad\n"
               "                      [VIDIOC_SUBDEV_ENUM_MBUS_CODE]\n"
               "  --list-subdev-framesizes pad=<pad>,code=<code>\n"
               "                     list supported framesizes for this pad and 
code\n"

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to