linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Input: msg2638: Add support for msg2138 and key events
@ 2022-11-16 18:17 Vincent Knecht
  2022-11-16 18:17 ` [PATCH v5 1/2] dt-bindings: input: touchscreen: msg2638: Document keys support Vincent Knecht
  2022-11-16 18:17 ` [PATCH v5 2/2] Input: msg2638 - Add support for msg2138 key events Vincent Knecht
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Knecht @ 2022-11-16 18:17 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Vincent Knecht,
	linux-input, devicetree, linux-kernel
  Cc: w.david0, stephan, phone-devel, ~postmarketos/upstreaming

This series is the continuation of v4 [1] from which the first 3 patches
have been merged already.

v5:
  - keep only the non-merged patch
  - remove double-negation in call to input_report_key() (Dmitry)
  - change keycodes retrieval to use device property API (Dmitry)
  - due to previous point, add a check and a warning if more than
    the supported number of keys are found.
    Should that happen, ignore the keys in excess.

[1] https://lore.kernel.org/linux-input/20221110171952.34207-1-vincent.knecht@mailoo.org/T/#t

Vincent Knecht (2):
  dt-bindings: input: touchscreen: msg2638: Document keys support
  Input: msg2638 - Add support for msg2138 key events

 .../input/touchscreen/mstar,msg2638.yaml      |  4 ++
 drivers/input/touchscreen/msg2638.c           | 57 +++++++++++++++++--
 2 files changed, 57 insertions(+), 4 deletions(-)

-- 
2.38.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-16 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 18:17 [PATCH v5 0/2] Input: msg2638: Add support for msg2138 and key events Vincent Knecht
2022-11-16 18:17 ` [PATCH v5 1/2] dt-bindings: input: touchscreen: msg2638: Document keys support Vincent Knecht
2022-11-16 18:17 ` [PATCH v5 2/2] Input: msg2638 - Add support for msg2138 key events Vincent Knecht
2022-11-16 20:33   ` Dmitry Torokhov

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).