ladybird/Kernel/Bus/USB
Brian Gianforcaro 6b85b358f8 Kernel: Unify Kernel task names for consistency
This change unifies the naming convention for kernel tasks.

The goal of this change is to:

- Make the task names more descriptive, so users can more
  easily understand their purpose in System Monitor.

- Unify the naming convention so they are consistent.
2022-06-05 14:09:44 +01:00
..
UHCI Kernel: Unify Kernel task names for consistency 2022-06-05 14:09:44 +01:00
PacketTypes.h Kernel/USB: Move the USB components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
SysFSUSB.cpp Kernel/USB: Flesh out USB SysFS objects 2022-06-02 13:14:29 +02:00
SysFSUSB.h Kernel: Use try_create not must_create in SysFSUSB::create 2022-01-03 10:39:56 +02:00
USBClasses.h Kernel/USB: Add header containing all the current USB classes 2021-08-14 21:22:44 +02:00
USBConfiguration.cpp Kernel/USB: Rename get_interfaces to something more sensible 2022-06-02 13:14:29 +02:00
USBConfiguration.h Kernel/USB: Rename get_interfaces to something more sensible 2022-06-02 13:14:29 +02:00
USBConstants.h Kernel/USB: Add Hubs and the UHCI Root Hub 2021-08-14 21:22:44 +02:00
USBController.cpp Kernel/USB: Create controller base class and introduce USBManagement 2021-08-09 21:05:25 +02:00
USBController.h Kernel/USB: Add support for bulk transfers 2022-05-21 22:12:05 +02:00
USBDescriptors.h Kernel/USB: Add new USBHIDDescriptor type 2022-04-22 15:16:56 +02:00
USBDevice.cpp Kernel/USB: Rename get_interfaces to something more sensible 2022-06-02 13:14:29 +02:00
USBDevice.h Kernel/USB: Add configuration descriptor accessor 2022-06-02 13:14:29 +02:00
USBEndpoint.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
USBHub.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
USBHub.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
USBInterface.h Kernel/USB: Add interface descriptor accessor 2022-06-02 13:14:29 +02:00
USBManagement.cpp Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
USBManagement.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
USBPipe.cpp Kernel/USB: Add support for bulk transfers 2022-05-21 22:12:05 +02:00
USBPipe.h Kernel/USB: Add support for bulk transfers 2022-05-21 22:12:05 +02:00
USBRequest.h Kernel: Put USB request constants in namespace 2022-04-26 22:56:45 +02:00
USBTransfer.cpp Kernel/USB: Add support for bulk transfers 2022-05-21 22:12:05 +02:00
USBTransfer.h Kernel/USB: Add support for bulk transfers 2022-05-21 22:12:05 +02:00