Vlv0100: Support OLED 107 bios

This commit is contained in:
Kamil Trzciński 2023-12-14 00:10:27 +01:00
parent db950687f2
commit fe644f3e48
2 changed files with 7 additions and 0 deletions

View file

@ -46,6 +46,7 @@
// 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;

View file

@ -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`