From d2b673086b6fd54ca408c05c116e3b48bc303403 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Tue, 6 Jun 2023 12:29:00 +0200 Subject: [PATCH] FanControl: Support `0xB030/0xA` device --- CommonHelpers/Vlv0100.cs | 3 ++- RELEASE.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CommonHelpers/Vlv0100.cs b/CommonHelpers/Vlv0100.cs index 0c4c230..6a11b0f 100644 --- a/CommonHelpers/Vlv0100.cs +++ b/CommonHelpers/Vlv0100.cs @@ -24,7 +24,8 @@ }; public static readonly byte[] SupportedBoardID = { - 6 + 6, + 0xA }; public static readonly byte[] SupportedPDCS = { diff --git a/RELEASE.md b/RELEASE.md index 4590ba7..c3eb444 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,6 +6,10 @@ ## #{GIT_TAG_NAME} +- FanControl: Support `0xB030/0xA` device + +## 0.6.18 + - PowerControl: Add `3 dots + L1 + R1` to reset current resolution ## 0.6.17