From: Alan Stern Date: Mon, 22 May 2006 20:47:13 +0000 (-0400) Subject: [PATCH] usbtest: report errors in iso tests X-Git-Tag: v2.6.18-rc1~858^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da2150f59e885d88b9eabe0a677f0fa4962f7b4;p=pandora-kernel.git [PATCH] usbtest: report errors in iso tests This patch (as693b) makes the usbtest driver report errors in the isochronous bulk transfer tests instead of always returning 0. As an arbitrary cutoff, an error is returned if more than 10% of the packet transfers fail. It also stops a test immediately upon receiving an URB submission error. For a test harness, it's especially important to report when errors occur! Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed