Loading drivers/acpi/blacklist.c +16 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,22 @@ static struct dmi_system_id acpi_rev_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9343"), }, }, { .callback = dmi_enable_rev_override, .ident = "DELL Precision 5520", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), DMI_MATCH(DMI_PRODUCT_NAME, "Precision 5520"), }, }, { .callback = dmi_enable_rev_override, .ident = "DELL Precision 3520", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), DMI_MATCH(DMI_PRODUCT_NAME, "Precision 3520"), }, }, #endif {} }; Loading Loading
drivers/acpi/blacklist.c +16 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,22 @@ static struct dmi_system_id acpi_rev_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9343"), }, }, { .callback = dmi_enable_rev_override, .ident = "DELL Precision 5520", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), DMI_MATCH(DMI_PRODUCT_NAME, "Precision 5520"), }, }, { .callback = dmi_enable_rev_override, .ident = "DELL Precision 3520", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), DMI_MATCH(DMI_PRODUCT_NAME, "Precision 3520"), }, }, #endif {} }; Loading