ValveSoftware / steam-devices

List of devices Steam and SteamVR will want read/write permissions on, to help downstream distributions create udev rules/etc
MIT License
153 stars 42 forks source link

Add: Sony - PS5 - DualSense Edge #54

Closed Lazorne closed 11 months ago

Lazorne commented 11 months ago

According the the game-devices-udev the Edge and DualSense are separate.

# Sony DualSense Edge Wireless-Controller; Bluetooth; USB
KERNEL=="hidraw*", KERNELS=="*054C:0DF2*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0df2", MODE="0660", TAG+="uaccess"

There would also need to additions into Steam Input GUI as the back buttons of R4 and L4 needs to be supported as well.

kisak-valve commented 11 months ago

Hello @Lazorne, this is functionally a duplicate of #48. Closing in favor of the merge request.