Add couple of mappings for wakeup reasons

Adding mappings for sensor and cellular data wakeup reasons.

Test: Manually inspect the output of
`adb shell dumpsys batterystats --wakeups`

Bug: 276498460
Bug: 275436924
Change-Id: Ide367e74e7d8eb48ca940feb3a8e7dc9c1665600
This commit is contained in:
Suprabh Shukla 2023-04-14 17:32:13 -07:00
parent 13b09767dd
commit 166b0791d3
2 changed files with 12 additions and 0 deletions

View file

@ -23,8 +23,14 @@
<device name="dhdpcie_host_wake"> <device name="dhdpcie_host_wake">
<subsystem>Wifi</subsystem> <subsystem>Wifi</subsystem>
</device> </device>
<device name="cp2ap_wakeup">
<subsystem>Cellular_data</subsystem>
</device>
<device name="MAILBOX_AOC2APxE00"> <device name="MAILBOX_AOC2APxE00">
<subsystem>Sound_trigger</subsystem> <subsystem>Sound_trigger</subsystem>
</device> </device>
<device name="MAILBOX_AOC2APx100">
<subsystem>Sensor</subsystem>
</device>
</irq-device-map> </irq-device-map>

View file

@ -23,8 +23,14 @@
<device name="dhdpcie_host_wake"> <device name="dhdpcie_host_wake">
<subsystem>Wifi</subsystem> <subsystem>Wifi</subsystem>
</device> </device>
<device name="cp2ap_wakeup">
<subsystem>Cellular_data</subsystem>
</device>
<device name="MAILBOX_AOC2APxE00"> <device name="MAILBOX_AOC2APxE00">
<subsystem>Sound_trigger</subsystem> <subsystem>Sound_trigger</subsystem>
</device> </device>
<device name="MAILBOX_AOC2APx100">
<subsystem>Sensor</subsystem>
</device>
</irq-device-map> </irq-device-map>