genode/repos/libports/recipes/pkg/acpica/runtime
Alexander Boettcher 00ac4afb9f acpica: make battery report working for thinkpads
tested on T460p, X201, T470p

by periodically checking and reporting.

Issue #4631
2022-11-17 08:00:33 +01:00

22 lines
362 B
Plaintext

<runtime ram="6M" caps="200" binary="acpica">
<requires>
<io_mem/>
<io_port/>
<irq/>
<platform/>
<rom label="platform_info"/>
<rom label="system"/>
<report/>
<timer/>
</requires>
<content>
<rom label="ld.lib.so"/>
<rom label="acpica"/>
</content>
<config reset="yes" poweroff="yes" report="yes" report_period_ms="20000"/>
</runtime>