Linux Input/HID development
 help / color / mirror / Atom feed
From: johannes.goede@oss.qualcomm.com
To: "Rafał Żuchnik" <rafal.zuchnik@gmail.com>,
	platform-driver-x86@vger.kernel.org
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] platform/x86: touchscreen_dmi: add DMI match for ARC 11.6 128GB HD
Date: Thu, 29 Jan 2026 17:02:21 +0100	[thread overview]
Message-ID: <62f3302a-a78e-4f31-bba5-fd289f3e27f6@oss.qualcomm.com> (raw)
In-Reply-To: <CAJ10sVKe+kV3erD-cYREV0g=r6biKm+OatPJFHncnyrYDp8wiQ@mail.gmail.com>

Hi,

On 28-Jan-26 00:52, Rafał Żuchnik wrote:
> This device is identical to Techbite Arc 11.6, but ships with a different
> DMI_PRODUCT_NAME ("ARC 11.6 128GB HD").
> 
> Without this DMI match, the Silead touchscreen reports an incorrect coordinate
> range, resulting in partial and wrapped touch input under Wayland.
> 
> Reuse the existing techbite_arc_11_6_data for this model.
> 
> Signed-off-by: Rafal Zuchnik <rafal.zuchnik@gmail.com>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <johannes.goede@oss.qualcomm.com>

Regards,

Hans




> 
> ---
> diff --git a/drivers/platform/x86/touchscreen_dmi.c
> b/drivers/platform/x86/touchscreen_dmi.c
> --- a/drivers/platform/x86/touchscreen_dmi.c
> +++ b/drivers/platform/x86/touchscreen_dmi.c
> @@
>      {
>          .matches = {
>              DMI_MATCH(DMI_SYS_VENDOR, "mPTech"),
>              DMI_MATCH(DMI_PRODUCT_NAME, "techBite Arc 11.6"),
>              DMI_MATCH(DMI_BOARD_NAME, "G8316_272B"),
>          },
>          .driver_data = (void *)&techbite_arc_11_6_data,
>      },
> +    {
> +        .matches = {
> +            DMI_MATCH(DMI_SYS_VENDOR, "mPTech"),
> +            DMI_MATCH(DMI_PRODUCT_NAME, "ARC 11.6 128GB HD"),
> +        },
> +        .driver_data = (void *)&techbite_arc_11_6_data,
> +    },
>  };
> 


      reply	other threads:[~2026-01-29 16:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-27 23:52 [PATCH] platform/x86: touchscreen_dmi: add DMI match for ARC 11.6 128GB HD Rafał Żuchnik
2026-01-29 16:02 ` johannes.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=62f3302a-a78e-4f31-bba5-fd289f3e27f6@oss.qualcomm.com \
    --to=johannes.goede@oss.qualcomm.com \
    --cc=linux-input@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=rafal.zuchnik@gmail.com \
    /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