Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 140b28fb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: remove PRESSURE event from ft5x06 driver"

parents 1241efa8 73a7e687
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
		}
	}