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

Commit b95db756 authored by Jerry Zhang's avatar Jerry Zhang Committed by Gerrit Code Review
Browse files

Merge "Raise MTP max burst values."

parents a2e67eb9 2a14168f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -205,13 +205,13 @@ const struct usb_endpoint_descriptor_no_audio ss_intr = {
const struct usb_ss_ep_comp_descriptor ss_sink_comp = {
    .bLength = sizeof(ss_sink_comp),
    .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
    .bMaxBurst = 2,
    .bMaxBurst = 6,
};

const struct usb_ss_ep_comp_descriptor ss_source_comp = {
    .bLength = sizeof(ss_source_comp),
    .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
    .bMaxBurst = 2,
    .bMaxBurst = 6,
};

const struct usb_ss_ep_comp_descriptor ss_intr_comp = {