xref: /linux/Documentation/hwmon/asus_rog_ryujin.rst (revision e6a901a00822659181c93c86d8bbc2a17779fddc)
1.. SPDX-License-Identifier: GPL-2.0-or-later
2
3Kernel driver asus_rog_ryujin
4=============================
5
6Supported devices:
7
8* ASUS ROG RYUJIN II 360
9
10Author: Aleksa Savic
11
12Description
13-----------
14
15This driver enables hardware monitoring support for the listed ASUS ROG RYUJIN
16all-in-one CPU liquid coolers. Available sensors are pump, internal and external
17(controller) fan speed in RPM, their duties in PWM, as well as coolant temperature.
18
19Attaching external fans to the controller is optional and allows them to be
20controlled from the device. If not connected, the fan-related sensors will
21report zeroes. The controller is a separate hardware unit that comes bundled
22with the AIO and connects to it to allow fan control.
23
24The addressable LCD screen is not supported in this driver and should
25be controlled through userspace tools.
26
27Usage notes
28-----------
29
30As these are USB HIDs, the driver can be loaded automatically by the kernel and
31supports hot swapping.
32
33Sysfs entries
34-------------
35
36=========== =============================================
37fan1_input  Pump speed (in rpm)
38fan2_input  Internal fan speed (in rpm)
39fan3_input  External (controller) fan 1 speed (in rpm)
40fan4_input  External (controller) fan 2 speed (in rpm)
41fan5_input  External (controller) fan 3 speed (in rpm)
42fan6_input  External (controller) fan 4 speed (in rpm)
43temp1_input Coolant temperature (in millidegrees Celsius)
44pwm1        Pump duty
45pwm2        Internal fan duty
46pwm3        External (controller) fan duty
47=========== =============================================
48