summaryrefslogtreecommitdiff
path: root/root
authorclem <clem>2004-08-05 22:50:07 (UTC)
committer clem <clem>2004-08-05 22:50:07 (UTC)
commit75286b93291026578a6352797c830787a9401055 (patch) (side-by-side diff)
treeafdb5c29bbf521b94b2c8e079526194c96ff2804 /root
parent744406dc39f8f7b414d0a1c14c0a2177a4f1ffd2 (diff)
downloadopie-75286b93291026578a6352797c830787a9401055.zip
opie-75286b93291026578a6352797c830787a9401055.tar.gz
opie-75286b93291026578a6352797c830787a9401055.tar.bz2
opie-multiauth-bluepingplugin now requires bluetooth to be properly shut down,
through this new script, before suspend, so hciattach does not 'pretend' that Bluetooth is still working just after resuming. New versions (> Familiar 0.7.2) of bluez package might take care of that...
Diffstat (limited to 'root') (more/less context) (ignore whitespace changes)
-rwxr-xr-xroot/etc/suspend-scripts/S50bluetooth4
1 files changed, 4 insertions, 0 deletions
diff --git a/root/etc/suspend-scripts/S50bluetooth b/root/etc/suspend-scripts/S50bluetooth
new file mode 100755
index 0000000..e6fa4a0
--- a/dev/null
+++ b/root/etc/suspend-scripts/S50bluetooth
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+killall -HUP hciattach
+