1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/Kernel/Devices/HID
Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker
This matches MutexLocker, and doesn't sound like it's a lock itself.
2021-08-22 03:34:10 +02:00
..
HIDDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HIDManagement.cpp Everywhere: Replace AK::Singleton => Singleton 2021-08-08 00:03:45 +02:00
HIDManagement.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
I8042Controller.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
I8042Controller.h Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
KeyboardDevice.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
KeyboardDevice.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
MouseDevice.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
MouseDevice.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
PS2KeyboardDevice.cpp Kernel: Optionally dump scheduler state with stack traces 2021-07-15 23:46:37 +02:00
PS2KeyboardDevice.h Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00
PS2MouseDevice.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
PS2MouseDevice.h Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00
VMWareMouseDevice.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
VMWareMouseDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00