On 28. 09. 22, 10:31, Jiri Slaby wrote:
Something like the attached. It's: 1) untested yet 2) contains more debug messaging3) contains both cases for ACPI_ACTIVE_* as I don't know the original polarity
Now, I have DSDT which says for both of them: IRQ (Level, ActiveLow, ExclusiveAndWake, ) So the patch should actually have:{ lenovo_laptop, 6, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, true }, { lenovo_laptop, 10, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, true },
thanks, -- js