]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xorg-x11-drv-synaptics/50-synaptics.conf
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-synaptics / 50-synaptics.conf
CommitLineData
4e1e773e
SS
1Section "InputClass"
2 Identifier "touchpad catchall"
3 Driver "synaptics"
4 MatchIsTouchpad "on"
5 MatchDevicePath "/dev/input/event*"
6EndSection
7
8
9# Quirks for special touchpads
10
11# Some devices have the buttons as part of the lower edge of the
12# touchpad. Pressing a button moves the cursor, causing cursor jumps and
13# erroneous clicks.
14# Use the synaptics area property to work around this, udev labels these
15# devices for us as touchpad_button_overlap.
16# Affected: Dell Mini
17Section "InputClass"
18 Identifier "touchpad button overlap"
19 MatchIsTouchpad "on"
20 MatchTag "touchpad_button_overlap"
21 Option "AreaBottomEdge" "4000"
22EndSection