pixelstats: add max77779fg abnormal event path for zumapro

Bug: 303122793
Change-Id: I5493e3d6b514d615bfe0a4b0e3468052d8ba8ca5
Signed-off-by: Spade Lee <spadelee@google.com>
This commit is contained in:
Spade Lee 2024-03-04 17:23:03 +00:00
parent 7f202b2188
commit 2912685d47
2 changed files with 5 additions and 3 deletions

View file

@ -104,7 +104,8 @@ const struct UeventListener::UeventPaths ueventPaths = {
.FGModelLoadingPath = {
"/sys/class/power_supply/max77779fg/model_state",
"/sys/class/power_supply/maxfg_base/model_state"
}
},
.FGAbnlPath = "/sys/class/power_supply/max77779fg/fg_abnormal_events"
};
int main() {