CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/08/30 04:11:34
Modified files: sys/dev/acpi : acpi.c Log message: Move softbutton check before the check that skips attaching certain acpi devices. Fixes regression caused by matching on _CID in addition to matching on _HID. ok matthieu@, mlarkin@