CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/11/21 07:39:23
Modified files: sys/arch/arm64/dev: aplhidev.c Log message: Wait for a reply to the command that switches the touchpad into raw mode. If we don't do this, the SMC appears to crash on machines with firmware from macOS 12.6.1. Insert a small delay of 1ms after sending the command as polling for the reply too soon makes the command fail. ok tobhe@