New line fix
This commit is contained in:
parent
457470fe52
commit
e274bce064
1 changed files with 6 additions and 1 deletions
|
@ -3,8 +3,13 @@ Requires python3, python-uinput and RPi.GPIO
|
||||||
Make sure that user pi can open the uinput device.
|
Make sure that user pi can open the uinput device.
|
||||||
|
|
||||||
Enable access to it:
|
Enable access to it:
|
||||||
|
|
||||||
sudo groupadd -f uinput
|
sudo groupadd -f uinput
|
||||||
|
|
||||||
sudo gpasswd -a pi uinput
|
sudo gpasswd -a pi uinput
|
||||||
Open /etc/udev/rules.d/99-input.rules and add:
|
|
||||||
|
Open /etc/udev/rules.d/99-input.rules and add this:
|
||||||
|
|
||||||
SUBSYSTEM=="input", GROUP="input", MODE="0660"
|
SUBSYSTEM=="input", GROUP="input", MODE="0660"
|
||||||
|
|
||||||
KERNEL=="uinput", GROUP="uinput", MODE="0660"
|
KERNEL=="uinput", GROUP="uinput", MODE="0660"
|
Loading…
Reference in a new issue