1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-14 15:21:37 +03:00
systemd/rules/60-keyboard.rules

16 lines
507 B
Plaintext
Raw Normal View History

# do not edit this file, it will be overwritten on update
ACTION=="remove", GOTO="keyboard_end"
KERNEL!="event*", GOTO="keyboard_end"
ENV{ID_INPUT_KEY}=="", GOTO="keyboard_end"
# import key mapping for input device
IMPORT{builtin}="hwdb --lookup-prefix=keyboard:", \
2013-07-18 16:40:42 +04:00
RUN{builtin}+="keyboard", GOTO="keyboard_end"
# import key mapping for platform device
IMPORT{builtin}="hwdb 'keyboard:name:$attr{name}:$attr{[dmi/id]modalias}'", \
2013-07-18 16:40:42 +04:00
RUN{builtin}+="keyboard", GOTO="keyboard_end"
LABEL="keyboard_end"