]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
UBUNTU: SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
authorJoseph Salisbury <joseph.salisbury@canonical.com>
Wed, 14 Aug 2013 16:53:36 +0000 (12:53 -0400)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 16 Sep 2019 13:06:24 +0000 (15:06 +0200)
upstreamed

BugLink: http://bugs.launchpad.net/bugs/1210848
On an ASUSTek G60JX laptop, the intel_ips driver spams the log with a warning message: "ME failed to update for more than 1s, likely hung".  This ME doesn't support the feature, so requesting it be blacklisted for now.

Signed-off-by: Joseph Salisbury <joseph.salisbury@canonical.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: Nick Jenkins <tech.crew.jenkins@gmail.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/platform/x86/intel_ips.c

index bffe548187eed329e5028b8eeaf20adb8e608507..b0bdaf8e5fd66bd9d64a2ace883a1e6657912d79 100644 (file)
@@ -1432,6 +1432,14 @@ static const struct dmi_system_id ips_blacklist[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook"),
                },
        },
+       {
+               .callback = ips_blacklist_callback,
+               .ident = "G60JX",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "G60JX"),
+               },
+       },
        { }     /* terminating entry */
 };