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/km9s3alwa5cnwi5mks9442l6c16alkw7-acpi-call-linux-module-3.17.drv | ||
mips64el-linux | /gnu/store/8kbchyrkbbrkixayfk6xr9186fjqggv6-acpi-call-linux-module-3.17.drv | ||
i686-linux | /gnu/store/dm5d2y30j8jxdsywcn2hm3pn54y3pzwb-acpi-call-linux-module-3.17.drv | ||
armhf-linux | /gnu/store/04mwdx6dk1j6a4n5sf5czl4d4fnh1wv6-acpi-call-linux-module-3.17.drv | ||
aarch64-linux | /gnu/store/y1gdzdpf4z3x6h5c3j1l9lm82ww155y6-acpi-call-linux-module-3.17.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |