Kernel: Enable VMWareBackdoor immediately at boot
Rather than waiting until we get the first mouse packet, enable the absolute mode immediately. This avoids having to click first to be able to move the mouse.
This commit is contained in:
parent
f160df123b
commit
2b78b17926
Notes:
sideshowbarker
2024-07-19 01:15:35 +09:00
Author: https://github.com/tomuta Commit: https://github.com/SerenityOS/serenity/commit/2b78b17926d Pull-request: https://github.com/SerenityOS/serenity/pull/4173
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ void init_stage2()
|
|||
new RandomDevice;
|
||||
PTYMultiplexer::initialize();
|
||||
new SB16;
|
||||
VMWareBackdoor::the(); // don't wait until first mouse packet
|
||||
|
||||
bool force_pio = kernel_command_line().contains("force_pio");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue