From a74c92f1456e56f27417a6488bb60ff13479632f Mon Sep 17 00:00:00 2001 From: IAmTheRedSpy <39938533+IAmTheRedSpy@users.noreply.github.com> Date: Thu, 3 Aug 2023 23:38:38 -0700 Subject: [PATCH] Add Razer Wolverine V2 Pro --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index 9e775c4..a8f5bae 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -87,6 +87,9 @@ 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" +# Razer Wolverine V2 Pro in wired PS5 mode +KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="100b", MODE="0660", TAG+="uaccess" + # Mad Catz - Street Fighter V Arcade FightPad PRO KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8250", MODE="0660", TAG+="uaccess"