1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 08:27:36 +00:00
serenity/Kernel/Devices/HID
Valtteri Koskivuori 370231c05c Kernel: Expose minor device numbers for keyboard and mouse
A fix for two FIXMEs, and paving the way for multi-keyboard/mouse
support, I guess.
2021-05-01 20:07:11 +02:00
..
HIDDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HIDManagement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HIDManagement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
I8042Controller.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
I8042Controller.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
KeyboardDevice.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
KeyboardDevice.h Kernel: Expose minor device numbers for keyboard and mouse 2021-05-01 20:07:11 +02:00
MouseDevice.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MouseDevice.h Kernel: Expose minor device numbers for keyboard and mouse 2021-05-01 20:07:11 +02:00
PS2KeyboardDevice.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
PS2KeyboardDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PS2MouseDevice.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
PS2MouseDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
VMWareMouseDevice.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
VMWareMouseDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00