summaryrefslogtreecommitdiffstats
path: root/system/acpi_call/README
diff options
context:
space:
mode:
author Andrzej Telszewski2016-08-10 00:38:05 +0200
committer Willy Sudiarto Raharjo2016-08-10 00:38:05 +0200
commit5f37ff47b64ad6dc8e18a61fd8f462b99d475d91 (patch)
tree70f5db84851f7bfd3fe373e3a3162fed732e777e /system/acpi_call/README
parentd5957e318fad40768fa1f8d2e1126e88d901267e (diff)
downloadslackbuilds-5f37ff47b64ad6dc8e18a61fd8f462b99d475d91.tar.gz
system/acpi_call: Added (kernel module for calling ACPI methods).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/acpi_call/README')
-rw-r--r--system/acpi_call/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/acpi_call/README b/system/acpi_call/README
new file mode 100644
index 0000000000..0f4fa3a6eb
--- /dev/null
+++ b/system/acpi_call/README
@@ -0,0 +1,8 @@
+Simple kernel module that enables you to call ACPI methods by writing
+the method name followed by arguments to /proc/acpi/call. It allows you
+to tamper with your system and should be used with CAUTION.
+
+To build the package for a kernel different from the running one,
+start the script setting the KERNEL variable as in:
+
+KERNEL=4.4.14 ./acpi_call.SlackBuild