Update Vlv0100.cs

Fixed charge limit for SD LCD with board revision 6
This commit is contained in:
akballoon 2023-12-29 11:55:16 +08:00
parent 874cf6f974
commit 2768cee65d

View file

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