From f1121aefa302453b44a1ce20a31dc9796a59297d Mon Sep 17 00:00:00 2001 From: Peter DeVita Date: Thu, 22 Jul 2021 12:58:32 -0400 Subject: [PATCH] Add Razer Panthera EVO Arcade Stick With help from this [comment on Reddit](https://www.reddit.com/r/linux_gaming/comments/lsn7x6/is_a_razer_panthera_evo_supported/gtxz96x/) Tested by editing my Steam udev rules locally, I can confirm it enables the controller in Steam. --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index ad967c5..7d8e91e 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -65,6 +65,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1000", MODE="0660 # Razer Raiju 2 Tournament Edition KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1007", MODE="0660", TAG+="uaccess" +# Razer Panthera EVO Arcade Stick +KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1008", MODE="0660", TAG+="uaccess" + # Razer Panthera Arcade Stick KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"