brintos

brintos / linux-shallow public Read only

0
0
Text · 787 B · 5693d83 Raw
29 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3Kernel driver fsp3y4======================5Supported devices:6  * 3Y POWER YH-5151E7  * 3Y POWER YM-2151E8 9Author: Václav Kubernát <kubernat@cesnet.cz>10 11Description12-----------13This driver implements limited support for two 3Y POWER devices.14 15Sysfs entries16-------------17  * in1_input            input voltage18  * in2_input            12V output voltage19  * in3_input            5V output voltage20  * curr1_input          input current21  * curr2_input          12V output current22  * curr3_input          5V output current23  * fan1_input           fan rpm24  * temp1_input          temperature 125  * temp2_input          temperature 226  * temp3_input          temperature 327  * power1_input         input power28  * power2_input         output power29