OSDN Git Service

hwmon: (aquacomputer_d5next) Add support for Aquacomputer Aquastream XT
authorAleksa Savic <savicaleksa83@gmail.com>
Sun, 16 Apr 2023 18:17:01 +0000 (20:17 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 21 Apr 2023 14:27:23 +0000 (07:27 -0700)
commit19692f17cd133ba2305e1f5c6484e623ec1ac7d0
tree185da6497aa27407c789b30c6f115322ac5f6f84
parent0be100771711b99ab561ee3121657329a11e173a
hwmon: (aquacomputer_d5next) Add support for Aquacomputer Aquastream XT

Extend aquacomputer_d5next driver to expose various hardware sensors of the
Aquacomputer Aquastream XT watercooling pump, which communicates
through a proprietary USB HID protocol. Implemented by Leonard Anderweit
[1] [2].

Coolant temp, fan IC and external temp sensor readings are available, along
with speed and voltage of both the pump and optionally connected fan.
It also exposes pump current.

Additionally, serial number and firmware version are exposed through
debugfs.

[1] https://github.com/aleksamagicka/aquacomputer_d5next-hwmon/pull/46
[2] https://github.com/aleksamagicka/aquacomputer_d5next-hwmon/pull/49

Originally-from: Leonard Anderweit <leonard.anderweit@gmail.com>
Signed-off-by: Aleksa Savic <savicaleksa83@gmail.com>
Link: https://lore.kernel.org/r/20230416181702.9892-1-savicaleksa83@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/aquacomputer_d5next.rst
drivers/hwmon/aquacomputer_d5next.c