Blame SOURCES/70-touchpad-quirks.rules

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