fix: USB mass storage polish

This commit is contained in:
2026-05-18 17:53:10 +02:00
parent c20579afd3
commit 52bbacb60b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -578,8 +578,8 @@ namespace Drivers::USB::Xhci {
}
}
KernelLogStream(WARNING, "xHCI") << "Control transfer timeout on slot " << base::dec << (uint64_t)slotId;
// Callers already log their own error with request context; the xHCI
// layer just returns 0xFF and recovers EP0 so the next transfer works.
// Recover EP0 ring: Stop Endpoint, then Set TR Dequeue Pointer
// so that subsequent control transfers on this slot still work.
TRB stopTrb = {};