Sweden-Number/dlls/winebus.sys
Kai Krakow 1333206e08 winebus.sys: Map more SDL Xbox controllers.
These device ids are usually returned by newer firmware versions.
Especially, the Android mode of the controller (when paired by
bluetooth to a Linux system) changes the input mapping of the
controller. The current kernel drivers do not correct this, xpadneo[1]
is needed as the driver to get correct mapping.

[1]: https://github.com/atar-axis/xpadneo

Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-13 13:24:16 +01:00
..
Makefile.in winebus.sys: Add SDL gamepad and joystick driver. 2018-02-21 18:51:58 +01:00
bus.h winebus.sys: Add SDL gamepad and joystick driver. 2018-02-21 18:51:58 +01:00
bus_iohid.c winebus.sys: Be more specific as to what we offer as IG_ enumerated devices. 2018-02-15 08:03:00 +01:00
bus_sdl.c winebus.sys: Map more SDL Xbox controllers. 2018-03-13 13:24:16 +01:00
bus_udev.c winebus.sys: Define SYN_DROPPED if missing. 2018-02-26 16:40:23 +01:00
controller.h winebus.sys: Process SDL device reports. 2018-02-21 20:07:41 +01:00
main.c winebus.sys: Add SDL gamepad and joystick driver. 2018-02-21 18:51:58 +01:00
winebus.sys.spec