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
/
MouseDevice.h
Age
Commit message (
Expand
)
Author
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
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-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
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