Skip to content

Don't override udev's RUN programs with ours

Peter Hutterer requested to merge whot/libinput:wip/dont-override-udev into master

Combined with some other cleanup, the main change is is from RUN{...}=foo to RUN{...}+=foo. Using just an = resets the existing list set by previous rules. This includes the keyboard udev builtin as invoked by 60-evdev.rules which means we get no axis overrides anymore.

Regression introduced in e7a9c07f

Fixes #424 (closed)

And the axis override issues in #388 (closed)

Merge request reports