summaryrefslogtreecommitdiff
path: root/pm/module.d
AgeCommit message (Expand)AuthorFilesLines
2009-12-10Merge branch 'pm-utils-1.2' into pm-utils-1.3Victor Lowther1-1/+1
2009-12-10[PATCH] Fix vga-mode-3 typo in video hooksTormod Volden1-1/+1
2009-12-07Track suspend/hibernate failures and exit accordingly.Victor Lowther1-0/+3
2009-04-03Move chvt handling into 99videoVictor Lowther1-1/+0
2008-11-30Add more comments to uswsusp since it is being used as an example in document...Victor Lowther1-6/+19
2008-10-05Fix incomplete renaming of _METHOD to _MODULEVictor Lowther2-8/+8
2008-09-17Always fall back to kernel methods for suspend and hibernate.Victor Lowther1-22/+2
2008-09-17Move the check_ functions to pm-functions.Victor Lowther3-110/+83
2008-09-17Make per-module help and before_hooks methods stackable.Victor Lowther1-5/+8
2008-07-02Modify the tuxonice sleep module to modify $REVERSE for suspend_hybridVictor Lowther1-0/+3
2008-06-27Make uswsusp work with the reordered hooks.Victor Lowther1-1/+1
2008-04-30Simplify implementation of check_suspend a bit.Victor Lowther3-6/+3
2008-04-14- add -w to grep in hibernate check to avoid matching "testproc" with "test"Till Maas1-1/+1
2008-04-12Fixed arithmetic expansion bug in uswsusp found by checkbashisms.Victor Lowther1-2/+2
2008-04-07Add safety check before writing mode to /sys/power/diskMichael Biebl1-2/+3
2008-04-07/dev/pmu better be a character deviceMichael Biebl2-2/+2
2008-04-07Disable 00clear for uswusp sleep module.Michael Biebl1-0/+1
2008-04-02Check for s2ram in check_suspend().Michael Biebl1-0/+1
2008-03-28Improve PMU checkMichael Biebl3-3/+3
2008-03-20Missed a close quote in modules.d/kernelVictor Lowther1-1/+1
2008-03-20Changed kernel hibernation to use the default kernel method unless overridden.Victor Lowther1-1/+2
2008-03-17Mask out acpi_sleep settings when --quirk-none is passed.Victor Lowther1-1/+1
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-16Better PMU support.Michael Biebl3-5/+16
2008-03-16Make the modules shell scriptMichael Biebl3-0/+6
2008-03-06uswsusp disables 99video hook now.Victor Lowther1-0/+6
2008-02-16Consistently use tabs for indentation.Michael Biebl2-6/+6
2008-02-1699video had a missing closing bracket.Michael Biebl3-12/+24
2008-02-13Added a readme describing how to use s2ram/s2both's internal video quirk hand...Victor Lowther1-0/+6
2008-02-11Added a check for /dev/snapshot when using uswsusp.Victor Lowther1-0/+3
2008-02-11On second thought, we don't need to mess with s2ram when using uswsusp.Victor Lowther1-2/+2
2008-02-11Add more paranoia to check_suspend_hybrind in uswsusp.Victor Lowther1-1/+3
2008-02-11Merge branch 'master' into vlowther-even-simpler-sleep-modulesVictor Lowther1-1/+1
2008-02-11Added completely untested uswsusp support.Victor Lowther2-1/+30
2008-02-09Get rid of redundant return command in toxonice.Victor Lowther1-1/+1
2008-02-09Added slightly more explanatory note on configuring tuxonice.Victor Lowther1-3/+5
2008-02-09Revert "Merge branch 'vlowther-simpler-hooks' into vlowther-security-audit"Victor Lowther1-5/+3
2008-02-09Merge branch 'vlowther-simpler-hooks' into vlowther-security-auditVictor Lowther1-3/+5
2008-02-08add TODO about a needing a configuration mechanism for tuxoniceVictor Lowther1-1/+3
2008-02-08Dan Nicholson suggested changes -- get rid of some unneeded return $?, andVictor Lowther3-8/+5
2008-02-07Added tuxonice support to modular sleep branchVictor Lowther2-1/+34
2008-02-07Even simpler modularization of sleep methods.Victor Lowther2-0/+37