1 .. SPDX-License-Identifier: GPL-2.0-or-later 2 3 Kernel driver corsair-cpro 4 ========================== 5 6 Supported devices: 7 8 * Corsair Commander Pro 9 * Corsair Commander Pro (1000D) 10 11 Author: Marius Zachmann 12 13 Description 14 ----------- 15 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. 20 21 Usage Notes 22 ----------- 23 24 Since it is a USB device, hotswapping is possible. The device is autodetected. 25 26 Sysfs entries 27 ------------- 28 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 ======================= ===================================================================== 42 43 Debugfs entries 44 --------------- 45 46 ======================= =================== 47 firmware_version Firmware version 48 bootloader_version Bootloader version 49 ======================= ===================
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.