* [PATCH 0/1] GPIO Keys, fix to emit EV_ABS event also on axis release
@ 2025-01-31 14:21 Marian Flor
0 siblings, 0 replies; only message in thread
From: Marian Flor @ 2025-01-31 14:21 UTC (permalink / raw)
To: dmitry.torokhov; +Cc: linux-input, linux-kernel
Hi
I noticed when using the gpio-keys module that an axis button is stuck
upon release of the axis. However, the docs at "linux,input-value:"
in devicetree/bindings/input/gpio-keys.yaml notes that it should
create an event of 0 when released, but it does not as I found out.
This patch aligns the implementation with the documentation.
kr,
Marian
Marian Flor (1):
gpio_keys.c: Send also event when EV_ABS axis button is released.
drivers/input/keyboard/gpio_keys.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
2.39.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-31 14:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31 14:21 [PATCH 0/1] GPIO Keys, fix to emit EV_ABS event also on axis release Marian Flor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).