mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
Kernel/HID: Add boot option to disable PS2 Mouse
This commit is contained in:
parent
95bf6ddb8e
commit
83835c7256
Notes:
sideshowbarker
2024-07-17 00:37:23 +09:00
Author: https://github.com/supercomputer7
Commit: 83835c7256
Pull-request: https://github.com/SerenityOS/serenity/pull/21085
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/Hendiadyoin1 ✅
Reviewed-by: https://github.com/gmta ✅
4 changed files with 10 additions and 1 deletions
|
@ -90,6 +90,7 @@ public:
|
|||
[[nodiscard]] PanicMode panic_mode(Validate should_validate = Validate::No) const;
|
||||
[[nodiscard]] HPETMode hpet_mode() const;
|
||||
[[nodiscard]] bool disable_physical_storage() const;
|
||||
[[nodiscard]] bool disable_ps2_mouse() const;
|
||||
[[nodiscard]] bool disable_uhci_controller() const;
|
||||
[[nodiscard]] bool disable_usb() const;
|
||||
[[nodiscard]] bool disable_virtio() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue