[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 d9a686b02ff793dfc425c567a2b67cf6b29e4684
Author: Felix Huber <felix.huber at schyf.de>
Date:   Sat Jan 22 14:02:33 2011 +0100

    ogsmd: final fix for #435 in ti calypso sleep mode

diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/channel.py b/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
index c86ceee..bfe1ce7 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
@@ -156,8 +156,9 @@ class CalypsoModemChannel( AbstractModemChannel ):
     #
 
     def _hookPreReading( self ):
-        if CalypsoModemChannel.modem_communication_timestamp:
-            CalypsoModemChannel.modem_communication_timestamp = time.time()
+        pass
+        # only writes should reset the timer
+        # this fixes finally ticket #435
 
     def _hookPostReading( self ):
         pass

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list