Re: [PATCH] hwmon: Add driver for ASUS ROG RYUJIN II 360 AIO cooler

From: Guenter Roeck
Date: Fri Feb 02 2024 - 14:16:02 EST


On Mon, Jan 08, 2024 at 10:44:50AM +0100, Aleksa Savic wrote:
> This driver exposes hardware sensors of the ASUS ROG RYUJIN II 360
> all-in-one CPU liquid cooler, which communicates through a proprietary
> USB HID protocol. Report offsets were initially discovered in [1] by
> Florian Freudiger.
>
> Available sensors are pump, internal and external
> (controller) fan speed in RPM, their duties in PWM, as well as
> coolant temperature.
>
> Attaching external fans to the controller is optional and allows them
> to be controlled from the device. If not connected, the fan-related
> sensors will report zeroes. The controller is a separate hardware unit
> that comes bundled with the AIO and connects to it to allow fan control.
>
> The addressable LCD screen is not supported in this
> driver and should be controlled through userspace tools.
>
> [1]: https://github.com/liquidctl/liquidctl/pull/653
>
> Tested-by: Florian Freudiger <florian.freudiger@xxxxxxxxx>
> Signed-off-by: Aleksa Savic <savicaleksa83@xxxxxxxxx>

Applied.

Thanks,
Guenter