Add a userspace ACPI driver.
This adds a new driver, called acpid
, which provides the scheme acpi:
implementing the same functionality that the previous kernel ACPI scheme did. Therefore, no change is required in pcid
.
Shutdown is now also handled by acpid
, which occurs when it gets an EVENT_READ
event from the shutdown pipe at kernel/acpi:kstop
.
Edited by Jacob Lorentzon