|
@@ -963,6 +963,13 @@ static void ideapad_wmi_notify(u32 value, void *context)
|
|
|
* report all radios as hardware-blocked.
|
|
|
*/
|
|
|
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",
|
|
|
.matches = {
|