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

Commit a4af9008 authored by Felipe Balbi's avatar Felipe Balbi Committed by Greg Kroah-Hartman
Browse files

usb: dwc3: gadget: add support for Bursts



We already have the value from gadget drivers,
just need to pass it to our controller.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c439ef87
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep,

	params.param0.depcfg.ep_type = usb_endpoint_type(desc);
	params.param0.depcfg.max_packet_size = usb_endpoint_maxp(desc);
	params.param0.depcfg.burst_size = dep->endpoint.maxburst;

	params.param1.depcfg.xfer_complete_enable = true;
	params.param1.depcfg.xfer_not_ready_enable = true;