From c3f9eb6fe036dbf2e3ccea2565dcfdef896c802f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Wed, 25 Feb 2004 15:52:40 +0000 Subject: [PATCH] - new options for additional modules loaded with acpi support Changed files: acpid.sysconfig -> 1.4 --- acpid.sysconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/acpid.sysconfig b/acpid.sysconfig index 2b83bbd..baf7051 100644 --- a/acpid.sysconfig +++ b/acpid.sysconfig @@ -9,3 +9,14 @@ PROGRAM_ARGS="" # Run modprobe ospm_system (not present in 2.6 kernels) to allow # smooth system shutdown MODPROBE_OSPM_SYSTEM="yes" + +# These modules are needed on laptops. +#LAPTOP_MODULES="ac battery" + +# Various ACPI modules, usefull on destop system +#VARIOUS_MODULES="fan processor thermal" + +# If you have ASUS or TOSHIBA laptop you can try to uncomment one of this +# options to get additional features provided by acpi in this laptops +#ASUS_LAPTOP="yes" +#TOSHIBA_LAPTOP="yes" -- 2.44.0