From 3e94b811d4957024fd17cdffa639deafa3a7f1e8 Mon Sep 17 00:00:00 2001
From: Hugo Villeneuve <hugo@hugovil.com>
Date: Tue, 16 Jul 2013 21:31:28 -0400
Subject: [PATCH] Add Synaptics touchpad module to kernel

---
 config/acer-731/config-linux-3.9.4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/acer-731/config-linux-3.9.4 b/config/acer-731/config-linux-3.9.4
index bc9e5f3..3916fbf 100644
--- a/config/acer-731/config-linux-3.9.4
+++ b/config/acer-731/config-linux-3.9.4
@@ -1158,7 +1158,7 @@ CONFIG_MOUSE_PS2_SYNAPTICS=y
 CONFIG_MOUSE_PS2_CYPRESS=y
 CONFIG_MOUSE_PS2_LIFEBOOK=y
 CONFIG_MOUSE_PS2_TRACKPOINT=y
-# CONFIG_MOUSE_PS2_ELANTECH is not set
+CONFIG_MOUSE_PS2_ELANTECH=y
 # CONFIG_MOUSE_PS2_SENTELIC is not set
 # CONFIG_MOUSE_PS2_TOUCHKIT is not set
 # CONFIG_MOUSE_SERIAL is not set
@@ -1166,8 +1166,8 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
 # CONFIG_MOUSE_BCM5974 is not set
 # CONFIG_MOUSE_CYAPA is not set
 # CONFIG_MOUSE_VSXXXAA is not set
-# CONFIG_MOUSE_SYNAPTICS_I2C is not set
-# CONFIG_MOUSE_SYNAPTICS_USB is not set
+CONFIG_MOUSE_SYNAPTICS_I2C=m
+CONFIG_MOUSE_SYNAPTICS_USB=m
 # CONFIG_INPUT_JOYSTICK is not set
 # CONFIG_INPUT_TABLET is not set
 # CONFIG_INPUT_TOUCHSCREEN is not set
-- 
2.20.1