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

Skip to content
Commit 5d7c879a authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by Stephen Boyd
Browse files

USB: gadget: ci13xx_udc: Fix bug in halting a control endpoint



A new setup packet can arrive on the control endpoint exactly when
software tries to halt it.  The halt condition will continue to be
cleared by the hardware.  The current code is ignoring this scenario
and polling for the halt condition to be true.  Return success from
ep_set_halt upon a new setup packet arrival.

Change-Id: If431f84b4e6f50e706520bb08e6ff5f6cc5fd759
CRs-fixed: 299838
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 9454a2c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment