From: Darren Hart <dvhart@infradead.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH] platform/x86: silead_dmi: Add touchscreen info for GP-electronic T701
Date: Mon, 8 May 2017 08:41:22 -0700 [thread overview]
Message-ID: <20170508154122.GC17700@fury> (raw)
In-Reply-To: <20170507123515.12671-1-hdegoede@redhat.com>
Just noticed LKML not Cc'd. Please Cc LKML on all patches to the Linux kernel.
On Sun, May 07, 2017 at 02:35:15PM +0200, Hans de Goede wrote:
> Add touchscreen info for the GP-electronic T701 tablet.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> drivers/platform/x86/silead_dmi.c | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/drivers/platform/x86/silead_dmi.c b/drivers/platform/x86/silead_dmi.c
> index a3a57d93cf06..db3a877d2160 100644
> --- a/drivers/platform/x86/silead_dmi.c
> +++ b/drivers/platform/x86/silead_dmi.c
> @@ -80,6 +80,19 @@ static const struct silead_ts_dmi_data surftab_wintron70_st70416_6_data = {
> .properties = surftab_wintron70_st70416_6_props,
> };
>
> +static const struct property_entry gp_electronic_t701_props[] = {
> + PROPERTY_ENTRY_U32("touchscreen-size-x", 960),
> + PROPERTY_ENTRY_U32("touchscreen-size-y", 640),
> + PROPERTY_ENTRY_STRING("firmware-name",
> + "gsl1680-gp-electronic-t701.fw"),
> + { }
> +};
> +
> +static const struct silead_ts_dmi_data gp_electronic_t701_data = {
> + .acpi_name = "MSSL1680:00",
> + .properties = gp_electronic_t701_props,
> +};
> +
> static const struct dmi_system_id silead_ts_dmi_table[] = {
> {
> /* CUBE iwork8 Air */
> @@ -117,6 +130,15 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
> DMI_MATCH(DMI_BIOS_VERSION, "TREK.G.WI71C.JGBMRBA04"),
> },
> },
> + {
> + /* GP-electronic T701 */
> + .driver_data = (void *)&gp_electronic_t701_data,
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "T701"),
> + DMI_MATCH(DMI_BIOS_VERSION, "BYT70A.YNCHENG.WIN.007"),
> + },
> + },
> { },
> };
>
> --
> 2.12.2
>
>
--
Darren Hart
VMware Open Source Technology Center
prev parent reply other threads:[~2017-05-08 15:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-07 12:35 [PATCH] platform/x86: silead_dmi: Add touchscreen info for GP-electronic T701 Hans de Goede
2017-05-08 15:40 ` Darren Hart
2017-05-08 19:49 ` Hans de Goede
2017-05-08 15:41 ` Darren Hart [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=20170508154122.GC17700@fury \
--to=dvhart@infradead.org \
--cc=hdegoede@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.