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