linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Wacom W9000-series penabled touchscreens
@ 2025-10-27 16:36 Hendrik Noack
  2025-10-27 17:36 ` Krzysztof Kozlowski
  2025-10-27 21:25 ` [PATCH 1/2] dt-bindings: Input: Add " Hendrik Noack
  0 siblings, 2 replies; 8+ messages in thread
From: Hendrik Noack @ 2025-10-27 16:36 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Hendrik Noack, linux-input, devicetree, linux-kernel

Add devicetree bindings and a driver for the Wacom W9000-series penabled
touchscreens.

The driver currently only contains the information for the W9007A, which I
tested on my devices. It should also work with other chips, such as W9001 or
W9010. However, I couldn't test it on these and the message length would
need to be added.

Note: This is my first driver I have ever worked on so if there is
anything I can do to improve it please let me know!

Signed-off-by: Hendrik Noack <hendrik-noack@gmx.de>
---
Hendrik Noack (2):
  dt-bindings: Input: Add Wacom W9000-series penabled touchscreens
  Input: Add support for Wacom W9000-series penabled touchscreens

 .../input/touchscreen/wacom,w9000-series.yaml |  79 +++
 drivers/input/touchscreen/Kconfig             |  12 +
 drivers/input/touchscreen/Makefile            |   1 +
 drivers/input/touchscreen/wacom_w9000.c       | 525 ++++++++++++++++++
 4 files changed, 617 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/wacom,w9000-series.yaml
 create mode 100644 drivers/input/touchscreen/wacom_w9000.c

-- 
2.43.0


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

end of thread, other threads:[~2025-11-03 10:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 16:36 [PATCH 0/2] Add support for Wacom W9000-series penabled touchscreens Hendrik Noack
2025-10-27 17:36 ` Krzysztof Kozlowski
2025-10-27 21:25 ` [PATCH 1/2] dt-bindings: Input: Add " Hendrik Noack
2025-10-27 21:25   ` [PATCH 2/2] Input: Add support for " Hendrik Noack
2025-10-28  7:44     ` Krzysztof Kozlowski
2025-11-03 10:55       ` Kernel GMX
2025-10-27 23:30   ` [PATCH 1/2] dt-bindings: Input: Add " Rob Herring (Arm)
2025-10-28  7:38   ` Krzysztof Kozlowski

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