[packages/systemd] sync steam controller udev rules with steam-launcher
atler
atler at pld-linux.org
Thu Mar 4 18:58:17 CET 2021
commit 1f0fd95aab4a14fff9fd7b7c693cd6b3dd9d5eb9
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Mar 4 18:57:35 2021 +0100
sync steam controller udev rules with steam-launcher
udev-steam_controller.rules | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/udev-steam_controller.rules b/udev-steam_controller.rules
index 0ea07b8..980a37e 100644
--- a/udev-steam_controller.rules
+++ b/udev-steam_controller.rules
@@ -37,6 +37,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0660
# Nintendo Switch Pro Controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", TAG+="uaccess"
+# Faceoff Wired Pro Controller for Nintendo Switch
+KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0180", MODE="0660", TAG+="uaccess"
+
# PowerA Wired Controller for Nintendo Switch
KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660", TAG+="uaccess"
@@ -47,6 +50,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660
#
KERNEL=="input*", ATTRS{name}=="Lic Pro Controller", RUN{program}+="/bin/sh -c 'udevadm test-builtin uaccess /sys/%p/../../hidraw/hidraw*'"
+# Afterglow Deluxe+ Wired Controller for Nintendo Switch
+KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0188", MODE="0660", TAG+="uaccess"
+
# Nacon PS4 Revolution Pro Controller
KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0660", TAG+="uaccess"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/1f0fd95aab4a14fff9fd7b7c693cd6b3dd9d5eb9
More information about the pld-cvs-commit
mailing list