blob: a7074216c3b5275163e9affdbd5585918b184863 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ACTION=="remove", GOTO="touchpad_end"
KERNEL!="event*", GOTO="touchpad_end"
ENV{ID_INPUT_TOUCHPAD}=="", GOTO="touchpad_end"
# Lenovo X1 Carbon 3rd
KERNELS=="serio1", \
ATTRS{firmware_id}=="*LEN0048*", \
ENV{ID_INPUT.tags}="has_trackpoint_buttons"
LABEL="touchpad_end"
|