Files
main/x11/driver/xorg-input-synaptics/files/70-touchpad-quirks.rules
T
Ertuğrul Erata cbf6a0eb6c move to pisi-2.0 main
not builded.
2015-07-15 19:28:56 +03:00

16 lines
481 B
Plaintext

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