From 9414e34ab65640dd5f232cfdce5037a3b0a0d286 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 22 Jul 2020 22:42:08 +0100 Subject: [PATCH] eudev does not support escaped double quotes so use single quotes Closes #10 --- 60-steam-input.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/60-steam-input.rules b/60-steam-input.rules index 342f02b..c157d44 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -39,7 +39,7 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660 # instead of udevadm directly becuase we need to use '*' glob at the # end of "hidraw" name since we don't know the index it'd have. # -KERNEL=="input*", ATTRS{name}=="Lic Pro Controller", RUN{program}+="/bin/sh -c \"udevadm test-builtin uaccess /sys/%p/../../hidraw/hidraw*\"" +KERNEL=="input*", ATTRS{name}=="Lic Pro Controller", RUN{program}+="/bin/sh -c 'udevadm test-builtin uaccess /sys/%p/../../hidraw/hidraw*'" # Nacon PS4 Revolution Pro Controller KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0660", TAG+="uaccess"