Skip to content

Commit

Permalink
Fix udev comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLazyHatGuy authored and nowrep committed Jul 12, 2024
1 parent 39be7d1 commit 6fc0cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Also installed by Steam, so you may already have it configured. If not, create `
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"

# PS5 DualSense controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"# PS5 DualSense controller over USB hidraw
KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"

# PS5 DualSense Edge controller over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0df2", MODE="0660", TAG+="uaccess"
Expand Down

0 comments on commit 6fc0cb3

Please sign in to comment.