[PATCH 5/5] dinput: Add EvDev mouse driver.

Vitaliy Margolen wine-patches at kievinfo.com
Sat Sep 22 15:11:41 CDT 2007


To activate EvDev mouse driver one have to configure EvDevMouse registry key 
under
HKCU\Software\Wine\DirectInput with the full mouse name (not device path).
See HKLM\HARDWARE\DEVICEMAP\PointerClass for the full list of detected mice.
For example:
EvDevMouse="ImExPS/2 Generic Explorer Mouse"

EvDev will take precedence over old driver because most programs support only
one mouse device.
---
  dlls/dinput/Makefile.in      |    1 +
  dlls/dinput/dinput_main.c    |    1 +
  dlls/dinput/dinput_private.h |    1 +
  dlls/dinput/mouse_evdev.c    |  698 ++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 701 insertions(+), 0 deletions(-)
  create mode 100644 dlls/dinput/mouse_evdev.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 71804a86729e7efa09ed42d21a79babcc594d0e5.diff
Type: text/x-patch
Size: 24745 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070922/a2520ac6/attachment-0001.bin 


More information about the wine-patches mailing list