Marius Zachmann | 40c3a44 | 2020-06-26 07:59:36 +0200 | [diff] [blame] | 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. |
Marius Zachmann | fa4dac3 | 2020-07-21 10:54:47 +0200 | [diff] [blame] | 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. |
Marius Zachmann | 40c3a44 | 2020-06-26 07:59:36 +0200 | [diff] [blame] | 41 | ======================= ===================================================================== |