mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[PR #775] [MERGED] Fix 'HP ProBook 650 G2' not reaching 0% #1352
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hirschmann/nbfc/pull/775
Author: @rico-chet
Created: 10/26/2019
Status: ✅ Merged
Merged: 10/29/2019
Merged by: @hirschmann
Base:
master← Head:fix-hp-probook-650-g2-zero-percent-fan-speed-failure📝 Commits (1)
537c1eaFix 'HP ProBook 650 G2' not reaching 0%📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
Configs/HP ProBook 650 G2.xml(+6 -1)📄 Description
When simply mapping fan register value of 255 to 0%, the fan is not able
to reach 0% directly when starting at a rather high speed, running
constantly at around 25% instead. This can be worked around manually by
first setting the speed to a value between 0% and 20%, then setting it
to 0%.
Mapping the fan register value of 254 to 0% fixes the issue permanently.
Mapping read value of 255 to 0% fixes the percentage indicator which
shows negative speed values otherwise.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.