update for xpt2046

This commit is contained in:
沈睿汀
2010-05-18 09:25:09 +00:00
committed by 黄涛
parent ffcb375cd7
commit 4019d7d374

View File

@@ -503,7 +503,6 @@ static enum hrtimer_restart xpt2046_timer(struct hrtimer *handle)
if (ts->pendown) {
struct input_dev *input = ts->input;
input_report_key(input, BTN_TOUCH, 0);
input_report_abs(input, ABS_PRESSURE, 0);
input_sync(input);
ts->pendown = 0;