<p dir="ltr">I tried with the both udev's rules and with the first from Arch, the controller is not recognized as a gamepad in my game.</p>
<p dir="ltr">I can try to replace GROUP=USERNAME by TAG+=uaccess.</p>
<div class="gmail_quote">Le 23 mars 2016 18:05, "James Cowgill" <<a href="mailto:jcowgill@debian.org">jcowgill@debian.org</a>> a écrit :<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On Wed, 2016-03-23 at 17:52 +0100, Berillions wrote:<br>
> The best Udev's rules for the Steam Controller on Debian is this :<br>
><br>
> # This rule is needed for basic functionality of the controller in<br>
> # Steam and keyboard/mouse emulation<br>
> SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"<br>
<br>
Why not use TAG+="uaccess" like in arch?<br>
<br>
> # This rule is necessary for gamepad emulation<br>
> KERNEL=="uinput", MODE="0660", GROUP="USERNAME",<br>
> OPTIONS+="static_node=uinput"<br>
<br>
How is a packaged udev rule supposed to know which user will be using<br>
the steam controller?<br>
<br>
Using TAG+="uaccess" here seems the best idea to me as well.<br>
<br>
> Thanks to add this to the Steam package.<br>
<br>
Thanks,<br>
James</blockquote></div>