Skip to content
Commit 7441c2d6 authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

usb: dwc3: Fix incorrect PCM value for mult less than 2



For isochronous endpoints with mult less than 2, the
PCM value of the trb->size in set incorrectly.
For case of mult = 1, this is set to 0/-1 and for
mult = 0, this is set to -2.
This is because the initial mult is set to
ep->mult - 1. Fix this by setting the value of
initial value of mult to 2.

Change-Id: Ifa63d8c65564108303ce7c0d6e0cafeccf2ba47d
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent c1c8fe5e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment