From e39ca5dc1304d64d80bf921b90c6ce6331f0cc4b Mon Sep 17 00:00:00 2001 From: kisak-valve Date: Thu, 4 Mar 2021 08:31:54 -0500 Subject: [PATCH] Add PDP Wired Fight Pad Pro for Nintendo Switch From https://github.com/ValveSoftware/steam-for-linux/issues/7341#issuecomment-790585951. --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index 980a37e..ad2f19b 100644 --- a/60-steam-input.rules +++ b/60-steam-input.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"