summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-18 12:03:57 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-18 12:03:57 -0700
commitebbe5c8d48ebbb3462e9e20513131cec70195ddc (patch)
tree2309170f1ede6cca1182d0286871402ba88ed2fc
parentc3afa9bef9c4e127856a7325f1be861b20a42bdc (diff)
parent07d93257c66bb801608a250c2b2f1d18bb577137 (diff)
Merge "input: touchscreen: remove PRESSURE event from ft5x06 driver"
-rw-r--r--drivers/input/touchscreen/ft5x06_ts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ft5x06_ts.c b/drivers/input/touchscreen/ft5x06_ts.c
index 5ed6473ea715..eac9067822a3 100644
--- a/drivers/input/touchscreen/ft5x06_ts.c
+++ b/drivers/input/touchscreen/ft5x06_ts.c
@@ -336,7 +336,6 @@ static irqreturn_t ft5x06_ts_interrupt(int irq, void *dev_id)
input_report_abs(ip_dev, ABS_MT_PRESSURE, pressure);
} else {
input_mt_report_slot_state(ip_dev, MT_TOOL_FINGER, 0);
- input_report_abs(ip_dev, ABS_MT_PRESSURE, 0);
}
}