Skip to content
Snippets Groups Projects
Commit c6227695 authored by Cabestaing François's avatar Cabestaing François
Browse files

Fix device access rights

parent f1df8d74
Branches
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ echo -ne \\x05\\x01\\x09\\x06\\xa1\\x01\\x05\\x07\\x19\\xe0\\x29\\xe7\\x15\\x00\
ln -s functions/hid.usb0 configs/config.1/
# Activate device
ls /sys/class/udc > UDC
# Change device access rights
chmod a+rw /dev/hidg0
```
Finally, save (`ctrl+O`) and close (`ctrl+X`) the editor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment