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 615279d commit 8743d66Copy full SHA for 8743d66
drivers/gpio/gpiolib-acpi.c
@@ -1689,6 +1689,20 @@ static const struct dmi_system_id gpiolib_acpi_quirks[] __initconst = {
1689
.ignore_wake = "PNP0C50:00@8",
1690
},
1691
1692
+ {
1693
+ /*
1694
+ * Spurious wakeups from GPIO 11
1695
+ * Found in BIOS 1.04
1696
+ * https://gitlab.freedesktop.org/drm/amd/-/issues/3954
1697
+ */
1698
+ .matches = {
1699
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
1700
+ DMI_MATCH(DMI_PRODUCT_FAMILY, "Acer Nitro V 14"),
1701
+ },
1702
+ .driver_data = &(struct acpi_gpiolib_dmi_quirk) {
1703
+ .ignore_interrupt = "AMDI0030:00@11",
1704
1705
1706
{} /* Terminating entry */
1707
};
1708
0 commit comments