ladybird/Kernel/Bus/USB
kleines Filmröllchen 021fb3ea05 Kernel/Tasks: Allow Kernel processes to be shut down
Since we never check a kernel process's state like a userland process,
it's possible for a kernel process to ignore the fact that someone is
trying to kill it, and continue running. This is not desireable if we
want to properly shutdown all processes, including Kernel ones.
2023-07-15 00:12:01 +02:00
..
UHCI Kernel/Tasks: Allow Kernel processes to be shut down 2023-07-15 00:12:01 +02:00
PacketTypes.h
USBClasses.h
USBConfiguration.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
USBConfiguration.h
USBConstants.h
USBController.cpp
USBController.h
USBDescriptors.h
USBDevice.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
USBDevice.h Kernel: Get rid of *LockRefPtr in the SysFS filesystem code 2023-04-14 19:24:54 +02:00
USBEndpoint.h Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
USBHub.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
USBHub.h Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
USBInterface.h
USBManagement.cpp Kernel: Move all boot-related code to the new Boot subdirectory 2023-06-04 21:32:34 +02:00
USBManagement.h Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
USBPipe.cpp
USBPipe.h
USBRequest.h
USBTransfer.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
USBTransfer.h