From fe644f3e48678b7c90146e0c2f43d4f666fb84e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Thu, 14 Dec 2023 00:10:27 +0100 Subject: [PATCH] Vlv0100: Support OLED 107 bios --- CommonHelpers/Vlv0100.cs | 1 + RELEASE.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CommonHelpers/Vlv0100.cs b/CommonHelpers/Vlv0100.cs index 9196005..7c130ce 100644 --- a/CommonHelpers/Vlv0100.cs +++ b/CommonHelpers/Vlv0100.cs @@ -46,6 +46,7 @@ public bool IsSupported(ushort deviceFirmware, byte deviceBoardID, byte devicePD // Steam Deck - OLED version new DeviceVersion() { Firmware = 0x1030, BoardID = 0x5, PDCS = 0 /* 0x2F */, BatteryTempLE = true }, + new DeviceVersion() { Firmware = 0x1050, BoardID = 0x5, PDCS = 0 /* 0x2F */, BatteryTempLE = true } }; private static InpOut? inpOut; diff --git a/RELEASE.md b/RELEASE.md index 404a288..b75bd51 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,6 +11,12 @@ ## #{GIT_TAG_NAME} +## 0.7.1 + +- SteamDeck OLED: Support bios 107 + +## 0.7.0 + - FanControl: Support for SteamDeck OLED - PerformanceOverlay: Support the `AMD Custom GPU 0932` found in SteamDeck OLED - PowerControl: Support `AMD Custom GPU 0932` with a SMU at `0x80600000-0x8067ffff` ver.: `0x063F0E00`