Searched hist:"4 b85c62411f7a95db33025b3aba29f7525c214d5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/misc/ |
H A D | usbtest.c | diff 4b85c62411f7a95db33025b3aba29f7525c214d5 Mon Nov 12 05:06:06 CST 2012 Boyan Nedeltchev <boyan@ti.com> 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>
|