serenity/Kernel/Devices/HID
Liav A 1462211ccf Kernel: Allow WorkQueue items allocation failures propagation
In most cases it's safe to abort the requested operation and go forward,
however, in some places it's not clear yet how to handle these failures,
therefore, we use the MUST() wrapper to force a kernel panic for now.
2022-04-20 19:47:18 +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: Enable PS2 keyboard scan code translation if not already enabled 2022-04-18 19:36:42 +03:00
I8042Controller.h Kernel: Enable PS2 keyboard scan code translation if not already enabled 2022-04-18 19:36:42 +03:00
KeyboardDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KeyboardDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MouseDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MouseDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PS2KeyboardDevice.cpp Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00
PS2KeyboardDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PS2MouseDevice.cpp Kernel: Move VMWareBackdoor to new directory in the Firmware directory 2022-04-20 19:21:32 +02:00
PS2MouseDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
VMWareMouseDevice.cpp Kernel: Move VMWareBackdoor to new directory in the Firmware directory 2022-04-20 19:21:32 +02:00
VMWareMouseDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00