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

Michael 'Mickey' Lauer mickey at vanille-media.de
Sat Aug 6 08:19:59 UTC 2011


The following commit has been merged in the debian branch:
commit c7178eafdf41deac989c55b78d311b5e5b19899f
Author: Antonio Ospite <ospite at studenti.unina.it>
Date:   Fri May 21 14:13:56 2010 +0200

    ogsmd: freescale_neptune, enable modem on gen2 phones
    
    '+EPOM=1,0' is needed on gen2 for most commands to work (+CPIN for instance),
    add also some other commands seen when tracing original firmware, and also
    '+CRC=1' which seems to work fine.
    
    Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>

diff --git a/framework/subsystems/ogsmd/modems/freescale_neptune/channel.py b/framework/subsystems/ogsmd/modems/freescale_neptune/channel.py
index 3820374..94b8574 100644
--- a/framework/subsystems/ogsmd/modems/freescale_neptune/channel.py
+++ b/framework/subsystems/ogsmd/modems/freescale_neptune/channel.py
@@ -29,8 +29,13 @@ class EzxMuxChannel( AbstractModemChannel ):
         AbstractModemChannel._populateCommands( self ) # default command init
 
         c = self._commands["init"]
-        # GSM unsolicited
         c.append( '+USBSTAT=255,1' )           # charge
+
+        c.append( '+EPOM=1,0' ) # Ezx Power On Modem
+        c.append( '+EAPF=12,1,0' ) # ??
+
+        # GSM unsolicited
+        c.append( '+CRC=1' ) # Extended ring report
         c.append( '+CLIP=1' ) # calling line identification presentation enable
         c.append( '+COLP=1' ) # connected line identification presentation enable
         c.append( '+CCWA=1' ) # call waiting

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list