Dedede Blipper: Disable Zero Finger Click
Disable zero finger click to avoid mechanic issue around the touchpad
BUG=b:192035459
TEST=emerge and deploy, check conf install onto DUT.
Change-Id: I794be8d401aac617ee7b5be363ba9423faaaa64a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/2987723
Tested-by: Rui Zhou <zhourui@huaqin.corp-partner.google.com>
Reviewed-by: Henry Sun <henrysun@google.com>
Commit-Queue: Henry Sun <henrysun@google.com>
(cherry picked from commit 2be25e57b6f1857b2fdf63afee42b8b39ffd3681)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/2995714
diff --git a/50-touchpad-cmt-dedede.conf b/50-touchpad-cmt-dedede.conf
index e96fe8f..a95f306 100644
--- a/50-touchpad-cmt-dedede.conf
+++ b/50-touchpad-cmt-dedede.conf
@@ -2,12 +2,23 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Drawman/Drawlat/Drawcia
+# 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"
+ 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
+