summaryrefslogtreecommitdiff
path: root/Kernel/Bus/USB/USBHub.cpp
AgeCommit message (Expand)Author
2022-11-12Kernel/USB: Use proper verbs for Pipe transfer methodsb14ckcat
2022-10-18Kernel/USB: Refactor USB Pipeb14ckcat
2022-09-23Kernel: Introduce the IOWindow classLiav A
2022-09-20Kernel: Remove stale includes of x86 IO header fileLiav A
2022-09-20Kernel: Move IO delay code to x86 architecture subdirectoryLiav A
2022-09-17Kernel/USB: Hotplug multiple USB device crash hotfixb14ckcat
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-07-27Kernel: Fix USB hotplug crashb14ckcat
2022-07-15Kernel/SysFS: Adapt USB plug code to work with SysFS patternsLiav A
2022-06-17Kernel/SysFS: Split bulky SysFSUSB file into two separate class filesLiav A
2022-06-17Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS partsLiav A
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-10-14Kernel: Add per platform Processor.h headersJames Mintram
2021-10-14Kernel: Add header includes closer to their useJames Mintram
2021-09-06Kernel: Use TRY() some more in USB::HubAndreas Kling
2021-09-05Kernel/USB: Use TRY() in the various USB classesAndreas Kling
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-08-14Kernel/USB: Remove UAF in device removalLuke
2021-08-14Kernel/USB: Update SysFS from the generic hub instead of from UHCILuke
2021-08-14Kernel/USB: Replace PortNumber enum with a raw u8Luke
2021-08-14Kernel/USB: Add Hubs and the UHCI Root HubLuke