chiark / gitweb /
88e6fd2f2589b88e76d663fc37eefa09f6cbcd2a
[elogind.git] / 70-touchpad.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION=="remove", GOTO="touchpad_end"
4 KERNEL!="event*", GOTO="touchpad_end"
5 ENV{ID_INPUT_TOUCHPAD}=="", GOTO="touchpad_end"
6
7 # touchpad:pnpid:<pnpid>:*
8 KERNELS=="serio1", \
9     IMPORT{builtin}="hwdb 'touchpad:pnpid:$attr{firmware_id}:'", \
10     GOTO="touchpad_end"
11
12 LABEL="touchpad_end"