[Bug 285083] emulators/wine-proton: request for port config option --with-udev for DualShock4 support

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 06 Mar 2025 11:37:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285083

--- Comment #8 from Stefan Schlosser <bsdcode@disroot.org> ---
Had a quick look at /usr/src/sys/dev/hid/ps4dshock.c and found at line 771:

static const struct hid_device_id ps4dshock_devs[] = {
    { HID_BVP(BUS_USB, USB_VENDOR_SONY, 0x9cc),
      HID_TLC(HUP_GENERIC_DESKTOP, HUG_GAME_PAD) },
};

It recognizes V2 only. You could add an entry for V1 (replace 0x9cc with
0x05c4), recompile the driver and test if it works as intended. Maybe opening a
separate bug report for the usb component of the base system can then add V1
support to the ps4dshock(4) driver :)

-- 
You are receiving this mail because:
You are the assignee for the bug.