diff --git a/60-steam-input.rules b/60-steam-input.rules index dff3a23..9dace07 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -72,6 +72,12 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1008", MODE="0660 # Razer Raiju PS4 Controller Tournament Edition over bluetooth hidraw KERNEL=="hidraw*", KERNELS=="*1532:100A*", MODE="0660", TAG+="uaccess" +# Razer Raiju Ultimate over USB +KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1004", MODE="0660", TAG+="uaccess" + +# Razer Raiju Ultimate over PC Bluetooth +KERNEL=="hidraw*", KERNELS=="*1532:1009*", MODE="0660", TAG+="uaccess" + # Razer Panthera Arcade Stick KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"