2020-10-27 16:17:10 +03:00
.. SPDX-License-Identifier: GPL-2.0-or-later
Kernel driver corsair-psu
=========================
Supported devices:
* Corsair Power Supplies
Corsair HX550i
Corsair HX650i
Corsair HX750i
Corsair HX850i
2023-06-24 13:14:07 +03:00
Corsair HX1000i (Series 2022 and 2023)
2020-10-27 16:17:10 +03:00
Corsair HX1200i
2023-06-24 13:14:07 +03:00
Corsair HX1500i (Series 2022 and 2023)
2022-10-08 14:35:34 +03:00
2020-10-27 16:17:10 +03:00
Corsair RM550i
Corsair RM650i
Corsair RM750i
Corsair RM850i
Corsair RM1000i
Author: Wilken Gottwalt
Description
-----------
This driver implements the sysfs interface for the Corsair PSUs with a HID protocol
interface of the HXi and RMi series.
These power supplies provide access to a micro-controller with 2 attached
temperature sensors, 1 fan rpm sensor, 4 sensors for volt levels, 4 sensors for
2023-01-30 02:10:47 +03:00
power usage and 4 sensors for current levels and additional non-sensor information
2020-10-27 16:17:10 +03:00
like uptimes.
Sysfs entries
-------------
======================= ========================================================
curr1_input Total current usage
curr2_input Current on the 12v psu rail
2021-03-18 17:17:14 +03:00
curr2_crit Current max critical value on the 12v psu rail
2020-10-27 16:17:10 +03:00
curr3_input Current on the 5v psu rail
2021-03-18 17:17:14 +03:00
curr3_crit Current max critical value on the 5v psu rail
2020-10-27 16:17:10 +03:00
curr4_input Current on the 3.3v psu rail
2021-03-18 17:17:14 +03:00
curr4_crit Current max critical value on the 3.3v psu rail
2020-10-27 16:17:10 +03:00
fan1_input RPM of psu fan
in0_input Voltage of the psu ac input
in1_input Voltage of the 12v psu rail
2021-03-18 17:17:14 +03:00
in1_crit Voltage max critical value on the 12v psu rail
in1_lcrit Voltage min critical value on the 12v psu rail
2020-10-27 16:17:10 +03:00
in2_input Voltage of the 5v psu rail
2021-03-18 17:17:14 +03:00
in2_crit Voltage max critical value on the 5v psu rail
in2_lcrit Voltage min critical value on the 5v psu rail
in3_input Voltage of the 3.3v psu rail
in3_crit Voltage max critical value on the 3.3v psu rail
in3_lcrit Voltage min critical value on the 3.3v psu rail
2020-10-27 16:17:10 +03:00
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
2023-06-22 20:09:28 +03:00
pwm1 PWM value, read only
pwm1_enable PWM mode, read only
2020-10-27 16:17:10 +03:00
temp1_input Temperature of the psu vrm component
2021-03-18 17:17:14 +03:00
temp1_crit Temperature max cirtical value of the psu vrm component
2020-10-27 16:17:10 +03:00
temp2_input Temperature of the psu case
2021-03-18 17:17:14 +03:00
temp2_crit Temperature max critical value of psu case
2020-10-27 16:17:10 +03:00
======================= ========================================================
Usage Notes
-----------
2023-06-24 13:14:07 +03:00
It is an USB HID device, so it is auto-detected, supports hot-swapping and
several devices at once.
2020-10-27 16:17:10 +03:00
Flickering values in the rail voltage levels can be an indicator for a failing
2023-06-24 13:14:07 +03:00
PSU. Accordingly to the default automatic fan speed plan the fan starts at about
30% of the wattage rating. If this does not happen, a fan failure is likely. The
driver also provides some additional useful values via debugfs, which do not fit
into the hwmon class.
2020-10-27 16:17:10 +03:00
Debugfs entries
---------------
======================= ========================================================
2022-08-11 11:26:37 +03:00
ocpmode Single or multi rail mode of the PCIe power connectors
product Product name of the psu
uptime Session uptime of the psu
2020-10-27 16:17:10 +03:00
uptime_total Total uptime of the psu
vendor Vendor name of the psu
======================= ========================================================