Skip to content

Commit

Permalink
Documentation: Add uaccess tag to the udev rules to fix permission er…
Browse files Browse the repository at this point in the history
…rors on non-Debian distros.
  • Loading branch information
abcminiuser committed Feb 7, 2021
1 parent b8fe2e7 commit a49ce2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ development and maintenance of this library:
- [dubstech](https://github.com/dubstech)
- [jmudge14](https://github.com/jmudge14)
- [Kalle-Wirsch](https://github.com/Kalle-Wirsch)
- [m-weigand](https://github.com/m-weigand)
- [matrixinius](https://github.com/matrixinius)
- [pointshader](https://github.com/pointshader)
- [shanna](https://github.com/shanna)
- [spidererrol](https://github.com/Spidererrol)
- [Subsentient](https://github.com/Subsentient)
- [shanna](https://github.com/shanna)
- [theslimshaney](https://github.com/theslimshaney)

If you've contributed in some manner, but I've accidentally missed you in the
Expand Down
2 changes: 1 addition & 1 deletion doc/source/pages/backend_libusb_hidapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies needed by this project on a fresh system::

# Add udev rule to allow all users non-root access to Elgato StreamDeck devices:
sudo tee /etc/udev/rules.d/10-streamdeck.rules << EOF
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fd9", GROUP="users"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fd9", GROUP="users", TAG+="uaccess"
EOF

# Reload udev rules to ensure the new permissions take effect
Expand Down

0 comments on commit a49ce2c

Please sign in to comment.