summaryrefslogtreecommitdiff
path: root/pm/pm-functions.in
AgeCommit message (Expand)AuthorFilesLines
2010-06-15Change hook run printing to make it not look ugly.Victor Lowther1-1/+3
2010-06-05There are no actual users of chassis_type anymore, get rid of it.Victor Lowther1-6/+0
2010-06-05Make sure that we are root before trying to run dmidecode.Victor Lowther1-1/+1
2010-06-05More comments to the power hooks.Victor Lowther1-0/+6
2010-06-05Autodetect sleep modules by default instead of forcing the kernel one.Victor Lowther1-1/+1
2010-05-31Try falling back to standby suspend of mem is not available.Dylan Smith1-0/+3
2009-12-07Track suspend/hibernate failures and exit accordingly.Victor Lowther1-6/+11
2009-12-05Merge branch 'profiling-support' into native-quirk-dbVictor Lowther1-6/+42
2009-12-05Merge branch 'master' into native-quirk-dbVictor Lowther1-0/+28
2009-12-01Add support for hibernate after suspend.Victor Lowther1-0/+28
2009-11-30Merge branch 'master' into native-quirk-dbVictor Lowther1-6/+0
2009-11-30Some final fixups to make the built-in video quirk database handling work.Victor Lowther1-1/+0
2009-11-30pm-functions.in: Drop $CHASSIS_TYPEMartin Pitt1-6/+0
2009-11-16Extract out the bits that handle translating .fdi files into their ownVictor Lowther1-0/+3
2009-05-06Update places where we check for booleans to use is_setVictor Lowther1-1/+1
2009-02-06Make CHASSIS_TYPE always have Unknown if we cannot determine the chassis type.Victor Lowther1-1/+1
2008-12-15Profile run_hooks as well as each individual hookVictor Lowther1-1/+7
2008-12-15Factor out run_hook to make profiling easierVictor Lowther1-6/+18
2008-12-15Add a profile function wrapper.Victor Lowther1-0/+18
2008-12-14hal-get-porperty runs just fine as a normal userVictor Lowther1-1/+1
2008-09-27Merge branch 'auto-backend'Victor Lowther1-6/+69
2008-09-27Use hal-get-property instead of dmidecode to get the chassis type.Victor Lowther1-2/+2
2008-09-17Impliment module autoloading.Victor Lowther1-6/+9
2008-09-17Always fall back to kernel methods for suspend and hibernate.Victor Lowther1-0/+24
2008-09-17Move the check_ functions to pm-functions.Victor Lowther1-0/+7
2008-09-17Make per-module help and before_hooks methods stackable.Victor Lowther1-1/+30
2008-09-10Fix logging bug that was aborting help after the first hook.Victor Lowther1-1/+1
2008-07-05Make some changes to core functionality to support pm-powersaveVictor Lowther1-21/+14
2008-06-20If suspend has already been inhibited, don't run more hooks.Victor Lowther1-1/+1
2008-06-08Simplify hook exit status testing logic a bit.Victor Lowther1-4/+3
2008-06-06Incorrect comparison to skip non-run hooks when running hooks in reverse.Victor Lowther1-1/+1
2008-06-06Remember to escape > in pm-functions when running hooks too.Victor Lowther1-1/+1
2008-06-01Add initial support for handling hook failureVictor Lowther1-5/+17
2008-05-28Don't quote $PM_CMDLINE when saving initial parameters.Victor Lowther1-1/+1
2008-05-28Make parameter manipulation more robust in the face of programmerVictor Lowther1-3/+3
2008-05-28Fix broken add_parameters functionality.Victor Lowther1-2/+3
2008-05-27Save PM_CMDLINE correctly so that it shows up nicely in the logs.Victor Lowther1-1/+2
2008-05-27Moved parameter saving os that it always happens after we take the lock.Victor Lowther1-6/+4
2008-05-27Fix reversed logic when creating a parameters file.Victor Lowther1-1/+1
2008-05-27Save all parameters into a file instead of one file per param.Victor Lowther1-11/+10
2008-05-27Fixed error resulting in no parameters being saved.Victor Lowther1-1/+3
2008-05-17Remenber to set IFS back to normal before exiting run_quirks.Victor Lowther1-0/+1
2008-05-17arrgh, need to actually export PM_CMDLINE.Victor Lowther1-1/+1
2008-05-17Cleanups to parameter manipulation to make it a bit less evilVictor Lowther1-6/+15
2008-05-16Handle binary video drivers using --quirk-none instead of disable_hookVictor Lowther1-25/+5
2008-05-10pm-functions.in cleanups and minor fixes.Victor Lowther1-6/+15
2008-04-27Fix bug that would cause init_logfile to die if the logfile did not exist.Victor Lowther1-1/+1
2008-03-29Comment fixups in preperation for release.Victor Lowther1-2/+2
2008-03-20Prettify logging a bit more.Victor Lowther1-1/+1
2008-03-20Cleaned up logging of which hooks ran a bit more.Victor Lowther1-2/+8