提交 ae7c8cba 编写于 作者: J Jiaxun Yang 提交者: Darren Hart (VMware)

platform/x86: ideapad-laptop: add lenovo RESCUER R720-15IKBN to no_hw_rfkill_list

This model does not have a hardware rfkill switch, add it to the
no_hw_rfkill_list to prevent the radio always being blocked.
Reported-by: NRoger Jargoyhen <rjargoyhen@gmail.com>
Signed-off-by: NJiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: NDarren Hart (VMware) <dvhart@infradead.org>
上级 f1395edb
...@@ -963,6 +963,13 @@ static void ideapad_wmi_notify(u32 value, void *context) ...@@ -963,6 +963,13 @@ static void ideapad_wmi_notify(u32 value, void *context)
* report all radios as hardware-blocked. * report all radios as hardware-blocked.
*/ */
static const struct dmi_system_id no_hw_rfkill_list[] = { static const struct dmi_system_id no_hw_rfkill_list[] = {
{
.ident = "Lenovo RESCUER R720-15IKBN",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_MATCH(DMI_BOARD_NAME, "80WW"),
},
},
{ {
.ident = "Lenovo G40-30", .ident = "Lenovo G40-30",
.matches = { .matches = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册