]> git.baikalelectronics.ru Git - kernel.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)
commit2363e664d2fb8cc87a3959dd3ad61d1372c7d766
tree0d655fa6a26ebdce962525906e776160f650d93f
parent619ae5a4c72e1a2922f62501fea27124e4b0459d
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]