http://bugs.winehq.org/show_bug.cgi?id=23256
Summary: Wrong default axis mapping for SAITEK X52. Product: Wine Version: 1.1.28 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-dinput AssignedTo: wine-bugs@winehq.org ReportedBy: aleksei.gusev@gmail.com
I have joystick Saitek X52 and it works very well in wine. This device have a mini-joystick which I use as mouse. I have configured that with xserver-driver-joystick: map mini-joystick axis to mouse axis.
All this works very well before wine 1.1.28. This version introduced the bug. When I use mini-joystick to move mouse pointer left an application receives signal as main axe moved left to the end. Mouse pointer moves as expected.
I have do 'git bisect' to find commit introduced this behavior. So, here is the first 'bad' commit:
commit 167457efc14c84292a9c2d31510b1d7d5fe81a7b Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Sat Aug 15 11:58:47 2009 -0600
dinput: Evdev joystick driver - add ability to remap axis.
I use IL-2 to test this if this does matter.
Thanks in advance!