banan-os/kernel/kernel/USB
Bananymous 1941885cfd Kernel: Disable USB Mass Storage writing until I get it fixed
This prevented real hw from running for over 10-20 seconds. When first
disk sync happens after 10 secods, USB storage would enter faulty state
and not allow any io operations.

I have no idea what the problem is. If I don't send Reset command to the
USB device writing seems to work fine. I also don't think its part of
the Reset process either as reading works just fine.
2024-11-26 01:01:25 +02:00
..
HID Kernel: Allow USB devices to handle STALL conditions 2024-11-22 22:15:22 +02:00
MassStorage Kernel: Disable USB Mass Storage writing until I get it fixed 2024-11-26 01:01:25 +02:00
XHCI Kernel: Cleanup and fix xHCI interrupt handling 2024-11-22 22:19:53 +02:00
Device.cpp Kernel: Allow USB devices to handle STALL conditions 2024-11-22 22:15:22 +02:00
USBManager.cpp Kernel: Take ownership of xHCI controller from bios 2024-07-14 03:31:35 +03:00