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
/
I8042Controller.cpp
Age
Commit message (
Expand
)
Author
2022-04-18
Kernel: Enable PS2 keyboard scan code translation if not already enabled
Liav A
2022-03-28
Kernel/Devices/HID: Propagate errors of HIDDevices properly
Lorenz Steinert
2022-03-19
Kernel: Increase i8042 timeout when writing and reading from device
Liav A
2022-02-20
Kernel: Make i8042 existence check more robust against faulty hardware
Liav A
2022-02-19
Kernel: Increase i8042 IO attempt counts, again
Linus Groh
2022-02-19
Kernel: Only do i8042 existence check via probing as a fallback
Linus Groh
2022-02-12
Kernel: Increase attempts count when waiting before doing i8042 IO
Liav A
2022-02-12
Kernel: Increase delay and attempts count when checking i8042 existence
Liav A
2022-02-10
Kernel: Convert i8042 code to use the ErrorOr pattern more broadly
Liav A
2022-02-10
Kernel: Check i8042 existence before trying to use it
Liav A
2021-11-12
Kernel: Drain I8042 PS/2 keyboard output after enabling
Jelle Raaijmakers
2021-10-24
Kernel: Do not detect mouse or keyboard when handling IRQ for I8042
Jelle Raaijmakers
2021-10-24
Kernel: Enumify all magic constants for I8042 devices
Jelle Raaijmakers
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-08-23
Kernel: Convert Processor::in_irq() to static current_in_irq()
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
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