Linux kernel module to perform ACPI method calls
This simple Linux kernel module allows calls from user space to any ACPI method provided by your computer's firmware, by writing to /proc/acpi/call
. You can pass any number of parameters of types ACPI_INTEGER
, ACPI_STRING
, and ACPI_BUFFER
.
It grants direct and undocumented access to your hardware that may cause damage and should be used with caution, especially on untested models.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/189v16c7x8zylwwrhbjqdd619s06f9cy-acpi-call-linux-module-3.17.drv | ||
i686-linux | /gnu/store/mdw3yk2xdn4wgqyzlmdlfad3024bwjyq-acpi-call-linux-module-3.17.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |