https://bugs.winehq.org/show_bug.cgi?id=57524
Bug ID: 57524 Summary: Commit c9592bae7f475c1b208de0a72ed29e94e3017094 breaks VKB Gladiator support Product: Wine Version: 10.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dixonte+winehq@stc-networks.com Distribution: ---
Created attachment 77574 --> https://bugs.winehq.org/attachment.cgi?id=77574 Combined output from running 'wine control' before and after c9592bae7
I tested 10.0rc1 and found that neither of my VKB Gladiator sticks, nor my Fanatec pedals, would show up in wine control or in games. Upon further investigation it seems that commit c9592bae7f475c1b208de0a72ed29e94e3017094 is causing the issue.
Interestingly, if I unplug the sticks and wait a while before reopening wine control, the Fanatec pedals will show up. But if the sticks are plugged in, no controllers show up.
I've attached the console output from running wine control with the sticks and pedals connected, from builds of wine-staging as at commit 9b1381fc785a3ff8c3cc82e7339ebe29d12003ed (the commit immediately before, where the sticks are both visible and so are the pedals), and as at commit c9592bae7f475c1b208de0a72ed29e94e3017094.
The issue seems to be related to using hidraw, as disabling it will allow all devices to show up.
As an aside, I was testing 10.0rc1 originally because in 9.22 the sticks will stop working after a random period of time (between 10 minutes and multiple hours). I wouldn't be surprised if this was somehow related but I'm not sure what I can do to debug that issue.