summaryrefslogtreecommitdiff
path: root/pm
AgeCommit message (Expand)AuthorFilesLines
2008-10-05Always reset acpi video flags in 99video on resumeVictor Lowther1-0/+2
2008-10-05Numbers are also valid in quirks from lshal.Victor Lowther1-1/+1
2008-10-05Fix incomplete renaming of _METHOD to _MODULEVictor Lowther2-8/+8
2008-10-05Fix stupid thinko in has_parameterVictor Lowther1-1/+1
2008-10-04Do not save generated .fdi in /tmpVictor Lowther1-2/+2
2008-10-03Merge branch 'auto-quirks'Victor Lowther1-1/+1
2008-09-27Fixed typo in 00auto-quirkVictor Lowther1-1/+1
2008-09-27Merge branch 'auto-quirks'Victor Lowther4-4/+135
2008-09-27Merge branch 'auto-backend'Victor Lowther4-119/+138
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 Lowther2-22/+26
2008-09-17Move the check_ functions to pm-functions.Victor Lowther4-110/+90
2008-09-17Make per-module help and before_hooks methods stackable.Victor Lowther2-6/+38
2008-09-13Merge branch 'auto-quirks'Victor Lowther2-0/+89
2008-09-13Merge branch 'handle-pci-save'Victor Lowther2-4/+46
2008-09-10Make 00auto-quirk fail gracefully if HAL is not there.Victor Lowther1-2/+7
2008-09-10Use has_parameter instead of manually looping over parameters.Victor Lowther1-8/+4
2008-09-10Merge branch 'master' into auto-quirksVictor Lowther2-1/+10
2008-09-10Add a little helper function to test for a single parameter.Victor Lowther1-0/+9
2008-09-10Added support for saving quirks to a .fdi fileVictor Lowther1-0/+47
2008-09-10Describe DWIM functionality in auto-quirk help.Victor Lowther1-1/+2
2008-09-10Fix logging bug that was aborting help after the first hook.Victor Lowther1-1/+1
2008-09-09When pm-action is invoked without any parameters, grab them from HALVictor Lowther1-0/+4
2008-09-09Add help to 00auto-quirkVictor Lowther1-1/+10
2008-09-09Automagically grab quirks from HALVictor Lowther2-0/+27
2008-09-09Updated 98smart-kernel-video to be aware of new quirksVictor Lowther1-3/+9
2008-09-09Added support for the nofb and pci_save HAL quirks.Victor Lowther1-1/+37
2008-07-23Also missed a ;;Victor Lowther1-2/+2
2008-07-23Missed a close braceVictor Lowther1-0/+1
2008-07-23Merge branch 'pm-utils-1.1' into pm-utils-1.2Victor Lowther1-12/+59
2008-07-21Greatly expanded the 98smart-kernel-video hook.Victor Lowther1-12/+59
2008-07-10Merge branch 'two-parameter-sleep-hooks'Victor Lowther3-9/+17
2008-07-05Make some changes to core functionality to support pm-powersaveVictor Lowther3-21/+28
2008-07-02Modify the tuxonice sleep module to modify $REVERSE for suspend_hybridVictor Lowther1-0/+3
2008-07-01Update documentation to describe the new two-parameter sleep.d regimeVictor Lowther1-7/+11
2008-07-01Add support for massing $METHOD as the second parameter to hooksVictor Lowther1-2/+3
2008-06-27Make uswsusp work with the reordered hooks.Victor Lowther1-1/+1
2008-06-22Added documentation in HOWTO.hooks covering abort on hook failure.Victor Lowther1-0/+13
2008-06-20Document inhibit and inhibited in HOWTO.hooksVictor Lowther1-0/+5
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-06Merge branch 'master' into vlowther-handle-hook-failureVictor Lowther3-1/+26
2008-06-06Documentation updates describing the sleep hook ordering convention.Victor Lowther1-0/+22
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-06Actually remember to source our functions file in 50ntpdVictor Lowther1-0/+2
2008-06-06Add missing close brace in 50ntpdVictor Lowther1-0/+1
2008-06-05Escape > comparison in 98smart-kernel-videoVictor Lowther1-1/+1
2008-06-05Escape > comparison in 98smart-kernel-videoVictor Lowther1-1/+1