[Bug 52422] USB CH Pro Pedals do not show up as a joystick device in 7.0

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 30 21:53:41 CST 2022


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

--- Comment #5 from Tyson Whitehead <twhitehead at gmail.com> ---
Thanks. I dug into SDL further and it seems NixOS has compiled the SDL library
without udev support. When I rebuild it with SDL support and build wine against
that, then the Pro Pedals are show up properly in wine with SDL too. So not at
all a wine issue.

What I believe happened was that the newer wine is compiled with a newer SDL.
The newer SDL switched to using event devices by default instead of js ones,
and the event logic is incorrectly figuring the event device isn't a joystick
unless it has to the  udev classification.

Sorry for the noise, and thanks for the feedback!

-- 
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