-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HP Notebook 15-ba010ng config (#740)
- Loading branch information
1 parent
e0c0f96
commit a45691e
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
a45691e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a want to thank you! this one worked for my hp-pavillion 15 cx0056wm!!!