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 6613476 commit 805c74eCopy full SHA for 805c74e
drivers/gpio/gpiolib-acpi.c
@@ -1651,6 +1651,20 @@ static const struct dmi_system_id gpiolib_acpi_quirks[] __initconst = {
1651
.ignore_interrupt = "INT33FC:00@3",
1652
},
1653
1654
+ {
1655
+ /*
1656
+ * Spurious wakeups from TP_ATTN# pin
1657
+ * Found in BIOS 0.35
1658
+ * https://gitlab.freedesktop.org/drm/amd/-/issues/3073
1659
+ */
1660
+ .matches = {
1661
+ DMI_MATCH(DMI_SYS_VENDOR, "GPD"),
1662
+ DMI_MATCH(DMI_PRODUCT_NAME, "G1619-04"),
1663
+ },
1664
+ .driver_data = &(struct acpi_gpiolib_dmi_quirk) {
1665
+ .ignore_wake = "PNP0C50:00@8",
1666
1667
1668
{} /* Terminating entry */
1669
};
1670
0 commit comments