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_usb.pl: Fix directions Author: Mauro Carvalho Chehab <[email protected]> Date: Tue Dec 7 07:51:37 2010 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> contrib/usb_parse/parse_usb.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=e3257175c3d542c7f305435108b46a926cafa50b diff --git a/contrib/usb_parse/parse_usb.pl b/contrib/usb_parse/parse_usb.pl index 45fafd3..7d46bf0 100755 --- a/contrib/usb_parse/parse_usb.pl +++ b/contrib/usb_parse/parse_usb.pl @@ -28,9 +28,9 @@ sub type_req($) my $s; if ($reqtype & 0x80) { - $s = "WR "; - } else { $s = "RD "; + } else { + $s = "WR "; } if (($reqtype & 0x60) == 0x20) { $s .= "CLAS "; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
