fix Meizu 16thplus battery capacity
This commit is contained in:
parent
6ced3d742c
commit
ef67273a70
BIN
meizu/DSDT.aml
BIN
meizu/DSDT.aml
Binary file not shown.
@ -411,7 +411,7 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003)
|
||||
}
|
||||
|
||||
|
||||
Include("pmic_batt_fajita.asl")
|
||||
Include("pmic_batt.asl")
|
||||
|
||||
Device (PEP0)
|
||||
{
|
||||
|
@ -8,7 +8,7 @@
|
||||
//--------------------
|
||||
//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(PCT2, 9) //* (% of FCC), Default Alert 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
Include("cust_pmic_batt_fajita.asl")
|
||||
Include("cust_pmic_batt.asl")
|
||||
|
||||
//
|
||||
// PMIC Battery Manger Driver
|
Loading…
Reference in New Issue
Block a user