Merge "pixelstats: added multiple GMSR paths" into main
This commit is contained in:
commit
7f202b2188
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,10 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
},
|
||||
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
|
||||
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats",
|
||||
.GMSRPath = "/sys/class/power_supply/max77779fg/gmsr",
|
||||
.GMSRPath = {
|
||||
"/sys/class/power_supply/max77779fg/gmsr",
|
||||
"/sys/class/power_supply/maxfg_base/gmsr",
|
||||
},
|
||||
.PDMStatePath = "/sys/devices/platform/audiometrics/pdm_state",
|
||||
.WavesPath = "/sys/devices/platform/audiometrics/waves",
|
||||
.AdaptedInfoCountPath = "/sys/devices/platform/audiometrics/adapted_info_active_count",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue