]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xorg-x11-drv-synaptics/70-touchpad-quirks.rules
tmux: New package.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-synaptics / 70-touchpad-quirks.rules
CommitLineData
4e1e773e
SS
1ACTION!="add|change", GOTO="touchpad_quirks_end"
2KERNEL!="event*", GOTO="touchpad_quirks_end"
3
4ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="touchpad_quirks_end"
5
6# model specific quirks
7
8# Dell Minis have a touchpad where the buttons and the touchpad area
9# overlap. Clicking a button thus moves the pointer, this requires special
10# Xorg configuration.
11
12ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
13 ENV{ID_INPUT.tags}="touchpad_button_overlap"
14
15LABEL="touchpad_quirks_end"