serenity/Kernel/Devices/HID
Timothy Flynn f798e43ea8 Kernel: Add a key code modifier to detect the number pad
This is analagous to how Qt exposes whether the number pad was used for
a key press.
2023-07-09 06:32:20 +02:00
..
PS2 Kernel: Untie PS2 mouse and keyboard devices from i8042 implementation 2023-06-21 05:02:09 -06:00
Device.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
KeyboardDevice.cpp Kernel: Add a key code modifier to detect the number pad 2023-07-09 06:32:20 +02:00
KeyboardDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
Management.cpp Kernel: Re-organize the abstractions around i8042, PS2 and HID concepts 2023-06-21 05:02:09 -06:00
Management.h Kernel: Re-organize the abstractions around i8042, PS2 and HID concepts 2023-06-21 05:02:09 -06:00
MouseDevice.cpp Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices 2023-04-09 18:11:37 +02:00
MouseDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
ScanCodeEvent.h Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices 2023-04-09 18:11:37 +02:00