ladybird/Kernel/Devices/HID
Liav A c50a81e93e Kernel: Move x86-specific HID code to the Arch/x86 directory
The i8042 controller with its attached devices, the PS2 keyboard and
mouse, rely on x86-specific IO instructions to work. Therefore, move
them to the Arch/x86 directory to make it easier to omit the handling
code of these devices.
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: Move x86-specific HID code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
HIDManagement.h Kernel: Move x86-specific HID code to the Arch/x86 directory 2022-09-20 18:43:05 +01: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