Skip to content

Commit 9889f08

Browse files
tunasahinnhirschmann
authored andcommitted
Add config for F@tih project SmartBoards. (hirschmann#711)
This config file for NFC, F@tih project's product Vestel SmartBoard's motherboard (Phase 1-2) has same with a notebook motherboard, so allows to control fan speed, maybe helpful overheating.
1 parent 58cd925 commit 9889f08

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

Comments
 (0)