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

Commit b5b8183f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: synaptics_tcm: Fix touch suspend check"

parents 6d2a3141 89f1f7ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2893,7 +2893,8 @@ static int syna_tcm_resume(struct device *dev)

	if (!tcm_hcd->init_okay)
		syna_tcm_deferred_probe(dev);
	else if (!tcm_hcd->in_suspend)

	if (!tcm_hcd->in_suspend)
		return 0;
	else {
		if (tcm_hcd->irq_enabled) {