]> Git Repo - J-linux.git/commitdiff
ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always present
authorHans de Goede <[email protected]>
Sat, 6 Apr 2024 13:56:24 +0000 (15:56 +0200)
committerRafael J. Wysocki <[email protected]>
Mon, 8 Apr 2024 14:50:46 +0000 (16:50 +0200)
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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/x86/utils.c

index 90c3d2eab9e9909871362f546fc5ca72ee993e3e..c7af2d2986fd0128a3f89c15e417161843ed0fc2 100644 (file)
@@ -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
This page took 0.051401 seconds and 4 git commands to generate.