From c056e173c9a1e12a0c718f9b90c024aeb600c25e Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 18 Nov 2011 08:20:56 +0100 Subject: [PATCH] Edited the configuration file for the X61s, added one for the T420s. --- breezed_Lenovo_T420s.conf | 11 +++++++++++ breezed_Lenovo_X61s.conf | 6 ++---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 breezed_Lenovo_T420s.conf diff --git a/breezed_Lenovo_T420s.conf b/breezed_Lenovo_T420s.conf new file mode 100644 index 0000000..60e72aa --- /dev/null +++ b/breezed_Lenovo_T420s.conf @@ -0,0 +1,11 @@ + +# Configuration file for breezed on a lenovo T420s +# Written by Francois Fleuret (francois@fleuret.org) + +# This file is distributed without ANY WARRANTY of any kind. + +thermal_files /sys/class/thermal/thermal_zone0/temp + +fan_file /proc/acpi/ibm/fan + +temperature_thresholds 0,52,54,56,58,60,62,64,68:full-speed diff --git a/breezed_Lenovo_X61s.conf b/breezed_Lenovo_X61s.conf index 3cc5747..a3968f9 100644 --- a/breezed_Lenovo_X61s.conf +++ b/breezed_Lenovo_X61s.conf @@ -4,10 +4,8 @@ # This file is distributed without ANY WARRANTY of any kind. -# new version -# thermal_files /sys/class/thermal/thermal_zone0/temp /sys/class/thermal/thermal_zone1/temp - -thermal_files /proc/acpi/thermal_zone/THM0/temperature /proc/acpi/thermal_zone/THM1/temperature +thermal_files /sys/class/thermal/thermal_zone0/temp /sys/class/thermal/thermal_zone1/temp fan_file /proc/acpi/ibm/fan + temperature_thresholds 0,52,54,56,58,60,62,64,68:full-speed -- 2.20.1