]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules/70-touchpad.rules
Merge pull request #84 from blueyed/zsh-optimize-filter_units_by_property
[thirdparty/systemd.git] / rules / 70-touchpad.rules
CommitLineData
001a2473
PH
1# do not edit this file, it will be overwritten on update
2
3ACTION=="remove", GOTO="touchpad_end"
4KERNEL!="event*", GOTO="touchpad_end"
5ENV{ID_INPUT_TOUCHPAD}=="", GOTO="touchpad_end"
6
7# touchpad:pnpid:<pnpid>:*
8KERNELS=="serio1", \
9 IMPORT{builtin}="hwdb 'touchpad:pnpid:$attr{firmware_id}:'", \
10 GOTO="touchpad_end"
11
12LABEL="touchpad_end"