mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 15:38:37 +00:00
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. svn path=/trunk/; revision=26366
This commit is contained in:
parent
cd86e748b8
commit
6784ecd342
1 changed files with 2 additions and 2 deletions
|
@ -886,7 +886,7 @@ static NTSTATUS STDCALL I8042AddDevice(PDRIVER_OBJECT DriverObject,
|
|||
MappedIrqKeyboard,
|
||||
DirqlKeyboard,
|
||||
DirqlMax,
|
||||
LevelSensitive,
|
||||
Latched,
|
||||
FALSE,
|
||||
Affinity,
|
||||
FALSE);
|
||||
|
@ -902,7 +902,7 @@ static NTSTATUS STDCALL I8042AddDevice(PDRIVER_OBJECT DriverObject,
|
|||
MappedIrqMouse,
|
||||
DirqlMouse,
|
||||
DirqlMax,
|
||||
LevelSensitive,
|
||||
Latched,
|
||||
FALSE,
|
||||
Affinity,
|
||||
FALSE);
|
||||
|
|
Loading…
Reference in a new issue