summaryrefslogtreecommitdiff
path: root/Kernel/Devices/HID/PS2MouseDevice.cpp
AgeCommit message (Expand)Author
2022-04-20Kernel: Move VMWareBackdoor to new directory in the Firmware directoryLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-28Kernel: Propagate HIDManagement initialisation error to initLorenz Steinert
2022-03-28Kernel/Devices/HID: Propagate errors of HIDDevices properlyLorenz Steinert
2022-03-17Kernel: Use default constructors/destructorsLenny Maiorani
2022-01-20Kernel: Add horizontal mouse scroll supportDmitry Petrov
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-24Kernel: Enumify all magic constants for I8042 devicesJelle Raaijmakers
2021-10-01Kernel: Move x86 IO instructions code into the x86 specific folderLiav A
2021-09-17Kernel: Introduce the DeviceManagement singletonLiav A
2021-09-11Kernel/Devices: Defer creation of SysFS component after the constructorLiav A
2021-08-22Kernel: Rename ScopedSpinlock => SpinlockLockerAndreas Kling
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-07-11Kernel: Remove unused header includes in Devices subtreeBrian Gianforcaro
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-03Kernel: Introduce a new HID subsystemLiav A