fix: USB mass storage polish
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user