Blame SOURCES/50-synaptics.conf

3e0dde
Section "InputClass"
3e0dde
        Identifier "touchpad catchall"
3e0dde
        Driver "synaptics"
3e0dde
        MatchIsTouchpad "on"
3e0dde
        MatchDevicePath "/dev/input/event*"
3e0dde
EndSection
3e0dde
3e0dde
# This option enables the bottom right corner to be a right button on
3e0dde
# non-synaptics clickpads.
3e0dde
# This option is only interpreted by clickpads.
3e0dde
Section "InputClass"
3e0dde
        Identifier "Default clickpad buttons"
3e0dde
        MatchDriver "synaptics"
3e0dde
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
1a5adf
        Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
3e0dde
EndSection
3e0dde
3e0dde
# This option disables software buttons on Apple touchpads.
3e0dde
# This option is only interpreted by clickpads.
3e0dde
Section "InputClass"
3e0dde
        Identifier "Disable clickpad buttons on Apple touchpads"
3e0dde
        MatchProduct "Apple|bcm5974"
3e0dde
        MatchDriver "synaptics"
3e0dde
        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
3e0dde
EndSection
3e0dde
3e0dde
# Quirks for special touchpads
3e0dde
3e0dde
# Force clickpad on for wireless trackpad. The propbit isn't set on 3.3.
3e0dde
# Remove once we're on 3.4
3e0dde
Section "InputClass"
3e0dde
        Identifier "Disable clickpad buttons on Apple touchpads"
3e0dde
        MatchProduct "Apple Wireless Trackpad"
3e0dde
        MatchDriver "synaptics"
3e0dde
        Option "ClickPad" "on"
3e0dde
EndSection
3e0dde
3e0dde
# Some devices have the buttons as part of the lower edge of the
3e0dde
# touchpad.  Pressing a button moves the cursor, causing cursor jumps and
3e0dde
# erroneous clicks.
3e0dde
# Use the synaptics area property to work around this, udev labels these
3e0dde
# devices for us as touchpad_button_overlap.
3e0dde
# Affected: Dell Mini
3e0dde
Section "InputClass"
3e0dde
        Identifier "touchpad button overlap"
3e0dde
        MatchIsTouchpad "on"
3e0dde
        MatchTag "touchpad_button_overlap"
3e0dde
        Option "AreaBottomEdge" "4000"
3e0dde
EndSection