Skip to content

Instantly share code, notes, and snippets.

@her001
Created June 5, 2016 12:04
Show Gist options
  • Select an option

  • Save her001/b494575e51bff634c88287db7af0afdd to your computer and use it in GitHub Desktop.

Select an option

Save her001/b494575e51bff634c88287db7af0afdd to your computer and use it in GitHub Desktop.
udev rule for Steam Controller. Adjust load order as needed (lower leading number loads earlier)
#USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment