OBS User unknown 2007-09-11 16:05:29 +00:00 committed by Git OBS Bridge
parent f52731c0cc
commit ec5734c6f2
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 11 11:59:56 CEST 2007 - thoenig@suse.de
- Fix hotkey mask for thinkpad_acpi.modprobe (#308191)
-------------------------------------------------------------------
Wed Aug 8 11:04:56 CEST 2007 - thoenig@suse.de

View File

@ -13,7 +13,7 @@
Name: acpid
URL: http://acpid.sourceforge.net/
Version: 1.0.6
Release: 12
Release: 19
%define acpi_version 0.09
License: GPL v2 or later
Group: System/Daemons
@ -113,6 +113,8 @@ rm -rf %{buildroot}
%ghost %config(noreplace,missingok) %_var/log/acpid
%changelog
* Tue Sep 11 2007 - thoenig@suse.de
- Fix hotkey mask for thinkpad_acpi.modprobe (#308191)
* Wed Aug 08 2007 - thoenig@suse.de
- remove loading of ACPI modules, they are now being loaded
automatically (#216564)

View File

@ -9,4 +9,4 @@
# http://bugzilla.novell.com/
#
options thinkpad_acpi hotkey=enabled,0xffff experimental=1
options thinkpad_acpi hotkey=enabled,0xffffffff experimental=1