|
@@ -933,6 +933,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 900"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Lenovo Yoga 900",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
|
|
|
+ DMI_MATCH(DMI_BOARD_NAME, "VIUU4"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "Lenovo YOGA 910-13IKB",
|
|
|
.matches = {
|