mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +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
|
@ -28,6 +28,8 @@ List of options:
|
|||
during the boot sequence. Leaving only the AHCI and Ram Disk controllers.
|
||||
|
||||
* **`disable_physical_storage`** - If present on the command line, neither AHCI, or IDE controllers will be initialized on boot.
|
||||
|
||||
* **`disable_ps2_mouse`** - If present on the command line, no PS2 mouse will be attached.
|
||||
|
||||
* **`disable_uhci_controller`** - If present on the command line, the UHCI controller will not be initialized on boot.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue