| # 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. |
| |
| # Dratini/Dragonair/Jinlon |
| Section "InputClass" |
| Identifier "touchpad hatch elan" |
| MatchIsTouchpad "on" |
| MatchDevicePath "/dev/input/event*" |
| MatchProduct "Elan" |
| MatchUSBID "04f3:00c5|04f3:00ac" |
| Option "Zero Finger Click Enable" "0" |
| EndSection |
| |
| Section "InputClass" |
| Identifier "touchpad jinlon" |
| MatchIsTouchpad "on" |
| MatchDevicePath "/dev/input/event*" |
| MatchProduct "Elan Touchpad" |
| MatchUSBID "04f3:00ac" |
| |
| Option "Touchpad Stack Version" "2" |
| |
| Option "Palm Stationary Distance" "15" |
| Option "Palm Pointing Min Move Distance" "15" |
| EndSection |