Skip to content

Commit 0f8d768

Browse files
author
dylanchu
committed
ideapad-laptop: Add E42-80 to no_hw_rfkill
Signed-off-by: dylanchu <[email protected]> Lenovo Zhaoyang E42-80 is another Lenovo model without a hw rfkill switch, resulting in wifi always reported as hard blocked. Add the model to the list of models without rfkill switch.
1 parent b04e217 commit 0f8d768

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/platform/x86/ideapad-laptop.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
11631163
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 920-13IKB"),
11641164
},
11651165
},
1166+
{
1167+
.ident = "Lenovo Zhaoyang E42-80",
1168+
.matches = {
1169+
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
1170+
DMI_MATCH(DMI_PRODUCT_VERSION, "ZHAOYANG E42-80"),
1171+
},
1172+
},
11661173
{}
11671174
};
11681175

0 commit comments

Comments
 (0)