summaryrefslogtreecommitdiffstats
path: root/rules/60-input-id.rules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rules/60-input-id.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/60-input-id.rules b/rules/60-input-id.rules
new file mode 100644
index 0000000000..dee42199b6
--- /dev/null
+++ b/rules/60-input-id.rules
@@ -0,0 +1,7 @@
+# do not edit this file, it will be overwritten on update
+
+ACTION=="remove", GOTO="id_input_end"
+
+SUBSYSTEM=="input", ENV{ID_INPUT}=="", IMPORT{builtin}="input_id"
+
+LABEL="id_input_end"