rens@swwisa.net
2007-Mar-19 18:38 UTC
[Wine] logitech stick USB/HID compliant works with linux, only 2 axis in wine
Hi all I got a usb 2-2.4: Product: Logitech Freedom 2.4 input: Logitech Logitech Freedom 2.4 as /class/input/input4 input: USB HID v1.10 Joystick [Logitech Logitech Freedom 2.4] on usb-0000:00:02.1-2.4 joystick. In linux native games (e.g. targetware ) all 4 axis x,y,rudder,throttle and POV are recognized. KDE calibrator also sees all axis and buttons properly Wine only sees 2 axis (it does see all buttons) but no rudder,throttle or POV if I run WINEDEBUG=trace+joystick wine baron.exe I get (a lot) of lines like this: trace:joystick:JSTCK_GetPosEx x: 32768, y: 32768, z: 0, r: 0, u: 0, v: 0, buttons: 0x0000, flags: 0x00ff (fd 24) x,y and button activity are read, the rest stays on zero. obviously, z,r,u,v are not read at all...... anyone know how to deal with this , or is it simply a limitation of wine ? ( which would be rather silly, to put it mildly ....) regards Rens
Daniel Skorka
2007-Mar-19 18:41 UTC
[Wine] Re: logitech stick USB/HID compliant works with linux, only 2 axis in wine
rens@swwisa.net wrote:> usb 2-2.4: Product: Logitech Freedom 2.4 > input: Logitech Logitech Freedom 2.4 as /class/input/input4 > input: USB HID v1.10 Joystick [Logitech Logitech Freedom 2.4] on > usb-0000:00:02.1-2.4 > > joystick. > > In linux native games (e.g. targetware ) all 4 axis > x,y,rudder,throttle and POV are recognized. > KDE calibrator also sees all axis and buttons properly > > Wine only sees 2 axis (it does see all buttons) > but no rudder,throttle or POV > > if I run > WINEDEBUG=trace+joystick wine baron.exe > > I get (a lot) of lines like this: > > trace:joystick:JSTCK_GetPosEx x: 32768, y: 32768, z: 0, r: 0, u: 0, v: > 0, buttons: 0x0000, flags: 0x00ff (fd 24) > > x,y and button activity are read, the rest stays on zero. > > obviously, z,r,u,v are not read at all...... > > > anyone know how to deal with this , or is it simply a limitation of > wine ? ( which would be rather silly, to put it mildly ....)I'd put this down as either a limitation or a bug in wine. It certainly warrants an entry in bugs.winehq.org Daniel -- Read the Wine FAQ: http://winehq.org/site/docs/wine-faq/index Read the Wine User Guide: http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged?