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

Commit 99c915d3 authored by Jerry Zhang's avatar Jerry Zhang Committed by android-build-merger
Browse files

Merge "Raise MTP max burst values." am: b95db756 am: 840e2dcb

am: 01520fce

Change-Id: Ie378fdc9908d4f6830e3bfedc3884bfbb5a322b4
parents a4272848 01520fce
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 = {