summaryrefslogtreecommitdiff
path: root/rules/60-persistent-input.rules
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-11-23 20:00:48 -0500
committerAnthony G. Basile <blueness@gentoo.org>2016-11-23 20:00:48 -0500
commitb226ddfc1bc5adb5fe99d189bdb428fd7571e571 (patch)
tree8b9aeb83657b82b762980954b1d08c6bc6e6b75d /rules/60-persistent-input.rules
parentd08aa94feca2b29b34dd2ad0ab7d01a2b4be2dfc (diff)
rules: update
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules/60-persistent-input.rules')
-rw-r--r--rules/60-persistent-input.rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/60-persistent-input.rules b/rules/60-persistent-input.rules
index 0e33e68384..607144bf8a 100644
--- a/rules/60-persistent-input.rules
+++ b/rules/60-persistent-input.rules
@@ -2,7 +2,9 @@
ACTION=="remove", GOTO="persistent_input_end"
SUBSYSTEM!="input", GOTO="persistent_input_end"
-SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end"
+SUBSYSTEMS=="bluetooth", 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=="usb", ENV{ID_BUS}=="", IMPORT{builtin}="usb_id"