Ver Fonte

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.
Tom há 4 anos atrás
pai
commit
2b78b17926
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Kernel/init.cpp

+ 1 - 0
Kernel/init.cpp

@@ -265,6 +265,7 @@ void init_stage2()
     new RandomDevice;
     new RandomDevice;
     PTYMultiplexer::initialize();
     PTYMultiplexer::initialize();
     new SB16;
     new SB16;
+    VMWareBackdoor::the(); // don't wait until first mouse packet
 
 
     bool force_pio = kernel_command_line().contains("force_pio");
     bool force_pio = kernel_command_line().contains("force_pio");