https://bugs.winehq.org/show_bug.cgi?id=57484 Rémi Bernon <rbernon(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon(a)codeweavers.com --- Comment #5 from Rémi Bernon <rbernon(a)codeweavers.com> --- Thanks, this is indeed one of the devices which I changed to prefer the hidraw backend over evdev, as they've been reported on Proton as working well and making it possible to use the VKB Windows application to configure them. This is described in more details in https://github.com/ValveSoftware/wine/pull/197. It unfortunately needs some udev rules to be setup to expose the devices as hidraw in the first place, and if they aren't there we simply will ignore the SDL/evdev devices, unless Wine hidraw backend is disabled (through the checkbox). I will have a better look whether we can detect if the udev rules are properly setup before deciding to prefer hidraw over another backend. -- 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.