linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andy.shevchenko@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Darren Hart <dvhart@infradead.org>,
	Andy Shevchenko <andy@infradead.org>,
	Platform Driver <platform-driver-x86@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] platform/x86: touchscreen_dmi: Add info for the Onda V80 Plus v3 tablet
Date: Fri, 19 Oct 2018 15:50:31 +0300	[thread overview]
Message-ID: <CAHp75Vd74JJxyiqE4KV4h-uxaGDaVvEZKQykznhdKe5zp1xz4w@mail.gmail.com> (raw)
In-Reply-To: <20181010131640.27440-1-hdegoede@redhat.com>

On Wed, Oct 10, 2018 at 4:17 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> Add touchscreen platform data for the Onda V80 Plus v3 tablet.
>

Pushed to my review and testing queue, thanks!

> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>  drivers/platform/x86/touchscreen_dmi.c | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>
> diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
> index 4e6fdc1fbfdf..00b5e54f09cc 100644
> --- a/drivers/platform/x86/touchscreen_dmi.c
> +++ b/drivers/platform/x86/touchscreen_dmi.c
> @@ -282,6 +282,24 @@ static const struct ts_dmi_data onda_obook_20_plus_data = {
>         .properties     = onda_obook_20_plus_props,
>  };
>
> +static const struct property_entry onda_v80_plus_v3_props[] = {
> +       PROPERTY_ENTRY_U32("touchscreen-min-x", 22),
> +       PROPERTY_ENTRY_U32("touchscreen-min-y", 15),
> +       PROPERTY_ENTRY_U32("touchscreen-size-x", 1698),
> +       PROPERTY_ENTRY_U32("touchscreen-size-y", 1140),
> +       PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
> +       PROPERTY_ENTRY_STRING("firmware-name",
> +                             "gsl3676-onda-v80-plus-v3.fw"),
> +       PROPERTY_ENTRY_U32("silead,max-fingers", 10),
> +       PROPERTY_ENTRY_BOOL("silead,home-button"),
> +       { }
> +};
> +
> +static const struct ts_dmi_data onda_v80_plus_v3_data = {
> +       .acpi_name      = "MSSL1680:00",
> +       .properties     = onda_v80_plus_v3_props,
> +};
> +
>  static const struct property_entry onda_v820w_32g_props[] = {
>         PROPERTY_ENTRY_U32("touchscreen-size-x", 1665),
>         PROPERTY_ENTRY_U32("touchscreen-size-y", 1140),
> @@ -637,6 +655,14 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
>                         DMI_MATCH(DMI_PRODUCT_NAME, "OBOOK 20 PLUS"),
>                 },
>         },
> +       {
> +               /* ONDA V80 plus v3 (P80PSBG9V3A01501) */
> +               .driver_data = (void *)&onda_v80_plus_v3_data,
> +               .matches = {
> +                       DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ONDA"),
> +                       DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "V80 PLUS")
> +               },
> +       },
>         {
>                 /* ONDA V820w DualOS */
>                 .driver_data = (void *)&onda_v820w_32g_data,
> --
> 2.19.0
>


-- 
With Best Regards,
Andy Shevchenko

      reply	other threads:[~2018-10-19 12:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10 13:16 [PATCH] platform/x86: touchscreen_dmi: Add info for the Onda V80 Plus v3 tablet Hans de Goede
2018-10-19 12:50 ` Andy Shevchenko [this message]

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=CAHp75Vd74JJxyiqE4KV4h-uxaGDaVvEZKQykznhdKe5zp1xz4w@mail.gmail.com \
    --to=andy.shevchenko@gmail.com \
    --cc=andy@infradead.org \
    --cc=dvhart@infradead.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /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).