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

charging: Apply thresholds after full just once. JB#58372 #13

Closed
wants to merge 3 commits into from

Commits on Aug 17, 2022

  1. [battery-udev] Assume fully charged state at 100%. JB#58372

    Some devices seem to never report the Full state despite reaching 100%
    charging level.
    
    Signed-off-by: Martin Kampas <martin.kampas@jolla.com>
    martyone committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a5b3355 View commit details
    Browse the repository at this point in the history
  2. [charging] Apply thresholds after full just once. JB#58372

    Make the apply-thresholds-after-full option effective just once - change
    to apply-thresholds once fully charged. Do the same also when the
    charger gets disconnected, irrespective of the battery level.
    
    Clear battery full seen when changing the mode or it would require to
    reconnect the charger in order to set apply-thresholds-after-full after
    reaching the upper threshold.
    
    Signed-off-by: Martin Kampas <martin.kampas@jolla.com>
    martyone committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bbd3236 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. charging: Refactor setting charging limits

    Signed-off-by: Martin Kampas <martin.kampas@jolla.com>
    martyone committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3c76c5a View commit details
    Browse the repository at this point in the history