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: 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>
This commit is contained in:
Joseph Salisbury
2013-08-14 12:53:36 -04:00
committed by Paolo Pisati
parent d59640e800
commit 1eb2baa09c
+8
View File
@@ -1415,6 +1415,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 */
};