CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2022/11/10 09:20:54
Modified files: sys/dev/fdt : qcpon.c Log message: Apparently we receive interrupts for both powerkey press and release, which isn't quite helpful when it's used to come back from suspend and then the second interrupt initiates powerdown. Ignore press, but handle release. ok kettenis@