summaryrefslogtreecommitdiff
path: root/Kernel/Bus/USB/USBPipe.cpp
AgeCommit message (Expand)Author
2022-11-12Kernel/USB: Use proper verbs for Pipe transfer methodsb14ckcat
2022-11-12Kernel/USB: Add support for async & interrupt transfersb14ckcat
2022-10-18Kernel/USB: Refactor USB Pipeb14ckcat
2022-10-18Kernel/USB: Adjust USB Pipe bufferb14ckcat
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-03Kernel/USB: Move buffer allocation from USB transfer to USB pipeb14ckcat
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-06Kernel/USB: Use TRY() and adopt_nonnull_own_or_enomem() some moreAndreas Kling
2021-09-06Kernel/USB: Tidy up USB::Transfer constructionAndreas Kling
2021-09-05Kernel/USB: Use TRY() in the various USB classesAndreas Kling
2021-08-19Kernel/USB: Move UHCI related structures to subdirectoryJesse Buhagiar
2021-08-14Kernel/USB: Pass in device address as last argument to Pipe constructorLuke
2021-08-09Kernel/USB: Create controller base class and introduce USBManagementLuke
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-07-02Kernel/USB: Move the USB components as a subfolder to the Bus directoryLiav A