fix Meizu 16thplus battery capacity

This commit is contained in:
silime 2021-08-27 20:46:09 +08:00
parent 6ced3d742c
commit ef67273a70
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -411,7 +411,7 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003)
} }
Include("pmic_batt_fajita.asl") Include("pmic_batt.asl")
Device (PEP0) Device (PEP0)
{ {

View File

@ -8,7 +8,7 @@
//-------------------- //--------------------
//PMBT: Method(BBAT) //PMBT: Method(BBAT)
//-------------------- //--------------------
Name(BFCC, 13890) //* (mWh), Full Charge Capacity Name(BFCC, 14010) //* (mWh), Full Charge Capacity
Name(PCT1, 5) //* (% of FCC), Default Alert 1 Name(PCT1, 5) //* (% of FCC), Default Alert 1
Name(PCT2, 9) //* (% of FCC), Default Alert 2 Name(PCT2, 9) //* (% of FCC), Default Alert 2

View File

@ -1,4 +1,4 @@
Include("cust_pmic_batt_fajita.asl") Include("cust_pmic_batt.asl")
// //
// PMIC Battery Manger Driver // PMIC Battery Manger Driver