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

Jan Luebbe jluebbe at debian.org
Mon Feb 2 18:52:04 UTC 2009


The following commit has been merged in the master branch:
commit 0583d9be9119e2d2752faa5b5236d92fb2a6e735
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Tue Jan 27 16:58:10 2009 +0100

    ogpsd: reenable workaround for the kernel that will be release with MS5

diff --git a/framework/subsystems/ogpsd/om.py b/framework/subsystems/ogpsd/om.py
index b0d3a4a..b9c7675 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.3"
+__version__ = "0.9.9.4"
 MODULE_NAME = "ogpsd"
 
 DEVICE_POWER_PATH_OLD = "/sys/bus/platform/devices/neo1973-pm-gps.0/pwron"
@@ -34,6 +34,9 @@ class GTA02Device( UBXDevice ):
     def __init__( self, bus, channel ):
 
         # Make sure the GPS is off
+        helpers.writeToFile( DEVICE_POWER_PATH_OLD, "1" )
+        helpers.writeToFile( DEVICE_POWER_PATH_NEW, "1" )
+        time.sleep( 0.5 )
         helpers.writeToFile( DEVICE_POWER_PATH_OLD, "0" )
         helpers.writeToFile( DEVICE_POWER_PATH_NEW, "0" )
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list