linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] hwmon: add Corsair PSU HID controller driver
@ 2020-10-25  7:37 Wilken Gottwalt
  2020-10-25  7:38 ` [PATCH 1/1] " Wilken Gottwalt
  0 siblings, 1 reply; 3+ messages in thread
From: Wilken Gottwalt @ 2020-10-25  7:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jean Delvare, Guenter Roeck, Jonathan Corbet, linux-hwmon

The Corsair digital power supplies of the series RMi, HXi and AXi
include a small micro-controller with a lot of sensors attached. It can
accessed by an USB connector from the outside.

This micro-controller provides its data by a simple proprietary USB HID
protocol. The data provided are temperatures, current and voltage levels,
power used, uptimes, fan speed and a lot more. It is also possible to
configure the PSU (fan mode, mono/multi-rail, over current protection).

This driver provides access to the sensors/statistics of the RMi and HXi
series power supplies. It does not support configuring these devices,
because there would be many ways to misconfigure or even damage the PSU.

This patch adds:
- hwmon driver corsair-psu
- hwmon documentation
- updates MAINTAINERS

Wilken Gottwalt (1):
  hwmon: add Corsair PSU HID controller driver

 Documentation/hwmon/corsair-psu.rst |  78 ++++
 Documentation/hwmon/index.rst       |   1 +
 MAINTAINERS                         |   7 +
 drivers/hwmon/Kconfig               |  12 +
 drivers/hwmon/Makefile              |   1 +
 drivers/hwmon/corsair-psu.c         | 664 ++++++++++++++++++++++++++++
 6 files changed, 763 insertions(+)
 create mode 100644 Documentation/hwmon/corsair-psu.rst
 create mode 100644 drivers/hwmon/corsair-psu.c

-- 
2.29.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-25 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25  7:37 [PATCH 0/1] hwmon: add Corsair PSU HID controller driver Wilken Gottwalt
2020-10-25  7:38 ` [PATCH 1/1] " Wilken Gottwalt
2020-10-25 17:36   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).