serenity/Kernel/Devices
Liav A. e89726562b Kernel: Remove the AllMiceDevice class
This device was a short-lived solution to allow userspace (WindowServer)
to easily support hotplugging mouse devices with presumably very small
modifications on userspace side.

Now that we have a proper mechanism to propagate hotplug events from the
DeviceMapper program to any program that needs to get such events, we no
longer need this device, so let's remove it.
2024-07-06 21:42:32 +02:00
..
Audio Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
Generic Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
GPU Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
HID Kernel: Remove the AllMiceDevice class 2024-07-06 21:42:32 +02:00
Loop Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
Serial/VirtIO Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
Storage Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
TTY Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
AsyncDeviceRequest.cpp AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
AsyncDeviceRequest.h Kernel: Hold a weak reference to a Process object in AsyncDeviceRequest 2023-08-20 13:04:42 -06:00
BlockDevice.cpp Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
BlockDevice.h Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
CharacterDevice.cpp Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
CharacterDevice.h Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
Device.cpp
Device.h Kernel: Move FileSystem/DeviceFileTypes.h => API/DeviceFileTypes.h 2023-09-07 11:50:50 -06:00
DeviceManagement.cpp Kernel/SysFS: Expose device major number allocations to userspace 2024-07-06 21:42:32 +02:00
DeviceManagement.h Kernel: Register block and character devices in separate HashMaps 2024-07-06 21:42:32 +02:00
FUSEDevice.cpp Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
FUSEDevice.h Kernel/FUSE: Allow buffering multiple requests 2024-06-01 14:47:58 -06:00
KCOVDevice.cpp Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
KCOVDevice.h Kernel: Track KCOVInstance via Process instead of HashMap 2024-04-15 21:16:22 -06:00
KCOVInstance.cpp
KCOVInstance.h Kernel: Track KCOVInstance via Process instead of HashMap 2024-04-15 21:16:22 -06:00
PCISerialDevice.cpp Kernel+Userland: Simplify minor number allocation for virtual consoles 2024-07-06 21:42:32 +02:00
PCISerialDevice.h Kernel: Add PCISerialDevice WCH CH351 IDs 2023-08-12 13:08:07 +02:00
SerialDevice.cpp Kernel: Allocate all device major numbers within one known header file 2024-07-06 21:42:32 +02:00
SerialDevice.h Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00