incress the number of passes to detect the mouse and keyboard under VMware if the VM does not have ownership of the mouse. Thanks to GreatLord and Royce Modified: trunk/reactos/drivers/input/i8042prt/i8042prt.c _____
Modified: trunk/reactos/drivers/input/i8042prt/i8042prt.c --- trunk/reactos/drivers/input/i8042prt/i8042prt.c 2005-12-01 23:52:14 UTC (rev 19822) +++ trunk/reactos/drivers/input/i8042prt/i8042prt.c 2005-12-02 04:05:04 UTC (rev 19823) @@ -538,7 +538,7 @@
}
// Wait longer? - Counter = 3; + Counter = 10; do { Status = I8042ReadDataWait(DevExt, &Value); } while ((Counter--) && (STATUS_IO_TIMEOUT == Status));