]> Pileus Git - ~andy/linux/commit
usb: misc: usbtest: send ISO packets for g_zero
authorBoyan Nedeltchev <boyan@ti.com>
Mon, 12 Nov 2012 11:06:06 +0000 (13:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Nov 2012 20:15:49 +0000 (12:15 -0800)
commit4b85c62411f7a95db33025b3aba29f7525c214d5
treec2a68a92b12147a202a2132930859c0aecdf88b3
parent98515e5923b1c8f982511eeec9d27014b05efebf
usb: misc: usbtest: send ISO packets for g_zero

since commit b4036cc (usb: gadget: add
isochronous support to gadget zero), g_zero
has learned about isochronous transfers, which
allows us to use usbtest.ko to exercise
isochronous pipes.

All we need to do to enable that functionality
on usbtest.ko, is set the "iso" to 1 on
struct usbtest_info

Signed-off-by: Boyan Nedeltchev <boyan@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/usbtest.c