linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Input: add EKTP1059 Touchpad
@ 2025-08-24 22:07 Andreas Kemnade
  2025-08-24 22:07 ` [PATCH RFC 1/3] dt-bindings: input: elan: Introduce Elan eKTP1059 Touchpad Andreas Kemnade
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andreas Kemnade @ 2025-08-24 22:07 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Henrik Rydberg, Tony Lindgren, hns
  Cc: linux-input, devicetree, linux-kernel, linux-omap,
	Andreas Kemnade

Add a driver and bindings for the Touchpad found in the Epson Moverio
BT-200. The only information source is the driver in the vendor kernel.
Besides of cleanup it differs from it by not doing much postprocessing.

The touchpad has no buttons and can react to three simultanous touches
but positions can be used only for two touches.

This is an early RFC, maybe somebody recognizes something from other
ELAN chips.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
Andreas Kemnade (3):
      dt-bindings: input: elan: Introduce Elan eKTP1059 Touchpad
      Input: Add driver for Elan eKTP1059 Touchpad
      ARM: dts: ti/omap: epson-bt2ws: add touchpad

 .../devicetree/bindings/input/elan,ektp1059.yaml   |  45 ++++
 arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts  |  32 +++
 drivers/input/mouse/Kconfig                        |  10 +
 drivers/input/mouse/Makefile                       |   1 +
 drivers/input/mouse/elan_ektp1059.c                | 267 +++++++++++++++++++++
 5 files changed, 355 insertions(+)
---
base-commit: 1b237f190eb3d36f52dffe07a40b5eb210280e00
change-id: 20250824-ektp-submit-338c4bc30503

Best regards,
--  
Andreas Kemnade <andreas@kemnade.info>


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

end of thread, other threads:[~2025-10-28 19:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-24 22:07 [PATCH RFC 0/3] Input: add EKTP1059 Touchpad Andreas Kemnade
2025-08-24 22:07 ` [PATCH RFC 1/3] dt-bindings: input: elan: Introduce Elan eKTP1059 Touchpad Andreas Kemnade
2025-08-25 16:40   ` Conor Dooley
2025-10-28 19:41     ` Andreas Kemnade
2025-10-28 19:49       ` Conor Dooley
2025-08-24 22:07 ` [PATCH RFC 2/3] Input: Add driver for " Andreas Kemnade
2025-08-24 22:07 ` [PATCH RFC 3/3] ARM: dts: ti/omap: epson-bt2ws: add touchpad Andreas Kemnade

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