From 4aa93a54d237f7de2428068e7dd955a462bc1754 Mon Sep 17 00:00:00 2001 From: Michael Pobega Date: Sun, 20 Jun 2021 22:18:47 -0400 Subject: [PATCH] add Brooks Universal Fighting Board Brooks Universal Fighting Board is commonly used in custom built arcade hardware and fightsticks. --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index ad967c5..dd06af3 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -74,6 +74,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8250", MODE="0660 # Mad Catz - Street Fighter V Arcade FightStick TE S+ KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8384", MODE="0660", TAG+="uaccess" +# Brooks Universal Fighting Board +KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="0c30", MODE="0660", TAG+="uaccess" + # EMiO Elite Controller for PS4 KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="1cf6", MODE="0660", TAG+="uaccess"