Skip to content

Commit 3712ce9

Browse files
antheasandy-shev
authored andcommitted
gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-05
Same issue as G1619-04 in commit 805c74e ("gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04"), Strix Point lineup uses 05. Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev> Reviewed-by: Mika Westerberg <westeri@kernel.org> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent 16c0734 commit 3712ce9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

drivers/gpio/gpiolib-acpi-quirks.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,18 @@ static const struct dmi_system_id gpiolib_acpi_quirks[] __initconst = {
317317
.ignore_wake = "PNP0C50:00@8",
318318
},
319319
},
320+
{
321+
/*
322+
* Same as G1619-04. New model.
323+
*/
324+
.matches = {
325+
DMI_MATCH(DMI_SYS_VENDOR, "GPD"),
326+
DMI_MATCH(DMI_PRODUCT_NAME, "G1619-05"),
327+
},
328+
.driver_data = &(struct acpi_gpiolib_dmi_quirk) {
329+
.ignore_wake = "PNP0C50:00@8",
330+
},
331+
},
320332
{
321333
/*
322334
* Spurious wakeups from GPIO 11

0 commit comments

Comments
 (0)