Blame SOURCES/70-touchpad-quirks.rules

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