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:
commit
fed6658c2a
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue