diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-30 19:14:16 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-30 19:16:51 -0300 |
commit | 173d4ffded6f1533fab32eaafc110221b1d174b5 (patch) | |
tree | 47f942521a41471f9feeed77499edc0f8ba58438 /pcr/python-steamcontroller-git/80-steam-controller-permission.rules | |
parent | 995e49de54e373f027e7557f6dfdf865ea310520 (diff) |
python-steamcontroller-git: add new package to [pcr] - Packaging request #985 -> https://labs.parabola.nu/issues/985
Diffstat (limited to 'pcr/python-steamcontroller-git/80-steam-controller-permission.rules')
-rw-r--r-- | pcr/python-steamcontroller-git/80-steam-controller-permission.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcr/python-steamcontroller-git/80-steam-controller-permission.rules b/pcr/python-steamcontroller-git/80-steam-controller-permission.rules new file mode 100644 index 000000000..3fd2949f6 --- /dev/null +++ b/pcr/python-steamcontroller-git/80-steam-controller-permission.rules @@ -0,0 +1,3 @@ +#USB devices +SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess" +KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess" |