pixelstats: zumapro: change firmware update path
Replace with max77779 firmware update logbuffer path Bug: 386187651 Test: local test pass Flag: EXEMPT refactor Change-Id: I06f5196939cce5c22fd7ca34f164366ea69b8c4d Signed-off-by: Spade Lee <spadelee@google.com>
This commit is contained in:
parent
7ed0e410ac
commit
0b1f1f5952
1 changed files with 3 additions and 1 deletions
|
@ -154,7 +154,9 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
const struct UeventListener::UeventPaths ueventPaths = {
|
||||
.AudioUevent = "/devices/virtual/amcs/amcs",
|
||||
.TypeCPartnerUevent = "PRODUCT_TYPE=",
|
||||
.FwUpdatePath = "/sys/devices/platform/maxim,max77779fwu/update_stats",
|
||||
.FwUpdatePath = {
|
||||
"/dev/logbuffer_max77779_fwupdate",
|
||||
},
|
||||
.FGAbnlPath = {
|
||||
"/dev/logbuffer_max77779fg_monitor",
|
||||
"/dev/logbuffer_maxfg_base_monitor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue