Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b85c624 authored by Boyan Nedeltchev's avatar Boyan Nedeltchev Committed by Greg Kroah-Hartman
Browse files

usb: misc: usbtest: send ISO packets for g_zero



since commit b4036ccd (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: default avatarBoyan Nedeltchev <boyan@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 98515e59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2386,6 +2386,7 @@ static struct usbtest_info gz_info = {
	.name		= "Linux gadget zero",
	.autoconf	= 1,
	.ctrl_out	= 1,
	.iso		= 1,
	.alt		= 0,
};