[PATCH RFC 0/3] Input: add EKTP1059 Touchpad

Andreas Kemnade posted 3 patches 1 month, 1 week ago
.../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(+)
[PATCH RFC 0/3] Input: add EKTP1059 Touchpad
Posted by Andreas Kemnade 1 month, 1 week ago
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>