[Bug 285083] emulators/wine-proton: request for port config option --with-udev for DualShock4 support
Date: Sun, 02 Mar 2025 22:10:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285083
--- Comment #2 from Kevin Reinholz <kreinholz@gmail.com> ---
(In reply to Stefan Schlosser from comment #1)
Would you be willing to share some details about your configuration?
I have `ps4dualshock` in my kld_list in /etc/rc.conf, as well as the following
devfs.rules set related to my DualShock4:
[system=10]
add path 'usb/*' mode 0660 group operator
add path 'input' mode 0775 group games
add path 'input*' mode 0660 group games
My user is a member of both the 'games' and 'operator' groups.
I also have a file, /usr/local/etc/devd/sony.conf, with the following contents:
# DualShock 4
notify 100 {
match "system" "USB";
match "subsystem" "INTERFACE";
match "type" "ATTACH";
match "vendor" "0x054c";
match "product" "0x05c4";
action "chgrp games /dev/$cdev; chmod 660 /dev/$cdev";
};
My DualShock has worked fine in SDL2 apps for while: RPCS3, PCSX2, PPSSPP,
Citra, RetroArch, etc.
However, until rebuilding wine-proton with the --with-udev option set, the
DualShock wasn't recognized/usable with Windows games.
Note: I do not have usbhid enabled anywhere, although it's been suggested e.g.
here:
https://forums.freebsd.org/threads/howto-enabling-multimedia-keys-gamepads-joysticks-for-desktop-usbhid.84464/
TL;DR, I'd appreciate any suggestions if my DualShock4 config is incorrect and
fixing it would negate the need to enable udev in wine-proton. Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.