The Lenovo Ideapad S12's _WDG have GUID that matches with AMW0, it causes acer-wmi driver auto-probe when system boot but there already have ideapad-laptop driver to support Ideapad serial. So, add Lenovo Ideapad S12 to acer blacklist to disable it. Signed-off-by: Lee, Chun-Yi <jlee@xxxxxxxxxx> Tested-by: Ville-Pekka Vainio <vpivaini@xxxxxxxxxxxxxx> Cc: Carlos Corbacho <carlos@xxxxxxxxxxxxxxxxxxx> Cc: Thomas Renninger <trenn@xxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Cc: Corentin Chary <corentincj@xxxxxxxxxx> Cc: Matthew Garrett <mjg59@xxxxxxxxxxxxx> --- drivers/platform/x86/acer-wmi.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 28288ad..387ac7c 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -310,6 +310,17 @@ static struct dmi_system_id __devinitdata acer_blacklist[] = { DMI_MATCH(DMI_PRODUCT_NAME, "AOA150"), }, }, + /* + * The Lenovo Ideapad S12 have GUID that matches with AMW0 - disable it. + * There already have ideapad-laptop driver to support Ideapad serial. + */ + { + .ident = "Lenovo Ideapad S12", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "20021,2959"), + }, + }, {} }; -- 1.6.0.2 -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html