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

Skip to content
Commit 35b0dfa1 authored by Mayank Rana's avatar Mayank Rana Committed by Hemant Kumar
Browse files

usb: qdss: Don't STARTXFER with usb_ep_enable() with USB BAM endpoint



USB BAM related endpoint's TRB ring is configured with platform specific
usb_ep_queue() API which also does STARTXFER with CMDIOC set. Current
code performs STARTXFER (without CMDIOC set) with usb_ep_enable() which
results into performing 2 times STARTXFER with USB BAM endpoint. Fix
this issue by endless flag with USB BAM endpoint and avoiding STARTXFER
with usb_ep_enable() for USB BAM endpoint.

Change-Id: Ifad1c9b3dd63c46d590f0552c452f238fde76161
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 1fbcd4d0
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