Add wakeup reason mapping for the wifi subsystem
Test: Manually: Build and flash a raven/oriole target and run: adb shell dumpsys batterystats --wakeups Bug: 265742148 Change-Id: I918fb6e071b6dda9250a0bde242b8b132592a53d
This commit is contained in:
parent
f5aa9b38cc
commit
45a3d0666d
2 changed files with 6 additions and 0 deletions
|
@ -20,5 +20,8 @@
|
|||
<device name="rtc-alarm0">
|
||||
<subsystem>Alarm</subsystem>
|
||||
</device>
|
||||
<device name="dhdpcie_host_wake">
|
||||
<subsystem>Wifi</subsystem>
|
||||
</device>
|
||||
</irq-device-map>
|
||||
|
||||
|
|
|
@ -20,5 +20,8 @@
|
|||
<device name="rtc-alarm0">
|
||||
<subsystem>Alarm</subsystem>
|
||||
</device>
|
||||
<device name="dhdpcie_host_wake">
|
||||
<subsystem>Wifi</subsystem>
|
||||
</device>
|
||||
</irq-device-map>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue