diff options
author | Wesley Cheng <[email protected]> | 2022-09-19 16:12:13 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-09-22 15:52:29 +0200 |
commit | 76bff31c7fba6cc21bf8f9785572484d54d31878 (patch) | |
tree | b43fb6909a133801663e419b7b1e412a0f991b20 /scripts/gdb/linux/proc.py | |
parent | a659daf63d16aa883be42f3f34ff84235c302198 (diff) |
usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disable
DWC3_EP_DELAYED_STOP is utilized to defer issuing the end transfer command
until the subsequent SETUP stage, in order to avoid end transfer timeouts.
During cable disconnect scenarios, __dwc3_gadget_ep_disable() is
responsible for ensuring endpoints have no active transfers pending. Since
dwc3_remove_request() can now exit early if the EP delayed stop is set,
avoid clearing all DEP flags, otherwise the transition back into the SETUP
stage won't issue an endxfer command.
Fixes: 2b2da6574e77 ("usb: dwc3: Avoid unmapping USB requests if endxfer is not complete")
Reviewed-by: Thinh Nguyen <[email protected]>
Signed-off-by: Wesley Cheng <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions