Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: "Rafael J . Wysocki" <rafael@kernel.org>, linux-acpi@vger.kernel.org
Subject: Re: [PATCH 1/2] ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always present
Date: Mon, 8 Apr 2024 16:52:02 +0200	[thread overview]
Message-ID: <CAJZ5v0iC14xtsqQMYDshdd-dwYv5Tb9fHWDMOskH+=TZsSHeyA@mail.gmail.com> (raw)
In-Reply-To: <20240406135625.17118-1-hdegoede@redhat.com>

On Sat, Apr 6, 2024 at 3:58 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> The Dell XPS 15 9550 has a SMO8110 accelerometer /
> HDD freefall sensor which is wrongly marked as not present.
>
> Mark this as always present so that the dell-smo8800 driver
> can bind to it.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>  drivers/acpi/x86/utils.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c
> index 90c3d2eab9e9..c7af2d2986fd 100644
> --- a/drivers/acpi/x86/utils.c
> +++ b/drivers/acpi/x86/utils.c
> @@ -100,6 +100,15 @@ static const struct override_status_id override_status_ids[] = {
>                 DMI_MATCH(DMI_PRODUCT_NAME, "Venue 11 Pro 7139"),
>               }),
>
> +       /*
> +        * The Dell XPS 15 9550 has a SMO8110 accelerometer /
> +        * HDD freefall sensor which is wrongly marked as not present.
> +        */
> +       PRESENT_ENTRY_HID("SMO8810", "1", SKYLAKE, {
> +               DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> +               DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9550"),
> +             }),
> +
>         /*
>          * The GPD win BIOS dated 20170221 has disabled the accelerometer, the
>          * drivers sometimes cause crashes under Windows and this is how the
> --

Applied as 6.10 material along with the [2/2], thanks!

      parent reply	other threads:[~2024-04-08 14:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-06 13:56 [PATCH 1/2] ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always present Hans de Goede
2024-04-06 13:56 ` [PATCH 2/2] ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets Hans de Goede
2024-04-08 14:52 ` Rafael J. Wysocki [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='CAJZ5v0iC14xtsqQMYDshdd-dwYv5Tb9fHWDMOskH+=TZsSHeyA@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-acpi@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).