corsair-cpro.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. SPDX-License-Identifier: GPL-2.0-or-later
  2. Kernel driver corsair-cpro
  3. ==========================
  4. Supported devices:
  5. * Corsair Commander Pro
  6. * Corsair Commander Pro (1000D)
  7. Author: Marius Zachmann
  8. Description
  9. -----------
  10. This driver implements the sysfs interface for the Corsair Commander Pro.
  11. The Corsair Commander Pro is a USB device with 6 fan connectors,
  12. 4 temperature sensor connectors and 2 Corsair LED connectors.
  13. It can read the voltage levels on the SATA power connector.
  14. Usage Notes
  15. -----------
  16. Since it is a USB device, hotswapping is possible. The device is autodetected.
  17. Sysfs entries
  18. -------------
  19. ======================= =====================================================================
  20. in0_input Voltage on SATA 12v
  21. in1_input Voltage on SATA 5v
  22. in2_input Voltage on SATA 3.3v
  23. temp[1-4]_input Temperature on connected temperature sensors
  24. fan[1-6]_input Connected fan rpm.
  25. fan[1-6]_label Shows fan type as detected by the device.
  26. fan[1-6]_target Sets fan speed target rpm.
  27. When reading, it reports the last value if it was set by the driver.
  28. Otherwise returns an error.
  29. pwm[1-6] Sets the fan speed. Values from 0-255. Can only be read if pwm
  30. was set directly.
  31. ======================= =====================================================================