Skip to content

Commit

Permalink
Recognize the EVGA CLCs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmalacofilho committed Feb 3, 2019
1 parent bdb9fb4 commit 8db7f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions liquidctl/driver/asetek.py
Expand Up @@ -5,7 +5,7 @@
-----------------
- [⋯] NZXT Kraken X (X31, X41 or X61)
- [ ] EVGA CLC (120 CL12, 240 or 280)
- [] EVGA CLC (120 CL12, 240 or 280)
Driver features
Expand Down Expand Up @@ -81,7 +81,7 @@ class AsetekDriver(BaseUsbDriver):
"""USB driver for fifth generation Asetek coolers."""

SUPPORTED_DEVICES = [
(0x2433, 0xb200, None, 'NZXT Kraken X (X31, X41 or X61) (experimental)', {}), # TODO also EVGA CLC (120 CL12, 240 or 280)
(0x2433, 0xb200, None, 'Asetek 690LC (NZXT, EVGA or other) (experimental)', {}),
]

def connect(self):
Expand Down
2 changes: 1 addition & 1 deletion liquidctl/version.py
@@ -1 +1 @@
__version__ = '1.2.0.dev0'
__version__ = '1.2.0.dev1'

0 comments on commit 8db7f7f

Please sign in to comment.