linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1
@ 2021-06-26  6:54 Julian Schulte
  2022-04-17 20:25 ` Dmitry Torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: Julian Schulte @ 2021-06-26  6:54 UTC (permalink / raw)
  To: hadess, dmitry.torokhov; +Cc: linux-input, linux-kernel, Julian Schulte

Signed-off-by: Julian Schulte <schu.ju@gmx.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


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

* Re: [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1
  2021-06-26  6:54 [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1 Julian Schulte
@ 2022-04-17 20:25 ` Dmitry Torokhov
  2022-04-17 20:29   ` Dmitry Torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2022-04-17 20:25 UTC (permalink / raw)
  To: Julian Schulte; +Cc: hadess, linux-input, linux-kernel

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@gmx.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

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

* Re: [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1
  2022-04-17 20:25 ` Dmitry Torokhov
@ 2022-04-17 20:29   ` Dmitry Torokhov
       [not found]     ` <CAABSQwE-NJwGrKw-6K3TYRKCZ8vgjGink-8OghCxEgQoRAbXOw@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2022-04-17 20:29 UTC (permalink / raw)
  To: Julian Schulte, Hans de Goede; +Cc: hadess, linux-input, linux-kernel

On Sun, Apr 17, 2022 at 01:25:33PM -0700, Dmitry Torokhov wrote:
> On Sat, Jun 26, 2021 at 08:54:17AM +0200, Julian Schulte wrote:
> 
> Just found it in my inbox. Adding Hans...

For real this time...

> 
> > Signed-off-by: Julian Schulte <schu.ju@gmx.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

-- 
Dmitry

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

* Re: [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1
       [not found]     ` <CAABSQwE-NJwGrKw-6K3TYRKCZ8vgjGink-8OghCxEgQoRAbXOw@mail.gmail.com>
@ 2022-04-18 14:38       ` Hans de Goede
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Goede @ 2022-04-18 14:38 UTC (permalink / raw)
  To: Julian Schulte, Dmitry Torokhov; +Cc: Bastien Nocera, linux-input, linux-kernel

Hi Dmitry, Julian,

On 4/18/22 11:41, Julian Schulte wrote:
> Hi, 
> I think this is already solved by another patch. At least I tested in the meantime and the bug was not present anymore. 

Correct, this was fixed by this patch:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a274cd66bc6461b45a450cd3f5653473a9aaea75

Regards,

Hans


> Dmitry Torokhov <dmitry.torokhov@gmail.com <mailto:dmitry.torokhov@gmail.com>> schrieb am So., 17. Apr. 2022, 22:29:
> 
>     On Sun, Apr 17, 2022 at 01:25:33PM -0700, Dmitry Torokhov wrote:
>     > On Sat, Jun 26, 2021 at 08:54:17AM +0200, Julian Schulte wrote:
>     >
>     > Just found it in my inbox. Adding Hans...
> 
>     For real this time...
> 
>     >
>     > > Signed-off-by: Julian Schulte <schu.ju@gmx.net <mailto:schu.ju@gmx.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
> 
>     -- 
>     Dmitry
> 


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

end of thread, other threads:[~2022-04-18 15:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26  6:54 [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1 Julian Schulte
2022-04-17 20:25 ` Dmitry Torokhov
2022-04-17 20:29   ` Dmitry Torokhov
     [not found]     ` <CAABSQwE-NJwGrKw-6K3TYRKCZ8vgjGink-8OghCxEgQoRAbXOw@mail.gmail.com>
2022-04-18 14:38       ` Hans de Goede

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