Blame SOURCES/70-touchpad-quirks.rules

0e10f3
ACTION!="add|change", GOTO="touchpad_quirks_end"
0e10f3
KERNEL!="event*", GOTO="touchpad_quirks_end"
0e10f3
0e10f3
ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="touchpad_quirks_end"
0e10f3
0e10f3
# model specific quirks
0e10f3
0e10f3
# Dell Minis have a touchpad where the buttons and the touchpad area
0e10f3
# overlap. Clicking a button thus moves the pointer, this requires special
0e10f3
# Xorg configuration.
0e10f3
0e10f3
ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
0e10f3
  ENV{ID_INPUT.tags}="touchpad_button_overlap"
0e10f3
0e10f3
LABEL="touchpad_quirks_end"