Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-07-03 | Kernel/USB: Move buffer allocation from USB transfer to USB pipe | b14ckcat |
2022-05-21 | Kernel/USB: Add support for bulk transfers | b14ckcat |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-06 | Kernel/USB: Use TRY() and adopt_nonnull_own_or_enomem() some more | Andreas Kling |
2021-09-06 | Kernel/USB: Tidy up USB::Transfer construction | Andreas Kling |
2021-09-05 | Kernel/USB: Use TRY() in the various USB classes | Andreas Kling |
2021-08-19 | Kernel/USB: Move UHCI related structures to subdirectory | Jesse Buhagiar |
2021-08-14 | Kernel/USB: Pass in device address as last argument to Pipe constructor | Luke |
2021-08-09 | Kernel/USB: Create controller base class and introduce USBManagement | Luke |
2021-07-22 | Everywhere: Prefix hexadecimal numbers with 0x | Gunnar Beutner |
2021-07-02 | Kernel/USB: Move the USB components as a subfolder to the Bus directory | Liav A |