From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lI6mG-0006dC-Ro for ptxdist@pengutronix.de; Fri, 05 Mar 2021 10:29:44 +0100 Received: from mfe by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lI6mG-00058S-JF for ptxdist@pengutronix.de; Fri, 05 Mar 2021 10:29:44 +0100 From: Marco Felsch Date: Fri, 5 Mar 2021 10:29:41 +0100 Message-Id: <20210305092941.25892-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] systemd: fix installation of 60-input-id.rules List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 --- 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 ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de