Merge pull request #489 from ceckertz/patch-1

contrib: Add thermald config for Surface Laptop1
This commit is contained in:
Maximilian Luz 2021-07-04 00:41:22 +02:00 committed by GitHub
commit 0346b8918c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
<ThermalConfiguration>
<Platform>
<Name>Override CPU default passive</Name>
<ProductName>*</ProductName>
<Preference>QUIET</Preference>
<ThermalZones>
<ThermalZone>
<Type>cpu</Type>
<TripPoints>
<TripPoint>
<SensorType>x86_pkg_temp</SensorType>
<Temperature>90000</Temperature>
<type>max</type>
</TripPoint>
<TripPoint>
<SensorType>GEN1</SensorType>
<Temperature>50000</Temperature>
<type>max</type>
</TripPoint>
</TripPoints>
</ThermalZone>
</ThermalZones>
</Platform>
</ThermalConfiguration>