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/1v0132pvzfs5s541x31z1ngs76611c0z-acpi-call-linux-module-1.2.1.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/8g47j5x0mzj04h8ab3a78yvqjpfh5ghm-acpi-call-linux-module-1.2.1.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/1g86sw437sl02m3q57nbhd4mfj26y1xg-acpi-call-linux-module-1.2.1.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/45i9kd7awvblzqxl1x64vgwx63dlwcni-acpi-call-linux-module-1.2.1.drv | |
powerpc64le-linux | /gnu/store/bhqdr0habcrskv88fq2zqkkm6bf1vgrz-acpi-call-linux-module-1.2.1.drv | ||
mips64el-linux | /gnu/store/48wy1hm4g25ng0dvgk5qwr567mzjgw8n-acpi-call-linux-module-1.2.1.drv | ||
i686-linux | /gnu/store/rmvn38pzr6nlwdsyrjlxnbhas4b8zys9-acpi-call-linux-module-1.2.1.drv | ||
i586-gnu | /gnu/store/ya7i3ybr519gcaqn63khlrscxrw8vbc1-acpi-call-linux-module-1.2.1.drv | ||
armhf-linux | /gnu/store/p6ln31an5sh22m3y9p4ifhrpfj4wdnd8-acpi-call-linux-module-1.2.1.drv | ||
aarch64-linux | /gnu/store/n6dc4f9f104qw8swl5sr6pv7j2i7ca65-acpi-call-linux-module-1.2.1.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |