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

Commit 840e2dcb authored by Jerry Zhang's avatar Jerry Zhang Committed by android-build-merger
Browse files

Merge "Raise MTP max burst values."

am: b95db756

Change-Id: I56563e74a34598d6e4415f0c2054932f88cd8bd2
parents 7ac1f99e b95db756
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 = {