Skip to content

Commit

Permalink
Remove duplicate tag and fix Steam Controller uinput issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni committed Feb 8, 2019
1 parent f843dfa commit c727db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 60-steam-input.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"

# Steam Controller udev write access
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess", TAG+="uaccess"
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=uinput"

# Valve HID devices over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
Expand Down

0 comments on commit c727db6

Please sign in to comment.