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.
2 parents 2f43f60 + a69982c commit b8b3b0bCopy full SHA for b8b3b0b
drivers/gpio/gpiolib-acpi.c
@@ -1637,6 +1637,18 @@ static const struct dmi_system_id gpiolib_acpi_quirks[] __initconst = {
1637
.ignore_wake = "ELAN0415:00@9",
1638
},
1639
1640
+ {
1641
+ /*
1642
+ * Spurious wakeups from TP_ATTN# pin
1643
+ * Found in BIOS 1.7.7
1644
+ */
1645
+ .matches = {
1646
+ DMI_MATCH(DMI_BOARD_NAME, "NH5xAx"),
1647
+ },
1648
+ .driver_data = &(struct acpi_gpiolib_dmi_quirk) {
1649
+ .ignore_wake = "SYNA1202:00@16",
1650
1651
1652
{} /* Terminating entry */
1653
};
1654
drivers/gpio/gpiolib-acpi.h
@@ -14,7 +14,6 @@
14
15
#include <linux/gpio/consumer.h>
16
17
-struct acpi_device;
18
struct device;
19
struct fwnode_handle;
20
0 commit comments