Gadget zero now provides isochronous endpoints via f_iso; add support for this to usbtest. Signed-off-by: Martin Fuzzey <mfuzzey@xxxxxxxxx> --- drivers/usb/misc/usbtest.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c index a35b427..f170e4f 100644 --- a/drivers/usb/misc/usbtest.c +++ b/drivers/usb/misc/usbtest.c @@ -2083,7 +2083,8 @@ static struct usbtest_info gz_info = { .name = "Linux gadget zero", .autoconf = 1, .ctrl_out = 1, - .alt = 0, + .alt = -1, + .iso = 1, }; static struct usbtest_info um_info = { -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html