From: Hans de Goede <hdegoede@redhat.com>
To: Mark Gross <markgross@kernel.org>, Andy Shevchenko <andy@kernel.org>
Cc: platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH] platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match
Date: Thu, 2 Feb 2023 11:44:40 +0100 [thread overview]
Message-ID: <173fc321-cc70-4def-2e75-710a6b57ac8a@redhat.com> (raw)
In-Reply-To: <20230202103413.331459-1-hdegoede@redhat.com>
Hi,
On 2/2/23 11:34, Hans de Goede wrote:
> Add a DMI match for the CWI501 version of the Chuwi Vi8 tablet,
> pointing to the same chuwi_vi8_data as the existing CWI506 version
> DMI match.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
I've added this to my review-hans (soon to be for-next) branch now.
Regards,
Hans
> ---
> drivers/platform/x86/touchscreen_dmi.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
> index f00995390fdf..13802a3c3591 100644
> --- a/drivers/platform/x86/touchscreen_dmi.c
> +++ b/drivers/platform/x86/touchscreen_dmi.c
> @@ -1097,6 +1097,15 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
> DMI_MATCH(DMI_BIOS_DATE, "05/07/2016"),
> },
> },
> + {
> + /* Chuwi Vi8 (CWI501) */
> + .driver_data = (void *)&chuwi_vi8_data,
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "i86"),
> + DMI_MATCH(DMI_BIOS_VERSION, "CHUWI.W86JLBNR01"),
> + },
> + },
> {
> /* Chuwi Vi8 (CWI506) */
> .driver_data = (void *)&chuwi_vi8_data,
prev parent reply other threads:[~2023-02-02 10:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-02 10:34 [PATCH] platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match Hans de Goede
2023-02-02 10:44 ` Hans de Goede [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=173fc321-cc70-4def-2e75-710a6b57ac8a@redhat.com \
--to=hdegoede@redhat.com \
--cc=andy@kernel.org \
--cc=markgross@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