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: POWER_SUPPLY_ONLINE=0
# E: SUBSYSTEM=power_supply # E: SUBSYSTEM=power_supply
# Plugged # 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/logger -t surface power supply online"
SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="/usr/bin/surface profile set performance" SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="/usr/bin/surface profile set performance"

View file

@ -1,5 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- BEGIN -->
<ThermalConfiguration> <ThermalConfiguration>
<Platform> <Platform>
<Name> Auto generated </Name> <Name> Auto generated </Name>
@ -82,4 +81,3 @@
</ThermalZones> </ThermalZones>
</Platform> </Platform>
</ThermalConfiguration> </ThermalConfiguration>
<!-- END -->

View file

@ -1,5 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- BEGIN -->
<ThermalConfiguration> <ThermalConfiguration>
<Platform> <Platform>
<Name> Auto generated </Name> <Name> Auto generated </Name>
@ -92,4 +91,3 @@
</ThermalZones> </ThermalZones>
</Platform> </Platform>
</ThermalConfiguration> </ThermalConfiguration>
<!-- END -->

View file

@ -1,5 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- BEGIN -->
<ThermalConfiguration> <ThermalConfiguration>
<Platform> <Platform>
<Name> Auto generated </Name> <Name> Auto generated </Name>
@ -72,4 +71,3 @@
</ThermalZones> </ThermalZones>
</Platform> </Platform>
</ThermalConfiguration> </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> <CoolingDeviceOrder>
<!-- Specify Cooling device order --> <!-- Specify Cooling device order -->
<CoolingDevice>rapl_controller</CoolingDevice> <CoolingDevice>rapl_controller</CoolingDevice>

View file

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

View file

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