Added support for Corsair Hydro H100i RGB PRO XT (0x0c2d)#891
Open
Retrograde-i486 wants to merge 1 commit into
Open
Added support for Corsair Hydro H100i RGB PRO XT (0x0c2d)#891Retrograde-i486 wants to merge 1 commit into
Retrograde-i486 wants to merge 1 commit into
Conversation
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.
Adds support for Corsair Hydro H100i RGB Pro XT
I have this cooler in my server. I added this change to enable liquidctl to work on my Proxmox server. The fans on the H100i were running at 85% pretty much all the time. After adding, i was able to add a fan curve that dropped the fan speeds down considerably to 49%:
~$ sudo /opt/liquidctl-venv/bin/liquidctl status
Corsair Hydro H100i RGB PRO XT
├── Liquid temperature 29.4 °C
├── Fan 1 speed 1363 rpm
├── Fan 1 duty 49 %
├── Fan 2 speed 1320 rpm
├── Fan 2 duty 49 %
├── Pump speed 2420 rpm
└── Pump duty 75 %
Other Information:
USB vendor/product ID: 1b1c:0c2d
Firmware version: 2.0.9
I think this AIO cooler has 16 total fan LEDS but I don't remember, I used to have it in a desktop years ago. Since they're in a server now they're inactive.
If the implementation is not trivial, please also include a short overview.
Fixes:
Closes:
Related: #442
Checklist:
docs/*guide.mddevice guides, with "new/changed in" notesliquidctl.8Linux/Unix/Mac OS man pagedocs/developer/protocolNew CLI flag?
extra/completions/New device?
extra/linux/71-liquidctl.rules(instructions in the file header)gitMRLVNew driver?
docs/developer/protocol/