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/qm8khswv1f5j5b1a64acv919kviiys44-acpi-call-linux-module-1.2.1.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/bpnscipq9w59qvgp1b5fs62w8nn4xk8h-acpi-call-linux-module-1.2.1.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/2wvj87y4gvai80jaimf7c7q6jzks0xfs-acpi-call-linux-module-1.2.1.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/2lvv06r9f817iyr7rw5k56r9igfj1rpz-acpi-call-linux-module-1.2.1.drv | |
powerpc64le-linux | /gnu/store/vdpf054wzb060hgkihal5k5wbll4b5dj-acpi-call-linux-module-1.2.1.drv | ||
mips64el-linux | /gnu/store/a9f5l0a7gfn1fmnp5kgljzmmrcqkfpig-acpi-call-linux-module-1.2.1.drv | ||
i686-linux | /gnu/store/ddizixcsi7s331ca8gfr7z8pj8x30rwi-acpi-call-linux-module-1.2.1.drv | ||
i586-gnu | /gnu/store/7s45rgh6qzxvzwc9k53g6j26kmh58853-acpi-call-linux-module-1.2.1.drv | ||
armhf-linux | /gnu/store/0v54527zw1gr0ia8q5nddss532bkcx04-acpi-call-linux-module-1.2.1.drv | ||
aarch64-linux | /gnu/store/bbnvpmsdp2r316ibv3virj26s8h8lifh-acpi-call-linux-module-1.2.1.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |