mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 01:47:30 +00:00
Patch from hto@mail dot cnt dot ru was commited in r24834 for the mouse.c changes.
I incress the counter to 500 so I manger getting his patch working even on my old p3 I got the mouse back on my p3 now. See issue #1837 for more details. svn path=/trunk/; revision=24835
This commit is contained in:
parent
aeea883a59
commit
756f987da0
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ BOOLEAN STDCALL I8042DetectMouse(PDEVICE_EXTENSION DevExt)
|
|||
ReplyByte < sizeof(ExpectedReply) / sizeof(ExpectedReply[0]) && Ok;
|
||||
ReplyByte++)
|
||||
{
|
||||
Counter = 200;
|
||||
Counter = 500;
|
||||
|
||||
do {
|
||||
Status = I8042ReadDataWait(DevExt, &Value);
|
||||
|
|
Loading…
Reference in a new issue