diff options
author | Yurii Pavlovskyi <[email protected]> | 2019-05-14 21:07:05 +0200 |
---|---|---|
committer | Andy Shevchenko <[email protected]> | 2019-06-17 15:22:47 +0300 |
commit | b096f626a6827ad2ced5ebdbdc04e62422d463f6 (patch) | |
tree | b3b732f7423e8785ec9d2f9c4b40c26e1eeda114 /tools/perf/scripts/python/stackcollapse.py | |
parent | 4fd1982545398bf801fe13455e02bc01b6402de6 (diff) |
platform/x86: asus-wmi: Switch fan boost mode
The WMI exposes a write-only device ID where up to three fan modes can be
switched on some laptops (TUF Gaming FX505GM). There is a hotkey
combination Fn-F5 that does have a fan icon, which is designed to toggle
between fan modes. The DSTS of the device ID returns information about the
presence of this capability and the presence of each of the two additional
fan modes as a bitmask (0x01 - overboost present, 0x02 - silent present)
[1].
Add a SysFS entry that reads the last written value and updates value in
WMI on write and a hotkey handler that toggles the modes taking into
account their availability according to DSTS.
Modes:
* 0x00 - normal or balanced,
* 0x01 - overboost, increased fan RPM,
* 0x02 - silent, decreased fan RPM
[1] Link: https://lkml.org/lkml/2019/4/12/110
Signed-off-by: Yurii Pavlovskyi <[email protected]>
Suggested-by: Daniel Drake <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions