[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHp75VfhkeWsKzL20z_kYoxp5KQ0QPfVR9UrT+xbywS=YAZiMw@mail.gmail.com>
Date: Thu, 22 Feb 2018 15:18:52 +0200
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: silead_dmi: Add DMI match for the I.T.Works
TW701 tablet
On Thu, Feb 22, 2018 at 12:18 PM, Hans de Goede <hdegoede@...hat.com> wrote:
> The I.T.Works TW701 7" tablet is a differently branded version of the
> same generic 7" Windows tablet as the Trekstor ST70416-6. Add a DMI
> match-table entry for it pointing to the Trekstor's touchscreen info.
>
Pushed to my review and testing queue, thanks!
> Signed-off-by: Hans de Goede <hdegoede@...hat.com>
> ---
> drivers/platform/x86/silead_dmi.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/drivers/platform/x86/silead_dmi.c b/drivers/platform/x86/silead_dmi.c
> index 3a624090191d..1091539fa230 100644
> --- a/drivers/platform/x86/silead_dmi.c
> +++ b/drivers/platform/x86/silead_dmi.c
> @@ -446,6 +446,15 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
> DMI_MATCH(DMI_BOARD_NAME, "X3 Plus"),
> },
> },
> + {
> + /* I.T.Works TW701 */
> + .driver_data = (void *)&surftab_wintron70_st70416_6_data,
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "i71c"),
> + DMI_MATCH(DMI_BIOS_VERSION, "itWORKS.G.WI71C.JGBMRB"),
> + },
> + },
> { },
> };
>
> --
> 2.14.3
>
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists