1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 21:47:39 +00:00
serenity/Kernel/Devices/HID
Andreas Kling e46343bf9a Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
This makes error propagation less cumbersome (and also exposed some
places where we were not doing it.)
2021-05-13 23:28:40 +02:00
..
HIDDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HIDManagement.cpp Kernel/HID: Don't assume that ACPI is initialized 2021-05-08 19:15:54 +02:00
HIDManagement.h Kernel: Allow remapping Caps Lock to Control (#6883) 2021-05-05 23:10:56 +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 Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> 2021-05-13 23:28:40 +02:00
KeyboardDevice.h Kernel: Allow remapping Caps Lock to Control (#6883) 2021-05-05 23:10:56 +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 Kernel: Handle both shift keys being pressed and then released 2021-05-01 21:08:23 +02:00
PS2KeyboardDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PS2MouseDevice.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +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