projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df57b51
)
incress the number of passes to detect the mouse and keyboard under VMware if the...
author
Steven Edwards
<winehacker@gmail.com>
Fri, 2 Dec 2005 04:05:04 +0000
(
04:05
+0000)
committer
Steven Edwards
<winehacker@gmail.com>
Fri, 2 Dec 2005 04:05:04 +0000
(
04:05
+0000)
svn path=/trunk/; revision=19823
reactos/drivers/input/i8042prt/i8042prt.c
patch
|
blob
|
history
diff --git
a/reactos/drivers/input/i8042prt/i8042prt.c
b/reactos/drivers/input/i8042prt/i8042prt.c
index
ccede6f
..
d4fe6e8
100644
(file)
--- a/
reactos/drivers/input/i8042prt/i8042prt.c
+++ b/
reactos/drivers/input/i8042prt/i8042prt.c
@@
-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));