Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Mar 2025 11:37:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285083] emulators/wine-proton: request for port config option --with-udev for DualShock4 support
Message-ID:  <bug-285083-7788-o2Th82YIqF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285083-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285083-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285083

--- 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[] =3D {
    { 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 openi=
ng a
separate bug report for the usb component of the base system can then add V1
support to the ps4dshock(4) driver :)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285083-7788-o2Th82YIqF>