mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] systemd: fix installation of 60-input-id.rules
@ 2021-03-05  9:29 Marco Felsch
  2021-03-14 13:35 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Felsch @ 2021-03-05  9:29 UTC (permalink / raw)
  To: ptxdist

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 <m.felsch@pengutronix.de>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] systemd: fix installation of 60-input-id.rules
  2021-03-05  9:29 [ptxdist] [PATCH] systemd: fix installation of 60-input-id.rules Marco Felsch
@ 2021-03-14 13:35 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-03-14 13:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Marco Felsch

Thanks, applied as aed8313a34ad6b207fc396227de3d1fddfb16f87.

Michael

[sent from post-receive hook]

On Sun, 14 Mar 2021 14:35:34 +0100, Marco Felsch <m.felsch@pengutronix.de> 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 <m.felsch@pengutronix.de>
> Message-Id: <20210305092941.25892-1-m.felsch@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-14 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05  9:29 [ptxdist] [PATCH] systemd: fix installation of 60-input-id.rules Marco Felsch
2021-03-14 13:35 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox