1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:07:35 +00:00
serenity/Kernel/Devices/HID
Andreas Kling 24dcd99e4b Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state
Pressing this combo will dump a list of all threads and their state
to the debug console.

This might be useful to figure out why the system is not responding.
2021-04-18 20:00:10 +02:00
..
HIDDevice.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
HIDManagement.cpp Kernel: Introduce two new boot arguments to assist with bare metal debug 2021-04-08 22:17:13 +02:00
HIDManagement.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
I8042Controller.cpp Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
I8042Controller.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
KeyboardDevice.cpp Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
KeyboardDevice.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
MouseDevice.cpp Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
MouseDevice.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
PS2KeyboardDevice.cpp Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state 2021-04-18 20:00:10 +02:00
PS2KeyboardDevice.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
PS2MouseDevice.cpp Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
PS2MouseDevice.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
VMWareMouseDevice.cpp Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00
VMWareMouseDevice.h Kernel: Introduce a new HID subsystem 2021-04-03 11:57:23 +02:00