diff options
author | Urs Schroffenegger <nabajour@lampshade.ch> | 2022-07-10 22:26:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-15 10:47:20 +0200 |
commit | 447fb910846cff8322ccacd3db9d37fa55e71c79 (patch) | |
tree | 1e088dd1f4a7c8fed9fbbc6f0a7c6a90d1d08684 /Documentation | |
parent | 26464ff5cc8e30a603b986b7937c0659ed0c4e13 (diff) | |
download | linux-stable-447fb910846cff8322ccacd3db9d37fa55e71c79.tar.gz linux-stable-447fb910846cff8322ccacd3db9d37fa55e71c79.tar.bz2 linux-stable-447fb910846cff8322ccacd3db9d37fa55e71c79.zip |
hwmon: (asus-ec-sensors) add definitions for ROG ZENITH II EXTREME
[ Upstream commit 9992b19d756ab8f0889fcaf3e71ff93852e74694 ]
Add definitions for ROG ZENITH II EXTREME and some unknown yet
temperature sensors in the second EC bank. Details are available at
[1, 2].
[1] https://github.com/zeule/asus-ec-sensors/pull/26
[2] https://github.com/zeule/asus-ec-sensors/issues/16
Signed-off-by: Urs Schroffenegger <nabajour@lampshade.ch>
Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Link: https://lore.kernel.org/r/20220710202639.1812058-2-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Stable-dep-of: 88700d1396ba ("hwmon: (asus-ec-sensors) autoload module via DMI data")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/asus_ec_sensors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/hwmon/asus_ec_sensors.rst b/Documentation/hwmon/asus_ec_sensors.rst index 1e40c123db77..02f4ad314a1e 100644 --- a/Documentation/hwmon/asus_ec_sensors.rst +++ b/Documentation/hwmon/asus_ec_sensors.rst @@ -22,6 +22,7 @@ Supported boards: * ROG STRIX X570-F GAMING * ROG STRIX X570-I GAMING * ROG STRIX Z690-A GAMING WIFI D4 + * ROG ZENITH II EXTREME Authors: - Eugene Shalygin <eugene.shalygin@gmail.com> |