diff options
| author | HiFiPhile <[email protected]> | 2025-09-12 14:25:44 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-09-12 15:00:19 +0200 |
| commit | 99bee6a900db60cf232766531e785108f50e614d (patch) | |
| tree | eb80a992ce75f1ad5b30a2bd42cf156f7078b9e6 /src/host | |
| parent | 4db2bdad07f55b03df8c40928a2b56536fa823e3 (diff) | |
ehci: fix removed qhd get reused
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 1c63ac712..d09874d6e 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -844,7 +844,7 @@ static bool usbh_control_xfer_cb (uint8_t daddr, uint8_t ep_addr, xfer_result_t const uint8_t ep_status = tu_edpt_addr(0, 1 - request->bmRequestType_bit.direction); TU_ASSERT(hcd_edpt_xfer(rhport, daddr, ep_status, NULL, 0)); break; - } + } case CONTROL_STAGE_ACK: { // Abort all pending transfers if SET_CONFIGURATION request |
