[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Felix Huber felix.huber at schyf.de
Sat Aug 6 08:20:17 UTC 2011


The following commit has been merged in the debian branch:
commit a3d629c6eaedc7fa16fd65be7a25f420826b9347
Author: Felix Huber <felix.huber at schyf.de>
Date:   Sat Jan 22 14:00:47 2011 +0100

    ogsmd: fix power down of ti calypso

diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/modem.py b/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
index f950bf6..0ee0fa7 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
@@ -167,7 +167,9 @@ class TiCalypso( AbstractModem ):
         # call default implementation (closing all channels)
         AbstractModem.close( self )
         killall( self._muxercommand )
-        self._modemOff()
+        # don't let two processes kill the power
+        if self._muxercommand != "gsm0710muxd":
+            self._modemOff()
 
     def channel( self, category ):
         """

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list