From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20210305092941.25892-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Sun, 14 Mar 2021 14:35:34 +0100 Subject: Re: [ptxdist] [APPLIED] 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 Cc: Marco Felsch Thanks, applied as aed8313a34ad6b207fc396227de3d1fddfb16f87. Michael [sent from post-receive hook] On Sun, 14 Mar 2021 14:35:34 +0100, Marco Felsch wrote: > 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 > Message-Id: <20210305092941.25892-1-m.felsch@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/systemd.make b/rules/systemd.make > index d2393f8a639c..e9313cc24181 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 \ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de