commit 0cb32aec0edf993f12f88d4a1a90ba96fcbc26cf
Author: Jan Palus <[email protected]>
Date: Sat Sep 11 13:18:27 2021 +0200
sync steam controller udev rules with steam-launcher 1.0.0.72
udev-steam_controller.rules | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/udev-steam_controller.rules b/udev-steam_controller.rules
index ad967c5..dff3a23 100644
--- a/udev-steam_controller.rules
+++ b/udev-steam_controller.rules
@@ -45,6 +45,7 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f",
ATTRS{idProduct}=="0185", MODE="0660
# PowerA Wired Controller for Nintendo Switch
KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711",
MODE="0660", TAG+="uaccess"
+KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a713",
MODE="0660", TAG+="uaccess"
# PowerA Wireless Controller for Nintendo Switch we have to use
# ATTRS{name} since VID/PID are reported as zeros. We use /bin/sh
@@ -65,6 +66,12 @@ 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 Raiju PS4 Controller Tournament Edition over bluetooth hidraw
+KERNEL=="hidraw*", KERNELS=="*1532:100A*", MODE="0660", TAG+="uaccess"
+
# Razer Panthera Arcade Stick
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401",
MODE="0660", TAG+="uaccess"
@@ -74,6 +81,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"
@@ -112,3 +122,6 @@ KERNEL=="hidraw*", KERNELS=="*0955:7214*", MODE="0660",
TAG+="uaccess"
# Astro C40
KERNEL=="hidraw*", ATTRS{idVendor}=="9886", ATTRS{idProduct}=="0025",
MODE="0660", TAG+="uaccess"
+
+# Thrustmaster eSwap Pro
+KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d00e",
MODE="0660", TAG+="uaccess"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/0cb32aec0edf993f12f88d4a1a90ba96fcbc26cf
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit