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/8h3vr03q871rjdpn5aacmr6h1vsh1vaq-acpi-call-linux-module-1.2.2.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/by1p7bi8i4w53n673alk4q8gkpzs6d1i-acpi-call-linux-module-1.2.2.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/ldla72dscwdw9yjbi4z618z9spb85ac9-acpi-call-linux-module-1.2.2.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/6vz4bydly9hk0jy6y7rb654ay31dcrkd-acpi-call-linux-module-1.2.2.drv | |
powerpc64le-linux | /gnu/store/6923zn8vgh8v25jdl1gk2cdrxy604knk-acpi-call-linux-module-1.2.2.drv | ||
mips64el-linux | /gnu/store/p96jw6fcnyds40cx3h8s9bfs09ybyvia-acpi-call-linux-module-1.2.2.drv | ||
i686-linux | /gnu/store/ss31bcj8jpjmm2k0dwag536j8g06qy1d-acpi-call-linux-module-1.2.2.drv | ||
i586-gnu | /gnu/store/1liqdw6mggim6xcgfk5m8a756mldl5gw-acpi-call-linux-module-1.2.2.drv | ||
armhf-linux | /gnu/store/533svyinz83c706bafbv7ixj00x5m4ax-acpi-call-linux-module-1.2.2.drv | ||
aarch64-linux | /gnu/store/7ay6vb85rjsr2grqw008pdsizb7d6wl9-acpi-call-linux-module-1.2.2.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |