Dear Benjamin and Dmitry,
I wonder if you have had a chance to look at this patch. It was resubmitted on 3rd Oct 2023 then
again to make it appear in Patchwork properly. This is my first patch so any feedback on both the
patch and whether I'm following the process properly would be very useful.
Thanks very much.
Yours,
Gareth
On 25/10/2023 16:51, Gareth Randall wrote:
Add support for touch screens using the General Touch ST6001S controller,
as found in the GPEG model AOD22WZ-ST monitor. This controller can output
the ELO 10-byte protocol, but requires different initialisation.
Signed-off-by: Gareth Randall <gareth@xxxxxxxxxxxxxxxxx>
---
drivers/input/touchscreen/elo.c | 81 ++++++++++++++++++++++++++++++++-
1 file changed, 80 insertions(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/elo.c b/drivers/input/touchscreen/elo.c
index 96173232e53f..b233869ffa2a 100644
[snip]