Add touchpad configuration for Brydge Touchpad

BUG=b:117569252
TEST=manually tested on nocturne

Change-Id: Ib3a031bce3b1d58d4981c3a4fafe50415798f952
Reviewed-on: https://chromium-review.googlesource.com/1274705
Commit-Ready: Sean O'Brien <seobrien@chromium.org>
Tested-by: Andrew de los Reyes <adlr@chromium.org>
Reviewed-by: Andrew de los Reyes <adlr@chromium.org>
diff --git a/40-touchpad-cmt.conf b/40-touchpad-cmt.conf
index 245982c..7d00654 100644
--- a/40-touchpad-cmt.conf
+++ b/40-touchpad-cmt.conf
@@ -285,3 +285,12 @@
     Option          "Smooth Accel" "1"
     Option          "Tap Minimum Pressure" "1.0"
 EndSection
+
+Section "InputClass"
+    Identifier      "Brydge Touchpad"
+    MatchIsTouchpad "on"
+    MatchDevicePath "/dev/input/event*"
+    MatchUSBID      "03F6:A001"
+
+    Option          "Fake Timestamp Delta" "0.010"
+EndSection