CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2020/02/08 12:08:17

Modified files:
        sys/dev/acpi   : acpivideo.c acpivout.c 

Log message:
On the Lenovo X395 acpivout(4) does not attach since there is
no _BQC method.  But we need it to attach, since it provides
the events for the brightness keys.  Thus, make acpivout(4)
attach enough to register the event handler, but return early
so that it doesn't register itself as ws_[gs]et_param.

ok kettenis@

Reply via email to