linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	"Rafael J . Wysocki" <rjw@rjwysocki.net>,
	Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [PATCH 3/3] ACPI / X86: Add KIOX000A accelerometer on GPD win to always_present_ids array
Date: Mon, 10 Jul 2017 12:35:30 +0200	[thread overview]
Message-ID: <722a926e-6fa9-2aa8-35d3-cf4044e939f1@redhat.com> (raw)
In-Reply-To: <1499682570.22624.321.camel@linux.intel.com>

Hi,

On 10-07-17 12:29, Andy Shevchenko wrote:
> On Mon, 2017-07-10 at 12:25 +0200, Hans de Goede wrote:
>> Hi,
>>
>> On 10-07-17 12:22, Andy Shevchenko wrote:
>>> On Sun, 2017-07-09 at 21:05 +0200, Hans de Goede wrote:
>>>> The GPD win BIOS dated 20170320 has disabled the accelerometer,
>>>> the
>>>> drivers sometimes cause crashes under Windows and this is how the
>>>> manufacturer has solved this :|
>>>>
>>>> I see no other way to keep the accelerometer working under Windows
>>>> then
>>>> adding it to the always_present_ids array.
>>>>
>>>> +	ENTRY("KIOX000A", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT), {
>>>> +		DMI_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
> 
>>>> +		DMI_MATCH(DMI_BOARD_NAME, "Default string"),
>>>> +		DMI_MATCH(DMI_PRODUCT_NAME, "Default string"),
> 
> Just noticed above, don't think it's a good idea to place kinda defaults
> there.

That is why there is a comment above the entry:

         /*
          * The GPD win BIOS dated 20170320 has disabled the accelerometer, the
          * drivers sometimes cause crashes under Windows and this is how the
          * manufacturer has solved this :| Note that the the DMI data is less
          * generic then it seems, a board_vendor of "AMI Corporation" is quite
          * rare and a board_name of "Default String" also is rare.
          */

Most Cherry Trail BIOS-es (and we do a CPU-id check for Cherry Trail)
have both DMI_BOARD_NAME and DMI_PRODUCT_NAME set to something more
sensible then "Default string" and other then the GPD win / pocket no
other model that I know of has a DMI_BOARD_NAME of "Default string"

So we can be pretty sure that the combination of Cherry Trail CPU +
these DMI strings + a BIOS-date of "03/20/2017" + having an ACPI
device with a HID of KIOX000A" is unique.

Also note that even if we have a false positive, the KIOX000A driver
will fail with a probe error, unless there is an other i2c device at
the exact same address.

Regards,

Hans

  reply	other threads:[~2017-07-10 10:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-09 19:05 [PATCH 1/3] ACPI / X86: Allow matching always_present_id array entries by DMI Hans de Goede
2017-07-09 19:05 ` [PATCH 2/3] ACPI / X86: Add Dell Venue 11 Pro 7130 touchscreen to always_present_ids Hans de Goede
2017-07-09 19:05 ` [PATCH 3/3] ACPI / X86: Add KIOX000A accelerometer on GPD win to always_present_ids array Hans de Goede
2017-07-10 10:22   ` Andy Shevchenko
2017-07-10 10:25     ` Hans de Goede
2017-07-10 10:29       ` Andy Shevchenko
2017-07-10 10:35         ` Hans de Goede [this message]
2017-07-10 14:25 ` [PATCH 1/3] ACPI / X86: Allow matching always_present_id array entries by DMI Andy Shevchenko
2017-07-10 18:13   ` Hans de Goede
2017-07-10 18:39     ` Andy Shevchenko
2017-07-12 21:22       ` Rafael J. Wysocki

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=722a926e-6fa9-2aa8-35d3-cf4044e939f1@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    /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;
as well as URLs for NNTP newsgroup(s).