[SRU][Bionic][PATCH 1/1] UBUNTU: SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
Joseph Salisbury
joseph.salisbury at canonical.com
Fri Jun 8 19:55:16 UTC 2018
From: Johannes Wienke <languitar at semipol.de>
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 <languitar at semipol.de>
---
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 4c477f4..724baa9 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -1006,6 +1006,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
},
},
{
+ .ident = "Lenovo V330-14IKB",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo V330-14IKB"),
+ },
+ },
+ {
.ident = "Lenovo V510-15IKB",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
--
2.7.4
More information about the kernel-team
mailing list