summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorSimon Arlott <70171+nomis@users.noreply.github.com>2017-11-10 09:32:51 +0000
committerLennart Poettering <lennart@poettering.net>2017-11-10 10:32:51 +0100
commit6fcae8e4dea57874572002ae1ee26211066bd9b7 (patch)
treee020ac5300b08db0b7e95a2843016b2182f58c27 /rules
parentff21046656a8c56187bf0f58e52d17459196161a (diff)
downloadsystemd-6fcae8e4dea57874572002ae1ee26211066bd9b7.tar.gz
rules: run all persistent-input rules for rmi and i8042 (#7287)
Commit 83b48159 set ID_BUS for these subsystems but copied the intent of commit c49df207 by not creating symlinks for those devices. Remove the GOTO so that the rest of the rules are still processed and symlinks are created for rmi and i8042 devices.
Diffstat (limited to 'rules')
-rw-r--r--rules/60-persistent-input.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/60-persistent-input.rules b/rules/60-persistent-input.rules
index 91efbe7294..255547d906 100644
--- a/rules/60-persistent-input.rules
+++ b/rules/60-persistent-input.rules
@@ -5,8 +5,8 @@ SUBSYSTEM!="input", GOTO="persistent_input_end"
SUBSYSTEMS=="bluetooth", ENV{ID_BUS}="bluetooth", GOTO="persistent_input_end"
# Bluetooth devices don't always have the bluetooth subsystem
ATTRS{id/bustype}=="0005", ENV{ID_BUS}="bluetooth", GOTO="persistent_input_end"
-SUBSYSTEMS=="rmi4", ENV{ID_BUS}="rmi", GOTO="persistent_input_end"
-SUBSYSTEMS=="serio", ENV{ID_BUS}="i8042", GOTO="persistent_input_end"
+SUBSYSTEMS=="rmi4", ENV{ID_BUS}="rmi"
+SUBSYSTEMS=="serio", ENV{ID_BUS}="i8042"
SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{builtin}="usb_id"