SOURCES: acpid.init - added support for IBM laptops

tommat tommat at pld-linux.org
Thu Oct 27 11:15:20 CEST 2005


Author: tommat                       Date: Thu Oct 27 09:15:20 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added support for IBM laptops

---- Files affected:
SOURCES:
   acpid.init (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SOURCES/acpid.init
diff -u SOURCES/acpid.init:1.18 SOURCES/acpid.init:1.19
--- SOURCES/acpid.init:1.18	Tue May 18 23:04:19 2004
+++ SOURCES/acpid.init	Thu Oct 27 11:15:15 2005
@@ -49,6 +49,8 @@
 			_modprobe asus_acpi
 		elif is_yes "$TOSHIBA_LAPTOP"; then
 			_modprobe toshiba_acpi
+		elif is_yes "$IBM_LAPTOP"; then
+			_modprobe ibm_acpi
 		fi
 		# starting:
 		msg_starting acpid $PROGRAM_ARGS
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/acpid.init?r1=1.18&r2=1.19&f=u




More information about the pld-cvs-commit mailing list