Skip to content

Commit

Permalink
Add Lenovo Thinkpad Helix config
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschmann committed Jul 27, 2015
1 parent 10b7b24 commit 8d72bae
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Configs/Lenovo ThinkPad Helix.xml
@@ -0,0 +1,42 @@
<?xml version="1.0"?>
<FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NotebookModel>36986CG</NotebookModel>
<EcPollInterval>3000</EcPollInterval>
<ReadWriteWords>false</ReadWriteWords>
<CriticalTemperature>75</CriticalTemperature>
<FanConfigurations>
<FanConfiguration>
<ReadRegister>47</ReadRegister>
<WriteRegister>47</WriteRegister>
<MinSpeedValue>0</MinSpeedValue>
<MaxSpeedValue>7</MaxSpeedValue>
<ResetRequired>true</ResetRequired>
<FanSpeedResetValue>128</FanSpeedResetValue>
<FanDisplayName>System Fan</FanDisplayName>
<TemperatureThresholds>
<TemperatureThreshold>
<UpThreshold>0</UpThreshold>
<DownThreshold>0</DownThreshold>
<FanSpeed>0</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>60</UpThreshold>
<DownThreshold>46</DownThreshold>
<FanSpeed>14.285714285714285</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>66</UpThreshold>
<DownThreshold>60</DownThreshold>
<FanSpeed>42.857142857142854</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>72</UpThreshold>
<DownThreshold>66</DownThreshold>
<FanSpeed>100</FanSpeed>
</TemperatureThreshold>
</TemperatureThresholds>
<FanSpeedPercentageOverrides />
</FanConfiguration>
</FanConfigurations>
<RegisterWriteConfigurations />
</FanControlConfigV2>
3 changes: 3 additions & 0 deletions Windows/Setup/NbfcSetup/Configs.wxs
Expand Up @@ -200,6 +200,9 @@
<Component Id="cmpAEE2616E5EDA146FC05C9C4F154C826D" Directory="ConfigsFolder" Guid="*">
<File Id="filC6364376DD3D2933905B5CD53887EA70" KeyPath="yes" Source="$(var.ConfigsDir)\Lenovo ThinkPad Edge E520.xml" />
</Component>
<Component Id="cmpA1B242C490A3310264AFA3E11BE8B76A" Directory="ConfigsFolder" Guid="*">
<File Id="filF944B2C3810EEC4751B57FBA6E350D4B" KeyPath="yes" Source="$(var.ConfigsDir)\Lenovo ThinkPad Helix.xml" />
</Component>
<Component Id="cmp2691517A93ACDB48F58FCD90ACF1B1B5" Directory="ConfigsFolder" Guid="*">
<File Id="fil49CAA172015B5963F5CC43D6B9A2326C" KeyPath="yes" Source="$(var.ConfigsDir)\Lenovo V580.xml" />
</Component>
Expand Down

0 comments on commit 8d72bae

Please sign in to comment.