From 64619cb47ea1931cdbfd76d9d6df36ed618886fe Mon Sep 17 00:00:00 2001 From: HurricanePootis Date: Wed, 6 Dec 2023 06:47:38 -0600 Subject: [PATCH] dist: fix header typo for udev rule --- dist/72-yuzu-input.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/72-yuzu-input.rules b/dist/72-yuzu-input.rules index 5338beb834..5dddac79ce 100644 --- a/dist/72-yuzu-input.rules +++ b/dist/72-yuzu-input.rules @@ -1,5 +1,5 @@ #Allow systemd-login to manage user access to hidraw with this file -#On most systems, this file should be installed to /etc/udev/rule.d/99-yuzu-input.rules +#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 @@ -10,4 +10,4 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2006", MODE="0600 KERNEL=="hidraw*", KERNELS=="*057e:2006*", MODE="0600", TAG+="uaccess" #Nintendo's Right Joy-Con for Wired and Bluetooth KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2007", MODE="0600", TAG+="uaccess" -KERNEL=="hidraw*", KERNELS=="*057e:2007*", MODE="0600", TAG+="uaccess" \ No newline at end of file +KERNEL=="hidraw*", KERNELS=="*057e:2007*", MODE="0600", TAG+="uaccess"