<div dir="ltr"><div><div>Hi,<br><br></div>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># This rule is necessary for gamepad emulation<br>KERNEL=="uinput", MODE="0660", GROUP="USERNAME", OPTIONS+="static_node=uinput"<br><br></div>Thanks to add this to the Steam package.<br></div>