[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Ylx3vduFGFlCEY0F@google.com>
Date: Sun, 17 Apr 2022 13:25:33 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Julian Schulte <schu.ju@....net>
Cc: hadess@...ess.net, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1
On Sat, Jun 26, 2021 at 08:54:17AM +0200, Julian Schulte wrote:
Just found it in my inbox. Adding Hans...
> Signed-off-by: Julian Schulte <schu.ju@....net>
> ---
> drivers/input/touchscreen/goodix.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
> index c682b028f..cec5f7bdc 100644
> --- a/drivers/input/touchscreen/goodix.c
> +++ b/drivers/input/touchscreen/goodix.c
> @@ -248,6 +248,13 @@ static const struct dmi_system_id inverted_x_screen[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "I15-TC")
> },
> },
> + {
> + .ident = "TrekStor SurfTab duo W1 10.1 (VT4)",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "TrekStor"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "SurfTab duo W1 10.1 (VT4)")
> + },
> + },
> #endif
> {}
> };
> --
> 2.30.2
>
--
Dmitry
Powered by blists - more mailing lists