diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 327daa7f..4497748d 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -57,7 +57,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { const struct UeventListener::UeventPaths ueventPaths = { .AudioUevent = "/devices/virtual/amcs/amcs", - .WirelessChargerPtmcPath = "/sys/class/power_supply/wireless/device/ptmc_id"}; + .WirelessChargerPtmcPath = "/sys/class/power_supply/wireless/device/ptmc_id", + .TypeCPartnerUevent = "PRODUCT_TYPE="}; int main() { LOG(INFO) << "starting PixelStats";