[PATCH] fsogsmd: modem_ti_calypso: disable +CREG unsol by default

2013-01-29 Thread Paul Fertser
By default Calypso has +CREG=1 on channels, so even though the suspend sequence does disable it on channel 3 it still wakes up the SoC from suspend coming on channel 2. This is a regression causing unnecessary wake-ups and power drain introduced by fa9cdf0455a5a6ca36b4b30f1c715e4cb318b047 May 4 20

[PATCH] fsogsmd: do not pollute logs with "ON DATA FROM PPP"

2013-01-29 Thread Paul Fertser
Currently it's output to the logs on INFO level all the time during a PPP session. It's needed only during low-level debugging so ifdef it out (the same way the other related code does it). Signed-off-by: Paul Fertser --- fsogsmd/src/lib/muxtransport.vala |2 ++ 1 file changed, 2 insertions(