[ACPI] Add code to retrieve packet type data from ACPI methods. This will enable...
authorEric Kohl <eric.kohl@reactos.org>
Wed, 2 Jan 2019 22:29:12 +0000 (23:29 +0100)
committerEric Kohl <eric.kohl@reactos.org>
Wed, 2 Jan 2019 22:29:12 +0000 (23:29 +0100)
commit60f018aea6226390a09c6cfb327cb340b1c18169
tree8d2d101c3ea3a127c0b7059538d7d1c6e244d06b
parent9d0eb9b7b85a5fb7b26065a46600fe5edc4dbdab
[ACPI] Add code to retrieve packet type data from ACPI methods. This will enable the cmbatt driver to retrieve _BIF (battery information) or _BST (battery status) data. Also fix the buffer size calculation for integer and string data.
drivers/bus/acpi/eval.c