CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2019/07/22 08:37:06
Modified files: sys/dev/acpi : dwiic_acpi.c sys/dev/i2c : i2cvar.h ihidev.c ihidev.h Log message: Even when polling is requested, install ihidev's interrupt handler If an interrupt is received, turn off polling and rely on interrupts. This may happen after S3 resume. Also properly shut down polling during suspend and start it up again on resume only after dwiic is back in action.