[PATCH 0/2] Add support for Wacom W9000-series penabled touchscreens

Hendrik Noack posted 2 patches 3 months, 1 week ago
Only 1 patches received!
There is a newer version of this series
.../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
[PATCH 0/2] Add support for Wacom W9000-series penabled touchscreens
Posted by Hendrik Noack 3 months, 1 week ago
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
Re: [PATCH 0/2] Add support for Wacom W9000-series penabled touchscreens
Posted by Krzysztof Kozlowski 3 months, 1 week ago
On 27/10/2025 17:36, Hendrik Noack wrote:
> 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


You missed to send actual patches or this is incorrectly threaded.

Best regards,
Krzysztof