From 4019d7d374cbea19dcc8aaf421e15b36e79384f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E6=B2=88=E7=9D=BF=E6=B1=80?= Date: Tue, 18 May 2010 09:25:09 +0000 Subject: [PATCH] update for xpt2046 --- drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1