~phablet-team/ofono/midori-support

« back to all changes in this revision

Viewing changes to src/voicecall.c

  • Committer: CI Train Bot
  • Author(s): Alfonso Sanchez-Beato
  • Date: 2016-03-14 09:11:23 UTC
  • mfrom: (6911.1.2 ubuntu)
  • Revision ID: ci-train-bot@canonical.com-20160314091123-zolwcf6cjokyqe5f
[ Tony Espy ]
* unit: new rilmodem tests for sms and call barring
* plugins: address upower plugin upstream comments
* unit: fix test-grilreply set_facility_lock test
* style fixes for wakelock support

[ Ratchanan Srirattanamet ]
* qcommsimmodem: fix setting 3G pref when one of the slots is empty

[ Alfonso Sanchez-Beato ]
* ril: set properly gril vendor
* support for system settings
* unit: make unit tests parallelizable

[ Vicamo Yang ]
* ril, gril: support for pro 5
* gril, rilmodem: set RIL version from CONNECTED event
* unit: fix warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
3463
3463
        char number[OFONO_MAX_PHONE_NUMBER_LENGTH + 1];
3464
3464
        struct ofono_error result;
3465
3465
 
3466
 
        /* Make sure we keep the system awake if we get woken up
3467
 
         * shortly for processing the incoming request from the
3468
 
         *  HFP HF. */
 
3466
        /*
 
3467
         * If the device supports wakelocks, acquire one to
 
3468
         * ensure the device is kept awake after being woken
 
3469
         * by an incoming request from the HFP HF.
 
3470
         */
3469
3471
        wakelock_system_lock();
3470
3472
 
3471
3473
        switch (ofono_emulator_request_get_type(req)) {