Move softbutton check before the check that skips attaching certain acpi
authorkettenis <kettenis@openbsd.org>
Thu, 30 Aug 2018 10:11:34 +0000 (10:11 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 30 Aug 2018 10:11:34 +0000 (10:11 +0000)
commit6605610587d459c5836dcb1cbb325f3212cf8f17
treec78d3bfc06ae701294377e41dbacf992d73e058d
parenteeb55f7318fbf96a2af18ca2a18b274892276c64
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@
sys/dev/acpi/acpi.c