mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
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
svn path=/trunk/; revision=19823
This commit is contained in:
parent
df57b512f5
commit
b8f03978a6
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ static NTSTATUS STDCALL I8042BasicDetect(PDEVICE_EXTENSION DevExt)
|
|||
}
|
||||
|
||||
// Wait longer?
|
||||
Counter = 3;
|
||||
Counter = 10;
|
||||
do {
|
||||
Status = I8042ReadDataWait(DevExt, &Value);
|
||||
} while ((Counter--) && (STATUS_IO_TIMEOUT == Status));
|
||||
|
|
Loading…
Reference in a new issue