1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 13:47:36 +00:00
serenity/Kernel/Devices/HID
Liav A b55199c227 Kernel: Move TTY-related code to a new subdirectory under Devices
The TTY subsystem is represented with unix devices, so it should be
under the Devices directory like the Audio, Storage, GPU and HID
subsystems.
2023-09-09 12:08:59 -06:00
..
PS2 Kernel: Move TTY-related code to a new subdirectory under Devices 2023-09-09 12:08:59 -06:00
Device.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
KeyboardDevice.cpp Kernel: Move TTY-related code to a new subdirectory under Devices 2023-09-09 12:08:59 -06:00
KeyboardDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
Management.cpp Kernel: Change the code point of numpad keys to 0, when Num Lock is off 2023-08-20 12:21:57 -06:00
Management.h Kernel: Change the code point of numpad keys to 0, when Num Lock is off 2023-08-20 12:21:57 -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