drm/rockchip: dw_hdmi_qp: Simplify clock handling
[drm/drm-misc.git] / Documentation / hwmon / corsair-cpro.rst
blob15077203a2f81d1c5313f0a653fcae59da7c684c
1 .. SPDX-License-Identifier: GPL-2.0-or-later
3 Kernel driver corsair-cpro
4 ==========================
6 Supported devices:
8   * Corsair Commander Pro
9   * Corsair Commander Pro (1000D)
11 Author: Marius Zachmann
13 Description
14 -----------
16 This driver implements the sysfs interface for the Corsair Commander Pro.
17 The Corsair Commander Pro is a USB device with 6 fan connectors,
18 4 temperature sensor connectors and 2 Corsair LED connectors.
19 It can read the voltage levels on the SATA power connector.
21 Usage Notes
22 -----------
24 Since it is a USB device, hotswapping is possible. The device is autodetected.
26 Sysfs entries
27 -------------
29 ======================= =====================================================================
30 in0_input               Voltage on SATA 12v
31 in1_input               Voltage on SATA 5v
32 in2_input               Voltage on SATA 3.3v
33 temp[1-4]_input         Temperature on connected temperature sensors
34 fan[1-6]_input          Connected fan rpm.
35 fan[1-6]_label          Shows fan type as detected by the device.
36 fan[1-6]_target         Sets fan speed target rpm.
37                         When reading, it reports the last value if it was set by the driver.
38                         Otherwise returns an error.
39 pwm[1-6]                Sets the fan speed. Values from 0-255. Can only be read if pwm
40                         was set directly.
41 ======================= =====================================================================
43 Debugfs entries
44 ---------------
46 ======================= ===================
47 firmware_version        Firmware version
48 bootloader_version      Bootloader version
49 ======================= ===================