[QtMoko] Bug 1024

Radek Polak psonek2 at seznam.cz
Wed Apr 28 11:46:42 CEST 2010


On Wednesday 28 April 2010 10:31:30 Gand' wrote:

> The correct value to fix #1024 in qtmoko in */opt/qtmoko
> /etc/default/Trolltech/Modem.conf*
> is "*yes*" instead of "always" ("always" is the value to use with SHR)


It's the same if you have "always" or "yes". The code checks for "never" and 
activates deep sleep otherwise.

http://github.com/radekp/qtmoko/blob/master/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp

    if (deepsleep == "never")
        chat("AT%SLEEP=2");
    else
        chat("AT%SLEEP=4");

Regards

Radek



More information about the community mailing list