X86 platform drivers
 help / color / mirror / Atom feed
From: Andy Shevchenko <andy@kernel.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH 2/2] platform/x86: x86-android-tablets: Add Vexia Edu Atla 10 tablet 5V data
Date: Mon, 7 Apr 2025 15:25:18 +0300	[thread overview]
Message-ID: <Z_PELgOsS6qUUcnq@smile.fi.intel.com> (raw)
In-Reply-To: <9de12c2a-f64a-4804-8347-4462ec663a3e@redhat.com>

On Mon, Apr 07, 2025 at 01:22:31PM +0200, Hans de Goede wrote:
> On 7-Apr-25 12:32, Andy Shevchenko wrote:
> > On Mon, Apr 07, 2025 at 11:20:16AM +0200, Hans de Goede wrote:

...

> >> +	{
> >> +		/* Vexia Edu Atla 10 tablet 5V version */
> >> +		.matches = {
> >> +			/* Having all 3 of these not set is somewhat unique */
> >> +			DMI_MATCH(DMI_SYS_VENDOR, "To be filled by O.E.M."),
> >> +			DMI_MATCH(DMI_PRODUCT_NAME, "To be filled by O.E.M."),
> >> +			DMI_MATCH(DMI_BOARD_NAME, "To be filled by O.E.M."),
> >> +			/* Above strings are too generic, also match on BIOS date */
> >> +			DMI_MATCH(DMI_BIOS_DATE, "05/14/2015"),
> >> +		},
> > 
> > Oh, this is unfortunate matching and quite fragile. Do we have other matching
> > mechanisms in place in addition to this?
> 
> Having both PRODUCT_NAME and BOARD_NAME set to "To be filled by O.E.M." is
> actually pretty rare. Of all the DMI decode's which I've collected only
> 2 other devices have this. Usually at least on of the 2 is set to something
> less generic even if that something is still sometimes not super useful itself
> like "BayTrail".
> 
> So IMHO combined with the BIOS date this should be plenty unique IMHO.

Sounds like a relief to me. Thanks for digging into this!

-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2025-04-07 12:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-07  9:20 [PATCH 1/2] platform/x86: x86-android-tablets: Add "9v" to Vexia EDU ATLA 10 tablet symbols Hans de Goede
2025-04-07  9:20 ` [PATCH 2/2] platform/x86: x86-android-tablets: Add Vexia Edu Atla 10 tablet 5V data Hans de Goede
2025-04-07 10:32   ` Andy Shevchenko
2025-04-07 11:22     ` Hans de Goede
2025-04-07 12:25       ` Andy Shevchenko [this message]
2025-04-07 10:27 ` [PATCH 1/2] platform/x86: x86-android-tablets: Add "9v" to Vexia EDU ATLA 10 tablet symbols Andy Shevchenko
2025-04-07 13:49   ` Hans de Goede
2025-04-07 14:25     ` Andy Shevchenko
2025-04-07 15:24     ` Ilpo Järvinen
2025-04-11 10:03 ` Ilpo Järvinen

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=Z_PELgOsS6qUUcnq@smile.fi.intel.com \
    --to=andy@kernel.org \
    --cc=hdegoede@redhat.com \
    --cc=ilpo.jarvinen@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox