summaryrefslogtreecommitdiff
path: root/pm/sleep.d/49bluetooth
AgeCommit message (Collapse)AuthorFilesLines
2008-03-01We were not handing the suspend_hybrid case correctly this whole time.Victor Lowther1-1/+1
Shame on me for not spotting this earlier.
2008-02-16Modify 49bluetooth to exit $NA where applicable.Victor Lowther1-4/+2
Also got rid of redundant calls to exit.
2008-02-02Modified hooks to source $PM_FUNCTIONS instead of /usr/lib/pm-utils/functionsVictor Lowther1-1/+1
2008-01-30move the sanity check in 49bluetooth outside the suspend function.Victor Lowther1-1/+2
2008-01-28If there is no state to save when running the ibm bluetooth hook, thenVictor Lowther1-6/+3
don't do anything instead of saving state that says there was no state to save.
2008-01-28All scripts are now POSIX compliant, change shebang lines to have themVictor Lowther1-1/+1
run under /bin/sh instead of /bin/bash. Also take care of a few more minor fixups.
2008-01-26rename hooks into sleep.d -- this is something we have wanted toRichard Hughes1-0/+38
do for a long time, but CVS made it hard