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

Bug 2439 fix for thermal zones #2440

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

Commits on Sep 4, 2024

  1. Fix thermal_zone temperature calculations

    Fix a bug in how high and critical temperatures are calculated when
    using thermal zones. Clear high and critical values each iteration so
    they are not divided by 1000 on subsequent iterations. Take the max
    value if multiple temperature trips target either high or critical.
    
    Signed-off-by: Siena Richard <[email protected]>
    siena-sam committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c0d087b View commit details
    Browse the repository at this point in the history
  2. Update CREDIT and HISTORY files

    Signed-off-by: Siena Richard <[email protected]>
    siena-sam committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7f705e4 View commit details
    Browse the repository at this point in the history