Update dist/72-yuzu-input.rules
shout out to @liamwhite Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
parent
59bed2de78
commit
97c97fed83
1 changed files with 1 additions and 2 deletions
3
dist/72-yuzu-input.rules
vendored
3
dist/72-yuzu-input.rules
vendored
|
@ -5,8 +5,7 @@
|
|||
# Switch Pro Controller (USB/Bluetooth)
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0660", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", KERNELS=="*057e:2009*", MODE="0660", TAG+="uaccess"
|
||||
#Nintendo's Left Joy-Con for Wired and Bluetooth
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2006", MODE="0600", TAG+="uaccess"
|
||||
# Joy-Con L (Bluetooth)
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue