Enable wakeup packet mask and marker config am: a0342c45ce

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14124688

Change-Id: I5cacdd36f93461bc19564fdcebf21755338b223f
This commit is contained in:
Roger Wang 2021-04-08 15:48:57 +00:00 committed by Automerger Merge Worker
commit fed6658c2a

View file

@ -259,4 +259,11 @@
Settings.System.RING_VIBRATION_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultRingVibrationIntensity">3</integer>
<!-- If the hardware supports specially marking packets that caused a wakeup of the
main CPU, set this value to the mark used. -->
<integer name="config_networkWakeupPacketMark">0x80000000</integer>
<!-- Mask to use when checking skb mark defined in config_networkWakeupPacketMark above. -->
<integer name="config_networkWakeupPacketMask">0x80000000</integer>
</resources>