]> git.proxmox.com Git - systemd.git/blobdiff - rules/60-persistent-input.rules
Imported Upstream version 231
[systemd.git] / rules / 60-persistent-input.rules
index 0e33e6838495da3f3ff16f93ffd5fe13953c8df4..607144bf8af8204f64a03fbf5602e606c597be50 100644 (file)
@@ -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"