1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Kernel/Devices/HID
Liav A c8f27d7cb8 Kernel+Userland: Implement support for PS2 scan code set 2
This scan code set is more advanced than the basic scan code set 1, and
is required to be supported for some bare metal hardware that might not
properly enable the PS2 first port translation in the i8042 controller.

LibWeb can now also generate bindings for keyboard events like the Pause
key, as well as other function keys (such as Right Alt, etc).

The logic for handling scan code sets is implemented by the PS2 keyboard
driver and is abstracted from the main HID KeyboardDevice code which
only handles "standard" KeyEvent(s).
2024-01-04 10:38:03 -07:00
..
PS2 Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
USB Kernel/HID: Introduce initial USB mouse support 2023-10-15 22:56:30 +02:00
Definitions.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
Device.h Kernel/HID: Add methods to attach and detach standalone devices 2023-10-15 22:56:30 +02:00
KeyboardDevice.cpp Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
KeyboardDevice.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
Management.cpp Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
Management.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
MouseDevice.cpp Kernel/HID: Don't refer to a USB mouse as PS2 2023-11-30 13:30:12 -07:00
MouseDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
ScanCodeEvent.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00