[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:51:54 UTC 2009


The following commit has been merged in the master branch:
commit ddade22d7df784008cddcb585a25a71b40e80d3a
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 10 20:24:02 2009 +0100

    ogsmd: [TI CALYPSO] fix bogus GSM wakeups introduced by f734551d42315bac6bc63aa5c5e2d793f16245ea

diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/channel.py b/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
index a235957..db688c5 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
@@ -13,7 +13,7 @@ Module: channel
 TI Calypso specific modem channels
 """
 
-__version__ = "0.9.10.1"
+__version__ = "0.9.10.2"
 
 from framework.config import config
 
@@ -319,4 +319,4 @@ class UnsolicitedResponseChannel( CalypsoModemChannel ):
         if self._reenableUnsolicitedTimer is not None:
             logger.debug( "TI Calypso specific resume handling... killing reenable-unsolicited-timer." )
             gobject.source_remove( self._reenableUnsolicitedTimer )
-        ok_callback( self )
+        CalypsoModemChannel.suspend( self, ok_callback, error_callback )

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list