[DRIVERS] Use KeClearEvent instead of KeResetEvent where the previous state is not...
[reactos.git] / drivers / hid / kbdhid / kbdhid.c
index 4b240a4..bacf72a 100644 (file)
@@ -289,7 +289,7 @@ KbdHid_Create(
              DeviceExtension->FileObject = IoStack->FileObject;
 
              /* reset event */
-             KeResetEvent(&DeviceExtension->ReadCompletionEvent);
+             KeClearEvent(&DeviceExtension->ReadCompletionEvent);
 
              /* initiating read */
              Status = KbdHid_InitiateRead(DeviceExtension);