The patch number 9945 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Hans Verkuil <[email protected]>
v4l2-dbg: get-chip-ident has no arguments
get-chip-ident expected an argument when none was needed.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
v4l2-apps/util/v4l2-dbg.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r a8c2c9f1de20 -r 41716e194fd7 v4l2-apps/util/v4l2-dbg.cpp
--- a/v4l2-apps/util/v4l2-dbg.cpp Fri Dec 19 15:17:56 2008 +0100
+++ b/v4l2-apps/util/v4l2-dbg.cpp Sat Dec 20 13:14:03 2008 +0100
@@ -136,7 +136,7 @@ static struct option long_options[] = {
{"set-register", required_argument, 0, OptSetRegister},
{"chip", required_argument, 0, OptChip},
{"scan-chip-idents", no_argument, 0, OptScanChipIdents},
- {"get-chip-ident", required_argument, 0, OptGetChipIdent},
+ {"get-chip-ident", no_argument, 0, OptGetChipIdent},
{"info", no_argument, 0, OptGetDriverInfo},
{"verbose", no_argument, 0, OptVerbose},
{"log-status", no_argument, 0, OptLogStatus},
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/41716e194fd792cfa7770e7caf8127e8892a9b59
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits