[PATCH] USB: usbtest updates
authorDavid Brownell <david-b@pacbell.net>
Fri, 22 Apr 2005 20:17:00 +0000 (13:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:46 +0000 (14:43 -0700)
commitff7c79e4f37821235b51fb8e19088c08938cc8fc
treee874b6f1a68f5538b94bf00afc85014b92486d6f
parent884b600f63dc7c646f415a5d8f356df1f66ff6f2
[PATCH] USB: usbtest updates

Updates to "usbtest" driver:

  * Improve some diagnostics.  One path that never generated diagnostics
    before should now generate two ... unless you hit a GCC bug that
    all my compilers seem to have, go figure.

  * Add suspend/resume support, so this behaves when the Linux host
    being used for testing suspends.

  * Don't test the "zero byte ep0 read" case unless real-world relevance
    for the testing is is irrelevant.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/usbtest.c