OBS User unknown 2007-04-12 15:00:02 +00:00 committed by Git OBS Bridge
parent 29546fce61
commit c1aa4646b7
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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`