Put binds in separate folder, added rules files I created to run as user

This commit is contained in:
j4nk 2023-05-19 16:37:28 -04:00
parent 160a1f0c22
commit 949725eb7f
9 changed files with 3 additions and 2 deletions

View File

@ -1 +0,0 @@
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c21c", MODE="0666"

View File

@ -15,7 +15,7 @@ Compile by running
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

1
rules.d/90-uinput.rules Normal file
View File

@ -0,0 +1 @@
KERNEL=="uinput", GROUP="input"

1
rules.d/99-g13.rules Normal file
View File

@ -0,0 +1 @@
ACTION=="add", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c21c", MODE="0660", GROUP="input"