Jacuzzi Makomo: Disable Zero Finger Click
Disable zero finger click to avoid mechanic issue around the touchpad
BUG=b:188365027
TEST=emerge and deploy, check conf install onto DUT.
Change-Id: I5513fa0799a537c04cdf3b394705cc9a660bc9f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/2891402
Reviewed-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com>
Reviewed-by: Shou-Chieh Hsu <shouchieh@chromium.org>
Tested-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com>
Commit-Queue: Shou-Chieh Hsu <shouchieh@chromium.org>
diff --git a/50-touchpad-cmt-jacuzzi.conf b/50-touchpad-cmt-jacuzzi.conf
index e8e83e6..1f90397 100644
--- a/50-touchpad-cmt-jacuzzi.conf
+++ b/50-touchpad-cmt-jacuzzi.conf
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# kappa/burnet/esche/fennel/fennel14
+# kappa/burnet/esche/fennel/fennel14/makomo
Section "InputClass"
Identifier "touchpad jacuzzi elan"
MatchIsTouchpad "on"
@@ -12,12 +12,12 @@
Option "Zero Finger Click Enable" "0"
EndSection
-# fennel/fennel14
+# fennel/fennel14/makomo
Section "InputClass"
Identifier "touchpad jacuzzi synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "Synaptics"
- MatchUSBID "06cb:7ca2|06cb:CDE1|06cb:CC76"
+ MatchUSBID "06cb:7ca2|06cb:CDE1|06cb:CC76|06cb:CE9B"
Option "Zero Finger Click Enable" "0"
EndSection