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:
Steven Edwards 2005-12-02 04:05:04 +00:00
parent df57b512f5
commit b8f03978a6

View file

@ -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));