summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2017-11-30 10:46:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-12-04 10:15:10 +0100
commit10a929bba1313c8b30fcbc89325ae234e6bd1fb4 (patch)
tree2334b17b835c1bb3845d05338c084c04b05d7a2b /rules/systemd.make
parentd604a7af8a310873dabf4d25d9a98fbe5c177096 (diff)
downloadptxdist-10a929bba1313c8b30fcbc89325ae234e6bd1fb4.tar.gz
ptxdist-10a929bba1313c8b30fcbc89325ae234e6bd1fb4.tar.xz
systemd: add missing input-id rule
Without this, udev does not tag input devices with ID_INPUT variables, which causes libinput to ignore them. For example, when starting weston: event0 - Logitech USB-PS/2 Optical Mouse: not tagged as supported input device event0 - not using input device '/dev/input/event0' event1 - gpio-keys: not tagged as supported input device event1 - not using input device '/dev/input/event1' event2 - HID 046a:0023: not tagged as supported input device event2 - not using input device '/dev/input/event2' warning: no input devices on entering Weston. Possible causes: - no permissions to read /dev/input/event* - seats misconfigured (Weston backend option 'seat', udev device property ID_SEAT) failed to create input devices Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index 468e547b7..d2b55606e 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -226,6 +226,7 @@ SYSTEMD_UDEV_HELPER-$(PTXCONF_SYSTEMD_UDEV_MTD_PROBE) += mtd_probe
SYSTEMD_UDEV_RULES-y := \
50-udev-default.rules \
+ 60-input-id.rules \
60-persistent-alsa.rules \
60-persistent-input.rules \
60-persistent-storage-tape.rules \