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

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

USB: ipc_bridge: Fix a hang in the disconnect path



The reader process is woken up when a read urb is completed.  The
read urb may not be active during disconnect.  So killing it will
not wake up the reader process.  The client driver is blocked in
flushing the read work due to this reason.  Fix it by explicitly
waking up the reader process in disconnect path.

Change-Id: Ibb698eae3d81d936f303a58335065367e724324f
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent f32293b2
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