Remove spurious call from I8042BasicDetect.

svn path=/trunk/; revision=17086
This commit is contained in:
Filip Navara 2005-08-05 21:31:11 +00:00
parent 1eb8e4cde0
commit 94ae83f18a

View file

@ -517,9 +517,6 @@ static NTSTATUS STDCALL I8042BasicDetect(PDEVICE_EXTENSION DevExt)
DevExt->MouseExists = FALSE;
DevExt->KeyboardExists = FALSE;
if (!I8042Write(DevExt, I8042_DATA_PORT, 0x74))
return STATUS_TIMEOUT;
I8042Flush();
if (!I8042Write(DevExt, I8042_CTRL_PORT, KBD_SELF_TEST))