|
@@ -899,6 +899,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 3"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Lenovo Yoga 700",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 700"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "Lenovo Yoga 900",
|
|
|
.matches = {
|