From 756f987da00d395b522b0246bfa21f8b879ba059 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 26 Nov 2006 10:56:02 +0000 Subject: [PATCH] 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 --- reactos/drivers/input/i8042prt/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/input/i8042prt/mouse.c b/reactos/drivers/input/i8042prt/mouse.c index e4f14770397..d213253c7b7 100644 --- a/reactos/drivers/input/i8042prt/mouse.c +++ b/reactos/drivers/input/i8042prt/mouse.c @@ -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);