Merge pull request #47 from notpentadactyl/patch-1

adds support for the "Victrix Pro FS-12 Arcade Fight Stick" in PS4/PS5 mode
This commit is contained in:
Pierre-Loup A. Griffais
2024-05-22 16:01:12 -07:00
committed by GitHub
+3
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"