CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/15 10:28:29
Modified files:
sys/arch/arm64/arm64: acpi_machdep.c
Log message:
Add support for edge-triggered interrupts in acpi_intr_establish(). So
far we have always passed level-high, but now we can check the irq flags
and pass the device-tree compatible values. This makes my powerbutton
not flood the system with interrupts after a single press.
ok kettenis@
