From 07f0f6fe99ea6d9555a96dd3c30b093aa39b8498 Mon Sep 17 00:00:00 2001 From: IAmTheRedSpy <39938533+IAmTheRedSpy@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:04:50 -0700 Subject: [PATCH] Add Razer Raiju Ultimate Adds both USB and PC BT modes. Tested with Steam Big Picture. --- 60-steam-input.rules | 6 ++++++ 1 file changed, 6 insertions(+) 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"