From de34d16f1ec6351553eac5d6dd7b921fc9572573 Mon Sep 17 00:00:00 2001 From: Johannes Wienke Date: Fri, 8 Jun 2018 15:55:16 -0400 Subject: [PATCH] UBUNTU: SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist BugLink: http://bugs.launchpad.net/bugs/1774636 This laptop doesn't have a working hardware kill switch and thus the wifi and bluetooth might become hard blocked without an option to revert this state at runtime. Signed-off-by: Johannes Wienke Signed-off-by: Joseph Salisbury Acked-by: Kleber Souza Acked-by: Stefan Bader Signed-off-by: Khalid Elmously --- drivers/platform/x86/ideapad-laptop.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index 4c477f42c00b..724baa9ac2eb 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -1005,6 +1005,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo V310-15ISK"), }, }, + { + .ident = "Lenovo V330-14IKB", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo V330-14IKB"), + }, + }, { .ident = "Lenovo V510-15IKB", .matches = { -- 2.39.5