linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Julian Schulte <schu.ju@gmx.net>, Hans de Goede <hdegoede@redhat.com>
Cc: hadess@hadess.net, linux-input@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1
Date: Sun, 17 Apr 2022 13:29:19 -0700	[thread overview]
Message-ID: <Ylx4n/hqBhD+PAxX@google.com> (raw)
In-Reply-To: <Ylx3vduFGFlCEY0F@google.com>

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

  reply	other threads:[~2022-04-17 20:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
     [not found]     ` <CAABSQwE-NJwGrKw-6K3TYRKCZ8vgjGink-8OghCxEgQoRAbXOw@mail.gmail.com>
2022-04-18 14:38       ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ylx4n/hqBhD+PAxX@google.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=hadess@hadess.net \
    --cc=hdegoede@redhat.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=schu.ju@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).