[ros-diffs] [dgorbachev] 26366: Detect i8042 IRQs by edge. This should fix endless loop in i8042 driver on machines with VIA and ALI chipsets. (See bug report #2159.) Thanks Peter K. and other testers for help.

dgorbachev at svn.reactos.org dgorbachev at svn.reactos.org
Tue Apr 17 01:03:41 CEST 2007


Author: dgorbachev
Date: Tue Apr 17 03:03:41 2007
New Revision: 26366

URL: http://svn.reactos.org/svn/reactos?rev=26366&view=rev
Log:
Detect i8042 IRQs by edge. This should fix endless loop in i8042 driver on 
machines with VIA and ALI chipsets. (See bug report #2159.) Thanks Peter K. 
and other testers for help.

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

Modified: trunk/reactos/drivers/input/i8042prt/i8042prt.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/input/i8042prt/i8042prt.c?rev=26366&r1=26365&r2=26366&view=diff
==============================================================================
--- trunk/reactos/drivers/input/i8042prt/i8042prt.c (original)
+++ trunk/reactos/drivers/input/i8042prt/i8042prt.c Tue Apr 17 03:03:41 2007
@@ -886,7 +886,7 @@
 		                            MappedIrqKeyboard,
 		                            DirqlKeyboard,
 		                            DirqlMax,
-		                            LevelSensitive,
+		                            Latched,
 		                            FALSE,
 		                            Affinity,
 		                            FALSE);
@@ -902,7 +902,7 @@
 		                            MappedIrqMouse,
 		                            DirqlMouse,
 		                            DirqlMax,
-		                            LevelSensitive,
+		                            Latched,
 		                            FALSE,
 		                            Affinity,
 					    FALSE);




More information about the Ros-diffs mailing list