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/9rxbsy3kq63836kwj63ipc30y185s3pn-acpi-call-linux-module-1.2.1.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/80b5rv2m4q8bcdsnnrx8aiw6psk19x0m-acpi-call-linux-module-1.2.1.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/gi4g9wcg7vdxs6730r06pnhd6lis9pn3-acpi-call-linux-module-1.2.1.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/ln604ja19kmkv19lxj9hr94sbgw74j70-acpi-call-linux-module-1.2.1.drv | |
powerpc64le-linux | /gnu/store/kw9hnvqvkvkkymygjggs3blig4sjc71k-acpi-call-linux-module-1.2.1.drv | ||
mips64el-linux | /gnu/store/j6v7ap6wllss123ff83l8fq0lylbmvd3-acpi-call-linux-module-1.2.1.drv | ||
i686-linux | /gnu/store/00062r74ka6066akij2clljyj6bfi0ap-acpi-call-linux-module-1.2.1.drv | ||
i586-gnu | /gnu/store/blpzjglynm5d1lyz1fbqjhl7j86qbg8q-acpi-call-linux-module-1.2.1.drv | ||
armhf-linux | /gnu/store/qzkyxpqhwlrylafqnm3bzjniar72ms4g-acpi-call-linux-module-1.2.1.drv | ||
aarch64-linux | /gnu/store/xlln75n0rab1hn2whadg6my4s8mgsgsi-acpi-call-linux-module-1.2.1.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |