summarylogtreecommitdiffstats
path: root/56-steamlink.rules
diff options
context:
space:
mode:
authorJouni Rinne2021-01-25 12:25:00 +0200
committerJouni Rinne2021-01-25 12:25:00 +0200
commit2baa3dd1eecf1ac95cff31ec7f19001edb566e81 (patch)
tree15bd6f9d18beadf119c2a7ab2567524e13dcf520 /56-steamlink.rules
parent545973c055f3626b46df33d9e4d2c197d4981fe4 (diff)
downloadaur-2baa3dd1eecf1ac95cff31ec7f19001edb566e81.tar.gz
Added udev and uinput rules
Diffstat (limited to '56-steamlink.rules')
-rw-r--r--56-steamlink.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/56-steamlink.rules b/56-steamlink.rules
new file mode 100644
index 000000000000..48115f6d7e9a
--- /dev/null
+++ b/56-steamlink.rules
@@ -0,0 +1,8 @@
+# USB devices
+SUBSYSTEM=="usb", GROUP="plugdev"
+
+# HID devices
+KERNEL=="hidraw*", GROUP="input", MODE:="0660"
+
+# Creating virtual devices
+KERNEL=="uinput", GROUP="input", MODE:="0660"