- i8042MouInternalDeviceControl: Implement IoControlCode of IOCTL_INTERNAL_I8042_HOOK...
authorMichael Martin <michael.martin@reactos.org>
Mon, 25 May 2009 16:15:33 +0000 (16:15 +0000)
committerMichael Martin <michael.martin@reactos.org>
Mon, 25 May 2009 16:15:33 +0000 (16:15 +0000)
commit434caf81e7d67a301ef20f0e5bf01b751fc3ec6e
tree099f0897d9714fee3158fc6b91d8187a1d32cc4e
parent9f8bb1becc87ddf54dbe1531fc56770fc2e6e5ab
- i8042MouInternalDeviceControl: Implement IoControlCode of IOCTL_INTERNAL_I8042_HOOK_MOUSE.
- ForwardIrpAndWait: Don't use IoForwardIrpSynchronously to Forward IRPs as it fails if no next stack location is available, which prevents the mouse from initializing. Changed it to match implementation of our other input drivers. Mouse pointer now works with VBoxMouse driver loaded.

svn path=/trunk/; revision=41119
reactos/drivers/input/i8042prt/misc.c
reactos/drivers/input/i8042prt/mouse.c