From a64df5bd240324b9551cffbf9171888ccaa3fdeb Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Fri, 23 Aug 2013 21:54:03 +0200 Subject: cypress-touchkey: remove backlight timeout feature Userspace implementation: http://review.cyanogenmod.org/48796 http://review.cyanogenmod.org/48872 http://review.cyanogenmod.org/48884 Change-Id: Id4ac50168220310e82aa4aae367dad4e72e3a9c3 --- drivers/input/touchscreen/mxt224_u1.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'drivers/input/touchscreen/mxt224_u1.c') diff --git a/drivers/input/touchscreen/mxt224_u1.c b/drivers/input/touchscreen/mxt224_u1.c index cd0674f..5a243fb 100644 --- a/drivers/input/touchscreen/mxt224_u1.c +++ b/drivers/input/touchscreen/mxt224_u1.c @@ -28,8 +28,6 @@ #include #include -#include "../keyboard/cypress/cypress-touchkey.h" - #define OBJECT_TABLE_START_ADDRESS 7 #define OBJECT_TABLE_ELEMENT_SIZE 6 @@ -1339,10 +1337,6 @@ static void report_input_data(struct mxt224_data *data) copy_data->lock_status = 1; } } - - /* tell cypress keypad we had finger activity */ - touchscreen_state_report(touch_is_pressed); - } void palm_recovery(void) -- cgit v1.1