repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
x6-ultrabase-sleep-fix
/
99-x61-docking
blob
95cfa44cd72f4f6398d2ad1fb3ea398250fafa49
1
#!/bin/sh
2
.
"
${PM_FUNCTIONS}
"
3
4
case
$1
in
5
hibernate|
suspend
)
6
echo
1
> /
sys
/
devices
/
platform
/
dock
.0
/
undock
7
;;
8
9
thaw|resume
)
10
# should dock automatically
11
;;
12
13
*)
exit
$NA
14
;;
15
esac