From: Takashi Iwai Date: Mon, 14 May 2018 13:31:28 +0000 (+0200) Subject: platform/x86: ideapad-laptop: Add MIIX 720-12IKB to no_hw_rfkill X-Git-Tag: v4.19~783^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7caf0c1efd62a755441faa03daa7dd88f0c2150d;p=platform%2Fkernel%2Flinux-rpi.git platform/x86: ideapad-laptop: Add MIIX 720-12IKB to no_hw_rfkill Yet another Lenovo model to be added to the no_hw_rfkill blacklist: ideapad MIIX 720-12IKB. Otherwise it's always hard-blocked. Reported-by: Robin Roevens Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1093035 Signed-off-by: Takashi Iwai Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index 535199c..97670be 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -1080,6 +1080,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { }, }, { + .ident = "Lenovo ideapad MIIX 720-12IKB", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "MIIX 720-12IKB"), + }, + }, + { .ident = "Lenovo Legion Y520-15IKBN", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),