dinput: Add evdev mouse driver.

Vitaliy Margolen wine-patches at kievinfo.com
Mon Sep 3 15:09:14 CDT 2007


This is the first fully working implementation of dinput mouse using evdev generic
input driver. I have enabled this driver by default. If people do not have
functioning HAL or that for some reasons it can't find the mouse device, it will
fall-back to current mouse driver.

Use explorer to enumerate all mice devices. Unfortunately msdn says there can only
be one system pointer device.

---
 dlls/dinput/Makefile.in      |    1 +
 dlls/dinput/dinput_main.c    |    1 +
 dlls/dinput/dinput_private.h |    1 +
 dlls/dinput/mouse_evdev.c    |  774 ++++++++++++++++++++++++++++++++++++++++++
 programs/explorer/hal.c      |   42 +++
 5 files changed, 819 insertions(+), 0 deletions(-)
 create mode 100644 dlls/dinput/mouse_evdev.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6187416b388948b20b8189bb28437bb4c50d4742.diff
Type: text/x-patch
Size: 30110 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070903/c2f4f74d/6187416b388948b20b8189bb28437bb4c50d4742-0001.bin


More information about the wine-patches mailing list