Skip to content

Commit

Permalink
Fix reset value in Lenovo ThinkPad 13 config (#604)
Browse files Browse the repository at this point in the history
I see that my e580 seems to behave in the same way, and I think this is a bug:
Author of this config probably wanted to set 80 as hex not as decimal.

on my device this is what happens on exit:
hex 80 = dec 128 => factory auto mode
hex 50 = dec 80   => full speed of fan
  • Loading branch information
qqgg231 authored and hirschmann committed Jan 6, 2019
1 parent 79d36ed commit e4299e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configs/Lenovo ThinkPad 13.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<MinSpeedValueRead>0</MinSpeedValueRead>
<MaxSpeedValueRead>22</MaxSpeedValueRead>
<ResetRequired>true</ResetRequired>
<FanSpeedResetValue>80</FanSpeedResetValue>
<FanSpeedResetValue>128</FanSpeedResetValue>
<FanDisplayName>System Fan</FanDisplayName>
<TemperatureThresholds>
<TemperatureThreshold>
Expand Down Expand Up @@ -43,4 +43,4 @@
</FanConfiguration>
</FanConfigurations>
<RegisterWriteConfigurations />
</FanControlConfigV2>
</FanControlConfigV2>

0 comments on commit e4299e3

Please sign in to comment.