This commit is contained in:
parent
29546fce61
commit
c1aa4646b7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 12:51:04 CEST 2007 - hmacht@suse.de
|
||||
|
||||
- add modules dock and bay to probed laptop modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 14:28:57 CEST 2007 - rguenther@suse.de
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
Name: acpid
|
||||
URL: http://acpid.sourceforge.net/
|
||||
Version: 1.0.4
|
||||
Release: 63
|
||||
Release: 65
|
||||
%define acpi_version 0.09
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Daemons
|
||||
@ -116,6 +116,8 @@ rm -f -- var/lib/acpi/*
|
||||
%dir %attr(0750, root, root) /var/lib/acpi
|
||||
|
||||
%changelog
|
||||
* Tue Apr 10 2007 - hmacht@suse.de
|
||||
- add modules dock and bay to probed laptop modules
|
||||
* Thu Mar 29 2007 - rguenther@suse.de
|
||||
- add /etc/modprobe.d directory
|
||||
* Fri Nov 17 2006 - hmacht@suse.de
|
||||
|
2
rcacpid
2
rcacpid
@ -68,7 +68,7 @@ rc_reset
|
||||
|
||||
ACPI_MODULES=""
|
||||
DEFAULT_ACPI_MODULES="ac battery button fan processor thermal"
|
||||
ACPI_LAPTOP_MODULES_PROBE="asus_acpi ibm_acpi toshiba_acpi sony_acpi pcc_acpi"
|
||||
ACPI_LAPTOP_MODULES_PROBE="asus_acpi ibm_acpi toshiba_acpi sony_acpi pcc_acpi dock bay"
|
||||
ACPI_LAPTOP_MODULES_FILE="/var/lib/acpi/laptop_modules"
|
||||
|
||||
ARCH=`uname -i`
|
||||
|
Loading…
Reference in New Issue
Block a user