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: parse_az6007.pl: optionally print timestamp for mt2063 Author: Mauro Carvalho Chehab <[email protected]> Date: Sun Jul 24 10:22:02 2011 -0300 Signed-off-by: Mauro Carvalho Chehab <[email protected]> contrib/az6007/parse_az6007.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=de17ed03f429f1afe3f008d3cd4cb8aaed574ce7 diff --git a/contrib/az6007/parse_az6007.pl b/contrib/az6007/parse_az6007.pl index cc53ec2..a19d745 100755 --- a/contrib/az6007/parse_az6007.pl +++ b/contrib/az6007/parse_az6007.pl @@ -160,6 +160,7 @@ sub parse_mt2063_addr($$$$$) $reg = sprintf "0x%02x", $reg; } + printf "$timestamp " if ($show_timestamp); if ($write) { if ($n == 1) { printf "mt2063_setreg(state, %s, 0x%s);\n", _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
