1 .. SPDX-License-Identifier: GPL-2.0-or-later
3 Kernel driver corsair-cpro
4 ==========================
8 * Corsair Commander Pro
9 * Corsair Commander Pro (1000D)
11 Author: Marius Zachmann
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.
24 Since it is a USB device, hotswapping is possible. The device is autodetected.
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
41 ======================= =====================================================================
46 ======================= ===================
47 firmware_version Firmware version
48 bootloader_version Bootloader version
49 ======================= ===================