From: 沈睿汀 Date: Tue, 18 May 2010 09:25:09 +0000 (+0000) Subject: update for xpt2046 X-Git-Tag: firefly_0821_release~11515 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4019d7d374cbea19dcc8aaf421e15b36e79384f8;p=firefly-linux-kernel-4.4.55.git update for xpt2046 --- diff --git a/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c b/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c index 9a9fd6561acd..46e4591c58f0 100644 --- a/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c +++ b/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c @@ -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;