1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 19:15:06 +00:00
serenity/Kernel/Devices/HID
Daniel Bertalan b97a00d4b1 Kernel: Add missing override specifiers
The `#pragma GCC diagnostic` part is needed because the class has
virtual methods with the same name but different arguments, and Clang
tries to warn us that we are not actually overriding anything with
these.

Weirdly enough, GCC does not seem to care.
2021-07-03 01:56:31 +04:30
..
HIDDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HIDManagement.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
HIDManagement.h Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
I8042Controller.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
I8042Controller.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
KeyboardDevice.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
KeyboardDevice.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
MouseDevice.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MouseDevice.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
PS2KeyboardDevice.cpp Kernel: Pass TTY-switch keyboard combo to userspace 2021-06-25 19:26:30 +02:00
PS2KeyboardDevice.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
PS2MouseDevice.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
PS2MouseDevice.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
VMWareMouseDevice.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
VMWareMouseDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00