Fixes: #142 ("H100i GT V2 fan current/max speed 0")
Proposed changes
Struct fan_ctrl has both speed and speed_rpm fields. The driver for Hydro Asetek devices stores the fan speed in the former, but we were accessing the latter.
This PR only fixes the Hydro Asetek driver. While the speed_rpm field [might simply be some leftover from legacy code](), it is still used in other drivers and, from a quick glance, possibly correctly so.
Types of changes
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Fixes: #142 ("H100i GT V2 fan current/max speed 0")
Proposed changes
Struct fan_ctrl has both speed and speed_rpm fields. The driver for Hydro Asetek devices stores the fan speed in the former, but we were accessing the latter.
This PR only fixes the Hydro Asetek driver. While the speed_rpm field [might simply be some leftover from legacy code](), it is still used in other drivers and, from a quick glance, possibly correctly so.
Types of changes
Checklist