Kevin: add default touchpad config for kevin.

Kevin touchpad IC is same as celes board.
So, I just copy config file from celes to kevin.
It is initial config for kevin.
After we got system, we need optimize the config for Kevin.

BUG=chrome-os-partner:52637
TEST=emerge-kevin chromeos-base/gestures-conf

Change-Id: I89f3e55d3b836c4669efb8dd6e065a8d84770424
Signed-off-by: jongpil19.jung <jongpil19.jung@samsung.com>
Reviewed-on: https://chromium-review.googlesource.com/340339
Commit-Ready: Jongpil Jung <jongpil19.jung@samsung.com>
Tested-by: Jongpil Jung <jongpil19.jung@samsung.com>
Reviewed-by: Charlie Mooney <charliemooney@chromium.org>
diff --git a/50-touchpad-cmt-kevin.conf b/50-touchpad-cmt-kevin.conf
new file mode 100644
index 0000000..55ba91d
--- /dev/null
+++ b/50-touchpad-cmt-kevin.conf
@@ -0,0 +1,32 @@
+# Configure touchpads to use Chromium Multitouch (cmt) X input driver
+Section "InputClass"
+    Identifier      "touchpad kevin atmel"
+    MatchIsTouchpad "on"
+    MatchDevicePath "/dev/input/event*"
+    MatchProduct    "Atmel"
+    Option          "Touchpad Stack Version" "2"
+    Option          "Integrated Touchpad" "1"
+    Option          "Zero Finger Click Enable" "0"
+    Option          "Palm Pressure" "150"
+    Option          "Tap Minimum Pressure" "15.0"
+
+    # Enable Stationary Wiggle Filter
+    Option          "Stationary Wiggle Filter Enabled" "1"
+    Option          "Finger Moving Energy" "0.04"
+    Option          "Finger Moving Hysteresis" "0.02"
+
+    Option          "Box Width" "0.5"
+    Option          "Box Height" "0.5"
+
+    # Pressure calibration results:
+    # Probe Diameter   Measured   Expected   Calibrated
+    # 0     3.90       25.98      11.95      2.86
+    # 1     5.70       32.00      25.52      11.46
+    # 2     7.70       60.07      46.57      51.55
+    # 3     9.90       85.87      76.98      88.40
+    # 4     11.70      103.96     107.51     114.24
+    # 5     13.90      117.78     151.75     133.97
+    # 6     17.80      128.31     248.85     149.02
+    Option          "Pressure Calibration Offset" "-34.2465537817"
+    Option          "Pressure Calibration Slope" "1.42827810904"
+EndSection