Hi Sergei > >>> --- a/drivers/usb/renesas_usbhs/mod_gadget.c > >>> +++ b/drivers/usb/renesas_usbhs/mod_gadget.c > >>> @@ -755,7 +755,7 @@ static int usbhsg_gadget_start(struct usb_gadget *gadget, > >>> > >>> if (!driver || > >>> !driver->setup || > >>> - driver->speed != USB_SPEED_HIGH) > >>> + driver->speed< USB_SPEED_FULL) > > >> Are you sure it's not '<='? > > > Sorry for this confusion. > > But this patch is true. > > Actually renesas_usbhs can use FULL/HIGH speed. > > You need to describe that in the changelog then. You wrote only about > super speed. Thanks. I send v2 patch Best regards --- Kuninori Morimoto -- 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