touch: device exit TWM probe fail

When device exit TWM mode, poweron init wait for
reset timeout, casue probe fail, add probe retry.

Change-Id: I2b323eb57cd04bfcc64f136a389b0af49f8b0162
Signed-off-by: Sayantan Majumder <quic_smajumde@quicinc.com>
This commit is contained in:
Zhenbin Tan
2022-01-18 16:19:27 +08:00
zatwierdzone przez Gerrit - the friendly Code Review server
rodzic 78f5b6be0d
commit 34a4271847

Wyświetl plik

@@ -17791,6 +17791,7 @@ int pt_probe(const struct pt_bus_ops *ops, struct device *dev,
pt_debug(cd->dev, DL_ERROR,
"%s: Enumeration Failed r=%d\n", __func__, rc);
/* For PtSBC don't error out, allow TTDL to stay up */
rc = -EPROBE_DEFER;
goto error_after_startup;
}
/* Suspend scanning until probe is complete to avoid asyc touches */