summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-17wrong path in intel-audio-powersave (and a small bug)pm-utils-1.4Florian Kriener1-2/+2
Package: pm-utils Version: 1.4.1-2 Severity: normal Tags: patch
2010-07-05Small man page typo fixMichael Biebl1-1/+1
2010-07-04Bump version to 1.4.1pm-utils-1.4.1Victor Lowther1-1/+1
2010-07-04Do not automagically rely on xmlto, include a configure option instead.Tomáš Chvátal1-20/+20
Thanks, Tomáš!
2010-06-22Make on_ac_power check sysfs directly.Victor Lowther1-32/+11
This avoids us depending on power managers that depend on us.
2010-06-19Update configure.ac to 1.4.0pm-utils-1.4.0Victor Lowther1-1/+1
2010-06-19Oops, stop worrying about disabling wake on lan for wireless.Victor Lowther1-1/+1
2010-06-19Merge remote branch 'UPSTREAM/pm-utils-1.4' into pm-utils-1.4Victor Lowther2-13/+15
2010-06-19Fix stupid error in sata_alpmVictor Lowther1-1/+1
2010-06-18Use flock for more robust lock file handlingMichael Biebl2-13/+15
Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568565
2010-06-18Various small man page updates and fixesMichael Biebl3-24/+24
2010-06-15Bump to pm-utils-1.4.0-rc2pm-utils-1.4.0-rc2Victor Lowther1-1/+1
2010-06-15Added informative messages to some of the sleep hooks.Victor Lowther4-12/+35
2010-06-15Make powersave hooks a little more verbose.Victor Lowther8-12/+31
2010-06-15Change hook run printing to make it not look ugly.Victor Lowther1-1/+3
Hooks can print things too.
2010-06-15Fix some thinkos introduced by the wireless hooks changes.Victor Lowther1-5/+16
Among other things, we were not actually enabling power management for wireless adaptors. We are now.
2010-06-14Oops, missed some Makefile.am updates.Victor Lowther2-3/+4
2010-06-14Add a hook to disable polling optical media while on battery.Victor Lowther1-0/+49
2010-06-14import-fdi-quirkdb was only ever a temporary hack.Victor Lowther1-150/+0
Now that we handle the quirk database, it goes byebye.
2010-06-14Fix a typo in README.distributions.Victor Lowther1-1/+1
2010-06-14Update README.debugging.Victor Lowther1-2/+5
2010-06-14Update TODO fileVictor Lowther1-8/+0
2010-06-12Update NEWS.pm-utils-1.4.0-rc1Victor Lowther1-0/+20
2010-06-12The power management stuff deserves its own branch.Victor Lowther1-1/+1
2010-06-12Update git tree packaging to conflict with laptop-mode-toolsVictor Lowther3-1/+3
The new powermanagement scripts conflict with laptop-mode-tools. Make sure both are not installed at the same time.
2010-06-12Add more specificity to the wireless hook.Victor Lowther1-15/+52
Explicity handle Intel wireless cards according to their unique requirements. If only iwconfig power on/off did The Right Thing on all the cards.
2010-06-11Update provides= line in PKGBUILD to privide version 9999Victor Lowther1-1/+1
2010-06-09Fix paths for sched_powersave scriptChase Douglas1-2/+2
The paths had a leading stray '$' and the hyperthreading path was incorrect. Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
2010-06-09Fix audio powersave script to look for snd_* modulesChase Douglas1-2/+2
Without this change the snd_hda_intel module is skipped. Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
2010-06-09Refuse to change sata link pm states on kernels < 2.6.33Victor Lowther1-0/+4
Kernels earlier then 2.6.33 have a bug that can cause filesystem corruption due to the upper layers aborting a transaction instead of retrying it if the sata link glitches out momentarily during a power state transition.
2010-06-05Oops, forgot to add service script into the ight Makefile.am.Victor Lowther1-1/+1
2010-06-05There are no actual users of chassis_type anymore, get rid of it.Victor Lowther1-6/+0
2010-06-05Add help functionality to pm-powersaveVictor Lowther2-21/+38
2010-06-05Update Makefile.am to include new hooks.Victor Lowther1-1/+4
2010-06-05Update help text for powersave hooks that display help.Victor Lowther6-34/+59
2010-06-05Add wakeonlan and pcie aspm powersave hooks.Victor Lowther2-0/+37
2010-06-05Add support for ext4 filesystems in journal_commit.Victor Lowther2-1/+3
Also force pm-utils to disable powersaving features across a suspend/resume.
2010-06-05Add sata_alpm control hook.Victor Lowther1-0/+31
2010-06-05Add help and configurability to most of the powersave hooks.Victor Lowther7-32/+228
2010-06-05Added powersave hook to change journal commit intervalVictor Lowther2-1/+40
2010-06-05Make sure that we are root before trying to run dmidecode.Victor Lowther1-1/+1
2010-06-05Make laptop-mode, readahead, and xfs_buffer only applyVictor Lowther3-3/+4
when we are running on something that looks like a laptop. "looks like a laptop" = dmidecode says that chassis type is Portable.
2010-06-05More comments to the power hooks.Victor Lowther4-1/+16
Also added an environment variable that will (hopefully) tell us what type of system we have.
2010-06-05Added comments to intel-audio-powersave and wirelessVictor Lowther2-0/+11
2010-06-05Rewrote the sched-powersave hook to eliminate redundancy.Victor Lowther1-21/+18
2010-06-05Power management for a couple of other subsystemsVictor Lowther3-1/+42
2010-06-05Added some explanatory comments to the power hooks.Victor Lowther3-0/+9
2010-06-05Richard raised concerns about hard drive spindown.Victor Lowther2-5/+6
So the harddrive hook no longer tries to spin the drive down pending some sort of consensus on the right thing to do to make the hard drive save power. In the mean time, though, just flat-out disable write caching on the hard drive. I know that there are barriers and flushes that the ATA layer uses to ensure that data really is written to the disk, but hard drive cache isn't battery backed.
2010-06-05Added basic laptop mode support to power.dVictor Lowther5-1/+103
2010-06-05Add PKGBUILD for rudimentary Arch Linux supportVictor Lowther2-0/+28