vell: Add Elan touchpad config
fix the touch pad no respond while heavy slide
BUG=b:226269878
TEST=manually tested heavy slide
Change-Id: Ia99b36c420a7c1bd6c252600a3383500c99bac2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3596100
Tested-by: Robert Chen <robert.chen@quanta.corp-partner.google.com>
Tested-by: Shon Wang <shon.wang@quanta.corp-partner.google.com>
Reviewed-by: Sean O'Brien <seobrien@chromium.org>
Commit-Queue: Robert Chen <robert.chen@quanta.corp-partner.google.com>
diff --git a/50-touchpad-cmt-brya.conf b/50-touchpad-cmt-brya.conf
index f79a06c..a2d30a4 100644
--- a/50-touchpad-cmt-brya.conf
+++ b/50-touchpad-cmt-brya.conf
@@ -11,3 +11,11 @@
Option "Compute Surface Area from Pressure" "0"
Option "Palm Pressure" "90.0"
EndSection
+
+Section "InputClass"
+ Identifier "touchpad vell"
+ MatchIsTouchpad "on"
+ MatchDevicePath "/dev/input/event*"
+ MatchUSBID "04F3:323B|04F3:044a|04F3:3267"
+ Option "Compute Surface Area from Pressure" "0"
+EndSection