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:
Magnus Olsen 2006-11-26 10:56:02 +00:00
parent aeea883a59
commit 756f987da0

View file

@ -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);