diff --git a/60-steam-input.rules b/60-steam-input.rules index 9718689..403e7c3 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -61,6 +61,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0055", MODE="0660 # HORIPAD 4 FPS Plus KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0066", MODE="0660", TAG+="uaccess" +# HORIPAD for Nintendo Switch +KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="00c1", MODE="0660", TAG+="uaccess" + # Armor Armor 3 Pad PS4 KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="0e10", MODE="0660", TAG+="uaccess"