From 57fe06f8187151fe6a8323db6807c863a3c8a6cc Mon Sep 17 00:00:00 2001 From: blazingkin Date: Mon, 18 Nov 2019 18:19:38 -0800 Subject: [PATCH] Add support for the PowerA Nintendo Switch Controller --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index 9718689..e083140 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -31,6 +31,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" +# PowerA Wired Controller for Nintendo Switch +KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660", TAG+="uaccess" + # Nacon PS4 Revolution Pro Controller KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0660", TAG+="uaccess"