Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1317147

[PATCH 0/3] toshiba_acpi: Add support for Cooling Method

From Azael Avalos <coproscefalo@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] toshiba_acpi: Add support for Cooling Method
Date 2016-01-25 19:30 +0100
Message-ID <qUU3M-830-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


These patches add support for the Cooling Method feature found in most
Toshiba laptops, allowing userspace to control the desired cooling method,
which are the following:
0 - Maximum Performance
1 - Peformance
2 - Battery Optimized

The Cooling Method feature basically controls the speed of the system fan,
setting the speed (and quietness) according to the selected method.

The default value at every boot is zero (Maximum Performance), on Windows,
Toshiba provides hooks to the power management system, allowing
the user to change it according to their needs and/or the AC adapter state.


Azael Avalos (3):
  toshiba_acpi: Add support for cooling method feature
  toshiba_acpi: Add sysfs entries for th Cooling Method feature
  Documentation/ABI: Update sysfs-driver-toshiba_acpi file

 .../ABI/testing/sysfs-driver-toshiba_acpi          |  16 ++++
 drivers/platform/x86/toshiba_acpi.c                | 105 +++++++++++++++++++++
 2 files changed, 121 insertions(+)

-- 
2.7.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] toshiba_acpi: Add support for Cooling Method Azael Avalos <coproscefalo@gmail.com> - 2016-01-25 19:30 +0100
  [PATCH 1/3] toshiba_acpi: Add support for cooling method feature Azael Avalos <coproscefalo@gmail.com> - 2016-01-25 19:40 +0100

csiph-web