We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565d454 commit ad3e8daCopy full SHA for ad3e8da
drivers/iommu/amd_iommu_quirks.c
@@ -73,6 +73,19 @@ static const struct dmi_system_id ivrs_quirks[] __initconst = {
73
},
74
.driver_data = (void *)&ivrs_ioapic_quirks[DELL_LATITUDE_5495],
75
76
+ {
77
+ /*
78
+ * Acer Aspire A315-41 requires the very same workaround as
79
+ * Dell Latitude 5495
80
+ */
81
+ .callback = ivrs_ioapic_quirk_cb,
82
+ .ident = "Acer Aspire A315-41",
83
+ .matches = {
84
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
85
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire A315-41"),
86
+ },
87
+ .driver_data = (void *)&ivrs_ioapic_quirks[DELL_LATITUDE_5495],
88
89
{
90
.callback = ivrs_ioapic_quirk_cb,
91
.ident = "Lenovo ideapad 330S-15ARR",
0 commit comments