diff --git a/drivers/usb/gadget/function/f_mtp.c b/drivers/usb/gadget/function/f_mtp.c index ee927da07e83..ea3721fe73e9 100644 --- a/drivers/usb/gadget/function/f_mtp.c +++ b/drivers/usb/gadget/function/f_mtp.c @@ -157,7 +157,7 @@ static struct usb_ss_ep_comp_descriptor mtp_superspeed_in_comp_desc = { .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, /* the following 2 values can be tweaked if necessary */ - /* .bMaxBurst = 0, */ + .bMaxBurst = 2, /* .bmAttributes = 0, */ }; @@ -174,7 +174,7 @@ static struct usb_ss_ep_comp_descriptor mtp_superspeed_out_comp_desc = { .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, /* the following 2 values can be tweaked if necessary */ - /* .bMaxBurst = 0, */ + .bMaxBurst = 2, /* .bmAttributes = 0, */ };