ACPI / x86: enable touchscreen on Dell Venue Pro 7139
authorTristian Celestin <tristiancelestin@fastmail.com>
Sat, 9 Jun 2018 22:18:06 +0000 (18:18 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 4 Jul 2018 09:53:47 +0000 (11:53 +0200)
Permanently enable the SYNA7500 touchscreen device on the Dell
Venue Pro 7139. The DSDT hides the touchscreen ACPI device on
the 7139 in the same fashion as the 7130, and needs to
be enabled in the same way.

Signed-off-by: Tristian Celestin <tristiancelestin@fastmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/utils.c

index ec5b0f190231c8b6ce6a98d99ae33347ad51054a..3a13b2af2bf8f8c067dfddc0e55b4b2a2c20b413 100644 (file)
@@ -62,14 +62,20 @@ static const struct always_present_id always_present_ids[] = {
         */
        ENTRY("INT0002", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT), {}),
        /*
-        * On the Dell Venue 11 Pro 7130 the DSDT hides the touchscreen ACPI
-        * device until a certain time after _SB.PCI0.GFX0.LCD.LCD1._ON gets
-        * called has passed *and* _STA has been called at least 3 times since.
+        * On the Dell Venue 11 Pro 7130 and 7139, the DSDT hides
+        * the touchscreen ACPI device until a certain time
+        * after _SB.PCI0.GFX0.LCD.LCD1._ON gets called has passed
+        * *and* _STA has been called at least 3 times since.
         */
        ENTRY("SYNA7500", "1", ICPU(INTEL_FAM6_HASWELL_ULT), {
                DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
                DMI_MATCH(DMI_PRODUCT_NAME, "Venue 11 Pro 7130"),
              }),
+       ENTRY("SYNA7500", "1", ICPU(INTEL_FAM6_HASWELL_ULT), {
+               DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+               DMI_MATCH(DMI_PRODUCT_NAME, "Venue 11 Pro 7139"),
+             }),
+
        /*
         * The GPD win BIOS dated 20170221 has disabled the accelerometer, the
         * drivers sometimes cause crashes under Windows and this is how the