diff --git a/drivers/usb/gadget/function/android_f_accessory.c b/drivers/usb/gadget/function/android_f_accessory.c index 47f286c1e10b..44653667a6ca 100644 --- a/drivers/usb/gadget/function/android_f_accessory.c +++ b/drivers/usb/gadget/function/android_f_accessory.c @@ -157,7 +157,7 @@ static struct usb_ss_ep_comp_descriptor acc_superspeedplus_comp_desc = { /* the following 2 values can be tweaked if necessary */ .bMaxBurst = 6, - /* .bmAttributes = 0, */ + .bmAttributes = 16, }; static struct usb_endpoint_descriptor acc_superspeed_in_desc = { @@ -182,7 +182,7 @@ static struct usb_ss_ep_comp_descriptor acc_superspeed_comp_desc = { /* the following 2 values can be tweaked if necessary */ .bMaxBurst = 6, - /* .bmAttributes = 0, */ + .bmAttributes = 16, }; static struct usb_endpoint_descriptor acc_highspeed_in_desc = {