mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user