]> bbs.cooldavid.org Git - net-next-2.6.git/commit
USB: testusb: an USB testing application
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 5 May 2010 10:53:17 +0000 (12:53 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:43 +0000 (13:21 -0700)
commit2201d6b1620a1d9feac78e9ff12b7246227c8b17
tree0d655fa6a26ebdce962525906e776160f650d93f
parent93f2aa4ddd25caac2b9a09538da54308dbda44e2
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 <URL:http://www.linux-usb.org/usbtest/>.

Signed-off-by: Michal Nazarewicz <m.nazarewicz@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
tools/usb/testusb.c [new file with mode: 0644]