]> git.pld-linux.org Git - packages/systemd.git/commitdiff
sync steam controller udev rules with steam-launcher
authorJan Palus <atler@pld-linux.org>
Thu, 4 Mar 2021 17:57:35 +0000 (18:57 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 4 Mar 2021 17:57:35 +0000 (18:57 +0100)
udev-steam_controller.rules

index 0ea07b8411b348564bcb4aa280c06496e7ff94cd..980a37e82e5bd5a0e043a776b3d0ca005904f88e 100644 (file)
@@ -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"
 
This page took 0.487413 seconds and 4 git commands to generate.