Fix HalGetInterruptVector() calls. Should enable input devices after 26188 fix.

svn path=/trunk/; revision=26193
This commit is contained in:
Aleksey Bragin
2007-03-28 17:14:16 +00:00
parent ce0e0958b4
commit 93f480d223
+2 -2
View File
@@ -776,9 +776,9 @@ static NTSTATUS STDCALL I8042AddDevice(PDRIVER_OBJECT DriverObject,
if (DevExt->KeyboardExists) {
MappedIrqKeyboard = HalGetInterruptVector(Internal,
0,
0,
KEYBOARD_IRQ,
0,
&DirqlKeyboard,
&Affinity);
@@ -826,9 +826,9 @@ static NTSTATUS STDCALL I8042AddDevice(PDRIVER_OBJECT DriverObject,
if (DevExt->MouseExists) {
MappedIrqMouse = HalGetInterruptVector(Internal,
0,
0,
MOUSE_IRQ,
0,
&DirqlMouse,
&Affinity);