summaryrefslogtreecommitdiff
path: root/Kernel/Bus/USB/USBController.h
AgeCommit message (Expand)Author
2022-11-12Kernel/USB: Add support for async & interrupt transfersb14ckcat
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-08-20AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernelAndreas Kling
2022-05-21Kernel/USB: Add support for bulk transfersb14ckcat
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-05AK+Kernel: Move KResult.h to Kernel/API for userspace accesssin-ack
2021-08-14Kernel/USB: Remove get_device_{at_port,from_address}Luke
2021-08-09Kernel/USB: Create controller base class and introduce USBManagementLuke