Changelog for
laptop-mode-tools-1.62-7.1.noarch.rpm :
Thu May 22 14:00:00 2014 lchiquittoAATTsuse.de
- laptop-mode-1.62-blacklist-usbhid.patch: renamed for consistency
from blacklist_usbhid.patch
Thu May 22 14:00:00 2014 lchiquittoAATTsuse.de
- laptop-mode-1.62-skip-directories.patch: do not try to read dirs
inside /etc/laptop-mode/conf.d as if they were regular files
(bnc#879481)
Fri Apr 11 14:00:00 2014 oneukumAATTsuse.com
- remove the pm-utils hook and dependency on pm-utils
Fri Apr 11 14:00:00 2014 oneukumAATTsuse.com
- blacklist_usbhid.patch: blacklist the usbhid module for laptop mode
(bnc#872927)
Sun Aug 11 14:00:00 2013 seife+obsAATTb1-systems.com
- own all directories in /usr/lib/pm-utils/
* to prevent build
failure in case the pm-utils packaging changes again
Fri Mar 8 13:00:00 2013 rmilasanAATTsuse.com
- laptop-mode-1.62-customize-installation-of-udev-systemd-files.patch:
introduce $LIB_D in install.sh so we can customize the installation
of systemd/udev files.
- drop laptop-mode-1.60-local-can-only-be-used-in-a-function.patch:
not need it anymore as 1.62 version has the fix.
Mon Feb 4 13:00:00 2013 wstephensonAATTsuse.com
- update to 1.62:
* Add systemd support
* Be specific on what file systems we want to handle. Given the
wide range of file systems Linux has, we don\'t want to consider
them all as not all of them fall under the power saving scenarios.
* Factor out some common code
* Do not touch autonegotiation settings. Fiddling with
auto-negotiation settings can cause more problems and the
standards expect them to be always on
* Trim mount point display
* Organize state/STATE tracking so that we get actual results.
* cleaner output when asking status.
* Append to stdout/stderr to avoid truncating file logs
* Fix spec file for RPM syntax
- fix some rpmlint warnings
Wed Jul 25 14:00:00 2012 rmilasanAATTsuse.com
- Local variables can only be used in a function.
add: laptop-mode-1.60-local-can-only-be-used-in-a-function.patch
Fri Apr 13 14:00:00 2012 rmilasanAATTsuse.com
- update to 1.60:
* Check for block device\'s existence. Thanks to Simon Que.
* Add suspend/resume helper tools: pm-helper, pm-suspend, pm-hibernate.
* What laptop-mode-tools is stopped from init, also kill polling daemon.
* Reliable and much better locking mechanics.
* Make polling dameon lock safe.
* Make lmt-udev distro neutral. Thanks to Simon Que.
* Change Intel HDA Audio\'s default power save timeout to 2 seconds.
Thu Sep 15 14:00:00 2011 hmachtAATTsuse.de
- update to 1.59 (excerpt):
- add support for kernel 3.x (this makes
laptop-mode-tools-1.57-kernel3.0.patch superfluous)
- add USB auto-suspend whitelist
- Check for files instead of kernel version numbers
- Enable new in-kernel polling mechanism for block devices
(Debian BTS: #617705, #574867)
- Add new module nmi-watchdog to handle NMI Watchdog related power
savings. Thanks to Quentin Denis for the report
- More minor fixes...
Wed Jul 20 14:00:00 2011 ajAATTsuse.de
- Support kernel 3.0
- Remove dependency on haldaemon since hal is an optional
requirement, the package can work without it just fine.
- Update to 1.57:
* many fixes
* support for newer kernels
* Add a new \"exec-commands\" module
* Updated manpages
Tue Dec 7 13:00:00 2010 cooloAATTnovell.com
- prereq init script haldaemon
Thu Feb 25 13:00:00 2010 roAATTsuse.de
- drop laptop-mode-1.49-moblin-disable-control-hd-powermgmt.patch
again which was just changin a setting from another patch
(laptop-mode-1.49_conf.diff).
upstream has CONTROL_HD_POWERMGMT=\"auto\" now
- update to 1.53
* Add global enable/disable switch for laptop-mode-tools
* Add scheduler power saving module for SMT processors. Thanks to John
Reilly.
* Add a new \"Auto Modules\" mode which enables all modules whitelisted as
auto with a single configuration setting, ENABLE_AUTO_MODULES.
* Add LM/NOLM option for Intel SATA Power Management
* Do a check before trying to write to the SuperHE Control File
- update to 1.52
* Initialize DEBUG to 0 by default. THanks to Matthijs Kooijman for pointing
it out.
* Add an option to completely disable ethernet devices when on battery.
* Introduce hooks to enable debug mode for individual modules
* Use iwconfig to determine device type for iwlwifi devices also
* Collect the correct exit code for iwconfig execution.
* Use iwconfig in wireless-iwl-power. Thanks to Darren Hoo for spotting it
* Handle spaces in mount point names. Thanks to Louis Simard for the patch
* Clarify about Global Debug mode and Module Specific Debug mode.
* Fix incorrect variable reference in video-out module. Thanks to Hans Werner
for noticing that.
- update to 1.51
* Add option to blacklist usb devices by their device id.
Thanks to ichAATTphuk.ath.cx for the patch
* Trigger timer change for power mgmt by doing a device open/close
The open/close operation can fail if the audio device is busy.
Since this failure is non-fatal (worst case is that the timer changes
don\'t get activated), we don\'t bother if it was successful or not.
* Add support for EeePC FSB Control. Thanks to James Rayner
* Update iwlwifi power modes. Thanks to Clemens Buchacher
See Debian BTS: #540639
* Use the standard pm-hibernate script from pm-utils for hibernation
See Debian BTS: #541447
* Check if wireless device is disabled before attempting to power configure it
Thanks to Clemens Buchacher. See Debian BTS: #541997
* On speed change, an ethernet device can lose connectivity. Document that in
the config file
- update to 1.50
* Ship pm-utils hooks in /usr/lib/ and not in /etc/pm/
Distributions will always want to have customized settings in /etc
and default upstream settings in /usr/lib. See LP: #384875
* Fix incorrect explanation of Intel HDA Power Savings. See Debian
BTS: #532733
* Don\'t clutter screen with print messages.
* Add patch from Mulyadi Santosa that adds ability to lm-profiler to show
read/write frequency of each collected program. Thank you.
* Enhance usb-autosuspend module to be executed under conditions. Also explain
the weirdness of broken usb drivers. Fixes Debian Bug #535051
* Do the test comparision of integeres using string operators. Fixes Debian
Bug #535650
* Run pidof with the -x Script Mode switch. Thanks Matthijs Kooijman
* Disconnect descriptors when backgrounding a script. Thanks Matthijs Kooijman
* Add option to run in shell debug mode
* Add a spec file to generate an RPM package
Fri Dec 4 13:00:00 2009 jleeAATTnovell.com
- Add laptop-mode-1.49-moblin-enable-intel-hda-powersave.patch for
enable audio power saving even using ac-power.
Thu Nov 19 13:00:00 2009 jleeAATTnovell.com
- Add laptop-mode-1.49-moblin-disable-control-hd-powermgmt.patch to
disable the APM level setup to harddrive. (bug #545681)
Mon Oct 5 14:00:00 2009 seifeAATTopensuse.org
- fix/workaround laptop-mode-tools causing garbage in the pm-utils
suspend / hibernate logfile
Fri Jun 26 14:00:00 2009 seifeAATTsuse.de
- update to 1.49. Notable changes:
- use syslog
- better diagnostic messages
- most of the other changes are unused in this package, see the
changelog for more information
- adjust dirty_ratio defaults to new kernel\'s defaults