Parse percentages in fan curve only if '%' provided otherwise range is 0-255

This commit is contained in:
Luke D. Jones
2021-10-27 22:35:45 +13:00
parent 328ff0251b
commit 3f0df82f2d
4 changed files with 31 additions and 5 deletions

View File

@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Convert fan curve percentage to 0-255 expected by kernel driver only if '%' char is used, otherwise the expected range for fan power is 0-255
### Added
- LED modes for G513QR
# [4.0.4] - 2021-10-02
### Changed