[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:59 UTC 2009


The following commit has been merged in the master branch:
commit a8d89b8ff3e6a681b3df9dae978662bbc4d3da98
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 17 15:37:47 2009 +0100

    ogspd: according to Werner Almesberger, you need to turn on gpsd in order to turn it off *sigh*

diff --git a/framework/subsystems/ogpsd/om.py b/framework/subsystems/ogpsd/om.py
index 23e1acb..eab95de 100644
--- a/framework/subsystems/ogpsd/om.py
+++ b/framework/subsystems/ogpsd/om.py
@@ -9,7 +9,7 @@ Open GPS Daemon
 GPLv2 or later
 """
 
-__version__ = "0.9.9.2"
+__version__ = "0.9.9.3"
 MODULE_NAME = "ogpsd"
 
 DEVICE_POWER_PATH = "/sys/bus/platform/devices/neo1973-pm-gps.0/pwron"
@@ -33,6 +33,8 @@ class GTA02Device( UBXDevice ):
     def __init__( self, bus, channel ):
 
         # Make sure the GPS is off
+        helpers.writeToFile( DEVICE_POWER_PATH, "1" )
+        time.sleep( 0.5 )
         helpers.writeToFile( DEVICE_POWER_PATH, "0" )
 
         self.aidingData = persist.get( "ogpsd", "aidingdata" )

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list