diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-03-16 12:19:09 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-03-16 12:19:09 +0100 |
commit | ba76ee29bc02879fb42c048132af8889b00220d5 (patch) | |
tree | 26d37f5603f79ff9d3f8a88c0caef74232e4412a /units/systemd-poweroff.service.in | |
parent | a9c30bca57e4ded8c416c9e319fd313ad346372b (diff) |
hwdb: merge atkbd into platform matches
Currently, we always run
hwdb 'keyboard:name:$attr{name}:$attr{[dmi/id]modalias}'
as last step to match keyboards. Therefore, if nothing else matched so
far, we still try the device-name+dmi combination.
However, we have a special atkbd rule which is only run for atkbd as:
hwdb 'keyboard:$attr{[dmi/id]modalias}'
This is redundant, as we already pass the same information to hwdb in the
last fallback step.
This patch converts the hwdb "keyboard:dmi:*" matches to
"keyboard:name:*:dmi:*" matches and drops the redundant rule.
Diffstat (limited to 'units/systemd-poweroff.service.in')
0 files changed, 0 insertions, 0 deletions