From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Andy Shevchenko <andy@kernel.org>,
hmtheboy154 <buingoc67@gmail.com>,
Gregor Riepl <onitake@gmail.com>,
platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH 1/2] platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet
Date: Mon, 27 May 2024 12:21:51 +0300 (EEST) [thread overview]
Message-ID: <ef8a614b-3079-13a4-b223-23e1ef2bec7e@linux.intel.com> (raw)
In-Reply-To: <20240527091447.248849-2-hdegoede@redhat.com>
On Mon, 27 May 2024, Hans de Goede wrote:
> From: hmtheboy154 <buingoc67@gmail.com>
>
> This is a tablet created by GlobalSpace Technologies Limited
> which uses an Intel Atom x5-Z8300, 4GB of RAM & 64GB of storage.
>
> Link: https://web.archive.org/web/20171102141952/http://globalspace.in/11.6-device.html
> Signed-off-by: hmtheboy154 <buingoc67@gmail.com>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> drivers/platform/x86/touchscreen_dmi.c | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
> index b021fb9e579e..6c03e7daadd4 100644
> --- a/drivers/platform/x86/touchscreen_dmi.c
> +++ b/drivers/platform/x86/touchscreen_dmi.c
> @@ -900,6 +900,22 @@ static const struct ts_dmi_data schneider_sct101ctm_data = {
> .properties = schneider_sct101ctm_props,
> };
>
> +static const struct property_entry globalspace_solt_ivw116_props[] = {
> + PROPERTY_ENTRY_U32("touchscreen-min-x", 7),
> + PROPERTY_ENTRY_U32("touchscreen-min-y", 22),
> + PROPERTY_ENTRY_U32("touchscreen-size-x", 1723),
> + PROPERTY_ENTRY_U32("touchscreen-size-y", 1077),
> + PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-globalspace-solt-ivw116.fw"),
> + PROPERTY_ENTRY_U32("silead,max-fingers", 10),
So you're planning to route these through fixes branch?
Just asking this because you've the other patch in flight which removes
these max-fingers entries (I know it's not harmful to have an extra entry
but just trying to synch on the intent).
--
i.
next prev parent reply other threads:[~2024-05-27 9:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 9:14 [PATCH 0/2] platform/x86: touchscreen_dmi: Add info for 2 new models Hans de Goede
2024-05-27 9:14 ` [PATCH 1/2] platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet Hans de Goede
2024-05-27 9:21 ` Ilpo Järvinen [this message]
2024-05-27 9:28 ` Hans de Goede
2024-05-27 9:14 ` [PATCH 2/2] platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro Hans de Goede
2024-05-27 9:36 ` [PATCH 0/2] platform/x86: touchscreen_dmi: Add info for 2 new models 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=ef8a614b-3079-13a4-b223-23e1ef2bec7e@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=andy@kernel.org \
--cc=buingoc67@gmail.com \
--cc=hdegoede@redhat.com \
--cc=onitake@gmail.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.