asus_ryujin: support the ASUS Ryujin III EXTREME#829
Merged
jonasmalacofilho merged 1 commit intoliquidctl:mainfrom Jan 11, 2026
Merged
asus_ryujin: support the ASUS Ryujin III EXTREME#829jonasmalacofilho merged 1 commit intoliquidctl:mainfrom
jonasmalacofilho merged 1 commit intoliquidctl:mainfrom
Conversation
2dae93d to
0b1fc90
Compare
0b1fc90 to
c43bf55
Compare
15 tasks
c43bf55 to
fd66cbe
Compare
fd66cbe to
99b56bc
Compare
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for the ASUS ROG Ryujin III EXTREME AIO cooler by extending the existing Ryujin II driver implementation.
The changes are based on my previous work reverse-engineering the Linux kernel driver driver for this device. Since the Ryujin III EXTREME uses a very similar protocol to the Ryujin II, I was able to adapt the existing driver with minimal modifications. The main differences are that the Ryujin III EXTREME lacks the fan control capabilities present in the Ryujin II, and it requires controlling the fan and pump duty on channel 1 instead of channel 0. These variations required adding some conditional variables while keeping the rest of the protocol implementation intact.
Please let me know if you need any more changes from my side to merge this PR.
Checklist:
docs/*guide.mddevice guides, with "new/changed in" notesliquidctl.8Linux/Unix/Mac OS man pagedocs/developer/protocolNew device?
extra/linux/71-liquidctl.rules(instructions in the file header)gitMRLV