Update dist/72-yuzu-input.rules

shoutout to @liamwhite

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
HurricanePootis 2023-12-06 08:43:44 -06:00 committed by GitHub
parent 64619cb47e
commit 8ded5be001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#Allow systemd-login to manage user access to hidraw with this file
#On most systems, this file should be installed to /etc/udev/rules.d/72-yuzu-input.rules
#Consult your distro if this is not the case
# Allow systemd-login to manage user access to hidraw with this file
# On most systems, this file should be installed to /etc/udev/rules.d/72-yuzu-input.rules
# Consult your distro if this is not the case
#Nintendo's Switch Pro Controller and Pro Controller for Wired and Bluetooth
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0660", TAG+="uaccess"