From 8ded5be001dc28e7a6ddc16e55d70320bb923842 Mon Sep 17 00:00:00 2001 From: HurricanePootis <53066639+HurricanePootis@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:43:44 -0600 Subject: [PATCH] Update dist/72-yuzu-input.rules shoutout to @liamwhite Co-authored-by: liamwhite --- dist/72-yuzu-input.rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/72-yuzu-input.rules b/dist/72-yuzu-input.rules index 5dddac79ce..73c7582a51 100644 --- a/dist/72-yuzu-input.rules +++ b/dist/72-yuzu-input.rules @@ -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"