From 75286b93291026578a6352797c830787a9401055 Mon Sep 17 00:00:00 2001 From: clem Date: Thu, 05 Aug 2004 22:50:07 +0000 Subject: 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... --- diff --git a/noncore/securityplugins/blueping/bluepingplugin.control b/noncore/securityplugins/blueping/bluepingplugin.control index 0344645..0339996 100644 --- a/noncore/securityplugins/blueping/bluepingplugin.control +++ b/noncore/securityplugins/blueping/bluepingplugin.control @@ -1,12 +1,11 @@ Package: opie-multiauth-bluepingplugin -Files: plugins/security/libmultiauthbluepingplugin.so* pics/security/bluepingplugin.png +Files: plugins/security/libmultiauthbluepingplugin.so* pics/security/bluepingplugin.png root/etc/suspend-scripts/S50bluetooth Priority: optional Section: opie/settings Maintainer: Clement Seveillac Architecture: arm -Version: 0.0.2.5 -Depends: libopiecore2, opie-security, bluez-utils +Version: 0.0.2.7 +Depends: libopiecore2, opie-security, bluez-utils (<= 2.3rel-hh5) Description: Blueping plugin for opie-security authentication. This is a bluetooth-based authentication plugin (you need - to have another Bluetooth device around, the more secure the - bonding they made, the more secure the authentication) + to have another Bluetooth device around to use it). 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 + -- cgit v0.9.0.2