mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Remove spurious call from I8042BasicDetect.
svn path=/trunk/; revision=17086
This commit is contained in:
parent
1eb8e4cde0
commit
94ae83f18a
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue