blob: 464fd7803976962a45e1aef132fd47659db2b556 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Configure touchpads to use Chromium Multitouch (cmt) X input driver
Section "InputClass"
Identifier "touchpad elan"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Touchpad Stack Version" "1"
Option "Horizontal Resolution" "33"
Option "Vertical Resolution" "33"
Option "Integrated Touchpad" "1"
Option "Input Queue Delay" "0.017"
Option "Two Finger Vertical Close Distance Thresh" "35.0"
Option "Fling Buffer Suppress Zero Length Scrolls" "0"
EndSection