index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Devices
/
HID
/
KeyboardDevice.h
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move Random.{h,cpp} code to Security subdirectory
Liav A
2023-04-09
Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-11-01
Kernel: Remove unused #includes
Gunnar Beutner
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-30
Kernel: Support PS/2 right super key
Jelle Raaijmakers
2022-01-25
Kernel: Use u64 instead of size_t for File::can_write offset
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_read offset
Idan Horowitz
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-18
Kernel: Let MouseDevice and KeyboardDevice write method return EINVAL
Przemysław R. Kusiak
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-08-30
Kernel: Fix shift sometimes staying pressed after releasing the key
LepkoQQ
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-07
Kernel: Add keyboard ioctl to get num/caps lock state
Edwin Hoksberg
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-05-05
Kernel: Allow remapping Caps Lock to Control (#6883)
Spencer Dixon
2021-05-01
Kernel: Handle both shift keys being pressed and then released
Idan Horowitz
2021-05-01
Kernel: Expose minor device numbers for keyboard and mouse
Valtteri Koskivuori
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A