[Bug 42434] Gamepad listed twice

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 12 19:19:57 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42434

--- Comment #2 from Bruno Jesus <00cpxxx at gmail.com> ---
This is by design. The linux kernel offers basically 2 ways to support
joysticks:
- An older interfaces that is available with devices at /dev/jsX
- A newer interface that is available with devices at /dev/input/eventX

The older interface works better in a few cases and the newer interface is
generally better and adds support for force-feedback technology and more
sophisticated devices.

Wine offers both interfaces for each joystick, in order to disable one of them
you can open wine control panel and click the joystick applet, or type in the
console "wine control joy.cpl".

This usually does not affect games unless the game attempts to auto-configure
each joystick for each player, which is the case of the games you are testing.

This is not common-sense, so should be documented somewhere in the wiki and I
think we can retarget this bug for that.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list