This rule has a two lines: - one for the builtin "input_id" command and - one for the hwdb command.
Only the second requires the hwdb. The first command can run without the hwdb and is necessary to tag the event devices correctly for the usage with libinput. Signed-off-by: Marco Felsch <[email protected]> --- rules/systemd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/systemd.make b/rules/systemd.make index 5d5354a52..b57b3953e 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -288,6 +288,7 @@ SYSTEMD_UDEV_RULES-y := \ 60-persistent-storage.rules \ 60-block.rules \ 60-drm.rules \ + 60-input-id.rules \ 60-serial.rules \ 64-btrfs.rules \ 75-net-description.rules \ @@ -298,7 +299,6 @@ SYSTEMD_UDEV_RULES-y := \ SYSTEMD_UDEV_RULES-$(PTXCONF_SYSTEMD_UDEV_HWDB) += \ 60-autosuspend.rules \ 60-evdev.rules \ - 60-input-id.rules \ 60-sensor.rules \ 70-joystick.rules \ 70-mouse.rules \ -- 2.29.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
