Put binds in separate folder, added rules files I created to run as user
This commit is contained in:
parent
160a1f0c22
commit
949725eb7f
@ -1 +0,0 @@
|
|||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c21c", MODE="0666"
|
|
||||||
@ -15,7 +15,7 @@ Compile by running
|
|||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
If you want to run the daemon as user, put the file 91-g13.rules into /etc/udev/rules.d/ (or whatever directory your distribution uses).
|
If you want to run the daemon as user, put the file contents of rules.d into /etc/udev/rules.d/ (or whatever directory your distribution uses).
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
|
|||||||
1
rules.d/90-uinput.rules
Normal file
1
rules.d/90-uinput.rules
Normal file
@ -0,0 +1 @@
|
|||||||
|
KERNEL=="uinput", GROUP="input"
|
||||||
1
rules.d/99-g13.rules
Normal file
1
rules.d/99-g13.rules
Normal file
@ -0,0 +1 @@
|
|||||||
|
ACTION=="add", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c21c", MODE="0660", GROUP="input"
|
||||||
Loading…
x
Reference in New Issue
Block a user