summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/maxim_sti.c
diff options
context:
space:
mode:
authorShridhar Rasal <srasal@nvidia.com>2014-02-28 04:35:52 -0800
committerJuha Tukkinen <jtukkinen@nvidia.com>2014-03-02 06:19:34 -0800
commitb4547b174ba05cb6561f81bbf88337fa6ebe83db (patch)
tree2c098c7c71c7541ed2b5c137910b8a62a06834e2 /drivers/input/touchscreen/maxim_sti.c
parent99553ced62d78720274c8746af2a89357b104cea (diff)
Revert "input: touch: maxim: disable tap to wake"
Original change breaks suspend_sanity on tegranote and tegranote_nff This reverts commit 5b912579076605199962009ffbcf228450ee3293. Original change http://git-master/r/#/c/373158 Original Bug 1394437 Change-Id: Ib9d0ed772222c9618e23bbad97ff29b8c25fb25a Signed-off-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-on: http://git-master/r/376014 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'drivers/input/touchscreen/maxim_sti.c')
-rw-r--r--drivers/input/touchscreen/maxim_sti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/maxim_sti.c b/drivers/input/touchscreen/maxim_sti.c
index 797b1b84472e..39041c3eb2de 100644
--- a/drivers/input/touchscreen/maxim_sti.c
+++ b/drivers/input/touchscreen/maxim_sti.c
@@ -39,8 +39,8 @@
#define INPUT_DEVICES 2
#define INPUT_ENABLE_DISABLE 0
#define FB_CALLBACK 1
-#define SUSPEND_POWER_OFF 0
-#define DOUBLE_TAP 0
+#define SUSPEND_POWER_OFF 1
+#define DOUBLE_TAP 1
#define NV_ENABLE_CPU_BOOST 1
#define NV_STYLUS_FINGER_EXCLUSION 1