summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-10-30 10:12:12 +0100
committerGitHub <noreply@github.com>2017-10-30 10:12:12 +0100
commit64d2753a878ea5b9d1fc5d9ac66ebb37a4930da7 (patch)
tree87f66030a486d57f92ddbe904af5b342fbd34ca9 /rules
parent27b8198e132b3763d8a18ddf4ef2ef0713e849f6 (diff)
parent0fbe78ac7a4c5689660b1c1e2c956ffa1a2e4ee5 (diff)
downloadsystemd-64d2753a878ea5b9d1fc5d9ac66ebb37a4930da7.tar.gz
Merge pull request #7212 from whot/master
hwdb: add a hwdb for custom ID_INPUT_* overrides
Diffstat (limited to 'rules')
-rw-r--r--rules/60-input-id.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/60-input-id.rules b/rules/60-input-id.rules
index dee42199b6..bb8a812d1b 100644
--- a/rules/60-input-id.rules
+++ b/rules/60-input-id.rules
@@ -3,5 +3,6 @@
ACTION=="remove", GOTO="id_input_end"
SUBSYSTEM=="input", ENV{ID_INPUT}=="", IMPORT{builtin}="input_id"
+SUBSYSTEM=="input", IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=id-input:modalias:"
LABEL="id_input_end"