summarylogtreecommitdiffstats
path: root/60-touch-keyboard.rules
blob: 5a6b58efc45072e362e3331699f00f5de210f018 (plain)
1
2
3
4
5
6
ACTION=="remove", GOTO="default_end"

SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="Goodix Capacitive TouchScreen", SYMLINK+="touch_keyboard", RUN+="/usr/share/yogabook-initcpio-hook/yb-kbd-handler.sh"

LABEL="default_end"