| # 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. |
| |
| # Drawman/Drawlat/Drawcia/Blipper |
| Section "InputClass" |
| Identifier "touchpad dedede elan" |
| MatchIsTouchpad "on" |
| MatchDevicePath "/dev/input/event*" |
| MatchProduct "Elan" |
| MatchUSBID "04f3:0100|04f3:00ee|04f3:0101|04f3:010a" |
| Option "Zero Finger Click Enable" "0" |
| EndSection |
| |
| # Blipper |
| Section "InputClass" |
| Identifier "touchpad dedede synaptics" |
| MatchIsTouchpad "on" |
| MatchDevicePath "/dev/input/event*" |
| MatchProduct "Synaptics" |
| MatchUSBID "06cb:cde1" |
| Option "Zero Finger Click Enable" "0" |
| EndSection |
| |