diff --git a/steam_input.rules b/steam_input.rules index 1e469b9..75a0732 100644 --- a/steam_input.rules +++ b/steam_input.rules @@ -30,3 +30,36 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0666 # Nintendo Switch Pro Controller over bluetooth hidraw KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0666" + +# Nacon PS4 Revolution Pro Controller +KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0666" + +# Razer Raiju PS4 Controller +KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1000", MODE="0666" + +# Razer Panthera Arcade Stick +KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0666" + +# Mad Catz - Street Fighter V Arcade FightPad PRO +KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8250", MODE="0666" + +# Mad Catz - Street Fighter V Arcade FightStick TE S+ +KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8384", MODE="0666" + +# EMiO Elite Controller for PS4 +KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="1cf6", MODE="0666" + +# HORI RAP4 +KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="008a", MODE="0666" + +# HORIPAD 4 FPS +KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0055", MODE="0666" + +# HORIPAD 4 FPS Plus +KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0066", MODE="0666" + +# Armor Armor 3 Pad PS4 +KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="0e10", MODE="0666" + +# STRIKEPAD PS4 Grip Add-on +KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c5", MODE="0666"