1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 05:32:13 +00:00
serenity/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers
Liav A 6733f19b3c Kernel/SysFS: Reduce the responsibilities of the Registry object
Instead, let the /sys/dev/block and /sys/dev/char directories to handle
the registering part of SysFSDeviceComponents by themselves.
2022-07-15 12:29:23 +02:00
..
BlockDevicesDirectory.cpp Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
BlockDevicesDirectory.h Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
CharacterDevicesDirectory.cpp Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
CharacterDevicesDirectory.h Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
DeviceComponent.cpp Kernel/SysFS: Rename Devices code folder => DeviceIdentifiers 2022-07-15 12:29:23 +02:00
DeviceComponent.h Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
Directory.cpp Kernel/SysFS: Rename Devices code folder => DeviceIdentifiers 2022-07-15 12:29:23 +02:00
Directory.h Kernel/SysFS: Rename Devices code folder => DeviceIdentifiers 2022-07-15 12:29:23 +02:00