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".
This commit is contained in:
notpentadactyl
2023-06-14 23:21:19 +02:00
committed by GitHub
parent 13443480a6
commit ec44e8b46c

View File

@@ -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"