Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel set_online request if modem is powered off. JB#61333 #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2024

  1. Simplify spec

    Doc package change done long time ago and installations have migrated.
    
    Also rpm from 2013 is no longer 'reasonably fresh'.
    pvuorela committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bf214d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. [connman] Cancel set_online request if modem is powered off. JB#61333

    Had Android device paired via bluetooth to Sailfish one, then
    disconnected them. A hfp modem was created which stayed offline.
    
    That's a problem of its own, but amplified by connman trying every 2
    seconds to make the modem go online. That's doomed to fail as long
    as it's not powered. Thus, if set_powered fails, the online attempts
    are stopped.
    pvuorela committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    32d5319 View commit details
    Browse the repository at this point in the history