[ros-diffs] [greatlrd] 24835: Patch from hto at 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.

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sun Nov 26 11:56:02 CET 2006


Author: greatlrd
Date: Sun Nov 26 13:56:02 2006
New Revision: 24835

URL: http://svn.reactos.org/svn/reactos?rev=24835&view=rev
Log:
Patch from hto at 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.

Modified:
    trunk/reactos/drivers/input/i8042prt/mouse.c

Modified: trunk/reactos/drivers/input/i8042prt/mouse.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/input/i8042prt/mouse.c?rev=24835&r1=24834&r2=24835&view=diff
==============================================================================
--- trunk/reactos/drivers/input/i8042prt/mouse.c (original)
+++ trunk/reactos/drivers/input/i8042prt/mouse.c Sun Nov 26 13:56:02 2006
@@ -918,7 +918,7 @@
 	     ReplyByte < sizeof(ExpectedReply) / sizeof(ExpectedReply[0]) && Ok;
 	     ReplyByte++)
 	{
-		Counter = 200;
+		Counter = 500;
 
 		do {
 			Status = I8042ReadDataWait(DevExt, &Value);




More information about the Ros-diffs mailing list