summaryrefslogtreecommitdiff
path: root/pm
AgeCommit message (Expand)AuthorFilesLines
2008-03-19Make the hook blacklist and parameter overrides use env. variables.Victor Lowther2-28/+40
2008-03-19Merge branch 'vlowther-stabilization-bugfixes' into vlowther-default-parametersVictor Lowther12-22/+50
2008-03-19Added copious commenting in the defaults file.Victor Lowther2-8/+37
2008-03-19Merge branch 'master' into vlowther-stabilization-bugfixesVictor Lowther5-18/+68
2008-03-19Rewrite fix for suspend_hybrid in a more elegant fashionVictor Lowther10-10/+10
2008-03-18Addind logging to add_parameter and remove_parameterVictor Lowther1-1/+5
2008-03-18Fix logic error in remove_parameter.Victor Lowther1-1/+1
2008-03-18Updated /etc/pm/parameters parsing.Victor Lowther1-4/+22
2008-03-17Mask out acpi_sleep settings when --quirk-none is passed.Victor Lowther2-4/+4
2008-03-17Add more logging -- log parameters and the hook blacklist.Victor Lowther1-4/+4
2008-03-16QUIRK_NONE was not being honored in uswsusp.Victor Lowther1-1/+2
2008-03-17Remove outdated documentation.Michael Biebl1-6/+0
2008-03-17Parse video quirks in uswsusp sleep moduleMichael Biebl1-4/+48
2008-03-16Merge branch 'pmu'Michael Biebl3-5/+16
2008-03-16Merge branch 'master' into vlowther-stabilization-bugfixesVictor Lowther3-0/+6
2008-03-16Better PMU support.Michael Biebl3-5/+16
2008-03-16Consolidated console save/restore code.Victor Lowther2-5/+8
2008-03-16Make the modules shell scriptMichael Biebl3-0/+6
2008-03-16Fix bug where pm-is-supported could only be run as root.Victor Lowther1-3/+8
2008-03-15Mostly seperated vt switching logic from the suspend_lock logic.Victor Lowther2-4/+4
2008-03-15Implemented sleep_method_help support.Victor Lowther1-1/+9
2008-03-15Restore separate logging functionalityVictor Lowther1-6/+9
2008-03-15Merge branch 'vlowther-dynamic-hook-disable' into vlowther-default-parametersVictor Lowther1-1/+0
2008-03-15Merge branch 'master' into vlowther-dynamic-hook-disableVictor Lowther1-1/+0
2008-03-14Split functions.in into functions.in and pm-functions.inVictor Lowther3-128/+134
2008-03-13Merge branch 'vlowther-dynamic-hook-disable' into vlowther-default-parametersVictor Lowther1-0/+6
2008-03-13Updated HOWTO.modules to mention before_hook.Victor Lowther1-0/+6
2008-03-11Merge branch 'vlowther-dynamic-hook-disable' into vlowther-default-parametersVictor Lowther1-1/+5
2008-03-11Optionally ignore two leading digits in the hook filename in hook_okVictor Lowther1-1/+5
2008-03-11Merge branch 'vlowther-dynamic-hook-disable' into vlowther-default-parametersVictor Lowther1-22/+32
2008-03-11Updated hooks documentation.Victor Lowther1-22/+32
2008-03-09Added support for passing default parameters.Victor Lowther1-0/+13
2008-03-09Move PM_CMDLINE declaration into pm_functions.in.Victor Lowther1-0/+1
2008-03-09Ensure wwe have made $STORAGEDIR before trying to blacklist hooks.Victor Lowther1-0/+1
2008-03-09Fixed stupid typo in disablehook.Victor Lowther1-1/+1
2008-03-09Really really make reading the default blacklist work.Victor Lowther1-1/+1
2008-03-09Actually source the correct blacklist file.Victor Lowther1-1/+1
2008-03-07Moved the "Running hook" diagnostic message in run_hooks.Victor Lowther1-1/+2
2008-03-07Merge branch 'master' into vlowther-dynamic-hook-disableVictor Lowther1-3/+1
2008-03-07Fix a quirk parsing in 99video.Michael Biebl1-3/+1
2008-03-06Merge branch 'master' into vlowther-dynamic-hook-disableVictor Lowther6-105/+114
2008-03-06uswsusp disables 99video hook now.Victor Lowther1-0/+6
2008-03-06Change the default blacklist location to PM_SYSCONFDIR.Victor Lowther1-2/+4
2008-03-06Revert "Even shorter quirk environment variable names."Victor Lowther1-23/+23
2008-03-06Merge branch 'master' into vlowther-hook-option-processingVictor Lowther1-5/+10
2008-03-06Merge branch 'vlowther-video-merge'Victor Lowther4-93/+58
2008-03-06Have pm-functions.in read an initial list of hooks to blacklist.Victor Lowther1-0/+12
2008-03-06Make run_hooks skip disabled hooks.Victor Lowther2-3/+14
2008-03-06Add disablehook() function to functions.in.Victor Lowther1-0/+5
2008-03-06Fixed the case where two or more cores share the same cpufreq settings.Victor Lowther1-5/+10