From 2201d6b1620a1d9feac78e9ff12b7246227c8b17 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 5 May 2010 12:53:17 +0200 Subject: [PATCH] USB: testusb: an USB testing application The testusb program just issues ioctls to perform the tests implemented by the kernel driver. It can generate a variety of transfer patterns; you should make sure to test both regular streaming and mixes of transfer sizes (including short transfers). For more information on how this can be used and on USB testing refer to . Signed-off-by: Michal Nazarewicz Cc: Kyungmin Park Cc: Marek Szyprowski Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed