From ec44e8b46cfca9e8f7aea66bf9ec980c565c8259 Mon Sep 17 00:00:00 2001 From: notpentadactyl Date: Wed, 14 Jun 2023 23:21:19 +0200 Subject: [PATCH] adds support for the "Victrix Pro FS-12 Arcade Fight Stick" in PS4 & PS5 mode This is for the purple version: https://pdp.com/products/victrix-pro-fs-12-arcade-fight-stick-purple I assume the white one has the same "idProduct". --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index 9e775c4..102a69d 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -137,3 +137,6 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="9886", ATTRS{idProduct}=="0025", MODE="0660 # Thrustmaster eSwap Pro KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d00e", MODE="0660", TAG+="uaccess" + +# Performance Designed Products Victrix Pro FS-12 for PS4 & PS5 +KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="020c", MODE="0660", TAG+="uaccess"