From d537109232c8ed7cf43c246169c9a4cfcb7f9825 Mon Sep 17 00:00:00 2001 From: kisak-valve Date: Fri, 13 Aug 2021 08:30:12 -0400 Subject: [PATCH] Add second PowerA Switch controller From https://github.com/ValveSoftware/steam-devices/issues/27. Closes #27. --- 60-steam-input.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index ad967c5..bbfba3f 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -45,6 +45,7 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0185", MODE="0660 # PowerA Wired Controller for Nintendo Switch KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660", TAG+="uaccess" +KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a713", MODE="0660", TAG+="uaccess" # PowerA Wireless Controller for Nintendo Switch we have to use # ATTRS{name} since VID/PID are reported as zeros. We use /bin/sh