diff options
author | Wilken Gottwalt <wilken.gottwalt@posteo.net> | 2023-06-22 17:09:28 +0000 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-06-22 10:42:39 -0700 |
commit | 0d67bbc48c7397bc97fa91c9b9c66c6570451131 (patch) | |
tree | 813d32571972889a5c41ced202cf3cdd3a47344c /Documentation/hwmon | |
parent | dd5219ce4f295a129ee38baff308f9c1e4f0761b (diff) |
hwmon: (corsair-psu) add support for reading PWM values and mode
Add support for reading PWM values and mode,
and update documentation accordingly.
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Link: https://lore.kernel.org/r/ZJSASByXpzoZ0XyH@monster.localdomain
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/corsair-psu.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/hwmon/corsair-psu.rst b/Documentation/hwmon/corsair-psu.rst index c389bd21f4f2..fc798c3df1d0 100644 --- a/Documentation/hwmon/corsair-psu.rst +++ b/Documentation/hwmon/corsair-psu.rst @@ -69,6 +69,8 @@ power1_input Total power usage power2_input Power usage of the 12v psu rail power3_input Power usage of the 5v psu rail power4_input Power usage of the 3.3v psu rail +pwm1 PWM value, read only +pwm1_enable PWM mode, read only temp1_input Temperature of the psu vrm component temp1_crit Temperature max cirtical value of the psu vrm component temp2_input Temperature of the psu case |