[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHp75Vd74JJxyiqE4KV4h-uxaGDaVvEZKQykznhdKe5zp1xz4w@mail.gmail.com>
Date: Fri, 19 Oct 2018 15:50:31 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Hans de Goede <hdegoede@...hat.com>
Cc: Darren Hart <dvhart@...radead.org>,
Andy Shevchenko <andy@...radead.org>,
Platform Driver <platform-driver-x86@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] platform/x86: touchscreen_dmi: Add info for the Onda V80
Plus v3 tablet
On Wed, Oct 10, 2018 at 4:17 PM Hans de Goede <hdegoede@...hat.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@...hat.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
Powered by blists - more mailing lists