Sweden-Number/dlls/winebus.sys
Rémi Bernon 25bc909283 winebus.sys: Map SDL joystick axes the same way as UDEV evdev.
And increase the arbitrary absolute axis count limit.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40658
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-21 11:21:54 +02:00
..
Makefile.in winebus.sys: Query and parse device report descriptor on device start. 2021-10-08 15:27:25 +02:00
bus_iohid.c winebus.sys: Convert the product strings to Unicode on the Unix-side. 2021-10-05 11:51:04 +02:00
bus_sdl.c winebus.sys: Map SDL joystick axes the same way as UDEV evdev. 2021-10-21 11:21:54 +02:00
bus_udev.c winebus.sys: Map REL_HWEEL to HID_USAGE_GENERIC_SLIDER. 2021-10-21 11:21:52 +02:00
hid.c winebus.sys: Add a PID set ramp force output report. 2021-10-08 15:27:25 +02:00
main.c winebus.sys: Add code path to bypass udevd and use inotify. 2021-10-20 16:16:07 +02:00
pop_hid_macros.h
psh_hid_macros.h
unix_private.h winebus.sys: Process quirky DS4 bluetooth reports. 2021-10-18 18:36:32 +02:00
unixlib.c winebus.sys: Process quirky DS4 bluetooth reports. 2021-10-18 18:36:32 +02:00
unixlib.h winebus.sys: Add code path to bypass udevd and use inotify. 2021-10-20 16:16:07 +02:00
winebus.inf
winebus.rc
winebus.sys.spec