mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-31 04:34:26 +01:00
Vlv0100: Support OLED 107 bios
This commit is contained in:
parent
db950687f2
commit
fe644f3e48
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue