|
| 1 | +<?xml version="1.0"?> |
| 2 | +<FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 3 | + <NotebookModel>LENOVO 20NR001JRT</NotebookModel> |
| 4 | + <Author>Bekliev Parviz</Author> |
| 5 | + <EcPollInterval>3000</EcPollInterval> |
| 6 | + <ReadWriteWords>false</ReadWriteWords> |
| 7 | + <CriticalTemperature>100</CriticalTemperature> |
| 8 | + <FanConfigurations> |
| 9 | + <FanConfiguration> |
| 10 | + <ReadRegister>149</ReadRegister> |
| 11 | + <WriteRegister>148</WriteRegister> |
| 12 | + <MinSpeedValue>255</MinSpeedValue> |
| 13 | + <MaxSpeedValue>64</MaxSpeedValue> |
| 14 | + <IndependentReadMinMaxValues>false</IndependentReadMinMaxValues> |
| 15 | + <MinSpeedValueRead>0</MinSpeedValueRead> |
| 16 | + <MaxSpeedValueRead>0</MaxSpeedValueRead> |
| 17 | + <ResetRequired>true</ResetRequired> |
| 18 | + <FanSpeedResetValue>100</FanSpeedResetValue> |
| 19 | + <FanDisplayName>Fan</FanDisplayName> |
| 20 | + <TemperatureThresholds> |
| 21 | + <TemperatureThreshold> |
| 22 | + <UpThreshold>40</UpThreshold> |
| 23 | + <DownThreshold>0</DownThreshold> |
| 24 | + <FanSpeed>25</FanSpeed> |
| 25 | + </TemperatureThreshold> |
| 26 | + <TemperatureThreshold> |
| 27 | + <UpThreshold>50</UpThreshold> |
| 28 | + <DownThreshold>40</DownThreshold> |
| 29 | + <FanSpeed>55</FanSpeed> |
| 30 | + </TemperatureThreshold> |
| 31 | + <TemperatureThreshold> |
| 32 | + <UpThreshold>68</UpThreshold> |
| 33 | + <DownThreshold>50</DownThreshold> |
| 34 | + <FanSpeed>75</FanSpeed> |
| 35 | + </TemperatureThreshold> |
| 36 | + <TemperatureThreshold> |
| 37 | + <UpThreshold>99</UpThreshold> |
| 38 | + <DownThreshold>90</DownThreshold> |
| 39 | + <FanSpeed>100</FanSpeed> |
| 40 | + </TemperatureThreshold> |
| 41 | + </TemperatureThresholds> |
| 42 | + <FanSpeedPercentageOverrides /> |
| 43 | + </FanConfiguration> |
| 44 | + </FanConfigurations> |
| 45 | + <RegisterWriteConfigurations> |
| 46 | + <RegisterWriteConfiguration> |
| 47 | + <WriteMode>Set</WriteMode> |
| 48 | + <WriteOccasion>OnInitialization</WriteOccasion> |
| 49 | + <Register>147</Register> |
| 50 | + <Value>20</Value> |
| 51 | + <ResetRequired>true</ResetRequired> |
| 52 | + <ResetValue>4</ResetValue> |
| 53 | + <ResetWriteMode>Set</ResetWriteMode> |
| 54 | + <Description>Set EC to manual control</Description> |
| 55 | + </RegisterWriteConfiguration> |
| 56 | + </RegisterWriteConfigurations> |
| 57 | +</FanControlConfigV2> |
0 commit comments