Skip to content
Commit e71d363d authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: core: avoid Overflow events



Now that we're handling so many transfers at a time
and for some dwc3 revisions LPM events *must* be
enabled, we can fall into a situation where too many
events fire and we start receiving Overflow events.

Let's do what XHCI does and allocate a full page for
the Event Ring, this will avoid any future issues.

Cc: <stable@vger.kernel.org> # v4.9
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent d6214592
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment