From 2768cee65de2764d9689db9436c0492723ff8d27 Mon Sep 17 00:00:00 2001 From: akballoon Date: Fri, 29 Dec 2023 11:55:16 +0800 Subject: [PATCH] Update Vlv0100.cs Fixed charge limit for SD LCD with board revision 6 --- CommonHelpers/Vlv0100.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonHelpers/Vlv0100.cs b/CommonHelpers/Vlv0100.cs index f39eee7..cb0269a 100644 --- a/CommonHelpers/Vlv0100.cs +++ b/CommonHelpers/Vlv0100.cs @@ -43,7 +43,7 @@ private static readonly DeviceVersion[] deviceVersions = { // Steam Deck - LCD version - new DeviceVersion() { Firmware = 0xB030, BoardID = 0x6, PDCS = 0 /* 0x2B */, BatteryTempLE = false }, + new DeviceVersion() { Firmware = 0xB030, BoardID = 0x6, PDCS = 0 /* 0x2B */, BatteryTempLE = false, MaxBatteryCharge = true }, new DeviceVersion() { Firmware = 0xB030, BoardID = 0xA, PDCS = 0 /* 0x2B */, BatteryTempLE = false, MaxBatteryCharge = true }, // Steam Deck - OLED version