1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 15:17:45 +00:00
serenity/Kernel/Bus/USB
Liav A 478f543899 Kernel/SysFS: Prevent allocation for component name during construction
Instead, allocate before constructing the object and pass NonnullOwnPtr
of KString to the object if needed. Some classes can determine their
names as they have a known attribute to look for or have a static name.
2021-12-14 09:01:33 +01:00
..
UHCI Kernel: Some clang-tidy fixes in Bus/USB 2021-12-09 22:53:42 -08:00
PacketTypes.h
SysFSUSB.cpp Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
SysFSUSB.h Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
USBClasses.h
USBConstants.h
USBController.cpp
USBController.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
USBDescriptors.h
USBDevice.cpp Kernel: Remove unused String.h includes 2021-12-11 13:15:26 -08:00
USBDevice.h Kernel: Some clang-tidy fixes in Bus/USB 2021-12-09 22:53:42 -08:00
USBEndpoint.h
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
USBManagement.cpp Kernel/PCI: Remove Address from enumeration callback 2021-09-29 11:24:33 +02:00
USBManagement.h
USBPipe.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
USBPipe.h Kernel: Some clang-tidy fixes in Bus/USB 2021-12-09 22:53:42 -08:00
USBRequest.h
USBTransfer.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
USBTransfer.h Kernel: Mark USBTransfer's constructor as private 2021-12-09 22:53:42 -08:00