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`