From 38887d1bd5eb037a532279b2b75d6a87ce381419 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Mon, 12 Jun 2017 13:43:05 +0200 Subject: rules: move input_id rule to a separate file This places the input_id call after the evdev hwdb calls. With this the hwdb fixups in evdev can affect the device capabilities assigned in input_id. Remove the ID_INPUT_KEY dependency in atkbd rule because it is now not assigned at this point. --- rules/60-input-id.rules | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rules/60-input-id.rules (limited to 'rules/60-input-id.rules') 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" -- cgit v1.2.3