From 08b1852d99e3d8d4865127443c4a32180b275487 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 27 Jul 2020 00:28:00 -0500 Subject: [PATCH] Should probably add that rules file --- roles/desktop/templates/switch-controller.rules | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/desktop/templates/switch-controller.rules diff --git a/roles/desktop/templates/switch-controller.rules b/roles/desktop/templates/switch-controller.rules new file mode 100644 index 0000000..b980273 --- /dev/null +++ b/roles/desktop/templates/switch-controller.rules @@ -0,0 +1,2 @@ +# Switch Pro controller (USB and Bluetooth) +KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0666"