From 52952a00ae8811672d9d80cb4ab4bd35322e3b98 Mon Sep 17 00:00:00 2001 From: Joseph Salisbury Date: Wed, 14 Aug 2013 12:53:36 -0400 Subject: [PATCH] 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 Acked-by: Jesse Barnes Tested-by: Nick Jenkins Acked-by: Seth Forshee Signed-off-by: Tim Gardner --- drivers/platform/x86/intel_ips.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/platform/x86/intel_ips.c b/drivers/platform/x86/intel_ips.c index 4dfdbfca6841..6e0cc1ad0223 100644 --- a/drivers/platform/x86/intel_ips.c +++ b/drivers/platform/x86/intel_ips.c @@ -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 */ }; -- 2.39.5