From: Jan Palus Date: Tue, 27 Jul 2021 17:38:31 +0000 (+0200) Subject: sync steam controller udev rules with steam-launcher 1.0.0.71 X-Git-Tag: auto/th/systemd-249.4-1~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsystemd.git;a=commitdiff_plain;h=c0c6274 sync steam controller udev rules with steam-launcher 1.0.0.71 --- diff --git a/udev-steam_controller.rules b/udev-steam_controller.rules index 980a37e..ad967c5 100644 --- a/udev-steam_controller.rules +++ b/udev-steam_controller.rules @@ -40,6 +40,9 @@ 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" +# PDP Wired Fight Pad Pro for Nintendo Switch +KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0185", MODE="0660", TAG+="uaccess" + # PowerA Wired Controller for Nintendo Switch KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660", TAG+="uaccess" @@ -59,6 +62,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0660 # Razer Raiju PS4 Controller KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1000", MODE="0660", TAG+="uaccess" +# Razer Raiju 2 Tournament Edition +KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1007", MODE="0660", TAG+="uaccess" + # Razer Panthera Arcade Stick KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess" @@ -86,6 +92,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0066", MODE="0660 # HORIPAD for Nintendo Switch KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="00c1", MODE="0660", TAG+="uaccess" +# HORIPAD mini 4 +KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="00ee", MODE="0660", TAG+="uaccess" + # Armor Armor 3 Pad PS4 KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="0e10", MODE="0660", TAG+="uaccess"