ladybird/Kernel/Devices/HID
Liav A 485d4e01ed Kernel: Move VMWare backdoor communication code to the x86 directory
The VMWare backdoor handling code involves many x86-specific
instructions and therefore should be in the Arch/x86 directory. This
ensures we can easily omit the code in compile-time for non-x86 builds.
2022-09-20 18:43:05 +01: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: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
I8042Controller.cpp Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
I8042Controller.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
KeyboardDevice.cpp Kernel: Detect the Insert key 2022-07-30 23:25:20 +02:00
KeyboardDevice.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
MouseDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MouseDevice.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
PS2KeyboardDevice.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
PS2KeyboardDevice.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
PS2MouseDevice.cpp Kernel: Move VMWare backdoor communication code to the x86 directory 2022-09-20 18:43:05 +01:00
PS2MouseDevice.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
VMWareMouseDevice.cpp Kernel: Move VMWare backdoor communication code to the x86 directory 2022-09-20 18:43:05 +01:00
VMWareMouseDevice.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00