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

Klaus Kurzmann mok at fluxnetz.de
Sat Aug 6 08:19:34 UTC 2011


The following commit has been merged in the debian branch:
commit f9240762be27356f66bd7bc0b5526dfdb9412491
Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Feb 26 18:15:56 2010 +0100

    ogsmd: add missing "serial" parameter to OpenSession call in ti_calypso/modem
    
    Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/modem.py b/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
index 7aa16aa..c7a5b6f 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
@@ -193,7 +193,7 @@ class TiCalypso( AbstractModem ):
                     return "" # FIXME: emit error?
                 if not self._muxeriface.HasAutoSession():
                     # abyss needs an open session before we can allocate channels
-                    self._muxeriface.OpenSession( True, 98, DEVICE_CALYPSO_PATH, 115200 )
+                    self._muxeriface.OpenSession( True, 98, "serial", DEVICE_CALYPSO_PATH, 115200 )
             pts, vc = self._muxeriface.AllocChannel( name, self._channelmap[name] )
             return str(pts)
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list