Skip to content

Commit

Permalink
Vlv0100: Support OLED 107 bios
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Dec 13, 2023
1 parent db95068 commit fe644f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CommonHelpers/Vlv0100.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit fe644f3

Please sign in to comment.