<div dir="ltr"><div><div><div>Ok, i tried with this rules file : <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># This rule is necessary for gamepad emulation<br>KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess"<br><br></div>And the controller is correctly recognized as a gamepad in my games. And i create this rules file in "/lib/udev/rules.d" with this name "99-steam-controller-perms.rules"<br><br></div>Cheers,<br></div>Maxime<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-23 19:10 GMT+01:00 Berillions <span dir="ltr"><<a href="mailto:berillions@gmail.com" target="_blank">berillions@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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="HOEnZb"><div class="h5">
<div class="gmail_quote">Le 23 mars 2016 18:05, "James Cowgill" <<a href="mailto:jcowgill@debian.org" target="_blank">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>
</div></div></blockquote></div><br></div>