summaryrefslogtreecommitdiff
path: root/pm
AgeCommit message (Expand)AuthorFilesLines
2007-06-18- Add support for "--quirk-reset-brightness" (fixes the Fujitsu Lifebook S7110)Peter Jones1-0/+14
2007-06-042007-06-04 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+4
2007-05-15- fix exports of config variablesPeter Jones1-1/+1
2007-04-25- this redirect is bogusPeter Jones1-1/+1
2007-03-26- fix source_configs to not error when the config dir is emptyPeter Jones1-0/+1
2007-03-16- work around broken regexps in some versions of bash, also fewerPeter Jones1-2/+3
2007-03-16- get rid of the complicated config stuff; the new layout obviates thePeter Jones1-22/+5
2007-03-15fix typoPeter Jones1-1/+1
2007-03-14- fix path for 'functions'Peter Jones1-1/+1
2007-03-14- use 'service' rather than calling init.d files directlyPeter Jones1-5/+17
2007-03-14- Fix cpufreq save/restore on multi-core cpusPeter Jones3-3/+14
2007-03-14-fix service restarting with . or - in the namePeter Jones1-2/+4
2007-03-14- don't remove "button" any more.Peter Jones1-1/+1
2007-03-14-add warning comment in defaultsPeter Jones1-0/+5
2007-03-13- add pm-is-supportedPeter Jones1-0/+5
2007-03-06- add /usr/lib/pm-utils/bin to $PATHPeter Jones1-1/+1
2007-03-06- get the path for "functions" right.Peter Jones12-7/+17
2007-03-06- fix path here, tooPeter Jones1-2/+2
2007-03-06- fix path for sysfont hookPeter Jones1-1/+1
2007-03-06- change to use the new directory layoutPeter Jones5-14/+31
2007-03-06- use "bash" not "sh"Peter Jones1-1/+1
2007-03-06- use "bash" not "sh" in hook scriptsPeter Jones3-3/+3
2007-03-02- use .Rescan since davidz fixed it.Peter Jones1-2/+5
2007-03-01- fix shell quoting in variable testsPeter Jones2-13/+13
2007-03-01- fix use of [ with =~Peter Jones1-1/+1
2007-03-01- make this work entirely in the resume/thaw pathPeter Jones1-20/+6
2007-03-01- minor cleanups to NM hookPeter Jones1-8/+2
2007-03-01- add battery probing hookPeter Jones2-0/+34
2007-02-20- split 20video's resume/thaw components out to 99video so it'll run sooner.Peter Jones3-30/+66
2007-02-20- don't squash sysfont's outputPeter Jones1-1/+1
2007-02-20- handle command line options for video quirks (patch from hughsie and pjones)Peter Jones1-16/+68
2007-02-20- fix functions to get module unloading right with _ and - in the namesPeter Jones1-3/+4
2007-02-02- Fix setsysfont hook to actually hit tty0, not the pty of the current task.Peter Jones1-1/+1
2007-01-30- add pm hook to save and restore alsa settingsPeter Jones2-0/+16
2007-01-30- add a hook that sets they sysfont on resume/thawPeter Jones1-0/+8
2007-01-30- remove mDNSResponder stuff from the networkmanager hook.Peter Jones1-5/+0
2007-01-30- fix permission checking (patch from Phil Knirsch, rhbz #222819)Peter Jones1-2/+8
2007-01-02- Set scheduler policy for different power statesPeter Jones2-1/+33
2006-11-30- log when hooks finishPeter Jones1-2/+4
2006-11-30- don't stop services or remove modules during suspend, just turn off thePeter Jones1-20/+1
2006-11-29- make source_configs work right (from Stefan)Peter Jones1-10/+9
2006-11-28- enable 94cpufreq hook for all casesPeter Jones1-2/+2
2006-11-14- log kernel stats if PM_LOGFILE is setPeter Jones1-0/+12
2006-11-14- Fix logging of hook names (patch from Holger Macht).Peter Jones1-2/+2
2006-11-14- sort initializations of the globalsPeter Jones1-7/+12
2006-10-31- add INHIBIT support (seife, pjones)Peter Jones1-12/+22
2006-10-31- don't initialize RESUME_MODULESPeter Jones1-1/+1
2006-10-30- rename LOGFILE to PM_LOGFILEPeter Jones1-5/+5
2006-10-21- use modprobe -r, not rmmodPeter Jones1-1/+1
2006-10-21- module load/unload fixes from Stefan.Peter Jones2-14/+57