Commit 3bf2eb32 authored by Joseph Salisbury's avatar Joseph Salisbury Committed by Tim Gardner

UBUNTU: SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops

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: default avatarJoseph Salisbury <joseph.salisbury@canonical.com>
Acked-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: default avatarNick Jenkins <tech.crew.jenkins@gmail.com>
Acked-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 7eee8340
......@@ -1501,6 +1501,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 */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment