Browse Source

contrib/thermald: Add config for the Surface Laptop Go 2

Kevin MacMartin 2 năm trước cách đây
mục cha
commit
bb71d73226
1 tập tin đã thay đổi với 27 bổ sung0 xóa
  1. 27 0
      contrib/thermald/surface_laptop_go_2/thermal-conf.xml

+ 27 - 0
contrib/thermald/surface_laptop_go_2/thermal-conf.xml

@@ -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>