Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create HP Notebook 15-ba010ng.xml #740

Merged
merged 1 commit into from
Sep 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions Configs/HP Notebook 15-ba010ng.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0"?>

<!--
-) It seems not possible to completely turn off the fan but on lower values it is not even noticeable anymore.
-) There is a weird offset between read and write values. To correctly display the percentage a bezier-curve would be needed. These values may be need to adjust on the target device also.
-) The write register should not be greater than 0x3F, otherwise the fan spins on and off with further values. I was not able to find a pattern/bitmask here. It works well from 0x03 - 0x34.
-->

<FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NotebookModel>HP Notebook 15-ba010ng</NotebookModel>
<Author>Webloft</Author>
<EcPollInterval>750</EcPollInterval>
<ReadWriteWords>false</ReadWriteWords>
<CriticalTemperature>85</CriticalTemperature>
<FanConfigurations>
<FanConfiguration>
<ReadRegister>17</ReadRegister>
<WriteRegister>25</WriteRegister>
<MinSpeedValue>3</MinSpeedValue>
<MaxSpeedValue>54</MaxSpeedValue>
<IndependentReadMinMaxValues>true</IndependentReadMinMaxValues>
<MinSpeedValueRead>5</MinSpeedValueRead>
<MaxSpeedValueRead>62</MaxSpeedValueRead>
<ResetRequired>false</ResetRequired>
<FanSpeedResetValue>0</FanSpeedResetValue>
<FanDisplayName>Main Fan</FanDisplayName>
<TemperatureThresholds />
<FanSpeedPercentageOverrides />
</FanConfiguration>
</FanConfigurations>
<RegisterWriteConfigurations>
<RegisterWriteConfiguration>
<WriteMode>Set</WriteMode>
<WriteOccasion>OnInitialization</WriteOccasion>
<Register>21</Register>
<Value>1</Value>
<ResetRequired>true</ResetRequired>
<ResetValue>0</ResetValue>
<ResetWriteMode>Set</ResetWriteMode>
<Description>Manual Override</Description>
</RegisterWriteConfiguration>
</RegisterWriteConfigurations>
</FanControlConfigV2>