From: Russell King <hidden> Date: 2017-09-26 16:26:02
A 2us delay is too small for the bus to settle after writing to the
register. Extend to 10us which gives more reliable results.
Signed-off-by: Russell King <redacted>
---
drivers/input/serio/sa1111ps2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On Tue, Sep 26, 2017 at 05:25:53PM +0100, Russell King wrote:
A 2us delay is too small for the bus to settle after writing to the
register. Extend to 10us which gives more reliable results.
Signed-off-by: Russell King <redacted>