Skip to content

Commit bfd1a49

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always present
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> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 2d5d5ab commit bfd1a49

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

drivers/acpi/x86/utils.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ static const struct override_status_id override_status_ids[] = {
100100
DMI_MATCH(DMI_PRODUCT_NAME, "Venue 11 Pro 7139"),
101101
}),
102102

103+
/*
104+
* The Dell XPS 15 9550 has a SMO8110 accelerometer /
105+
* HDD freefall sensor which is wrongly marked as not present.
106+
*/
107+
PRESENT_ENTRY_HID("SMO8810", "1", SKYLAKE, {
108+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
109+
DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9550"),
110+
}),
111+
103112
/*
104113
* The GPD win BIOS dated 20170221 has disabled the accelerometer, the
105114
* drivers sometimes cause crashes under Windows and this is how the

0 commit comments

Comments
 (0)