[PATCH v4 3/7] winebus.sys: Build SDL device report

Aric Stewart aric at codeweavers.com
Wed Feb 21 06:56:31 CST 2018


v2: Correct ifdef value
v3: dynamic loading of the SDL library
v4: Dynamically use Joystick Vendor and Product ID if available

Signed-off-by: Aric Stewart <aric at codeweavers.com>
---
 dlls/winebus.sys/Makefile.in  |   1 +
 dlls/winebus.sys/bus_sdl.c    | 197 +++++++++++++++++++++++++++++++++++++++++-
 dlls/winebus.sys/bus_udev.c   |  95 +-------------------
 dlls/winebus.sys/controller.c |  48 ++++++++++
 dlls/winebus.sys/controller.h |  96 ++++++++++++++++++++
 5 files changed, 342 insertions(+), 95 deletions(-)
 create mode 100644 dlls/winebus.sys/controller.c
 create mode 100644 dlls/winebus.sys/controller.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4-0003-winebus.sys-Build-SDL-device-report.txt
Type: text/x-patch
Size: 19146 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180221/7112e3e7/attachment-0001.bin>


More information about the wine-devel mailing list