1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Kernel/Devices/HID
Lorenz Steinert 78f8821152 Kernel: Propagate HIDManagement initialisation error to init
Initialisation errors for HIDManagement are now returned to the init. In
the init we assert by MUST if we get an error.
2022-03-28 11:36:17 +02:00
..
HIDDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
HIDManagement.cpp Kernel: Propagate HIDManagement initialisation error to init 2022-03-28 11:36:17 +02:00
HIDManagement.h Kernel: Propagate HIDManagement initialisation error to init 2022-03-28 11:36:17 +02:00
I8042Controller.cpp Kernel/Devices/HID: Propagate errors of HIDDevices properly 2022-03-28 11:36:17 +02:00
I8042Controller.h Kernel/Devices/HID: Propagate errors of HIDDevices properly 2022-03-28 11:36:17 +02:00
KeyboardDevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
KeyboardDevice.h Kernel: Support PS/2 right super key 2022-01-30 15:08:49 +01:00
MouseDevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
MouseDevice.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
PS2KeyboardDevice.cpp Kernel/Devices/HID: Propagate errors of HIDDevices properly 2022-03-28 11:36:17 +02:00
PS2KeyboardDevice.h Kernel/Devices/HID: Propagate errors of HIDDevices properly 2022-03-28 11:36:17 +02:00
PS2MouseDevice.cpp Kernel: Propagate HIDManagement initialisation error to init 2022-03-28 11:36:17 +02:00
PS2MouseDevice.h Kernel/Devices/HID: Propagate errors of HIDDevices properly 2022-03-28 11:36:17 +02:00
VMWareMouseDevice.cpp Kernel/Devices/HID: Propagate errors of HIDDevices properly 2022-03-28 11:36:17 +02:00
VMWareMouseDevice.h Kernel/Devices/HID: Propagate errors of HIDDevices properly 2022-03-28 11:36:17 +02:00