aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mxt224_u1.c
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-08-23 21:54:03 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-08-23 21:56:19 +0200
commita64df5bd240324b9551cffbf9171888ccaa3fdeb (patch)
treeb1fdab28526549dbbb55968b6c8f329a64cd8a53 /drivers/input/touchscreen/mxt224_u1.c
parentb07657a606584eb7328c10d6f57fbb0f0db6d070 (diff)
downloadkernel_samsung_smdk4412-a64df5bd240324b9551cffbf9171888ccaa3fdeb.zip
kernel_samsung_smdk4412-a64df5bd240324b9551cffbf9171888ccaa3fdeb.tar.gz
kernel_samsung_smdk4412-a64df5bd240324b9551cffbf9171888ccaa3fdeb.tar.bz2
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
Diffstat (limited to 'drivers/input/touchscreen/mxt224_u1.c')
-rw-r--r--drivers/input/touchscreen/mxt224_u1.c6
1 files changed, 0 insertions, 6 deletions
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 <mach/cpufreq.h>
#include <linux/input/mt.h>
-#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)