1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 12:22:06 +00:00
serenity/Kernel/Bus/USB/UHCI
b14ckcat 550b3c7330 Kernel/USB: Rework UHCI interrupt transfer schedule
This reworks the way the UHCI schedule is set up to handle interrupt
transfers, creating 11 queue heads each assigned a different
period/latency, so that interrupt transfers can be linked into the
schedule with their specified period more easily.
2022-08-28 13:40:07 +02:00
..
UHCIController.cpp Kernel/USB: Rework UHCI interrupt transfer schedule 2022-08-28 13:40:07 +02:00
UHCIController.h Kernel/USB: Rework UHCI interrupt transfer schedule 2022-08-28 13:40:07 +02:00
UHCIDescriptorPool.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
UHCIDescriptorTypes.h Kernel/USB: Rework queued transfer schedule 2022-08-28 13:40:07 +02:00
UHCIRootHub.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
UHCIRootHub.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00