ladybird/Kernel/Devices/HID
Liav A cd08c4a5aa Kernel/HID: Take a spinlock when calling KeyboardClient::on_key_pressed
The KeyboardClient class member could be updated due to TTY switch, so
we must ensure we always use a valid pointer.
2022-05-06 18:05:14 +02:00
..
HIDDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
HIDManagement.cpp Kernel/HID: Take a spinlock when calling KeyboardClient::on_key_pressed 2022-05-06 18:05:14 +02:00
HIDManagement.h Kernel/HID: Take a spinlock when calling KeyboardClient::on_key_pressed 2022-05-06 18:05:14 +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 Kernel/HID: Take a spinlock when calling KeyboardClient::on_key_pressed 2022-05-06 18:05:14 +02: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