contrib/thermald: Be consistent about formatting

This commit is contained in:
Maximilian Luz 2021-08-25 14:02:19 +02:00
parent cdd9778b2a
commit dd0c84f0f1
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
9 changed files with 284 additions and 302 deletions

View file

@ -23,8 +23,6 @@
# E: POWER_SUPPLY_ONLINE=0
# E: SUBSYSTEM=power_supply
# Plugged
SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="/usr/bin/logger -t surface power supply online"
SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="/usr/bin/surface profile set performance"

View file

@ -1,6 +1,5 @@
<?xml version="1.0"?>
<!-- BEGIN -->
<ThermalConfiguration>
<?xml version="1.0" encoding="UTF-8"?>
<ThermalConfiguration>
<Platform>
<Name> Auto generated </Name>
<ProductName>Surface Pro</ProductName>
@ -80,6 +79,5 @@
</TripPoints>
</ThermalZone>
</ThermalZones>
</Platform>
</Platform>
</ThermalConfiguration>
<!-- END -->

View file

@ -1,6 +1,5 @@
<?xml version="1.0"?>
<!-- BEGIN -->
<ThermalConfiguration>
<?xml version="1.0" encoding="UTF-8"?>
<ThermalConfiguration>
<Platform>
<Name> Auto generated </Name>
<ProductName>Surface Pro</ProductName>
@ -90,6 +89,5 @@
</TripPoints>
</ThermalZone>
</ThermalZones>
</Platform>
</Platform>
</ThermalConfiguration>
<!-- END -->

View file

@ -1,6 +1,5 @@
<?xml version="1.0"?>
<!-- BEGIN -->
<ThermalConfiguration>
<?xml version="1.0" encoding="UTF-8"?>
<ThermalConfiguration>
<Platform>
<Name> Auto generated </Name>
<ProductName>Surface Pro</ProductName>
@ -70,6 +69,5 @@
</TripPoints>
</ThermalZone>
</ThermalZones>
</Platform>
</Platform>
</ThermalConfiguration>
<!-- END -->

View file

@ -1,12 +1,3 @@
<!--
Specifies the order of compensation to cool CPU only.
There is a default already implemented in the code, but
this file can be used to change order
The Following cooling device can present
-->
<CoolingDeviceOrder>
<!-- Specify Cooling device order -->
<CoolingDevice>rapl_controller</CoolingDevice>

View file

@ -11,4 +11,3 @@ ExecStart=/usr/sbin/thermald --systemd --dbus-enable
[Install]
WantedBy=multi-user.target
Alias=dbus-org.freedesktop.thermald.service

View file

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<ThermalConfiguration>
<Platform>
<Name>Intel Powered Laptop</Name>