Renamed pm-powersave in preperation for making it location-independent. |
|
More...
|
over 17 years ago
|
Renamed pm-action in preperation for making it location independent. |
|
More...
|
over 17 years ago
|
Modify src/Makefile.am in preperation for making the pm-action scripts location independent. |
|
More...
|
over 17 years ago
|
Rename functions in preperation for autotools based location independence |
|
More...
|
over 17 years ago
|
Added support for transforming .in files in pm/Makefile.am |
|
More...
|
over 17 years ago
|
CPUfreq fixups: Only look at cpus that have an active governor Fix inverted conditional when checking to see if we should restore a governor |
|
More...
|
over 17 years ago
|
Spelling fixes in HOWTO.hooks. |
|
More...
|
over 17 years ago
|
Actually fix typo in 99video My git-rebase fu is weaker than I thought. |
|
More...
|
over 17 years ago
|
Added a HOWTO file for writing hooks, modified 99video to fix a typo. |
|
More...
|
over 17 years ago
|
Simplify the implimentation of command_exists |
|
More...
|
over 17 years ago
|
Earlier Victor and I discussed moving the sleep after the check in spin_lock(). That got lost in the shuffle, so here's a new patch. |
|
More...
|
over 17 years ago
|
Added entries in .gitignore to ignore vim backup and swap files. |
|
More...
|
over 17 years ago
|
Made zzz executable. |
|
More...
|
over 17 years ago
|
in 94cpufreq, just exit outright if /sys/devices/system/cpu/ is not present. |
|
More...
|
over 17 years ago
|
Here's a new patch (this time against current git) to enable suspend-to-both support if we have suspend-to-ram and TuxOnIce. |
|
More...
|
over 17 years ago
|
apply an updated version of 5a5e848b49e33ebf538953bdd132e8ccb0d7377b |
|
More...
|
over 17 years ago
|
Don't do anything in 65alsa if there is no alsactl command. |
|
More...
|
over 17 years ago
|
Revert "Here is now a patch agains pm-utils git with /var/run/pm-utils/lock as" |
|
More...
|
over 17 years ago
|
Deleted commented-out commands, minor quotation fixes to 55battery. |
|
More...
|
over 17 years ago
|
move the sanity check in 49bluetooth outside the suspend function. |
|
More...
|
over 17 years ago
|
Do not do anything in 10NetworkManager if dbus-send does not exist. |
|
More...
|
over 17 years ago
|
Use the command_exists utility function instead of directly calling type thing |grep -q "not found". |
|
More...
|
over 17 years ago
|
Add a function to test for the existence of a command, either a function, executable, or shell builtin. |
|
More...
|
over 17 years ago
|
Make 05led exit 1 iff we are not running on an IBM system. This will cause it to be skipped on resume if we are on a system that does not need it. |
|
More...
|
over 17 years ago
|
Get rid of extraneous shell evals. The commands will have their output redirected appropriately. |
|
More...
|
over 17 years ago
|
Instead of duplicating the checks in pm-action, simply call pm-is-supported. Add also initial support for the --suspend-hybrid command (The actual implementation of do_suspend_hybrid is still tbd). |
|
More...
|
over 17 years ago
|
Patch attached to do the appropriate redirection for pm-powersave. |
|
More...
|
over 17 years ago
|
Here is now a patch agains pm-utils git with /var/run/pm-utils/lock as lockfile. It also makes sure that /var/run/pm-utils, i.e. the directory for the lockfile is generated, and it uses variables for the directories to store state and service information and creates/removes them properly. They are now subdirectories of /var/run/pm-utils. |
|
More...
|
over 17 years ago
|
That reminds me, the -- in that tr command paramater is a GNUism, and I should remove it. |
|
More...
|
over 17 years ago
|
This patch modifies the module unload/reload code to be POSIX compliant, and includes a minor quotation fix in on_ac_power. |
|
More...
|
over 17 years ago
|