diff --git a/60-steam-input.rules b/60-steam-input.rules index ed800d6..9718689 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -49,6 +49,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8384", MODE="0660 # EMiO Elite Controller for PS4 KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="1cf6", MODE="0660", TAG+="uaccess" +# ZeroPlus P4 (hitbox) +KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="0ef6", MODE="0660", TAG+="uaccess" + # HORI RAP4 KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="008a", MODE="0660", TAG+="uaccess"