Dorp/Voticon/Votininja: Disable Zero Finger Click

Disable zero finger click to avoid mechanic issue around the touchpad:
Namely hold the device and shake it intensively, it would
generate false input events, which potentially causes an
involuntary UI event from user's perspective.

This patch disable "Zero Finger Clicks" to
mitigate ghost events; even click is reported physically,
the higher level gesture-interpreter will suppress it
so there will be no fingers action on the UI layer.

BUG=b:143634026
TEST=emerge and deploy, check conf install onto DUT,
      intensively shake device while watching stream video,
      make sure video won't suddenly stop playing while no fingers
      touch the touchpad.

Change-Id: Id909eae34523e6755a74ccc02792cc488f318583
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/1890570
Tested-by: Justin TerAvest <teravest@chromium.org>
Commit-Queue: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Henry Sun <henrysun@google.com>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
diff --git a/50-touchpad-cmt-octopus.conf b/50-touchpad-cmt-octopus.conf
new file mode 100644
index 0000000..a7a73d5
--- /dev/null
+++ b/50-touchpad-cmt-octopus.conf
@@ -0,0 +1,9 @@
+# Vortininja/Vorticon/Dorp
+Section "InputClass"
+    Identifier      "touchpad octopus elan"
+    MatchIsTouchpad "on"
+    MatchDevicePath "/dev/input/event*"
+    MatchProduct    "Elan"
+    MatchUSBID      "04f3:00cb|04f3:00cc"
+    Option          "Zero Finger Click Enable" "0"
+EndSection