|
| 1 | +<?xml version="1.0"?> |
| 2 | +<FanControlConfigV2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
| 3 | + <NotebookModel>Vestel SmartBoard OPS Series</NotebookModel> |
| 4 | + <Author>tunasahinn</Author> |
| 5 | + <EcPollInterval>3000</EcPollInterval> |
| 6 | + <ReadWriteWords>false</ReadWriteWords> |
| 7 | + <CriticalTemperature>75</CriticalTemperature> |
| 8 | + <FanConfigurations> |
| 9 | + <FanConfiguration> |
| 10 | + <ReadRegister>197</ReadRegister> |
| 11 | + <WriteRegister>94</WriteRegister> |
| 12 | + <MinSpeedValue>1</MinSpeedValue> |
| 13 | + <MaxSpeedValue>3</MaxSpeedValue> |
| 14 | + <IndependentReadMinMaxValues>true</IndependentReadMinMaxValues> |
| 15 | + <MinSpeedValueRead>0</MinSpeedValueRead> |
| 16 | + <MaxSpeedValueRead>205</MaxSpeedValueRead> |
| 17 | + <ResetRequired>true</ResetRequired> |
| 18 | + <FanSpeedResetValue>2</FanSpeedResetValue> |
| 19 | + <FanDisplayName>CPU Fan Level</FanDisplayName> |
| 20 | + <TemperatureThresholds> |
| 21 | + <TemperatureThreshold> |
| 22 | + <UpThreshold>50</UpThreshold> |
| 23 | + <DownThreshold>50</DownThreshold> |
| 24 | + <FanSpeed>100</FanSpeed> |
| 25 | + </TemperatureThreshold> |
| 26 | + <TemperatureThreshold> |
| 27 | + <UpThreshold>35</UpThreshold> |
| 28 | + <DownThreshold>35</DownThreshold> |
| 29 | + <FanSpeed>50</FanSpeed> |
| 30 | + </TemperatureThreshold> |
| 31 | + <TemperatureThreshold> |
| 32 | + <UpThreshold>20</UpThreshold> |
| 33 | + <DownThreshold>20</DownThreshold> |
| 34 | + <FanSpeed>0</FanSpeed> |
| 35 | + </TemperatureThreshold> |
| 36 | + </TemperatureThresholds> |
| 37 | + <FanSpeedPercentageOverrides /> |
| 38 | + </FanConfiguration> |
| 39 | + </FanConfigurations> |
| 40 | + <RegisterWriteConfigurations /> |
| 41 | +</FanControlConfigV2> |
0 commit comments