Re: [PATCH] input: gpio_keys: Don't report events on gpio failure
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2015-10-02 17:44:38
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2015-10-02 17:44:38
Also in:
lkml
On Fri, Oct 02, 2015 at 03:34:45AM -0700, Linus Walleij wrote:
On Mon, Jul 27, 2015 at 6:50 PM, Bjorn Andersson [off-list ref] wrote:quoted
In the cases where the gpio chip fails to acquire the current state an error is reported back to gpio_keys. This is currently interpreted as if the line went high, which just confuses the developer. This patch introduces an error print in this case and skipps the reporting of a input event; to aid in debugging this issue. Reported-by: John Stultz <redacted> Signed-off-by: Bjorn Andersson <redacted>Reviewed-by: Linus Walleij <redacted>
Applied, thank you. -- Dmitry