|
@@ -0,0 +1,27 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<ThermalConfiguration>
|
|
|
+ <Platform>
|
|
|
+ <Name>Intel Powered Laptop</Name>
|
|
|
+ <ProductName>*</ProductName>
|
|
|
+ <Preference>QUIET</Preference>
|
|
|
+ <ThermalZones>
|
|
|
+ <ThermalZone>
|
|
|
+ <Type>cpu</Type>
|
|
|
+ <TripPoints>
|
|
|
+ <TripPoint>
|
|
|
+ <SensorType>x86_pkg_temp</SensorType>
|
|
|
+ <Temperature>65000</Temperature>
|
|
|
+ <type>passive</type>
|
|
|
+ <ControlType>SEQUENTIAL</ControlType>
|
|
|
+ <CoolingDevice>
|
|
|
+ <index>1</index>
|
|
|
+ <type>intel_pstate</type>
|
|
|
+ <influence>100</influence>
|
|
|
+ <SamplingPeriod>10</SamplingPeriod>
|
|
|
+ </CoolingDevice>
|
|
|
+ </TripPoint>
|
|
|
+ </TripPoints>
|
|
|
+ </ThermalZone>
|
|
|
+ </ThermalZones>
|
|
|
+ </Platform>
|
|
|
+</ThermalConfiguration>
|