xref: /OK3568_Linux_fs/external/xserver/debian/local/64-xorg-xkb.rules (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunACTION!="add|change", GOTO="xorg_xkb_end"
2*4882a593SmuzhiyunSUBSYSTEM!="input", GOTO="xorg_xkb_end"
3*4882a593SmuzhiyunKERNEL!="event*", GOTO="xorg_xkb_end"
4*4882a593Smuzhiyun
5*4882a593Smuzhiyun# import keyboard layout from /etc/default/keyboard
6*4882a593SmuzhiyunENV{ID_INPUT_KEY}=="?*", IMPORT{file}="/etc/default/keyboard"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunLABEL="xorg_xkb_end"
9