Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
➜ rules.d pwd
/etc/udev/rules.d
➜ rules.d ls 31-pedals.rules -lha
-rw-r--r-- 1 root root 116 Oct 9 22:02 31-pedals.rules
➜ rules.d cat 31-pedals.rules
SUBSYSTEM=="usb", SYSFS{idVendor}=="0c45", SYSFS{idProduct}=="7403", ACTION=="add", GROUP="inputusers", MODE="0664"
➜ rules.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment