Skip to content

!usbd:dwc_otg:OUT prematured urb RXC leads to loose next URB

danielinux requested to merge alexrayne:fix-usbd-premature-out-urb into master

Created by: alexrayne

on stm32 premature completed URBs (finished by short packet or else) are followed by standalone OUT_COMP received packet, that rise RXC IRQ.

this RCX will captured by next active URB, and leads to terminate it.

this patch tests against MSD implementation - it allow format usb drive in winXP.

Merge request reports