From f4f638ea243835b9edf9d38a1559d7b94519b365 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 8 Jan 2024 03:42:34 +0100 Subject: [PATCH] add a * to match every input device --- 80-playstation-no-libinput.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/80-playstation-no-libinput.rules b/80-playstation-no-libinput.rules index 2f55575..23c66ac 100644 --- a/80-playstation-no-libinput.rules +++ b/80-playstation-no-libinput.rules @@ -1,2 +1,2 @@ -ACTION=="add|change", KERNEL=="event[0-9]", ATTRS{name}=="Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1" -ACTION=="add|change", KERNEL=="event[0-9]", ATTRS{name}=="Wireless Edge Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1" \ No newline at end of file +ACTION=="add|change", KERNEL=="event[0-9]*", ATTRS{name}=="Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1" +ACTION=="add|change", KERNEL=="event[0-9]*", ATTRS{name}=="Wireless Edge Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1" \ No newline at end of file