pixelstats: Filter "PRODUCT_TYPE" uevent for reporting VID/PID am: 5e2fc95ba6 am: 6b2eca1a27
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16009630 Change-Id: Iab6adcbf5424cf8ce5047dbdcb03926c77e67dde
This commit is contained in:
commit
d88821478b
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue