95-keymap.rules: Run on change events, too

This commit is contained in:
Martin Pitt 2009-12-14 14:31:51 +01:00
parent 666faec4e4
commit 92b8cea053

View file

@ -5,7 +5,7 @@
# a file name (in /lib/udev/keymaps), which has to contain scancode/keyname
# pairs.
ACTION!="add", GOTO="keyboard_end"
ACTION!="add|change", GOTO="keyboard_end"
SUBSYSTEM!="input", GOTO="keyboard_end"
KERNEL!="event*", GOTO="keyboard_end"