Skip to content

Commit 34f0b6e

Browse files
tributdvhart
authored andcommitted
platform/x86: ideapad-laptop: Add S130-14IGM to no_hw_rfkill list
Lenovo Ideapad S130-14IGM does not have a hardware radio switch. Add it to no_hw_rfkill to enable wireless connections. Signed-off-by: Felix Eckhofer <felix@eckhofer.com> Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
1 parent 3ba2932 commit 34f0b6e

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
@@ -1104,6 +1104,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
11041104
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 530S-14ARR"),
11051105
},
11061106
},
1107+
{
1108+
.ident = "Lenovo ideapad S130-14IGM",
1109+
.matches = {
1110+
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
1111+
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad S130-14IGM"),
1112+
},
1113+
},
11071114
{
11081115
.ident = "Lenovo ideapad Y700-14ISK",
11091116
.matches = {

0 commit comments

Comments
 (0)