mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[I8042PRT]
Apply a workaround by hto to fix mouse / touchpad on some notebooks. CORE-6901 svn path=/trunk/; revision=63126
This commit is contained in:
parent
49b2551b4d
commit
8eff9cd26a
1 changed files with 4 additions and 1 deletions
|
@ -479,7 +479,10 @@ StartProcedure(
|
|||
|
||||
/* Start the mouse */
|
||||
Irql = KeAcquireInterruptSpinLock(DeviceExtension->HighestDIRQLInterrupt);
|
||||
i8042IsrWritePort(DeviceExtension, MOU_CMD_RESET, CTRL_WRITE_MOUSE);
|
||||
/* HACK: the mouse has already been reset in i8042DetectMouse. This second
|
||||
reset prevents some touchpads/mice from working (Dell D531, D600).
|
||||
See CORE-6901
|
||||
i8042IsrWritePort(DeviceExtension, MOU_CMD_RESET, CTRL_WRITE_MOUSE); */
|
||||
KeReleaseInterruptSpinLock(DeviceExtension->HighestDIRQLInterrupt, Irql);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue